(mail-source-fetch): Typo fix.
[gnus] / lisp / ChangeLog
1 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mail-source.el (mail-source-fetch): Typo fix.
4
5 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * nnmail.el (nnmail-spool-hook): new hook
8         (nnmail-cache-insert): call nnmail-spool-hook
9
10         * gnus-registry.el: new file with examples of using the hooks
11
12         * gnus.el (gnus-registry): added registry customization group
13         (gnus-group-prefixed-name): improve function to return full group
14         name optionally
15         (gnus-group-guess-prefixed-name): shortcut to
16         gnus-group-prefixed-name, using just the group name
17         (gnus-group-full-name): always get a group's full name
18         (gnus-group-guess-full-name): shortcut, using just the group name
19
20         * gnus-sum.el (gnus-summary-article-move-hook) 
21         (gnus-summary-article-delete-hook) 
22         (gnus-summary-article-expire-hook): new hooks
23         (gnus-summary-move-article, gnus-summary-expire-articles) 
24         (gnus-summary-delete-article): invoke the new hooks
25
26 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
27
28         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
29           from message-ID
30
31 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
32
33         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
34
35 2003-02-07  John Paul Wallington  <jpw@gnu.org>
36
37         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
38         (mm-write-region, mm-detect-coding-region): Doc fixes.
39
40 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * mail-source.el (mail-source-fetch): Ignore errors.
43         (mail-source-ignore-errors): New variable.
44
45         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
46         articles. 
47
48         * gnus-msg.el (gnus-version-expose-system): Change default.
49
50 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
51
52         * gnus-msg.el (gnus-version-expose-system): New variable.
53
54 2003-02-07  Simon Josefsson  <jas@extundo.com>
55
56         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
57         patch from deskpot@myrealbox.com (Vasily Korytov).
58
59 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-art.el (article-display-face): Get the Face header from
62         the current buffer.
63
64 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-art.el (gnus-mime-view-part-internally): Bind
67         buffer-read-only to nil.
68
69 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
72         from g-a-e-1 to g-a-e-2.
73
74 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
77         of bbdb-search-simple, use spam-use-BBDB-exclusive
78         (spam-check-whitelist): use spam-use-whitelist-exclusive
79         (spam-use-whitelist-exclusive): new variable affecting
80         spam-use-whitelist
81         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
82
83 2003-02-05  Simon Josefsson  <jas@extundo.com>
84
85         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
86         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
87         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
88         (gnus-agent-expire-1): New.
89         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
90         (gnus-agent-expire-2): New.
91
92 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
93
94         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
95         "delete-if" is misleading because it isn't actually destructive.
96
97         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
98         
99         * nnmail.el (nnmail-purge-split-history): do.
100
101         * gnus-win.el (gnus-get-buffer-window): do.
102         
103         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
104         let-binding.
105         (gnus-simplify-all-whitespace): do.
106
107 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-delay.el (gnus-delay-article): Fix binding of the
110         nndraft:delayed group.
111
112 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
113
114         * gnus.el (spam group parameters): change 'other to 'const in
115         the group parameter definitions to soothe XEmacs
116
117 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
118
119         * gnus-delay.el (gnus-delay-article): Really create
120         nndraft:delayed group if it doesn't exist.
121
122 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
123
124         * gnus-sum.el (gnus-summary-search-article): Speed up by
125         disabling various visual features while searching.
126         (gnus-summary-recenter): Test gnus-auto-center-summary first.
127
128 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
129
130         * spam.el (spam-list-of-checks): Don't quote nil and t in
131         docstrings.  From the elisp manual:
132
133            When a documentation string refers to a Lisp symbol, write
134            it [..] with single-quotes around it.  [..] There are two
135            exceptions: write t and nil without single-quotes.
136
137         * messcompat.el (message-from-style): do.
138
139         * message.el (message-send-mail): do.
140
141         * gnus-util.el (gnus-use-byte-compile): do.
142
143         * gnus-score.el (gnus-score-lower-thread): do.
144
145         * gnus-int.el (gnus-server-unopen-status): do.
146
147         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
148         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
149
150         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
151         (gnus-group-parameters): do.
152
153         * gnus-art.el (gnus-article-mime-match-handle-function): do.
154
155         * mm-decode.el (mm-text-html-renderer): do.
156
157 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * nnheader.el (nnheader-directory-separator-character): Change the
160         way to compute the dafault value.
161
162 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
163
164         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
165         (gnus-button-alist): Fix regexp for describe-key.
166         (gnus-button-handle-describe-function)
167         (gnus-button-handle-describe-variable)
168         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
169         (gnus-button-handle-apropos-variable)
170         (gnus-button-handle-apropos-documentation): Docstring fix.
171
172         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
173
174 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
177         to nil.
178
179         * nnmail.el: Removed gnus-util autoload.
180
181         * gnus.el: Use gnus-prin1-to-string throughout.
182
183         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
184         print-level. 
185
186         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
187         (gnus-treat-display-grey-xface): Removed.
188
189         * gnus-fun.el (gnus-grab-cam-face): New.
190         (gnus-convert-image-to-gray-x-face): Removed.
191         (gnus-convert-gray-x-face-to-xpm): removed.
192         (gnus-convert-gray-x-face-region): Removed.
193         (gnus-grab-gray-x-face): Removed.
194
195         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
196
197 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
198
199         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
200         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
201         bound.
202
203         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
204
205 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
206
207         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
208         Remove -- these are bogus options which are never used.
209
210 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
211
212         * gnus-art.el (gnus-article-mode): Use summary tool bar.
213
214 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * spam.el (spam-check-blackholes) 
217         (spam-blackhole-good-server-regex): new variable to skip some IPs
218         when checking blackholes; use it
219         (spam-check-bogofilter-headers) 
220         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
221         case more X-Bogosity is used than just "Yes/No"
222         (spam-ham-move-routine): semi-fixed, only first article is
223         properly moved now
224
225 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
226
227         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
228         as well.
229         
230         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
231         
232         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
233         
234         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
235         
236         * gnus-bcklg.el (gnus-backlog-shutdown): do.
237         
238         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
239
240 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-fun.el (gnus-face-encode): New function.
243         (gnus-convert-png-to-face): Use it.
244
245         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
246
247 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
248
249         * mm-decode.el (mm-dissection-list): Remove.
250         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
251         only used in mm-remove-all-parts.
252         (mm-remove-all-parts): Remove it, it's never called.
253
254 2003-01-25  Simon Josefsson  <jas@extundo.com>
255
256         * gnus-group.el (gnus-group-make-group): Report errors.
257
258         * nnimap.el (nnimap-request-create-group): Ditto.
259
260         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
261
262         * sieve.el (sieve-upload): Fix error printing.
263
264         * mm-encode.el (mm-qp-or-base64): Always QP iff
265         mm-use-ultra-safe-encoding and cleartext PGP.
266
267         * gnus-sum.el (gnus-summary-select-article): Inhibit
268         redisplay (mainly for secured messages).
269
270         * nnmail.el (nnmail-article-group): Copy body too (but don't
271         process it).
272
273 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
274
275         * gnus-art.el (gnus-article-setup-buffer): Reset
276         gnus-button-marker-list.
277
278 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nntp.el (nntp-read-timeout): Default to using a second delay
281         under Microsoft Windows.
282
283 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nnheader.el (nnheader-directory-separator-character): New
286         variable. 
287
288 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
289
290         * gnus-agent.el (gnus-agent-max-fetch-size)
291         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
292         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
293         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
294         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
295         (gnus-agent-braid-nov, gnus-agent-load-alist)
296         (gnus-agent-article-alist-save-format)
297         (gnus-agent-read-agentview, gnus-agent-save-alist)
298         (gnus-agent-fetch-group-1, gnus-agent-expire)
299         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
300         (gnus-agent-regenerate-group): Reformat to keep under eighty
301         columns.  Reword docstrings so that first line is under eighty
302         chars and a complete sentence.  Still need to work on the rear
303         end of the file, in particular gnus-agent-expire.       
304
305 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-agent.el (gnus-agentize): Indent.
308
309         * gnus.el (gnus-version-number): Bumped.
310
311 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
312
313         * gnus.el: Oort Gnus v0.14 is released.
314
315 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
316
317         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
318         before beginning.  Tiny patch from Mark Thomas
319         <swoon@bellatlantic.net>.
320
321 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
322
323         * spam.el (spam-check-blackholes, spam-split) 
324         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
325         gnus-message calls to show to users what spam.el is doing
326
327 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
328
329         * gnus-msg.el (gnus-message-replysign)
330         (gnus-message-replyencrypt): Fix typo.
331
332 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
335         details. 
336
337 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-art.el (gnus-article-press-button): let* -> let.
340         (gnus-mime-security-show-details): Cleaned up.
341         (gnus-mime-security-press-button): Save excursion.
342         (gnus-insert-mime-security-button): Clean up.
343
344         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
345
346         * gnus-async.el (gnus-async-wait-for-article): Don't use a
347         timeout. 
348
349         * nntp.el (nntp-accept-process-output): Removed timeout. 
350         (nntp-read-timeout): New variable.
351         (nntp-accept-process-output): Use it.
352
353         * gnus-sum.el (gnus-data-find-list): Remove *.
354
355 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
356
357         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
358         introduced on 2002-01-22.
359         (gnus-summary-first-unseen-or-unread-subject): Ditto.
360
361 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
364         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
365         checks of incoming mail based on simple header regexp matching
366
367 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * gnus-sum.el (gnus-spam-mark): set to `$'
370
371 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
372
373         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
374         gnus-newsgroup-unfetched, the list of articles whose headers have
375         not been fetched from the server.
376
377         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
378         parameter as it never worked due to a bug.  Added check to prevent
379         selection of any article in the gnus-newsgroup-unfetched list.
380         (gnus-summary-find-prev): Added check to prevent selection of any
381         article in the gnus-newsgroup-unfetched list.
382         (gnus-summary-first-subject): Documented API. Modified
383         implementation so that constraints are handled independently.
384         Added check to prevent selection of any article in the
385         gnus-newsgroup-unfetched list.
386         (gnus-summary-first-unseen-subject): Updated parameters in
387         gnus-summary-first-subject call to match new API.
388         (gnus-summary-first-unseen-or-unread-subject): Ditto.
389         (gnus-summary-catchup): Do not mark unfetched articles as read.
390         
391 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
392
393         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
394         make-obsolete-variable allows only two arguments in XEmacs and
395         Emacs 20.
396
397         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
398         gnus-article-hide-pgp.
399         (gnus-summary-make-menu-bar): do.
400
401         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
402         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
403         gnus-article-hide-pgp.
404         (article-hide-pgp): Remove.
405         (gnus-article-hide): Remove gnus-article-hide-pgp.
406
407         * gnus.el: Remove gnus-article-hide-pgp
408
409 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * message.el (message-required-headers): Doc fix.
412
413 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
414
415         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
416         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
417         option to make ifile a purely binary classifier
418
419 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
422         (mml-secure-encrypt-pgpmime): Removed double.
423
424         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
425         debugging statements.
426
427 2003-01-21  Andreas Fuchs  <asf@void.at>
428
429         * mml-sec.el (mml-sign-alist): Added pgpauto.
430
431 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus.el (gnus-version-number): Bumped version number.
434
435 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
436
437         * gnus.el: Oort Gnus v0.13 is released.
438
439 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-art.el (gnus-button-url-regexp): Removed |.
442
443         * message.el (message-send-hook): Doc fix.
444
445         * gnus-win.el (gnus-buffer-configuration): Display article
446         instead of article-copy when `reply'.
447
448 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
449
450         * gnus.el (gnus-format): Change customize group to gnus.
451         (gnus-cache): Add link.
452         (gnus-group-charter-alist): Fix docstring.
453
454 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
455
456         * mailcap.el (mailcap-print-command): lpr-command might be
457         unbound in XEmacs.
458
459 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
460
461         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
462
463         * gnus-sum.el (gnus-summary-update-article-line): Fixed
464         calculation of net characters added for use in the gnus-data
465         structure.
466         
467 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
468
469         * nnmail.el (nnmail-process-unix-mail-format): Improve error
470         message.  Suggested by Jari Aalto.
471
472 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
475         (gnus-article-reply-with-original): Ditto.
476
477         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
478         read articles don't become unread.
479
480 2003-01-17  Simon Josefsson  <jas@extundo.com>
481
482         * gnus-fun.el (gnus-x-face-from-file): 
483         (gnus-face-from-file): Suggest image format in minibuffer prompt.
484
485         * gnus-fun.el (gnus-convert-image-to-x-face-command)
486         (gnus-convert-image-to-face-command): Doc fix.
487
488 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
491
492 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
493
494         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
495         avoid encoding problems.
496
497         * mailcap.el (mailcap-ps-command): New variable.
498         (mailcap-mime-data): Add print entry where applicable.  Use
499         pdftotext on a tty.
500
501 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
502
503         * gnus-sum.el (gnus-alter-header-function): Add type and group.
504
505 2003-01-16  Simon Josefsson  <jas@extundo.com>
506
507         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
508         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
509         (gnus-face-from-file): Doc fix; don't mention image format.
510
511 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * spam.el (spam-get-article-as-filename): new function (unused for now)
514         (spam-get-article-as-buffer): new function
515         (spam-get-article-as-string): use spam-get-article-as-buffer
516         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
517
518 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
519  
520         * gnus-agent.el: Don't use `path'.
521         From the GNU coding standards:
522         
523             Please do not use the term ``pathname'' that is used in Unix
524             documentation; use ``file name'' (two words) instead.  We use
525             the term ``path'' only for search paths, which are lists of
526             directory names.
527
528         * nnsoup.el (nnsoup-file-name): Ditto.
529  
530         * nnmail.el (nnmail-pathname-coding-system): Ditto.
531         (nnmail-group-pathname): Ditto.
532  
533         * nnimap.el (nnimap-group-overview-filename): Ditto.
534  
535         * nnheader.el (nnheader-pathname-coding-system): Ditto.
536         (nnheader-group-pathname): Ditto.
537  
538         * nnfolder.el (nnfolder-group-pathname): Ditto.
539  
540         * gnus.el (gnus-home-directory): Ditto.
541  
542         * gnus-group.el (gnus-group-icon-list): Ditto.
543  
544 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
545
546         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
547
548         * message.el (message-mode-menu): Use it.
549         (message-mode-menu): Deactivate "Yank Original" if there's no
550         reply buffer.
551
552         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
553
554         * message.el (message-mark-active-p): New function.
555
556 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
559         (spam-bogofilter-database-directory): new variables
560         (spam-check-bogofilter-headers, spam-check-bogofilter) 
561         (spam-bogofilter-register-with-bogofilter) 
562         (spam-bogofilter-register-spam-routine) 
563         (spam-bogofilter-register-ham-routine) 
564         (spam-group-ham-processor-bogofilter-p): new functions for the new
565         Bogofilter interface
566         (spam-summary-prepare-exit): use the new Bogofilter functions
567         (spam-list-of-checks): added spam-use-bogofilter-headers
568         (spam-bogofilter-score): rewrote function
569         (spam-check-bogofilter): optional score parameter, uses
570         spam-check-bogofilter-headers better
571         (spam-check-bogofilter-headers): optional score parameter
572
573         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
574         default, in the gnus-start customization group.  Used to disable
575         the spam-*/ham-* parameters.
576         (gnus-group-ham-exit-processor-bogofilter): new ham processor
577
578 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
579
580         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
581         XEmacs.
582
583         * gnus-ems.el (gnus-mark-active-p): do.
584
585 2003-01-15  Kevin Ryde  <user42@zip.com.au>
586
587         * gnus.texi (Using MIME): Mention auto-compression-mode with
588         gnus-mime-copy-part.
589
590 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * message.el (message-send): Don't warn about duplicates when
593         superseding. 
594
595 2003-01-15  Simon Josefsson  <jas@extundo.com>
596
597         * nnimap.el (nnimap-split-download-body): New variable.
598         (nnimap-split-articles): Use it.
599
600 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
601
602         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
603         integrity checker was incorrectly flagging, and removing, articles
604         whose article number was negative.
605         (gnus-agent-fetch-group-1): When executed in the group's summary
606         buffer, refresh each downloaded line to update the status flag and
607         font.  Preserve the value of gnus-newsgroup-headers so that
608         gnus-agent-fetch-articles can split the requests by size.
609         (gnus-agent-expire): Corrected day calculation for when
610         gnus-agent-expire-days contains a list.
611
612 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
615
616 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
617
618         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
619           /usr/bin/play as default player. 
620           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
621
622 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
625         articles to be marked as well.
626
627 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
628         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
629         fictious headers generated by nnagent (ie. Undownloaded Article
630         ####) in the list of articles that have not been downloaded.
631         
632         * gnus-int.el (): Added require declarations to resolve
633         compile-time warnings.
634         (gnus-open-server): If the server status is set to offline,
635         recursively execute gnus-open-server to open the offline backend
636         (e.g. nnagent).
637
638 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
639
640         * gnus-art.el (gnus-article-reply-with-original): Use
641         gnus-mark-active-p.
642         (gnus-article-followup-with-original): do.
643
644 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
645
646         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
647
648 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
649
650         * gnus-score.el (gnus-score-edit-file-at-point): New function.
651         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
652
653 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
654
655         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
656         (gnus-face-from-file): Ditto.
657
658 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-sum.el (gnus-articles-to-read): Don't just apply
661         gnus-alter-articles-to-read-function to the unread articles. 
662
663 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
664
665         * deuglify.el (gnus-article-outlook-unwrap-lines)
666         (gnus-article-outlook-repair-attribution)
667         (gnus-article-outlook-rearrange-citation): New function names,
668         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
669         doc-string.
670
671         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
672         removed `W k' key binding (use `W Y f' instead).
673         (gnus-summary-make-menu-bar): Use new function names.
674
675 2003-01-13  Simon Josefsson  <jas@extundo.com>
676
677         * gnus-fun.el (gnus-random-x-face): Doc fix.
678         (gnus-insert-random-x-face-header): New function.
679
680 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
681
682         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
683         mark is not active.
684
685         * gnus-msg.el (gnus-inews-do-gcc): Comment.
686
687         * gnus-ems.el (gnus-mark-active-p): New function.
688
689         * gnus-group.el (gnus-topic-mode-p): New function.
690         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
691         Deactivate items if mark is not active.
692
693 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus.el (gnus-version-number): Bumped version.
696         (gnus-summary-line-format): Doc fix.
697
698 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
699
700         * gnus.el: Oort Gnus v0.12 is released.
701
702 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * mail-source.el (mail-sources): Removed autoload to make it
705         compile under XEmacs.
706
707 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
708
709         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
710         regexp or a function too.
711         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
712         confirmation even if the original article is mail.
713
714 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
717         articles to be marked when not yanking.
718
719 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
720
721         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
722         
723 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-fun.el (gnus-face-from-file): Autoload.
726
727         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
728         errors.
729
730 2003-01-12  Simon Josefsson  <jas@extundo.com>
731
732         * sieve.el (sieve-upload-and-bury): New.  Suggested by
733         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
734
735         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
736         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
737
738 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
741         in every string.
742
743         * gnus.el (gnus-version-number): Bumped version number.
744
745 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
746
747         * gnus.el: Oort Gnus v0.11 is released.
748
749 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
750
751         * message.el (message-fetch-reply-field): Narrow to headers.
752
753         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
754         if Gnus isn't alive.
755
756 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
757
758         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
759         marks from articles that are already stored in the agent.
760         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
761         backup copy of an invalid .overview file for later analysis.
762         
763 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
764
765         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
766         exit work with two frames.
767
768 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
769
770         * message.el (message-forward-make-body): Use mule4.
771
772 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * message.el (message-mode-map): Move wide-reply command.
775
776 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
777
778         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
779         castellano.
780         (gnus-outlook-display-hook): New variable.
781         (gnus-outlook-display-article-buffer): New function.
782         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
783         (gnus-outlook-deuglify-article): Made them interactive and added
784         optional arg.  Use `g-o-d-a-b'.
785         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
786
787         * gnus-sum.el: Added autoloads.
788         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
789         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
790
791 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-art.el (gnus-display-mime): Use the mime emulation
794         variable. 
795
796         * gnus-sum.el (gnus-article-emulate-mime): New variable.
797
798         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
799         newsrc-alist is initialized properly.
800
801         * mail-source.el (mail-sources): Autoload.
802
803         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
804         nil.
805
806         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
807         insert two newlines.
808
809         * message.el (message-check-news-header-syntax): Compute the
810         header length correctly.
811
812 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
813
814         * gnus-agent.el (gnus-agent-expire): Do not remove article from
815         alist when keeping fetched article file.
816         (gnus-agent-retrieve-headers): When parsing response for article
817         numbers, use the same algorithm as gnus-agent-braid-nov to protect
818         against garbage in the server's response.
819
820         * gnus-int.el (gnus-request-expire-articles,
821         gnus-request-move-article): Only expire when the group's server
822         has been agentized.
823
824 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
827         errors when deleting overlays.
828
829         * gnus-score.el (gnus-score-followup): Allow tracing.
830
831         * gnus-art.el (gnus-treat-display-face): New variable.
832         (article-display-face): New command.
833
834         * gnus-fun.el (gnus-face-from-file): New function.
835         (gnus-convert-face-to-png): Ditto.
836
837         * gnus-art.el (gnus-ignored-headers): Added Face.
838
839 2003-01-10  Simon Josefsson  <jas@extundo.com>
840
841         * nndraft.el (nndraft-request-group): Avoid crash in
842         directory-files when draft directory doesn't exists.
843
844         * gnus-sum.el (gnus-select-article-hook): Add :option.
845
846 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
847
848         * spam.el (spam-use-stat): new variable
849         (spam-group-spam-processor-stat-p) 
850         (spam-group-ham-processor-stat-p): new convenience functions
851         (spam-summary-prepare-exit): add spam/ham processors to sequence
852         (spam-list-of-checks): add spam-use-stat to list of checks
853         (spam-split): conditionally load the spam-stat tables
854         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
855         spam-check-ifile): new functions
856
857         * spam-stat.el (spam-stat): typo fix
858         (spam-stat-install-hooks): new variable
859         (spam-stat-split-fancy-spam-group): added documentation clarification
860         (spam-stat-split-fancy-spam-threshhold): new variable
861         (spam-stat-install-hooks): make hooks conditional
862         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
863
864         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
865         spam-stat ham/spam processor symbols
866
867 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
870         file exists.
871
872 2003-01-10  Simon Josefsson  <jas@extundo.com>
873
874         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
875         undownloaded/downloadable only when unplugged.
876
877 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
878
879         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
880
881 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * spam.el (spam-check-ifile): fixed call-process-region to use the
884         db parameter only if it's set
885         (spam-ifile-register-with-ifile): ditto
886
887 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
888
889         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
890         spam-stat-nbad before creating the hash table.
891         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
892         Changed copyright statement to FSF.
893
894 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
895
896         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
897         processable articles as read.
898         (gnus-agent-summary-fetch-series): Remove processable and
899         downloadable marks on all downloaded articles in the series.
900
901         * nntp.el (nntp-report): Throw error after reporting the problem.
902         (nntp-accept-process-output): Corrected error check to report an
903         error when the process is nil.
904
905 2003-01-09  Simon Josefsson  <jas@extundo.com>
906
907         * message.el (message-tool-bar-map): Add preview.
908
909 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
910
911         * mml.el (mml-preview): Get rid of MIME handles and buffers after
912         previewing.
913
914 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
915
916         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
917         bug when the (n+1)th article to be added to a group has a smaller
918         number than the n articles already added.
919
920 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
921
922         * message.el (message-mode-field-menu): Use backquote.
923
924 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
925
926         * spam.el: fixed the BBDB autoloads again, using
927         bbdb-search-simple now (which is not a macro, thank god)
928
929         * lpath.el (bbdb-search): removed function from maybe-fbind list
930
931         * gnus.el (ham-process-destination): added new parameter for
932         destination of ham articles found in spam groups at summary exit
933
934         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
935         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
936         (spam-ifile-database-path): added new parameter for ifile's database
937         (spam-move-spam-nonspam-groups-only): new parameter to determine
938         if spam should be moved from all groups or only some
939         (spam-summary-prepare-exit): fixed logic to use
940         spam-move-spam-nonspam-groups-only when deciding to invoke
941         spam-mark-spam-as-expired-and-move-routine; always invoke that
942         routine after the spam has been expired-or-moved in case there's
943         some spam left over; use spam-ham-move-routine in spam groups
944         (spam-ham-move-routine): new function to move ham articles to the
945         ham-process-destinations group parameter
946
947 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
950
951         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
952         gnus-summary-update-article-line.
953
954 2003-01-08  Simon Josefsson  <jas@extundo.com>
955
956         * nnmail.el (nnmail-expiry-target-group): Request group, create it
957         not successful.
958
959 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
962
963 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
966         logic, finally
967
968 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-spec.el (gnus-parse-format): %C is a complex format.
971         (gnus-parse-format): Change to %~.
972
973         * message.el (message-generate-headers): Don't generate optional
974         empty headers.
975
976 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
977
978         * message.el (message-cross-post-default)
979         (message-cross-post-note-function, message-shoot-gnksa-feet)
980         (message-strip-subject-trailing-was, message-change-subject)
981         (message-mark-insert-file, message-cross-post-followup-to)
982         (message-cross-post-followup-to, message-mode-map)
983         (message-generate-unsubscribed-mail-followup-to)
984         (message-make-mail-followup-to): Minor changes to doc-strings and
985         error messages.  Updated copyright line.
986
987         * message.el (message-make-mail-followup-to,
988         message-generate-unsubscribed-mail-followup-to): New function
989         names.  Renamed functions: "-mft" -> "-mail-followup-to".
990         (message-make-mft, message-gen-unsubscribed-mft): Removed function
991         names.
992
993         * mml.el (mml-preview-insert-mail-followup-to): New function name.
994         (mml-preview-insert-mft): Removed function name.
995         (mml-preview): Use new function names.
996
997         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
998
999         * message.el (message-mode-field-menu): Moved header related
1000         commands from "Message" to "Field" menu.
1001
1002 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1003
1004         * message.el (message-generate-headers-first): Added customization
1005         if variable is a list.
1006
1007 2003-01-07  Michael Shields  <shields@msrl.com>
1008
1009         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1010         where the last line of the article is the last line of the window.
1011
1012 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-msg.el (gnus-debug): Use ignore-errors.
1015
1016         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1017         `gnus-summary-update-line'.
1018
1019 2003-01-08  Simon Josefsson  <jas@extundo.com>
1020
1021         * gnus-art.el (gnus-unbuttonized-mime-types)
1022         (gnus-buttonized-mime-types): Doc fix.
1023
1024 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1025
1026         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
1027
1028 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1029
1030         * nnrss.el (nnrss-group-alist): Add and clear up.
1031
1032 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
1035
1036         * lpath.el (bbdb-search): added BBDB functions for a better way to
1037         fix missing functions
1038
1039         * spam.el (spam-check-ifile): if should be an unless
1040
1041         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
1042         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
1043         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
1044
1045 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * gnus-sum.el (gnus-summary-make-menu-bar): Added
1048         gnus-summary-refer-thread to thread menu.
1049
1050 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1051
1052         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
1053         summary buffer, articles that cannot be fetched are marked as
1054         canceled.
1055
1056         * nntp.el (nntp-with-open-group): The quit signal handler must
1057         propagate the quit signal to the next outer handler so that the
1058         caller knows that the request aborted abnormally.
1059
1060 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
1063         (spam-ifile-register-spam-routine)
1064         (spam-ifile-register-ham-routine): added ifile functionality that
1065         does not use ifile-gnus.el to classify and register articles
1066         (spam-get-article-as-string): convenience function
1067         (spam-summary-prepare-exit): added ifile spam and ham registration
1068         (spam-ifile-all-categories, spam-ifile-spam-category)
1069         (spam-ifile-path, spam-ifile): added customization options
1070
1071         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
1072         exit processor
1073         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1074         list of choices
1075
1076 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * gnus-score.el (gnus-score-followup): Also score immediate
1079         followups.
1080
1081 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1084
1085 2003-01-07  Simon Josefsson  <jas@extundo.com>
1086
1087         * message.el (message-mode-menu): Fix receipt balloon help.
1088
1089 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1090
1091         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1092         always be interpreted as news.
1093
1094 2003-01-07  Simon Josefsson  <jas@extundo.com>
1095
1096         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1097         gnus-sieve-script, instead of the global variable
1098         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1099         <sb@dod.no>.
1100
1101 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1102
1103         * gnus.el: Renamed gnus-summary-*-uncached-face as
1104         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1105         the cache.
1106
1107         * gnus-sum.el: Ditto.
1108
1109 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1110
1111         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1112         in either the group or summary buffer.
1113         New command "JS", in summary buffer, will fetch articles per the
1114         group's category, predicate, and processable flags.
1115         (gnus-agent-summary-fetch-series): Rewritten to call
1116         gnus-agent-session-fetch-group once with all articles in the
1117         series.
1118         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1119         return list of fetched articles.
1120         (gnus-agent-fetch-articles): Split fetch list into sublists such
1121         that the article buffer is only slightly larger than
1122         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1123         the group's article alist is saved.
1124         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1125         longer result in the agent trying to fetch an article.
1126         (gnus-agent-fetch-group-1): Can now be called in either the group
1127         or summary buffer.  Removed the max-fetch-size code that I added
1128         on 2002-12-13 as that capability is now part of
1129         gnus-agent-fetch-articles.  Added code to update summary buffer.
1130         When called in the group buffer, articles that can not be fetched
1131         are AUTOMATICALLY MARKED AS READ.
1132
1133         * gnus-sum.el (): Modified eval-when-compile to minimize
1134         misleading compilation warnings.
1135         (gnus-update-summary-mark-positions): Changed code to use
1136         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1137
1138         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1139         empty file as the parser assumes that the file isn't empty.
1140
1141         * nntp.el (nntp-send-string): The process-send-string call can,
1142         because it performs I/O on the process, change the process' state
1143         from open to closed.  If this happens, call nntp-report
1144         immediately to report the broken connection.
1145         (nntp-report): Rewritten to avoid needing a global variable to
1146         determine the appropriate course of action.  Instead, two function
1147         implementations are provided and the nntp-report function value is
1148         bound to the appropriate implementation.
1149         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1150         (nntp-with-open-group): Now binds nntp-report's function cell
1151         rather than binding gnus-with-open-group-first-pass.  Added a
1152         condition-case to detect a quit during a nntp command.  When the
1153         quit occurs, the current connection is closed as a fetch articles
1154         request could have several megabytes queued up for reading.
1155         (nntp-retrieve-headers): Bind articles to itself.  If
1156         nntp-with-open-group repeats this command, I must have access to
1157         the original list of articles.
1158         (nntp-retrieve-groups): Ditto for groups.
1159         (nntp-retrieve-articles): Ditto for articles.
1160         (*): Replaced nntp-possibly-change-group calls to
1161         nntp-with-open-group forms in all, but one, occurrance.
1162         (nntp-accept-process-output): Bug fix. Detect when called with
1163         null process.
1164
1165 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1166
1167         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1168         if we don't need to.
1169         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1170
1171 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-group.el (gnus-group-make-web-group): Pass the select
1174         method on to group-create.
1175         (gnus-group-line-format-alist): %U is an integer.
1176
1177         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1178         ephemeral groups.
1179         (gnus-summary-read-group-1): Ditto.
1180         (gnus-group-make-articles-read): Ditto.
1181
1182         * mm-url.el (mm-url-program): Doc fix.
1183
1184         * message.el (message-mode-map): Rebound
1185         message-insert-wide-reply.
1186
1187 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1190         color as `gnus-group-startup-message' does.
1191
1192 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1193
1194         * spam.el: fixed line lengths to 80 chars or less
1195
1196         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1197         "not-read" mark
1198         (gnus-summary-mark-forward): added the spam-mark to the list of
1199         marks not to be marked as "read" when viewed
1200
1201 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1204
1205         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1206         Protect against unactive groups.
1207
1208         * message.el (message-check-news-header-syntax): Check long
1209         header lines.
1210         (message-check-news-header-syntax): Update `start'.
1211
1212         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1213         (gnus-group-line-format): %U.
1214         (gnus-group-line-format-alist): ?U.
1215         (gnus-number-of-unseen-articles-in-group): New function.
1216
1217         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1218
1219         * gnus.el (gnus-version-number): Bump version number.
1220
1221 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1222
1223         * gnus.el: Oort Gnus v0.10 is released.
1224
1225 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus.el (gnus-version-number): Fix version number.
1228
1229 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1230
1231         * gnus.el: Oort Gnus v0.08 is released.
1232
1233 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1234
1235         * mm-util.el: Add mm-string-make-unibyte.
1236
1237         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1238         UTF-8 groups.
1239
1240 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1243
1244         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1245
1246 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1247
1248         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1249         function.
1250
1251 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1254         (gnus-summary-read-group-1): Update group line.
1255         (gnus-summary-exit-no-update): Update group on exit.
1256
1257         * gnus-group.el (gnus-group-line-format): Add %*.
1258         (gnus-group-line-format-alist): Ditto.
1259         (gnus-group-insert-group-line): Set it.
1260         (gnus-group-is-exiting-p): New variable.
1261         (gnus-group-insert-group-line): Use it.
1262
1263 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1264
1265         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1266         enable BBDB ham processing
1267         (spam-blacklist-register-routine): enable blacklist spam processing
1268         (spam-whitelist-register-routine): enable whitelist ham processing
1269         (spam-fetch-field-from-fast): fast fetching of the "from" field
1270         from (gnus-data-list)
1271         (spam-summary-prepare-exit): works completely now
1272         (spam-use-blacklist): oops, should be nil by default
1273         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1274         split processing now; before it was for summary exit as
1275         well but that's done with the spam-contents and spam-process
1276         parameters now
1277
1278 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1279
1280         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1281         characters.
1282
1283 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1284
1285         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1286         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1287         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1288         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1289         (spam-mark-spam-as-expired-and-move-routine)
1290         (spam-generic-register-routine, spam-BBDB-register-routine)
1291         (spam-ifile-register-routine, spam-blacklist-register-routine)
1292         (spam-whitelist-register-routine): new functions
1293         (spam-summary-prepare-exit): added summary exit processing (expire
1294         or move) of spam-marked articles for spam groups; added slots for
1295         all the spam-*-register-routine functions
1296
1297 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * pop3.el (pop3-retr): Wait 500 msecs.
1300         (pop3-read-response): Ditto.
1301
1302         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1303         right.
1304         (gnus-inews-make-draft): New function.
1305         (gnus-setup-message): Use it.
1306
1307         * message.el (message-required-headers): Add From.
1308
1309 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         Trivial patch from Norbert Koch <nk@viteno.net>.
1311
1312         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1313
1314 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * message.el (message-generate-headers): Let header formatters do
1317         their work.
1318
1319 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1320
1321         * deuglify.el (gnus-article-outlook-deuglify-article):
1322         Rehighlight, reapply treatments and call
1323         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1324         (gnus-outlook-repair-attribution-block): Recognize cited
1325         attributions.  Suggested by Niklas Morberg.
1326
1327 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1328
1329         * gnus-art.el (gnus-treat-predicate): Check condition first.
1330
1331 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1332
1333         * lpath.el: Add url-http-file-exists-p.
1334
1335         * gnus-group.el (gnus-group-fetch-charter): Use
1336         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1337
1338 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * message.el (message-draft-headers): Also generate From to get a
1341         nicer draft buffer summary.
1342
1343         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1344         parameter.
1345
1346         * gnus-art.el (article-wash-html): Clean up.
1347         (article-wash-html): Typo fix.
1348
1349         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1350         (gnus-summary-mail-forward): To many lists of lists.
1351
1352         * gnus-art.el (article-wash-html): Clean up.
1353
1354 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1355
1356         * gnus-art.el (gnus-treat-wash-html): New variable.
1357
1358 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * message.el (message-check-news-header-syntax): Allow posting.
1361         (message-check-news-header-syntax): Fix logic for sure, this
1362         time.
1363
1364 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1365
1366         * message.el (message-check-news-header-syntax): Check syntax of
1367         continuation headers.
1368
1369 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1370
1371         * gnus-art.el (gnus-button-url-regexp,
1372         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1373         (gnus-header-button-alist): Regexps are case insensitive here.
1374
1375 2003-01-02  Simon Josefsson  <jas@extundo.com>
1376
1377         * dig.el (query-dig): Doc fix.
1378
1379 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1380
1381         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1382         summary buffer line, not just the download mark.
1383
1384 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1387         (gnus-summary-insert-dormant-articles): New command and
1388         keystroke.
1389
1390         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1391         function for mass insertion of subjects.
1392
1393         * nndraft.el (nndraft-generate-headers): Don't move point.
1394
1395         * gnus.el (nnheader): Require nnheader.
1396
1397         * nndraft.el (nndraft-request-associate-buffer): Use
1398         make-local-variable.
1399
1400 2003-01-02  Michael Shields  <shields@msrl.com>
1401
1402         * nndraft.el (nndraft-request-associate-buffer): Make
1403         write-contents-hooks buffer-local before setting it.
1404
1405 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus.el (gnus-group-parameter-value): Take an extra param.
1408         (gnus-group-fast-parameter): Let group param results be nil.
1409
1410         * gnus-art.el (gnus-article-forward-header): New function.
1411         (article-date-ut): Use it to remove continuation date headers.
1412
1413         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1414         read-event.
1415         (gnus-summary-remove-bookmark): Clean up.
1416         (gnus-summary-set-bookmark): Clean up.
1417
1418         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1419
1420         * gnus.el (gnus-group-startup-message): Bind data-directory to
1421         the Gnus etc directory.
1422
1423 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1426         ham-processing of articles; use the new
1427         spam-group-(spam|ham)-contents-p functions
1428         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1429         convenience functions
1430         (spam-mark-junk-as-spam-routine): use the new
1431         spam-group-spam-contents-p function
1432
1433         * gnus.el (spam-process, spam-contents, spam-process-destination):
1434         added new parameters with corresponding global variables
1435         (gnus-group-spam-exit-processor-ifile,
1436         gnus-group-spam-exit-processor-bogofilter,
1437         gnus-group-spam-exit-processor-blacklist,
1438         gnus-group-spam-exit-processor-whitelist,
1439         gnus-group-spam-exit-processor-BBDB,
1440         gnus-group-spam-classification-spam,
1441         gnus-group-spam-classification-ham): added new symbols for the
1442         spam-process and spam-contents parameters
1443
1444         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1445         customization and list itself to store mark symbol rather than
1446         mark character.
1447         (spam-bogofilter-register-routine): added logic to generate mark
1448         values list from spam-ham-marks and spam-spam-marks, so (member)
1449         would work.
1450
1451 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * message.el (message-cross-post-followup-to): Fix comment.
1454
1455 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1458         customization and list itself to store mark symbol rather than
1459         mark character.
1460         (spam-bogofilter-register-routine): added logic to generate mark
1461         values list from spam-ham-marks and spam-spam-marks, so (member)
1462         would work.
1463
1464 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1465
1466         * message.el (message-signature-insert-empty-line): New variable.
1467
1468 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * message.el: Renamed functions and variables: "xpost" ->
1471         "cross-post", "-fup2" -> "-followup-to".
1472         (message-cross-post-old-target, message-cross-post-default,
1473         message-cross-post-note, message-followup-to-note,
1474         message-cross-post-note-function): New variables names.
1475         (message-xpost-old-target, message-xpost-default,
1476         message-xpost-note, message-fup2-note,
1477         message-xpost-note-function): Removed variable names.
1478         (message-cross-post-followup-to-header,
1479         message-cross-post-insert-note, message-cross-post-followup-to):
1480         New function names.
1481         (message-xpost-fup2-header, message-xpost-insert-note,
1482         message-xpost-fup2): Removed function names.
1483
1484 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1485
1486         * message.el (message-send-mail): Added message-cleanup-headers to
1487         prevent newlines in headers.
1488
1489 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * dns.el (dns-make-network-process): Comment.
1492
1493         * gnus-sum.el (gnus-summary-display-while-building): Default to
1494         nil.
1495
1496 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1497
1498         * gnus-sum.el (gnus-summary-display-while-building): New
1499         variable.
1500
1501 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1502
1503         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1504         before rearranging the article.
1505
1506 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * nndraft.el (nndraft-generate-headers): New function.
1509         (nndraft-request-associate-buffer): Use it to write headers on
1510         buffer save.
1511
1512         * message.el (message-generate-headers): Let the function be a
1513         lambda form.
1514         (message-draft-headers): New variable.
1515
1516         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1517         function.
1518         (gnus-setup-message): Use it.
1519
1520         * message.el (message-generate-headers-first): Doc fix.
1521         (message-setup-1): Use new function for getting which headers to
1522         generate.
1523         (message-headers-to-generate): New function.
1524
1525 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1526
1527         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1528
1529 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1530
1531         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1532         mention negatives.
1533
1534 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1535
1536         * deuglify.el (gnus-outlook-rearrange-article): Use
1537         `transpose-regions' instead of tempering the kill-ring.
1538         (gnus-article-outlook-deuglify-article): Rehighlight article
1539         instead of a complete redisplay.
1540
1541 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1542
1543         * spam.el: most defvars are defcustoms now
1544
1545         patches from Michael Shields  <shields@msrl.com>
1546
1547         * spam.el (spam-bogofilter-articles): Select the article
1548         body using gnus-summary-show-article t instead of
1549         gnus-summary-select-article; this presents the raw text
1550         without running any hooks.
1551
1552         * spam.el (spam-bogofilter-articles): Use message-remove-header
1553         to remove headers; the old way incorrectly removed just the first
1554         line of folded headers.
1555
1556 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1559
1560 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-start.el (gnus-load): New function.
1563         (gnus-read-newsrc-el-file): Use it.
1564
1565 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1568         (gnus-button-handle-apropos-documentation): New function.
1569         (gnus-button-handle-ctan): New function.
1570         (gnus-button-alist): Use them.  Improve some regexps.
1571         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1572
1573 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * message.el (message-subscribed-p): New function.
1576         (message-send-mail): Use it.
1577         * mml.el (mml-preview-insert-mft): New function.
1578         (mml-preview): Use it.
1579
1580 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1583         when sorting by date.
1584
1585         * gnus-art.el (gnus-article-edit-mode): New variable.
1586         (gnus-article-setup-buffer): Warn user about discarding edits.
1587
1588         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1589         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1590         headers.
1591
1592         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1593
1594 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * message.el (message-completion-alist): Added "Mail-Followup-To"
1597         and "Mail-Copies-To".
1598
1599 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1600
1601         * gnus-group.el: Add key bindings for
1602         gnus-group-sort-groups-by-real-name and
1603         gnus-group-sort-selected-groups-by-real-name.
1604
1605 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1606
1607         * gnus.texi (Sorting Groups): Add key bindings for
1608         gnus-group-sort-groups-by-real-name and
1609         gnus-group-sort-selected-groups-by-real-name.
1610
1611 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * spam.el (spam-use-dig): new variable for blackhole checking
1614         through dig.el
1615         (spam-check-blackholes): added dig.el checking functionality and
1616         more verbose reporting; query-dig is autoloaded from dig.el
1617         (spam-use-blackholes): disabled by default
1618         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1619         blackhole servers list
1620
1621 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * message.el (message-required-headers): New variable.
1624
1625 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * dig.el (query-dig): new function
1628
1629 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1632         prefixes.
1633
1634         * dns.el (query-dns): Protect against errors.
1635
1636         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1637         (gnus-inews-add-send-actions): Mark all answered messages as
1638         answered.
1639
1640 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1641
1642         * nnmail.el (nnmail-split-it): Added tracing to
1643         `:' split rule
1644
1645 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1646
1647         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1648         and "%s" so we don't overquote them.
1649
1650 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1651
1652         * (mm-display-external): Display the actual command that has been
1653         executed in the echo area.
1654
1655 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1658
1659         * message.el (message-with-reply-buffer): New macro.
1660         (message-fetch-reply-field): Use it.
1661         (message-insert-wide-reply): New command and keystroke.
1662         (message-carefully-insert-headers): New function.
1663         (message-insert-to): Use new function.
1664
1665         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1666         (gnus-topic-goto-missing-group): Use it.
1667
1668         * message.el (message-required-news-headers): Removed Lines.
1669         (message-reply): Don't insert References first.
1670         (message-followup): Ditto.
1671         (message-make-references): New function.
1672         (message-followup): Set message-reply-headers before generating
1673         the buffer stuff.
1674
1675 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1676
1677         * mml.el (mml-generate-mime-1): Reverse the order of
1678         encoding/flowing.
1679
1680 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1683         after moving them.
1684
1685         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1686         fit with newer standard format.
1687         (gnus-summary-make-false-root-always): New variable.
1688         (gnus-gather-threads-by-subject): Use it.
1689
1690         * message.el (message-get-reply-headers): Take an address list
1691         optional argument.
1692
1693 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus.el (gnus-keep-backlog): Change default to 20.
1696
1697         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1698         start.
1699         (gnus-agent-check-overview-buffer): Remove negative article
1700         numbers.
1701
1702         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1703         (nnmail-cache-ignore-groups): Doc fix.
1704
1705         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1706         (nnimap-debug-buffer): New variable.
1707         (nnimap-debug): Use it.
1708
1709 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1710
1711         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1712
1713 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1716         they aren't already sorted.
1717
1718 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1719
1720         * message.el (message-mode-menu): Add ellipses to menu items
1721         expecting user interaction.
1722         (message-mode-field-menu): do.
1723
1724 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1725
1726         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1727         it isn't used any more.
1728
1729 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1730
1731         * binhex.el (binhex-decoder-program): Fix docstring.
1732
1733 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1734
1735         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1736         special chars if the mailcap file uses single quotes around %s.
1737         From Laurent Martelli <laurent@bearteam.org>.
1738
1739 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1740
1741         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1742         return the info object.
1743
1744 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1745
1746         * gnus-int.el (gnus-request-update-info): Artificially add
1747         (1 . (1- min)) to the read range, in case the backend doesn't
1748         store marks for nonexistent articles.
1749
1750 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * binhex.el (binhex-insert-char): Eval-and-compile.
1753
1754 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1755
1756         * lpath.el: Add tool-bar-local-item-from-menu.
1757
1758         * message.el (message-tool-bar-local-item-from-menu): New function.
1759         (message-tool-bar-map): Use it.
1760
1761 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1762
1763         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1764
1765         * gnus-art.el (gnus-article-header-rank): Last header in
1766         gnus-sorted-header-list should have higher rank than non-members.
1767
1768 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1771         covered methods.
1772
1773 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1774
1775         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1776         eval-when-compile.  Suggested by Kevin Greiner.
1777
1778 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1779
1780         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1781         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1782         even though no headers may have been fetched
1783         (gnus-agent-fetch-group-1, and perhaps others, require this
1784         behavior).
1785         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1786         server buffer is constrained by gnus-agent-max-fetch-size.
1787         Multiple chunks in the same group may perform arbitrarily large
1788         updates.
1789
1790 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1791
1792         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1793         gnus-summary-update-download-mark to update the article in the
1794         summary.
1795
1796 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1797
1798         * gnus.el (gnus-summary-high-uncached-face,
1799         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1800         New faces.
1801
1802         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1803         added this on 2002-11-23 but it just wasn't working out as
1804         intended.  The idea isn't entirely dead, three new faces
1805         gnus-summary-*-uncached-face are being added to gnus.el to provide
1806         the basis for an improved implementation.
1807         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1808         proper file to open is lib/servers.
1809         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1810         (i.e. removing the article from gnus-newsgroup-downloadable) will
1811         now restore the article's default mark rather than simply setting
1812         no mark.
1813         (gnus-agent-get-undownloaded-list): Corrected documentation.
1814         Added code to set new summary local variable,
1815         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1816         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1817         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1818         up to date.  Call new gnus-summary-update-download-mark to keep
1819         summary buffer up-to-date.
1820         (gnus-agent-fetch-selected-article): Keep
1821         gnus-newsgroup-undownloaded up to date.
1822         (gnus-agent-fetch-articles): Return list of articles that were
1823         successfully fetched.
1824         (gnus-agent-check-overview-buffer): No more thingatpt.
1825         (gnus-agent-expire): No longer deletes NOV entries of unread
1826         articles.
1827         (gnus-agent-unread-articles): New function.
1828         (gnus-agent-regenerate-group): The article number must be
1829         terminated by a tab character.  Added more messages to report
1830         repairs.  Inhibit quits while writing changes so it is now safe
1831         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1832         downloaded to 1) resolve the unbound references and 2) avoid
1833         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1834
1835         * gnus-art.el (gnus-article-prepare): The agent
1836         downloaded/undownloaded mark is no longer stored as the article's
1837         mark.
1838
1839         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1840         gnus-summary-highlight may use it.  Added downloaded as
1841         gnus-summary-highlight was using it.
1842
1843         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1844         the download mark now follows Kai's +/- convention.
1845         (gnus-downloaded-mark): Added ?+ mark.
1846         (gnus-summary-highlight): Added rules to select
1847         gnus-summary-high-uncached-face,
1848         gnus-summary-normal-uncached-face, and
1849         gnus-summary-low-uncached-face.  Removed the
1850         gnus-agent-downloaded-article-face.
1851         (gnus-summary-line-format-alist): Implemented the download flag
1852         format (?O) as named in the manual.  This implementation displays
1853         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1854         gnus-no-mark.
1855         (gnus-newsgroup-agentized): New local variable that identifies
1856         which groups are agentized.  While the agent is now on by default,
1857         you don't have to agentize every server that you use.
1858         (gnus-update-summary-mark-positions): Completed support for the
1859         download type of mark.
1860         (gnus-summary-insert-line): Added undownloaded to the parameters.
1861         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1862         reference by the gnus-summary-line-format-spec.
1863
1864         * nntp.el (nntp-with-open-group): This macro handles dropped or
1865         broken connections by opening a new connection and repeating the
1866         failed command.
1867         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1868         XOVER commands preceeding the active articles with the nov entry
1869         of the first available article.  When gnus connected to such a
1870         server, the unexpected nov entry would result in duplicate lines
1871         in the agent's overview file.  This patch fixes the duplicate
1872         lines problem and improves performance by skipping over all
1873         articles IDs that preceed the first nov entry in the server's
1874         reply.
1875
1876 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1879         (gnus-summary-highlight): Use it instead of `downloaded'.
1880         (gnus-summary-highlight-line): Ditto.
1881
1882         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1883
1884 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1887
1888         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1889         calls.
1890
1891         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1892         downloaded variable if we're in an uncovered group.
1893
1894         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1895         font to soemthing less noticeable.
1896         (gnus-agent-group-covered-p): New function.
1897
1898 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1899
1900         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1901         Because of an unknown bug, the group buffer is saved in .overview
1902         file.
1903
1904 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1905
1906         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1907         `and' with `or'.
1908
1909 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1910
1911         * nntp.el (nntp-send-command): Assume that echo does not happen
1912         when nntp-open-connection-function is nntp-open-network-stream.
1913         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1914
1915 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1916
1917         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1918
1919 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1920
1921         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1922         nntp-server-buffer if we aren't going to write to it.
1923
1924 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1925         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1926
1927         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1928
1929 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1932         decoded words.
1933
1934 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1935
1936         * gnus.el (fboundp): After loading mm-util, make sure it was the
1937         right one.
1938
1939 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1940
1941         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1942         gnus-sum.  Made into a user option.
1943
1944         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1945         (gnus-summary-mark-article-as-unread)
1946
1947 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1948
1949         * time-date.el (date-to-time): Typo.
1950
1951         * parse-time.el: Typo.
1952
1953         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1954
1955         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1956
1957         * nnimap.el:
1958         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1959
1960         * mm-encode.el (mm-safer-encoding): Typo.
1961
1962         * messcompat.el: Typo.
1963
1964         * message.el (message-face-alist): Typo.
1965
1966         * imap.el (imap-interactive-login, imap-open): Typos.
1967
1968         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1969
1970         * gnus.el: Typo.
1971
1972         * gnus-win.el (gnus-configure-frame): Typo.
1973
1974         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1975
1976         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1977
1978         * gnus-sum.el (gnus-summary-article-number)
1979         (gnus-summary-read-group-1, gnus-summary-mark-article)
1980         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1981
1982         * gnus-mule.el (gnus-mule-add-group): Typo.
1983
1984         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1985
1986         * gnus-group.el (gnus-group-fetch-faq): Typo.
1987
1988         * gnus-art.el (gnus-decode-header-methods): Typo.
1989
1990         * flow-fill.el: Typo.
1991
1992 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1993
1994         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1995
1996 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1997
1998         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1999         (gnus-summary-mark-article-as-unread)
2000         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2001         Reformatting to avoid long lines.
2002         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2003
2004 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2005
2006         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2007         be accessed through `mail-header-number'.
2008
2009 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2010
2011         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
2012         compressed range to gnus-summary-insert-articles.
2013
2014 2002-11-26  Kevin Ryde <user42@zip.com.au>
2015
2016         * gnus-art.el (gnus-mime-copy-part): Look for filename
2017         parameter under content-disposition, not content-type.
2018
2019         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
2020         (gnus-summary-reselect-current-group): Use it.
2021
2022 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2023
2024         * gnus-agent.el (gnus-agent-uncached-articles): if
2025         gnus-agent-load-alist fails, return ARTICLES.
2026
2027         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
2028
2029 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2030
2031         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
2032         superfluous function call.
2033         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
2034         Add warning to docstring.
2035
2036 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-agent.el: Autoload number-at-point instead.
2039         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
2040
2041 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2042
2043         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
2044         require thingatpt (for number-at-point) and protect against
2045         deactivate-mark being unbound (on XEmacs).
2046
2047 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2048
2049         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
2050         print message on entry.
2051
2052         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2053
2054         * gnus-range.el (gnus-range-difference): New function.
2055         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
2056
2057 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2058
2059         * gnus-sum.el (gnus-summary-insert-old-articles): Use
2060         gnus-remove-from-range instead of gnus-range-difference which
2061         doesn't exist.
2062
2063 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2064         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
2065
2066         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
2067         used for showing which articles have been downloaded.
2068         (gnus-agent-article-alist): Format change.  Add documentation.
2069         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
2070         process-marked articles.
2071         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
2072         in the series are individually fetched to minimize lose of
2073         content due to an error/quit.
2074         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2075         gnus-message instead of message.
2076         (gnus-agent-read-servers): Use file lib/methods instead of
2077         lib/servers.  TODO: Why?
2078         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2079         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2080         come from the agent.  This means that they are not downloaded.
2081         (gnus-agent-fetch-selected-article): Don't use history.
2082         (gnus-agent-save-history, gnus-agent-enter-history)
2083         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2084         Removed function; history is not used anymore.
2085         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2086         (gnus-agent-crosspost): Started rewrite then realized that a typo
2087         in gnus-agent-fetch-articles ensures that this function is never
2088         called.  This will need to be fixed later.
2089         (gnus-agent-check-overview-buffer): Some sanity checks on the
2090         agent overview buffer.  This is a safety net used during
2091         development.
2092         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2093         changed, write a number to the file indicating this.
2094         (gnus-agent-fetch-headers): Rewrite to respect
2095         gnus-agent-consider-all-articles without relying on the
2096         `.fetched' files.  Make it fast.
2097         (gnus-agent-braid-nov): Change resulting from
2098         gnus-agent-fetch-headers change.
2099         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2100         `.fetched' files.
2101         (gnus-agent-read-agentview): New function, used by
2102         gnus-agent-load-alist.
2103         (gnus-agent-load-fetched-headers): Remove.
2104         (gnus-agent-save-alist): Rewrite to accomodate new format.
2105         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2106         same order as in gnus-newsgroup-headers.
2107         (gnus-agent-expire): Document and implement extra args ARTICLES,
2108         GROUP, FORCE.  Do not restrict usage.
2109         (gnus-agent-uncached-articles): New function.
2110         (gnus-agent-retrieve-headers): Use it.
2111         (gnus-agent-regenerate-group): No longer needs to be called from
2112         gnus-agent-regenerate.  Individual groups may be regenerated. The
2113         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2114         The article fetch dates are validated in the article alist.  The
2115         article alist is pruned of entries that do not reference existing
2116         NOV entries.  All changes are computed then applied with
2117         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2118         regeneration.  The optional clean parameter has been replaced with
2119         an optional reread parameter.  Clean is no longer necessary as
2120         regeneration gets the appropriate setting from
2121         gnus-agent-consider-all-articles.  The new reread parameter will
2122         result in fetched, or all, articles being marked as unread.
2123         (gnus-agent-regenerate): Removed code to regenerate the history
2124         file as it is no longer used.
2125
2126         * gnus-start.el (gnus-make-ascending-articles-unread): New
2127         function, for efficient mass-marking.
2128
2129         * gnus-sum.el (gnus-summary-highlight): Use new face for
2130         downloaded articles.
2131         (gnus-article-mark): Prefer to indicate read/unread status over
2132         downloaded status.
2133         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2134         line.
2135         (gnus-summary-highlight-line): Use new face for downloaded
2136         articles.
2137         (gnus-summary-insert-old-articles): Improved performance by
2138         replacing the initial LIST of older articles with a compressed
2139         RANGE of older articles.  Some servers appear to lie about
2140         their active range so the original list could contain millions
2141         of article numbers.  The range is not expanded into a list
2142         until the optional ALL parameter has been applied.
2143
2144 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2145
2146         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2147
2148 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * spam.el:
2151         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2152
2153         * spam.el: added `M s t' and `M s x' key mappings
2154
2155 2002-11-20  Simon Josefsson  <jas@extundo.com>
2156
2157         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2158
2159 2002-11-19  Simon Josefsson  <jas@extundo.com>
2160
2161         * gnus-sum.el (gnus-summary-morse-message): Load
2162         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2163         (unmorse-region): Autoload it instead.
2164
2165 2002-11-18  Simon Josefsson  <jas@extundo.com>
2166
2167         * gnus-sum.el (gnus-summary-morse-message): New function.
2168         (gnus-summary-wash-map): Bind to `W m'.
2169         (gnus-summary-make-menu-bar): Add.
2170
2171         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2172         before storing \Deleted mark on expired articles.
2173
2174 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2175         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2176
2177         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2178         parens in column 0.
2179
2180 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2181
2182         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2183
2184         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2185
2186         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2187
2188 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2189
2190         * message.el (message-set-auto-save-file-name): Use
2191         make-directory, to avoid the dependence on gnus-util.
2192
2193 2002-11-16  Simon Josefsson  <jas@extundo.com>
2194
2195         * nnimap.el (nnimap-callback-callback-function):
2196         (nnimap-callback-buffer): Removed, these cannot be global but must
2197         be embedded into the callback.
2198         (nnimap-make-callback): New.  Embedd article number, callback and
2199         buffer in function.
2200         (nnimap-callback, nnimap-request-article-part): Update.
2201
2202 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2205
2206 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2207
2208         * gnus.el (gnus-summary-line-format): Document %C.
2209
2210 2002-11-11  Simon Josefsson  <jas@extundo.com>
2211
2212         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2213         output when called interactively.
2214
2215 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2218
2219         * message.el (message-draft-coding-system): Improve comment; use
2220         mm-auto-save-coding-system for the default value.
2221
2222         * nndraft.el (nndraft-request-article): Revert to the state before
2223         2002-10-29; regexp-quote mail-header-separator.
2224
2225 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2226
2227         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2228         allow editing of drafts from an nnvirtual group.
2229
2230 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2233         mm-auto-save-coding-system.
2234
2235         * message.el (message-draft-coding-system): Default to
2236         iso-2022-7bit.
2237
2238         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2239         restore the default value to emacs-mule or escape-quoted.
2240
2241 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2244         a delayed or a queued article as well as a draft.
2245
2246         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2247         delayed or a queued article in the raw format; treat a delayed
2248         article as a raw article as well as a draft.
2249         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2250         for the delayed group.
2251
2252         * nndraft.el (nndraft-request-article): Ignore auto save files for
2253         a delayed or a queued article; don't bother to decode a queued
2254         article; don't bind nnmail-file-coding-system for a queued article.
2255
2256         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2257         and the queue group.
2258
2259 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2260
2261         * gnus-group.el (gnus-group-delete-group):
2262         gnus-cache-active-hashtb might be void.
2263
2264 2002-11-02  Simon Josefsson  <jas@extundo.com>
2265
2266         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2267         setting of the default user ID.  From Raymond Scholz
2268         <ray-2002@zonix.de>.
2269
2270 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2271
2272         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2273         charset.
2274
2275 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2276         From Alex Schroeder <alex@emacswiki.org>
2277         * spam-stat.el (spam-stat-process-directory): add dir to message
2278         (spam-stat-reduce-size): No longer remove words
2279         with values close to 0.5, because the default value is 0.2.
2280
2281 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2282
2283         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2284         documentation.
2285
2286 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2287
2288         * gnus-agent.el (gnus-agent-fetched-headers)
2289         (gnus-agent-load-fetched-headers)
2290         (gnus-agent-save-fetched-headers): Remove variable and two
2291         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2292         works better.
2293         (gnus-agent-fetch-headers): New implementation from Kevin
2294         Greiner.  Uses gnus-agent-article-alist to store information
2295         about fetched messages which aren't on the server anymore.  The
2296         trick is to return a list of considered messages to the caller,
2297         but to only fetch those which haven't been fetched yet.
2298
2299 2002-10-30  Simon Josefsson  <jas@extundo.com>
2300
2301         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2302
2303         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2304
2305 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2306
2307         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2308         versions of emacs-w3m than 1.3.3.
2309
2310         * lpath.el: Bind w3m-minor-mode-map.
2311
2312         * mm-view.el (mm-w3m-mode-command-alist)
2313         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2314         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2315         (mm-setup-w3m): Simplified.
2316         (mm-w3m-local-map-property): New function.
2317         (mm-inline-text-html-render-with-w3m): Use it.
2318
2319         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2320         mm-w3m-local-map-property.
2321
2322 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * mm-util.el (mm-auto-save-coding-system): Default to
2325         iso-2022-7bit.
2326
2327         * nndraft.el (nndraft-request-article): Decode an article using
2328         the coding-system emacs-mule if it seems to have been saved using
2329         emacs-mule.
2330         (nndraft-request-replace-article): Use message-draft-coding-system
2331         instead of mm-auto-save-coding-system for the draft or delayed
2332         group.
2333
2334 2002-10-28  Josh  <huber@alum.wpi.edu>
2335
2336         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2337         functions.
2338
2339 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2340         From mah@everybody.org (Mark A. Hershberger).
2341
2342         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2343         type values ("url" size) regardless of the values of
2344         mm-url-use-external.
2345
2346 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2347
2348         * nnimap.el (nnimap-request-article-part): Try harder to show
2349         group name in debugging message.
2350
2351 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2352
2353         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2354         directory if it doesn't exist.
2355         (gnus-agent-fetch-headers): Remove old cruft that tried to
2356         abstain from downloading articles more than once if
2357         gnus-agent-consider-all-articles was true.  This is now done
2358         properly via the .fetched files.
2359
2360 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * nndraft.el (nndraft-request-article): Treat delayed articles
2363         like drafts.
2364
2365 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2368
2369 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2370
2371         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2372         Remove unused optional arg DIR and corresponding code.
2373
2374         * nnimap.el (nnimap-request-article-part): Include group name in
2375         debugging output.
2376
2377 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2378
2379         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2380
2381 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2382
2383         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2384         contains range of headers that have been fetched by the agent
2385         already.  Compare gnus-agent-article-alist.
2386         (gnus-agent-file-header-cache): Like
2387         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2388         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2389         seen/recent logic.
2390         Remember which headers have been fetched before and don't fetch
2391         them again the next time round.
2392         (gnus-agent-load-fetched-headers)
2393         (gnus-agent-save-fetched-headers): New functions, for remembering
2394         which headers have been fetched before.
2395
2396 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * lpath.el: Remove useless bindings.
2399
2400 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2401
2402         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2403         features while searching.
2404
2405 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2406
2407         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2408
2409 2002-10-22  Simon Josefsson  <jas@extundo.com>
2410
2411         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2412         (pgg-snarf-keys): Add.
2413
2414 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * lpath.el: Fbind bbdb-records.
2417
2418         * spam.el: Don't autoload bbdb-records.
2419
2420 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2423         prevent inf-loop.
2424
2425 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * nnslashdot.el: Removed some test lines.
2428         More test.
2429
2430 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2431
2432         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2433         are known to be downloaded already.
2434
2435 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2438         (mm-text-html-washer-alist): Ditto.
2439
2440 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2441
2442         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2443         boundary between headers and body.
2444         * nnml.el (nnml-parse-head): Ditto.
2445
2446 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2449         entries.
2450
2451         * gnus-group.el (gnus-fetch-group): Allow an optional
2452         specification of the articles to select.
2453
2454         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2455
2456 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2457
2458         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2459         headers from the group, update variable `articles' to contain
2460         only those numbers where headers exist.  (When fetching all
2461         articles in a group, Gnus creates lots of numbers where there is
2462         no articles.)
2463
2464 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2465
2466         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2467         doesn't have the 'alist custom type, use cons cells instead.
2468         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2469         (pgg-parse-hash-algorithm-alist): Ditto.
2470         (pgg-parse-compression-algorithm-alist): Ditto.
2471         (pgg-parse-signature-type-alist): Ditto.
2472
2473         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2474
2475         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2476
2477         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2478
2479 2002-10-19  Simon Josefsson  <jas@extundo.com>
2480
2481         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2482         buffer.
2483
2484 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2485
2486         * gnus-spec.el (gnus-make-format-preserve-properties)
2487         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2488         properties also on XEmacs.  `gnus-xmas-format' is like format but
2489         preserves text properties on XEmacs (though it only understands
2490         simple format specs).  The variable
2491         `gnus-make-format-preserve-properties' controls whether the
2492         function is used, and is checked in `gnus-parse-simple-format'.
2493         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2494
2495         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2496         output.
2497         (gnus-agent-consider-all-articles): New variable.
2498         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2499         (gnus-agent-fetch-headers): Depending on
2500         gnus-agent-consider-all-articles, maybe get all articles.
2501         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2502         `read'.
2503         (gnus-predicate-imples-unread): New function.
2504         (gnus-agent-fetch-headers): Optimize to call
2505         gnus-list-of-unread-articles if that is sufficient.
2506         Check unseen and recent instead of seen and recent.
2507         (gnus-agent-fetch-headers): Abstain from calling
2508         gnus-list-range-intersection if range (a . b) would have (> a b).
2509
2510 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * message.el (message-send-mail): Make it possible to perform
2513         edebug-defun.
2514
2515 2002-10-18  Simon Josefsson  <jas@extundo.com>
2516
2517         * gnus-art.el (gnus-button-man-handler): Change default to
2518         `manual-entry' (defined in both emacsen).
2519         (gnus-button-man-handler): Remove emacsen difference and use
2520         `manual-entry'.
2521
2522 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * spam.el: Wrap autoload settings for bbdb-records,
2525         executable-find and ifile-spam-filter with eval-and-compile.
2526         (spam-display-buffer-contents): Remove.
2527         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2528
2529 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2530
2531         * spam.el (spam-display-buffer-contents): New function.
2532         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2533         from Katsumi Yamaoka <yamaoka@jpl.org>.
2534
2535 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2536
2537         * nnheader.el (nnheader-parse-naked-head): New function.
2538         (nnheader-parse-head): Use the above function, in order to handle
2539         continuation lines properly.
2540         (nnheader-remove-body): New function.
2541         (nnheader-remove-cr-followed-by-lf): New function.
2542         (nnheader-ms-strip-cr): Use the above function.
2543
2544         * gnus-agent.el (gnus-agent-regenerate-group): Call
2545         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2546         `nnheader-parse-head'.
2547         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2548
2549         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2550         continuation lines by itself; call `nnheader-parse-naked-head'
2551         instead of `nnheader-parse-head'.
2552         * nndiary.el (nndiary-parse-head): Ditto.
2553         * nnfolder.el (nnfolder-parse-head): Ditto.
2554         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2555         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2556         * nnml.el (nnml-parse-head): Ditto.
2557
2558 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2559
2560         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2561         XEmacs, default to it if featurep 'xemacs.
2562
2563 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * spam-stat.el: Check for the existence of hash functions instead
2566         of the Emacs version to decide whether to load cl.  Suggested by
2567         Kai Gro\e,A_\e(Bjohann.
2568
2569 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2570
2571         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2572         if it isn't open yet.
2573
2574 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-group.el: Require mm-url only when compiling.
2577         (gnus-group-fetch-charter): Require mm-url.
2578
2579         * spam-stat.el: Require cl for the functions gethash,
2580         hash-table-count, make-hash-table and mapc for Emacs 20.
2581         (puthash): Alias to cl-puthash for Emacs 20.
2582         (with-syntax-table): New macro for Emacs 20.
2583
2584 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2585
2586         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2587
2588 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2589
2590         * spam.el (spam-check-ifile): added ifile as a spam checking
2591         backend, and spam-use-ifle as the variable to toggle that check.
2592
2593 2002-10-12  Simon Josefsson  <jas@extundo.com>
2594
2595         * message.el (message-beginning-of-line): New variable.
2596         (message-beginning-of-line): Use it.
2597
2598 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2599
2600         * spam.el: more compilation fixes for BBDB
2601
2602         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2603         (spam-stat-reduce-size): Interactive.
2604         (spam-stat-reset): New function.
2605         (spam-stat-save): Interactive.
2606
2607 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus.el: Autoload gnus-delay-initialize.
2610
2611         * message.el: Autoload gnus-delay-article.
2612
2613 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2614
2615         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2616         text property in Emacs.
2617
2618 2002-10-11  Simon Josefsson  <jas@extundo.com>
2619
2620         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2621         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2622
2623         * mml1991.el (mml1991-pgg-sign): Remove CR.
2624
2625 2002-10-10  Simon Josefsson  <jas@extundo.com>
2626
2627         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2628         decrypt failed.
2629         (mml2015-trust-boundaries-alist): Removed.
2630         (mml2015-gpg-extract-signature-details): Don't use it.
2631         (mml2015-unabbrev-trust-alist): New.
2632         (mml2015-gpg-extract-signature-details): Use it.
2633
2634 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2635
2636         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2637         BBDB installed
2638
2639         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2640         statistical analysis of spam in Lisp only
2641
2642 2002-10-10  Simon Josefsson  <jas@extundo.com>
2643
2644         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2645         auth, selected or examine state.
2646
2647         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2648         buffer and error buffer depending on type of information.
2649
2650         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2651         --status-fd stuff even if gpg.el is not used (revert earlier
2652         change).
2653         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2654         gnus details.
2655         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2656         buffer.
2657
2658         * pgg.el (pgg-verify-region): Use it.
2659
2660         * pgg-def.el (pgg-query-keyserver): New variable.
2661
2662         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2663         key-identifier in packet.  Is this a good idea?
2664
2665         * mml.el (mml-mode-map): Add security commands that operates on
2666         MIME parts.
2667         (mml-menu): And menu items for them.
2668
2669         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2670
2671         * mml.el (mml-parse-1): Support sender in #secure tags.
2672
2673         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2674         defined.
2675
2676         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2677         (mml-pgp-encrypt-buffer): Support combined signing.
2678
2679         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2680         (mml1991-gpg-encrypt): Ditto.
2681         (mml1991-pgg-encrypt): Ditto.
2682         (mml1991-encrypt): Pass sign parameter.
2683
2684         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2685         (mml-signencrypt-style): Mention the variable.
2686
2687 2002-10-09  Simon Josefsson  <jas@extundo.com>
2688
2689         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2690         pgg-gpg-user-id.
2691
2692         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2693         (pgg-fetch-key-function): Nil if w3 is not installed.
2694
2695 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2696
2697         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2698         gnus-agent-current-history.
2699
2700 2002-10-06  Simon Josefsson  <jas@extundo.com>
2701
2702         * imap.el (imap-parse-status): Don't use read to read token.
2703
2704 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2705
2706         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2707         for methods not covered by the agent, and when unplugged.
2708
2709 2002-10-05  Simon Josefsson  <jas@extundo.com>
2710
2711         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2712         signing.
2713
2714         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2715         a named server fails, ignore the server.
2716
2717         * mml1991.el (mml1991-pgg-sign): Do QP.
2718
2719         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2720         work.
2721
2722 2002-10-04  Simon Josefsson  <jas@extundo.com>
2723
2724         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2725
2726         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2727         binary-write-decoded-region from MEL.
2728
2729         * pgg.el (pgg-encrypt-region): Support sign.
2730
2731         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2732
2733         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2734
2735         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2736         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2737         branch where PGG was taken from in the ChangeLog entries below.
2738
2739 2002-10-01  Simon Josefsson  <jas@extundo.com>
2740
2741         * pgg-pgp.el: Don't require mel.  Don't use luna.
2742         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2743         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2744         (pgg-pgp-process-region): Don't use binary-funcall.
2745
2746         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2747
2748         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2749         instead of concat.
2750
2751         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2752
2753 2002-09-29  Simon Josefsson  <jas@extundo.com>
2754
2755         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2756         compile warnings.
2757
2758         * pgg.el (pgg-decrypt-region): Don't parse packet.
2759
2760         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2761
2762 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2763
2764         * pgg.el: Remove dependency on calist.el.
2765
2766 2002-09-28  Simon Josefsson  <jas@extundo.com>
2767
2768         * pgg.el (pgg-temporary-file-directory): New variable.
2769         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2770
2771         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2772         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2773
2774         * pgg-parse.el (pgg-char-int): Defalias.
2775         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2776         (pgg-read-bytes, pgg-read-body): Use it.
2777         (pgg-decode-packets): Don't use MEL, use base64-*.
2778         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2779         (pgg-string-as-unibyte): Defalias.
2780         (pgg-parse-armor-region): Use it.
2781
2782         * pgg-gpg.el (pgg-gpg-process-region): Use
2783         pgg-temporary-file-directory.
2784
2785         * luna.el: Don't def-edebug.
2786
2787         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2788         binary-write-decoded-region from MEL.
2789
2790         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2791
2792         * alist.el, calist.el: Don't require product/APEL.
2793
2794         * pgg-parse.el (top-level): Remove dependency on static.el,
2795         pccl.el, mel.el.
2796         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2797         `define-ccl-program' is boundp, instead of using broken.
2798
2799 2002-10-01  Simon Josefsson  <jas@extundo.com>
2800
2801         * message.el (message-required-mail-headers): Remove Lines:.
2802
2803 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2804         From Jesper Harder.
2805
2806         * gnus-group.el (gnus-group-fetch-charter,
2807         gnus-group-fetch-control): Prompt for group if given a prefix
2808         argument.
2809         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2810         gnus-group-fetch-control to summary key map and menu.
2811
2812
2813 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2814
2815         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2816         number when there are no articles.
2817
2818 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2819
2820         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2821         arg ALL means to fetch all articles, not only downloadable ones.
2822         (gnus-agent-fetch-selected-article): New function for
2823         gnus-select-article-hook or gnus-mark-article-hook.
2824
2825 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2826         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2827
2828         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2829         raw-text.
2830
2831 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2832
2833         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2834         Pinard).
2835         Major revamp of the code, documentation is in comments in the file
2836         for now.
2837
2838 2002-09-30  Simon Josefsson  <jas@extundo.com>
2839
2840         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2841         buffer seem to be needed?
2842
2843 2002-09-29  Simon Josefsson  <jas@extundo.com>
2844
2845         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2846         compile warnings.
2847
2848         * mml1991.el (mml1991-function-alist): Add pgg.
2849         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2850         (mml1991-pgg-encrypt): Fix recipients querying.
2851
2852 2002-09-28  Simon Josefsson  <jas@extundo.com>
2853
2854         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2855         from dme@dme.org.
2856         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2857         handle is returned.
2858
2859 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2862         Protect against non-existent of `nnimap-mailbox-info'.
2863
2864 2002-09-27  Simon Josefsson  <jas@extundo.com>
2865
2866         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2867         (gnus-setup-news-hook): Use it.
2868         (gnus-after-getting-new-news-hook): Ditto.
2869
2870         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2871
2872 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2873         From Mats Lidell <matsl@contactor.se>.
2874
2875         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2876
2877 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2878
2879         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2880         the part to decode encoded words, use raw words instead of decoded
2881         words.
2882
2883 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2886
2887         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2888         (mm-setup-w3m): Use it.
2889
2890 2002-09-27  Simon Josefsson  <jas@extundo.com>
2891
2892         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2893         article buffers.
2894
2895         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2896         it just in case.
2897         (nnimap-update-unseen): New function; update unseen count in
2898         `n-m-info'.
2899         (nnimap-close-group): Call it.
2900
2901         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2902         (gnus-after-getting-new-news-hook): Ditto.
2903
2904         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2905         message into verboselevel 9.  Change slow mail check message.
2906         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2907         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2908         used as a hook after getting new mail.
2909
2910 2002-09-26  Simon Josefsson  <jas@extundo.com>
2911
2912         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2913         SELECT/EXAMINE is first unseen article, not number of unseen
2914         articles.  Make them distinct by renaming the former to
2915         `first-unseen' instead of `unseen'.
2916
2917         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2918         too.
2919         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2920         changed.
2921         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2922
2923         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2924
2925         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2926         better.
2927
2928         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2929         if dissecting resulting buffer actually had any information.
2930
2931 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2934         because the function `string<' allows symbols.
2935
2936         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2937
2938 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2939
2940         * message.el (message-forward-make-body): Revert an early change
2941         because 8-bit utf-8 emails.
2942
2943 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2944
2945         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2946         links to Info)
2947         * gnus-art.el (gnus-treat-highlight-signature):
2948         * gnus-art.el (gnus-treat-buttonize):
2949         * gnus-art.el (gnus-treat-buttonize-head):
2950         * gnus-art.el (gnus-treat-emphasize):
2951         * gnus-art.el (gnus-treat-strip-cr):
2952         * gnus-art.el (gnus-treat-unsplit-urls):
2953         * gnus-art.el (gnus-treat-leading-whitespace):
2954         * gnus-art.el (gnus-treat-hide-headers):
2955         * gnus-art.el (gnus-treat-hide-boring-headers):
2956         * gnus-art.el (gnus-treat-hide-signature):
2957         * gnus-art.el (gnus-treat-fill-article):
2958         * gnus-art.el (gnus-treat-hide-citation):
2959         * gnus-art.el (gnus-treat-hide-citation-maybe):
2960         * gnus-art.el (gnus-treat-strip-list-identifiers):
2961         * gnus-art.el (gnus-treat-strip-pgp):
2962         * gnus-art.el (gnus-treat-strip-pem):
2963         * gnus-art.el (gnus-treat-strip-banner):
2964         * gnus-art.el (gnus-treat-highlight-headers):
2965         * gnus-art.el (gnus-treat-highlight-citation):
2966         * gnus-art.el (gnus-treat-date-ut):
2967         * gnus-art.el (gnus-treat-date-local):
2968         * gnus-art.el (gnus-treat-date-english):
2969         * gnus-art.el (gnus-treat-date-lapsed):
2970         * gnus-art.el (gnus-treat-date-original):
2971         * gnus-art.el (gnus-treat-date-iso8601):
2972         * gnus-art.el (gnus-treat-date-user-defined):
2973         * gnus-art.el (gnus-treat-strip-headers-in-body):
2974         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2975         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2976         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2977         * gnus-art.el (gnus-treat-unfold-headers):
2978         * gnus-art.el (gnus-treat-fold-headers):
2979         * gnus-art.el (gnus-treat-fold-newsgroups):
2980         * gnus-art.el (gnus-treat-overstrike):
2981         * gnus-art.el (gnus-treat-display-xface):
2982         * gnus-art.el (gnus-treat-display-smileys):
2983         * gnus-art.el (gnus-treat-from-picon):
2984         * gnus-art.el (gnus-treat-mail-picon):
2985         * gnus-art.el (gnus-treat-newsgroups-picon):
2986         * gnus-art.el (gnus-treat-body-boundary):
2987         * gnus-art.el (gnus-treat-capitalize-sentences):
2988         * gnus-art.el (gnus-treat-fill-long-lines):
2989         * gnus-art.el (gnus-treat-play-sounds):
2990         * gnus-art.el (gnus-treat-translate):
2991         * gnus-art.el (gnus-treat-x-pgp-sig):
2992         * gnus-art.el (gnus-mime-button-line-format):
2993         * gnus-art.el (gnus-button-man-level):
2994         * gnus-art.el (gnus-button-emacs-level):
2995         * gnus-cus.el (gnus-group-parameters):
2996         * gnus-gl.el (bbb-build-mid-scores-alist):
2997         * gnus-group.el (gnus-group-line-format):
2998         * gnus-mlspl.el (gnus-group-split-setup):
2999         * gnus-mlspl.el (gnus-group-split):
3000         * gnus-msg.el (gnus-mailing-list-groups):
3001         * gnus-msg.el (gnus-posting-styles):
3002         * gnus-nocem.el (gnus-nocem-issuers):
3003         * gnus-score.el (gnus-score-regexp-bad-p):
3004         * gnus-srvr.el (gnus-server-line-format):
3005         * gnus-topic.el (gnus-topic-line-format):
3006         * gnus.el (gnus-summary-line-format):
3007         * mail-source.el (mail-sources):
3008         * message.el (message-subscribed-address-file):
3009         * nnmail.el (nnmail-split-fancy):
3010
3011 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
3012
3013         * mail-source.el(mail-source-run-script): use `functionp' to test
3014         whether the argument `script' is in fact a function.
3015         (mail-sources): adjust the defcustom to allow users to specify a
3016         function or a string as the value of the `:prescript' and
3017         `:postscript' arguments of the `file' and `pop3' mail sources.
3018
3019 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
3020
3021         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
3022         number when article 1 does not exist.
3023
3024 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3025
3026         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
3027         apropos if apropos-variable does not exist.
3028         (gnus-button-guessed-mid-regexp)
3029         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
3030         regexes.  From Reiner Steib.
3031         (gnus-button-handle-describe-function)
3032         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
3033         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
3034         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
3035
3036 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
3037         Trivial patch.
3038
3039         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
3040         the file.
3041
3042 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3043
3044         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
3045
3046 2002-09-24  Simon Josefsson  <jas@extundo.com>
3047
3048         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
3049         (mml2015-use): Prefer PGG if installed.
3050         (mml2015-function-alist): Add PGG wrappers.
3051         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
3052         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
3053         prefix, make regexp optionally skip it.
3054         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3055         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
3056         (mml2015-pgg-encrypt): New functions.
3057         (defvar, autoload): Prevent byte-compile warnings.
3058
3059 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3060         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3061
3062         * gnus-art.el (article-strip-banner): Check for the existence of
3063         from header.
3064
3065 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3066
3067         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
3068         (gnus-button-alist): Improved regexp for
3069         gnus-button-handle-mid-or-mail (false positives), fixed
3070         gnus-button-handle-man entries.
3071         From Reiner Steib.
3072
3073 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3074         From Josh Huber.
3075
3076         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3077         nnmail-extra-headers is non-nil.
3078
3079 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3080
3081         * nnmaildir.el: Store article numbers persistently.  General
3082         revision.
3083         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3084         for nnmail-expiry-wait; delete instead of moving if 'force is
3085         given.
3086
3087 2002-09-23  Simon Josefsson  <jas@extundo.com>
3088         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3089
3090         * smime.el (smime-sign-buffer): Get key and extra certs.
3091         (smime-get-key-with-certs-by-email): Utility function.
3092
3093 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3094         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3095
3096         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3097         article exists.
3098
3099 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3100
3101         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3102
3103 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3104         From Reiner Steib.
3105
3106         * gnus-art.el (gnus-button-handle-custom,
3107         gnus-button-handle-mid-or-mail,
3108         gnus-button-handle-describe-{function,variable,key},
3109         gnus-button-handle-apropos{,command,variable}): New functions.
3110         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3111         gnus-button-{man,emacs,mail}-level): New variables.
3112         (gnus-button-alist): Use the above to buttonize emacs and mail
3113         related links.
3114
3115 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3116
3117         * gnus-int.el (gnus-status-message): Fix spacing.
3118
3119         * imap.el (imap-continuation): Fix typos.
3120
3121 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3124
3125         * gnus-art.el (gnus-article-reply-with-original): Correct
3126         with-current-buffer scope.
3127
3128         * message.el (message-completion-alist): Add Reply-To, From, etc.
3129
3130 2002-09-18  Simon Josefsson  <jas@extundo.com>
3131
3132         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3133         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3134
3135 2002-09-17  Simon Josefsson  <jas@extundo.com>
3136
3137         * nnimap.el (nnimap-expiry-target): Don't search for which
3138         articles exists here.
3139         (nnimap-request-expire-articles): Do it here instead.  Only expire
3140         when articles are found.  Suggested by Nevin Kapur
3141         <nevin@jhu.edu>.
3142
3143 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3144         From Reiner Steib <reiner.steib@gmx.de>.
3145
3146         * message.el (message-strip-subject-trailing-was)
3147         (message-change-subject, message-add-archive-header)
3148         (message-xpost-fup2-header, message-xpost-insert-note)
3149         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3150         adopted from message-utils.el.  Add functions to the keymap, mode
3151         describtion and menu.
3152         (message-change-subject,message-xpost-fup2): Signal error if
3153         current header is empty.
3154         (message-xpost-insert-note): Changed insert position.
3155         (message-archive-note): Ensure to insert note in message body (not
3156         in head).
3157         (message-archive-header, message-archive-note)
3158         (message-xpost-default, message-xpost-note, message-fup2-note)
3159         (message-xpost-note-function): New variables adopted from
3160         message-utils.el.  Changed some doc-strings.
3161         (message-mark-insert-{begin,end}): Rename from
3162         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3163         values.
3164         (message-subject-trailing-was-query)
3165         (message-subject-trailing-was-ask-regexp)
3166         (message-subject-trailing-was-regexp): New variables.
3167         (message-to-list-only): Added doc-string and menu entry.
3168
3169         * message-utils.el: Removed.  Functions are now in message.el.
3170
3171 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3172
3173         * gnus-art.el (gnus-article-reply-with-original,
3174         gnus-article-followup-with-original): Switch to
3175         gnus-summary-buffer before reply/followup.
3176
3177 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3178
3179         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3180         not exist. Toggle it anyway.
3181
3182 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3183
3184         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3185
3186         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3187         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3188
3189         * rfc2047.el (message-posting-charset): Defvar it.
3190         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3191         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3192
3193         * mail-source.el (mail-source-fetch): Hide password.
3194
3195         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3196
3197 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3198         From John Paul Wallington <jpw@shootybangbang.com>.
3199
3200         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3201
3202 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3205
3206 2002-09-11  Simon Josefsson  <jas@extundo.com>
3207
3208         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3209         (nnimap-split-rule): Doc fix.
3210         (nnimap-request-expire-articles): Cleanup code.
3211
3212 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3213         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3214
3215         * gnus-art.el (gnus-article-address-banner-alist): New option.
3216         (article-strip-banner): Refer the above option to split banners of
3217         free mail servers, when no group parameter is specified.
3218
3219 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * nntp.el (nntp-wait-for-string): Check for a process in the
3222         current buffer instead of `nntp-server-buffer'.
3223
3224 2002-09-09  Simon Josefsson  <jas@extundo.com>
3225
3226         * gnus-art.el (gnus-button-man-handler): New variable.
3227         (gnus-button-alist): Use g-b-handle-man.
3228         (gnus-button-handle-man): New, call g-b-man-handler.
3229
3230 2002-09-08  Simon Josefsson  <jas@extundo.com>
3231
3232         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3233
3234 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3237
3238 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3241
3242         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3243         keystroke.
3244
3245         * gnus-srvr.el (gnus-browse-describe-group): New command and
3246         keystroke.
3247
3248 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3251         value for gnus-decoration property.
3252
3253 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3254
3255         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3256         string) as group name in case we have a CRLF in the file.
3257
3258 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3259
3260         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3261         group.
3262         (rfc1843-decode-hzp): do.
3263         (rfc1843-newsgroups-regexp): do.
3264
3265 2002-09-04  Simon Josefsson  <jas@extundo.com>
3266
3267         * message.el (message-canlock-generate): Make sure sha1 doesn't
3268         call external programs.
3269
3270 2002-09-03  Simon Josefsson  <jas@extundo.com>
3271
3272         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3273
3274         * gnus-agent.el (gnus-agent-batch): Add doc.
3275
3276 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3277
3278         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3279         check for signed and encrypted parts.
3280         * mml.el (mml-parse-1): Correct small typo which preventing
3281         setting recipients in a secure tag.
3282
3283 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mm-util.el (mm-coding-system-priorities): Default to a list of
3286         iso-2022-jp and others for the Japanese environment.
3287
3288 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3291         invalid display names.
3292
3293 2002-08-30  Simon Josefsson  <jas@extundo.com>
3294
3295         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3296         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3297
3298 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3299
3300         * gnus.el (gnus-group-charter-alist): New option.
3301         (gnus-group-fetch-control-use-browse-url): New option.
3302
3303         * gnus-group.el (gnus-group-fetch-charter): New function.
3304         (gnus-group-fetch-control): New function.
3305         Add them to the keymap and menu. Require mm-url.
3306
3307 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3310         From Alex Schroeder <alex@emacswiki.org>.
3311
3312 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3313
3314         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3315         items expecting user interaction.
3316
3317         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3318
3319         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3320
3321         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3322
3323         * mml.el (mml-menu): do.
3324
3325 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * mail-source.el (mail-source-touch-pop): New function.
3328
3329         * message.el (message-smtpmail-send-it): New function.
3330         (message-send-mail-function): Add it for a candidate.
3331
3332 2002-08-27  Simon Josefsson  <jas@extundo.com>
3333
3334         * gnus-msg.el (posting-charset-alist): Use
3335         gnus-define-group-parameter instead of defcustom.
3336         (gnus-put-message): Handle SPC in GCC.
3337         (gnus-inews-insert-gcc): Ditto.
3338         (gnus-inews-insert-archive-gcc): Ditto.
3339
3340 2002-08-26  Simon Josefsson  <jas@extundo.com>
3341
3342         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3343         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3344         (gnus-agent-possibly-save-gcc): Autoload.
3345         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3346
3347 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus.el (gnus-other-frame-function): New user option.
3350         (gnus-other-frame): Use it; add a doc-string; make it work with
3351         the gnuclient program.
3352
3353         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3354
3355         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3356         `device-connection' and `dfw-device'.
3357
3358 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3359
3360         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3361         positives, make it stricter.  From Jochen Hein (trivial change).
3362
3363 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus.el (gnus-other-frame): Trivial fix.
3366
3367 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus.el (gnus-other-frame-parameters): New user option.
3370         (gnus-other-frame-object): New variable.
3371         (gnus-other-frame): Make it search for existing Gnus frame; don't
3372         read new news; delete frame on exit.
3373
3374         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3375
3376         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3377
3378 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3379         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3380
3381         * message.el (message-set-auto-save-file-name): Add support for
3382         the Cygwin Emacs; the system-type is `cygwin'.
3383         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3384
3385 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3386
3387         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3388
3389         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3390         avoid arithmetic errors.
3391
3392 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3395
3396 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3399         (message-ignored-resent-headers): Add envelope From.
3400
3401 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3402
3403         * gnus.el (gnus-summary-line-format): Document %k specifier.
3404
3405 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3406
3407         * gnus-sum.el (gnus-summary-line-message-size): New function.
3408         (gnus-summary-line-format-alist): Use it.
3409
3410 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gnus-art.el (article-make-date-line): Refer to the value for
3413         `gnus-article-time-format' in the summary buffer.
3414
3415         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3416
3417 2002-08-14  Simon Josefsson  <jas@extundo.com>
3418
3419         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3420         quoting.
3421         (gnus-button-alist): Fix doc.
3422         (gnus-header-button-alist): Use ' not ` for default value quoting.
3423         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3424         rationale similar to 2002-05-01 change.
3425         (gnus-article-add-buttons-to-head): Evaluate expression.
3426
3427         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3428
3429 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * message.el (message-font-lock-keywords): Refer to the value for
3432         `message-cite-prefix-regexp' dynamically.
3433
3434 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3437
3438 2002-08-12  Simon Josefsson  <jas@extundo.com>
3439
3440         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3441         (imap-shell-open): Skip initial junk before IMAP greeting.
3442
3443 2002-08-11  Simon Josefsson  <jas@extundo.com>
3444
3445         * message-utils.el (message-xpost-default,
3446         message-xpost-fup2-header, message-xpost-fup2): Fixed
3447         Typos.  Trivial changes from Reiner Steib
3448         <4uce.02.r.steib@gmx.net>.
3449
3450 2002-08-09  Simon Josefsson  <jas@extundo.com>
3451
3452         * message.el (message-canlock-password): Set
3453         canlock-password-for-verify to newly generated canlock-password.
3454         When Emacs is restarted, Custom makes sure this is set, but during
3455         the same session we must set it manually.
3456
3457 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3458
3459         * yenc.el: New file.
3460
3461         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3462         (mm-uu-type-alist): Add yenc.
3463         (mm-uu-yenc-filename): New function.
3464         (mm-uu-yenc-extract): New function.
3465
3466         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3467
3468 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3469
3470         * dgnushack.el (merge): Don't use coerce.
3471
3472 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3473
3474         * mailcap.el (mailcap-mime-data): Test window-system rather than
3475         mm-device-type.
3476         (mailcap-mime-data): Call xdvi and gv with "-safer".
3477
3478         * mm-util.el: Don't define mm-device-type.
3479
3480 2002-08-05  Simon Josefsson  <jas@extundo.com>
3481
3482         * mm-util.el (mm-coding-system-priorities): coding-system type not
3483         supported everywhere.
3484
3485 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus.el (gnus-version-number): Bumped version number.
3488
3489 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3490
3491         * gnus.el: Oort Gnus v0.07 is released.
3492
3493 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3496         (gnus-article-sort-functions): Doc fix.
3497         (t): New keystroke.
3498         (gnus-article-sort-by-random): New function.
3499         (gnus-thread-sort-by-random): New function.
3500
3501 2002-08-02  Simon Josefsson  <jas@extundo.com>
3502
3503         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3504         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3505
3506 2002-07-31  Danny Siu  <dsiu@adobe.com>
3507
3508         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3509         when splitting malformed messages without message-id
3510
3511 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3512         From Niklas Morberg <niklas.morberg@axis.com>.
3513
3514         * nnweb.el (nnweb-type, nnweb-type-definition)
3515         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3516         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3517         functionality.
3518         * nnweb.el: Removed old non-functioning search engines.
3519
3520 2002-07-27  Simon Josefsson  <jas@extundo.com>
3521
3522         * message.el (message-forward-make-body): Don't use
3523         `message-forward-ignored-headers' when doing a "raw" followup (it
3524         is important to preserve e.g. CTE).
3525
3526         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3527
3528         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3529         regexp-quote, Cyrus Sieve is fixed.
3530
3531         * sieve-manage.el (sieve-manage-deletescript): New function.
3532
3533         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3534         (sieve-manage-mode): Fix menubar.
3535         (sieve-activate): Change some messages.
3536         (sieve-deactivate-all): New function.
3537         (sieve-deactivate): New alias.
3538         (sieve-remove): New function.
3539         (sieve-help): Fix help.
3540         All suggested by Ned Ludd.
3541
3542 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3545         (mm-w3m-safe-url-regexp): New user option.
3546
3547         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3548         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3549
3550 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3551
3552         * gnus-sum.el (gnus-summary-delete-article): Force
3553         nnmail-expiry-target to 'delete, so that absolute deletion
3554         happens when absolute deletion is requested.
3555
3556 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3557         From Nevin Kapur <nevin@jhu.edu>.
3558
3559         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3560         headers as empty headers.
3561
3562 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3563         From Jochen Hein <jochen@jochen.org>.
3564
3565         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3566         correct typo.
3567         (gnus-emphasis-strikethru): New face.
3568
3569 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3570         From Jason Merrill <jason@redhat.com>.
3571
3572         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3573         entire file for each of a sequence of missing articles.
3574
3575         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3576         value for gnus-view-pseudos.
3577
3578         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3579         avoid nreverse.
3580
3581 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3582         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3583
3584         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3585         (gnus-summary-mode-line-format-alist): Add %h for number of
3586         spams.
3587         (gnus-newsgroup-spam-marked): New variable.
3588         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3589         (gnus-article-read-p, gnus-article-mark)
3590         (gnus-set-global-variables, gnus-set-global-variables)
3591         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3592         (gnus-summary-mark-article-as-unread)
3593         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3594         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3595         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3596
3597 2002-07-10  Simon Josefsson  <jas@extundo.com>
3598
3599         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3600         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3601
3602 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3603
3604         * gnus-sum.el (gnus-summary-delete-article): Respect group
3605         parameters while expiring.
3606
3607 2002-07-08  Simon Josefsson  <jas@extundo.com>
3608
3609         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3610         Enberg.
3611
3612 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3613
3614         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3615         function is called interactively.  From Niklas Morberg.
3616
3617 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3618
3619         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3620         cdaar to cdar and car.
3621
3622         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3623         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3624
3625 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3628         don't break a narrowed article.
3629
3630         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3631         (nntp-open-via-rlogin-and-telnet): Ditto.
3632
3633 2002-07-02  Didier Verna  <didier@xemacs.org>
3634
3635         * nnmail.el (nnmail-split-methods): fix custom type.
3636
3637 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3638
3639         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3640         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3641
3642 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3643
3644         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3645         (gnus-summary-resend-message): Use it.
3646
3647 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3650         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3651
3652 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3653
3654         * message.el (message-font-lock-keywords): Don't fontify
3655         headers in the message body, only in the header.
3656         (message-font-lock-make-header-matcher): New function, used by
3657         message-font-lock-keywords.
3658         From Katsumi Yamaoka <yamaoka@jpl.org>.
3659
3660 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3663
3664 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3667
3668 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3669
3670         * message.el (message-font-lock-keywords): Revert 2002-06-22
3671         change.
3672
3673 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3674
3675         * message.el (message-font-lock-keywords): Put colon in header
3676         name match.
3677
3678 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3679
3680         * message.el (message-font-lock-keywords): Don't use header faces
3681         in the body.  Thanks to Stefan Monnier for the hint on the
3682         implementation.
3683
3684 2002-05-09  Miles Bader  <miles@gnu.org>
3685
3686         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3687         (gnus-article-hide-citation): Respect it.
3688
3689 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3690
3691         * pop3.el (pop3-open-server): Fix typo.
3692
3693 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3694
3695         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3696         instead of push to ignore duplicate to-(list|address) values.
3697         * nnmail.el (nnmail-cache-ignore-groups): New.
3698         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3699
3700 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3701
3702         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3703         before sending.  Suggested by Jan Rychter.
3704
3705 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * dgnushack.el (remove): New compiler macro.
3708         (last, coerce, subseq): Remove compiler macros for those built-in
3709         or unused functions.
3710
3711 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3712
3713         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3714         sure to write byte-compiled versions of gnus-*-format-alist to
3715         .newsrc.eld.  From Simon Josefsson.
3716
3717 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3718
3719         * gnus-agent.el (gnus-agent-read-servers)
3720         (gnus-agent-write-servers): Put server name (string like
3721         "nnchoke:frumple") in the file instead of a server specification
3722         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3723         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3724
3725 2002-06-16  Simon Josefsson  <jas@extundo.com>
3726
3727         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3728         Reiner Steib <4uce.02.r.steib@gmx.net>.
3729
3730 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3731
3732         * nnheader.el (nnheader-file-name-translation-alist): Set the
3733         default value for MS Windows systems.
3734
3735         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3736
3737 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * message.el (message-beginning-of-line): Keep the region active
3740         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3741
3742 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3743
3744         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3745         * gnus-msg.el (gnus-summary-reply): Ditto.
3746         * gnus-msg.el (gnus-summary-handle-replysign): New.
3747
3748 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3751         if sending failed.
3752
3753 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3754
3755         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3756         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3757         to sign while encrypting.
3758
3759 2002-06-11  Simon Josefsson  <jas@extundo.com>
3760
3761         * gnus-int.el (gnus-request-move-article): Agent expire article if
3762         successfuly moved.
3763
3764         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3765         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3766
3767 2002-06-10  Simon Josefsson  <jas@extundo.com>
3768
3769         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3770
3771 2002-06-09  Simon Josefsson  <jas@extundo.com>
3772
3773         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3774
3775         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3776
3777 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * flow-fill.el (fill-flowed): Ignore errors.
3780
3781 2002-06-06  Simon Josefsson  <jas@extundo.com>
3782
3783         * message.el (message-send-mail-with-sendmail): Improve error message.
3784
3785 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3786
3787         * message.el (message-interactive): Change default from nil to t.
3788         Better to be safe than to be fast.
3789
3790 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3791
3792         * message.el (message-send-mail-with-sendmail): Check return value
3793         from call-process-region.
3794
3795 2002-06-04  Simon Josefsson  <jas@extundo.com>
3796
3797         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3798         (gnus-group-post-news, gnus-summary-mail-other-window)
3799         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3800         gnus-article-copy to nil, thereby inhibiting the `header' posting
3801         style match to use data from last viewed article.
3802         Suggested by Hrvoje Niksic.
3803
3804 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * spam.el (spam-point-at-eol): New alias.
3807         (spam-parse-whitelist): Use it.
3808
3809 2002-06-03  Simon Josefsson  <jas@extundo.com>
3810
3811         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3812         (nnmail-article-group): Use it.
3813
3814 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3815
3816         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3817         so that code reading them won't be surprised.  From Jesper Harder
3818         <harder@ifa.au.dk>.
3819
3820 2002-05-29  Simon Josefsson  <jas@extundo.com>
3821
3822         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3823         articles.
3824
3825         * gnus.el (gnus-agent-cache): Doc fix.
3826         (gnus-agent): Change default to t.
3827
3828         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3829         ARTICLES, GROUP and FORCE parameters.
3830
3831 2002-05-28  Simon Josefsson  <jas@extundo.com>
3832
3833         * gnus-group.el (gnus-group-line-format): Doc fix.
3834
3835 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3836
3837         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3838         original article before yanking.  From Jesper Harder
3839         <harder@ifa.au.dk>.
3840
3841 2002-05-26  Simon Josefsson  <jas@extundo.com>
3842
3843         * gnus-sum.el (gnus-summary-menu-split): New function.
3844         (gnus-summary-make-menu-bar): Split charset submenu.
3845         (gnus-summary-menu-maxlen): New variable.
3846         (gnus-summary-menu-split): Use it.
3847
3848 2002-05-25  Simon Josefsson  <jas@extundo.com>
3849
3850         * mml.el (mml-preview): Generate some headers.
3851
3852         * gnus.el (gnus-large-newsgroup): Fix :type.
3853
3854         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3855         Agent cache NOV's by default now).
3856         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3857
3858 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3859
3860         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3861         call to gnus-parent-id when we check for References loops.
3862         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3863         twice by saving the simplified subject string in simp-subject.
3864
3865 2002-05-23  Simon Josefsson  <jas@extundo.com>
3866
3867         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3868         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3869
3870         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3871         Niklas Morberg <niklas.morberg@axis.com>.
3872
3873 2002-05-22  Simon Josefsson  <jas@extundo.com>
3874
3875         * sieve.el (sieve-change-region): Define it before it is used.
3876
3877         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3878         (gnus-summary-reply): Ask for confirmation when replying to news.
3879         Defaults to not ask.  From Benjamin Rutt
3880         <rutt+news@cis.ohio-state.edu>.
3881
3882         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3883
3884 2002-05-21  Simon Josefsson  <jas@extundo.com>
3885
3886         * sieve-mode.el (sieve-manage): Fix autoloads.
3887
3888         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3889         name (makes it work with recent Cyrus timsieved).
3890
3891 2002-05-20  Jason  <jbaker@cs.utah.edu>
3892         Trivial patch.
3893
3894         * gnus-art.el (gnus-request-article-this-buffer): Try
3895         reconnecting if you don't get the message.
3896
3897 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3900         Reply-To headers from the headers.
3901
3902 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * mm-url.el (mm-url-insert): Remove junk message.
3905
3906 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3909         (nnslashdot-use-front-page): New variable.
3910         (nnslashdot-request-list): Use it.
3911
3912         * mm-url.el (mm-url-timeout): New variable.
3913         (mm-url-retries): Ditto.
3914         (mm-url-insert): Use it.
3915
3916 2002-05-16  Simon Josefsson  <jas@extundo.com>
3917
3918         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3919         (gnus-simplify-subject-functions): Mention g-s-a-w.
3920
3921 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3922
3923         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3924         nnmail-cache-insert.
3925         * nndiary.el (nndiary-request-accept-article): Ditto.
3926         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3927         * nnimap.el (nnimap-request-accept-article): Ditto.
3928         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3929         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3930         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3931         * nnmh.el (nnmh-request-accept-article): Ditto.
3932         * nnmail.el (nnmail-cache-insert): Change group to required,
3933         removed code which tried to figure out the group.
3934
3935 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3936
3937         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3938         messages. From Hans de Graaff <hans@degraaff.org>.
3939         * nnml.el (nnml-request-accept-article): Pass in the group name to
3940         nnmail-cache-insert, since it's available.
3941
3942 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3943
3944         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3945
3946 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3947         From Florian Weimer <fw@deneb.enyo.de>.
3948
3949         * gnus.el (subscribed): New group parameter.
3950         (gnus-find-subscribed-addresses): Use it.
3951
3952 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3953
3954         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3955         the default for pgpmime to support pgp v2.
3956         * mml-sec.el (mml-signencrypt-style): New accessor function to
3957         allow users to get/set the signencrypt style more easily without
3958         frobbing the alist directly.
3959         * mml.el (mml-generate-mime-1): Use accessor function.
3960
3961 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3962
3963         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3964         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3965         <schwab@suse.de>.
3966
3967 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3968
3969         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3970         when intuiting the group the message is written to.  From Josh
3971         Huber <huber@alum.wpi.edu>.
3972
3973 2002-05-06  Simon Josefsson  <jas@extundo.com>
3974
3975         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3976         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3977
3978 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3979
3980         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3981         argument, and fixed compiler warning. (added autoload for
3982         gpg-encrypt).
3983
3984 2002-05-04  Simon Josefsson  <jas@extundo.com>
3985
3986         * mml1991.el (mml1991-function-alist): Doc fix.
3987
3988         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3989         doesn't exist (for previewing messages without having Gnus
3990         started).
3991
3992         * mm-util.el (mm-coding-system-priorities): Defcustom.
3993
3994         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3995
3996 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3997
3998         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3999         default.
4000         * mml-sec.el:
4001         * mml-sec.el (mml-signencrypt-style): New.
4002         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4003         argument `sign'.
4004         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4005         signencrypt.
4006         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4007         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4008         both signed & encryped is processed in one operation. (rather than
4009         two separate ops: sign, then encrypt)
4010         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4011         indication if a message is signed by an expired key.
4012         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
4013         enables combined sign & encrypt operation. (this was always on
4014         before).
4015         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
4016
4017 2002-05-01  Simon Josefsson  <jas@extundo.com>
4018
4019         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
4020         server.
4021         (nnimap-mailbox-info): defvar instead of defvoo.
4022
4023 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4024
4025         * gnus.el: Oort Gnus v0.06 is released.
4026
4027 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * lpath.el: Bind url-package-version.
4030
4031 2002-05-01  Simon Josefsson  <jas@extundo.com>
4032
4033         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
4034         filename before deleting the group itself, because the presence of
4035         a group filename decides if long filenames are used or not.
4036
4037         * gnus-art.el (gnus-button-alist): Don't inline
4038         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
4039         without also modifying g-button-alist.
4040         (gnus-button-alist): Fix type to allow variable as well as regexp.
4041         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
4042         themselves, variables to its contents.
4043         (gnus-button-entry): Ditto.
4044
4045 2002-05-01  Simon Josefsson  <jas@extundo.com>
4046
4047         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
4048         UIDNEXT as a string.
4049
4050         * nnimap.el (nnimap-string-lessp-numerical): New function.
4051         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
4052         integers.
4053
4054 2002-04-29  Simon Josefsson  <jas@extundo.com>
4055
4056         * nnmail.el (nnmail-cache-insert): Accept optional group
4057         parameter.
4058
4059         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
4060         n-r-g-a is disabled.
4061
4062 2002-04-29  Simon Josefsson  <jas@extundo.com>
4063
4064         * nnimap.el (nnimap-split-fancy): Fix doc.
4065         (nnimap-split-fancy): Fix doc.
4066
4067         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
4068         (nnimap-mailbox-info): New internal variable.
4069         (nnimap-retrieve-groups): Implement faster new mail check.
4070
4071         * nnimap.el (nnimap-split-articles): Support
4072         nnmail-cache-accepted-message-ids.
4073         (nnimap-request-accept-article): Ditto.
4074
4075         * imap.el (imap-mailbox-status-asynch): New command.
4076
4077 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4078
4079         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4080         are no subscribed mail groups.
4081         - Strip quoted names when comparing addresses
4082
4083 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4084
4085         * mm-decode.el (mm-text-html-renderer): Change customize type to
4086         const.
4087
4088         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4089         (gnus-debug-exclude-variables): do.
4090
4091 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4094         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4095
4096 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * dns.el (dns-make-network-process): New macro.
4099         (query-dns): Use it.
4100
4101 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4102
4103         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4104         article-buffer.
4105
4106         * mm-url.el (mm-url-package-name): New variable.
4107         (mm-url-package-version): New variable.
4108         (mm-url-insert-file-contents): Bind url-package-name and
4109         url-package-version here.
4110         * nnrss.el (nnrss-insert-w3): Move the bindings.
4111
4112         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4113         url-package-version. Trivial change from Andrew J Cosgriff
4114         <ajc@polydistortion.net>
4115
4116         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4117         attachments. Trivial change from Peter 'Luna' Runestig
4118         <peter@runestig.com>.
4119
4120 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4121
4122         * nnkiboze.el (nnkiboze-request-scan): Call
4123         nnkiboze-possibly-change-group.
4124         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4125         problems.
4126         (nnkiboze-generate-group): Set newsrc to the *highest* article
4127         number kibozed, not the lowest.
4128
4129 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4130
4131         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4132
4133 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4134         From Dan Christensen <jdc+news@uwo.ca>.
4135
4136         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4137         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4138         Recognize math postings.  Extract Date (now ignores "(15kb)").
4139         Extract email address using gnus-extract-address-components
4140         instead of just taking the first word.  Create Date and From
4141         headers for message which are missing these headers.  Get rid
4142         of spurious \\ lines (purely cosmetic).  Extend body-end and
4143         file-end regexps, to exclude more garbage from the message.
4144         Make URL rephrasing regexp more flexible, to match current
4145         format.
4146
4147 2002-04-23  Simon Josefsson  <jas@extundo.com>
4148
4149         * netrc.el: New file, functions copied from gnus-util.el by Ted
4150         Zlatanov <tzz@lifelogs.com>.
4151
4152         * gnus-util.el: Require netrc.
4153         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4154         new code in netrc.el.
4155
4156 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4157
4158         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4159         message-ignored-resent-headers, too.  From Matthieu Moy
4160         <Matthieu.Moy@imag.fr>.
4161
4162 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4163
4164         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4165         boolean not a string
4166         * gnus-group.el (gnus-group-line-format): add description of %C
4167         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4168           as %C
4169         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4170
4171 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4172
4173         * nnmaildir.el (nnmaildir-request-scan): typo: set
4174         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4175         nnmail-get-new-mail for 'find-new-groups.
4176
4177 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4178
4179         * nnmaildir.el (nnmaildir-request-update-info,
4180         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4181         unnecessary calls to nnmaildir-request-scan.
4182
4183 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4184
4185         * gnus-msg.el:
4186         * gnus-msg.el (gnus-message-replysign): New.
4187         * gnus-msg.el (gnus-message-replyencrypt): New.
4188         * gnus-msg.el (gnus-message-replysignencrypted): New.
4189         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4190         (above) to automatically encrypt/sign to encrypted/signed
4191         messages.
4192         * message.el:
4193         * message.el (message-mode-map): Add keybinding for
4194         `message-to-list-only'
4195         * message.el (message-mode): Add description for
4196         `message-to-list-only'
4197         * message.el (message-to-list-only): New.
4198         * message.el (message-make-mft): Changed to use the cl loop macro,
4199         and added optional flag to return only the matched list. (for use
4200         in new message-to-list-only function)
4201
4202 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4203
4204         * gnus-msg.el:
4205         * gnus-msg.el (gnus-message-replysign):
4206         * gnus-msg.el (gnus-replysign): New.
4207         * gnus-msg.el (gnus-replyencrypt): New.
4208         * gnus-msg.el (gnus-replysignencrypted): New.
4209         * gnus-msg.el (gnus-summary-reply):
4210         * message.el:
4211         * message.el (message-mode-map):
4212         * message.el (message-mode):
4213         * message.el (message-to-list-only): New.
4214         * message.el (message-make-mft):
4215
4216 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4219
4220 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4221
4222         * message.el (message-gen-unsubscribed-mft): accept a prefix
4223         argument so CC can be included with C-u C-c C-f C-a
4224
4225 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4226         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4227
4228         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4229         Improve docstring.
4230         (spam-enter-blacklist): New command.
4231
4232         * gnus-sum.el (gnus-spam-mark): New mark.
4233         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4234         (gnus-summary-make-tool-bar): Correct conditional.
4235         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4236         (gnus-summary-mark-as-spam): New command.
4237
4238 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4239
4240         * mml-sec.el (mml-secure-message): changed to support arbritrary
4241         modes.
4242         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4243         changed to support "signencrypt" mode.
4244         * mml.el (mml-parse-1): changed to support different secure modes
4245         more easily. (for signencrypt)
4246
4247 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4248
4249         * gnus-sum.el (gnus-update-summary-mark-positions)
4250         (gnus-summary-toggle-header):
4251         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4252         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4253         (gnus-uu-post-encoded):
4254         * nnfolder.el (nnfolder-possibly-change-group):
4255         * nnimap.el (nnimap-retrieve-headers):
4256         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4257
4258 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4259
4260         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4261         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4262
4263 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-srvr.el (gnus-server-set-info): Clear
4266         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4267         From Daiki Ueno <ueno@unixuser.org>.
4268
4269 2002-04-11  Simon Josefsson  <jas@extundo.com>
4270
4271         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4272         viewing of security buttons.  Thanks to Nicolas Kowalski
4273         <Nicolas.Kowalski@imag.fr>.
4274
4275         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4276         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4277         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4278         <Nicolas.Kowalski@imag.fr>.
4279         (smime-decrypt-buffer): Ditto.
4280
4281 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4284         header line.
4285
4286 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4287
4288         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4289
4290 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4293
4294 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4297         errors when debug.
4298
4299 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4300
4301         * message.el (message-make-mft): Changed MFT code from using
4302         message-recipients (which included Bcc) to use only the To and CC
4303         headers.
4304
4305 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4306
4307         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4308         add link.
4309         (gnus-treat-mail-picon): Ditto.
4310         (gnus-treat-newsgroups-picon): Ditto.
4311         (gnus-picon-databases): Fix custom type.
4312         (gnus-picon-databases): Add link.
4313         (gnus-article-x-face-command): Add to gnus-picon group.
4314
4315 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4316
4317         * message.el (message-buffer-naming-style): Remove.
4318
4319 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4320
4321         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4322
4323         * message.el (message-tool-bar-map): Ditto.
4324
4325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4326
4327 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4328
4329         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4330
4331 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4332
4333         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4334
4335 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4336         Trivial patch.
4337
4338         * dns.el: open-network-stream under XEmacs does udp.
4339
4340 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4341
4342         * spam.el (spam-enter-whitelist): New function.
4343         (spam-parse-whitelist): Ditto.
4344         (spam-refresh-list-cache): Ditto.
4345         (spam-address-whitelisted-p): New function.
4346
4347         * dns.el (query-dns): Use TCP when make-network-process isn't
4348         available.
4349         (dns-servers): New variable.
4350         (dns-parse-resolv-conf): New function.
4351         (query-dns): Use it.
4352
4353         * spam.el: New file.
4354
4355         * dns.el (query-dns): Test.
4356
4357 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * lpath.el (featurep): Bind make-network-process.
4360
4361 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4362
4363         * nnmaildir.el: Use defstruct.  Use a single copy of
4364         nnmail-extra-headers to save memory.  Store server's group name
4365         prefix instead of each group's prefixed name.
4366         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4367         nntp-server-buffer.
4368
4369 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * dns.el: New file.
4372
4373 2002-03-28  Simon Josefsson  <jas@extundo.com>
4374
4375         * gnus-sum.el (gnus-summary-dummy-line-format):
4376         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4377         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4378
4379 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4380
4381         * gnus-sum.el (gnus-summary-move-article)
4382         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4383         the doc string.
4384
4385 2002-03-28  Simon Josefsson  <jas@extundo.com>
4386
4387         * mml-sec.el (mml-secure-message): Search after
4388         mail-header-separator from top of message.
4389
4390 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4391
4392         * nnmaildir.el: Cosmetic changes.
4393         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4394         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4395         nnmaildir--group-ls): New macros/functions.  Use them.
4396         (nnmaildir--unlink): Evalutate argument only once.
4397
4398 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4399
4400         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4401         symbols.
4402         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4403         `gnus-point-at-eol'.
4404
4405 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4406
4407         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4408         nnmaildir--marks-dir): New macros.  Use them.
4409         Use inhibit-quit for atomicity instead of in-memory journaling.
4410         (nnmaildir--edit-prep): New function.
4411         (Local Variables): Use it.
4412
4413 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4414
4415         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4416
4417 2002-03-25  Simon Josefsson  <jas@extundo.com>
4418
4419         * message.el (message-mode): Fix doc.
4420
4421 2002-03-25  Simon Josefsson  <jas@extundo.com>
4422
4423         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4424         Matthieu Moy <Matthieu.Moy@imag.fr>.
4425
4426 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4427
4428         * mml-sec.el (mml-unsecure-message): Add docstring.
4429
4430 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4431
4432         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4433         value.
4434         Trivial change from andre@slamdunknetworks.com
4435
4436 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4437
4438         * mml.el (mml-mode-map): Added a keybinding for
4439         `mml-unsecure-message'.  Also, added a menu entry for said
4440         function in the Attachments menu.
4441
4442 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * canlock.el (canlock-version): Remove.
4445         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4446         here; simplify \x insertions.
4447         (canlock-sha1): New function, always return a unibyte string.
4448         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4449         of a password.
4450         (canlock-insert-header): Use `canlock-sha1'.
4451         (canlock-verify): Ditto.
4452
4453 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * message.el (message-fix-before-sending): Add an option that
4456         ignores illegible text.
4457         Trivial change from Mark Milhollan <mlm@attglobal.net>
4458
4459         * message.el (message-font-lock-keywords): Support multi-line MML
4460         tags.
4461
4462         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4463         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4464
4465 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4468         symbols for "View as different encoding" submenu.
4469
4470 2002-03-19  Simon Josefsson  <jas@extundo.com>
4471
4472         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4473         encoding" submenu.
4474
4475 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4476
4477         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4478
4479 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4480
4481         * gnus-sum.el (gnus-sum-thread-tree-root)
4482         (gnus-sum-thread-tree-single-indent)
4483         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4484         (gnus-sum-thread-tree-leaf-with-other)
4485         (gnus-sum-thread-tree-single-leaf): Make customizable.
4486
4487 2002-03-16  Simon Josefsson  <jas@extundo.com>
4488
4489         * gnus-util.el (gnus-extract-address-components): Don't break on
4490         names such as James "Kibo" Parry.  From Francis Litterio
4491         <franl@world.std.com>.
4492
4493 2002-03-13  Simon Josefsson  <jas@extundo.com>
4494
4495         * pop3.el (pop3-open-server): Revert multibyte change.  From
4496         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4497
4498         * message.el (message-send-mail-with-qmail): Make it work.  From
4499         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4500
4501 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4502
4503         * message.el (message-make-mft): Set case-fold-search while
4504         generating the MFT.  Also, a little cleanup in the MFT code.
4505
4506 2002-03-12  Simon Josefsson  <jas@extundo.com>
4507
4508         * message.el (message-qmail-inject-args): May be function.
4509         (message-send-mail-with-qmail): Call function if m-q-i-a is
4510         function.  From fn@hungry.org (Faried Nawaz).
4511
4512 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4513
4514         * message.el (message-abbrevs-loaded): Remove.
4515         (mailabbrev): Require it.
4516
4517         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4518
4519 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * pop3.el (pop3-open-server): Set process buffer unibyte.
4522
4523 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4526
4527 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4528
4529         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4530         too.
4531
4532 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4533
4534         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4535         duplication.
4536         (gnus-summary-save-parts-type-history): Ditto.
4537         (gnus-summary-save-parts-last-directory): Ditto.
4538         Trivial change from andre@slamdunknetworks.com
4539
4540 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4541
4542         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4543
4544 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4545
4546         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4547         -->" as the end of the first article.
4548
4549         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4550         From Matthieu Moy <Matthieu.Moy@imag.fr>
4551
4552         * message.el (message-add-action): Use add-to-list.
4553         (message-delete-action): New function.
4554
4555         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4556         pieces.
4557
4558 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4559
4560         * nnnil.el: New file.
4561         * gnus.el (gnus-valid-select-methods): Include nnnil.
4562
4563 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * message.el (message-syntax-checks): Because canlock is
4566         supported, we disable sender syntax check.
4567         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4568
4569         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4570         value of message-syntax-checks.
4571
4572         * qp.el (quoted-printable-decode-region): Doc addition.
4573         From: Eli Zaretskii <eliz@is.elta.co.il>
4574
4575         * mail-source.el (make-source-make-complex-temp-name): Use
4576         make-temp-file.
4577
4578         * mm-util.el (mm-make-temp-file): New function.
4579         * nneething.el (nneething-file-name): Use it.
4580         * mml-smime.el (mml-smime-encrypt): Ditto.
4581         * mm-view.el (mm-inline-wash-with-file): Ditto.
4582         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4583         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4584         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4585         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4586         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4587         * gnus-art.el (gnus-mime-print-part): Ditto.
4588
4589 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4590
4591         * message.el (nnmaildir-article-number-to-base-name): New
4592         function.
4593         (nnmaildir-base-name-to-article-number): New function.
4594
4595 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * smime.el (smime-make-temp-file): Don't quote
4598         `temporary-file-directory'.
4599
4600 2002-03-04  Simon Josefsson  <jas@extundo.com>
4601
4602         * smime.el (smime-sign-region): Rename argument keyfiles to
4603         keyfile. You only sign something with one key.
4604         (smime-sign-buffer): Better completing-read prompt.
4605         (smime-decrypt-buffer): Ditto.
4606
4607         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4608
4609         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4610         completing-read.
4611         (mm-view-pkcs7-decrypt): CRLF->LF.
4612
4613 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4614
4615         * message.el (message-hierarchical-addresses): New variable.
4616         (message-get-reply-headers): Use it.
4617         From Ted Zlatanov <teodor.zlatanov@divine.com>
4618
4619 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4620
4621         * message.el (message-mode): If buffer-file-name, don't set auto
4622         save file name.
4623         Trivial change from Geoff Greene <ggreene@wpi.edu>
4624
4625 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4626
4627         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4628         takes one argument in read-char.
4629
4630         * message.el (message-fix-before-sending): Forward a char.
4631         Check mmu-multibyte-p, add control-1.
4632
4633 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4634
4635         * gnus-start.el (gnus-read-init-file): Ditto.
4636
4637         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4638
4639         * dgnushack.el (dgnushack-make-load): Ditto.
4640
4641         * mail-source.el (mail-source-fetch): Extract the right error
4642         code.
4643
4644         * message.el (message-fix-before-sending): Check illegible text.
4645
4646         * gnus-util.el (gnus-multiple-choice): New function.
4647
4648         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4649         also defined in gnus-score.el.
4650
4651 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4652
4653         * message.el (message-get-reply-headers): downcase email addresses
4654         for comaparisons for duplicate removal.
4655
4656 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4659         implementation of PKCS#7, which just allows users read the
4660         message.
4661         (mm-view-pkcs7): Use it.
4662
4663 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4664
4665         * gnus.el (large-newsgroup-initial): New parameter.
4666
4667         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4668         (gnus-summary-insert-old-articles): Ditto.
4669
4670 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4671
4672         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4673         used as the default answer of the question, "How many articles?".
4674         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4675
4676         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4677         small numbers.
4678
4679 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4680
4681         * deuglify.el: Fix comments.
4682
4683 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4684
4685         * html2text.el (html2text-clean-anchor): If there is no HREF,
4686         insert nothing.
4687
4688         * mml.el (mml-generate-mime-1): Add cdr.
4689         From: andre@slamdunknetworks.com
4690
4691         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4692         (mm-text-html-washer-alist): Ditto.
4693
4694         * mm-decode.el (mm-text-html-renderer): Add html2text.
4695
4696         * html2text.el: Face lift.
4697
4698         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4699
4700 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4701
4702         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4703
4704         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4705
4706         * deuglify.el: New file. The original file name is
4707         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4708
4709         * mm-decode.el (mm-display-external): Use
4710         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4711
4712 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4713
4714         * nnmaildir.el (nnmaildir-request-list): Report the highest
4715         article number, not the total number of articles.
4716
4717 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * gnus-sum.el: Move uu key map here.
4720         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4721
4722 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4723
4724         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4725         nnmail-expiry-wait* if expire-age parameter is not set.
4726
4727 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4730         function.
4731         (gnus-group-sort-selected-groups-by-real-name): New function.
4732         (gnus-group-make-menu-bar): Add sort by real name.
4733
4734         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4735         rebuild.
4736         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4737         nil as dependencies as well.
4738
4739 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4740
4741         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4742         for mime-parts.
4743
4744         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4745
4746         * gnus-group.el (gnus-group-name-decode): Don't test
4747         multibyte-string, because it breaks XEmacs.
4748         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4749
4750         * message.el (message-send-mail): Be talkative.
4751
4752         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4753         (mm-automatic-display): Ditto.
4754
4755         * mailcap.el (mailcap-mime-data): Ditto.
4756         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4757
4758 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * many files: Remove trailing whitespaces, replace spc+tab with
4761         tab, replace leading whitespaces with tabs.
4762
4763 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4764
4765         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4766         articles with no body and no blank line after the header.
4767
4768 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4769
4770         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4771         parts.
4772
4773         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4774         non-ascii chars.
4775
4776         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4777
4778         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4779         w3-delay-image-loads.
4780         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4781         (mm-w3-prepare-buffer): Ditto.
4782
4783         * mail-source.el (mail-source-fetch-directory): Run scripts.
4784
4785 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4788         for Majordomo confirmations.
4789
4790 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4793
4794 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4797
4798 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4799
4800         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4801         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4802
4803 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4806         (mm-inline-render-with-stdin): Ditto.
4807         (mm-inline-render-with-function): Ditto.
4808         (mm-inline-wash-with-file): Bind coding-system-for-write.
4809         (mm-inline-wash-with-stdin): Ditto.
4810
4811 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4812
4813         Suggested by Felix Natter <fnatter@gmx.net>
4814
4815         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4816         gnus-mime-externalize-view.
4817         (gnus-mime-view-part-internally): Rename from
4818         gnus-mime-internalize-view.
4819         (gnus-article-view-part-externally): Rename from
4820         gnus-article-externalize-part.
4821         (gnus-mime-action-alist): Change correspondingly.
4822         (gnus-mime-button-commands): Ditto.
4823         (gnus-mime-action-alist): Remove duplication.
4824
4825         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4826
4827 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4830
4831         * gnus-art.el (gnus-display-mime): Use it.
4832
4833         * mm-partial.el (mm-partial-find-parts): Use it.
4834
4835         * gnus-sum.el (gnus-article-loose-mime): Rename from
4836         gnus-article-no-strict-mime.
4837         (gnus-summary-save-parts): Use it.
4838
4839 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4842         local variable.
4843
4844         * gnus-art.el (article-display-x-face): Don't sort multiple
4845         X-Faces.
4846
4847 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4850         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4851
4852         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4853
4854 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855
4856         Some ideas is inspired by code from Hrvoje Niksic
4857         <hniksic@arsdigita.com>
4858
4859         * gnus-art.el (gnus-article-wash-function): Set the default to
4860         nil, so that we use mm-text-html-renderer instead.
4861         (article-wash-html): Use mm-text-html-renderer.
4862
4863         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4864         (mm-text-html-renderer): New variable.
4865         (mm-inline-text-html-renderer): Set the default to nil, so that we
4866         use mm-text-html-renderer instead.
4867
4868         * mm-view.el (mm-inline-text-html): New function.
4869         (mm-text-html-renderer-alist): New variable.
4870         (mm-inline-text-vcard): New function.
4871         (mm-inline-text): Split.
4872         (mm-links-remove-leading-blank): New function.
4873         (mm-inline-render-with-file): New function.
4874         (mm-inline-render-with-stdin): New function.
4875         (mm-inline-render-with-function): New function.
4876         (mm-text-html-washer-alist): New variable.
4877         (mm-inline-wash-with-file): New function.
4878         (mm-inline-wash-with-stdin): New function.
4879
4880 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * message-utils.el: Fix installation doc.
4883         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4884
4885 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4886
4887         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4888         (gnus-post-method): Use it.
4889         (gnus-summary-cancel-article): Find the correct post-method.
4890
4891         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4892         * message.el (message-send-news): Ditto.
4893         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4894         <ipmonger@delamancha.org>
4895
4896         * gnus.el (gnus-select-method): Fix doc.
4897         (gnus-server-string): Use 'using nntp'.
4898
4899         * gnus-agent.el (gnus-slave-unplugged): New command.
4900         From: Felix Natter <fnatter@gmx.net>
4901
4902 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4903
4904         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4905         Call edit-done-function first, then change the window
4906         configuration.
4907         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4908         (gnus-article-edit-mode): mml-mode.
4909
4910         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4911         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4912
4913         * message-utils.el: Adopt the file.
4914
4915         * message-utils.el: New file.
4916         From Holger Schauer <Holger.Schauer@gmx.de>
4917
4918 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4919
4920         * gnus-sum.el (gnus-summary-move-article): Select-article only
4921         when gnus-move-split-methods is non-nil. And we don't render or
4922         mark the article.
4923
4924         * gnus-fun.el (gnus-shell-command-to-string): New function.
4925         (gnus-shell-command-on-region): New function.
4926         (gnus-random-x-face): Use them.
4927         (gnus-x-face-from-file): Ditto.
4928         (gnus-convert-image-to-gray-x-face): Ditto.
4929         (gnus-convert-gray-x-face-to-xpm): Ditto.
4930         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4931
4932 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-treat-display-xface): Don't use
4935         `shell-command-to-string' when compiling.
4936         (gnus-treat-display-grey-xface): Ditto.
4937
4938 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4939
4940         * nnmaildir.el (nnmaildir--article-count): If the group is
4941         completely empty, report minimum article number as 1 instead of 0.
4942
4943 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4944
4945         * gnus-agent.el (gnus-get-predicate): Use nconc.
4946
4947         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4948         gnus-summary-display-cache as cache.
4949
4950         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4951         (nndoc-mail-in-mail-type-p): New function.
4952         (nndoc-mail-in-mail-article-begin): New function.
4953
4954 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4955
4956         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4957
4958         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4959         use-hard-newlines to nil.
4960
4961         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4962         image is not available if window-system is not available.
4963
4964         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4965
4966 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4967
4968         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4969         bookmark, because update-mark doesn't handle it correctly.
4970
4971 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4974         directly instead of calling message-send-mail.
4975
4976         * gnus-start.el (gnus-read-descriptions-file): Use
4977         gnus-default-charset.
4978
4979         * mm-util.el (mm-guess-mime-charset): New function.
4980
4981         * gnus.el (gnus-default-charset): Use it.
4982         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4983         the default.
4984
4985 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4986
4987         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4988         (article-display-x-face): Use it.  Disable grey xface, if
4989         uncompface is not found.
4990
4991         * message.el (message-mode): Don't enable multibyte on an indirect
4992         buffer.
4993
4994         * nnrss.el (nnrss-content-function): New variable.
4995         (nnrss-request-article): Use it.
4996
4997 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4998
4999         * gnus.el: Add article-unsplit-urls.
5000         * gnus-sum.el: Ditto.
5001         * gnus-art.el (gnus-treat-strip-cr): New variable.
5002         (gnus-treatment-function-alist): Use it.
5003         (article-unsplit-urls): New function.
5004         (gnus-article-make-menu-bar): Use it.
5005         From: Michael Cook <michael.cook@cisco.com>
5006
5007 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5008
5009         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5010         copy.
5011
5012 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
5013
5014         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
5015         with internal whitespace.
5016         (gnus-parent-id): Ditto.
5017
5018 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * gnus-art.el (gnus-article-treat-body-boundary): Add
5021         gnus-decoration property.
5022         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
5023
5024         * message.el (message-mode): Set local-abbrev-table.
5025         From Matt Armstrong <matt@lickey.com>.
5026
5027         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
5028         too many spaces.
5029
5030         * rfc2047.el (rfc2047-unfold-region): Ditto.
5031         (rfc2047-decode-region): Don't unfold. Let
5032         gnus-article-treat-unfold-headers do it.
5033
5034         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
5035         From: Jesper Harder <harder@ifa.au.dk>
5036
5037 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
5040         (gnus-configure-posting-styles): Use it.
5041         (gnus-configure-posting-styles): Remove trailing newspaces.
5042
5043 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
5046         is non-nil.
5047
5048         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
5049
5050         * gnus.el (gnus-server-to-method): Switch position with
5051         gnus-server-get-method.
5052         (gnus-agent): Add doc.
5053
5054         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
5055         (gnus-summary-save-parts): Use it.
5056
5057         * gnus-art.el (gnus-display-mime): Use it.
5058         * mm-partial.el (mm-partial-find-parts): Use it.
5059
5060         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
5061
5062         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
5063         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
5064
5065         * nnagent.el (nnagent-request-expire-articles): Don't delete
5066         files.
5067
5068 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * message.el (message-gen-unsubscribed-mft): New function.
5071         From Sriram Karra <karra@cs.utah.edu>.
5072
5073         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5074         open parenthesis.
5075
5076         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5077         (mm-inline-text-html-render-with-w3): Ditto.
5078         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5079         Suggested by Dave Love  <d.love@dl.ac.uk>.
5080
5081         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5082
5083         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5084         * nntp.el (nntp-send-command): Ditto.
5085         * nntp.el (nntp-send-command-nodelete): Ditto.
5086
5087 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5088
5089         * mm-url.el (mm-url-load-url): New function.
5090         (mm-url-insert-file-contents): Use it.
5091
5092         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5093
5094         * message.el (message-forward-make-body): Correctly copy
5095         forward-buffer.
5096
5097         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5098
5099 2002-02-04  Simon Josefsson  <jas@extundo.com>
5100
5101         * gnus-art.el (gnus-article-followup-with-original): Mark with
5102         force, prevent errors when following up from article buffer.
5103         (gnus-article-reply-with-original): Ditto.
5104
5105         * binhex.el (binhex-decoder-switches): Fix doc.  From
5106         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5107
5108 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5111         highlight-citation after emphasize.
5112
5113 2002-02-04  Simon Josefsson  <jas@extundo.com>
5114
5115         * nnfolder.el (nnfolder-open-marks):
5116
5117         * nnml.el (nnml-open-marks): Message when done.  From David
5118         Edmondson <dme@sun.com>.
5119
5120 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121
5122         * imap.el (imap-anonymous-auth): Fix typo.
5123         From: Steinar Bang <sb@dod.no>
5124
5125         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5126         save-excursion.
5127         (gnus-cache-braid-heads): Ditto.
5128
5129         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5130         line, because there are extra articles in the overview buffer.
5131
5132         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5133
5134         * message.el (message-forward-rmail-make-body): Directly use
5135         rmail-msg-restore-non-pruned-header to avoid calling
5136         vertical-motion.
5137
5138 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * gnus-cache.el (gnus-summary-insert-cached-articles):
5141         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5142
5143         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5144         gnus-newsgroups-unselected.
5145
5146         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5147         gnus-add-to-sorted-list.
5148
5149         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5150         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5151         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5152         (gnus-update-read-articles): UNREAD is sorted.
5153         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5154         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5155         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5156         (gnus-newsgroup-dormant): Require sorted.
5157
5158         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5159         directories.
5160         (gnus-dired-print): New function.
5161
5162         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5163         ps-despool.
5164
5165 2002-02-02  Simon Josefsson  <jas@extundo.com>
5166
5167         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5168
5169 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5170
5171         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5172         t. This makes gnus-agent customizable without putting
5173         gnus-agentize into .gnus.
5174
5175         * gnus.el (gnus-agent): Make it customizable.
5176
5177         * gnus-dired.el: New file.
5178         From Benjamin Rutt <brutt@bloomington.in.us>
5179
5180         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5181         if no article.
5182         (gnus-cache-possibly-remove-article): Ditto.
5183         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5184
5185 2002-02-01  Simon Josefsson  <jas@extundo.com>
5186
5187         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5188
5189 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5192         (mm-setup-w3m): Don't bind keys listed in the above.
5193
5194 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5197         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5198         is non-nil; bind `w3m-force-redisplay' with nil.
5199
5200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5201
5202         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5203
5204 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5205
5206         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5207         use mail-header-unfold-field.
5208
5209         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5210         gnus-summary-limit.
5211
5212         * gnus-range.el (gnus-add-to-sorted-list): New function.
5213         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5214         (gnus-mark-article-as-unread): Ditto.
5215         (gnus-summary-mark-article-as-unread): Ditto.
5216         (gnus-build-get-header): Ditto.
5217         (gnus-summary-prepare-threads): Ditto.
5218         (gnus-summary-insert-pseudos): Ditto.
5219         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5220         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5221         (gnus-summary-insert-old-articles): Ditto.
5222
5223         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5224         (gnus-configure-posting-styles): Support the new format.
5225
5226         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5227         edebug-form-spec to (sexp body).
5228         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5229
5230         * message.el (message-reply-headers): Add doc.
5231
5232 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5233
5234         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5235         gnus-cache-active-hashtb.
5236
5237         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5238         (gnus-agent-summary-fetch-group): Use it.
5239
5240         * gnus-msg.el (gnus-debug-files): New variable.
5241         (gnus-debug-exclude-variables): New variable.
5242         (gnus-debug): Use them.
5243
5244         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5245
5246 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5247
5248         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5249         (message-mode-syntax-table): Move back the previous position.
5250
5251         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5252
5253         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5254         gnus-sorted-difference.
5255
5256         * nnsoup.el (nnsoup-request-expire-articles): Use
5257         gnus-sorted-difference.
5258
5259         * nnheader.el: Autoload gnus-sorted-difference.
5260
5261         * nnfolder.el (nnfolder-request-expire-articles): Use
5262         gnus-sorted-difference.
5263
5264         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5265         gnus-sorted-difference.
5266
5267         * gnus-range.el: Autoload cookies.
5268         (gnus-sorted-difference): New function.
5269         (gnus-sorted-ndifference): New function.
5270         (gnus-sorted-nintersection): Rename from
5271         gnus-set-sorted-intersection.
5272         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5273         (gnus-list-range-difference): Rename from
5274         gnus-inverse-list-range-intersection.
5275         (gnus-inverse-list-range-intersection): Use defalias.
5276
5277         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5278         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5279         (gnus-articles-to-read): Use gnus-sorted-difference.
5280         (gnus-summary-limit-mark-excluded-as-read): Use
5281         gnus-sorted-intersection and gnus-sorted-ndifference.
5282         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5283         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5284
5285         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5286
5287 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5290         property to the buffer for using emacs-w3m command keys.
5291
5292         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5293         option.
5294
5295         * mm-view.el (mm-w3m-mode-map): New variable.
5296         (mm-w3m-mode-command-alist): New variable.
5297         (mm-w3m-minor-mode): Removed.
5298         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5299         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5300         buffer for using emacs-w3m command keys.
5301
5302 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * message.el (message-mode-syntax-table): Move forward.
5305         (message-cite-prefix-regexp): Auto detect non word constituents.
5306         (message-cite-prefix-regexp): Don't use with-syntax-table.
5307
5308         * gnus-sum.el (gnus-summary-update-info): Use
5309         gnus-list-range-intersection.
5310
5311         * gnus-agent.el (gnus-agent-fetch-headers): Use
5312         gnus-list-range-intersection.
5313
5314         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5315         (gnus-list-range-intersection): Use it.
5316         (gnus-inverse-list-range-intersection): Ditto.
5317         (gnus-sorted-intersection): Add doc.
5318         (gnus-set-sorted-intersection): Add doc.
5319         (gnus-sorted-union): New function.
5320         (gnus-set-sorted-union): New function.
5321
5322         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5323         (gnus-inverse-list-range-intersection): Ditto.
5324
5325 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5326
5327         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5328
5329         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5330         and permit `:' and `\' in order to handle full Windows pathnames.
5331         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5332         technically not correct per standard, but seems to have common use.
5333
5334 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5337         replacing numbers.
5338
5339 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5342
5343         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5344         Don't split when the window is small, e.g. when a small *BBDB*
5345         window is the lowest one.
5346
5347         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5348         nnheader-find-nov-line to speed up. Use nreverse, because it is
5349         sorted. Use nnheader-insert-nov-file.
5350
5351 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5354
5355         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5356         of `w3m-display-inline-images' with the value of
5357         `mm-inline-text-html-with-images'.
5358         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5359
5360         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5361
5362 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5363
5364         * time-date.el: Add autoload cookies.  Many doc fixes.
5365         (time-add): New function.
5366         (time-subtract): Renamed from subtract-time.
5367         (subtract-time): New alias for time-subtract.
5368
5369 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5372         emacs-w3m in doc-string.
5373
5374         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5375         `w3m-current-buffer'.
5376
5377 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5378
5379         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5380
5381         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5382         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5383         (mm-w3m-cid-retrieve): New function.
5384         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5385
5386 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5387
5388         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5389
5390 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5393
5394 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5397         32K.
5398
5399         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5400
5401         * nnmail.el (nnmail-article-group): Decode headers before running
5402         split rules over them.
5403         (nnmail-mail-splitting-charset): New variable.
5404
5405         * smiley.el: Replaced with smiley-ems.el.
5406
5407 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5408
5409         * mm-url.el (mm-url-predefined-programs): Add w3m.
5410         (mm-url-program): Ditto.
5411
5412 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * nnml.el (nnml-use-compressed-files): New variable.
5415         (nnml-filenames-are-evil): Removed.
5416         (nnml-current-group-article-to-file-alist): Don't use.
5417         (nnml-update-file-alist): Inhibit.
5418         (nnml-article-to-file): Use new var.
5419
5420 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5421
5422         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5423
5424         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5425
5426 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5429         function.
5430
5431         * gnus-util.el (gnus-cache-file-contents): New function.
5432
5433         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5434         (gnus-agent-load-alist): Use it.
5435
5436         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5437
5438         * nnheader.el (nnheader-insert-nov-file): New function.
5439
5440         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5441
5442         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5443         there are no references.
5444         (gnus-extract-message-id-from-in-reply-to): New function.
5445         (gnus-nov-parse-line): Use in-reply-to if there are no
5446         references.
5447
5448 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5451
5452         * gnus-util.el (gnus-parse-without-error): New macro.
5453
5454 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5455
5456         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5457         (gnus-article-wash-function): use locate-library to decide which
5458         to use.
5459
5460 2002-01-25  Simon Josefsson  <jas@extundo.com>
5461
5462         * pop3.el (pop3-munge-message-separator): Work if no date.
5463         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5464
5465 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-agent.el (gnus-agent-save-alist): Fix.
5468
5469         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5470         mistake.  Reinstated lost code.
5471
5472 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5473
5474         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5475         one exists in the case of an encrypted message with an internal
5476         signature.
5477
5478 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5481
5482 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * dgnushack.el: Commented out the experimental code.
5485
5486 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5489         error.
5490
5491         * gnus.el (gnus-server-to-method): Made into subst.
5492         (gnus-server-method-cache): New variable.
5493         (gnus-server-to-method): Use it.
5494         (gnus-group-method-cache): New variable.
5495         (gnus-find-method-for-group-1): Renamed.
5496         (gnus-find-method-for-group): New function.
5497         (gnus-group-method-cache): Removed.
5498
5499         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5500         function.
5501
5502         * gnus-range.el (gnus-members-of-range): New function.
5503         (gnus-list-range-intersection): Renamed.
5504         (gnus-inverse-list-range-intersection): New function.
5505
5506         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5507
5508         * nnagent.el (nnagent-retrieve-headers): New implementation.
5509
5510         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5511         implementation.
5512
5513 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5516         `w3m-meta-content-type-charset-regexp'.
5517
5518         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5519         charset-encoded html contents.
5520
5521 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5522
5523         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5524         an empty file.
5525
5526         * nnweb.el (url): Ignore errors when request url.
5527
5528         * nnrss.el: Clean up the comments.
5529
5530 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5533
5534         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5535         (mm-inline-media-tests): Test whether the value of
5536         `mm-inline-text-html-renderer' is a function for text/html.
5537
5538         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5539         separated from `mm-inline-text'.
5540         (mm-w3m-minor-mode): New variable.
5541         (mm-w3m-setup): New variable.
5542         (mm-setup-w3m): New function.
5543         (mm-inline-text-html-render-with-w3m): New function.
5544         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5545         text/html.
5546
5547 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5548
5549         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5550
5551 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5554         and `gnus-xmas-completing-read'.
5555
5556 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5557
5558         * nneething.el (nneething-message-id-number): Abolished.
5559         (nneething-encode-file-name): Not encode numerical characters.
5560         (nneething-make-head): `nneething-message-id-number' is not
5561         used to generate message IDs.
5562
5563 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5566         characters.
5567
5568 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5571         (gnus-xmas-redefine): Redefine conditionally.
5572
5573 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5574
5575         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5576         tag.
5577
5578 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5579
5580         * message.el (message-font-lock-keywords): Added the secure tag.
5581         * mml-sec.el: Added functions to generate/modify/remove the secure
5582         tag while in message mode.
5583         * mml-sec.el (mml-secure-message): New.
5584         * mml-sec.el (mml-unsecure-message): New.
5585         * mml-sec.el (mml-secure-message-sign-smime): New.
5586         * mml-sec.el (mml-secure-message-sign-pgp): New.
5587         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5588         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5589         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5590         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5591         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5592         convert it to either a part or multipart depending on if there are
5593         other parts in the message.
5594         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5595         to use the secure tag, rather than the part tag.
5596         * mml.el (mml-preview): Added a save-excursion to keep cursor
5597         position after doing an MML preview.
5598
5599 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * nnheader.el (nnheader-parse-overview-file): New function.
5602         (nnheader-write-overview-file): New function.
5603
5604 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5607         in wanted.
5608
5609         * nnweb.el (nnweb-type-definition): Clean up.
5610
5611 2002-01-21  Alastair Burt  <burt@dfki.de>
5612         Trivial patch.
5613
5614         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5615         buffer exists before jumping to it.
5616
5617 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5620         function.
5621         (article-wash-html): Use it.
5622         (gnus-article-wash-function): New variable.
5623         (gnus-article-wash-html-with-w3m): New function.
5624
5625 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5626
5627         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5628         XEmacs.
5629
5630 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5631
5632         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5633         command line.
5634
5635 2002-01-21  Simon Josefsson  <jas@extundo.com>
5636
5637         * canlock.el (base64-encode-string): Autoload it from base64.
5638         (canlock-make-cancel-key): Base64 encode unibyte string.
5639
5640 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * nnfolder.el (nnfolder-request-accept-article): Unfold
5643         x-from-line.
5644         (nnfolder-request-replace-article): Ditto.
5645
5646 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5647
5648         * gnus-group.el (gnus-group-best-unread-group): Use the right
5649         positioning function.
5650
5651 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * smiley-ems.el (smiley-region): Use new function.
5654         (smiley-update-cache): Use general image functions.
5655         (smiley-region): Use general functions.
5656
5657         * gnus-util.el (gnus-graphic-display-p): New function.
5658
5659         * nnmail.el (nnmail-article-group): Allow outputting traces of
5660         non-strings.
5661
5662         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5663         (nndoc-exim-bounce-type-p): New function.
5664
5665         * message.el (message-dont-send): Doc fix.
5666
5667         * gnus-util.el (gnus-completing-read): Remove
5668         inherit-input-method.
5669
5670         * gnus-art.el (gnus-treat-smiley): Doc fix.
5671
5672         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5673         articles.
5674
5675 2002-01-19  Simon Josefsson  <jas@extundo.com>
5676
5677         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5678         (imap-kerberos4-open): Ditto.
5679         (imap-open): Set port correctly, don't set auth.
5680
5681 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus.el (gnus-version-number): Bump version number.
5684
5685 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5686
5687         * gnus.el: Oort Gnus v0.05 is released.
5688
5689 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5692         exists.
5693
5694         * gnus-spec.el (gnus-string-width-function): New function.
5695         (gnus-tilde-cut-form): Use it.
5696         (gnus-tilde-max-form): Ditto.
5697         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5698         (gnus-substring-function): Use it.
5699         (gnus-tilde-cut-form): Ditto.
5700         (gnus-substring-function): New function.
5701
5702         * message.el (message-check-news-header-syntax): New message.
5703
5704         * gnus.el (gnus-slave-no-server): Doc fix.
5705
5706         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5707
5708 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5711         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5712         (seen (NUM1 . NUM2)).
5713
5714 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5717         number in closed topics.
5718
5719 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5720
5721         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5722         functions.
5723
5724 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus.el (gnus-group-find-parameter): Clean up.
5727
5728         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5729         articles.
5730
5731         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5732
5733         * nnmail.el (nnmail-article-group): Clean up.
5734
5735 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5736
5737         * gnus-agent.el (gnus-category-name): Intern the category name.
5738
5739 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5742
5743         * gnus-util.el (gnus-completing-read): New function.
5744
5745 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5746
5747         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5748
5749         * smiley-ems.el (smiley-region): Register smiley.
5750         (smiley-toggle-buffer): Rewrite the function.
5751         (smiley-active): Removed.
5752
5753 2002-01-19  Simon Josefsson  <jas@extundo.com>
5754
5755         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5756         Jesper Harder <harder@ifa.au.dk>.
5757
5758 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5759
5760         * gnus-art.el (gnus-request-article-this-buffer): Call
5761         `nneething-get-file-name' to extract the file name from the
5762         message id.
5763
5764         * nneething.el (nneething-encode-file-name): New function.
5765         (nneething-decode-file-name): Ditto.
5766         (nneething-get-file-name): Ditto.
5767         (nneething-make-head): Encode the file name and encapsulate it
5768         into the field of the message id.
5769
5770 2002-01-18  Simon Josefsson  <jas@extundo.com>
5771
5772         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5773         stored in .marks.
5774
5775         * nnfolder.el (nnfolder-request-update-info): Ditto.
5776
5777 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5778
5779         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5780
5781 2002-01-18  Simon Josefsson  <jas@extundo.com>
5782
5783         * imap.el (imap-starttls-p): Don't check for binary.
5784         (imap-gssapi-auth-p): Ditto.
5785         (imap-kerberos4-auth-p): Ditto.
5786         (imap-open): Change logic.  Iterate through all possible streams,
5787         instead of bailing out after first failure.  Move authenticator
5788         decision to `imap-authenticate'.
5789         (imap-authenticate): Change logic, now finds the authenticator to
5790         use, was previously in `imap-open'.
5791         (imap-open): Return nil on failure.
5792         (imap-open): Setup temp buffer correctly.
5793         (imap-open): Return buffer only on success.
5794         (imap-interactive-login, imap-interactive-login): Tell the user
5795         which stream/authenticator is used for the queried
5796         username/password.
5797         (imap-open, imap-authenticate): Set variables.
5798         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5799         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5800
5801 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5804
5805 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5808
5809 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5810
5811         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5812         (gnus-agent-group-mode-map): Bind it to "Jo".
5813         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5814
5815 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5816
5817         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5818         (gnus-summary-mail-toolbar): Add mail article deletion button.
5819
5820         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5821         false positives for lines of "^^^^".
5822
5823         * gnus-picon.el (gnus-picon-find-face): faces database is all
5824         lowercase.
5825
5826 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5829         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5830         duplications.
5831         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5832
5833 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-sum.el (gnus-summary-initial-limit): Inline
5836         gnus-summary-limit-children.
5837         (gnus-summary-initial-limit): Don't limit if
5838         gnus-newsgroup-display is nil.
5839         (gnus-summary-initial-limit): No, don't.
5840
5841         * gnus-util.el
5842         (gnus-put-text-property-excluding-characters-with-faces): Inline
5843         gnus-put-text-property.
5844
5845         * gnus-spec.el (gnus-default-format-specs): New variable.
5846
5847         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5848         gnus-format-specs.
5849         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5850
5851         * gnus-spec.el (gnus-update-format-specifications): Really check
5852         the Gnus version of the .newsrc.eld file.
5853         (gnus-format-specs): Save the new default summary format.
5854
5855         * gnus-util.el (gnus-parent-id): Check whether references is empty
5856         before splitting.
5857
5858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5859         functions.
5860         (gnus-gather-threads-by-references): Inline
5861         `gnus-split-references'.
5862
5863         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5864         default value of gnus-summary-line-format-spec.
5865
5866 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5867
5868         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5869         message.
5870         (nnslashdot-request-list): Ditto.
5871         (nnslashdot-sid-strip): Removed.
5872
5873 2002-01-15  Simon Josefsson  <jas@extundo.com>
5874
5875         * nnimap.el (nnimap-close-asynchronous): Enable.
5876         (nnimap-close-group): Expunge.
5877
5878 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * gnus-util.el (gnus-user-date-format-alist): Typo.
5881         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5882
5883 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5884
5885         * nneething.el (nneething-request-article): Set
5886         `nnmail-file-coding-system' to `binary' locally, in order to read
5887         files without any conversion.
5888
5889 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5892         nnheader-file-coding-system and nnmail-active-file-coding-system.
5893         (gnus-agent-regenerate-group): Ditto.
5894         (gnus-agent-regenerate): Ditto.
5895         (gnus-agent-write-active): Ditto.
5896         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5897
5898 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5899
5900         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5901         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5902
5903 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * gnus.el: We don't need gnus-article-show-all-headers.
5906
5907         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5908         Ditto.
5909
5910         * gnus-sum.el (gnus-summary-select-article): Don't call
5911         show-all-headers, because hidden headers are not hidden text any
5912         more.
5913
5914 2002-01-13  Simon Josefsson  <jas@extundo.com>
5915
5916         * message.el (message-newline-and-reformat): Use `newline' instead
5917         of inserting \n, so that the newline is marked as hard.
5918
5919         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5920         From Jesper Harder <harder@ifa.au.dk>.
5921
5922 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5923
5924         * imap.el (imap-close): Keep going if quit.
5925
5926         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5927         nntp-server-buffer.
5928
5929 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5932         avoid unbinding shadowed variables.
5933
5934         * gnus-art.el (gnus-picon-databases): Moved here.
5935         (gnus-picons-installed-p): Moved here.
5936         (gnus-article-reply-with-original): Use `mark'.
5937
5938         * gnus.el (gnus-picon): Moved here and renamed.
5939
5940         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5941         installed.
5942         (gnus-treat-mail-picon): Ditto.
5943         (gnus-treat-newsgroups-picon): Ditto.
5944
5945         * gnus-picon.el (gnus-picons-installed-p): New function.
5946
5947 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5948
5949         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5950
5951 2002-01-12  Simon Josefsson  <jas@extundo.com>
5952
5953         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5954         (nnimap-before-find-minmax-bugworkaround): Use it.
5955         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5956         (nnimap-dont-close): New variable.
5957         (nnimap-close-group): Use it.
5958
5959 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-art.el (gnus-article-reply-with-original): Use
5962         `mark-active'.
5963
5964         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5965
5966         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5967         (gnus-score-advanced): Clean up.
5968         (gnus-score-advanced): Accept a multiple of the score.
5969
5970 2002-01-12  Simon Josefsson  <jas@extundo.com>
5971
5972         * flow-fill.el (fill-flowed-display-column)
5973         (fill-flowed-encode-columnq): New variables.  Suggested by
5974         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5975         (fill-flowed-encode, fill-flowed): Use them.
5976
5977         * message.el (message-send-news, message-send-mail): Use
5978         m-b-s-n-p-e-h-n.
5979
5980         * mml.el (autoload): Autoload fill-flowed-encode.
5981         (mml-buffer-substring-no-properties-except-hard-newlines): New
5982         function.
5983         (mml-read-part): Use it.
5984         (mml-generate-mime-1): Encode format=flowed if appropriate.
5985         (mml-insert-mime-headers): Insert format=flowed.
5986
5987         * flow-fill.el (fill-flowed-encode): New function.
5988         (fill-flowed): Bind fill-column to window width.
5989
5990 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5993         it exists.
5994         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5995         (gnus-summary-buffer-name): Don't return the dead name after all.
5996         (gnus-summary-setup-buffer): Kill the dead buffer.
5997
5998         * gnus-art.el (gnus-article-followup-with-original): Store the
5999         value of the mark before deactivating it.
6000
6001 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6002
6003         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6004         From: Karl Kleinpaste <karl@charcoal.com>
6005
6006         * gnus-art.el (article-display-x-face): Ditto.
6007         (gnus-article-reply-with-original): Use gnus-region-active-p.
6008         (gnus-article-followup-with-original): Ditto.
6009
6010         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6011         downloadable article either.
6012
6013 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6014
6015         * gnus-art.el (article-display-x-face): Insert From:.
6016
6017         * gnus-sum.el (gnus-summary-move-article): Don't draw the
6018         article. Bind gnus-display-mime-function and
6019         gnus-article-prepare-hook.
6020
6021         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
6022         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
6023         gnus-agent-possibly-synchronize-flags to the last.
6024         (gnus-agent-go-online): New function. New variable.
6025
6026 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6027
6028         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
6029         (gnus-agent-regenerate): Ditto.
6030
6031 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * message.el (message-ignored-news-headers)
6034         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
6035         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
6036
6037         * gnus.el (gnus-gethash-safe): New macro.
6038
6039         * gnus-agent.el (gnus-agent-regenerate-history): New function.
6040         (gnus-agent-regenerate): Show messages.
6041
6042 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6043
6044         * gnus-agent.el (gnus-agent-regenerate-group): New function.
6045         (gnus-agent-regenerate): New function.
6046         (gnus-agent-save-alist): Sort.
6047         (gnus-agent-copy-nov-line): Test eobp.
6048         (gnus-agent-retrieve-headers): Erase buffer.
6049
6050 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6051
6052         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
6053         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
6054
6055         * gnus.el (gnus-agent-covered-methods): Move here.
6056         (gnus-online): New function.
6057         (gnus-agent-method-p): Move here.
6058
6059         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
6060         nil. Remove articles-alist.
6061
6062         * gnus-start.el (gnus-get-unread-articles): Check online.
6063         (gnus-groups-to-gnus-format): Ditto.
6064         (gnus-active-to-gnus-format): Ditto.
6065
6066         * gnus-agent.el (gnus-agent-get-function): Use it.
6067         (gnus-agent-get-undownloaded-list): Ditto.
6068         (gnus-agent-fetch-session): Only fetch online methods.
6069
6070         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
6071         (gnus-server-mode-map): Ditto.
6072         (gnus-server-offline-face): New face.
6073         (gnus-server-offline-face): New variable.
6074         (gnus-server-font-lock-keywords): Add offline.
6075         (gnus-server-insert-server-line): Ditto.
6076         (gnus-server-offline-server): New function.
6077
6078         * gnus-int.el (gnus-open-server): Turn to offline.
6079         (gnus-server-unopen-status): New variable.
6080
6081 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * nnkiboze.el (nnkiboze-request-article): Use
6084         gnus-agent-request-article.
6085
6086         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6087         function. Insert undownloaded NOV.
6088
6089         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6090         (gnus-agent-request-article): New function.
6091
6092         * gnus.el (gnus-agent-cache): New variable.
6093
6094         * gnus-int.el (gnus-retrieve-headers): Use
6095         gnus-agent-retrieve-headers.
6096         (gnus-request-head): Use gnus-agent-request-article.
6097         (gnus-request-body): Ditto.
6098
6099         * gnus-art.el (gnus-request-article-this-buffer): Use
6100         gnus-agent-request-article.
6101
6102         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6103         article if it is undownloaded.
6104
6105 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6108
6109 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * canlock.el (canlock-string-as-unibyte): New macro.
6112         (canlock-sha1-with-openssl): Return a unibyte string.
6113         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6114
6115 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6116
6117         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6118
6119 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6120
6121         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6122         application/x-emacs-lisp.
6123
6124         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6125
6126         * nntp.el (nntp-request-article): Add group parameter.
6127         (nntp-request-head): Ditto.
6128         (nntp-find-group-and-number): Add parameter group. Figure out
6129         number if the status line doesn't give (e.g. quimby.gnus.org).
6130
6131 2002-01-08  Simon Josefsson  <jas@extundo.com>
6132
6133         * mml.el (mml-generate-mime-1): Set recipient correctly.
6134
6135 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6136
6137         * message.el (message-read-from-minibuffer): Add parameter
6138         initial-contents.
6139         * gnus-msg.el (gnus-summary-resend-message): Use it.
6140
6141         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6142         behavior of quit-config.
6143
6144         * message.el (message-make-from): Don't quote fullname.
6145         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6146
6147         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6148         From: <andre@slamdunknetworks.com>
6149
6150 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6153
6154         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6155
6156         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6157         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6158         because bbdb may use it.
6159
6160 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6161
6162         * nneething.el (nneething-request-article): When a non-text file
6163         is converted to an article, its data is encoded in base64.  Call
6164         `nneething-make-head' with options to specify MIME types.
6165         (nneething-make-head): Add optional arguments to specify MIME
6166         types.
6167
6168 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6171         header if there is not.
6172
6173         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6174
6175         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6176         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6177         (gnus-inews-do-gcc): Use them.
6178
6179         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6180         gnus-newsgroup-unselected.
6181
6182 2002-01-06  Simon Josefsson  <jas@extundo.com>
6183
6184         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6185         condition-case, not ignore-errors.
6186
6187 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6188
6189         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6190         gnus-fetch-old-headers.
6191
6192         * gnus-art.el (article-display-x-face): Use the current buffer
6193         unless `W f'. Otherwise, X-Face may be shown in the header of a
6194         forwarded part.
6195         (gnus-treatment-function-alist): Treat xface before hiding
6196         headers.
6197
6198 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6201         parameters.
6202
6203 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6204
6205         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6206         (mm-guess-charset): New function.
6207         (mm-charset-after): Use it.
6208         (mm-detect-coding-region): New function.
6209         (mm-detect-mime-charset-region): New function.
6210
6211         * gnus-sum.el (gnus-summary-show-article): Use
6212         mm-detect-coding-region.
6213
6214 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * message.el (message-make-fqdn): Be less violent.
6217
6218         * gnus.el (gnus-logo-color-style): Compute custom form
6219         automatically.
6220
6221         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6222         score file of the parent to the document group.
6223
6224         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6225         parameters parameter.
6226
6227         * gnus-score.el (gnus-score-load-file): Clean up.
6228
6229 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6232         From: Damien Wyart <damien.wyart@free.fr>
6233
6234         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6235
6236 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6237
6238         * gnus-sum.el (gnus-select-group-hook): Typo.
6239
6240         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6241         is no quoted-printable-encoded STRING.
6242         From: Jesper Harder <harder@ifa.au.dk>
6243
6244         (rfc2047-decode-string): Decode it.
6245
6246 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6249
6250 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6251         Trivial patch.
6252
6253         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6254         buffer to get rid of junk line.
6255
6256 2002-01-05  Simon Josefsson  <jas@extundo.com>
6257
6258         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6259         C-o.
6260         (message-mode-map): Bind message-insert-or-toggle-importance to
6261         C-c C-u.
6262         (message-mode-map): Bind message-disposition-notification-to to
6263         C-c M-n.
6264         (message-mode-menu): Add m-d-n-t.
6265         (message-mode-field-menu): Add m-goto-from.
6266         (message-mode): Doc fix.
6267         (message-goto-from): New function.
6268         (message-insert-disposition-notification-to): New function.
6269         (message-tool-bar-map): Add receipt button.
6270
6271 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-sum.el (gnus-thread-latest-date): New function.
6274         (gnus-thread-sort-by-most-recent-number): Renamed.
6275         (gnus-thread-sort-functions): Doc fix.
6276         (gnus-select-group-hook): Don't use setq on a hook.
6277         (gnus-thread-latest-date): Use date, not number
6278
6279         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6280         (gnus-agent-expire): Allow regexp of expire-days.
6281
6282         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6283         region.
6284         (gnus-article-followup-with-original): Ditto.
6285
6286         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6287
6288         * gnus-art.el (gnus-mime-display-alternative): Use
6289         gnus-local-map-property.
6290         (gnus-mime-display-alternative): Ditto.
6291         (gnus-insert-mime-security-button): Ditto.
6292         (gnus-insert-next-page-button): Ditto.
6293         (gnus-button-prev-page): Take optional args.
6294         (gnus-insert-prev-page-button): widget-convert.
6295
6296         * gnus-util.el (gnus-local-map-property): New function.
6297
6298         * gnus-art.el (gnus-prev-page-map): Use parent map.
6299         (gnus-next-page-map): Ditto.
6300
6301         * gnus-spec.el (gnus-parse-format): Clean up.
6302         (gnus-parse-format): Do complex formatting for %=.
6303
6304         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6305         "X-Face: " to the data in the built-in scenario.
6306
6307         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6308         (gnus-correct-pad-form): Renamed.
6309         (gnus-tilde-max-form): Clean up.
6310         (gnus-pad-form): Use gnus-use-correct-string-widths.
6311
6312         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6313         support if that is available.
6314
6315         * gnus-sum.el (gnus-thread-highest-number): New function.
6316         (gnus-thread-sort-by-most-recent-thread): New function.
6317         (gnus-thread-sort-functions): Doc fix.
6318
6319 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6320
6321         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6322         all cases.
6323         (gnus-summary-mode): Enable it in all cases.
6324         (gnus-summary-display-article): Ditto.
6325         (gnus-summary-edit-article): Ditto.
6326
6327         * gnus-ems.el (gnus-put-image): Really return glyph.
6328
6329         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6330         (gnus-treat-smiley): Don't take "P" in the interactive form.
6331
6332 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * compface.el (uncompface): XEmacs and Emacs have differing
6335         capabilities.
6336
6337         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6338
6339         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6340         (gnus-article-xface-ring-size): Removed.
6341         (gnus-article-display-xface): Removed.
6342         (gnus-remove-image): Cleaned up.
6343
6344         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6345         (gnus-xmas-create-image): Take pbm files.
6346         (gnus-x-face): Removed.
6347         (gnus-xmas-article-display-xface): Removed.
6348
6349         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6350         default-enable-multibyte-characters.
6351
6352         * compface.el (uncompface): Doc fix.
6353
6354         * gnus-art.el (gnus-article-x-face-command): Use
6355         gnus-display-x-face-in-from.
6356
6357         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6358
6359         * gnus-ems.el (gnus-put-image): Return the image.
6360
6361         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6362         (gnus-x-face): Moved here.
6363
6364 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6367         invisible if string is nil.
6368         (gnus-xmas-article-display-xface): Use it.
6369
6370         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6371         property when string is nil.
6372         (gnus-article-display-xface): Use it.
6373
6374 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * gnus-art.el (article-display-x-face): Check whether valid grey
6377         face was returned.
6378         (article-display-x-face): Place image in the right spot.
6379
6380         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6381         stderr.
6382         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6383
6384 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6387         parameters.
6388         (gnus-xmas-put-image): Allow non-strings to be passed.
6389
6390         * gnus-art.el (article-display-x-face): Use optional parameters.
6391
6392         * gnus-ems.el (gnus-create-image): Take optional parameters.
6393
6394         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6395
6396         * compface.el (compface-xbm-p): Removed.
6397
6398         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6399         (gnus-article-display-xface): Use compface.
6400
6401         * compface.el: New file.
6402
6403         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6404         (gnus-convert-image-to-x-face-command): Ditto.
6405         (gnus-random-x-face): Quote argument.
6406         (gnus-x-face-from-file): Ditto.
6407
6408 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6409
6410         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6411         the expire-group parameter once per article rather than once
6412         per group; bind `nnmaildir-article-file-name' and `article'
6413         for convenience.  Leave article alone when expire-group
6414         specifies the current group.
6415         (nnmaildir--update-nov): be more concurrency-friendly with
6416         temp file names.
6417
6418 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-start.el (gnus-read-init-file): Cleaned up.
6421
6422 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6423
6424         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6425         (gnus-read-init-file): Don't use it.
6426
6427 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6430
6431 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6432
6433         * gnus-start.el (gnus-read-init-file): Don't force coding system
6434         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6435
6436 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6437
6438         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6439         * nnspool.el (nnspool-request-post): Ditto.
6440
6441         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6442         (mm-find-mime-charset-region): Use it.
6443
6444 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6445
6446         * gnus.el (gnus-summary-line-format): Added :link.
6447         * gnus-topic.el (gnus-topic-line-format): Ditto.
6448         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6449         * gnus-srvr.el (gnus-server-line-format): Ditto.
6450         * gnus-group.el (gnus-group-line-format): Ditto.
6451
6452         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6453         :keys, it works on both Emacsen.
6454
6455 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6456
6457         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6458
6459 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6462
6463 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6464
6465         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6466         very wide reply.
6467
6468 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6471         (gnus-picon-cache): New variable.
6472         (gnus-picon-transform-newsgroups): Cache stuff.
6473
6474         * gnus-art.el (gnus-article-reply-with-original): New command.
6475         (gnus-article-followup-with-original): New command.
6476
6477         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6478         END parameters.
6479         (gnus-summary-followup): Take a list of list of articles.
6480         (gnus-inews-yank-articles): Allow lists of article/regions.
6481
6482         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6483         longer the usual commands.
6484
6485         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6486         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6487         shell-command-on-region.
6488
6489 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490
6491         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6492           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6493
6494 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6495
6496         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6497         understand ':keys', wrap it in an featurep 'xemacs.
6498
6499 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6500
6501         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6502         order of headers (Actually, it is called in a reversed order). Add
6503         'gnus-image-text-deletable property.
6504         (gnus-remove-image): Remove text with such a property.
6505
6506         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6507         gnus-put-image.
6508
6509         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6510         with ", "
6511
6512 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6515
6516         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6517         (article-display-x-face): Display grey X-Faces.
6518
6519         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6520         (gnus-convert-gray-x-face-to-ppm): Ditto.
6521         (gnus-convert-image-to-gray-x-face): Ditto.
6522
6523         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6524         gnus-summary-show-raw-article.
6525
6526 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6527
6528         Display picons in XEmacs without showing text.
6529
6530         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6531         mm-create-image-xemacs to create xbm glyph, because it deletes
6532         temporary files.
6533         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6534         (gnus-xmas-remove-image): Make text visible, remove glyph.
6535
6536         * gnus-picon.el (gnus-picon-transform-newsgroups)
6537         (gnus-picon-transform-address): Insert spec backward, due to the
6538         incompatibility of gnus-xmas-put-image.
6539
6540 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6541
6542         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6543
6544 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * gnus.el: Doc fix.
6547
6548         * gnus-art.el: Doc fix.
6549
6550         * gnus-agent.el: Doc fix.
6551
6552 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6555
6556 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6557
6558         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6559         NOV data out of the message again if nnmail-extra-headers has
6560         changed.
6561
6562 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * gnus-fun.el: New file.
6565         (gnus-convert-image-to-x-face-command): New variable.
6566         (gnus-insert-x-face): New function.
6567         (gnus-random-x-face): Renamed.
6568         (gnus-x-face-from-file): Renamed.
6569
6570         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6571         "_".
6572         (gnus-body-boundary-delimiter): Typo fix.
6573
6574 2002-01-02  Simon Josefsson  <jas@extundo.com>
6575
6576         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6577         (gnus-body-boundary-delimiter): Fix type.
6578
6579 2002-01-01  Simon Josefsson  <jas@extundo.com>
6580
6581         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6582         (gnus-treat-emphasize, gnus-treat-strip-cr)
6583         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6584         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6585         (gnus-treat-fill-article, gnus-treat-hide-citation)
6586         (gnus-treat-hide-citation-maybe)
6587         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6588         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6589         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6590         (gnus-treat-date-ut, gnus-treat-date-local)
6591         (gnus-treat-date-english, gnus-treat-date-lapsed)
6592         (gnus-treat-date-original, gnus-treat-date-iso8601)
6593         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6594         (gnus-treat-strip-trailing-blank-lines)
6595         (gnus-treat-strip-leading-blank-lines)
6596         (gnus-treat-strip-multiple-blank-lines)
6597         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6598         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6599         (gnus-treat-display-xface, gnus-treat-display-smileys)
6600         (gnus-treat-from-picon, gnus-treat-mail-picon)
6601         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6602         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6603         (gnus-treat-play-sounds, gnus-treat-translate)
6604         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6605
6606         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6607         (gnus-article-treat-body-boundary): Use it.
6608
6609         * message.el (message-mode): Fix doc.
6610         (message-mode-menu): Fix names.
6611
6612 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6615         articles.
6616
6617         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6618         (gnus-picon-transform-address): Search for unknown faces as well.
6619         (gnus-picon-find-face): Don't search "news" for MISC.
6620         (gnus-picon-user-directories): Changed default back to exclude
6621         "unknown".
6622
6623         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6624
6625         * gnus-picon.el (gnus-picon-find-face): Search through all
6626         databases.
6627         (gnus-picon-find-face): New implementation.
6628
6629         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6630         keystroke.
6631         (gnus-topic-goto-next-topic): Ditto.
6632
6633         * gnus.el (gnus-summary-line-format): Changed default.
6634
6635         * nnmail.el (nnmail-extra-headers): Change default.
6636
6637         * gnus-sum.el (gnus-extra-headers): Change default.
6638
6639         * message.el (message-news-other-window): Changed "news" to
6640         "posting".
6641         (message-news-other-frame): Ditto.
6642         (message-do-send-housekeeping): Ditto.
6643
6644         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6645         function.
6646         (gnus-article-unread-p): New function.
6647         (gnus-article-unseen-p): New function.
6648         (gnus-dead-summary-mode-map): Typo.
6649
6650         * gnus-util.el (gnus-make-predicate): New function.
6651         (gnus-make-predicate-1): New function.
6652
6653         * gnus-sum.el: New function.
6654         (gnus-map-articles): New function.
6655
6656         * gnus-art.el (gnus-treat-fold-headers): New variable.
6657         (gnus-article-treat-fold-headers): New command and keystroke.
6658
6659         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6660         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6661
6662 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6663
6664         * message.el (message-fcc-externalize-attachments): New variable.
6665         (message-do-fcc): Use it.
6666
6667         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6668         (gnus-inews-do-gcc): Use it.
6669
6670         * mml.el (mml-tweak-sexp-alist): New variable.
6671         (mml-externalize-attachments): New variable.
6672         (mml-tweak-part): Use mml-tweak-sexp-alist.
6673         (mml-tweak-externalize-attachments): New function.
6674
6675 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6676
6677         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6678         'set-glyph-face' so x-face back/foreground can be set.
6679
6680 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6681
6682         * message.el (message-fix-before-sending): Fix a typo.
6683
6684 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * gnus-art.el (gnus-treat-smiley): Renamed command.
6687         (gnus-article-remove-images): New command and keystroke.
6688
6689         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6690
6691         * smiley-ems.el (gnus-smiley-display): Removed.
6692
6693         * gnus.el (gnus-version-number): Update version.
6694
6695         * message.el (message-text-with-property): Renamed and moved
6696         here.
6697         (message-fix-before-sending): Highlight invisible text and place
6698         point there.
6699
6700 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6701
6702         * gnus.el: Oort Gnus v0.04 is released.
6703
6704 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6707
6708         * gnus-art.el (gnus-ignored-headers): More headers,
6709
6710         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6711         of `scan-error', since XEmacs doesn't seem to support that.
6712
6713 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6716         arg.
6717         (gnus-summary-best-unread-subject): Ditto.
6718         (gnus-summary-best-unread-subject): No, don't.
6719         (gnus-summary-better-unread-subject): New command.
6720
6721         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6722
6723         * lpath.el ((featurep 'xemacs)): fbind url function.
6724
6725         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6726         buffer.
6727         (gnus-xmas-remove-image): Implementation that does something.
6728         (gnus-xmas-article-display-xface): Mark images properly.
6729
6730         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6731
6732 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6733
6734         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6735
6736 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-group.el (gnus-group-line-format): Added %O to the default
6739         value.
6740
6741         * gnus-util.el (gnus-text-with-property): The smallest point is
6742         point-min.
6743
6744         * smiley-ems.el (smiley-region): Return images.
6745         (gnus-smiley-display): Allow toggling.
6746         (smiley-region): Use text properties, not overlays.
6747
6748         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6749         implemented yet.
6750
6751         * smiley-ems.el (smiley-update-cache): Check for valid types.
6752
6753         * gnus-art.el (gnus-with-article-buffer): New macro.
6754
6755         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6756         strings as well as the glyphs.
6757         (gnus-picon-transform-address): Ditto.
6758         (gnus-picon-insert-glyph): Ditto.
6759         (gnus-picon-transform-newsgroups): Toggle.
6760         (gnus-picon-transform-address): Toggle.
6761
6762         * gnus-ems.el (gnus-remove-image): New function.
6763         (gnus-put-image): Take an optional string.
6764
6765         * gnus-util.el (gnus-text-with-property): New function.
6766
6767         * gnus-art.el (gnus-delete-images): New function.
6768
6769         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6770
6771         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6772         (gnus-article-wash-status): Use it.
6773         (gnus-signature-toggle): Clean up.
6774         (gnus-add-wash-status): New function.
6775         (gnus-delete-wash-status): New function.
6776         (gnus-article-hide-text-type): Use them throughout.
6777         (gnus-add-image): New function.
6778
6779         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6780
6781         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6782         interface.
6783
6784         * gnus-art.el (article-display-x-face): Cleaned up.
6785
6786         * rfc2047.el (rfc2047-field-value): New function.
6787
6788         * mail-parse.el (mail-header-field-value): New alias.
6789
6790         * gnus-art.el (gnus-mime-print-part): Fix typos.
6791
6792         * smiley-ems.el (gnus-smiley-file-types): New variable.
6793         (smiley-update-cache): Use it.
6794         (smiley-regexp-alist): Suffix-less smiley names.
6795         (smiley-regexp-alist): Added more smileys.
6796
6797         * gnus-sum.el (gnus-print-buffer): Made into own function.
6798         (gnus-summary-print-article): Use it.
6799
6800         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6801         looked for when REQUEST is a string.
6802
6803         * gnus-art.el (gnus-mime-button-commands): Add printing
6804         keystroke.
6805         (gnus-mime-copy-part): Doc fix.
6806         (gnus-mime-print-part): New command.
6807
6808 2001-12-31  Simon Josefsson  <jas@extundo.com>
6809
6810         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6811         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6812
6813 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6816         (picon): Fix doc.
6817
6818         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6819         longer exists. Remove those codes.
6820         * gnus.el (gnus-use-picons): Ditto.
6821
6822 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6825         infloop.
6826
6827         * gnus-sum.el (t): New `W D' map.
6828
6829         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6830         (gnus-article-treat-body-boundary): Clean up.
6831         (gnus-body-boundary-face): Removed.
6832         (gnus-article-goto-header): Moved here.
6833         (gnus-article-goto-header): Allow better regexps.
6834         (gnus-article-treat-fold-newsgroups): New command.
6835
6836         * gnus-sum.el (gnus-summary-move-article): We have to select an
6837         article to give `gnus-read-move-group-name' an opportunity to
6838         suggest an appropriate default.
6839
6840         * rfc2047.el (rfc2047-fold-line): New function.
6841         (rfc2047-unfold-line): Ditto.
6842         (rfc2047-fold-region): Don't fold just after the header name.
6843
6844         * mail-parse.el (mail-header-fold-line): New alias.
6845         (mail-header-unfold-line): Ditto.
6846
6847         * gnus-art.el (gnus-body-boundary-face): Renamed.
6848         (gnus-article-treat-body-boundary): Use it.
6849         (gnus-article-treat-body-boundary): Use an invisible header and a
6850         line of underline characters.
6851
6852 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6855
6856         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6857         (gnus-picon-split-address): New function.
6858         (gnus-picon-find-face): Use it.
6859         (gnus-picon-transform-address): Use it. Set first to t for each
6860         address.
6861
6862         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6863         the macro then use it.
6864         (gnus-treatment-function-alist): Treat picons earlier.
6865
6866 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * gnus-art.el (gnus-body-separator-face): New variable.
6869         (gnus-article-treat-body-boundary): Use a blank, colored line.
6870
6871         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6872         well.
6873
6874         * gnus-art.el (gnus-treat-body-boundary): New variable.
6875         (gnus-article-treat-unfold-headers): Use helper macro.
6876         (gnus-article-treat-body-boundary): New command.
6877
6878         * gnus.el (gnus-logo-color-style): Change the default color.
6879         (gnus-splash-face): Gray, gray.
6880
6881         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6882         colors.
6883
6884         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6885         (gnus-logo-color-style): Ditto.
6886         (gnus-logo-colors): Ditto.
6887
6888         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6889
6890         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6891
6892         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6893         (gnus-picon-transform-newsgroups): New function.
6894
6895         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6896         string.
6897
6898         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6899
6900         * gnus-art.el (gnus-treat-cc-picon): New variable.
6901         (gnus-treat-mail-picon): Renamed.
6902
6903         * gnus-picon.el: New implementation.
6904         (gnus-picon-find-face): Renamed.
6905         (gnus-treat-from-picon): Use it.
6906         (gnus-picon-transform-address): Renamed.
6907         (gnus-treat-from-picon): Use it.
6908         (gnus-picon-create-glyph): Renamed.
6909         (gnus-picon-transform-address): Use it.
6910         (gnus-treat-cc-picon): New command.
6911
6912         * mm-decode.el (mm-create-image-xemacs): Separated out into
6913         function.
6914         (mm-get-image): Use it.
6915
6916         * gnus-art.el (gnus-treat-display-picons): Simplify.
6917         (gnus-treat-from-picon): Renamed.
6918
6919         * gnus-ems.el (gnus-create-image): New function.
6920         (gnus-put-image): New function.
6921
6922         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6923         (gnus-with-article-headers): New macro.
6924         (gnus-article-goto-header): New function.
6925
6926         * gnus-xmas.el (gnus-image-type-available-p): New function.
6927
6928         * gnus-ems.el (gnus-image-type-available-p): New function.
6929
6930 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * nnrss.el (nnrss-check-group): Find the correct tag, because
6933         xml.el is changed.
6934
6935 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6938         lines are shorter than the window width.
6939         (gnus-ignored-headers): More headers.
6940
6941 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6944         (gnus-treat-unfold-headers): Renamed.
6945         (gnus-article-treat-unfold-headers): New command and keystroke.
6946
6947         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6948
6949         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6950
6951 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6952
6953         * sha1-el.el (sha1-use-external): New variable.
6954         (sha1-region): Use it.
6955         (sha1-string): Ditto.
6956
6957         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6958         * gnus-picon.el: Less warnings when compile.
6959
6960 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6963         alias.
6964         (gnus-picons-database): Default to list.
6965         (gnus-picons-lookup-internal): Use it.
6966
6967         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6968         to "bogus".
6969
6970         * gnus-win.el (gnus-configure-windows-hook): New hook.
6971
6972 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6973
6974         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6975
6976 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6979         lists.
6980         (gnus-select-newsgroup): Don't append; push.
6981         (gnus-adjust-marked-articles): Remove obsolete ranges from
6982         `seen'.
6983         (gnus-update-marks): Clean up.
6984         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6985
6986 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6987
6988         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6989
6990 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-sum.el (gnus-auto-select-subject): New variable.
6993         (gnus-summary-best-unread-subject): New function.
6994         (gnus-summary-best-unread-article): Use it.
6995         (gnus-summary-first-unseen-subject): New function and command.
6996
6997         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6998         other treatments.
6999
7000         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7001         function.
7002
7003         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7004         from the list of hidden types.
7005
7006         * mm-view.el (mm-inline-text): Ditto.
7007         (mm-inline-text): Ditto.
7008         (mm-w3-prepare-buffer): Ditto.
7009
7010         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7011
7012 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * gnus-art.el (gnus-ignored-headers): Added more headers.
7015
7016 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
7017
7018         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
7019         once.
7020
7021 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
7024
7025 2001-12-28  Simon Josefsson  <jas@extundo.com>
7026
7027         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
7028         Jesper Harder <harder@ifa.au.dk>.
7029
7030 2001-12-27  Simon Josefsson  <jas@extundo.com>
7031
7032         * gnus-sum.el (gnus-select-newsgroup): Make
7033         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
7034         contain all articles (instead of none) when no seen marks have
7035         been set for the group.
7036         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
7037         instead, it seems to result in shorter ranges.
7038
7039 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7040
7041         * mm-util.el (mm-iso-8859-x-to-15-region): Use
7042         insert-before-markers.
7043         From Jesper Harder <harder@ifa.au.dk>
7044
7045 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
7046
7047         * nnmaildir.el (nnmaildir-save-mail): create the destination
7048         groups if they do not exist.
7049
7050 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
7053
7054 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * gnus-group.el (gnus-group-read-ephemeral-group): Call
7057         gnus-group-real-name.
7058
7059         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
7060         (gnus-newsgroup-variables): Ditto.
7061
7062         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
7063         return it.
7064
7065 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
7066
7067         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
7068         * nnmaildir.el (top-level): Add commentary.
7069         (nnmaildir-version): Indicate that nnmaildir is now a standard
7070         part of Gnus, not separately released.
7071
7072 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7073
7074         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7075         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7076         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7077         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7078
7079 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7080
7081         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7082
7083 2001-12-20  Simon Josefsson  <jas@extundo.com>
7084
7085         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7086         ZHU <zsh@cs.rochester.edu>.
7087         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7088         Brian P Templeton <bpt@tunes.org>.
7089
7090 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7091
7092         * nnmaildir.el: New file.
7093         From Paul Jarc <prj@po.cwru.edu>.
7094
7095 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * nndoc.el (nndoc-type-alist): Move forward to the end.
7098
7099 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7102         `dolist'.
7103
7104 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7105
7106         * gnus-win.el (gnus-frames-on-display-list): New function.
7107         (gnus-get-buffer-window): Use it.
7108
7109 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7110
7111         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7112
7113 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7114
7115         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7116
7117 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118            From Harald Meland <Harald.Meland@usit.uio.no>
7119
7120         * gnus-win.el (gnus-get-buffer-window): New function.
7121         (gnus-all-windows-visible-p): Use it.
7122
7123         * gnus-util.el (gnus-horizontal-recenter)
7124         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7125         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7126
7127         * gnus-score.el (gnus-score-insert-help): Use it.
7128
7129         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7130         (gnus-generate-tree, gnus-highlight-selected-tree)
7131         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7132         it.
7133
7134         * gnus-art.el (gnus-article-set-window-start)
7135         (gnus-mm-display-part, gnus-request-article-this-buffer)
7136         (gnus-button-next-page, gnus-button-prev-page)
7137         (gnus-article-button-next-page, gnus-article-button-prev-page):
7138         Use it.
7139
7140 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7141
7142         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7143         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7144         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7145
7146 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7147
7148         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7149         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7150         * mml1991.el, nnultimate.el: Add `coding'.
7151
7152 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7153
7154         * ChangeLog: changed coding to buffer-file-coding-system
7155         * ChangeLog.1: same
7156         * nnwfm.el: same
7157         * gnus-smiley.el: same
7158         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7159         * gnus-delay.el: same
7160         * gnus-spec.el: same
7161         * message.el: same
7162         * mml1991.el: same
7163         * nnultimate.el: same
7164
7165 2001-12-16  Simon Josefsson  <jas@extundo.com>
7166         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7167
7168         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7169         (gnus-summary-save-map): Add muttprint.
7170         (gnus-summary-make-menu-bar): Ditto.
7171         (gnus-summary-muttprint): New function.
7172
7173         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7174
7175 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7176
7177         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7178         temporary list instead of buffer.
7179
7180         * mm-url.el (executable-find): autoload.
7181
7182 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7183
7184         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7185         to variable, follow doc-string conventions).
7186
7187 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7188
7189         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7190         subscribe-level
7191         * gnus-topic.el (gnus-subscribe-topics): use it.
7192
7193 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7196         messages. (A small patch with indentation)
7197         From Sean Neakums <sneakums@zork.net>.
7198
7199         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7200         nil after shooting down the gnus-original-article-buffer.
7201
7202 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7203
7204         * uudecode.el (uudecode-use-external): New variable.
7205         (uudecode-decode-region): Automatically detect external program.
7206
7207         * binhex.el (binhex-use-external): New variable.
7208         (binhex-decode-region-internal): New function.
7209         (binhex-decode-region): Automatically detect external program.
7210
7211         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7212         Use them.
7213
7214 2001-12-12  Simon Josefsson  <jas@extundo.com>
7215
7216         * nnvirtual.el (nnvirtual-always-rescan)
7217         (nnvirtual-component-regexp): Fix doc.
7218
7219         * nnoo.el (defvoo): Add doc to defvoo variables.
7220
7221         * nnml.el (nnml-directory, nnml-active-file)
7222         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7223         (nnml-marks-is-evil, nnml-filenames-are-evil)
7224         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7225
7226         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7227         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7228         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7229         `error'.
7230
7231         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7232         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7233
7234         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7235         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7236         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7237         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7238
7239         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7240         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7241
7242         * imap.el, nnimap.el: Fix indentation.
7243
7244         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7245
7246 2001-12-12  Didier Verna  <didier@xemacs.org>
7247
7248         * gnus-msg.el (gnus-group-news): New function.
7249         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7250         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7251         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7252         for it.
7253         * gnus-msg.el (gnus-summary-news-other-window): New function.
7254         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7255         bind it to `i'.
7256         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7257         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7258         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7259         for it (called with a prefix).
7260         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7261         group-name argument.
7262         * gnus-msg.el (gnus-setup-message): use it.
7263
7264 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7265
7266         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7267
7268 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7269
7270         * mml.el (mime-to-mml): Remove Content-Disposition too.
7271
7272 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7275         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7276         strings only.
7277         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7278
7279 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7280
7281         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7282         (nnmail-fancy-expiry-target): Use it.
7283         Suggestions from Simon Josefsson <jas@extundo.com>.
7284
7285 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7286
7287         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7288
7289 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7290
7291         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7292
7293         * gnus-util.el (gnus-url-unhex-string): Move here.
7294
7295 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7296
7297         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7298         mm-url-decode-entities-nbsp.
7299
7300         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7301         * webmail.el, nnwfm.el: Use mm-url.
7302
7303         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7304         (mm-url-remove-markup): Move from nnweb.
7305         (mm-url-fetch-simple): Move from webmail.
7306
7307         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7308
7309 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7310
7311         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7312         (gnus-summary-print-article): Use it.
7313
7314         * gnus-util.el (gnus-replace-in-string): Typo.
7315
7316 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7317
7318         * nnweb.el (nnweb-replace-in-string): Removed.
7319
7320         * gnus-util.el (gnus-replace-in-string): New function.
7321         (gnus-mode-string-quote): Use it.
7322
7323         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7324         * nnwfm.el (nnwfm-create-mapping): Ditto.
7325
7326 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7327
7328         * dgnushack.el (dgnushack-compile): nnrss.el and
7329         nnslashdot.el don't depend on nnweb, url, w3.
7330
7331         * nnrss.el: Use mm-url.
7332
7333 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7334
7335         * mm-url.el (mm-url-insert-file-contents): Support file:.
7336
7337 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * mm-view.el: Lower case for the description line. Sync from the
7340         Emacs CVS.
7341
7342 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7343
7344         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7345         From:  Stefan Monnier  <monnier@cs.yale.edu>
7346
7347 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7350
7351 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7352
7353         * mm-url.el: Require executable.
7354         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7355
7356 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * pop3.el (pop3-munge-message-separator): Only use valid date.
7359         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7360
7361         * Makefile.in: gnus-load.elc may not be generated.
7362
7363 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7364
7365         * mm-url.el: New file.
7366         * nnslashdot.el: Use it.
7367         * mm-extern.el (mm-extern-url): Use it.
7368
7369 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7370
7371         * gnus-sum.el (gnus-summary-save-article): Nix
7372         gnus-display-mime-function and gnus-article-prepare-hook.
7373
7374         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7375         the beginning of lines.
7376         (gnus-complex-form-to-spec): Ditto.
7377
7378 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7379
7380         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7381         From Paul Jarc <prj@po.cwru.edu>.
7382
7383 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * message.el: New variable message-subscribed-address-file;
7386         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7387
7388 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7389
7390         * message.el (message-tab-body-function): Set to nil.
7391         (message-tab): Use text-mode-map or global-map.
7392         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7393
7394 2001-11-30  Simon Josefsson  <jas@extundo.com>
7395
7396         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7397         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7398         <christoph.conrad@gmx.de>.
7399         (gnus-agent-fetch-group-1): Add verbose message.
7400
7401 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7404         of integers.
7405
7406 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7407
7408         * message.el (message-newgroups-header-regexp)
7409         (message-completion-alist, message-tab-body-function): Use
7410         defcustom rather than defvar.
7411         (message-tab): Mention `message-tab-body-function' in doc.
7412         Suggested by Karl Eichwalder.
7413
7414 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7415
7416         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7417
7418 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7419
7420         * nnheader.el (nnheader-find-nov-line): Don't use macro
7421         gnus-delete-line.
7422
7423         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7424         (gnus-group-name-charset): Ditto.
7425
7426         * gnus-util.el (gnus-buffer-live-p): Ditto.
7427
7428 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7431         open parenthesis in doc.
7432         (sieve-manage-authenticator-alist): Typo in doc.
7433         * imap.el (imap-authenticator-alist): Typo in doc.
7434         (imap-stream-alist): Backslash.
7435
7436         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7437           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7438
7439 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7442
7443         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7444
7445         * gnus-msg.el (gnus-configure-posting-styles): use
7446         make-local-hook. Add LOCAL for add-hook.
7447
7448 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7449
7450         * message.el (message-mode): Use `make-local-hook' unless
7451         obsolete.
7452         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7453
7454 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * canlock.el: Remove sha1.el and base64.el stuff.
7457
7458 2001-11-26  Didier Verna  <didier@xemacs.org>
7459
7460         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7461         if needed.
7462
7463 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * message.el (message-tamago-not-in-use-p): New function.
7466         (message-strip-forbidden-properties): Use it.
7467
7468 2001-11-26  Didier Verna  <didier@xemacs.org>
7469
7470         * gnus-start.el (gnus-check-first-time-used): only check for
7471         existence of .el[d] files.
7472
7473 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7476
7477         * message.el (message-setup-1): Clean up mc-*.
7478
7479 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7482         * gnus-score.el (gnus-score-find-bnews): Use it.
7483
7484         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7485         (gnus-summary-limit-to-author): Ditto.
7486         (gnus-summary-limit-to-extra): Ditto.
7487         (gnus-summary-find-matching): Support not-matching argument.
7488
7489 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7490
7491         * message.el (message-wash-subject): Use `insert' rather than
7492         `insert-string', which is deprecated.
7493
7494 2001-11-24  Simon Josefsson  <jas@extundo.com>
7495
7496         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7497         message. (Gnus does not "default" to using 8bit for the message,
7498         it default to use 8bit encoding and the user-supplied CTE
7499         value. Calling this behaviour "treating it as 8bit" is perhaps
7500         better.)
7501
7502         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7503         (compare mm-charset-to-coding-system).
7504
7505 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7506
7507         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7508         buffer. Correctly decode hex.
7509
7510 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7511
7512         * gnus-agent.el (gnus-category-insert-line): Convert category
7513         names to strings.
7514
7515 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * message.el (sha1): eval-and-compile.
7518
7519 2001-11-20  Simon Josefsson  <jas@extundo.com>
7520
7521         * message.el (message-allow-no-recipients): New variable.
7522         (message-send): Use it, customize the prompting when posting to
7523         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7524
7525 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * mm-util.el (mm-coding-system-priorities): New variable.
7528         (mm-sort-coding-systems-predicate): New function.
7529         (mm-find-mime-charset-region): Resort coding systems if needed.
7530         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7531
7532 2001-11-20  Didier Verna  <didier@xemacs.org>
7533
7534         * gnus-group.el (gnus-group-make-help-group): new optional
7535         argument to control the error behavior.
7536         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7537         erroring.
7538
7539 2001-11-19  Simon Josefsson  <jas@extundo.com>
7540
7541         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7542         instead of C-c C-u.  Suggested by Per Abrahamsen
7543         <abraham@dina.kvl.dk>.
7544
7545 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7546
7547         * nnfolder.el (nnfolder-read-folder): Use group instead of
7548         nnfolder-current-group.
7549         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7550
7551 2001-11-17  Simon Josefsson  <jas@extundo.com>
7552
7553         * message.el (message-send): Ask user if Fcc/Gcc should be
7554         performed when no other sender was specified.
7555         Suggested by prj@po.cwru.edu (Paul Jarc).
7556
7557 2001-11-17  Simon Josefsson  <jas@extundo.com>
7558
7559         * message.el (message-mode, message-mode-map): Use C-c C-u for
7560         Importance: instead of C-c C-p (used by SC).
7561
7562 2001-11-16  Simon Josefsson  <jas@extundo.com>
7563
7564         * message.el (message-insert-importance-high)
7565         (message-insert-importance-low): Save point.
7566
7567         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7568         value.
7569
7570 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7571
7572         * message.el (message-strip-special-text-properties): New option.
7573         (message-strip-forbidden-properties): Obey it.
7574
7575 2001-11-14  Sam Steingold  <sds@gnu.org>
7576
7577         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7578
7579 2001-11-15  Simon Josefsson  <jas@extundo.com>
7580
7581         Support "Importance:" header in Message.
7582
7583         * message.el (message-mode-map): Bind C-c C-p to
7584         `message-insert-or-toggle-importance'
7585         (message-mode-menu): Add message-insert-importance-{high,low}.
7586         (message-insert-importance-high, message-insert-importance-low)
7587         (message-insert-or-toggle-importance): New functions.
7588         (message-tool-bar-map): Add {un,}important.
7589         (message-mode): Doc fix.
7590
7591 2001-11-15  Simon Josefsson  <jas@extundo.com>
7592
7593         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7594
7595         * mml.el (mml-menu): Fix toolbar tooltip.
7596
7597 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7600         * nnml.el (nnml-save-marks): Ditto.
7601
7602         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7603
7604 2001-11-15  Simon Josefsson  <jas@extundo.com>
7605
7606         * nnml.el (nnml-save-marks):
7607         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7608         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7609
7610 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7611
7612         * gnus-art.el (gnus-article-wash-status-strings): Use
7613         `copy-sequence', not `copy-seq'.
7614
7615 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7616
7617         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7618         (gnus-gnus-article-wash-status-entry): New function.
7619         (gnus-article-wash-status): Use it.
7620
7621 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7622
7623         * mml1991.el: Add coding header.
7624
7625 2001-11-12  Simon Josefsson  <jas@extundo.com>
7626
7627         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7628         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7629         `mml1991-sign' and `mml1991-encrypt'.
7630         (mml1991-encrypt, mml1991-sign): New glue functions.
7631         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7632
7633         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7634         (mml-menu): Add PGP to menu.
7635
7636         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7637         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7638         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7639         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7640
7641         * mml2015.el: Mention RFC 3156.
7642
7643         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7644
7645 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7646
7647         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7648
7649         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7650           From <Michael.Cook@cisco.com>
7651
7652 2001-11-11  Simon Josefsson  <jas@extundo.com>
7653
7654         * message.el (top-level): Autoload sha1.
7655         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7656         canlock, no need to require two different hash algs).  Suggested
7657         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7658
7659 2001-11-09  Simon Josefsson  <jas@extundo.com>
7660
7661         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7662         <Pavel@Janik.cz>.
7663
7664 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7665
7666         * message.el (message-point-in-header-p): New function.
7667         (message-do-auto-fill): Use it.
7668         (message-beginning-of-line): New function.  Goes to beginning of
7669         header value (i.e., end of header name), or to beginning of line
7670         if already at beginning of value.  Behaves like
7671         `beginning-of-line' when in message body.
7672         (message-mode-map): Bind it.
7673
7674 2001-11-08  Simon Josefsson  <jas@extundo.com>
7675
7676         * gnus-msg.el (gnus-posting-styles): Add doc.
7677
7678 2001-11-07  Simon Josefsson  <jas@extundo.com>
7679
7680         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7681
7682         * sieve-mode.el (sieve-control-commands-face)
7683         (sieve-control-commands-face, sieve-action-commands-face)
7684         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7685         faces.
7686         (sieve-font-lock-keywords): Use them.
7687         (sieve-mode): Only set font-lock-defaults in emacs.
7688
7689         * gnus-art.el (gnus-default-article-saver): Add
7690         gnus-summary-save-body-in-file.
7691         (gnus-summary-write-to-file): Fix doc.
7692
7693 2001-11-07  Simon Josefsson  <jas@extundo.com>
7694
7695         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7696         reference to the correct chapter in the manual.
7697
7698         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7699         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7700
7701 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7702
7703         * mml.el (mml-preview): Bind mail-header-separator.
7704
7705 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * message.el: Always require canlock.
7708         (message-ignored-supersedes-headers): Include Cancel-Lock and
7709         Cancel-Key.
7710         (message-insert-canlock): Don't require canlock.
7711         (message-cancel-news): Don't check whether canlock is available.
7712         (message-supersede): Support cancel-locks.
7713
7714         * gnus-art.el: Don't autoload canlock.
7715
7716 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7717
7718         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7719         From: <andre@slamdunknetworks.com>
7720
7721 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7722
7723         * many files: Fix copyright lines.
7724
7725 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7726
7727         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7728         Suggested by Dave Love  <fx@gnu.org>.
7729
7730 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7731
7732         * message.el (message-kill-buffer): Remove auto-save file after
7733         confirm.
7734
7735         * message.el (message-send-mail): Call message-generate-headers
7736         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7737
7738         * gnus-topic.el (gnus-topic-rename): Initial-input.
7739         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7740
7741 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7742
7743         * message.el (message-forbidden-properties): New constant.
7744         (message-strip-forbidden-properties): New function.
7745         (message-mode): Activate it.
7746
7747 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7750         (mm-hack-charsets): Fix doc.
7751
7752 2001-11-02  Simon Josefsson  <jas@extundo.com>
7753
7754         * gnus-int.el (gnus-check-server): Message "...done" when done.
7755
7756         * imap.el (imap-close): Don't message (imap-send-command-wait
7757         returns if the connection is dropped).
7758         (imap-wait-for-tag): Nix out message only when necessary.
7759
7760         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7761         for non-crossposting.
7762         (gnus-sieve-crosspost): Default to t to be consistent with other
7763         parts of Gnus.
7764
7765 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7768         (mm-iso-8859-x-to-15-table): Ditto.
7769         (mm-iso-8859-x-to-15-region): Ditto.
7770         (mm-find-mime-charset-region): Ditto.
7771
7772 2001-11-01  Simon Josefsson  <jas@extundo.com>
7773
7774         * nnimap.el (nnimap-close-asynchronous): New variable.
7775         (nnimap-close-group): Use it.
7776         (nnimap-expunge): Don't use it.
7777
7778         * imap.el (imap-callbacks): New variable.
7779         (imap-remassoc): Copied from `gnus-remassoc'.
7780         (imap-add-callback): New function.
7781         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7782         behaviour.
7783         (imap-parse-response): Call the callback.
7784
7785         * message.el (message-insert-canlock): New variable.
7786         (message-canlock-generate, message-canlock-password)
7787         (message-insert-canlock): New functions.
7788         (message-send-news): Call `message-insert-canlock'.
7789         (top-level): Require canlock when compiling.
7790         (message-insert-canlock): Require canlock before we need it.
7791
7792 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7793
7794         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7795
7796 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * dgnushack.el (dgnushack-make-load): A workaround for
7799         custom-add-loads bug in some versions of XEmacs.
7800
7801 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7802
7803         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7804
7805 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7806
7807         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7808         (mm-hack-charsets): New variable.
7809         (mm-iso-8859-15-compatible): New variable.
7810         (mm-iso-8859-x-to-15-table): New variable.
7811         (mm-find-mime-charset-region): Add parameter hack-charsets.
7812
7813         * mm-bodies.el (mm-encode-body): Use it.
7814         * mml.el (mml-parse-1): Ditto.
7815
7816 2001-11-01  Simon Josefsson  <jas@extundo.com>
7817
7818         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7819
7820 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7821
7822         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7823         is nil.
7824
7825 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7828
7829         * message.el (message-forward-rmail-make-body): Use
7830         save-window-excursion.
7831         (message-encode-message-body): Search with noerror.
7832         (message-setup-1): Convert compose-mail send-actions to
7833         message-send-actions.
7834
7835 2001-11-01  Simon Josefsson  <jas@extundo.com>
7836
7837         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7838         <yamaoka@jpl.org>.
7839
7840 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7841
7842         * sieve-manage.el (sieve-string-bytes): No complain.
7843
7844 2001-11-01  Simon Josefsson  <jas@extundo.com>
7845
7846         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7847         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7848         has autoload cookies, so no `require' should be necessary.)
7849
7850         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7851         files.
7852
7853 2001-10-31  Simon Josefsson  <jas@extundo.com>
7854
7855         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7856         parameter.
7857
7858         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7859         `display' is a number (and C-u wasn't used to enter group), only
7860         fetch that number of articles.
7861
7862 2001-10-31  Matt Armstrong  <matt@lickey.com>
7863
7864         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7865         not-subscribed -> subscribed.
7866
7867 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7868         From: Josh Huber <huber@alum.wpi.edu>
7869
7870         * message.el (message-subscribed-address-functions): New variable.
7871         (message-subscribed-addresses): New variable.
7872         (message-subscribed-regexps): New variable.
7873         (message-goto-mail-followup-to): New function.
7874         (message-send-mail): Add Mail-Followup-To.
7875         (message-make-mft): New function.
7876
7877         * gnus.el (gnus-find-subscribed-addresses): New function.
7878
7879 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7880
7881         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7882         (mail-source-fetch-pop): Ditto.
7883         (mail-source-check-pop): Ditto.
7884
7885         * gnus-start.el (gnus-read-init-file): Ditto.
7886         (gnus-activate-group): Ditto.
7887         (gnus-read-newsrc-el-file): Ditto.
7888
7889 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7890
7891         * message.el (message-get-reply-headers): Make sure there is ", ".
7892
7893         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7894         mm-coding-system-p. Don't correct it only in XEmacs.
7895         (mm-charset-to-coding-system): Use mm-coding-system-p and
7896         mm-get-coding-system-list.
7897         (mm-emacs-mule, mm-mule4-p): New variables.
7898         (mm-enable-multibyte, mm-disable-multibyte,
7899         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7900         mm-with-unibyte-current-buffer,
7901         mm-with-unibyte-current-buffer-mule4): Use them.
7902         (mm-find-mime-charset-region): Treat iso-2022-jp.
7903
7904         From  Dave Love  <fx@gnu.org>:
7905
7906         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7907         construction.
7908         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7909         entries conditional on not having a coding system defined for
7910         them.
7911         (mm-mule-charset-to-mime-charset): Use
7912         find-coding-systems-for-charsets if defined.
7913         (mm-charset-to-coding-system): Don't use
7914         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7915         later.  Add last resort search of coding systems.
7916         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7917         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7918         Mule 4.
7919         (mm-find-mime-charset-region): Re-write.
7920         (mm-with-unibyte-current-buffer): Restore buffer as well as
7921         multibyteness.
7922
7923 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7926         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7927         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7928
7929 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7932         again.
7933
7934         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7935
7936 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7937
7938         * gnus-spec.el (gnus-parse-simple-format): Use
7939           buffer-substring-no-properties.
7940
7941 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (article-verify-cancel-lock): New function.
7944
7945         * nnheader.el (nntp-process-response): New variable.
7946         (nnheader-init-server-buffer): Make `nntp-process-response'
7947         buffer-local in `nntp-server-buffer'.
7948
7949         * nntp.el (nntp-prepare-post-hook): New hook.
7950         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7951         (nntp-async-trigger): Ditto.
7952         (nntp-request-post): Insert a server's ID if there's no Message-ID
7953         header; run `nntp-prepare-post-hook'.
7954
7955 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7958         instead.
7959
7960         * message.el (message-forward-subject-author-subject): Don't use
7961         message-news-p, which widens the buffer.
7962         (message-forward-make-body): New function.
7963         (message-forward): Use it.
7964         (message-insinuate-rmail): New function.
7965         (message-forward-rmail-make-body): New function.
7966
7967 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7968
7969         * mm-extern.el (mm-extern): Provide it.
7970
7971         * mm-partial.el (mm-partial): Provide it.
7972
7973 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7974
7975         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7976
7977 2001-10-29  Simon Josefsson  <jas@extundo.com>
7978
7979         * mml.el (mml-preview): Bind message-this-is-news if it is
7980         news. From Jesper Harder <harder@myrealbox.com>.
7981
7982 2001-10-28  Simon Josefsson  <jas@extundo.com>
7983
7984         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7985
7986 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7987
7988         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7989         ironic smilies.
7990
7991 2001-10-27  Simon Josefsson  <jas@extundo.com>
7992
7993         * message.el (message-indent-citation): Don't add trailing
7994         whitespace when citing text.
7995
7996         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7997         <harder@ifa.au.dk>.
7998
7999 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8002         not available.
8003         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8004         (nnweb-type-definition): Add google as alias of dejanews.
8005         (nnweb-google-parse-1): Forward 1 line.
8006
8007 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8008
8009         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8010         variable `message-forward-ignored-headers'.
8011
8012 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8013
8014         * gnus.el (gnus-expand-group-parameter): New function.
8015         (gnus-expand-group-parameters): Call it.
8016         (gnus-group-fast-parameter): New function.
8017         (gnus-group-find-parameter): Call it.
8018
8019 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8020
8021         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
8022         vector (it didn't before because of a bug).
8023         * gnus-msg.el (gnus-post-news): Use header vector directly, if
8024         available.  Before it converted it to an article number.
8025
8026         This makes followup to news articles with negative numbers in
8027         nnvirtual groups use news instead of mail.
8028
8029 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8030
8031         * gnus.el (post-method): Use `native' instead of `nil'.
8032
8033         * gnus-msg.el (gnus-post-method): Ditto.
8034
8035 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
8036
8037         * gnus.el (gnus-define-group-parameter): Grammar fix.
8038
8039 2001-10-22  Simon Josefsson  <jas@extundo.com>
8040
8041         * gnus-msg.el (gnus-extended-version): Include
8042         system-configuration.
8043         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8044
8045 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8046
8047         * gnus.el (post-method): Customization fix: `native' is not a
8048         valid value.
8049         * gnus-msg.el (gnus-post-method): Doc and customization fix:
8050         `native' is not a valid value.
8051
8052 2001-10-21  Simon Josefsson  <jas@extundo.com>
8053
8054         * nnimap.el (nnimap): Defgroup
8055         (nnimap-strict-function, nnimap-strict-function-match): New
8056         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
8057         (nnimap-split-crosspost, nnimap-split-inbox)
8058         (nnimap-split-rule, nnimap-split-predicate)
8059         (nnimap-split-predicate): Defcustom.
8060         (nnimap-split-inbox, nnimap-expunge-search-string)
8061         (nnimap-importantize-dormant): Remove "*" from doc.
8062
8063 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8064
8065         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
8066         not supplied via prefix arg.  From Lisp, make arg mandatory.
8067         Suggested by Frank Schmitt.
8068
8069 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8070
8071         * message.el (message-do-auto-fill): Avoid calling
8072         'rfc822-goto-eoh'.
8073
8074 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8075         From Paul Jarc <prj@po.cwru.edu>.
8076
8077         * message.el (message-get-reply-headers): Restructure the logic
8078         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8079
8080 2001-10-20  Simon Josefsson  <jas@extundo.com>
8081
8082         * message.el (message-cancel-news): Support cancel-locks.
8083         Suggested by Per Abrahamsson.
8084
8085         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8086         conses.  From David Z Maze <dmaze@MIT.EDU>.
8087
8088         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8089
8090 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8091
8092         * mm-decode.el (mm-default-directory): Fix customize type.
8093
8094         * message.el (message-setup-fill-variables): Kludge to use
8095         normal-auto-fill-function even if auto fill is already activated.
8096
8097 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8098
8099         * message.el (message-do-auto-fill): New version that does not
8100         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8101         (message-setup-1): Removed the `message-field' property.
8102
8103         * gnus-draft.el (gnus-draft-edit-message): Removed the
8104         `message-field' property.
8105
8106 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8107
8108         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8109         `message-field'.  The `field' property has a special significance in
8110         Emacs 21.
8111
8112         * message.el (message-send, message-setup-1): Ditto.
8113
8114 2001-10-18  Simon Josefsson  <jas@extundo.com>
8115
8116         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8117         when undoing.
8118
8119 2001-10-18  Simon Josefsson  <jas@extundo.com>
8120         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8121
8122         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8123         (gnus-summary-make-menu-bar): Ditto.
8124
8125 2001-10-17  Simon Josefsson  <jas@extundo.com>
8126
8127         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8128         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8129
8130 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8133         * gnus-util.el (gnus-user-date): New function.
8134         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8135
8136 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8137
8138         * message.el (message-check-news-header-syntax): Special case
8139         nnvirtual groups.
8140
8141         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8142         customize type to `symbol'.
8143
8144 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8147         %&foo;.
8148         (gnus-parse-simple-format): Support user extended spec too.
8149         %u&foo; invokes gnus-user-format-function-foo.
8150
8151 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8152
8153         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8154         the server.
8155         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8156         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8157         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8158         * nndiary.el (nndiary-request-expire-articles): Ditto.
8159         (nndiary-schedule): Defsubst it before use it.
8160         (nndiary-error): eval-and-compile.
8161
8162 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8163
8164         * gnus-msg.el (gnus-post-method): Changed two instances of
8165         `active' to `current' and one `null' to `not'.
8166
8167 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8168         From Katsumi Yamaoka <yamaoka@jpl.org>.
8169
8170         * message.el (message-setup-fill-variables): Use
8171         `normal-auto-fill-function' instead of `auto-fill-function'.
8172
8173 2001-10-16  Simon Josefsson  <jas@extundo.com>
8174
8175         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8176         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8177         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8178
8179 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8180         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8181
8182         * gnus-draft.el (gnus-draft-edit-message): Add text property
8183         `field' with value `header' to message headers.
8184         * message.el (message-setup-1): Really add text property to all of
8185         the header, not just part of it.
8186
8187 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * gnus-group.el (gnus-group-sort-by-server): Use it.
8190
8191         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8192
8193         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8194         and keystroke.
8195
8196 2001-10-14  Simon Josefsson  <jas@extundo.com>
8197
8198         * dig.el: Doc fix.
8199
8200         * smime.el: Doc fix.
8201
8202         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8203         charset magic from message.el.
8204
8205 2001-10-12  Simon Josefsson  <jas@extundo.com>
8206         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8207
8208         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8209         'cite from g-a-wash-types.
8210         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8211         (gnus-article-hide-citation): Fix.
8212
8213         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8214         character.
8215         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8216
8217         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8218         definition.
8219         (gnus-signature-toggle): Toggle `s' mode line character.
8220
8221         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8222         doing stuff that clears it.
8223
8224 2001-10-12  Simon Josefsson  <jas@extundo.com>
8225
8226         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8227         From Eric Marsden <emarsden@laas.fr>.
8228
8229 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8232         (autoload): Add some autoloads.
8233
8234 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8235         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8236
8237         * message.el (message-do-auto-fill): New function.  Like
8238         `do-auto-fill' but don't fill when in the message header.
8239         (message-setup-1): Put a text property on the message header.
8240         (message-setup-fill-variables): Use `message-do-auto-fill'.
8241
8242 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * message.el (message-send-mail-partially): Insert an empty line
8245         first, because of the change of message-make-lines.
8246
8247 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8248
8249         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8250         iso-8859-15, make it an alias for iso-8859-1.
8251
8252 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * message.el (message-send-news): Don't modify the value of
8255         `message-syntax-checks' if it is not a list (possibly it is
8256         `dont-check-for-anything-just-trust-me').
8257
8258 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8261         `find-coding-system' for XEmacs to check whether the coding-system
8262         `utf-8' is available.
8263
8264 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8267
8268 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8269
8270         * message.el (message-send-news): Oops, missed case with no
8271         "Followup-To" header...
8272
8273 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8274
8275         * message.el (message-send-news): Allow
8276         `gnus-group-name-charset-group-alist' to affect encoding of the
8277         "Newsgroups" and "Followup-To" headers.
8278
8279 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * Makefile.in (install-el): Depend on gnus-load.el.
8282
8283 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8284
8285         * Makefile.in (install-el): Use -f.
8286         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8287
8288 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8289
8290         * message.el (message-send-news): Don't encode Followups-To when
8291         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8292
8293         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8294         header.
8295
8296         * gnus-art.el (article-decode-group-name): Also decode
8297         "Followup-To".
8298
8299         * rfc2047.el (rfc2047-encode-message-header): Encode without
8300         asking for null methods.
8301
8302         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8303         default charset for newsgroup names in accordance with USEFOR.
8304
8305         * gnus-group.el (gnus-group-name-charset-method-alist,
8306         gnus-group-name-charset-group-alist): Removed "*" from doc
8307         strings, "*" should not be used for complex variables.
8308
8309 2001-10-06  Simon Josefsson  <jas@extundo.com>
8310
8311         Support UTF-8 group names better.
8312
8313         * message.el (message-check-news-header-syntax): Encode group
8314         names before comparison.
8315
8316         * gnus-msg.el (gnus-copy-article-buffer): Run all
8317         `gnus-article-decode-hook's except `article-decode-charset'
8318         instead of hardcoding call to one of them.
8319
8320         * gnus-art.el (gnus-article-decode-hook): Add
8321         `article-decode-group-name'.
8322         (article-decode-group-name): New function, use `g-d-n'.
8323
8324         * gnus-group.el (gnus-group-insert-group-line): Decode
8325         gnus-tmp-group using `g-d-n'.
8326
8327         * gnus-util.el (gnus-decode-newsgroups): New function.
8328
8329 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8330
8331         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8332         `gnus-group-name-charset-group-alist'.
8333
8334 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8335
8336         * Makefile.in: Install el in install. Add uninstall.
8337
8338 2001-10-05  Simon Josefsson  <jas@extundo.com>
8339
8340         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8341
8342         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8343
8344         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8345         empty folders.
8346
8347         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8348         limiting if read-all (C-u RET) was used.
8349
8350 2001-10-04  Simon Josefsson  <jas@extundo.com>
8351
8352         * mail-source.el (mail-source-movemail-program): New variable.
8353         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8354         <thutt@thutt.vmware.com>.
8355
8356 2001-10-03  Simon Josefsson  <jas@extundo.com>
8357
8358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8359         (gnus-summary-line-format-alist): Fix param.
8360
8361 2001-10-02  Simon Josefsson  <jas@extundo.com>
8362
8363         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8364         don't go through `nnimap-request-expire-articles' to delete the
8365         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8366
8367 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8368
8369         * gnus-agent.el (gnus-agent-write-active): The min in the
8370         agent/active may be larger than that in the server/active.
8371
8372 2001-10-01  Simon Josefsson  <jas@extundo.com>
8373
8374         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8375         is IMAP4rev1.
8376
8377         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8378
8379         * nnfolder.el: Ditto.
8380
8381 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8382
8383         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8384         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8385
8386 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8387
8388         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8389         (message-mode-menu): Menu item for same.
8390
8391         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8392         delayed articles.
8393
8394         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8395         nndraft:delayed does not exist.
8396         (gnus-delay-initialize): Don't set up keymap, that's done from
8397         message.el now.
8398         (gnus-delay, gnus-delay-group, gnus-delay-header)
8399         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8400
8401 2001-09-29  Simon Josefsson  <jas@extundo.com>
8402
8403         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8404         utf-8, not eight-bit-control.
8405
8406         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8407         (imap-log, imap-debug): Custom.
8408         (imap-log-buffer, imap-debug-buffer): New constants.
8409         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8410         (imap-network-open, imap-shell-open, imap-starttls-open)
8411         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8412         (imap-debug): Use imap-*-buffer.
8413
8414         * nndoc.el (nndoc-article-type): Add mailman.
8415         (nndoc-type-alist): Ditto.
8416         (nndoc-mailman-type-p): New function.
8417
8418 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8419
8420         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8421         gnus-art.el.
8422
8423 2001-09-27  Simon Josefsson  <jas@extundo.com>
8424
8425         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8426         (gnus-topic-catchup-articles): New function. Suggested by Robin
8427         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8428
8429 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8430         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8431
8432         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8433         previous ones.
8434
8435 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436         From Daiki Ueno  <ueno@unixuser.org>
8437
8438         * gnus-sum.el (gnus-summary-show-article): The arglist of
8439         detect-coding-region is incompatible.
8440
8441 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8443
8444         * gnus-group.el (gnus-group-delete-group): Typo.
8445
8446 2001-09-26  Simon Josefsson  <jas@extundo.com>
8447
8448         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8449
8450         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8451
8452 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8455
8456 2001-09-22  Simon Josefsson  <jas@extundo.com>
8457
8458         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8459
8460         * nnfolder.el (nnfolder-open-marks): Ditto.
8461
8462         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8463         (gnus-update-marks): Use it.
8464         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8465         hardcoded list.
8466
8467         * gnus.el (gnus-article-special-mark-lists): Add killed.
8468         (gnus-article-unpropagated-mark-lists): New constant.
8469
8470 2001-09-22  Simon Josefsson  <jas@extundo.com>
8471
8472         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8473         custom option.
8474
8475 2001-09-23  Simon Josefsson  <jas@extundo.com>
8476
8477         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8478
8479 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8482
8483 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8484
8485         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8486         accept lists of functions.
8487
8488 2001-09-20  Simon Josefsson  <jas@extundo.com>
8489
8490         * gnus-group.el (gnus-group-catchup): Update expire marks in
8491         backend.  Also, if ALL also set expire marks on tick/dormant.
8492
8493 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8494
8495         * message.el (message-tab-body-function): New variable.
8496         * message.el (message-tab): Use it.
8497
8498 2001-09-19  Sam Steingold  <sds@gnu.org>
8499
8500         * gnus-win.el (gnus-buffer-configuration): Respect
8501         `gnus-bug-create-help-buffer'.
8502
8503 2001-09-18  Simon Josefsson  <jas@extundo.com>
8504
8505         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8506         (gnus-parse-simple-format): Re-revert.
8507
8508 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8509         Trivial patch.
8510
8511         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8512         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8513
8514 2001-09-18  Simon Josefsson  <jas@extundo.com>
8515
8516         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8517         signed.
8518         (gnus-parse-simple-format): Don't use it.
8519
8520 2001-09-17  Miles Bader  <miles@gnu.org>
8521
8522         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8523         error querying a backend abort the whole process.
8524
8525 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8526
8527         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8528         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8529
8530 2001-09-17  Didier Verna  <didier@xemacs.org>
8531
8532         * nndiary.el: version 0.2-b14.
8533         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8534         compatibility problem with XEmacs 21.1.
8535
8536 2001-09-15  Simon Josefsson  <jas@extundo.com>
8537
8538         * gnus-group.el (gnus-group-line-format): Document %c.
8539
8540         * nnml.el (nnml-parse-head): Handle CRLF files.
8541         (nnml-generate-nov-file): Ditto.
8542         (nnml-retrieve-headers): Ditto.
8543
8544 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8545
8546         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8547
8548 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8549
8550         * gnus-spec.el (gnus-correct-substring): Still stopped one
8551         character before we wanted (never included last character).
8552         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8553         add missing "," (once per function)
8554
8555 2001-09-14  Simon Josefsson  <jas@extundo.com>
8556
8557         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8558         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8559         default before gnus-group is loaded and the variable set.)
8560
8561         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8562         killed or unsent marks.
8563
8564         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8565         isn't an article to set it on (e.g. when you `a' in a group).
8566
8567 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8568
8569         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8570         can read e-mails from Microsoft Outlook users not using ISO
8571         8859-2 character set.
8572
8573 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8574
8575         * gnus-diary.el: Minor modifications to avoid warnings.
8576         (gnus-summary-misc-menu): defvar.
8577         (gnus-diary-check-message): Use gnus-point-at-eol.
8578         (gnus-diary-kill-entire-line): eval-and-compile.
8579
8580 2001-09-12  Didier Verna  <didier@xemacs.org>
8581
8582         * nndiary.el: new version (0.2-b13).
8583         * nndiary.el (nndiary-mail-sources): doc update.
8584         * nndiary.el (nndiary-split-methods): ditto.
8585         * nndiary.el (nndiary-request-accept-article-hooks): New.
8586         * nndiary.el (nndiary-request-accept-article): use it, check
8587         message validity.
8588         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8589         * nndiary.el (nndiary-schedule): fix bug (misplaced
8590         condition-case): it didn't return nil on error.
8591         * gnus-diary.el: new version.
8592         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8593         * gnus-diary.el (gnus-diary-header-value-history): New.
8594         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8595         * gnus-diary.el (gnus-diary-add-header): New.
8596         * gnus-diary.el (gnus-diary-check-message): New.
8597         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8598         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8599
8600 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8601
8602         * gnus-sum.el (gnus-select-newsgroup): Make
8603         `gnus-current-select-method' buffer-local.
8604
8605         * gnus-art.el (gnus-request-article-this-buffer): Refer
8606         `gnus-current-select-method' in the current summary buffer.
8607
8608 2001-09-10  Simon Josefsson  <jas@extundo.com>
8609         From Daniel Pittman <daniel@rimspace.net>
8610
8611         * gnus-spec.el (gnus-correct-pad-form): Fix.
8612
8613 2001-09-09  Simon Josefsson  <jas@extundo.com>
8614
8615         * mm-decode.el (mm-inline-media-tests): Add
8616         application/x-emacs-lisp.
8617         (mm-attachment-override-types): Add
8618         application/{x-,}pkcs7-signature.
8619
8620         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8621         (gnus-server-line-format, gnus-server-mode-line-format)
8622         (gnus-server-browse-in-group-buffer): Customize.
8623
8624 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * nnml.el (nnml-marks-changed-p): Typo.
8627         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8628         (nnml-marks-changed-p): Use gnus-gethash.
8629         (nnml-marks-modtime): Use gnus-make-hashtable.
8630
8631         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8632         (nnfolder-request-expire-articles, nnfolder-save-marks)
8633         (nnfolder-open-marks): Typo.
8634         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8635         (nnfolder-marks-changed-p): Use gnus-gethash.
8636         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8637
8638 2001-09-08  Simon Josefsson  <jas@extundo.com>
8639
8640         * nnfolder.el (nnfolder-marks-modtime): New variable.
8641         (nnfolder-marks-changed-p): New function.
8642         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8643         (nnfolder-request-update-info): Don't update if marks didn't change.
8644
8645         * nnml.el (nnml-marks-modtime): New variable.
8646         (nnml-marks-changed-p): New function.
8647         (nnml-save-marks, nnml-open-marks): Save modtime.
8648         (nnml-request-update-info): Don't update if marks didn't change.
8649
8650         * gnus-agent.el (gnus-agent-any-covered-gcc)
8651         (gnus-agent-add-server, gnus-agent-remove-server): Use
8652         gnus-agent-method-p.
8653
8654         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8655         (gnus-unbuttonized-mime-type-p): Use it.
8656
8657         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8658         fetch group.
8659
8660 2001-09-08  Simon Josefsson  <jas@extundo.com>
8661         From Daniel Pittman <daniel@rimspace.net>
8662
8663         * gnus-spec.el (gnus-correct-pad-form): New function.
8664         (gnus-parse-simple-format): Use it.
8665
8666 2001-09-07  Simon Josefsson  <jas@extundo.com>
8667
8668         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8669         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8670         Putnam <reader@newsguy.com>.
8671         (gnus-group-sort-selected-groups): Touch dribble file.
8672
8673 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8674
8675         * nnml.el (nnml-filenames-are-evil): New variable.
8676         (nnml-article-to-file-alist): Rename to ...
8677         (nnml-current-group-article-to-file-alist): ... this.
8678         Respect `nnml-filenames-are-evil'.
8679         (nnml-active-number): Update.
8680         (nnml-update-file-alist): Update.
8681         (nnml-request-article): Use nnheader-article-to-file-alist.
8682         (nnml-request-rename-group): Likewise.
8683
8684 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-sum.el (gnus-summary-insert-line): Fix.
8687
8688 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8689
8690         * gnus-sum.el: Bind g-s-t-s to "W g".
8691         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8692         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8693         display of graphical smilies.
8694
8695 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8696
8697         * gnus-start.el (gnus-setup-news): A typo.
8698         From Bill White <billw@wolfram.com>.
8699
8700 2001-09-06  Simon Josefsson  <jas@extundo.com>
8701
8702         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8703         and unseen marks.
8704
8705 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8706
8707         * nnmail.el (nnmail-split-fancy): Document `junk'.
8708
8709 2001-09-04  Simon Josefsson  <jas@extundo.com>
8710
8711         * imap.el (imap-search): Don't error if server is broken.
8712
8713 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8714
8715         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8716         searching for an article that isn't in the mbox.
8717
8718 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8721         right, and get all the comments.
8722
8723 2001-09-02  Simon Josefsson  <jas@extundo.com>
8724         Suggested by Dan Christensen <jdc+news@uwo.ca>
8725
8726         * nnfolder.el (nnfolder-request-update-info): Fix message.
8727
8728         * nnml.el (nnml-request-update-info): Ditto.
8729
8730 2001-09-01  Simon Josefsson  <jas@extundo.com>
8731
8732         * nnml.el (nnml-request-expire-articles): Also bind
8733         `nnml-current-group' and `nnml-article-file-alist' when using
8734         expiry-target. (Otherwise nnml will be in a inconsistent internal
8735         state causing all kind of problems.)
8736         (nnml-request-expire-articles): If `nnml-article-to-file' or
8737         `file-attributes' failes, return article as un-expirable instead
8738         of treating it as expired.
8739
8740 2001-08-31  Sam Steingold  <sds@gnu.org>
8741
8742         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8743         typo: `exmine' --> `examine'.
8744
8745 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8748
8749 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8750
8751         * nnml.el (nnml-check-directory-twice): Remove.
8752         (nnml-retrieve-headers): Ditto.
8753         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8754
8755 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8756
8757         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8758         directory twice on Windows, or on GNU Emacs-21.
8759
8760 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8761
8762         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8763         (nnml-request-rename-group): Ditto.
8764         (nnml-active-number): Ditto.
8765         (nnml-request-create-group): Use nnml-directory-articles.
8766         (nnml-request-expire-articles): Use nnml-directory-articles, which
8767         gets list from nov database if available.
8768         (nnml-get-nov-buffer): New function.
8769         (nnml-open-nov): Use it.
8770         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8771         gets alist from nov database if available.
8772         (nnml-directory-articles): New function.
8773         (nnml-article-to-file-alist): New function.
8774
8775 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8776
8777         * mm-decode.el (mm-display-external): Use `name' as filename, if
8778         `filename' attribute is not present.
8779
8780 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8781
8782         * mail-source.el (mail-source-flash): New defcustom.
8783         (mail-source-new-mail-p): Ring visible bell if appropriate.
8784         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8785         timer is cleared even if mail check signals an error.
8786
8787 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8790         type 'list.
8791
8792 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * flow-fill.el (fill-flowed): eol might be point-max.
8795
8796 2001-08-27  Simon Josefsson  <jas@extundo.com>
8797
8798         * nnml.el (nnml-request-update-info): Fix message.
8799         (nnml-open-marks): Ditto.
8800
8801         * nnfolder.el (nnfolder-request-update-info):
8802         (nnfolder-open-marks): Fix message.
8803
8804 2001-08-25  Simon Josefsson  <jas@extundo.com>
8805
8806         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8807         after group in ~/.
8808
8809 2001-08-25  Simon Josefsson  <jas@extundo.com>
8810         From Andreas Jaeger  <aj@suse.de>
8811
8812         * nnfolder.el (nnfolder-open-marks): Fix typo.
8813         * nnml.el (nnml-open-marks): Likewise.
8814
8815 2001-08-25  Simon Josefsson  <jas@extundo.com>
8816
8817         Make nnfolder groups self-contained as far as marks are concerned.
8818
8819         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8820         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8821         (nnfolder-open-server): Make marks directory.
8822         (nnfolder-request-delete-group): Delete marks file.
8823         (nnfolder-request-delete-group): Check of nov/marks file exist
8824         before deleting.
8825         (nnfolder-request-rename-group): Rename marks file.
8826         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8827         (nnfolder-request-set-mark, nnfolder-request-update-info)
8828         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8829         (nnfolder-open-marks): New functions.
8830         (top-level): Require gnus.
8831
8832 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * nnweb.el (nnweb-type-definition): Use google raw file.
8835         (nnweb-google-parse-1): Ditto.
8836         (nnweb-google-identity): Ditto.
8837         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8838         (nnweb-altavista-wash-article): Ditto.
8839         (nnweb-request-article): Remove nnweb-decode-entities.
8840
8841         * nnml.el: Require 'gnus.
8842
8843 2001-08-25  Simon Josefsson  <jas@extundo.com>
8844
8845         * nnml.el (nnml-marks-is-evil): Add doc.
8846
8847 2001-08-25  Simon Josefsson  <jas@extundo.com>
8848
8849         * nnml.el (nnml-save-marks): Wrap saving marks in a
8850         condition-case, to allow user to start Gnus if saving marks failed
8851         for some reason.
8852
8853 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8856
8857         * gnus-group.el (gnus-update-group-mark-positions): Bind
8858         gnus-group-update-hook to nil.
8859
8860 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * mml.el (mml-generate-mime-1): Force as multibyte string.
8863
8864 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * gnus-sum.el (gnus-summary-insert-line)
8867         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8868         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8869
8870         * gnus-spec.el (gnus-correct-substring): Take optional END.
8871
8872         * nnrss.el (nnrss-request-article): Remove \n.
8873         (nnrss-retrieve-headers): Lines number is -1.
8874
8875 2001-08-24  Simon Josefsson  <jas@extundo.com>
8876
8877         * gnus-group.el (gnus-info-clear-data): Call
8878         nnfoo-request-set-mark to propagate marks.  Fix bug:
8879         `gnus-group-update-line' doesn't update read range unless we call
8880         `gnus-get-unread-articles-in-group' first.
8881
8882         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8883         to server.
8884
8885 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * gnus-util.el (gnus-create-info-command): Return an interactive
8888         function.
8889
8890 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8891         From Katsumi Yamaoka <yamaoka@jpl.org>
8892
8893         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8894
8895 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * gnus-sum.el (gnus-select-newsgroup): Use it.
8898
8899         * gnus-util.el (gnus-not-ignore): New function.
8900
8901         * lpath.el (featurep): Don't fbind char-int.
8902
8903         * gnus-util.el (gnus-create-info-command): New function.
8904
8905         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8906         right node.
8907
8908         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8909         (gnus-summary-limit-children): Use 'identity instead of `all'.
8910         (gnus-summary-limit-to-display-predicate): New command and
8911         keystroke.
8912
8913 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8916
8917         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8918
8919 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * gnus-spec.el: Add the Gnus version.
8922         (gnus-update-format-specifications): If the Gnus version changes,
8923         nix out the format spec cache.
8924
8925         * gnus.el (gnus-continuum-version): Made into a command and
8926         optionalize the VERSION.
8927
8928         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8929         the start of the lines.
8930
8931 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * gnus.el (gnus-visual-p): Define function before use of
8934         function.
8935
8936 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8939         (gnus-article-mark-to-type): New function.
8940         (gnus-update-missing-marks): Only update marks of type 'list.
8941
8942         * gnus.el (gnus-article-special-mark-lists): New variable.
8943
8944 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8947         (gnus-select-newsgroup): Still use 'all.
8948         (gnus-summary-initial-limit): Comparing with 'all.
8949
8950 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8953         active.
8954
8955 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8958         nnslashdot-*-retrieve-headers.
8959         (nnslashdot-request-article): Fix for slashcode 2.2.
8960         (nnslashdot-make-tuple): New function.
8961         (nnslashdot-read-groups): Use it.
8962
8963 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8966         list.
8967
8968         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8969
8970 2001-08-20  Simon Josefsson  <jas@extundo.com>
8971
8972         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8973         opened, error instead of continuing (and exploding later).
8974
8975 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * gnus.el (gnus-expand-group-parameters): Return the parameter
8978         list.
8979
8980         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8981         (gnus-summary-show-article): Guess at charset if required.
8982
8983         * gnus-spec.el (gnus-correct-substring): Stopped one character
8984         before we wanted.
8985
8986 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8987
8988         * earcon.el (earcon-auto-play): Remove unused option.
8989
8990 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8993         message down in levels, since it happens very fast.
8994
8995         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8996         of smiley-regexp-alist.
8997
8998         * mm-view.el (mm-inline-text): Ignore vcard errors.
8999
9000         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9001
9002         * gnus-score.el (gnus-all-score-files): Use append instead of
9003         nconc.
9004
9005         * gnus.el (gnus-splash-face): Doc fix.
9006
9007         * mm-decode.el (mm-mailcap-command): Use
9008         mm-path-name-rewrite-functions.
9009         (mm-path-name-rewrite-functions): New variable.
9010
9011         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
9012         (gnus-complex-form-to-spec): Insert tab.
9013         (gnus-spec-tab): New function.
9014
9015         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
9016         entering the group.
9017
9018         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
9019         the positional spec.
9020         (gnus-parse-complex-format): React to %C.
9021
9022         * gnus-ems.el (gnus-char-width): Moved here.
9023
9024         * gnus-sum.el (gnus-select-newsgroup): Set
9025         gnus-newsgroup-articles.
9026         (gnus-unseen-mark): New variable.
9027         (gnus-newsgroup-unseen): Ditto.
9028         (gnus-newsgroup-seen): Ditto.
9029         (gnus-adjust-marked-articles): Use them.
9030         (gnus-update-marks): Use them.
9031         (gnus-summary-update-secondary-mark): Display.
9032         (gnus-summary-prepare-threads): Display.
9033
9034         * gnus-msg.el (gnus-inews-group-method): Use and return the
9035         method, not the server.
9036
9037 2001-08-19  Simon Josefsson  <jas@extundo.com>
9038
9039         * gnus-srvr.el (gnus-server-agent-face): New.
9040         (gnus-server-agent-face): New.
9041         (gnus-server-mode): Turn on font-lock-mode.
9042
9043         * gnus.el (gnus-server-visual): Add defgroup.
9044
9045 2001-08-19  Simon Josefsson  <jas@extundo.com>
9046         From Joe Casadonte <jcasadonte@northbound-train.com>
9047
9048         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
9049         gnus-server-denied-face): New.
9050         (gnus-server-opened-face, gnus-server-closed-face,
9051         gnus-server-denied-face): New.
9052         (gnus-server-font-lock-keywords): Add.
9053
9054 2001-08-19  Simon Josefsson  <jas@extundo.com>
9055
9056         * nnml.el (nnml-request-set-mark): Return nil.
9057         (nnml-save-marks): Use nnml-possibly-create-directory.
9058         (nnml-open-marks): Only work in temp buffer when inserting/reading
9059         .marks file.
9060
9061 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9062
9063         * gnus.el (gnus-expand-group-parameters): Fix.
9064
9065         * gnus-spec.el (gnus-char-width): New function.
9066         (gnus-correct-substring, gnus-correct-length): Use it.
9067
9068         * message.el (message-required-mail-headers): Fix doc.
9069
9070 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9073
9074         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9075
9076 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9079         slashdot 2.2 (not fully fixed yet).
9080         (nnslashdot-request-article): Ditto.
9081
9082 2001-08-18  Simon Josefsson  <jas@extundo.com>
9083
9084         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9085         nnimap.
9086
9087         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9088         gnus-util.
9089         (nnimap-request-update-info-internal): Use new functions.
9090
9091         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9092         new functions.
9093
9094 2001-08-18  Simon Josefsson  <jas@extundo.com>
9095
9096         Make nnml groups self-contained as far as marks are concerned.
9097
9098         * nnml.el (nnml-request-delete-group): Delete marks file.
9099         (nnml-request-rename-group): Move marks file.
9100         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9101         variables.
9102         (nnml-request-set-mark, nnml-request-update-info): New server
9103         functions.
9104         (nnml-save-marks, nnml-open-marks): New functions.
9105
9106 2001-08-18  Simon Josefsson  <jas@extundo.com>
9107
9108         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9109         `set' when setting marks.
9110
9111 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * gnus.el (gnus-info-find-node): Take an argument.
9114
9115         * gnus-art.el (gnus-button-handle-info): New function.
9116         (gnus-url-unhex-string): Replace "+" with " ".
9117
9118 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9119
9120         * message.el (message-check-news-header-syntax): Check bad From.
9121
9122 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * gnus-spec.el (gnus-correct-length): New function.
9125         (gnus-correct-substring): New function.
9126         (gnus-tilde-max-form): Use it.
9127
9128 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9129
9130         * nnmh.el: Docstring changes as below.
9131
9132         * nnml.el: Docstring changes as below.
9133
9134         * nnbabyl.el: Docstring changes as below.
9135
9136         * nnmbox.el: Docstring changes as below.
9137
9138         * nnfolder.el: Added docstrings identifying each virtual server
9139         parameter.
9140
9141 2001-08-18  Simon Josefsson  <jas@extundo.com>
9142
9143         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9144
9145 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9146
9147         * message.el: rename "Abort Message" to "Postpone Message".
9148         Remove "Attach file as MIME" from Message menu, it's already in
9149         the MIME menu.
9150
9151 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9152
9153         * smime.el (smime-point-at-eol): eval-and-compile.
9154         (smime-make-temp-file): New function.
9155         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9156         Use it.
9157
9158 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9161         (gnus-agent-summary-fetch-group): New command and keystroke.
9162
9163         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9164         (gnus-mime-display-security): Make it respect
9165         gnus-unbuttonized-mime-type-p.
9166
9167         * gnus-sum.el (gnus-articles-to-read): Comments.
9168         (gnus-article-marked-p): New function.
9169         (gnus-summary-display-make-predicate): New function.
9170         (gnus-select-newsgroup): Use them.
9171
9172         * mm-decode.el (mm-save-part-to-file): Made it not error.
9173
9174 2001-08-17  Simon Josefsson  <jas@extundo.com>
9175
9176         * imap.el (imap-wait-for-tag): If process-status isn't open or
9177         run, return nil instead of sit-for looping.
9178
9179 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * lpath.el (featurep): fbind xml-parse-region.
9182
9183         * gnus.el (gnus-message-archive-method): Default to "archive".
9184         (gnus-message-archive-method): Doc fix.
9185         (gnus-parameters-get-parameter): Cleaned up.
9186         (gnus-expand-group-parameter): New function.
9187
9188         * gnus-start.el (gnus-setup-news): Push the archive server only
9189         the server list.
9190
9191         * mml.el (mml-menu): Changed name to "Attachments".
9192
9193         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9194         when there is something to detroy.
9195
9196 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9199         nil.
9200
9201 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9202
9203         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9204         which specifies a time today or tomorrow.
9205
9206 2001-08-15  Simon Josefsson  <jas@extundo.com>
9207         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9208
9209         * gnus-agent.el (gnus-agent-make-mode-line-string)
9210         (gnus-agent-toggle-plugged): Use new API.
9211
9212 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9213
9214         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9215         deadline has expired.
9216
9217 2001-08-12  Simon Josefsson  <jas@extundo.com>
9218         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9219
9220         Support `recent' mark indicating newly arrived messages (to
9221         separate from old but unread messages).
9222
9223         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9224         `nnmail-split-history' if recent is > 0.
9225         (nnimap-request-update-info-internal): Update `recent' marks.
9226         (nnimap-request-set-mark): Never set `recent' marks.
9227         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9228         recent.
9229
9230         * gnus-sum.el (gnus-recent-mark): New mark.
9231         (gnus-newsgroup-recent): New variable.
9232         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9233         (gnus-summary-prepare-threads): Mark recent articles.
9234         (gnus-summary-add-mark): Support recent.
9235         (gnus-summary-update-secondary-mark): Support recent.
9236
9237         * gnus.el (gnus-article-mark-lists): Add recent.
9238
9239 2001-08-12  Simon Josefsson  <jas@extundo.com>
9240
9241         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9242         whether successful decoding took place.  Add doc.
9243
9244 2001-08-12  Simon Josefsson  <jas@extundo.com>
9245         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9246
9247         * gnus.el (gnus-summary-line-format, gnus-parameters):
9248         * gnus-gl.el (gnus-summary-grouplens-line-format):
9249         * gnus-salt.el (gnus-summary-pick-line-format):
9250         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9251
9252 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9253         Committed by Kai Gro\e,b_\e(Bjohann.
9254
9255         * gnus-score.el (gnus-score-string): Fix `match' regexp
9256         for `extra' header case.
9257
9258 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * nnmbox.el (nnmbox-read-mbox): No warning.
9261
9262 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * nndoc.el (nndoc-article-type): Fix doc.
9265         (nndoc-generate-article-function): New variable.
9266         (nndoc-dissection-function): New variable.
9267         (nndoc-type-alist): Add oe-dbx.
9268         (nndoc-oe-dbx-type-p): New function.
9269         (nndoc-oe-dbx-dissection): New function.
9270         (nndoc-oe-dbx-generate-article): New function.
9271
9272 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9273
9274         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9275         whether deadline has been reached.  Patch from Dan Nicolaescu
9276         <dann@godzilla.ics.uci.edu>.
9277
9278 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9279
9280         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9281         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9282         <rintaman@cs.Helsinki.FI>.
9283
9284         * mail-source.el (mail-source-movemail): The error buffer is
9285         modified, but nothing in it.
9286
9287 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288
9289         * message.el (message-bogus-system-names): New variable.
9290         (message-make-fqdn): Use it.
9291
9292 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9293
9294         * nndraft.el (nndraft-request-group): Use
9295         nndraft-auto-save-file-name.
9296
9297 2001-08-09  Simon Josefsson  <jas@extundo.com>
9298
9299         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9300         Don't ask whether to decrypt.  Just leave result in buffer (don't
9301         call mm).
9302
9303         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9304         parts as well.
9305         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9306         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9307
9308 2001-08-09  Simon Josefsson  <jas@extundo.com>
9309
9310         * mm-decode.el (mm-insert-part): Return decoding success status.
9311         (mm-save-part-to-file): Error if decoding failed.
9312
9313 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * message.el (message-tab): Use indent-relative.
9316         (message-mode): Don't bind indent-line-function to indent-relative.
9317
9318 2001-08-09  Simon Josefsson  <jas@extundo.com>
9319
9320         * message.el (message-get-reply-headers): Fix string. Suggested by
9321         Christoph Conrad <cc@cli.de>.
9322
9323 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * message.el (message-tab): Use the current value of
9326         indent-line-function.
9327         (message-mode): Bind indent-line-function to indent-relative.
9328
9329 2001-08-08  Simon Josefsson  <jas@extundo.com>
9330
9331         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9332         whether `imtest' is installed.
9333
9334 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9336
9337         * gnus-sum.el (gnus-summary-show-article): Call
9338         gnus-summary-update-secondary-secondary-mark.
9339         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9340         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9341
9342 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9345
9346         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9347
9348         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9349         <gerd@gnu.org>.
9350
9351         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9352
9353         * gnus-util.el (gnus-output-to-rmail): Ditto.
9354         (gnus-output-to-mail): Ditto.
9355
9356         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9357
9358 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9359
9360         * message.el (message-indent-citation): Use
9361         `message-yank-cited-prefix' for empty lines.
9362
9363 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9364
9365         * message.el (message-indent-citation): Quote only lines starting
9366         with ">" using `message-yank-cited-prefix'.
9367
9368 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9369         Trivial patch.
9370
9371         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9372         gnus-cache-fully-p.
9373
9374 2001-08-04  Simon Josefsson  <jas@extundo.com>
9375
9376         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9377         file if it doesn't exist (by calling gnus-cache-read-active).
9378
9379 2001-08-04  Simon Josefsson  <jas@extundo.com>
9380
9381         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9382         (gnus-cache-passively-or-fully-p): Removed.
9383         (gnus-cache-fully-p): Fix it.
9384
9385         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9386
9387 2001-08-04  Simon Josefsson  <jas@extundo.com>
9388
9389         * gnus-cache.el (gnus-cache-fully-p)
9390         (gnus-cache-passively-or-fully-p): New functions.
9391         (gnus-cache-possibly-enter-article): Cosmetic change, use
9392         `g-c-p-o-f-p'.
9393         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9394         was bogus (`g-c-p-a-a' does not change active info, just change
9395         the functions parameters).
9396         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9397         not removed in groups that match `gnus-uncacheable-groups'.
9398
9399         Reported and modifications based on discussions with Nuutti
9400         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9401
9402 2001-08-04  Simon Josefsson  <jas@extundo.com>
9403         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9404
9405         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9406         calls `gnus-cache-update-active' if bounds has been extended.
9407
9408 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9409
9410         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9411         before remove.
9412         (gnus-mime-security-show-details): Ditto.
9413
9414 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9415
9416         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9417         syntax.  Protect string-match against nil string and regexp.
9418
9419 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * mm-util.el (mm-find-charset-region): Remove control-1.
9422
9423 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424
9425         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9426
9427 2001-08-04  Simon Josefsson  <jas@extundo.com>
9428
9429         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9430         buffer.  Delete MIME-Version header.
9431
9432 2001-08-03  Simon Josefsson  <jas@extundo.com>
9433
9434         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9435         that is entered does not necessarily have the highest article
9436         number in the group, so use `gnus-cache-possibly-alter-active'
9437         instead of `gnus-cache-update-active'.
9438
9439 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9440
9441         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9442
9443 2001-08-03  Simon Josefsson  <jas@extundo.com>
9444
9445         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9446         menu.
9447
9448 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus.el (post-method): New group parameter.  It also provides
9451         the user option `gnus-post-method-alist' and the internal function
9452         `gnus-parameter-post-method'.
9453
9454         * gnus-msg.el (gnus-post-method): Bind the value of
9455         `gnus-post-method' to the group parameter if it is defined.
9456
9457 2001-08-02  Simon Josefsson  <jas@extundo.com>
9458
9459         * smime.el (smime-extra-arguments): Removed.
9460         (smime-call-openssl-region): Don't use it.
9461
9462 2001-08-02  Simon Josefsson  <jas@extundo.com>
9463
9464         * smime.el (smime-sign-region): Handle stderr.
9465         (smime-encrypt-region): Ditto.
9466
9467         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9468         match the ASN.1 length bytes.
9469         (mm-pkcs7-enveloped-magic): Ditto.
9470         (mm-view-pkcs7-get-type): Don't regexp quote.
9471
9472 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473         From Andreas Fuchs <asf@void.at>
9474
9475         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9476
9477 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * gnus-art.el (gnus-header-button-alist): References regexp.
9480
9481 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9482
9483         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9484         already fboundp.  Add INTERACTIVE arg to autoload form.
9485
9486 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9489
9490         * nnmail.el (nnmail-cache-open): Ditto.
9491
9492 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9495
9496 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9499
9500 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9502
9503         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9504         (gnus-agent-toggle-plugged): Use it.
9505
9506 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9509         (gnus-ding-file-coding-system): New variable.
9510         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9511         (gnus-slave-save-newsrc): Use it.
9512
9513 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9514
9515         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9516         syntax.
9517
9518 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9519         Originally from Andreas Fuchs <asf@void.at>
9520
9521         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9522         (mml2015-gpg-pretty-print-fpr): New function.
9523         (mml2015-gpg-extract-signature-details): More details, rename from
9524         `m-g-e-from'.
9525         (mml2015-gpg-verify): Use them.
9526         (mml2015-gpg-clear-verify): Use them.
9527
9528 2001-07-31  Simon Josefsson  <jas@extundo.com>
9529
9530         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9531         buffer when done.
9532
9533 2001-07-30  Simon Josefsson  <jas@extundo.com>
9534
9535         * smime.el (smime-call-openssl-region): Revert previous change,
9536         just pass on buf to `call-process-region'.
9537         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9538         `smime-new-details-buffer'.  Inserts error messages into buffer.
9539         (smime-noverify-region): Ditto.
9540         (smime-decrypt-region): Ditto.  Handles stderr separately.
9541         (smime-verify-buffer, smime-noverify-buffer)
9542         (smime-decrypt-buffer): Doc fix.
9543         (smime-new-details-buffer): New function.
9544         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9545         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9546         (smime-sign-region, smime-encrypt-region): Don't use
9547         `insert-buffer'.
9548
9549         * mml-smime.el (mml-smime-verify): Fix security button strings.
9550
9551 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9554         gnus-article-mime-handles.
9555
9556 2001-07-29  Simon Josefsson  <jas@extundo.com>
9557
9558         * mail-source.el (top-level): Require message for message-directory.
9559         (mail-source-directory): Change default to message-directory.
9560
9561         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9562         (smime-certificate-directory, smime-openssl-program)
9563         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9564         (smime-extra-arguments): New variable.
9565         (smime-dns-server): Fix customize group.
9566         (smime-call-openssl-region): Use `smime-extra-arguments'.
9567
9568 2001-07-29  Simon Josefsson  <jas@extundo.com>
9569         From Vladimir Volovich <vvv@vsu.ru>
9570
9571         * smime.el (smime-call-openssl-region): Ignore stderr.
9572
9573 2001-07-29  Simon Josefsson  <jas@extundo.com>
9574         From Christoph Conrad <christoph.conrad@gmx.de>
9575
9576         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9577         file.
9578
9579 2001-07-29  Simon Josefsson  <jas@extundo.com>
9580
9581         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9582
9583         Support S/MIME decryption.
9584
9585         * mm-decode.el (mm-inline-media-tests):
9586         (mm-inlined-types):
9587         (mm-automatic-display):
9588         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9589
9590         * mm-view.el (mm-pkcs7-signed-magic):
9591         (mm-pkcs7-enveloped-magic): New variables.
9592         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9593         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9594         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9595         PKCS#7 blobs.
9596
9597         * smime.el (smime-decrypt-region): Expand keyfile.
9598
9599 2001-07-29  Simon Josefsson  <jas@extundo.com>
9600
9601         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9602         `ssl.el' variables.
9603
9604         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9605         but line instead of narrowing to it, because `nnmail-parse-active'
9606         calls widen.  Thanks to Christoph Conrad
9607         <christoph.conrad@gmx.de>.
9608
9609 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9610
9611         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9612         for %B spec.
9613
9614         * gnus-sum.el (gnus-summary-prepare-threads): If
9615         gnus-sum-thread-tree-root is nil, use subject instead.
9616         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9617         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9618         (gnus-sum-thread-tree-leaf-with-other)
9619         (gnus-sum-thread-tree-single-leaf): Documentation.
9620         (gnus-sum-thread-tree-single-indent): Allow nil.
9621
9622 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623
9624         * message.el (message-fill-paragraph): Do nothing if the user
9625         wants filladapt-mode.
9626
9627 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9628
9629         * mm-decode.el (mm-image-type-from-buffer): New function.
9630         (mm-get-image): Use it.
9631
9632 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633
9634         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9635
9636         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9637         mm-display-parts too.
9638
9639 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * nnfolder.el (nnfolder-request-accept-article): Bind
9642         nntp-server-buffer.
9643
9644         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9645         nntp-server-buffer.
9646
9647 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * message.el (message-check-news-header-syntax): Use
9650         message-post-method.
9651         (message-send-news): Bind message-post-method.
9652
9653 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9654
9655         * mml.el (mml-tweak-type-alist): New variable.
9656         (mml-tweak-function-alist): New variable.
9657         (mml-tweak-part): New function.
9658         (mml-generate-mime-1): Use it.
9659
9660 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661
9662         * nnfolder.el (nnfolder-request-accept-article): Replace
9663         nnfolder-request-list.
9664
9665 2001-07-27  Simon Josefsson  <jas@extundo.com>
9666
9667         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9668         nnoo-change-server failed to do it.
9669
9670 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9671
9672         * gnus.el (gnus-parameters): Make it customizable.
9673
9674 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9677
9678         * message.el (message-set-auto-save-file-name): More
9679         poor-system-types.
9680
9681         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9682
9683         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9684         supports +.
9685
9686 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687
9688         * mm-decode.el (mm-readable-p): New function.
9689         (mm-inline-media-tests): Fix the default testers.
9690
9691 2001-07-26  Simon Josefsson  <jas@extundo.com>
9692
9693         * nnimap.el (nnimap-version): Bump version number.
9694
9695 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9696         From Steven E. Harris <seh@speakeasy.org>
9697
9698         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9699         in M$Windows too.
9700
9701 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9702
9703         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9704
9705 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9706
9707         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9708
9709         * mm-decode.el (mm-get-image): Guess then use the type.
9710
9711         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9712
9713 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9714
9715         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9716         display (%B) for threads if threading is off.
9717
9718 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9719         From Henrik Enberg <henrik@enberg.org>
9720
9721         * gnus-msg.el: Customization patch.
9722
9723 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9724
9725         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9726         variable.
9727         (nnmail-split-fancy-with-parent): Ignore certain groups.
9728
9729 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * gnus-util.el (gnus-byte-compile): New function.
9732         (gnus-use-byte-compile): New variable.
9733         (gnus-make-sort-function): Use it.
9734
9735         * nnmail.el (nnmail-get-new-mail): Use it.
9736
9737         * gnus-agent.el (gnus-category-make-function): Simple function or
9738         compiled function.
9739         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9740
9741         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9742         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9743         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9744
9745         * message.el (message-check-news-header-syntax): Remove quote.
9746
9747 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9748
9749         * message.el (message-use-mail-followup-to): `t' is not a
9750         documented value.
9751
9752 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9755
9756 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9759         there are long lines.
9760
9761 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * dgnushack.el (copy-list): New compiler macro.
9764
9765 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9766
9767         * message.el (message-bounce): If no Return-Path, the whole
9768         content is considered as the original message.
9769
9770         * nnml.el (nnml-check-directory-twice): New variable.
9771         (nnml-article-to-file): Use it.
9772         (nnml-retrieve-headers): Hack it.
9773
9774 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775
9776         * gnus-win.el (gnus-buffer-configuration): New configure.
9777
9778         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9779         not alive.
9780
9781         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9782         (mm-display-external): Use display-term configure.
9783
9784 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9785
9786         * gnus-delay.el (gnus-delay-default-hour): New variable.
9787         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9788
9789 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9790         From Karl Kleinpaste <karl@charcoal.com>
9791
9792         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9793         (gnus-summary-prepare-threads): Ditto.
9794
9795         * gnus.el (gnus-summary-line-format): Add %B.
9796
9797 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9798
9799         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9800
9801         * mm-util.el (mm-string-as-multibyte): New function.
9802
9803         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9804
9805 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806
9807         * mm-util.el (mm-universal-coding-system): New variable.
9808
9809         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9810
9811         * score-mode.el (score-mode-coding-system): Use it.
9812
9813 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-start.el (gnus-setup-news): Call
9816         `gnus-check-bogus-newsgroups' just after the native server is
9817         opened.
9818
9819 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9820
9821         * nnmail.el (nnmail-do-request-post): Util function to be used by
9822         `nnchoke-request-post' for all nnmail-derived backends.
9823
9824         * nnml.el (nnml-request-post): Use it.
9825
9826         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9827         backend, for it groks nnml-request-post.
9828
9829         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9830         Treat `mail-post' backends like `mail' backends, not like `news'
9831         backends.
9832
9833 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * gnus-msg.el (gnus-setup-message): make-local-hook.
9836
9837 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9838
9839         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9840         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9841         <karl@charcoal.com>, slightly changed by Kai.
9842
9843         * message.el (message-check-news-header-syntax): When checking
9844         whether the groups exist, check the right server based on
9845         `gnus-post-method'.
9846
9847 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9848
9849         * gnus-delay.el: New file.
9850
9851 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9852
9853         * mm-util.el (mm-read-coding-system): Take two arguments.
9854
9855         * gnus-sum.el (gnus-summary-show-article): Use
9856         mm-read-coding-system.
9857
9858         * gnus-art.el (article-de-quoted-unreadable):
9859         (article-de-base64-unreadable, article-wash-html):
9860         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9861
9862 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9863
9864         * nnml.el (nnml-request-post): New function.  Can be used for
9865         annotations in nnml groups.
9866
9867 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9870         command.
9871
9872         * gnus-start.el (gnus-find-new-newsgroups): Use
9873         `message-make-date' instead of `current-time-string'.
9874         (gnus-ask-server-for-new-groups): Ditto.
9875         (gnus-check-first-time-used): Ditto.
9876
9877 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9880
9881 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9882
9883         * message.el (message-shorten-references): Change `maxcount' and
9884         `cut' to obey USEFOR draft 5.
9885
9886 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9887
9888         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9889         (gnus-summary-set-article-display-arrow): New function.
9890         (gnus-summary-goto-subject): Use it.
9891
9892 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * gnus-sum.el (gnus-summary-import-article): Insert date if
9895         doesn't exist.
9896
9897 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9898
9899         * mml.el (mml-content-type-parameters): New variable.
9900         (mml-content-disposition-parameters): New variable.
9901         (mml-insert-mime-headers): Use them.
9902         (mml-parse-1): Accept charset.
9903
9904 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9905
9906         * gnus-group.el (gnus-group-select-group): Doc fix.
9907
9908         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9909
9910 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9913         to handle `define-derived-mode'.
9914
9915 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9916         From:  Stefan Monnier  <monnier@cs.yale.edu>
9917
9918         * message.el (message-mode): Use define-derived-mode.
9919         (message-tab): message-completion-alist.
9920
9921         * imap.el (imap-interactive-login): Use make-local-variable.
9922         (imap-open): Ditto.
9923         (imap-authenticate): Ditto.
9924
9925         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9926
9927         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9928
9929 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9930
9931         * message.el (message-citation-line-function): Refer to
9932         gnus-cite-attribution-suffix.
9933
9934 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9935
9936         * gnus-art.el,...: Error convention changes.
9937
9938 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9941
9942 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9945         (nnrss-read-server-data): Ditto.
9946
9947 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9950         * Cleanup files.
9951         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9952
9953 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * gnus.el (gnus-summary-line-format): Add %o.
9956
9957         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9958         unless shell outputs something.
9959
9960 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9961
9962         * gnus-art.el (gnus-boring-article-headers): Better doc.
9963         (article-hide-headers): Better regexp.
9964         Suggested by Matt Swift <swift@alum.mit.edu>.
9965
9966         * nnheader.el (nnheader-max-head-length): Better doc.
9967         (nnheader-header-value): Skip spaces.
9968         (nnheader-parse-head): Remove space.
9969         Suggested by Matt Swift <swift@alum.mit.edu>.
9970
9971         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9972         (gnus-get-newsgroup-headers): Remove space.
9973
9974 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9977         (gnus-summary-reply): Use it.
9978         (gnus-summary-reply-broken-reply-to): New function.
9979         (gnus-msg-force-broken-reply-to): New function.
9980
9981         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9982
9983 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9984
9985         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9986
9987 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * mm-decode.el (mm-external-terminal-program): New variable.
9990         (mm-display-external): Use it. Use term to display when no
9991         window-system.
9992
9993 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9994
9995         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9996         Browse->Next entries to Browse->Prev
9997
9998 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9999
10000         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10001
10002 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10005         for the default encoding.
10006
10007         * nnrss.el (nnrss-url-field): New field.
10008         (nnrss-request-article): Add newsgroups.
10009
10010         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10011
10012 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
10015
10016         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
10017         (gnus-draft-setup): Remove backlog.
10018
10019 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10020
10021         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
10022         Cleanup.
10023
10024 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * gnus-msg.el (gnus-bug): Erase buffer.
10027
10028         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
10029
10030 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10031
10032         * mm-decode.el (mm-attachment-override-p): Fix typo.
10033
10034 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-kill.el (gnus-execute): Work with the extra headers.
10037         * gnus-sum.el (gnus-summary-execute-command): Ditto.
10038
10039 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10040
10041         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
10042         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
10043
10044         * message.el (message-send-mail-real-function): New variable.
10045         (message-send-mail-partially, message-send-mail):
10046
10047         * nngateway.el (nngateway-request-post): Use it.
10048
10049         * gnus-agent.el (gnus-agentize): Use it.
10050
10051         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
10052         (nnsoup-revert-variables): Use it.
10053
10054 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
10055
10056         * mm-decode.el (mm-inline-media-tests): Default to displaying as
10057         text/plain if the type doesn't match any other media types.
10058         (mm-inlined-types): Doc fix.
10059         (mm-display-inline): Revert previous change (now handled by a
10060         default type in `mm-inline-media-tests'.
10061         (mm-inlinable-p): Revive.
10062         (mm-display-part): Call `mm-inlinable-p'.
10063         (mm-attachment-override-p): Ditto.
10064         (mm-inlined-p): Doc fix.
10065
10066         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
10067         well as `mm-inlined-p'.
10068
10069 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
10072         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10073
10074 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075         From  Paul Jarc <prj@po.cwru.edu>
10076
10077         * message.el (message-use-mail-followup-to): New variable.
10078         (message-get-reply-headers): Use it.
10079
10080 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10081
10082         * nnheader.el (nnheader-init-server-buffer): Make sure the
10083         *nntpd* buffer is made multibyte instead of a random buffer.
10084
10085 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10086
10087         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10088         when it returns headers.
10089
10090 2001-07-07  Simon Josefsson  <jas@extundo.com>
10091
10092         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10093         trying to fold. Thanks to Colin Walters
10094         <walters@cis.ohio-state.edu>
10095
10096 2001-07-06  Simon Josefsson  <jas@extundo.com>
10097
10098         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10099         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10100         Add information in `assert's.
10101
10102         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10103         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10104         and `nnimap-group-overview-filename', should handle all
10105         change-of-uidvalidity related issues.  But there may be other
10106         problems.)
10107
10108 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10109
10110         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10111         header name when folding.
10112
10113 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10114
10115         * mm-decode.el (mm-inlined-types): Document relationship with
10116         `mm-inline-media-tests'.
10117         (mm-display-inline): Default to displaying as plain text if no
10118         inlining handler is available.
10119         (mm-inlinable-p): Remove.
10120         (mm-inlined-p): Don't call `mm-inlinable-p'.
10121         (mm-automatic-display-p): Ditto.
10122         (mm-attachment-override-p): Ditto.
10123
10124 2001-07-04  Simon Josefsson  <jas@extundo.com>
10125
10126         * nnimap.el (nnimap-importantize-dormant): New variable.
10127         (nnimap-request-update-info-internal): Use it.
10128         (nnimap-request-set-mark): Ditto.
10129
10130 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10131
10132         * nntp.el (nntp-send-command): don't pass a buffer argument to
10133         `point'. Only XEmacs accepts this.
10134         * nntp.el (nntp-send-command-nodelete): ditto.
10135         * nntp.el (nntp-send-command-and-decode): ditto.
10136
10137 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10138
10139         * nntp.el (nntp-open-connection-function): doc update.
10140         * nntp.el (nntp-pre-command): New.
10141         * nntp.el (nntp-via-rlogin-command): New.
10142         * nntp.el (nntp-via-telnet-command): New.
10143         * nntp.el (nntp-via-telnet-switches): New.
10144         * nntp.el (nntp-via-user-name): New.
10145         * nntp.el (nntp-via-user-password): New.
10146         * nntp.el (nntp-via-address): New.
10147         * nntp.el (nntp-via-envuser): New.
10148         * nntp.el (nntp-via-shell-prompt): New.
10149         * nntp.el (nntp-open-telnet-stream): New.
10150         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10151         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10152         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10153         * nntp.el (nntp-send-command): ditto.
10154         * nntp.el (nntp-send-command-nodelete): ditto.
10155         * nntp.el (nntp-send-command-and-decode): ditto.
10156
10157 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10158         Trivial patch.
10159
10160         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10161         `when'.
10162
10163 2001-07-03  Simon Josefsson  <jas@extundo.com>
10164         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10165
10166         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10167
10168 2001-07-03  Simon Josefsson  <jas@extundo.com>
10169
10170         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10171         remove it (workaround XEmacs `fill-region' bug).
10172
10173 2001-07-01  Simon Josefsson  <jas@extundo.com>
10174
10175         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10176
10177 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10178
10179         * mml2015.el (mml2015-format-error): New function.
10180         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10181         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10182         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10183
10184 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10187         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10188
10189         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10190         group variables.
10191
10192 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10195
10196         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10197         (nnrss-save-group-data): Ditto.
10198
10199         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10200
10201 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * message.el (message-do-send-housekeeping): Narrow to headers.
10204
10205 2001-06-24  Simon Josefsson  <jas@extundo.com>
10206
10207         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10208         insertion when breaking lines looked for " \t" instead of "[ \t]".
10209         (rfc2047-encode-message-header): Fold lines even if
10210         no QP encoding is done.
10211
10212 2001-06-23  Simon Josefsson  <jas@extundo.com>
10213         From Samuel Tardieu <sam@inf.enst.fr>
10214
10215         * smime.el (smime-keys): Support additional certificates.
10216         (smime-make-certfiles): New function.
10217         (smime-sign-region): Use previous variables.
10218         (smime-get-certfiles): New function.
10219         (smime-sign-buffer): Use it.
10220         (smime-verify-region): Support both CAfile and CApath.
10221
10222 2001-06-23  Simon Josefsson  <jas@extundo.com>
10223
10224         * smime.el (smime-decrypt-region): Perhaps work.
10225
10226 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10229
10230 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10231
10232         * mm-decode.el (mm-save-part): Rewrite file name.
10233         (mm-file-name-rewrite-functions): New variable.
10234         (mm-file-name-delete-whitespace): New function.
10235         (mm-file-name-trim-whitespace): New function.
10236         (mm-file-name-collapse-whitespace): New function.
10237         (mm-file-name-replace-whitespace): New variable and function.
10238
10239 2001-06-22  Simon Josefsson  <jas@extundo.com>
10240
10241         * message.el (message-make-date): Workaround locale for weekdays.
10242
10243 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * message.el (message-goto-body): Return nil if not found. (revert!)
10246
10247 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10248         From Fremlin <chief@bandits.org>
10249
10250         * message.el (message-goto-body): Some messages have no header.
10251
10252         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10253
10254 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10255
10256         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10257
10258 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10259
10260         * message.el (message-make-date): Add week day.
10261         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10262
10263 2001-06-19  Simon Josefsson  <jas@extundo.com>
10264
10265         * message.el (message-yank-prefix): Doc fix.
10266         (message-yank-cited-prefix): Ditto.
10267         (message-delete-not-region): Keep citation prefix on first line,
10268         if possible and appropriate.
10269
10270 2001-06-19  Simon Josefsson  <jas@extundo.com>
10271
10272         * imap.el (imap-process-connection-type): New variable.
10273         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10274         recent `imtest's work completely (no line length issues), while
10275         making making old `imtest's unusable.  Thanks to NAGY Andras
10276         <nagya@inf.elte.hu> for his work.
10277
10278 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10279
10280         * imap.el (imap-ssl-program): Add -quiet to shut up
10281         OpenSSL/SSLeay's internal debug talk.
10282
10283 2001-06-19  Matt Armstrong  <matt@lickey.com>
10284
10285         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10286         server.
10287
10288 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10289
10290         * nnmail.el (nnmail-article-buffer): New variable.
10291         (nnmail-split-incoming): Use it.
10292
10293 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10294
10295         * qp.el (quoted-printable-decode-region): If called interactively,
10296         use coding-system-for-read.
10297
10298 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10299
10300         * message.el (message-check-news-header-syntax): Check Reply-To.
10301
10302 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10303
10304         * mml.el (mml-parse-1): Use message options.
10305
10306         * message.el (message-do-fcc): Don't do anything if there is no
10307         FCC.
10308
10309 2001-06-16  Simon Josefsson  <jas@extundo.com>
10310
10311         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10312         (nnimap-expunge-search-string): New variable.
10313         (nnimap-request-expire-articles): Use it.
10314
10315 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316
10317         * message.el (message-send-mail-with-qmail): wrong exit status is
10318         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10319
10320 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * gnus-art.el (article-strip-multiple-blank-lines): Use
10323         delete-region instead of replace-match.
10324
10325 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10328         (nnweb-google-wash-article): Ditto.
10329
10330 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10331
10332         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10333
10334 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10337         specs.
10338
10339 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10340
10341         * gnus.el (gnus-email-address): Move it here.
10342
10343         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10344         requested.
10345         (article-de-base64-unreadable): Ditto.
10346         (article-wash-html): Ditto.
10347
10348 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * message.el (message-options-set-recipient): Don't add ", "
10351         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10352
10353 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10356
10357 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10360         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10361
10362         * nnrss.el (nnrss-node-text): Node might be nil.
10363
10364 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10365
10366         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10367         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10368
10369         * nnrss.el (nnrss-group-alist): More items.
10370
10371 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10374
10375 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376         Trivial patch from Dale Hagglund  <rdh@best.com>
10377
10378         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10379         restrict clauses.
10380
10381 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10382
10383         From Benjamin Rutt <brutt+news@bloomington.in.us>
10384
10385         * message.el (message-wide-reply-confirm-recipients): New variable.
10386
10387 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10389
10390         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10391         fix so it works with XEmacs.
10392
10393 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394
10395         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10396         headers.
10397
10398 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10399
10400         * nnrss.el: Fix a few bugs.
10401
10402 2001-06-05  Simon Josefsson  <jas@extundo.com>
10403
10404         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10405         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10406
10407 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10408
10409         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10410         binary so that we don't transmit ISO 2022 garbage to the process.
10411         This is needed under XEmacs.
10412
10413 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10414
10415         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10416         autoloaded incorrectly below because ssl-program-* is bound.)
10417         Thanks to Amos Gouaux for report.
10418
10419 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10420
10421         * imap.el (imap-kerberos4-open):
10422         (imap-gssapi-open):
10423         (imap-ssl-open):
10424         (imap-network-open):
10425         (imap-shell-open):
10426         (imap-starttls-open): Set buffer to workaround spurious
10427         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10428         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10429         Colman <colman@ppllc.com> for report.
10430
10431 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * gnus-sum.el (gnus-summary-catchup): New argument.
10434         (gnus-summary-catchup-from-here): New function.
10435
10436 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10437
10438         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10439         back, then insert glyph.  (Before, the glyph was inserted first,
10440         then the newline.)  This works around a behavior in XEmacs where
10441         it is not possible to insert a character after a glyph which is at
10442         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10443
10444 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10445
10446         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10447
10448         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10449         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10450         mm-destroy-postponed-undisplay-list): New functions.
10451         (mm-display-external): Use them.
10452
10453 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10454
10455         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10456         `default-low' when evaluating `gnus-summary-highlight'.
10457         From Raja R Harinath <harinath@cs.umn.edu>.
10458
10459 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10460
10461         * message.el (message-yank-cited-prefix): New variable.
10462         (message-indent-citation): Use it.
10463
10464         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10465         as details.
10466         (mml2015-mailcrypt-clear-verify): Ditto.
10467
10468 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10469         From Nevin Kapur <nevin@jhu.edu>.
10470
10471         * gnus-sum.el (gnus-summary-default-high-score,
10472         gnus-summary-default-low-score): New variables.
10473         (gnus-summary-highlight): Use them.
10474
10475 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10476
10477         * message.el (message-mail): pass the 'send-actions argument to
10478         `message-setup'.
10479
10480 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10481         From Raymond Scholz <ray-2001@zonix.de>
10482
10483         * gnus-art.el (gnus-mime-view-part-as-charset):
10484         (gnus-mime-internalize-part): Doc fixes.
10485
10486 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10487
10488         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10489         status lines without any text ("^215$").
10490
10491 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * nnrss.el (nnrss-check-group): Reverse.
10494
10495 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10496
10497         * message.el (message-get-reply-headers):
10498         (message-followup): Fix typo, suggested by David Green
10499         <dgreen@uab.edu>
10500
10501 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10502
10503         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10504
10505         * nnrss.el (nnrss-open-server): Read server data when it is called.
10506         (nnrss-request-expire-articles): Fix.
10507
10508 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * message.el (message-do-send-housekeeping): mail-abbrevs may
10511         rename buffer behind Gnus.
10512
10513 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10516         (nnrss-group-alist): Add more resources.
10517         (nnrss-check-group): Ignore errors.
10518
10519 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10522
10523         * nnslashdot.el (nnslashdot-request-list): Add time.
10524         (nnslashdot-request-expire-articles): New function.
10525
10526         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10527         secondary methods too.
10528
10529 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10530
10531         * message.el (message-use-followup-to): Set default value to t.
10532
10533 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10534
10535         * message.el (message-dont-reply-to-names): Fix documentation.
10536         (message-get-reply-headers): Use Mail-Followup-To only for wide
10537         replies.
10538
10539 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10540
10541         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10542         correctly.
10543         (nnrss-check-group): Use time.
10544
10545 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10546
10547         * gnus.el: Oort Gnus v0.03 is released.
10548
10549 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10552         group.
10553
10554 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10557
10558 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * nnultimate.el (nnultimate-retrieve-headers): Return all
10561         available headers.
10562
10563         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10564         (gnus-get-newsgroup-headers-xover): Use it.
10565
10566 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10569
10570 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10573
10574 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10577         disable it.
10578
10579         * gnus.el (gnus-info-nodes): Remove a few The's.
10580
10581 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * mail-source.el (mail-source-movemail): Call-process may return a
10584         signal description string.
10585
10586         * gnus-start.el (gnus-read-newsrc-el-file):
10587         gnus-newsrc-file-version may be nil.
10588
10589         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10590         Suggested by Michael Sperber [Mr. Preprocessor]
10591         <sperber@informatik.uni-tuebingen.de>.
10592
10593 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10594
10595         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10596
10597 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10598
10599         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10600         fontify HANDLE.
10601
10602 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10603
10604         * smime.el (smime-ask-passphrase): Rework to return value.
10605         (smime-sign-region): Rework to bind value and use it.
10606         (smime-decrypt-region): Ditto.
10607
10608 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10609         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10610
10611         * smime.el (smime-ask-passphrase): New function.
10612         (smime-sign-region): Use it.
10613         (smime-encrypt-cipher): New variable.
10614         (smime-decrypt-region): Ditto.
10615
10616 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10617         Committed by Simon Josefsson  <simon@josefsson.org>
10618
10619         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10620         the log.
10621
10622 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10623
10624         * gnus.el: Oort Gnus v0.02 is released.
10625
10626 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10627
10628         * gnus.el: Oort Gnus v0.01 is released.
10629
10630 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * gnus-sum.el (gnus-summary-highlight): Highlight read
10633         undownloaded articles as read articles.
10634
10635         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10636         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10637         articles, even read ones, as such.
10638
10639         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10640         (gnus-find-matching-articles): New function.
10641         (gnus-summary-limit-include-matching-articles): New command.
10642         (gnus-summary-limit-include-thread): Include articles that have
10643         matching subjects.
10644         (gnus-offer-save-summaries): Clean up.
10645
10646 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10647
10648         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10649
10650 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651         From Jason Merrill <jason_merrill@redhat.com>
10652
10653         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10654
10655 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10656         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10659         newsgroup names when the original article is a news message.
10660
10661 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10664         supported. Suggest by Jim Meyering <jim@meyering.net>.
10665
10666 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10667         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10668
10669         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10670         regexp in nnmail-split-fancy.
10671
10672 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10673
10674         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10675
10676 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10677
10678         * message.el (message-send-mail): Improve the interaction with the
10679         user.
10680
10681 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10682
10683         * imap.el (imap-message-copy): Work around buggy servers that
10684         doesn't send TRYCREATE tags.
10685
10686 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10689
10690 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10693         date.
10694
10695 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10698         lives.
10699
10700 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-art.el (gnus-parse-news-url): New function.
10703         (gnus-button-handle-news): New function.
10704         (gnus-button-alist): Point to new functions.
10705
10706         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10707
10708         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10709         gnus-format-specs.
10710
10711         * message.el (message-check-news-header-syntax): Question even
10712         when Gnus doesn't know the group names.
10713         (message-send-news): Clean up.
10714
10715         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10716         exited on purpose without saving.
10717
10718         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10719
10720 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus-score.el (gnus-score-orphans): Clean up.
10723
10724         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10725
10726         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10727         later.
10728
10729         * gnus-start.el (gnus-close-all-servers): Find the right items to
10730         close.
10731
10732         * qp.el (quoted-printable-decode-region): Just message
10733         malformation; don't quit.
10734
10735 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736         From Gerd Moellmann <gerd@gnu.org>.
10737
10738         * gnus.el (gnus-interactive): A typo.
10739
10740 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10741         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10742
10743         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10744         `assq-delete-all', if that function exists; otherwise use the old
10745         definition. Documentation changed to match the one in
10746         `assq-delete-all'.
10747
10748 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus-start.el (gnus-close-all-servers): New function.
10751
10752         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10753         (gnus-server-remove-denials): Clean up.
10754
10755         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10756         keystroke.
10757
10758 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * message.el (message-send-news): Message where we are sending.
10761         (message-send-mail): Ditto.
10762
10763         * gnus.el (gnus-server-string): New function.
10764
10765         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10766
10767         * mm-decode.el (mm-default-directory): Customized.
10768         (mm-tmp-directory): Ditto.
10769
10770         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10771         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10772         or Chars.
10773         (gnus-summary-line-format-alist): ?l is now a string.
10774         (gnus-summary-prepare-threads): Output ? for unknown lines.
10775         (gnus-summary-insert-line): Ditto.
10776         (gnus-summary-print-article): Unbalanced parentheses.
10777
10778         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10779         out whether new stuff has arrived.
10780
10781 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10782
10783         * gnus-sum.el: Let printing work on ttys on Emacs.
10784
10785 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10788         when forcing news.
10789
10790         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10791         command.
10792
10793 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10794
10795         * message.el (message-set-auto-save-file-name): Don't use
10796         asterisks under nt.
10797
10798 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10799
10800         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10801         lists of articles.
10802
10803         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10804
10805         * gnus-msg.el (gnus-put-message): Clean up.
10806         (gnus-summary-reply): Mark all replied-to articles as replied to.
10807         (gnus-inews-add-send-actions): Also mark as forwarded.
10808         (gnus-summary-mail-forward): Mark as forwarded.
10809
10810         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10811         of articles.
10812         (gnus-summary-mark-article-as-forwarded): Ditto.
10813
10814         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10815         forwarded.
10816         (gnus-summary-mail-forward): Clean up.
10817
10818         * gnus.el (gnus-article-mark-lists): Added forward.
10819
10820         * gnus-sum.el (gnus-forwarded-mark): New variable.
10821         (gnus-summary-prepare-threads): Use it.
10822         (gnus-summary-update-secondary-mark): Ditto.
10823         (gnus-newsgroup-forwarded): New variable.
10824
10825 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10828         (gnus-summary-very-wide-reply): New command and keystroke.
10829         (gnus-summary-very-wide-reply-with-original): Ditto.
10830
10831         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10832         (gnus-score-adaptive): Use it.
10833
10834         * gnus-start.el (gnus-get-unread-articles): Clean up.
10835
10836 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10839         boards.
10840
10841 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10842
10843         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10844         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10845
10846 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * nnultimate.el (nnultimate-retrieve-headers): Understand
10849         long-form month names.
10850
10851 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * gnus-sum.el (gnus-summary-show-all-headers):
10854         gnus-article-show-all-headers is broken. Use
10855         gnus-summary-toggle-header instead.
10856
10857         * mml2015.el (mml2015-gpg-extract-from): No error.
10858
10859 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10861
10862         * mml2015.el (mml2015-gpg-extract-from): New function.
10863         (mml2015-gpg-verify): Use it.
10864         (mml2015-gpg-clear-verify): Use it.
10865
10866 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10867
10868         * message.el (message-setup-fill-variables): Use
10869         fill-paragraph-function.
10870         (message-fill-paragraph): Take an argument.
10871         (message-newline-and-reformat): Take another argument.
10872
10873 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10874
10875         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10876
10877 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * message.el (message-forward): local-variable-p takes an extra
10880         argument in XEmacs.
10881
10882 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10883
10884         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10885         `nnimap-use-nov-p' (it really tested the negative).
10886         (nnimap-retrieve-headers): Use it.
10887
10888 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10889
10890         * message.el (message-generate-headers-first): Update doc.
10891
10892 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10893         Trivial patch.
10894
10895         * gnus.el (gnus-summary-line-format): Typo.
10896
10897 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10898
10899         * mailcap.el (mailcap-mime-data): Add application/sieve.
10900         (mailcap-mime-extensions): Add .siv, .xls.
10901
10902 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10903         From Christoph Conrad <christoph.conrad@gmx.de>
10904
10905         * gnus-score.el (gnus-summary-lower-thread): Typo.
10906
10907 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * message.el (message-forward-decoded-p): New variable.
10910         (message-forward-subject-author-subject): Use it.
10911         (message-make-forward-subject): Use it.
10912         (message-forward): Use it.
10913
10914         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10915
10916         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10917         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10918
10919 ;;Has been fixed -- zsh.
10920 ;;2001-03-05  Dave Love  <fx@gnu.org>
10921 ;;
10922 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10923 ;;      Move it after definition of mm-coding-system-p.
10924 ;;
10925 2001-03-01  Dave Love  <fx@gnu.org>
10926
10927         * mm-util.el (mm-inhibit-file-name-handlers): Add
10928         image-file-handler.
10929
10930 2001-02-11  Dave Love  <fx@gnu.org>
10931
10932         * message.el (message-signature-file): Fix doc, :type.
10933
10934 2001-02-08  Dave Love  <fx@gnu.org>
10935
10936         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10937         (message-posting-charset): Defvar when compiling again.
10938         (rfc2047-encodable-p): Require message.
10939
10940         * gnus-sum.el (gnus-alter-articles-to-read-function):
10941         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10942
10943 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10944
10945         * nnrss.el: New file.
10946
10947 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10948         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10949
10950         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10951         `skip-chars-forward'.
10952
10953 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * nndraft.el (nndraft-request-group): Restore auto save files if
10956         the original files do not exist.
10957
10958 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10961         SCORE paths.
10962
10963         * mm-decode.el (mm-dissect-buffer): Call
10964         mail-extract-address-components only if necessary.
10965
10966 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10969         directory part.
10970         (gnus-score-search-global-directories): Use file-directory-p.
10971
10972         * gnus-score.el (gnus-score-score-files-1): Use
10973         gnus-kill-files-directory.
10974         From Adrian Aichner <adrian@xemacs.org>.
10975
10976 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10977
10978         * gnus.el (charset): Move here from gnus-sum.el.
10979
10980 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10981
10982         * mml.el (mml-preview): Disable local map.
10983
10984         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10985         gnus-article-post-menu here.
10986
10987         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10988         if it has not been made.
10989
10990 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * gnus-art.el (gnus-article-describe-key): Map key to event.
10993         (gnus-article-describe-key-briefly): Ditto
10994
10995 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10998
10999 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000         From Katsumi Yamaoka <yamaoka@jpl.org>.
11001
11002         * dgnushack.el (coerce, merge, subseq): defmacro.
11003
11004 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11007         A fake defalias in nndraft.el results a not-activated bug in
11008         uncompiled versions.
11009
11010 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11011         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * gnus-util.el (gnus-split-references): Handle malformed References:.
11014
11015 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * gnus-art.el (gnus-article-mime-part-status): 1 part.
11018
11019 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020         From NAGY Andras <nagya@inf.elte.hu>.
11021
11022         * gnus.el (gnus-parameters): Typo.
11023
11024 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * gnus.el (gnus-read-method): Remove redundancy.
11027
11028 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * nnslashdot.el (nnslashdot-backslash-url): New variable.
11031         (nnslashdot-request-list): Use it.
11032
11033 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * nnml.el (nnml-generate-active-info): Fix the case when there is
11036         no file.
11037
11038         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
11039         (gnus-summary-create-article): New function.
11040
11041         * gnus-group.el (gnus-group-mark-article-read): New function.
11042
11043         * gnus-msg.el (gnus-inews-do-gcc): Use it.
11044
11045         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
11046
11047 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11048
11049         * gnus-art.el (gnus-article-edit-done): Don't use
11050         gnus-article-edit-exit.
11051         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
11052
11053         * gnus.el (gnus-parameters): New variable.
11054         Suggested by NAGY Andras <nagya@inf.elte.hu>.
11055         (gnus-parameters-get-parameter): New function.
11056         (gnus-group-find-parameter): Use it.
11057
11058 2001-02-23  Simon Josefsson  <simon@josefsson.org>
11059
11060         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
11061         change of default value to `current'.
11062
11063 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * nneething.el (nneething-get-head): Insert unreadable file too.
11066
11067 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
11070
11071         * webmail.el (webmail-type-definition): Deja is bought by google.
11072
11073 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11074
11075         * gnus-sum.el (gnus-fetch-headers): New function.
11076         (gnus-select-newsgroup): Use it.
11077         (gnus-summary-insert-articles): New function.
11078         (gnus-summary-insert-old-articles): New function.
11079         (gnus-summary-insert-new-articles): New function.
11080
11081         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11082         (gnus-group-list-active): Ditto.
11083         * gnus-sum.el (gnus-set-mode-line): Ditto.
11084         (gnus-summary-read-group-1): Ditto.
11085
11086 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11087
11088         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11089         current topic.
11090
11091 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11092
11093         * smiley.el (gnus-smiley-display): Don't do widening.
11094
11095         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11096         within body.
11097
11098         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11099
11100         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11101         New variable.
11102         (gnus-mime-display-multipart-related-as-mixed): New variable.
11103         (gnus-mime-display-part): Use them.
11104
11105 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11108         something special.
11109
11110 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11113         (nnweb-request-article): Call reference if exists.
11114         (nnweb-type-definition): Dejanews is bought by google.com.
11115         Beta!
11116
11117 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11118
11119         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11120
11121 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11122
11123         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11124         gnus-article-sort-functions.
11125         (gnus-article-sort-functions): Doc fix.  Refer to
11126         gnus-thread-sort-functions.
11127
11128 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11129         From Paul Jarc <prj@po.cwru.edu>.
11130
11131         * message.el (message-get-reply-headers): More fixes.
11132
11133 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11134         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11135
11136         * message.el (message-get-reply-headers): Fix bug with
11137         Mail-Followup-To/to-address interaction.
11138
11139 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11140
11141         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11142         gnus-article-copy.
11143
11144 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11145
11146         * message.el (message-do-send-housekeeping): Rename to a better
11147         name.
11148
11149 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * message.el (message-cancel-news): Check article first, then ask
11152         yes or no.
11153
11154 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11157
11158 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159
11160         * gnus-range.el (gnus-range-normalize): New function.
11161
11162 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11163
11164         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11165
11166 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11169
11170         * nnagent.el (nnagent-request-regenerate): New function.
11171
11172         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11173
11174         * nnml.el (nnml-generate-nov-databases): Accept argument
11175         server. Don't open server if it is opened.
11176         (nnml-request-regenerate): Use it. Change to deffoo.
11177
11178 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11179         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * gnus.el (gnus-define-group-parameter): Fix.
11182
11183 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * gnus.el (gnus-define-group-parameter): Improved.
11186
11187         * gnus-sum.el (charset): Define parameter.
11188         (ignored-charsets): Ditto.
11189         (gnus-summary-setup-default-charset): Use them.
11190
11191         * gnus-start.el (gnus-read-descriptions-file): Use them.
11192
11193         * gnus-cus.el (gnus-group-parameters): Remove them.
11194
11195 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11198
11199 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11200
11201         * gnus-sum.el (gnus-summary-read-group-1): Remove
11202         gnus-summary-set-local-parameters.
11203         (gnus-summary-setup-buffer): Put it here.
11204
11205 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11206
11207         * gnus.el (to-address): Define parameter.
11208         (to-list): Ditto.
11209         * gnus-art.el (article-hide-boring-headers): Use them.
11210         * gnus-msg.el (gnus-post-news): Ditto.
11211         * gnus-cus.el (gnus-group-parameters): Remove them.
11212
11213 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * gnus-draft.el (gnus-draft-reminder): New function.
11216
11217         * gnus-art.el (gnus-sender-save-name): New function.
11218
11219 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11220
11221         * mm-util.el (mm-mime-charset): Error message.
11222
11223 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * message.el (message-check-news-body-syntax): Don't check mml lines.
11226
11227 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11230         subscribe.
11231
11232         * gnus-start.el (gnus-call-subscribe-functions): New function.
11233         (gnus-find-new-newsgroups): Use it.
11234         (gnus-ask-server-for-new-groups): Use it.
11235         (gnus-check-first-time-used): Use it.
11236         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11237         (gnus-subscribe-options-newsgroup-method): Ditto.
11238         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11239         return .
11240
11241 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11242
11243         * gnus-cus.el (gnus-score-customize): Doc fix.
11244
11245 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11246
11247         * dgnushack.el (my-getenv): Typo.
11248
11249 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11250
11251         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11252
11253 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11256
11257         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11258         (gnus-treatment-function-alist): Use it.
11259         (article-remove-leading-whitespace): New function.
11260         (gnus-article-make-menu-bar): Use it.
11261
11262         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11263         remove-leading-whitespace.
11264         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11265         because of conflict.
11266
11267 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11268
11269         * Makefile.in: Hack generating gnus-load.el.
11270         * dgnushack.el: Ditto.
11271         * gnus-load.el: Remove it.
11272
11273 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * dgnushack.el : Add URLDIR.
11276
11277         * Makefile.in (EMACS_COMP): Ditto.
11278
11279 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11280
11281         * gnus-cus.el (gnus-score-customize): Error on no score file.
11282
11283 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * mm-decode.el (mm-merge-handles): New function.
11286
11287         * mm-view.el (mm-inline-message): Use it.
11288         (mm-view-message): Ditto.
11289
11290         * mm-partial.el (mm-inline-partial): Ditto.
11291
11292         * mm-extern.el (mm-inline-external-body): Ditto.
11293
11294         * gnus-art.el (gnus-mime-view-part): Ditto.
11295         (gnus-mime-view-part-as-type): Ditto.
11296         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11297         cases.
11298
11299 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * message.el (message-cancel-news): Allow to shoot foot.
11302         (message-supersede): Ditto.
11303
11304 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11305         Trivial patch.
11306
11307         * gnus-sum.el (gnus-simplify-subject-re): Use
11308         message-subject-re-regexp.
11309
11310 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11311
11312         * nnmail.el (nnmail-expiry-target-group): Bind
11313         nnmail-cache-accepted-message-ids to nil.
11314
11315         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11316         coding system.
11317
11318 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * qp.el (quoted-printable-encode-region): Make sure characters are
11321         between 00 and FF.  Don't check charset.
11322
11323         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11324         in Emacs 20.
11325         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11326
11327 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * message.el (message-make-forward-subject): Argument decoded.
11330         (message-forward): Use it when digest.
11331
11332         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11333         buffer.
11334
11335 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11336
11337         * message.el (message-generate-headers-first): Doc fix.
11338
11339 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * gnus-art.el (article-make-date-line): Error proof.
11342
11343 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11344
11345         * gnus-group.el (gnus-group-listing-limit): New variable.
11346         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11347
11348         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11349
11350 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * message.el (message-newline-and-reformat): Special case for
11353         breaking at BOL.
11354
11355 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11356
11357         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11358         message/rfc822.
11359
11360 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * message.el (message-encode-message-body): Don't insert
11363         Content-Type if it is inside a mail.
11364
11365 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11368         gnus-article-commands-menu.
11369
11370         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11371         in Emacs.
11372
11373         * gnus-start.el (gnus-read-descriptions-file): Use
11374         gnus-group-name-charset and gnus-group-charset-alist.
11375
11376 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11379         active region.
11380
11381         * gnus-start.el (gnus-group-change-level): Remove from both
11382         gnus-zombie-list and gnus-killed-list.
11383
11384 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11387         gnus-subscribe-topics.
11388
11389         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11390
11391 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * gnus-art.el (gnus-article-make-menu-bar): Make
11394         gnus-article-post-menu.
11395
11396         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11397
11398         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11399
11400         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11401
11402         * message.el (message-mode-menu): Ditto.
11403
11404         * gnus-art.el (defvar): eval-when-compile.
11405
11406 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus-agent.el (gnus-agentize): Fix doc.
11409
11410 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11411
11412         * mml.el (mml-preview): Bind `q'.
11413
11414 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11417
11418 2001-01-31  Dave Love  <fx@gnu.org>
11419
11420         * mm-util.el (mm-mime-mule-charset-alist)
11421         (mm-find-mime-charset-region): Consider mule-utf-8.
11422
11423 2001-01-31  Dave Love  <fx@gnu.org>
11424
11425         * gnus-art.el (gnus-article-x-face-command)
11426         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11427         :version.
11428
11429 2001-01-26  Dave Love  <fx@gnu.org>
11430
11431         * mm-util.el (mm-multibyte-string-p): New.
11432
11433 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11434 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11435 ;;      string-as-multibyte on class.  Clarify line-folding.
11436         (quoted-printable-encode-string): Make temp buffer inherit
11437         string's multibyteness.
11438
11439 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11440
11441         * nnheader.el (toplevel): Don't require `gnus-util' at
11442         compile-time; this creates a circular dependency, and prevents
11443         a bootstrap.
11444
11445 2001-01-22  Andreas Schwab  <schwab@suse.de>
11446
11447         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11448
11449 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11450
11451         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11452
11453         * gnus-art.el (article-hide-list-identifiers): Ditto.
11454
11455         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11456
11457 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11458
11459         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11460
11461         * gnus-art.el (article-hide-list-identifiers): Similar.
11462
11463 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11464
11465         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11466
11467 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11468
11469         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11470
11471 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * gnus-util.el (gnus-string-equal): New function.
11474
11475         * gnus-art.el (article-hide-boring-headers): Use it.
11476
11477 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11478
11479         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11480
11481 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11484
11485 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11488         command if there is not last-saver.
11489
11490 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11491
11492         * nntp.el (nntp-open-connection): 201 is possible.
11493
11494 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11495
11496         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11497         (rfc2047-charset-encoding-alist): Add big5.
11498
11499 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500
11501         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11502         (gnus-agent-remove-server): Ditto.
11503         (autoload): gnus-server-update-server.
11504
11505         * gnus-srvr.el (gnus-server-line-format): Add %a.
11506         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11507         (gnus-server-insert-server-line): Use it.
11508
11509 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11512         GB2312 and Big5.
11513
11514 2001-01-24  Simon Josefsson  <sj@extundo.com>
11515
11516         * mail-source.el (mail-sources): Add :program specifier to IMAP
11517         mail source.
11518         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11519
11520 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11521
11522         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11523
11524 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * nntp.el (nntp-wait-for): Return the success code.
11527         (nntp-open-connection): Use it.
11528
11529 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11532
11533 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11534
11535         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11536
11537 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11540         argument. Allow to print several articles in one file.
11541
11542 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * webmail.el (webmail-type-definition): netaddress changes.
11545
11546 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * gnus.el: Fix copyright. Remove trailing spaces.
11549
11550         * message.el (message-forward): Use mule4.
11551
11552 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * mm-util.el (mm-string-as-unibyte): New function.
11555
11556         * message.el (message-forward): Use it.
11557
11558 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * message.el (message-cite-original-without-signature): Don't peel
11561         off the blank line.
11562         (message-get-reply-headers): Add Cc if it is not in follow-to.
11563
11564 2001-01-20  Simon Josefsson  <sj@extundo.com>
11565
11566         * mm-decode.el (mm-handle-multipart-from): Add.
11567         (mm-dissect-buffer): Save From: header value.
11568         (mm-security-from): Remove.
11569         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11570
11571         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11572         instead of `mml-security-from'.  Protect null from value.
11573
11574 2001-01-20  Simon Josefsson  <sj@extundo.com>
11575
11576         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11577         application/vnd.ms-excel attachments.
11578
11579 2001-01-19  Simon Josefsson  <sj@extundo.com>
11580
11581         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11582
11583 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * message.el (message-ignored-mail-headers): Ditto.
11586
11587 2001-01-19  Simon Josefsson  <sj@extundo.com>
11588
11589         * message.el (message-ignored-news-headers): Only search beginning
11590         of line.
11591
11592 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11593         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11594
11595         * message.el (message-send-mail): Content-Type may not be there.
11596
11597 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11598
11599         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11600         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11601
11602         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11603         not.
11604
11605 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11606
11607         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11608         non-native groups.
11609
11610 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11611
11612         * message.el (message-yank-original): Understand
11613         universal-argument.
11614
11615 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11618         (article-hide-boring-headers): Ditto.
11619
11620         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11621
11622 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11625         one.
11626
11627 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11628
11629         * message.el (message-make-in-reply-to): Add comment to message-id
11630         (old syntax, see 2000-08-02 change).
11631
11632 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11633
11634         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11635         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11636         (gnus-button-reply): Ditto.
11637
11638 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-art.el (article-display-x-face): Fix.
11641
11642 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11643
11644         * gnus-art.el (article-display-x-face): Use
11645         gnus-original-article-buffer.
11646
11647 2001-01-15  Jack Twilley  <jmt@tbe.net>
11648
11649         * message.el (message-add-header): Move to point-max.
11650
11651 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11652
11653         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11654         nil, improve documentation.
11655         (smime-certificate-directory): Comment out false hints (until it
11656         is implemented).
11657
11658         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11659         there aren't any keys.
11660         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11661         verify certificate.  Default is changed to only check integrity.
11662         Improved security status texts.  If a certificate doesn't contain
11663         a email address, don't fail.
11664
11665         * smime.el (smime-noverify-region):
11666         (smime-noverify-buffer): New functions.  Verifies integrity only.
11667
11668 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11671
11672 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11675         (gnus-remove-some-windows): Ditto.
11676
11677 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11678
11679         * gnus-art.el (article-make-date-line): 11th.
11680
11681 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11682
11683         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11684         (mml2015-gpg-sign): Ditto.
11685
11686 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11687
11688         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11689         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11690
11691 2001-01-08  Dave Love  <fx@gnu.org>
11692
11693         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11694         single character.
11695
11696         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11697
11698         * message.el: Doc and message fixes.
11699         (message-send-rename-function)
11700         (message-make-forward-subject-function)
11701         (message-send-mail-function, message-reply-to-function)
11702         (message-wide-reply-to-function, message-followup-to-function)
11703         (message-distribution-function, message-auto-save-directory): Fix
11704         :type.
11705
11706         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11707         proceeding after warnings.  Amend multipart warning message.
11708
11709 2001-01-04  Dave Love  <fx@gnu.org>
11710
11711         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11712         compiling.
11713         (gnus-make-directory): Require nnmail.
11714
11715         * mm-decode.el (mm-inline-media-tests): Add
11716         image/x-portable-bitmap.
11717         (mm-get-image): Grok pbm.
11718
11719 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11720
11721         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11722
11723 2001-01-09  Didier Verna  <didier@xemacs.org>
11724
11725         * dgnushack.el (dgnushack-compile): give a dummy value to
11726         `gnus-xmas-glyph-directory' for the time of compilation.
11727         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11728         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11729         * gnus-art.el: ditto.
11730         * gnus-group.el: ditto.
11731         * gnus-salt.el: ditto.
11732         * gnus-sum.el: ditto.
11733         * gnus-topic.el: ditto.
11734         * gnus-xmas.el (gnus-xmas-define): see above.
11735         * gnus-xmas.el (gnus-xmas-redefine): see above.
11736         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11737         non-continuable error when the directory can't be found.
11738
11739 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11742         handle.
11743         * gnus-art.el (gnus-mime-view-part): Copy it.
11744         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11745
11746 2001-01-09  Michael Downes  <mjd@ams.org>
11747
11748         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11749
11750 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11751
11752         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11753         orig-file. Use ',source.
11754
11755 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11758         (gnus-xmas-group-startup-message):
11759         Detect gnus-xmas-glyph-directory when it is nil.
11760
11761 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11762
11763         * pop3.el (pop3-get-message-count): Andrew Innes
11764         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11765
11766 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11769
11770         * time-date.el (time-to-number-of-days): New function.
11771
11772 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11773         Trivial patch.
11774
11775         * nnslashdot.el (nnslashdot-request-list): Always get the right
11776         sid.
11777
11778 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * message.el (message-minibuffer-local-map): New keymap.
11781         (message-read-from-minibuffer): Use it.
11782         * gnus-msg.el (gnus-summary-resend-message): Use it
11783
11784 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * gnus-start.el (gnus-display-time-event-handler): New function.
11787         (gnus-after-getting-new-news-hook): Use it.
11788
11789 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11790
11791         * message.el (message-ignored-mail-headers): Add draft header.
11792
11793 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11796         excursion.
11797
11798         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11799
11800 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11801         A revoked patch.
11802
11803         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11804
11805 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * qp.el (quoted-printable-decode-region): Don't backward-char.
11808
11809 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * gnus-draft.el: Mark articles as replied.
11812
11813         * gnus-sum.el (gnus-summary-add-mark): New function.
11814
11815         * gnus-group.el (gnus-add-mark): New function.
11816
11817         * gnus-sum.el (gnus-summary-buffer-name): New function.
11818         (gnus-summary-setup-buffer): Use it.
11819
11820         * gnus-draft.el: Set things up with the right post method and
11821         stuff.
11822
11823         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11824
11825         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11826
11827         * gnus.el (gnus-draft-meta-information-header): New variable.
11828
11829 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11830
11831         * gnus-art.el (gnus-treatment-function-alist): Move the date
11832         functions before the header sorting functions.
11833
11834         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11835
11836         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11837         Don't (push "/usr/share/emacs/site-lisp" load-path).
11838
11839         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11840         to empty fill prefixes.
11841
11842 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11843
11844         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11845         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11846
11847 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848
11849         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11850
11851         * nnml.el (autoload): Move to nnheader.el.
11852
11853         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11854         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11855         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11856         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11857
11858 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * gnus-art.el (article-make-date-line): Get the hours right.
11861         (gnus-ignored-headers): More hiding.
11862
11863         * nnmail.el (nnmail-expiry-wait): Not an integer.
11864
11865         * message.el (message-goto-body): Only expand abbrev when called
11866         interactively.
11867         (message-make-lines): Use it.
11868
11869 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11870
11871         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11872
11873 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11876         include the expunged articles.
11877
11878         * gnus-group.el (gnus-group-sort-by-server): New function.
11879
11880         * gnus.el (gnus-method-to-server-name): New function.
11881         (gnus-group-prefixed-name): Use it.
11882
11883         * gnus-group.el (gnus-group-sort-function): Doc fix.
11884         (gnus-group-sort-groups-by-server): New command.
11885
11886 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-art.el (gnus-treat-date-english): New variable.
11889         (article-date-english): New command.
11890         (gnus-english-month-names): New variable.
11891         (article-make-date-line): Do 'english.
11892
11893         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11894         after the fill prefix.
11895
11896         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11897         score...".
11898
11899         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11900
11901         * message.el (message-mode-map): Bind comment-region.
11902
11903         * gnus-art.el (gnus-mime-display-part): Let w3 display
11904         multipart/related.
11905
11906         * mm-bodies.el (mm-long-lines-p): New function.
11907         (mm-body-encoding): Use it.
11908         (mm-body-encoding): Encode articles with lines longer than 1000
11909         characters.
11910
11911 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11912
11913         * mm-util.el (mm-enable-multibyte): Use
11914         default-enable-multibyte-characters.
11915         (mm-enable-multibyte-mule4): Ditto.
11916         (mm-disable-multibyte): Test XEmacs.
11917         (mm-disable-multibyte-mule4): Ditto.
11918         (mm-with-unibyte-current-buffer): Simplified.
11919         (mm-with-unibyte-current-buffer-mule4): Ditto.
11920
11921 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922
11923         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11924
11925         * nnheader.el (nnheader-string-as-multibyte): New alias.
11926
11927         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11928
11929         * gnus-uu.el (gnus-message-process-mark): New function.
11930         (gnus-uu-mark-by-regexp): Use it.
11931         (gnus-new-processable): New function.
11932
11933 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11934          Trivial patch.
11935
11936         * gnus-sum.el (gnus-no-mark): New variable.
11937
11938 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11939
11940         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11941         backslashes.
11942
11943 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11946         definition.
11947
11948 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11951
11952         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11953         XEmacs.
11954
11955 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11956         Trivial patch.
11957
11958         * mml.el (mml-read-tag): Save tag location.
11959
11960 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11961
11962         * starttls.el: Sync with Emacs 21.
11963
11964 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * message.el (message-mail): Support yank-action.
11967
11968         * message.el (message-setup): Revoke the last change.
11969
11970 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11973         <jvromans@squirrel.nl>.
11974
11975 2000-12-24  Simon Josefsson  <sj@extundo.com>
11976
11977         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11978         mailing list junk at end of part.
11979
11980 2000-12-23  Simon Josefsson  <sj@extundo.com>
11981
11982         * nnimap.el (nnimap-expiry-target): New function.
11983         (nnimap-request-expire-articles): Use it.
11984
11985 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * gnus.el (gnus-group-parameters-more): New variable.
11988         * gnus-cus.el (gnus-group-customize): Use it.
11989
11990         * gnus.el (gnus-define-group-parameter): New macro.
11991         (auto-expire): Use it
11992         (total-expire): Use it.
11993         * gnus-art.el (banner): Use it.
11994
11995         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11996         <ljz@asfast.com>.
11997
11998 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * gnus-topic.el (gnus-topic-create-topic): Use list.
12001
12002         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12003         before binding gnus-default-article-saver.
12004
12005         * gnus-sum.el (gnus-summary-save-article):
12006         (gnus-summary-pipe-output):
12007         (gnus-summary-save-article-mail):
12008         (gnus-summary-save-article-rmail):
12009         (gnus-summary-save-article-file):
12010         (gnus-summary-write-article-file):
12011         (gnus-summary-save-article-body-file): Ditto.
12012
12013         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
12014
12015 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * gnus-art.el (gnus-mime-security-button-map):
12018         (gnus-mime-button-map): Add parent.
12019
12020 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * messagexmas.el (message-xmas-redefine): New function.
12023
12024         * message.el: Use it.
12025
12026         * gnus-art.el (gnus-article-check-hidden-text): Return t.
12027
12028         * gnus-util.el (gnus-remove-text-properties-when): Return t.
12029
12030 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12031
12032         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
12033         malformatted messages.
12034
12035 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * mm-util.el (mm-image-load-path): New function.
12038
12039         * gnus-group.el (gnus-group-make-tool-bar): Use it.
12040
12041         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
12042
12043         * message.el (message-tool-bar-map): Use it.
12044
12045         * Makefile.in (install-el): New rule.
12046
12047 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-art.el (article-treat-dumbquotes): Quote \.
12050
12051 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12052
12053         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
12054         Emacs 20 runs on a terminal.
12055
12056 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12057
12058         * gnus-msg.el (gnus-bug): Revert to save-excursion.
12059
12060         * mml.el (gnus-add-minor-mode): Autoload.
12061
12062         * message.el (message-forward): Save-restriction.
12063
12064 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12065
12066         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
12067         Paul Stevenson <p.stevenson@surrey.ac.uk>
12068
12069 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
12072
12073         * mml.el (gnus-ems): Don't require.
12074
12075         * gnus.el (gnus-decode-rfc1522): Removed.
12076         (gnus-set-text-properties): Define.
12077
12078 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12079
12080         * gnus-art.el (gnus-mime-*): handle may be nil.
12081
12082         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12083
12084         * gnus.el (gnus-group-remove-excess-properties): Not defined
12085         in gnus-xmas.
12086
12087 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * message.el (message-mail-user-agent): Add :version.
12090
12091 2000-12-21  Miles Bader  <miles@gnu.org>
12092
12093         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12094
12095 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * message.el (message-mail-user-agent): New variable.
12098         (message-setup): Renamed to message-setup-1. Support
12099         mail-user-agent.
12100         (message-mail-user-agent): New function.
12101         (message-mail): Use it.
12102         (message-reply): Use it.
12103         (message-resend): Use it.
12104         (message-mail-other-window): Use it.
12105         (message-mail-other-frame): Use it.
12106
12107         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12108
12109 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * message.el (message-tool-bar-map): Simplify.
12112         (message-narrow-to-head-1): New function.
12113         (message-narrow-to-head): Use it.
12114         (message-reply): Ditto.
12115         (message-cancel-news): Ditto.
12116         (message-supersede): Ditto.
12117         (message-make-forward-subject): Ditto.
12118         (message-bounce): Ditto.
12119
12120 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * uudecode.el (uudecode-decode-region-external): make-temp-file
12123         may not be defined.
12124
12125         * binhex.el (defalias): eval-and-compile.
12126
12127         * message.el (message-tool-bar-map): New function.
12128         (message-mode): Use it.
12129
12130 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12131
12132         * nntp.el (nntp-find-connection): Remove the entry.
12133         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12134
12135 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12138
12139         * message.el (message-forward): Copy buffer in unibyte mode.
12140
12141 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12142
12143         * message.el (message-make-forward-subject): Don't widen. Decode.
12144         (message-forward): Don't decode subject.
12145
12146 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12147
12148         * qp.el (quoted-printable-encode-region): Upcase QP.
12149
12150 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12153         mail-extract-a-c instead. Don't depend on Gnus.
12154
12155         * mml.el (gnus-ems): Require it.
12156
12157         * gnus-msg.el (gnus-summary-mail-forward):
12158
12159         * message.el (message-forward):  Move mime-to-mml here.
12160
12161 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12164         * gnus-art.el (gnus-insert-mime-button): Simplify.
12165         (gnus-mime-display-alternative): Ditto.
12166         (gnus-insert-mime-security-button): Ditto.
12167
12168 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12169
12170         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12171         text-property-not-all doesn't return nil when start=mark(end).
12172         (gnus-remove-text-properties-when): Ditto.
12173
12174 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * gnus-start.el (gnus-group-change-level): Remove group from
12177         gnus-active-hashtb if real killed.
12178
12179 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12182         (gnus-mime-display-alternative): Ditto.
12183         (gnus-insert-mime-security-button): Ditto.
12184
12185 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186
12187         * gnus-start.el (gnus-group-change-level): Don't add it into
12188         killed-list if it was killed.
12189
12190 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12191
12192         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12193         (nnmbox-active-file-coding-system): Ditto.
12194
12195         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12196
12197 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12198
12199         * gnus.el (gnus-version):
12200         (gnus-version-number): Set to Oort Gnus 0.01.
12201
12202         * gnus-art.el (gnus-mime-security-button-map):
12203         (gnus-insert-mime-security-button): Fix for Emacs21.
12204
12205 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12206
12207         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12208         easymenu, because XEmacs doesn't understand :help.
12209
12210         * mm-uu.el: Require binhex.
12211
12212 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12215
12216 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12219
12220 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12221
12222         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12223
12224 2000-12-18  Dave Love  <fx@gnu.org>
12225
12226         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12227         (unused).
12228
12229 2000-12-13  Miles Bader  <miles@gnu.org>
12230
12231         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12232         to t, so that we don't get stuck while trying to smilefy
12233         intangible text.
12234
12235 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12236
12237         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12238         at the end of the buffer.
12239         (smiley-region): In the loop, move to the end of the submatch
12240         matching the smiley instead of using the end of the match
12241         of the whole regexp.
12242
12243 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12244
12245         * message.el (message-mode): Doc fix.
12246
12247 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12248
12249         * smiley-ems.el (smiley-region): Doc fix.
12250
12251 2000-12-11  Miles Bader  <miles@gnu.org>
12252
12253         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12254         bottom line visible, check to see if it's partially obscured, and
12255         if so, either scroll one more line to make it fully visible, or
12256         revert to showing the second line from the top.
12257
12258 2000-12-07  Dave Love  <fx@gnu.org>
12259
12260         * mailcap.el (mailcap-download-directory)
12261         * gnus-audio.el (gnus-audio-directory)
12262         * smiley-ems.el (smiley-data-directory): Fix :type.
12263
12264 2000-11-30  Dave Love  <fx@gnu.org>
12265
12266         * message.el (message-auto-save-directory): Use
12267         file-name-as-directory.
12268         (message-set-auto-save-file-name): Create
12269         message-auto-save-directory if necessary.
12270         (message-replace-chars-in-string): Removed -- unused.
12271         (message-mail-alias-type): Customize.
12272         (message-headers): Remove duplicate defgroup.
12273
12274 2000-11-29  Dave Love  <fx@gnu.org>
12275
12276         * qp.el (quoted-printable-decode-region): Use error, not message
12277         to report malformed text (like base64).  Amend message.
12278
12279 2000-11-29  Miles Bader  <miles@gnu.org>
12280
12281         * message.el (message-header-lines): Fontify tag.
12282
12283 2000-11-27  Dave Love  <fx@gnu.org>
12284
12285         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12286         compiler warning.
12287
12288 ;2000-11-26  Dave Love  <fx@gnu.org>
12289 ;
12290 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12291 ;
12292 2000-11-23  Dave Love  <fx@gnu.org>
12293
12294         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12295
12296         * mm-uu.el (uudecode): Require.
12297         (uudecode-decode-region, uudecode-decode-region-external): Don't
12298         autoload.
12299         (mm-uu-copy-to-buffer): Doc fix.
12300         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12301         type fix.
12302
12303         * mailcap.el: Doc fixes.
12304         (mailcap-mime-data): Various adjustments.
12305         (mailcap): New group.
12306         (mailcap-download-directory): Customize.
12307         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12308         (mailcap-temporary-directory): Deleted (unused).
12309         (mailcap-unescape-mime-test): Simplify slightly.
12310         (mailcap-viewer-passes-test): Use functionp.
12311         (mailcap-command-p): Aliased to executable-find.
12312
12313         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12314         default-enable-multibyte-characters is nil.
12315
12316 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12317
12318         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12319
12320 2000-11-21  Dave Love  <fx@gnu.org>
12321
12322         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12323         gnus-article-mode-map.
12324 ;       (gnus-mime-button-menu): Use mouse-set-point.
12325         (gnus-insert-mime-button, gnus-mime-display-alternative)
12326         (gnus-mime-display-alternative): Don't use local-map property.
12327
12328 2000-11-17  Dave Love  <fx@gnu.org>
12329
12330         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12331         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12332         and make-temp-file.
12333         (uudecode-decode-region): Doc fix.
12334
12335 2000-11-14  Dave Love  <fx@gnu.org>
12336
12337         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12338         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12339         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12340         New files, derived from the XPMs.
12341
12342 2000-11-10  Dave Love  <fx@gnu.org>
12343
12344         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12345         (gnus-agent-lib-file, gnus-agent-load-alist)
12346         (gnus-agent-save-alist, gnus-agent-article-name): Use
12347         expand-file-name.
12348
12349         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12350         :version.
12351         (nnkiboze-score-file): Defvar when compiling.
12352
12353         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12354
12355         * gnus-art.el (gnus-article-banner-alist)
12356         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12357         (gnus-article-date-lapsed-new-header)
12358         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12359         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12360         (gnus-treat-strip-headers-in-body)
12361         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12362         (gnus-treat-translate): Add :version.
12363         (gnus-article-mime-part-function): Fix defcustom.
12364
12365         * nnmail.el (nnmail-expiry-target)
12366         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12367         (nnmail-split-header-length-limit): Add :version.
12368
12369         * gnus-sum.el (gnus-auto-expirable-marks)
12370         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12371         (gnus-extra-headers, gnus-ignored-from-addresses)
12372         (gnus-newsgroup-ignored-charsets)
12373         (gnus-group-highlight-words-alist)
12374         (gnus-summary-show-article-charset-alist): Add :version.
12375
12376         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12377         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12378         files, converted from the XPMs.
12379
12380         * gnus-cache.el (gnus-cache-active-file): Don't use
12381         file-name-as-directory on directory.
12382         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12383         use file-name-as-directory on directory.
12384
12385         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12386         (date-to-time): Use it.
12387
12388 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12389 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12390 ;       (message-newline-and-reformat): Likewise.
12391         (message-forward-as-mime, message-forward-ignored-headers)
12392         (message-buffer-naming-style, message-default-charset)
12393         (message-dont-reply-to-names, message-send-mail-partially-limit):
12394         Add :version.
12395
12396         * mm-util.el: Doc fixes.
12397         (mm-mime-charset): Don't use the raw result of
12398         mm-preferred-coding-system.
12399         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12400         (mm-with-unibyte): Simplify.
12401
12402         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12403         concat.
12404
12405         * pop3.el (pop3-version): Deleted.
12406         (pop3-make-date): New function, avoiding message-make-date.
12407         (pop3-munge-message-separator): Use it.
12408
12409 2000-11-09  Dave Love  <fx@gnu.org>
12410
12411         * gnus-group.el (gnus-group-make-directory-group)
12412         (gnus-group-fetch-faq): Use expand-file-name.
12413         (gnus-group-fetch-faq): Simplify completing-read form.
12414
12415         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12416         test for Mule.
12417
12418         * message.el (tool-bar-map): Defvar when compiling.
12419
12420         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12421         (gnus-tm-lisp-directory): Deleted.
12422         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12423         (featurep 'xemacs).
12424         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12425         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12426         version numbers from file names.
12427
12428 2000-11-08  Dave Love  <fx@gnu.org>
12429
12430         * mm-view.el: Use featurep for XEmacs test.
12431         (mm-inline-message): Test for `remove-specifier'; don't use
12432         condition-case.
12433
12434         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12435
12436         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12437         (gnus-score-find-bnews): Don't concat "".
12438
12439         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12440         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12441         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12442         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12443
12444         * gnus-sum.el: Put some defvars in eval-when-compile.
12445         (gnus-summary-mode-hook): Add :options.
12446         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12447         (gnus-summary-tool-bar-map): New variable.
12448         (gnus-summary-make-tool-bar): New function.
12449         (gnus-summary-mode): Put kill-all-local-variables first.
12450
12451         * gnus-group.el (gnus-group-toolbar-map): New variable.
12452         (gnus-group-make-tool-bar): Rewritten.
12453         (gnus-group-mode): Put kill-all-local-variables first.
12454
12455         * rfc2047.el: Require gnus-util.
12456
12457         * nnml.el (gnus-sorted-intersection): Autoload.
12458
12459         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12460         Put some defvars in eval-when-compile.
12461         (gnus-intersection, gnus-sorted-complement):  Autoload.
12462
12463         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12464
12465         * mm-encode.el (mm-body-7-or-8): Autoload.
12466
12467         * mm-decode.el (mm-insert-inline): Autoload.
12468
12469         * mml.el:
12470         * message.el: Put some defvars in eval-when-compile.
12471
12472         * gnus-msg.el: Put some defvars in eval-when-compile.
12473         (gnus-msg-mail): Move after gnus-setup-message.
12474
12475         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12476
12477 2000-11-07  Dave Love  <fx@gnu.org>
12478
12479         * gnus-util.el (nnheader): Don't require message (recursive
12480         autoload).
12481
12482         * uudecode.el: Avoid compiler warnings.
12483
12484         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12485         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12486
12487 2000-11-06  Dave Love  <fx@gnu.org>
12488
12489         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12490
12491         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12492         (uudecode-char-int): New alias, replacing char-int.
12493         (uudecode-decode-region): Don't call buffer-disable-undo.
12494
12495 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12496 ;       (mm-uu-configure-list): Doc fix.
12497 ;
12498 ;       * earcon.el (running-xemacs): Don't define.
12499 ;
12500 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12501 ;
12502 ;       * message.el (message-font-lock-keywords): Match a final newline
12503 ;       to help font-lock's multiline support.
12504 ;
12505 2000-11-03  Dave Love  <fx@gnu.org>
12506
12507         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12508
12509         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12510         name.
12511
12512         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12513         <banner>: Fix custom type, doc.
12514
12515         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12516         name.  Don't disable undo explicitly.
12517
12518 ;2000-11-02  Dave Love  <fx@gnu.org>
12519 ;
12520 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12521 ;       cite-prefix.
12522
12523 2000-11-01  Dave Love  <fx@gnu.org>
12524
12525         * rfc2047.el (base64): Require unconditionally.
12526         (message-posting-charset): Defvar when compiling.
12527         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12528         message.
12529
12530         * gnus-sum.el (nnoo): Require.
12531         (mm-uu-dissect): Autoload.
12532
12533         * mml.el (mml-parse-1): Clarify message.
12534         (mml-minibuffer-read-type): Use mailcap-mime-types.
12535
12536 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12537
12538         * mml.el: Fix a typo in the requiring of CL.
12539
12540 2000-11-01  Dave Love  <fx@gnu.org>
12541
12542         * utf7.el: Require cl when compiling.
12543
12544         * binhex.el: Use (featurep 'xemacs).
12545         (binhex-char-int): New alias, replacing char-int.  Change callers.
12546         (binhex-decode-region): Simplify work buffer code.
12547         (binhex-decode-region-external): Use expand-file-name, not concat.
12548
12549 2000-10-30  Dave Love  <fx@gnu.org>
12550
12551         * gnus-art.el: Fix 2000-10-27 change properly.
12552
12553 2000-10-28  Miles Bader  <miles@gnu.org>
12554
12555         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12556
12557 2000-10-27  Dave Love  <fx@gnu.org>
12558
12559         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12560         strings.
12561         (gnus-group-make-tool-bar): New function.
12562         (gnus-group-mode): Use it.
12563
12564         * message.el (message-mode-menu): Add some :help strings.
12565         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12566         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12567
12568         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12569         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12570         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12571
12572         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12573         display-graphic-p here.
12574
12575 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12576
12577         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12578         of the `gnus-xemacs' variable, as the latter has been removed.
12579         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12580         * gnus-art.el (gnus-treat-display-xface)
12581         (gnus-treat-display-smileys, gnus-treat-display-picons)
12582         (gnus-article-read-summary-keys): Likewise.
12583
12584 2000-10-26  Dave Love  <fx@gnu.org>
12585
12586         (defvar): Use rmail-spool-directory unconditionally.
12587
12588 2000-10-18  Dave Love  <fx@gnu.org>
12589
12590         * mm-bodies.el (mm-uu-decode-function)
12591         (mm-uu-binhex-decode-function): Defvar when compiling.
12592
12593         * gnus-nocem.el (gnus-nocem-issuers): Update.
12594         (gnus-nocem-check-from): New option.
12595         (gnus-nocem-scan-groups): Use it.
12596         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12597         (gnus-nocem-check-article-limit): Add :version.
12598
12599 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12600
12601         * ietf-drums.el (mm-util): Require CL when compiling.
12602
12603 2000-10-15  Dave Love  <fx@gnu.org>
12604
12605         * qp.el: Require mm-util.
12606
12607 2000-10-13  Dave Love  <fx@gnu.org>
12608
12609         * qp.el (quoted-printable-decode-region): Avoid invalid
12610         coding-systems.
12611
12612 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12613
12614         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12615         to a recursive load.
12616
12617 2000-10-12  Dave Love  <fx@gnu.org>
12618
12619         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12620
12621         * gnus.el (gnus-group-startup-message): Check for PBM image.
12622
12623 2000-10-09  Dave Love  <fx@gnu.org>
12624
12625         * mail-source.el (mail-source-fetch-imap): Bind
12626         default-enable-multibyte-characters rather than using
12627         mm-disable-multibyte.
12628
12629 2000-10-05  Dave Love  <fx@gnu.org>
12630
12631         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12632         Autoload.
12633         (quoted-printable-decode-region):  Rename arg which confused
12634         charset with coding-system.  Don't use nonascii-insert-offset.
12635         Coding-system encode the region initially.  Don't recognize `=='
12636         as valid QP.  Coding-system decode the region finally.
12637         (quoted-printable-decode-string): Rename arg which confused
12638         charset with coding-system.
12639
12640         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12641         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12642         mm-encode-coding-region.
12643         (mm-decode-body, mm-decode-string): Rename variables which
12644         confused charset with coding-system.
12645         (binhex-decode-region): Don't autoload.
12646         (mm-body-encoding): Require message.
12647         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12648         cond branches.
12649
12650         * gnus-art.el (article-de-quoted-unreadable)
12651         (article-de-base64-unreadable): Fold search case
12652         rather than downcasing string.  Apply mm-charset-to-coding-system
12653         to arg of quoted-printable-decode-region.
12654
12655 2000-10-04  Dave Love  <fx@gnu.org>
12656
12657         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12658         Require ring when compiling.
12659         (gnus-article-compface-xbm): New variable.
12660
12661 2000-10-04  Dave Love  <fx@gnu.org>
12662
12663         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12664         pbm images.
12665
12666         * frown.pbm, smile.pbm, wry.pbm: New files.
12667
12668         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12669
12670 2000-10-03  Dave Love  <fx@gnu.org>
12671
12672         * mail-source.el (mail-sources): Revert to nil.
12673
12674         * nnmail (nnmail-spool-file): Revert to `((file))'.
12675
12676         * qp.el: Don't require mm-util.
12677         (quoted-printable-decode-region): Rewritten.
12678         (quoted-printable-decode-string, quoted-printable-encode-region):
12679         Doc fix.
12680         (quoted-printable-encode-region): Barf on multibyte characters.
12681         Maybe make the class multibyte.  Upcase chars, not formatted
12682         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12683         (quoted-printable-encode-string): Don't use
12684         mm-with-unibyte-buffer.
12685
12686 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12687
12688         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12689
12690 2000-09-21  Dave Love  <fx@gnu.org>
12691
12692         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12693         (for Emacs 20).  Tidy somewhat.
12694
12695 2000-09-21  Dave Love  <fx@gnu.org>
12696
12697         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12698         image processing.  Rationalize logic somewhat.
12699
12700 2000-09-20  Dave Love  <fx@gnu.org>
12701
12702         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12703         specifically.
12704
12705         * gnus.el (gnus-version-number): Avoid some redundant
12706         autoloads.
12707
12708 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12709
12710         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12711         to XBM; we always have PBM support.
12712
12713 2000-09-14  Dave Love  <fx@gnu.org>
12714
12715         * gnus.el (gnus-charset):
12716         * mm-decode.el (mime-display):
12717         * imap.el (imap) <defgroup>: Add :version.
12718
12719 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12720
12721         * parse-time.el: Fix author's mail address.
12722
12723         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12724         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12725         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12726         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12727         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12728         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12729         * rfc2231.el, uudecode.el: Fix copyright notice.
12730
12731         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12732         require `w3' at load-time only if not running in batch mode.
12733
12734 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * gnus.el: Before merge with Emacs21.
12737
12738 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12739
12740         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12741
12742 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12743
12744         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12745         to avoid conflict with the standard `back-to-indentation'
12746         binding.
12747
12748 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12749
12750         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12751
12752         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12753         (mm-disable-multibyte-mule4): Ditto.
12754         (mm-with-unibyte-current-buffer-mule4): Ditto.
12755
12756 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * pop3.el (pop3-movemail): Use binary.
12759         (pop3-movemail-file-coding-system): Removed.
12760
12761 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12762
12763         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12764
12765 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12766
12767         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12768         exists.
12769
12770 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * gnus-msg.el (gnus-post-method): Use backend name when the
12773         address is "".
12774
12775 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12776
12777         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12778         mm-verify-option.
12779         (gnus-treat-x-pgp-sig): Default value.
12780         (gnus-ignored-headers): Redundant.
12781
12782 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * gnus-win.el (gnus-configure-frame): Save selected window.
12785
12786 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12787
12788         * nnmbox.el: Require gnus-range.
12789         (nnmbox-group-building-active-articles): New variable.
12790         (nnmbox-group-active-articles): New variable; this is a cache of
12791         all active articles by group and number.
12792         (nnmbox-in-header-p): New function.
12793         (nnmbox-find-article): New function.
12794         (nnmbox-record-active-article): New function.
12795         (nnmbox-record-deleted-article): New function.
12796         (nnmbox-is-article-active-p): New function.
12797         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12798         (nnmbox-request-article): Ditto.  Also supply extra arg to
12799         nnmbox-article-group-number.
12800         (nnmbox-request-expire-articles): Ditto.
12801         (nnmbox-request-move-article): Ditto.
12802         (nnmbox-request-replace-article): Ditto.
12803         (nnmbox-request-rename-group): Rename group entry in active
12804         article cache.
12805         (nnmbox-delete-mail): Update active article cache, unless article
12806         is being replaced.
12807         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12808         than partially duplicating it.
12809         (nnmbox-article-group-number): Add extra `this-line' arg, to
12810         handle articles belonging to multiple groups.
12811         (nnmbox-save-mail): Update active article cache.
12812         (nnmbox-read-mbox): Build active article cache when loading mbox.
12813         Also do some repair work, if we find articles that are missing the
12814         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12815         reconstruct these from Xref info.
12816
12817 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12818
12819         * mail-source.el (mail-source-report-new-mail): Use
12820         nnheader-run-at-time.
12821
12822 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12823
12824         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12825         an error is thrown, and then rethrow the error.
12826         (mail-source-check-pop): Ditto.
12827         (mail-source-start-idle-timer): Prevent multiple pop checks
12828         running if the check takes a long time.
12829
12830 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12833         succeed.
12834
12835 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * gnus-win.el (gnus-configure-windows): Make sure
12838         nntp-server-buffer is live.
12839         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12840
12841 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12842
12843         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12844
12845 2000-12-04  Andreas Jaeger  <aj@suse.de>
12846
12847         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12848
12849 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12850
12851         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12852
12853 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12854         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12855
12856         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12857
12858 2000-12-01  Simon Josefsson  <sj@extundo.com>
12859
12860         * mml-smime.el (mml-smime-verify): Fix address parsing.
12861
12862 2000-12-01  Simon Josefsson  <sj@extundo.com>
12863
12864         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12865         more than one certificate inside PKCS#7 blob.  Better security
12866         information (clamed / actual sender, openssl output, certificates
12867         inside message).
12868
12869         * smime.el (smime-verify-region): Output to /dev/null.
12870         (smime-buffer-as-string-region): Don't parse empty lines.
12871
12872 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12873
12874         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12875         ?d and ?D.
12876         (gnus-mime-security-show-details-inline): New variable.
12877         (gnus-mime-security-show-details): Use them.
12878         (gnus-insert-mime-security-button): Ditto.
12879
12880         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12881         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12882         (mml2015-gpg-clear-verify): Ditto.
12883         (mml2015-gpg-decrypt-1): Ditto.
12884         (mml2015-use): Prefer 'gpg.
12885
12886 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * gnus-util.el (gnus-add-text-properties-when): New function.
12889         (gnus-remove-text-properties-when): Ditto.
12890
12891         * gnus-cite.el (gnus-article-hide-citation): Use them.
12892         (gnus-article-toggle-cited-text): Use them.
12893
12894         * gnus-art.el (gnus-signature-toggle): Use them.
12895         (gnus-article-show-hidden-text): Ditto.
12896         (gnus-article-hide-text): Ditto.
12897
12898 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12901
12902 2000-11-30  Simon Josefsson  <sj@extundo.com>
12903
12904         * smime.el (smime-point-at-eol): New alias.
12905         (smime-buffer-as-string-region): Use it.
12906
12907 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12910
12911 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12914
12915         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12916
12917         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12918
12919 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12920
12921         * nnmh.el (nnmh-request-expire-articles): Implemented
12922         expiry-target for nnmh backend.
12923
12924 2000-11-30  Simon Josefsson  <sj@extundo.com>
12925
12926         * mm-decode.el (mm-security-from): New variable.
12927         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12928
12929         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12930         than `from'.
12931
12932 2000-11-30  Simon Josefsson  <sj@extundo.com>
12933
12934         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12935         address match sender address.
12936
12937         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12938
12939         * smime.el (smime-verify-region): Don't copy buffer.
12940         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12941         (smime-pkcs7-region): New function.
12942         (smime-pkcs7-certificates-region): Ditto.
12943         (smime-pkcs7-email-region): Ditto.
12944         (smime-buffer-as-string-region): Ditto.
12945
12946         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12947         buffer.
12948
12949 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12950
12951         * smime.el (smime-decrypt-region): Fix keyfile argument.
12952
12953 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12954
12955         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12956
12957 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * message.el (message-shoot-gnksa-feet): New variable.
12960         (message-gnksa-enable-p): New function.
12961         (message-send): Use it.
12962         (message-check-news-body-syntax): Ditto.
12963
12964 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * message.el (message-make-message-id): Remove the redundancy.
12967
12968 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12969
12970         * message.el (message-setup): Discourage using mc-install-*-mode.
12971
12972         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12973
12974 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12975
12976         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12977
12978 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12979
12980         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12981
12982 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12983
12984         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12985
12986 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12989         insert-buffer-substring.
12990
12991         * message.el (message-send-mail): Use buffer-substring-no-properties.
12992         (message-send-news): Ditto.
12993
12994 2000-11-22  David Edmondson  <dme@dme.org>
12995
12996         * imap.el (imap-wait-for-tag): Message read info.
12997
12998 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12999
13000         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13001         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13002         (mml2015-gpg-encrypt): Ditto.
13003
13004 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005
13006         * mm-decode.el (mm-verify-option): Default value.
13007
13008         * mml-sec.el (mml-secure-part): Error message.
13009
13010 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
13013
13014 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
13017
13018 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * gnus-art.el (gnus-article-describe-key): Use prompt.
13021         (gnus-article-describe-key-briefly): Ditto.
13022
13023 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
13026
13027 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * gnus-art.el (gnus-article-describe-key): New function.
13030         (gnus-article-describe-key-briefly): New function.
13031
13032 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * mm-decode.el (mm-decrypt-option): Doc typo.
13035
13036         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
13037         return a number.
13038
13039 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13040
13041         * message.el (message-newline-and-reformat): Typo.
13042
13043 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * gnus-art.el (article-verify-x-pgp-sig): Check whether
13046         original-article-buffer exists.
13047
13048         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
13049         (rfc2047-header-encoding-alist): Addresses are different from text.
13050         (rfc2047-encode-message-header): Ditto.
13051         (rfc2047-dissect-region): Extra parameter.
13052         (rfc2047-encode-region): Ditto.
13053         (rfc2047-encode-string): Ditto.
13054
13055 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
13058         (mm-uu-pgp-encrypted-extract): Use it.
13059         (mm-uu-pgp-signed-extract-1): New function.
13060         (mm-uu-pgp-signed-extract): Use it.
13061
13062         * gnus-art.el (gnus-mime-display-security): New function.
13063         (gnus-mime-display-part): Use it.
13064         (gnus-mime-security-verify-or-decrypt): New function.
13065         (gnus-mime-security-press-button): New function.
13066         (gnus-insert-mime-security-button): Use it.
13067
13068         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
13069         (mm-find-raw-part-by-type): Ditto.
13070         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
13071         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
13072         (mm-destroy-parts): Kill nested multibyte buffer.
13073
13074         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13075         (mml2015-gpg-verify): Ditto.
13076
13077 2000-11-18  Simon Josefsson  <sj@extundo.com>
13078
13079         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13080         (mml2015-function-alist): Use it.
13081
13082         * mml-sec.el (mml-sign-alist): Update names.
13083         (mml-encrypt-alist): Ditto.
13084         (mml-secure-part-smime-sign): Moved to mml-smime.el
13085         as `mml-smime-sign-query'.
13086         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13087         `mml-smime-get-file-cert'.
13088         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13089         `mml-smime-get-dns-cert'.
13090         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13091         `mml-smime-encrypt-query'.
13092         (mml-smime-sign-buffer): Use mml-smime-sign.
13093         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13094
13095         * mml-smime.el (mml-smime-sign): New function.
13096         (mml-smime-encrypt):
13097         (mml-smime-sign-query):
13098         (mml-smime-get-file-cert):
13099         (mml-smime-get-dns-cert):
13100         (mml-smime-encrypt-query): Moved from mml-sec.el.
13101
13102 2000-11-16  Simon Josefsson  <sj@extundo.com>
13103
13104         * mml2015.el (mml2015-gpg-clear-verify): New function.
13105         (mml2015-function-alist): Add it.
13106
13107 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13108
13109         * message.el (message-setup-fill-variables): Use
13110         message-cite-prefix-regexp.
13111         (message-newline-and-reformat): Check the end of citation, leading
13112         WSP, break in the cite prefix.
13113         (message-fill-paragraph): New function.
13114
13115 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13116
13117         * lpath.el: Shut up.
13118
13119 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13120
13121         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13122         raw 8-bit in headers in dk.* newsgroups.
13123
13124 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13125
13126         * message.el (message-newline-and-reformat): Match extra WSPs.
13127
13128 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129
13130         * mml.el (mml-generate-mime-1): Ignore ascii.
13131
13132 2000-11-16 Justin Sheehy  <justin@iago.org>
13133
13134         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13135
13136 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13137
13138         * message.el (message-cite-prefix-regexp): Prefix should not end
13139         at space.
13140
13141 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13142
13143         * message.el (message-mode-syntax-table): Add - as a word
13144         constituent as in articles.
13145         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13146         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13147         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13148
13149 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13150
13151         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13152
13153 2000-11-12  David Edmondson  <dme@dme.org>
13154
13155         * message.el (message-font-lock-keywords): use
13156         message-cite-prefix-regexp.
13157
13158 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13159
13160         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13161         Stein Arild Str\e,Ax\e(Bmme.
13162         (gnus-group-jump-to-group): Use it.
13163         (gnus-group-jump-to-group-prompt): Customize.
13164
13165 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13166
13167         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13168
13169 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13172         incompatible.
13173         (mml2015-mailcrypt-sign): Ditto.
13174
13175 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13176
13177         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13178         group is open.
13179
13180 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13181
13182         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13183         nnvirtual articles.
13184         (gnus-backlog-request-article): Don't request nnvirtual articles.
13185
13186 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13187
13188         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13189         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13190
13191 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13192
13193         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13194         * mml.el (mml-generate-mime-1): Use charset attribute.
13195         * mm-bodies.el (mm-encode-body): Add parameter charset.
13196         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13197
13198 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13199
13200         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13201         (mml2015-mailcrypt-clear-decrypt): Ditto.
13202         (mml2015-mailcrypt-verify): Ditto.
13203         (mml2015-mailcrypt-clear-verify): Ditto.
13204         (mml2015-gpg-verify): Ditto.
13205
13206 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13207
13208         * smime.el (smime-openssl-program): Test the existence of openssl.
13209         * mml-smime.el: Require mm-decode.
13210         (mml-smime-verify-test): New function.
13211         * mm-decode.el (mm-verify-function-alist): Use it.
13212
13213 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13214
13215         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13216         anyway.
13217
13218 2000-11-13  Simon Josefsson  <sj@extundo.com>
13219
13220         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13221         verification doesn't work.
13222
13223 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13226         (gnus-inews-do-gcc): Use it.
13227
13228 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13229
13230         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13231         leading space.
13232         * mm-extern.el (mm-inline-external-body): Report error when no
13233         access-type.
13234
13235 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13238
13239 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13240
13241         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13242
13243 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13244
13245         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13246         as multipart/mixed.
13247
13248 2000-11-12  David Edmondson  <dme@dme.org>
13249
13250         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13251         and replace `.' with `\w' to allow for different syntax tables
13252         (from Vladimir Volovich).
13253         * message.el (message-newline-and-reformat): use
13254         `message-cite-prefix-regexp'.
13255         * gnus-cite.el (gnus-supercite-regexp): use
13256         `message-cite-prefix-regexp'.
13257         * gnus-cite.el (gnus-cite-parse): use
13258         `message-cite-prefix-regexp'.
13259
13260 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13263         PGP SIGNATURE.  Escape leading "-"'s.
13264         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13265
13266 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13269
13270 2000-11-11  Simon Josefsson  <sj@extundo.com>
13271
13272         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13273
13274         * smime.el (smime-details-buffer): New variable.
13275         (smime-sign-region):
13276         (smime-encrypt-region):
13277         (smime-verify-region):
13278         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13279
13280         * mml-smime.el (mml-smime-verify): Support security info.
13281
13282 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13283
13284         * mm-decode.el (mm-verify-option): Set default to nil.
13285         (mm-decrypt-option): Ditto.
13286         * gnus-art.el (article-verify-x-pgp-sig): New function.
13287
13288 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13291         preferred part.
13292
13293 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13294
13295         * gnus-sum.el (gnus-move-split-methods): Say that
13296         `gnus-split-methods' uses file names, whereas this uses group
13297         names.  (Report from Nevin Kapur)
13298
13299 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13300
13301         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13302
13303 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13304
13305         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13306         (nnheader-directory-articles): Use it.
13307         (nnheader-article-to-file-alist): Ditto.
13308
13309 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13310
13311         * rfc2047.el (rfc2047-pad-base64): New function.
13312         (rfc2047-decode): Use it.
13313
13314 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13315
13316         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13317         select method.
13318
13319 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13320
13321         * mml2015.el (mml2015-gpg-decrypt-1):
13322         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13323
13324 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13325
13326         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13327
13328 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * pop3.el (pop3-munge-message-separator): A message may have an
13331         empty body.
13332
13333 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13336         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13337         (mm-uu-pgp-signed-extract): Use coding-system.
13338
13339 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13340
13341         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13342         (gnus-insert-mime-security-button): New function.
13343         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13344         * mml2015.el:  Add security info when verify or decrypt.
13345         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13346         (mm-uu-pgp-encrypted-extract): Ditto.
13347
13348 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13349
13350         * mm-decode.el (mm-display-parts): New function.
13351         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13352
13353 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13354
13355         * gnus-mlspl.el: Documentation tweaks.
13356
13357 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13358
13359         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13360         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13361         argument.
13362
13363 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13364
13365         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13366
13367 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * gnus-art.el (gnus-article-encrypt): New function.
13370         (gnus-article-encrypt-protocol-alist): New variable.
13371         (gnus-article-encrypt-protocol): New variable.
13372         * mml2015.el (mml2015-self-encrypt): New function.
13373         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13374
13375 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13376
13377         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13378         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13379         let mailcap do it.
13380         * mml2015.el: Remove snarf code.
13381         * mm-decode.el: Remove snarf code.
13382
13383 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13386         (mml-insert-mime): Understand gnus-decoded.
13387         (mime-to-mml): New parameter handles.
13388         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13389         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13390
13391 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         * mm-decode.el (mime-security): New group.
13394         (mm-verify-function-alist): Add test function.
13395         (mm-decrypt-function-alist): Ditto.
13396         (mm-snarf-option): Set default value as nil.
13397         (mm-find-part-by-type): Recursive parameter.
13398         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13399         * mml2015.el: Support draft-ietf-openpgp-multsig.
13400
13401 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13402
13403         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13404         (gnus-article-view-part-as-charset): New function.
13405
13406 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13407
13408         * mm-decode.el (mm-verify-option): Default value.
13409         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13410
13411 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13412
13413         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13414
13415 2000-11-05  Simon Josefsson  <sj@extundo.com>
13416
13417         * mml-smime.el (mml-smime-verify): Work in original multipart
13418         buffert.
13419
13420         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13421         (mm-handle-multipart-ctl-parameter): Ditto.
13422         (mm-alist-to-plist): New function.
13423         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13424         for multiparts.
13425         (mm-destroy-parts): Destroy multipart buffert.
13426         (mm-remove-part): Ditto.
13427
13428         * mml-smime.el (mml-smime-sign): Not used.
13429         (mml-smime-encrypt): Ditto.
13430
13431         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13432
13433         Verify S/MIME signature support.
13434
13435         * mm-decode.el (mm-inline-media-tests): Add
13436         application/{x-,}pkcs7-signature.
13437         (mm-inlined-types): Ditto.
13438         (mm-automatic-display): Ditto.
13439         (mm-verify-function-alist): Ditto.  Add name of method.
13440         (mm-decrypt-function-alist): Add name of method.
13441         (mm-find-part-by-type): Add documentation.
13442         (mm-possibly-verify-or-decrypt): Use new format of
13443         mm-{verify,decrypt}-function-alist.  Use method names.
13444
13445         * mml-smime.el (mml-smime-verify): New function.
13446
13447 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13448
13449         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13450
13451 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13454         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13455         * mm-decode.el (mm-snarf-option): New variable.
13456
13457 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * mm-util.el (mm-subst-char-in-string): New function.
13460         (mm-replace-chars-in-string): Use it.
13461         * message.el (message-replace-chars-in-string): Use it.
13462         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13463         * gnus-mh.el (mh-lib-progs): Shut up.
13464
13465 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13466
13467         * base64.el, md5.el: Moved to contrib directory.
13468
13469 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13472         the last article when search.
13473
13474 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13475
13476         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13477         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13478
13479 2000-09-29  David Edmondson  <dme@thus.net>
13480
13481         * message.el (message-newline-and-reformat): Typo.
13482
13483 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13484
13485         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13486
13487 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13488
13489         * nntp.el (nntp-decode-text): Delete bogus status lines.
13490
13491 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13492
13493         * message.el (message-font-lock-keywords): Match a final newline
13494         to help font-lock's multiline support.
13495
13496 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13497
13498         * nnoo.el (nnoo-set): New function.
13499
13500 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13501
13502         * gpg.el, gpg-ring.el: Moved to contrib directory.
13503
13504 2000-11-04  Simon Josefsson  <sj@extundo.com>
13505
13506         * nnimap.el (nnimap-split-inbox): Typo.
13507
13508 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13509
13510         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13511
13512 2000-11-03  Simon Josefsson  <sj@extundo.com>
13513
13514         * rfc2231.el (rfc2231-parse-qp-string): New function.
13515         (require): rfc2047.
13516
13517         * mail-parse.el (mail-header-parse-content-type):
13518         (mail-header-parse-content-disposition): Support invalid QP
13519         encoded strings, by using `rfc2231-parse-qp-string'.
13520
13521 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522
13523         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13524         (rfc2231-decode-encoded-string): Typo "> X 1".
13525         (rfc2231-encode-string): Insert the name of charset.
13526         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13527
13528 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13529
13530         * mm-decode.el (mm-save-part): Return the filename.
13531         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13532         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13533         (gnus-mime-action-alist): Use it.
13534         (gnus-mime-button-commands): Use it.
13535         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13536         (mm-inline-external-body): unwind-protect.
13537
13538 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * gnus-art.el (gnus-insert-mime-button): Show url.
13541
13542 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * mml.el (mml-generate-mime-1): Support external url.
13545         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13546
13547 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13548
13549         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13550         * mm-decode.el (mm-display-external): Ditto.
13551         * mm-extern.el: New file.
13552         * mm-decode.el (mm-inline-media-tests): Hook it up.
13553         (mm-inlined-types): Inline message/external-body.
13554
13555 2000-11-02  Simon Josefsson  <sj@extundo.com>
13556
13557         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13558
13559         * message.el (message-get-reply-headers): Better handling when
13560         Mail-Followup-To is very large.
13561
13562 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13563
13564         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13565         * gnus-art.el (gnus-article-edit-done):
13566         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13567         counting code here.
13568         * gnus-msg.el (gnus-setup-message): Remove a hack.
13569
13570 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13571
13572         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13573         (gnus-summary-mode): Make them local variables.
13574         (gnus-set-global-variables): Globalize them.
13575         (gnus-summary-exit): Kill them.
13576
13577 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13578
13579         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13580         word.
13581
13582 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13583
13584         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13585         gnus-article-wash-types.
13586         * gnus-art.el (gnus-article-wash-status): Use them.
13587
13588 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13589
13590         * mml.el (mml-read-tag): Remove spaces and LF.
13591
13592 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13593
13594         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13595         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13596
13597 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13598
13599         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13600
13601 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * gnus-sum.el (gnus-article-charset): New variable.
13604         (gnus-summary-display-article): Set it.
13605         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13606         * gnus-art.el (gnus-article-mode): Make it local variable.
13607
13608 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13609
13610         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13611
13612 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13613
13614         * nnwfm.el: New file.
13615
13616         * nnweb.el (nnweb-replace-in-string): New function.
13617
13618 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13619
13620         * mml2015.el: Wrap gpg.el.
13621         * gpg.el (gpg-verify): The last argument of apply is a list.
13622         (gpg-encrypt): Add passphrase as a parameter.
13623
13624 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * gpg.el: New file.
13627         * gpg-ring.el: New file.
13628
13629 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13632
13633 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13636         double-quote characters.
13637         (gnus-summary-prepare-threads): Ditto.
13638
13639 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13642         * mml.el (mml-read-tag): Don't skip the leading space.
13643         * lpath.el (font-lock-set-defaults): Shut up.
13644
13645 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13648
13649 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * qp.el (quoted-printable-encode-region): Replace leading - when
13652         ultra safe.
13653         * mml.el (mml-generate-mime-postprocess-function): Removed.
13654         (mml-postprocess-alist): Removed.
13655         (mml-generate-mime-1): Use ultra-safe when sign.
13656         * mml2015.el (mml2015-fix-micalg): Uppercase.
13657         (mml2015-verify): Insert LF.
13658         (mml2015-mailcrypt-sign): Downcase; search backward.
13659
13660 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13661
13662         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13663         restrictive.
13664         (nnultimate-table-regexp): New variable.
13665         (nnultimate-forum-table-p): Use it.
13666
13667 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13668         Trivial patch.
13669
13670         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13671
13672 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13673
13674         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13675         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13676
13677 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * mml2015.el: Shut up.
13680
13681 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13682
13683         * gnus.el (gnus-server-browse-hashtb): Removed.
13684         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13685         (gnus-group-insert-group-line-info): Use simplified method.
13686         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13687
13688 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13691         moved here.
13692         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13693         * gnus-group.el (gnus-group-prepare-flat): Use it.
13694         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13695
13696 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13697
13698         * mml.el (mml-mode): Show menu in XEmacs.
13699
13700 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13703         (gnus-server-read-server-in-server-buffer): New function.
13704         (gnus-browse-foreign-server): Browse in group buffer.
13705         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13706         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13707         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13708         * gnus.el (gnus-server-browse-hashtb): New variable.
13709
13710 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * nnfolder.el (nnfolder-open-nov): Use group.
13713
13714 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13715
13716         * nnfolder.el: Add NOV. Set version to 2.0.
13717         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13718
13719 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13720
13721         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13722
13723 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13724
13725         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13726         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13727
13728 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13731
13732 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13733
13734         * mm-decode.el (mm-verify-function-alist): New variable.
13735         (mm-verify-option): New variable.
13736         (mm-decrypt-function-alist): Ditto.
13737         (mm-decrypt-option): Ditto.
13738         (mm-find-raw-part-by-type): New function.
13739         (mm-possibly-verify-or-decrypt): New function.
13740         (mm-dissect-multipart): Use it.
13741         * mml2015.el (mml2015-fix-micalg): New function.
13742         (mml2015-decrypt): Use new interface.
13743         (mml2015-verify):  Use new interface.
13744         (mml2015-setup): Make it bogus.
13745
13746 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * mml.el (mml-generate-mime-postprocess-function): Set to
13749         mml-postprocess.
13750         (autoload): Autoload mml2015 and mml-smime.
13751         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13752         * mml2015.el (mml2015-encrypt): New function.
13753         (mml2015-sign): New function.
13754         (mml2015-encrypt-function): New variable.
13755         (mml2015-sign-function): New variable.
13756         (mml2015-mailcrypt-encrypt): Use message-recipients.
13757         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13758         * mml-smime.el (mml-smime-setup): Ditto.
13759
13760 2000-10-28  Simon Josefsson  <sj@extundo.com>
13761
13762         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13763         Communigate Pro 3.3.1 server.
13764
13765         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13766         in buffers.
13767         (mml-secure-dns-server): Removed.
13768         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13769         write certificates to files.
13770
13771         * smime.el (smime-dns-server): New variable.
13772         (smime-mail-to-domain):
13773         (smime-cert-by-dns): New functions.
13774
13775         * dig.el: New file.
13776
13777 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13778
13779         * message.el (message-options): New variable.
13780         (message-options-set-recipient): New function.
13781         (message-send): Use them.
13782         * gnus-int.el (gnus-request-replace-article): Use them.
13783         (gnus-request-accept-article): Ditto.
13784         * mml.el (mml-preview): Use them.
13785         * gnus-sum.el (gnus-summary-edit-article): Use them.
13786
13787         * message.el (message-options-get): New function.
13788         (message-options-get): New function.
13789         * rfc2047.el (rfc2047-encode-message-header): Use them.
13790         * mm-bodies.el (mm-encode-body): Use them.
13791
13792 2000-10-28  Simon Josefsson  <sj@extundo.com>
13793
13794         * nnimap.el (nnimap-retrieve-which-headers):
13795         (nnimap-request-article-part): Quote message-id.
13796
13797         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13798         (smime-CA-file): New variable.
13799         (smime-call-openssl-region): Don't error.
13800         (smime-sign-region): Return result value.
13801         (smime-encrypt-region): Ditto.
13802         (smime-verify-region): New function.
13803         (smime-decrypt-region): Ditto.
13804         (smime-verify-buffer): Ditto.
13805         (smime-decrypt-buffer): Ditto.
13806
13807         * mml.el: Require mml-sec.
13808         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13809         (mml-mode-map): Add "sign" and "encrypt" maps.
13810         (mml-menu): Add security menu.
13811         (mml-preview): Use generate-new-buffer.
13812
13813         * mml-sec.el: New file.
13814
13815 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * mm-decode.el (mm-find-part-by-type): Move it here.
13818         * mml.el (mml-postprocess): Move it here.
13819         (mml-postprocess-alist): Move it here. Merge them.
13820
13821 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13824         unencoded stuff in the header.
13825
13826 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * gnus-group.el (gnus-group-listed-groups): New variable.
13829         (gnus-group-list-option): New variable.
13830         (gnus-group-list-limit-map): New keymap.
13831         (gnus-group-list-flush-map): New keymap.
13832         (gnus-group-list-plus-map): New keymap.
13833         (gnus-group-prepare-logic): New function.
13834         (gnus-group-prepare-flat): Merge with
13835         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13836         (gnus-group-prepare-flat-list-dead): Ditto.
13837         (gnus-group-list-matching): Use gnus-group-prepare-function.
13838         (gnus-group-list-dormant): Ditto.
13839         (gnus-group-list-cached): Ditto.
13840         (gnus-group-listed-groups): New function.
13841         (gnus-group-list-limit): New function.
13842         (gnus-group-list-flush): New function.
13843         (gnus-group-list-plus): New function.
13844         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13845         (gnus-topic-prepare-topic): Ditto.
13846
13847 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13848
13849         * message.el (message-insert-to, message-get-reply-headers):
13850         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13851
13852 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13853
13854         * mml2015.el: New file.
13855         * smime.el: New file.
13856         * mml-smime.el: New file.
13857
13858 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13859
13860         * ChangeLog: Moved to ChangeLog.1.
13861
13862     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13863   Copying and distribution of this file, with or without modification,
13864   are permitted provided the copyright notice and this notice are preserved.
13865
13866 ;; Local Variables:
13867 ;; coding: iso-2022-7bit
13868 ;; End: