* (merge, copy-list): Remove compiler macros.
[gnus] / lisp / ChangeLog
1 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * dgnushack.el (merge, copy-list): Remove compiler macros.
4         (butlast): Add a compiler macro.
5
6 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
7
8         * gnus-util.el (gnus-merge): Added "type" argument to match CL
9         merge and gnus-sum.el's expectations.
10
11 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12
13         * gnus-art.el (gnus-button-url-regexp): Added nntp.
14
15         * message.el (message-generate-headers-first): Default to
16         '(references).
17
18         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
19
20 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
21
22         * smime.el (smime-decrypt-region): Insert From header.
23
24 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
25
26         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
27         Max length of header is 726, not 740.  From Gaute B Strokkenes
28         <gs234@cam.ac.uk>.
29
30 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
31
32         * nndb.el, mml1991.el: Fix license template.
33
34 2003-04-20  Simon Josefsson  <jas@extundo.com>
35
36         * nnimap.el (nnimap-split-articles): Don't download body unless
37         required.
38
39         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
40         starting process, like imap-kerberos4-open does.
41
42         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
43         license template.
44
45         * mml-sec.el: Fix license template.
46
47         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
48         license template.
49
50         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
51         pgg-pgp.el: Fix license template.
52
53 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
54
55         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
56
57 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
60
61 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * spam.el (spam-split): allow a particular check as a parameter,
64         e.g. (: spam-split 'spam-use-bogofilter)
65         (spam-mark-only-unseen-as-spam): new parameter, see doc
66         (spam-mark-junk-as-spam-routine): use
67         spam-mark-only-unseen-as-spam, simplify routine to take advantage
68         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
69
70 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
73         (gnus-group-guess-full-name): don't prefix the group twice
74
75         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
76
77         * gnus-registry.el (gnus-registry-clear)
78         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
79         (gnus-registry-split-fancy-with-parent): new functions
80         (gnus-register-spool-action, gnus-register-action): simplified the format
81         (gnus-registry): new customization group
82         (gnus-registry-unfollowed-groups): new variable
83
84 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * gnus-art.el (gnus-button-alist): Add nntp: urls.
87         (gnus-header-button-alist): Ditto.
88
89 2003-04-17  Dave Love  <fx@gnu.org>
90
91         * gnus-util.el (gnus-string-equal): Revert last change.
92
93 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
96
97 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
98
99         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
100
101 2003-04-15  Michael Shields  <shields@msrl.com>
102
103         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
104         the broken-reply-to group parameter is set.  Idea from Vasily
105         Korytov <deskpot@myrealbox.com>.
106
107 2003-04-17  Steve Youngs  <youngs@xemacs.org>
108
109         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
110         process.el in XEmacsen >= 21.5.
111
112 2003-04-17  Steve Youngs  <youngs@xemacs.org>
113
114         * dgnushack.el: Add a whole swag of autoloads and defaliases to
115         satisfy the byte-compiler when building with XEmacs.
116
117         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
118         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
119         W3 doesn't have these.
120
121         * mailcap.el: Maybe require 'lpr in XEmacs.
122
123 2003-04-16  Simon Josefsson  <jas@extundo.com>
124
125         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
126         sender tag, if available.
127
128 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * gnus-registry.el (gnus-register-action)
131         (gnus-register-spool-action, hashtable-to-alist)
132         (gnus-registry-translate-from-alist, alist-to-hashtable)
133         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
134         new variables and function fixes
135
136         * gnus.el (gnus-registry-headers-alist): new variable to hold
137         article header data
138         (gnus-variable-list): save gnus-registry-headers-alist
139
140         * spam-report.el (Module): new module for spam reporting
141
142         * gnus.el (spam-process): added
143         gnus-group-spam-exit-processor-report-gmane to the list of choices
144         (gnus-install-group-spam-parameters): defined new spam exit processor
145
146         * spam.el (autoload): autoload spam-report-gmane when needed
147         (spam-report-gmane-register-routine): glue for spam-report.el
148         (spam-group-spam-processor-report-gmane-p): glue for the
149         gnus-group-spam-exit-processor-report-gmane spam processor
150         (spam-summary-prepare-exit): check the report-gmane spam processor
151         and run spam-report-gmane-register-routine if it's active
152
153         From John Wiegley <johnw@gnu.org>
154
155         * spam.el (spam-bogofilter-score): check bogofilter headers before
156         checking bogofilter itself
157
158 2003-04-16  Dave Love  <fx@gnu.org>
159
160         * gnus-agent.el: Wrap defsetf in eval-when-compile.
161         (gnus-agent-cat-defaccessor): Don't use gensym.
162
163         * mml1991.el: Require cl, mm-util when compiling.
164         (quoted-printable-decode-region, quoted-printable-encode-region):
165         Autoload.
166
167         * pgg.el: Require cl when compiling.
168
169         * nnmail.el (gnus): Require.
170
171         * gnus-util.el: Move provide to end.
172         (gnus-string-equal): Maybe use compare-strings.
173         (gnus-merge): New.
174
175         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
176         (gnus-summary-insert-articles): Use gnus-merge.
177
178         * gnus-fun.el: Require cl and mm-util when compiling.
179
180         * gnus-diary.el (gnus-diary-delay-format-french)
181         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
182
183         * nndiary.el (nndiary-compute-reminders): Don't use setf with
184         nthcdr.
185
186 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
187
188         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
189         specify a predicate other than false.
190         (gnus-category-read): Use the new feature to create a 'default'
191         category with a 'short' predicate.
192
193 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * message.el (message-unique-id): Comment change.
196
197         * gnus-art.el (gnus-article-next-page-1): New function.
198         (gnus-article-next-page): Use it.
199
200 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * spam.el (spam-split): added save-restriction to save-excursion
203
204 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
205         From Julien Avarre <julien@avarre.com>
206
207         * gnus-fun.el: Fixed autoload cookie.
208
209 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
210         From Remi Letot  <remi.letot@easynet.be>
211
212         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
213         instead of remove-if.
214
215 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
218         copy-sequence instead of remove which is a cl run-time function in
219         Emacs 20.
220
221 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
222
223         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
224         local copy of gnus-discouraged-post-methods with the current
225         method removed.
226
227 2003-04-14  Simon Josefsson  <jas@extundo.com>
228
229         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
230
231 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
234         of `mm-coding-system-priorities' to base coding system.
235
236         * gnus-sum.el: Added coding cookie ("middle dot" in
237         gnus-summary-morse-message).
238
239 2003-04-13  Simon Josefsson  <jas@extundo.com>
240
241         * gnus-art.el (article-fill-long-lines)
242         (article-verify-x-pgp-sig, article-decode-group-name)
243         (gnus-mime-button-menu): Split >80 character lines.
244
245 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
246
247         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
248         we're let-binding it.
249
250         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
251
252 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * message.el (message-hide-headers): Don't do intangible.
255
256         * gnus.el (gnus-group-prefixed-name): Comment out the test for
257         colon. 
258
259         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
260         to the ephemeral entry, but the prefixed name.
261
262         * gnus.el (gnus-group-prefixed-name): Clean up.
263
264 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
265
266         * gnus-agent.el (gnus-agent-group-pathname): Bind
267         gnus-command-method so that gnus-agent-directory will always
268         return a valid directory.
269         * gnus-cache.el (gnus-cache-enter-article): Remove article from
270         gnus-newsgroup-undownloaded so that the summary will display the
271         article as downloaded.
272         (gnus-cache-remove-article): If the article isn't in the agent,
273         remove it from gnus-newsgroup-undownloaded so that the summary
274         will display the article as undownloaded.
275
276 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus.el (gnus-version-number): Bump.
279
280 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
281
282         * gnus.el: Oort Gnus v0.18 is released.
283
284 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
287
288 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * gnus-art.el (gnus-article-next-page): Use
291         gnus-article-over-scroll.
292         (gnus-article-over-scroll): New variable.
293
294         * message.el (message-newline-and-reformat): Place a boundary
295         before filling.
296         (message-make-forward-subject-function): Changed default to
297         message-forward-subject-name-subject. 
298         (message-forward-subject-name-subject): New function.
299
300         * nnimap.el (nnimap-split-fancy): Ditto.
301
302         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
303
304         * gnus-cus.el (gnus-group-parameters): Removed "which see".
305
306         * mml.el (mml-minibuffer-read-file): Bind
307         completion-ignored-extensions to nil.
308
309         * message.el (message-fix-before-sending): Comment fix.
310         (message-fix-before-sending): Make hidden headers visible.
311         (message-hide-headers): Bind after-change-functions to nil.
312         (message-forbidden-properties): Put invisible and intangible
313         back. 
314         (message-strip-forbidden-properties): Ignore message-hidden text.
315
316         * gnus-msg.el: Hide headers.
317
318         * message.el (message-hidden-headers): New variable.
319         (message-hide-headers): New function.
320         (message-hide-header-p): New function.
321         (message-hide-header-p): Change logic.
322         (message-forbidden-properties): Remove intangible nil invisible
323         nil. 
324         (message-hide-headers): Narrow to headers.
325
326         * lpath.el (featurep): Bind Info-directory, Info-menu.
327
328 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
329
330         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
331         encoded.
332         (mm-encode-body): Don't corrupt UTF-16.
333         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
334
335 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
336
337         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
338         the CACHE are now detected and handled the same as an article
339         downloaded into the agent.
340         (gnus-agent-group-path): Modified to match nnmail-group-pathname
341         so that the agent front-end and back-end (nnagent) always use the
342         same directory.
343         (gnus-agent-group-pathname): New function. Wrapper for
344         nnmail-group-pathname.
345         (gnus-agent-expire-unagentized-dirs): New variable.  May be
346         customized to disable gnus-agent-expire-unagentized-dirs.
347         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
348         as the directories in gnus-agent-expire-current-dirs were
349         expanded.
350
351 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
352
353         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
354         body" entry in read only groups.
355
356 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
357
358         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
359         and "Create article" items in non-editable groups.
360
361 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
362
363         * gnus-agent.el (gnus-agent-write-active): Added option of
364         replacing, rather than updating, the agent's active file.  Do NOT
365         use the fully qualified group name as gnus-active-to-gnus-format
366         blindly prefixes group names with server names.
367         (gnus-agent-save-group-info): Merge BOTH min/max of current active
368         range, was just merging min, with specified active range.
369         (gnus-agent-expire): Save agent's active ranges after
370         expiring all groups.
371         (gnus-agent-expire-group-1): Update min of agent's active range to
372         min article currently fetched.
373         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
374         same ancestor multiple times.
375
376         * gnus-async.el (gnus-asynchronous): Moved defcustom of
377         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
378         seems to fix an intermittant error in which loading gnus-async
379         fails to define gnus-asynchronous (the variable).
380
381         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
382         non-essential.  Removed on all platforms.
383         (gnus-select-newsgroup): When the agent is active, expand the
384         group's active range to include fetched articles that are no
385         longer in the server's active range.
386
387         * gnus-util.el (gnus-with-output-to-file): Removed all of the
388         print-* bindings as they should be handled by the function doing
389         the printing.
390
391 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
392
393         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
394         might be unbound in non-MULE XEmacsen.
395
396 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
397
398         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
399         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
400         recognize diffs.
401
402         * mm-bodies.el (mm-decode-body): Use the supplied charset
403         unconditionally if `code-pages' hasn't been loaded.
404
405 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
406
407         * gnus-art.el (article-verify-x-pgp-sig): Don't use
408         `insert-buffer', the docstring says "This function is meant for
409         the user to run interactively.  Don't call it from programs!"
410
411         * mm-extern.el (mm-extern-mail-server): do.
412
413         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
414         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
415         (mml1991-pgg-encrypt): do.
416
417         * pgg.el (pgg-decrypt-region): do.
418
419         * mm-view.el (mm-view-pkcs7-decrypt): do.
420
421         * mml-smime.el (mml-smime-verify): do.
422
423         * mml.el (mml-insert-mime, mml-preview): do.
424
425         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
426         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
427         (mml2015-pgg-encrypt): do.
428
429 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
432
433 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
434
435         * mm-uu.el (mm-uu-copy-to-buffer): Copy
436         `buffer-file-coding-system' to the new buffer.
437         (mm-uu-pgp-signed-extract-1): Don't copy
438         `buffer-file-coding-system' here.
439
440         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
441         exist in XEmacs.
442         (mm-decode-body): Add missing quote.
443
444         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
445         buffer-file-coding-system.
446
447         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
448         last-coding-system-used.
449
450         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
451         according to buffer-file-coding-system.
452
453         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
454
455         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
456         (pgg-pgp-snarf-keys-region): do.
457
458         * pgg-pgp5.el (pgg-pgp5-verify-region)
459         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
460
461         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
462         
463 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         * spam.el (spam-split): (save-excursion) around (widen)
466         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
467         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
468
469 2003-04-05  Steve Youngs  <youngs@xemacs.org>
470
471         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
472         don't use it when loading gnus-sum.el if we're in XEmacs.
473
474 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
475
476         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
477         print-escape-nonascii to fix more characters in compiled format
478         specs.
479
480 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
481
482         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
483         Fix customization type.
484
485 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
486
487         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
488         print-quoted, print-readably, print-escape-multibyte, and
489         print-level to match original behavior of gnus-prin1.  This should
490         repair the format of .newsrc.eld when using compiled format specs.
491
492 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
493
494         * gnus-group.el (tool-bar-map): defvar it.
495
496         * gnus-art.el (tool-bar-map): do.
497
498         * gnus-sum.el (tool-bar-map): do.
499
500 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
501
502         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
503
504 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
505
506         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
507         and value.
508         (gnus-button-alist): Use it.
509
510 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
511
512         * pgg-gpg.el (pgg-gpg-process-region): do.
513
514         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
515         (pgg-pgp-snarf-keys-region): do.
516
517         * pgg-pgp5.el (pgg-pgp5-verify-region)
518         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
519
520         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
521         unsafe.
522         (pgg-temporary-file-directory): Remove.
523
524 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * lpath.el: Fbind Info-directory and Info-menu.
527
528 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
529
530         * gnus-util.el (gnus-message): Added doc-string.
531
532         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
533         (gnus-score-edit-file-at-point): Goto first match when using `e'.
534
535 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
536
537         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
538         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
539
540 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
543         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
544
545 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
546
547         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
548         print-escape-newlines to print escape sequences rather than
549         literal newline characters.
550
551 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
552
553         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
554         `message-valid-fqdn-regexp' for initialization.
555         (gnus-button-handle-info-url): Renamed and extended version of
556         `gnus-button-handle-info'.
557         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
558         (gnus-button-handle-symbol, gnus-button-handle-library)
559         (gnus-button-handle-info-keystrokes): New functions.
560         (gnus-button-browse-level): New variable.
561         (gnus-button-alist): Use them.  Added levels.
562         (gnus-header-button-alist): Added levels.
563
564 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus.el (gnus-version-number): Bump.
567
568 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
569
570         * gnus.el: Oort Gnus v0.17 is released.
571
572 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-start.el (gnus-unload): Removed.
575
576         * pop3.el (pop3-read-response): Use
577         nnheader-accept-process-output.
578         (pop3-retr): Ditto.
579
580         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
581         (mm-text-html-washer-alist): Ditto.
582
583 2003-03-31  Simon Josefsson  <jas@extundo.com>
584
585         * imap.el (imap-gssapi-program): Also try GNU SASL.
586         (imap-gssapi-open): Accept GNU SASL greeting.
587         (imap-read-timeout): New.
588         (imap-wait-for-tag): Use it.
589
590 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nntp.el (nntp-accept-process-output): Use new function.
593
594         * nnheader.el (nnheader-read-timeout): New variable.
595         (nnheader-accept-process-output): New function.
596
597         * nntp.el (nntp-read-timeout): Removed.
598
599         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
600
601 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
604
605 2003-03-30  Simon Josefsson  <jas@extundo.com>
606
607         * message.el (message-idna-inside-rhs-p): Narrow to header before
608         searching.
609
610         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
611
612 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
615
616 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
617
618         * message.el (message-make-in-reply-to): Use
619         mail-extract-address-components to determine sender's
620         name/address.
621
622 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
625
626         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
627         valid lambda.
628         (gnus-registry-translate-from-alist): Ditto.
629
630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
631         print-length to nil.
632
633         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
634
635         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
636         (gnus-grab-cam-face): Use it.
637
638 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
639
640         * nnmaildir.el (nnmaildir-request-set-mark)
641         (nnmaildir-close-group): Allow each mark directory in a group to
642         have its own inode for mark files, to accommodate AFS.
643
644 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
647         gnus-read-newsrc-el-file
648         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
649
650         * gnus-registry.el (gnus-registry-translate-to-alist)
651         (gnus-registry-translate-from-alist, alist-to-hashtable)
652         (hashtable-to-alist): new functions
653         (gnus-register-spool-action): add a spool item to the registry
654
655         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
656         list of saved variables
657         (gnus-registry-alist): new variable
658
659 2003-03-27  Simon Josefsson  <jas@extundo.com>
660
661         * gnus-art.el (article-decode-group-name): Be correct instead of
662         smart.
663
664 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
665
666         * lpath.el: Bind url-current-object for Emacs; bind
667         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
668         for both Emacsen.
669
670 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
671
672         * gnus-sum.el (gnus-article-loose-mime)
673         (gnus-article-emulate-mime): Move to gnus-article-mime customize
674         group.
675
676         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
677         doc string.
678
679 2003-03-26  Kevin Ryde <user42@zip.com.au>
680
681         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
682         gnus-summary-find-uncancelled, skip temporary articles inserted by
683         "refer" functions.
684
685 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
686
687         * smiley.el (smiley-buffer): New function.
688
689 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
690
691         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
692         gnus-summary-update-line (which updated the article's face) with
693         gnus-summary-update-download-mark (which updates the article's
694         face by calling gnus-summary-update-line AND updates the download
695         mark to show that the article was fetched).
696
697 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
698
699         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
700         option of deleting agent directories for groups/servers that are
701         not currently agentized.
702         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
703
704         * gnus-int.el (gnus-open-server): Report backend errors in
705         condition handler.
706
707 2003-03-23  Simon Josefsson  <jas@extundo.com>
708
709         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
710         header.
711
712         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
713         same as Newsgroups.
714
715         * nntp.el (nntp-open-connection-function): Mention
716         nntp-open-tls-stream.
717         (nntp-open-tls-stream): New function.
718
719         * tls.el: New file.
720
721         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
722         instead of SSL.
723         (nnimap-stream): Add other streams, link to imap variables.
724         (nnimap-authenticator): Add other authenticator, link to imap
725         variables.
726
727         * imap.el: Autoload open-tls-stream.
728         (imap-streams): Add tls in front of ssl.
729         (imap-stream-alist): Add tls.
730         (imap-default-tls-port): New variable.
731         (imap-tls-p, imap-tls-open): New functions.
732
733 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
734
735         * mm-url.el (mm-url-insert-file-contents): parse url only if
736         results is a list.
737
738 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * mail-source.el (mail-source-fetch-imap): Revert.
741
742 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
743
744         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
745         less strict regexp.
746
747 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * mail-source.el (mail-source-fetch-imap): Use buffer name for
750         more imap function.
751
752 2003-03-21  Simon Josefsson  <jas@extundo.com>
753
754         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
755         Followup-To data inline.
756
757 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
758
759         * gnus-art.el (gnus-treat-display-xface): Don't enable if
760         icontopbm isn't available.
761
762 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
763
764         * gnus-int.el (gnus-open-server): Catch errors in backend's
765         open-server method.  Returns nil rather than crashing startup.
766
767         * gnus-sum.el (eval-when-compile): Modified to resolve
768         compile-time warnings.
769
770         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
771         Reports length of series so that the user can compare N with a
772         subject that should, if the entire series is present, contain
773         '(.../N)'.
774         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
775         of temp file (Win-XP may leave the temp file locked when the
776         uudecode process fails).
777
778 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
779
780         * message.el (message-split-line): Ignore error.
781
782         * lpath.el (split-line): Avoid split-line warning message.
783
784 2003-03-20  Kim F. Storm  <storm@cua.dk>
785
786         * message.el (message-split-line): New function.
787         (message-mode-map): Remap split-line to message-split-line.
788
789 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
790
791         * message.el (message-make-overlay): Defalias it to make-overlay.
792         (message-delete-overlay): Defalias it to delete-overlay.
793         (message-overlay-put): Defalias it to overlay-put.
794         (message-idna-to-ascii-rhs-1): Use them.
795
796         * messagexmas.el (message-xmas-redefine): Defalias some overlay
797         functions to extent functions.
798
799 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
800
801         * message.el (message-check-news-header-syntax): Fixed regexp.
802
803 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
804
805         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
806
807         * mm-url.el (mm-url-insert): Move url-current-object stuff into
808         mm-url-insert-file-contents.
809
810         * nnrss.el (nnrss-fetch): Fetch the local stuff.
811         (nnrss-check-group): Use it.
812
813 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
814
815         * nnrss.el: Primitive XML Name-space support.  This means that RSS
816         feeds like Kevin Burton's[1] can now be read in Gnus.
817
818         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
819         means that if you want to read the RSS feed for example.com, all
820         you have to do is hit "G R http://www.example.com/ RET" and
821         nnrss.el will find and the feed listed on the site or (if you have
822         loaded xml-rpc.el) look it up on syndic8.com.
823
824         Marked the message as HTML (by adding a Content-Type header) so
825         that Gnus will render it as html if the user wants that.
826
827         Implemented the ability to save nnrss-group-alist so that any new
828         feeds the you subscribe to will be found the next time you start
829         up.
830
831         Implemented support for RSS 2.0 elements (author, pubDate).
832
833         Prefer for <content:encoded> over <description> where both
834         elements exist.
835
836         * mm-url.el (mm-url-insert): Set url-current-object.
837
838         * gnus-group.el (gnus-group-make-rss-group): New function.
839
840 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
841
842         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
843         for highlight overlays.
844
845 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
848         a NOV.
849
850 2003-03-20  Simon Josefsson  <jas@extundo.com>
851
852         * message.el (message-use-idna): Disable if UTF-8 unavailable.
853         (message-idna-to-ascii-rhs): Use it.
854
855         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
856
857 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
860         (spam-group-ham-marks, spam-group-spam-marks): new functions
861         (spam-spam-marks, spam-ham-marks): removed in favor of the
862         spam-marks and ham-marks parameters
863         (spam-generic-register-routine, spam-ham-move-routine): use the
864         new spam-group-{spam,ham}-mark-p functions
865
866         * gnus.el (spam-marks, ham-marks): new group parameters with
867         default values same as the old spam-spam-marks and spam-ham-marks
868
869 2003-03-19  Simon Josefsson  <jas@extundo.com>
870
871         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
872         (gnus-use-idna): New variable.
873         (article-decode-idna-rhs): New function.
874
875         * message.el (message-use-idna): New variable.
876         (message-mode-field-menu): Add entry for IDNA.
877         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
878         (message-idna-to-ascii-rhs): New function.
879         (message-generate-headers): Invoke IDNA code.
880
881 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
882
883         * nnmaildir.el (nnmaildir--system-name): New function.
884         (nnmaildir-request-accept-article): Use it.
885
886 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-util.el (gnus-byte-compile): Make it work silently as the
889         gnus-compile function does.
890
891         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
892         bogus change.
893
894 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
895
896         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
897         sort-coding-systems is defined.
898
899 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
900
901         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
902         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
903         Replace create-directory with target-prefix.
904
905 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
906
907         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
908         find-charset-string which is slooow in XEmacs.
909
910 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
913         compiler under XEmacs.
914
915 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
916
917         * gnus-art.el (gnus-treat-highlight-signature): Make the default
918         work for multipart/signed where the message text isn't `last'.
919
920 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
923         the value of mm-inline-text-html-with-images.
924         (mm-inline-text-html-render-with-w3m): Don't bind
925         w3m-display-inline-images.
926
927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
928         w3m-display-inline-images.
929
930         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
931         regardless of an Emacs flavor.
932
933 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus.el (gnus-version-number): Bump.
936
937 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
938
939         * gnus.el: Oort Gnus v0.16 is released.
940
941 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * lpath.el (featurep): Bind mm-w3m-mode-map.
944
945 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
946
947         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
948         'respool-able backends define a global nnchoke-get-new-mail
949         variable.
950
951 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
952
953         * gnus-art.el (gnus-mime-delete-part): New function.
954         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
955
956 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * message.el (message-check-news-header-syntax): Don't push
959         groups twice onto list of unknown groups.
960
961         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
962         back.
963
964         * nnheader.el (nnheader-find-etc-directory): Doc fix.
965
966         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
967         config unless the summary buffer exists.
968
969         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
970         that target group is computed correctly when articles are marked
971         as read by Xref handling.
972
973         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
974         imap-open.
975
976         * message.el (message-send-mail): Add courtesy string to Bcc's,
977         too.
978
979         * gnus-cite.el (gnus-cited-line-p): New function.
980
981 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
982
983         * mm-bodies.el (mm-decode-body): Add new optional parameter,
984         force, to use the supplied charset unconditionally.
985
986         * gnus-art.el (article-decode-charset): Use it.
987
988 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
989
990         * mm-bodies.el (mm-decode-coding-region-safely): New function.
991         (mm-decode-body): Use it.
992
993         * rfc2047.el (rfc2047-decode-region): do.
994         (rfc2047-decode-string): Guess coding system if the default is
995         invalid.
996
997 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
998
999         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1000         articles are marked 'read, so we get correct article counts.
1001
1002 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1005         the button.
1006         (gnus-insert-prev-page-button): Ditto.
1007         (gnus-insert-next-page-button): Ditto.
1008         (gnus-insert-mime-security-button): Ditto.
1009
1010         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1011         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1012         (mm-inline-image-xemacs): Ditto.
1013
1014 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1015
1016         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1017         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1018         the recent filename uniqueness discussion.
1019
1020 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1023         newline next time.
1024         (mm-inline-image-xemacs): Ditto.
1025
1026 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1027
1028         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1029         kill-line.
1030
1031 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1032
1033         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1034         kill-line.
1035
1036 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1037
1038         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1039         fixing the code to match the documentation.
1040         (gnus-agent-fetch-selected-article): Replaced
1041         gnus-summary-update-article-line with gnus-summary-update-line as
1042         the former did not correctly recalculate the thread indentation.
1043         (gnus-agent-find-parameter): The agent-predicate, if not found
1044         anywhere else, defaults to the value of gnus-agent-predicate.
1045         (gnus-agent-fetch-session): Fixed typo; now executes
1046         gnus-agent-fetched-hook rather than the undocumented
1047         gnus-agent-fetch-hook.
1048         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1049         default agent predicate is now provided by
1050         gnus-agent-find-parameter.
1051         (gnus-agent-message): New macro.  This macro avoids potentially
1052         costly parameter evaluation when the message's level is too high
1053         to display.
1054         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1055         overview buffer. Uses new gnus-agent-message macro to reduce
1056         overhead of optional messages. Reversed message levels to
1057         emphasize percent completion messages.  Detailed messages of
1058         little use except when debugging code.
1059
1060 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * spam.el (spam-ham-move-routine): use
1063         spam-mark-ham-unread-before-move-from-spam-group
1064         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1065
1066 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * spam.el: load nnimap.el when compiling
1069         (spam-setup-widening): use
1070         nnimap-split-download-body-default instead of
1071         nnimap-split-download-body which is a user-customizable variable
1072
1073 2003-03-07  Simon Josefsson  <jas@extundo.com>
1074
1075         * nnimap.el (nnimap-split-download-body-default): New, holds
1076         default for n-s-d-b.
1077         (nnimap-split-download-body): Add new setting (symbol default),
1078         which uses contents of n-s-d-b-d, and made it the default.
1079
1080 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * spam.el (spam-use-hashcash): new variable
1083         (spam-list-of-checks): added spam-use-hashcash with associated
1084         spam-check-hashcash
1085         (spam-check-hashcash): new function, installed iff hashcash.el is
1086         loaded
1087         (spam-setup-widening): don't use (return)
1088
1089 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1090
1091         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1092         predicate of `false' to avoid an error when a group defines no
1093         predicate. Fixed typo that disabled agent scoring (i.e. the
1094         low/high predicates should now work).
1095
1096 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1097
1098         * spam.el: add spam-maybe-spam-stat-load to
1099         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1100         (spam-bogofilter-register-with-bogofilter): use
1101         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1102         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1103         custom variables to replace "-s" and "-n"
1104
1105         * gnus-group.el (gnus-group-get-new-news): call the new
1106         gnus-get-top-new-news-hook hook
1107
1108         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1109         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1110
1111 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1114
1115 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1118         a cl run-time function.
1119
1120 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1121
1122         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1123         on gnus-agent-short-article.
1124         (gnus-category-read): Replaced CL function mapcar* with new macro:
1125         gnus-mapcar.
1126         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1127         support functions that accept multiple parameters.  A separate
1128         sequence must be provided for each parameter in the function.
1129         Iteration stops when the end of the shortest list is reached.
1130
1131 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1132
1133         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1134
1135         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1136         (html2text-delete-single-tag, html2text-clean-anchor)
1137         (html2text-remove-tags): Use delete-region.
1138         (html2text-fix-paragraphs): Simplify.
1139
1140         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1141         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1142         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1143         kill-region.
1144
1145 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1146
1147         * gnus-agent.el (gnus-agent-enable-expiration)
1148         (gnus-agent-article-alist, gnus-agent-article-alist)
1149         (gnus-agent-cat-defaccessor): Doc fixes.
1150
1151 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1152
1153         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1154         byte-compiled functions.
1155
1156 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1157
1158         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1159         customization between new maneuvering (which permits selecting
1160         undownloaded articles) and old maneuvering (which skipped over
1161         undownloaded articles) behaviors.
1162         (gnus-summary-find-next): Pass through the unread and subject
1163         parameters when calling gnus-summary-find-prev.
1164         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1165         gnus-auto-goto-ignores to filter out unacceptable articles.
1166
1167 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1168
1169         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1170         exists in all supported Emacs versions, so we don't need this
1171         compatibility function.
1172         (mail-source-fetch-pop, mail-source-check-pop)
1173         (mail-source-fetch-webmail): Use read-passwd.
1174
1175         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1176         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1177         read-passwd.
1178
1179         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1180
1181         * imap.el (imap-read-passwd): Remove.
1182         (imap-interactive-login): Use read-passwd.
1183
1184         * canlock.el (canlock-read-passwd): Remove.
1185         (canlock-insert-header, canlock-verify): Use read-passwd.
1186
1187         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1188         (sieve-manage-interactive-login): Use read-passwd.
1189
1190         * pop3.el (pop3-read-passwd): Remove.
1191         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1192         read-passwd.
1193
1194         * pgg.el (pgg-read-passphrase): Simplify.
1195
1196 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1197
1198         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1199         'plugged' when actually 'unplugged' bug.
1200         (gnus-category-read): Ignore nil values when converting an
1201         old-format category so that the new-format category will default
1202         those attributes to the global variables.
1203
1204 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1205
1206         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1207         doc-string.
1208
1209 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1210
1211         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1212         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1213         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1214         * mm-url.el (mm-url-decode-entities-string): do.
1215         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1216         * mm-decode.el (mm-find-raw-part-by-type): do.
1217         * message.el (message-send-mail-partially)
1218         (message-send-mail-with-sendmail): do.
1219         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1220         * gnus-kill.el (gnus-pp-gnus-kill): do.
1221         * gnus-art.el (gnus-article-treat-unfold-headers)
1222         (gnus-article-encrypt-body): do.
1223
1224 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1227         (mail-source-delete-old-incoming-confirm): New variable.
1228         (mail-source-delete-old-incoming): Use it.  New function.
1229         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1230         `mail-source-delete-incoming' is a nonnegative integer.
1231
1232 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1233
1234         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1235         (gnus-user-agent): Fixed typo.
1236
1237 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1238
1239         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1240         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1241
1242 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1245         (gnus-agent-fetch-session): Allow debugging to take place.
1246
1247 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1248
1249         * gnus-sum.el (gnus-highlight-selected-summary)
1250         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1251         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1252         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1253         and makes it clear that we don't need the side effect.
1254         * gnus-util.el (gnus-delete-line): do.
1255         * gnus-xmas.el (gnus-group-add-icon): do.
1256         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1257         * nntp.el (nntp-send-authinfo-from-file): do.
1258         * nnml.el (nnml-header-value): do.
1259         * nnheader.el (nnheader-insert-references): do.
1260         * gnus-cite.el (gnus-article-highlight-citation)
1261         (gnus-cite-parse): do.
1262         * gnus-score.el (gnus-score-followup): do.
1263         * gnus-draft.el (gnus-draft-send): do.
1264         * gnus-group.el (gnus-group-highlight-line): do.
1265         * gnus-cache.el (gnus-cache-braid-nov): do.
1266         * nnfolder.el (nnfolder-retrieve-headers)
1267         (nnfolder-request-article): do.
1268         * gnus-art.el (article-hide-boring-headers)
1269         (gnus-article-hide-header): do.
1270
1271         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1272         * nnml.el (nnml-request-replace-article): do.
1273         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1274         * nnfolder.el (nnfolder-request-move-article): do.
1275         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1276         * gnus-art.el (gnus-mm-display-part): do.
1277
1278         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1279
1280 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1281
1282         * nntp.el (nntp-possibly-change-group): Avoid calling
1283         process-buffer on nil (Which happened when you lost your
1284         connection while fetching); instead signal a "Server Closed
1285         Connection" error.
1286
1287 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1288
1289         * gnus-agent.el (gnus-agent-enable-expiration): New
1290         variable. Either ENABLE or DISABLE.  Sets default behavior for
1291         selecting which groups are expired.
1292         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1293         gnus-agent-set-cat-groups): Provides abstract interface for
1294         accessing agent category.  Category now implemented by an alist.
1295         (gnus-agent-add-group, gnus-agent-remove-group,
1296         gnus-category-insert-line, gnus-category-edit-predicate,
1297         gnus-category-edit-score, gnus-category-edit-groups,
1298         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1299         new agent category abstraction.
1300         (gnus-agent-find-parameter): New function. Search for agent
1301         configuration parameter first in the group's parameters, then its
1302         topics (if any), and then the group's category.  If not found
1303         anywhere, use the original defined constants.
1304         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1305         gnus-agent-find-parameter.
1306         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1307         gnus-agent-cache now blocks retrieving headers and articles from
1308         the local cache.  Fetched content is still added to the cache
1309         before being returned.
1310         (gnus-agent-fetch-session): Use error-message-string to generate
1311         displayed error message.
1312         (gnus-agent-customize-category): New Command. 'e' in category
1313         buffer opens category customization buffer.
1314         (gnus-category-read): Reads either positional or alist format;
1315         returns alist format.
1316         (gnus-category-write): Writes category file compatible with
1317         current, and previous, versions of gnus-agent.
1318         (gnus-category-make-function, gnus-category-make-function-1):
1319         Corrected documentation; parameter is predicate NOT category.
1320         (gnus-predicate-implies-unread): Now works in more cases per the
1321         todo comment.
1322         (gnus-function-implies-unread-1): New function. Supports
1323         gnus-predicate-implies-unread.
1324         (gnus-agent-expire-group): Command now provides default of group
1325         under point.
1326         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1327         agent-days-until-old parameters. No longer supports
1328         gnus-agent-expire-days being set to an alist.
1329         (gnus-agent-request-article): Now performs its own checks of
1330         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1331         assuming that the caller will do them correctly.
1332         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1333         gnus-agent-expire-days is set to an alist.  Converts said alist
1334         into group parameter so that gnus-agent-expire-days will not be
1335         needed.
1336         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1337         checks surrounding gnus-agent-request-article removed; now
1338         performed by gnus-agent-request-article.
1339         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1340         customizable group/topic parameters that regulate the agent.
1341         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1342         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1343         the list of gnus buffers.
1344         (gnus-trim-whitespace): Removes leading and trailing whitespace
1345         from multiline strings.
1346         (gnus-agent-cat-prepare-category-field,
1347         gnus-agent-customize-category): Constructs a category
1348         customization buffer.
1349         * gnus-int.el (gnus-retrieve-headers,
1350         gnus-request-expire-articles): No longer checks gnus-agent-cache
1351         as it is handled internally by the agent.
1352         (gnus-request-head, gnus-request-body): Conditional checks
1353         surrounding gnus-agent-request-article removed; now performed by
1354         gnus-agent-request-article.
1355
1356         * gnus-start.el (): Added defvar statements to resolve compilation
1357         warnings.
1358         (gnus-long-file-names): New function. Isolates platform dependent
1359         msdos-long-file-names.
1360         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1361         option of writing directly to file.  Avoids memory exhausted
1362         errors when .newsrc.eld is huge.
1363         (gnus-save-newsrc-file): Uses new
1364         gnus-save-startup-file-via-temp-buffer.
1365         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1366         standard-output.
1367         (gnus-display-time-event-handler): Changed to alias from a defun
1368         to avoid a compile-time warning when display-time-event-handler is
1369         not defined.
1370         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1371         standard-output such that prin1 and princ will write directly to a
1372         file.
1373
1374         * gnus.el (gnus-agent-cache): Expanded documentation.
1375         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1376         so that this face is actually bold.
1377
1378         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1379         gnus-use-cache has been set.
1380
1381 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1382
1383         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1384
1385 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1386
1387         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1388
1389 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1390
1391         * spam.el: Fix typo.
1392
1393 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1394         (Trivial patch.)
1395
1396         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1397         errors-buffer. This produces a nicer error message in case of
1398         problems.
1399
1400 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1403         load stats iff spam-use-stat is on
1404
1405         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1406         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1407         instead of spam-stat-load and spam-stat-save in the
1408         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1409
1410 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1413
1414 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * message.el (message-make-fqdn): Protect against nil user-mail.
1417
1418 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1419
1420         * gnus-art.el (gnus-boring-article-headers): New values:
1421         'to-list and 'cc-list.
1422
1423 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * spam.el (spam-setup-widening): new function to set
1426         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1427         (spam-list-of-statistical-checks): list of statistical splitter
1428         checks
1429         (spam-split): added a widen call when a statistical check is
1430         enabled
1431
1432 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * gnus-msg.el (gnus-user-agent): Changed default to
1435         'emacs-gnus-type, renamed 'full.
1436
1437 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * nnfolder.el (nnfolder-request-accept-article): Don't use
1440         mail-header-unfold-field.
1441
1442 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1443
1444         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1445         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1446
1447 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1448
1449         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1450         (spam-split): remove spam-stat-load call
1451
1452 2003-02-26  Simon Josefsson  <jas@extundo.com>
1453
1454         * gnus-sum.el (gnus-summary-toggle-header): Run
1455         gnus-article-decode-hook instead of calling a-decode-encoded-words
1456         directly (the latter is run as part of the former).
1457
1458 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1459
1460         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1461
1462 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1463
1464         * message.el (message-sendmail-envelope-from): New option.
1465         (message-sendmail-envelope-from): New function.
1466         (message-send-mail-with-sendmail): Use it.
1467
1468 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1471         compensation for TDMA addresses.
1472
1473 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1474
1475         * gnus-msg.el (gnus-user-agent): New variable.
1476         (gnus-version-expose-system): Removed.  Obsoleted by
1477         `gnus-user-agent'.
1478         (gnus-extended-version): Use `gnus-user-agent'.
1479
1480 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1481
1482         * spam.el (spam-stat-register-spam-routine,
1483         spam-stat-register-ham-routine): remove spam-stat-save
1484         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1485
1486 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1487
1488         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1489         reference.
1490
1491 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1492
1493         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1494         calculation to avoid integer overflow.
1495
1496 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1499
1500 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1501         * spam.el: disabled spam-get-article-as-filename
1502
1503         From Michael Shields  <shields@msrl.com>
1504
1505         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1506         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1507         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1508         * spam.el (spam-summary-prepare-exit): Use it.
1509         * gnus.el (gnus-install-group-spam-parameters): New.
1510         * spam.el (spam-group-ham-processor-copy-p): New.
1511         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1512         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1513         that would cause the current message to be moved if the group had
1514         no spam.
1515         * spam.el (spam-ham-move-routine): New `copy' argument.
1516
1517 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1518         From Martin Thornquist <martint@ifi.uio.no>
1519
1520         * gnus-topic.el (gnus-topic-select-group): Select last group if
1521         after last group.
1522         * gnus-group.el (gnus-group-select-group): Ditto.
1523
1524 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1527         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1528         point-at-(b|e)ol which aren't available in Emacs 20.
1529
1530         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1531
1532 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1533
1534         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1535         clause of the condition-case statement.  Errors connecting to a
1536         server no longer terminate gnus.
1537
1538         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1539         make its use obvious.  Added no-nothing case to avoid
1540         opening(closing) servers when already open(closed).
1541         (gnus-agent-while-plugged): Added macro to facilitate internal use
1542         of gnus-agent-toggle-plugged.
1543         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1544         temporarily open servers.
1545         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1546         as sorting gnus-newsgroup-headers is wrong.
1547         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1548         to temporarily open servers. Corrected logic to handle setting
1549         gnus-agent-mark-unread-after-downloaded.
1550         (gnus-agent-fetch-articles): Now handles headers with missing
1551         article sizes and/or missing article lengths.  Now clears the
1552         message buffer when finished.
1553         (gnus-agent-fetch-group-1): Position point before calling
1554         gnus-summary-set-agent-mark.
1555         (gnus-get-predicate): Corrected description, parameter is
1556         predicate not category.
1557         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1558         provide a separate single group expiration function.
1559         (gnus-agent-regenerate-group): Now clears the message buffer when
1560         finished.
1561
1562 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1563
1564         * gnus.el (gnus-agent-target-move-group-header): New variable.
1565         * gnus-draft.el (gnus-draft-send): If special header
1566         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1567         that group, instead of performing the regular sending functions.
1568
1569 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1572
1573 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1576         variables.
1577         (message-make-fqdn): Use it.  Improved validity check.
1578
1579 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * message.el (message-user-mail-address): Check whether
1582         user-mail-address looks valid.
1583
1584         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1585
1586         * gnus-util.el (gnus-fetch-original-field): New function.
1587
1588 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1589
1590         * message.el (message-mode): \\(...\\) around additional
1591         paragraph-separate alternative.
1592
1593 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1594
1595         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1596         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1597         display key bindings.
1598         (gnus-mime-button-menu): Rewrite.
1599
1600 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-art.el (gnus-button-url-regexp): Removed `.
1603
1604 2003-02-23  Max Froumentin  <mf@w3.org>
1605
1606         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1607
1608 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-art.el (gnus-mime-action-on-part): Require a match
1611         interactively.
1612
1613         * gnus-start.el (gnus-save-newsrc-file): Use
1614         gnus-backup-startup-file.
1615         (gnus-backup-startup-file): New variable.
1616
1617 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus.el (gnus-summary-buffer-name): Moved function here.
1620
1621         * gnus-draft.el (defun): Remove debug.
1622
1623 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1624
1625         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1626         can't open server.
1627
1628 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * gnus-draft.el (defun): Configure posting styles.
1631
1632         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1633         the entry for the group exists before we alter it.
1634
1635 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1636
1637         * message.el (message-mode): MML tags separate paragraphs.  Small
1638         change from David S Goldberg <david.goldberg6@verizon.net>.
1639
1640         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1641         `gnus-newsgroup-headers'.
1642
1643         * gnus-art.el (gnus-article-refer-article): Grok more message id
1644         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1645
1646 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1647
1648         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1649         use "path name".
1650
1651 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1652
1653         * gnus-sum.el (gnus-summary-move-article)
1654         (gnus-summary-expire-articles): send data header for article, not
1655         just article ID
1656
1657         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1658         (gnus-register-spool-action): added hashtable of message ID keys
1659         with message motion data
1660
1661 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1662         From Reiner Steib  <Reiner.Steib@gmx.de>.
1663
1664         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1665         variable, used in `gnus-button-mid-or-mail-heuristic'.
1666         (gnus-button-mid-or-mail-heuristic): New function derived from
1667         Florian Weimer's Perl script.
1668         (gnus-button-handle-mid-or-mail): Allow a function instead of
1669         'guess.
1670         (gnus-button-guessed-mid-regexp): Removed.
1671
1672 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * message.el (message-resend): Bind message-setup-hook to nil;
1675         remove X-Draft-From header.
1676
1677 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1678
1679         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1680         (gnus-newsgroup-undownloaded)
1681         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1682         Doc fixes.
1683
1684 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1685
1686         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1687         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1688
1689 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1690
1691         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1692         insert-string which is obsolete in Emacs 21.4.
1693
1694         * message.el (message-cross-post-followup-to-header): do.
1695
1696         * spam.el (spam-ifile-register-with-ifile)
1697         (spam-stat-register-spam-routine)
1698         (spam-stat-register-ham-routine)
1699         (spam-bogofilter-register-with-bogofilter): do.
1700
1701         * mailcap.el (mailcap-mime-data): Fix typo.
1702
1703         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1704
1705 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1706
1707         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1708         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1709         `gnus-cite-unsightly-citation-regexp'.
1710
1711 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1714         even if there's just a header.
1715
1716 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1717
1718         * message.el (message-fix-before-sending): Fix highlighting of
1719         illegible and invisible text.
1720
1721         * gnus-util.el (gnus-multiple-choice): Separate choices with
1722         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1723
1724 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1725
1726         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1727
1728 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * spam.el (spam-ham-move-routine)
1731         (spam-mark-spam-as-expired-and-move-routine): use
1732         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1733         around process-mark manipulation on the group
1734
1735 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1736
1737         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1738         submenu.
1739
1740 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * mail-source.el (mail-source-fetch): Reverse the return value of
1743         the continuation question.
1744
1745 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * nndraft.el (nndraft-request-move-article): Bind
1748         nnmh-allow-delete-final to t.
1749
1750 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1751
1752         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1753
1754 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1755
1756         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1757         the buffer's size.
1758
1759 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1760
1761         * nnheader.el: Added cygwin to system-type comparisons.
1762
1763 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1764
1765         * imap.el (imap-mailbox-status): Fix typo.
1766
1767 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1768
1769         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1770         online.
1771
1772 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1773
1774         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1775         commands.
1776         * gnus-sum.el: Small change from Frank Weinberg
1777         <frank@usenet-rundfahrt.de>:
1778         (gnus-auto-center-group): New variable.
1779         (gnus-summary-read-group-1): Use it.
1780         (gnus-summary-next-group): Fix docstring.
1781
1782 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-util.el (gnus-faces-at): Simplify.
1785
1786 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1787
1788         * spam.el (spam-ham-move-routine)
1789         (spam-mark-spam-as-expired-and-move-routine): made the article
1790         move conditional, so it's not called even if there's nothing to move
1791
1792 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1793
1794         * message.el (message-unix-mail-delimiter): Accept any whitespace
1795         after the email address and before the date; do not require the
1796         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1797
1798 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1801         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1802
1803         * gnus-util.el (gnus-faces-at): New macro.
1804
1805 2003-02-13  Michael Shields  <shields@msrl.com>
1806
1807         * gnus-cite.el
1808         (gnus-cite-attribution-suffix, gnus-cite-parse):
1809         Better handling for Microsoft citation styles.
1810         (gnus-unsightly-citation-regexp): New.
1811
1812 2003-02-12  Michael Shields  <shields@msrl.com>
1813
1814         * gnus-art.el (article-strip-banner): Strip both per-group and
1815         per-user-address banners.
1816         (article-really-strip-banner): New.
1817
1818 2003-02-12  Michael Shields  <shields@msrl.com>
1819
1820         * gnus-sum.el (gnus-article-goto-next-page,
1821         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1822         relying on the summary bindings of `n' and `p'.
1823
1824 2003-02-12  Michael Shields  <shields@msrl.com>
1825
1826         * gnus-art.el (gnus-article-only-boring-p): New.
1827         (gnus-article-skip-boring): New.
1828         * gnus-cite.el (gnus-article-boring-faces): New.
1829         * gnus-sum.el (gnus-summary-next-page): Use
1830         gnus-article-only-boring-p.
1831
1832 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1835         (spam-ham-move-routine): unmark all articles before marking those
1836         of interest and calling gnus-summary-move-article
1837
1838 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1839
1840         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1841         logically the complement of gnus-get-buffer-create and
1842         gnus-add-buffer.
1843
1844         * gnus-util.el (gnus-kill-buffer): do.
1845
1846         * nnmail.el: Autoload gnus-kill-buffer.
1847
1848 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1849
1850         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1851         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1852         the current LINE.
1853         (gnus-agent-summary-fetch-group): Minimized the number of times
1854         that the article is updated in the buffer.
1855
1856 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1857
1858         * spam.el (spam-ham-move-routine): use the process-mark instead of
1859         gnus-current-article when moving articles
1860         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1861
1862 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1865         (gnus-topic-catchup-articles): Ditto.
1866         (gnus-topic-mark-topic): Reverse recursive logic.
1867
1868 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1869
1870         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1871         gnus-refer-thread-limit is t.
1872
1873 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1874
1875         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1876         sort-coding-systems to prefer utf-8 over utf-16.
1877
1878 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1879
1880         * gnus-agent.el (gnus-agent-expire-days):
1881         gnus-request-move-article depends on gnus-agent-expire to clean up
1882         the cache after moving the article.  Therefore, g-a-e-d can NOT
1883         default to nil or can gnus-agent-expire be disabled by doing so.
1884         If you don't want to run gnus-agent-expire, don't call it.
1885         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1886         when g-a-e-d was NOT nil was removed.
1887         (gnus-agent-article-name): Removed unnecessary input test as
1888         article IDs are always strings.
1889         (gnus-agent-regenerate-group): Added check to protect against
1890         servers that generate absurdly long article IDs.  Valid IDs are
1891         less than 10 digits to avoid overflow errors.  Fixed logic error
1892         when ensuring that the final article ID is present in the new
1893         alist.
1894
1895 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1898         next line after finding the parent.
1899
1900 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus.el (gnus-version-number): Bumped.
1903
1904 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1905
1906         * gnus.el: Oort Gnus v0.15 is released.
1907
1908 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1909
1910         * nnmail.el (nnmail-split-it): If a message ends up matching the
1911           same mailbox more than once, it will cause duplicates to appear
1912           in the mailbox.
1913
1914 2003-02-08  Simon Josefsson  <jas@extundo.com>
1915
1916         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1917         code that only worked under Emacs.
1918
1919         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1920         Das <satyaki@chicory.stanford.edu>.
1921
1922 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1923
1924         * gnus-art.el (gnus-article-refer-article): Use
1925         gnus-replace-in-string.
1926
1927         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1928         (gnus-remove-duplicates): do.
1929
1930 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1933         (gnus-request-scan): set
1934         gnus-internal-registry-spool-current-method to gnus-command-method
1935         before a request-scan operation
1936
1937         * gnus-registry.el (regtest-nnmail): use
1938         gnus-internal-registry-spool-current-method
1939
1940 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * mail-source.el (mail-source-fetch): Typo fix.
1943
1944 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1945
1946         * nnmail.el (nnmail-spool-hook): new hook
1947         (nnmail-cache-insert): call nnmail-spool-hook
1948
1949         * gnus-registry.el: new file with examples of using the hooks
1950
1951         * gnus.el (gnus-registry): added registry customization group
1952         (gnus-group-prefixed-name): improve function to return full group
1953         name optionally
1954         (gnus-group-guess-prefixed-name): shortcut to
1955         gnus-group-prefixed-name, using just the group name
1956         (gnus-group-full-name): always get a group's full name
1957         (gnus-group-guess-full-name): shortcut, using just the group name
1958
1959         * gnus-sum.el (gnus-summary-article-move-hook)
1960         (gnus-summary-article-delete-hook)
1961         (gnus-summary-article-expire-hook): new hooks
1962         (gnus-summary-move-article, gnus-summary-expire-articles)
1963         (gnus-summary-delete-article): invoke the new hooks
1964
1965 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1966
1967         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1968         from message-ID
1969
1970 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1971
1972         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1973
1974 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1975
1976         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1977         (mm-write-region, mm-detect-coding-region): Doc fixes.
1978
1979 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * mail-source.el (mail-source-fetch): Ignore errors.
1982         (mail-source-ignore-errors): New variable.
1983
1984         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1985         articles.
1986
1987         * gnus-msg.el (gnus-version-expose-system): Change default.
1988
1989 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1990
1991         * gnus-msg.el (gnus-version-expose-system): New variable.
1992
1993 2003-02-07  Simon Josefsson  <jas@extundo.com>
1994
1995         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1996         patch from deskpot@myrealbox.com (Vasily Korytov).
1997
1998 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-art.el (article-display-face): Get the Face header from
2001         the current buffer.
2002
2003 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-art.el (gnus-mime-view-part-internally): Bind
2006         buffer-read-only to nil.
2007
2008 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2011         from g-a-e-1 to g-a-e-2.
2012
2013 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2016         of bbdb-search-simple, use spam-use-BBDB-exclusive
2017         (spam-check-whitelist): use spam-use-whitelist-exclusive
2018         (spam-use-whitelist-exclusive): new variable affecting
2019         spam-use-whitelist
2020         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2021
2022 2003-02-05  Simon Josefsson  <jas@extundo.com>
2023
2024         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2025         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2026         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2027         (gnus-agent-expire-1): New.
2028         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2029         (gnus-agent-expire-2): New.
2030
2031 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2032
2033         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2034         "delete-if" is misleading because it isn't actually destructive.
2035
2036         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2037
2038         * nnmail.el (nnmail-purge-split-history): do.
2039
2040         * gnus-win.el (gnus-get-buffer-window): do.
2041
2042         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2043         let-binding.
2044         (gnus-simplify-all-whitespace): do.
2045
2046 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-delay.el (gnus-delay-article): Fix binding of the
2049         nndraft:delayed group.
2050
2051 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2052
2053         * gnus.el (spam group parameters): change 'other to 'const in
2054         the group parameter definitions to soothe XEmacs
2055
2056 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2057
2058         * gnus-delay.el (gnus-delay-article): Really create
2059         nndraft:delayed group if it doesn't exist.
2060
2061 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2062
2063         * gnus-sum.el (gnus-summary-search-article): Speed up by
2064         disabling various visual features while searching.
2065         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2066
2067 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2068
2069         * spam.el (spam-list-of-checks): Don't quote nil and t in
2070         docstrings.  From the elisp manual:
2071
2072            When a documentation string refers to a Lisp symbol, write
2073            it [..] with single-quotes around it.  [..] There are two
2074            exceptions: write t and nil without single-quotes.
2075
2076         * messcompat.el (message-from-style): do.
2077
2078         * message.el (message-send-mail): do.
2079
2080         * gnus-util.el (gnus-use-byte-compile): do.
2081
2082         * gnus-score.el (gnus-score-lower-thread): do.
2083
2084         * gnus-int.el (gnus-server-unopen-status): do.
2085
2086         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2087         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2088
2089         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2090         (gnus-group-parameters): do.
2091
2092         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2093
2094         * mm-decode.el (mm-text-html-renderer): do.
2095
2096 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * nnheader.el (nnheader-directory-separator-character): Change the
2099         way to compute the dafault value.
2100
2101 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2102
2103         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2104         (gnus-button-alist): Fix regexp for describe-key.
2105         (gnus-button-handle-describe-function)
2106         (gnus-button-handle-describe-variable)
2107         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2108         (gnus-button-handle-apropos-variable)
2109         (gnus-button-handle-apropos-documentation): Docstring fix.
2110
2111         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2112
2113 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2116         to nil.
2117
2118         * nnmail.el: Removed gnus-util autoload.
2119
2120         * gnus.el: Use gnus-prin1-to-string throughout.
2121
2122         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2123         print-level.
2124
2125         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2126         (gnus-treat-display-grey-xface): Removed.
2127
2128         * gnus-fun.el (gnus-grab-cam-face): New.
2129         (gnus-convert-image-to-gray-x-face): Removed.
2130         (gnus-convert-gray-x-face-to-xpm): removed.
2131         (gnus-convert-gray-x-face-region): Removed.
2132         (gnus-grab-gray-x-face): Removed.
2133
2134         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2135
2136 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2137
2138         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2139         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2140         bound.
2141
2142         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2143
2144 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2145
2146         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2147         Remove -- these are bogus options which are never used.
2148
2149 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2150
2151         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2152
2153 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * spam.el (spam-check-blackholes)
2156         (spam-blackhole-good-server-regex): new variable to skip some IPs
2157         when checking blackholes; use it
2158         (spam-check-bogofilter-headers)
2159         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2160         case more X-Bogosity is used than just "Yes/No"
2161         (spam-ham-move-routine): semi-fixed, only first article is
2162         properly moved now
2163
2164 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2165
2166         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2167         as well.
2168
2169         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2170
2171         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2172
2173         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2174
2175         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2176
2177         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2178
2179 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-fun.el (gnus-face-encode): New function.
2182         (gnus-convert-png-to-face): Use it.
2183
2184         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2185
2186 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2187
2188         * mm-decode.el (mm-dissection-list): Remove.
2189         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2190         only used in mm-remove-all-parts.
2191         (mm-remove-all-parts): Remove it, it's never called.
2192
2193 2003-01-25  Simon Josefsson  <jas@extundo.com>
2194
2195         * gnus-group.el (gnus-group-make-group): Report errors.
2196
2197         * nnimap.el (nnimap-request-create-group): Ditto.
2198
2199         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2200
2201         * sieve.el (sieve-upload): Fix error printing.
2202
2203         * mm-encode.el (mm-qp-or-base64): Always QP iff
2204         mm-use-ultra-safe-encoding and cleartext PGP.
2205
2206         * gnus-sum.el (gnus-summary-select-article): Inhibit
2207         redisplay (mainly for secured messages).
2208
2209         * nnmail.el (nnmail-article-group): Copy body too (but don't
2210         process it).
2211
2212 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2213
2214         * gnus-art.el (gnus-article-setup-buffer): Reset
2215         gnus-button-marker-list.
2216
2217 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nntp.el (nntp-read-timeout): Default to using a second delay
2220         under Microsoft Windows.
2221
2222 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * nnheader.el (nnheader-directory-separator-character): New
2225         variable.
2226
2227 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2228
2229         * gnus-agent.el (gnus-agent-max-fetch-size)
2230         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2231         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2232         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2233         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2234         (gnus-agent-braid-nov, gnus-agent-load-alist)
2235         (gnus-agent-article-alist-save-format)
2236         (gnus-agent-read-agentview, gnus-agent-save-alist)
2237         (gnus-agent-fetch-group-1, gnus-agent-expire)
2238         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2239         (gnus-agent-regenerate-group): Reformat to keep under eighty
2240         columns.  Reword docstrings so that first line is under eighty
2241         chars and a complete sentence.  Still need to work on the rear
2242         end of the file, in particular gnus-agent-expire.
2243
2244 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-agent.el (gnus-agentize): Indent.
2247
2248         * gnus.el (gnus-version-number): Bumped.
2249
2250 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2251
2252         * gnus.el: Oort Gnus v0.14 is released.
2253
2254 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2255
2256         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2257         before beginning.  Tiny patch from Mark Thomas
2258         <swoon@bellatlantic.net>.
2259
2260 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * spam.el (spam-check-blackholes, spam-split)
2263         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2264         gnus-message calls to show to users what spam.el is doing
2265
2266 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2267
2268         * gnus-msg.el (gnus-message-replysign)
2269         (gnus-message-replyencrypt): Fix typo.
2270
2271 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2274         details.
2275
2276 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-art.el (gnus-article-press-button): let* -> let.
2279         (gnus-mime-security-show-details): Cleaned up.
2280         (gnus-mime-security-press-button): Save excursion.
2281         (gnus-insert-mime-security-button): Clean up.
2282
2283         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2284
2285         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2286         timeout.
2287
2288         * nntp.el (nntp-accept-process-output): Removed timeout.
2289         (nntp-read-timeout): New variable.
2290         (nntp-accept-process-output): Use it.
2291
2292         * gnus-sum.el (gnus-data-find-list): Remove *.
2293
2294 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2295
2296         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2297         introduced on 2002-01-22.
2298         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2299
2300 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2303         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2304         checks of incoming mail based on simple header regexp matching
2305
2306 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * gnus-sum.el (gnus-spam-mark): set to `$'
2309
2310 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2311
2312         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2313         gnus-newsgroup-unfetched, the list of articles whose headers have
2314         not been fetched from the server.
2315
2316         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2317         parameter as it never worked due to a bug.  Added check to prevent
2318         selection of any article in the gnus-newsgroup-unfetched list.
2319         (gnus-summary-find-prev): Added check to prevent selection of any
2320         article in the gnus-newsgroup-unfetched list.
2321         (gnus-summary-first-subject): Documented API. Modified
2322         implementation so that constraints are handled independently.
2323         Added check to prevent selection of any article in the
2324         gnus-newsgroup-unfetched list.
2325         (gnus-summary-first-unseen-subject): Updated parameters in
2326         gnus-summary-first-subject call to match new API.
2327         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2328         (gnus-summary-catchup): Do not mark unfetched articles as read.
2329
2330 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2331
2332         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2333         make-obsolete-variable allows only two arguments in XEmacs and
2334         Emacs 20.
2335
2336         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2337         gnus-article-hide-pgp.
2338         (gnus-summary-make-menu-bar): do.
2339
2340         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2341         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2342         gnus-article-hide-pgp.
2343         (article-hide-pgp): Remove.
2344         (gnus-article-hide): Remove gnus-article-hide-pgp.
2345
2346         * gnus.el: Remove gnus-article-hide-pgp
2347
2348 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * message.el (message-required-headers): Doc fix.
2351
2352 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2353
2354         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2355         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2356         option to make ifile a purely binary classifier
2357
2358 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2361         (mml-secure-encrypt-pgpmime): Removed double.
2362
2363         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2364         debugging statements.
2365
2366 2003-01-21  Andreas Fuchs  <asf@void.at>
2367
2368         * mml-sec.el (mml-sign-alist): Added pgpauto.
2369
2370 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus.el (gnus-version-number): Bumped version number.
2373
2374 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2375
2376         * gnus.el: Oort Gnus v0.13 is released.
2377
2378 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * gnus-art.el (gnus-button-url-regexp): Removed |.
2381
2382         * message.el (message-send-hook): Doc fix.
2383
2384         * gnus-win.el (gnus-buffer-configuration): Display article
2385         instead of article-copy when `reply'.
2386
2387 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2388
2389         * gnus.el (gnus-format): Change customize group to gnus.
2390         (gnus-cache): Add link.
2391         (gnus-group-charter-alist): Fix docstring.
2392
2393 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2394
2395         * mailcap.el (mailcap-print-command): lpr-command might be
2396         unbound in XEmacs.
2397
2398 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2399
2400         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2401
2402         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2403         calculation of net characters added for use in the gnus-data
2404         structure.
2405
2406 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2407
2408         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2409         message.  Suggested by Jari Aalto.
2410
2411 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2414         (gnus-article-reply-with-original): Ditto.
2415
2416         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2417         read articles don't become unread.
2418
2419 2003-01-17  Simon Josefsson  <jas@extundo.com>
2420
2421         * gnus-fun.el (gnus-x-face-from-file):
2422         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2423
2424         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2425         (gnus-convert-image-to-face-command): Doc fix.
2426
2427 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2430
2431 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2432
2433         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2434         avoid encoding problems.
2435
2436         * mailcap.el (mailcap-ps-command): New variable.
2437         (mailcap-mime-data): Add print entry where applicable.  Use
2438         pdftotext on a tty.
2439
2440 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2441
2442         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2443
2444 2003-01-16  Simon Josefsson  <jas@extundo.com>
2445
2446         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2447         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2448         (gnus-face-from-file): Doc fix; don't mention image format.
2449
2450 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2451
2452         * spam.el (spam-get-article-as-filename): new function (unused for now)
2453         (spam-get-article-as-buffer): new function
2454         (spam-get-article-as-string): use spam-get-article-as-buffer
2455         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2456
2457 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * gnus-agent.el: Don't use `path'.
2460         From the GNU coding standards:
2461
2462             Please do not use the term ``pathname'' that is used in Unix
2463             documentation; use ``file name'' (two words) instead.  We use
2464             the term ``path'' only for search paths, which are lists of
2465             directory names.
2466
2467         * nnsoup.el (nnsoup-file-name): Ditto.
2468
2469         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2470         (nnmail-group-pathname): Ditto.
2471
2472         * nnimap.el (nnimap-group-overview-filename): Ditto.
2473
2474         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2475         (nnheader-group-pathname): Ditto.
2476
2477         * nnfolder.el (nnfolder-group-pathname): Ditto.
2478
2479         * gnus.el (gnus-home-directory): Ditto.
2480
2481         * gnus-group.el (gnus-group-icon-list): Ditto.
2482
2483 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2484
2485         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2486
2487         * message.el (message-mode-menu): Use it.
2488         (message-mode-menu): Deactivate "Yank Original" if there's no
2489         reply buffer.
2490
2491         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2492
2493         * message.el (message-mark-active-p): New function.
2494
2495 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2498         (spam-bogofilter-database-directory): new variables
2499         (spam-check-bogofilter-headers, spam-check-bogofilter)
2500         (spam-bogofilter-register-with-bogofilter)
2501         (spam-bogofilter-register-spam-routine)
2502         (spam-bogofilter-register-ham-routine)
2503         (spam-group-ham-processor-bogofilter-p): new functions for the new
2504         Bogofilter interface
2505         (spam-summary-prepare-exit): use the new Bogofilter functions
2506         (spam-list-of-checks): added spam-use-bogofilter-headers
2507         (spam-bogofilter-score): rewrote function
2508         (spam-check-bogofilter): optional score parameter, uses
2509         spam-check-bogofilter-headers better
2510         (spam-check-bogofilter-headers): optional score parameter
2511
2512         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2513         default, in the gnus-start customization group.  Used to disable
2514         the spam-*/ham-* parameters.
2515         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2516
2517 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2518
2519         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2520         XEmacs.
2521
2522         * gnus-ems.el (gnus-mark-active-p): do.
2523
2524 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2525
2526         * gnus.texi (Using MIME): Mention auto-compression-mode with
2527         gnus-mime-copy-part.
2528
2529 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * message.el (message-send): Don't warn about duplicates when
2532         superseding.
2533
2534 2003-01-15  Simon Josefsson  <jas@extundo.com>
2535
2536         * nnimap.el (nnimap-split-download-body): New variable.
2537         (nnimap-split-articles): Use it.
2538
2539 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2540
2541         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2542         integrity checker was incorrectly flagging, and removing, articles
2543         whose article number was negative.
2544         (gnus-agent-fetch-group-1): When executed in the group's summary
2545         buffer, refresh each downloaded line to update the status flag and
2546         font.  Preserve the value of gnus-newsgroup-headers so that
2547         gnus-agent-fetch-articles can split the requests by size.
2548         (gnus-agent-expire): Corrected day calculation for when
2549         gnus-agent-expire-days contains a list.
2550
2551 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2554
2555 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2556
2557         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2558           /usr/bin/play as default player.
2559           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2560
2561 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2564         articles to be marked as well.
2565
2566 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2567         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2568         fictious headers generated by nnagent (ie. Undownloaded Article
2569         ####) in the list of articles that have not been downloaded.
2570
2571         * gnus-int.el (): Added require declarations to resolve
2572         compile-time warnings.
2573         (gnus-open-server): If the server status is set to offline,
2574         recursively execute gnus-open-server to open the offline backend
2575         (e.g. nnagent).
2576
2577 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2578
2579         * gnus-art.el (gnus-article-reply-with-original): Use
2580         gnus-mark-active-p.
2581         (gnus-article-followup-with-original): do.
2582
2583 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2586
2587 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2588
2589         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2590         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2591
2592 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2593
2594         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2595         (gnus-face-from-file): Ditto.
2596
2597 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2600         gnus-alter-articles-to-read-function to the unread articles.
2601
2602 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2603
2604         * deuglify.el (gnus-article-outlook-unwrap-lines)
2605         (gnus-article-outlook-repair-attribution)
2606         (gnus-article-outlook-rearrange-citation): New function names,
2607         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2608         doc-string.
2609
2610         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2611         removed `W k' key binding (use `W Y f' instead).
2612         (gnus-summary-make-menu-bar): Use new function names.
2613
2614 2003-01-13  Simon Josefsson  <jas@extundo.com>
2615
2616         * gnus-fun.el (gnus-random-x-face): Doc fix.
2617         (gnus-insert-random-x-face-header): New function.
2618
2619 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2620
2621         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2622         mark is not active.
2623
2624         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2625
2626         * gnus-ems.el (gnus-mark-active-p): New function.
2627
2628         * gnus-group.el (gnus-topic-mode-p): New function.
2629         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2630         Deactivate items if mark is not active.
2631
2632 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus.el (gnus-version-number): Bumped version.
2635         (gnus-summary-line-format): Doc fix.
2636
2637 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2638
2639         * gnus.el: Oort Gnus v0.12 is released.
2640
2641 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * mail-source.el (mail-sources): Removed autoload to make it
2644         compile under XEmacs.
2645
2646 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2647
2648         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2649         regexp or a function too.
2650         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2651         confirmation even if the original article is mail.
2652
2653 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2656         articles to be marked when not yanking.
2657
2658 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2659
2660         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2661
2662 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * gnus-fun.el (gnus-face-from-file): Autoload.
2665
2666         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2667         errors.
2668
2669 2003-01-12  Simon Josefsson  <jas@extundo.com>
2670
2671         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2672         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2673
2674         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2675         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2676
2677 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2680         in every string.
2681
2682         * gnus.el (gnus-version-number): Bumped version number.
2683
2684 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2685
2686         * gnus.el: Oort Gnus v0.11 is released.
2687
2688 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2689
2690         * message.el (message-fetch-reply-field): Narrow to headers.
2691
2692         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2693         if Gnus isn't alive.
2694
2695 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2696
2697         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2698         marks from articles that are already stored in the agent.
2699         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2700         backup copy of an invalid .overview file for later analysis.
2701
2702 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2703
2704         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2705         exit work with two frames.
2706
2707 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2708
2709         * message.el (message-forward-make-body): Use mule4.
2710
2711 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * message.el (message-mode-map): Move wide-reply command.
2714
2715 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2716
2717         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2718         castellano.
2719         (gnus-outlook-display-hook): New variable.
2720         (gnus-outlook-display-article-buffer): New function.
2721         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2722         (gnus-outlook-deuglify-article): Made them interactive and added
2723         optional arg.  Use `g-o-d-a-b'.
2724         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2725
2726         * gnus-sum.el: Added autoloads.
2727         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2728         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2729
2730 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-art.el (gnus-display-mime): Use the mime emulation
2733         variable.
2734
2735         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2736
2737         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2738         newsrc-alist is initialized properly.
2739
2740         * mail-source.el (mail-sources): Autoload.
2741
2742         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2743         nil.
2744
2745         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2746         insert two newlines.
2747
2748         * message.el (message-check-news-header-syntax): Compute the
2749         header length correctly.
2750
2751 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2752
2753         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2754         alist when keeping fetched article file.
2755         (gnus-agent-retrieve-headers): When parsing response for article
2756         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2757         against garbage in the server's response.
2758
2759         * gnus-int.el (gnus-request-expire-articles,
2760         gnus-request-move-article): Only expire when the group's server
2761         has been agentized.
2762
2763 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2766         errors when deleting overlays.
2767
2768         * gnus-score.el (gnus-score-followup): Allow tracing.
2769
2770         * gnus-art.el (gnus-treat-display-face): New variable.
2771         (article-display-face): New command.
2772
2773         * gnus-fun.el (gnus-face-from-file): New function.
2774         (gnus-convert-face-to-png): Ditto.
2775
2776         * gnus-art.el (gnus-ignored-headers): Added Face.
2777
2778 2003-01-10  Simon Josefsson  <jas@extundo.com>
2779
2780         * nndraft.el (nndraft-request-group): Avoid crash in
2781         directory-files when draft directory doesn't exists.
2782
2783         * gnus-sum.el (gnus-select-article-hook): Add :option.
2784
2785 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * spam.el (spam-use-stat): new variable
2788         (spam-group-spam-processor-stat-p)
2789         (spam-group-ham-processor-stat-p): new convenience functions
2790         (spam-summary-prepare-exit): add spam/ham processors to sequence
2791         (spam-list-of-checks): add spam-use-stat to list of checks
2792         (spam-split): conditionally load the spam-stat tables
2793         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2794         spam-check-ifile): new functions
2795
2796         * spam-stat.el (spam-stat): typo fix
2797         (spam-stat-install-hooks): new variable
2798         (spam-stat-split-fancy-spam-group): added documentation clarification
2799         (spam-stat-split-fancy-spam-threshhold): new variable
2800         (spam-stat-install-hooks): make hooks conditional
2801         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2802
2803         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2804         spam-stat ham/spam processor symbols
2805
2806 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2809         file exists.
2810
2811 2003-01-10  Simon Josefsson  <jas@extundo.com>
2812
2813         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2814         undownloaded/downloadable only when unplugged.
2815
2816 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2817
2818         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2819
2820 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * spam.el (spam-check-ifile): fixed call-process-region to use the
2823         db parameter only if it's set
2824         (spam-ifile-register-with-ifile): ditto
2825
2826 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2827
2828         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2829         spam-stat-nbad before creating the hash table.
2830         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2831         Changed copyright statement to FSF.
2832
2833 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2834
2835         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2836         processable articles as read.
2837         (gnus-agent-summary-fetch-series): Remove processable and
2838         downloadable marks on all downloaded articles in the series.
2839
2840         * nntp.el (nntp-report): Throw error after reporting the problem.
2841         (nntp-accept-process-output): Corrected error check to report an
2842         error when the process is nil.
2843
2844 2003-01-09  Simon Josefsson  <jas@extundo.com>
2845
2846         * message.el (message-tool-bar-map): Add preview.
2847
2848 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2849
2850         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2851         previewing.
2852
2853 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2854
2855         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2856         bug when the (n+1)th article to be added to a group has a smaller
2857         number than the n articles already added.
2858
2859 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2860
2861         * message.el (message-mode-field-menu): Use backquote.
2862
2863 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * spam.el: fixed the BBDB autoloads again, using
2866         bbdb-search-simple now (which is not a macro, thank god)
2867
2868         * lpath.el (bbdb-search): removed function from maybe-fbind list
2869
2870         * gnus.el (ham-process-destination): added new parameter for
2871         destination of ham articles found in spam groups at summary exit
2872
2873         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2874         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2875         (spam-ifile-database-path): added new parameter for ifile's database
2876         (spam-move-spam-nonspam-groups-only): new parameter to determine
2877         if spam should be moved from all groups or only some
2878         (spam-summary-prepare-exit): fixed logic to use
2879         spam-move-spam-nonspam-groups-only when deciding to invoke
2880         spam-mark-spam-as-expired-and-move-routine; always invoke that
2881         routine after the spam has been expired-or-moved in case there's
2882         some spam left over; use spam-ham-move-routine in spam groups
2883         (spam-ham-move-routine): new function to move ham articles to the
2884         ham-process-destinations group parameter
2885
2886 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2889
2890         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2891         gnus-summary-update-article-line.
2892
2893 2003-01-08  Simon Josefsson  <jas@extundo.com>
2894
2895         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2896         not successful.
2897
2898 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2901
2902 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2905         logic, finally
2906
2907 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2910         (gnus-parse-format): Change to %~.
2911
2912         * message.el (message-generate-headers): Don't generate optional
2913         empty headers.
2914
2915 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2916
2917         * message.el (message-cross-post-default)
2918         (message-cross-post-note-function, message-shoot-gnksa-feet)
2919         (message-strip-subject-trailing-was, message-change-subject)
2920         (message-mark-insert-file, message-cross-post-followup-to)
2921         (message-cross-post-followup-to, message-mode-map)
2922         (message-generate-unsubscribed-mail-followup-to)
2923         (message-make-mail-followup-to): Minor changes to doc-strings and
2924         error messages.  Updated copyright line.
2925
2926         * message.el (message-make-mail-followup-to,
2927         message-generate-unsubscribed-mail-followup-to): New function
2928         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2929         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2930         names.
2931
2932         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2933         (mml-preview-insert-mft): Removed function name.
2934         (mml-preview): Use new function names.
2935
2936         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2937
2938         * message.el (message-mode-field-menu): Moved header related
2939         commands from "Message" to "Field" menu.
2940
2941 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * message.el (message-generate-headers-first): Added customization
2944         if variable is a list.
2945
2946 2003-01-07  Michael Shields  <shields@msrl.com>
2947
2948         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2949         where the last line of the article is the last line of the window.
2950
2951 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-msg.el (gnus-debug): Use ignore-errors.
2954
2955         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2956         `gnus-summary-update-line'.
2957
2958 2003-01-08  Simon Josefsson  <jas@extundo.com>
2959
2960         * gnus-art.el (gnus-unbuttonized-mime-types)
2961         (gnus-buttonized-mime-types): Doc fix.
2962
2963 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2964
2965         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2966
2967 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2968
2969         * nnrss.el (nnrss-group-alist): Add and clear up.
2970
2971 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2972
2973         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2974
2975         * lpath.el (bbdb-search): added BBDB functions for a better way to
2976         fix missing functions
2977
2978         * spam.el (spam-check-ifile): if should be an unless
2979
2980         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2981         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2982         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2983
2984 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2987         gnus-summary-refer-thread to thread menu.
2988
2989 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2990
2991         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2992         summary buffer, articles that cannot be fetched are marked as
2993         canceled.
2994
2995         * nntp.el (nntp-with-open-group): The quit signal handler must
2996         propagate the quit signal to the next outer handler so that the
2997         caller knows that the request aborted abnormally.
2998
2999 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3002         (spam-ifile-register-spam-routine)
3003         (spam-ifile-register-ham-routine): added ifile functionality that
3004         does not use ifile-gnus.el to classify and register articles
3005         (spam-get-article-as-string): convenience function
3006         (spam-summary-prepare-exit): added ifile spam and ham registration
3007         (spam-ifile-all-categories, spam-ifile-spam-category)
3008         (spam-ifile-path, spam-ifile): added customization options
3009
3010         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3011         exit processor
3012         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3013         list of choices
3014
3015 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-score.el (gnus-score-followup): Also score immediate
3018         followups.
3019
3020 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3023
3024 2003-01-07  Simon Josefsson  <jas@extundo.com>
3025
3026         * message.el (message-mode-menu): Fix receipt balloon help.
3027
3028 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3029
3030         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3031         always be interpreted as news.
3032
3033 2003-01-07  Simon Josefsson  <jas@extundo.com>
3034
3035         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3036         gnus-sieve-script, instead of the global variable
3037         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3038         <sb@dod.no>.
3039
3040 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3041
3042         * gnus.el: Renamed gnus-summary-*-uncached-face as
3043         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3044         the cache.
3045
3046         * gnus-sum.el: Ditto.
3047
3048 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3049
3050         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3051         in either the group or summary buffer.
3052         New command "JS", in summary buffer, will fetch articles per the
3053         group's category, predicate, and processable flags.
3054         (gnus-agent-summary-fetch-series): Rewritten to call
3055         gnus-agent-session-fetch-group once with all articles in the
3056         series.
3057         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3058         return list of fetched articles.
3059         (gnus-agent-fetch-articles): Split fetch list into sublists such
3060         that the article buffer is only slightly larger than
3061         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3062         the group's article alist is saved.
3063         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3064         longer result in the agent trying to fetch an article.
3065         (gnus-agent-fetch-group-1): Can now be called in either the group
3066         or summary buffer.  Removed the max-fetch-size code that I added
3067         on 2002-12-13 as that capability is now part of
3068         gnus-agent-fetch-articles.  Added code to update summary buffer.
3069         When called in the group buffer, articles that can not be fetched
3070         are AUTOMATICALLY MARKED AS READ.
3071
3072         * gnus-sum.el (): Modified eval-when-compile to minimize
3073         misleading compilation warnings.
3074         (gnus-update-summary-mark-positions): Changed code to use
3075         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3076
3077         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3078         empty file as the parser assumes that the file isn't empty.
3079
3080         * nntp.el (nntp-send-string): The process-send-string call can,
3081         because it performs I/O on the process, change the process' state
3082         from open to closed.  If this happens, call nntp-report
3083         immediately to report the broken connection.
3084         (nntp-report): Rewritten to avoid needing a global variable to
3085         determine the appropriate course of action.  Instead, two function
3086         implementations are provided and the nntp-report function value is
3087         bound to the appropriate implementation.
3088         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3089         (nntp-with-open-group): Now binds nntp-report's function cell
3090         rather than binding gnus-with-open-group-first-pass.  Added a
3091         condition-case to detect a quit during a nntp command.  When the
3092         quit occurs, the current connection is closed as a fetch articles
3093         request could have several megabytes queued up for reading.
3094         (nntp-retrieve-headers): Bind articles to itself.  If
3095         nntp-with-open-group repeats this command, I must have access to
3096         the original list of articles.
3097         (nntp-retrieve-groups): Ditto for groups.
3098         (nntp-retrieve-articles): Ditto for articles.
3099         (*): Replaced nntp-possibly-change-group calls to
3100         nntp-with-open-group forms in all, but one, occurrance.
3101         (nntp-accept-process-output): Bug fix. Detect when called with
3102         null process.
3103
3104 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3105
3106         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3107         if we don't need to.
3108         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3109
3110 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-group.el (gnus-group-make-web-group): Pass the select
3113         method on to group-create.
3114         (gnus-group-line-format-alist): %U is an integer.
3115
3116         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3117         ephemeral groups.
3118         (gnus-summary-read-group-1): Ditto.
3119         (gnus-group-make-articles-read): Ditto.
3120
3121         * mm-url.el (mm-url-program): Doc fix.
3122
3123         * message.el (message-mode-map): Rebound
3124         message-insert-wide-reply.
3125
3126 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3129         color as `gnus-group-startup-message' does.
3130
3131 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * spam.el: fixed line lengths to 80 chars or less
3134
3135         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3136         "not-read" mark
3137         (gnus-summary-mark-forward): added the spam-mark to the list of
3138         marks not to be marked as "read" when viewed
3139
3140 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3143
3144         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3145         Protect against unactive groups.
3146
3147         * message.el (message-check-news-header-syntax): Check long
3148         header lines.
3149         (message-check-news-header-syntax): Update `start'.
3150
3151         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3152         (gnus-group-line-format): %U.
3153         (gnus-group-line-format-alist): ?U.
3154         (gnus-number-of-unseen-articles-in-group): New function.
3155
3156         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3157
3158         * gnus.el (gnus-version-number): Bump version number.
3159
3160 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3161
3162         * gnus.el: Oort Gnus v0.10 is released.
3163
3164 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * gnus.el (gnus-version-number): Fix version number.
3167
3168 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3169
3170         * gnus.el: Oort Gnus v0.08 is released.
3171
3172 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3173
3174         * mm-util.el: Add mm-string-make-unibyte.
3175
3176         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3177         UTF-8 groups.
3178
3179 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3182
3183         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3184
3185 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3186
3187         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3188         function.
3189
3190 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3193         (gnus-summary-read-group-1): Update group line.
3194         (gnus-summary-exit-no-update): Update group on exit.
3195
3196         * gnus-group.el (gnus-group-line-format): Add %*.
3197         (gnus-group-line-format-alist): Ditto.
3198         (gnus-group-insert-group-line): Set it.
3199         (gnus-group-is-exiting-p): New variable.
3200         (gnus-group-insert-group-line): Use it.
3201
3202 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3203
3204         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3205         enable BBDB ham processing
3206         (spam-blacklist-register-routine): enable blacklist spam processing
3207         (spam-whitelist-register-routine): enable whitelist ham processing
3208         (spam-fetch-field-from-fast): fast fetching of the "from" field
3209         from (gnus-data-list)
3210         (spam-summary-prepare-exit): works completely now
3211         (spam-use-blacklist): oops, should be nil by default
3212         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3213         split processing now; before it was for summary exit as
3214         well but that's done with the spam-contents and spam-process
3215         parameters now
3216
3217 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3218
3219         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3220         characters.
3221
3222 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3225         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3226         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3227         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3228         (spam-mark-spam-as-expired-and-move-routine)
3229         (spam-generic-register-routine, spam-BBDB-register-routine)
3230         (spam-ifile-register-routine, spam-blacklist-register-routine)
3231         (spam-whitelist-register-routine): new functions
3232         (spam-summary-prepare-exit): added summary exit processing (expire
3233         or move) of spam-marked articles for spam groups; added slots for
3234         all the spam-*-register-routine functions
3235
3236 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * pop3.el (pop3-retr): Wait 500 msecs.
3239         (pop3-read-response): Ditto.
3240
3241         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3242         right.
3243         (gnus-inews-make-draft): New function.
3244         (gnus-setup-message): Use it.
3245
3246         * message.el (message-required-headers): Add From.
3247
3248 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3249         Trivial patch from Norbert Koch <nk@viteno.net>.
3250
3251         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3252
3253 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * message.el (message-generate-headers): Let header formatters do
3256         their work.
3257
3258 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3259
3260         * deuglify.el (gnus-article-outlook-deuglify-article):
3261         Rehighlight, reapply treatments and call
3262         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3263         (gnus-outlook-repair-attribution-block): Recognize cited
3264         attributions.  Suggested by Niklas Morberg.
3265
3266 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3267
3268         * gnus-art.el (gnus-treat-predicate): Check condition first.
3269
3270 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3271
3272         * lpath.el: Add url-http-file-exists-p.
3273
3274         * gnus-group.el (gnus-group-fetch-charter): Use
3275         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3276
3277 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * message.el (message-draft-headers): Also generate From to get a
3280         nicer draft buffer summary.
3281
3282         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3283         parameter.
3284
3285         * gnus-art.el (article-wash-html): Clean up.
3286         (article-wash-html): Typo fix.
3287
3288         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3289         (gnus-summary-mail-forward): To many lists of lists.
3290
3291         * gnus-art.el (article-wash-html): Clean up.
3292
3293 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3294
3295         * gnus-art.el (gnus-treat-wash-html): New variable.
3296
3297 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * message.el (message-check-news-header-syntax): Allow posting.
3300         (message-check-news-header-syntax): Fix logic for sure, this
3301         time.
3302
3303 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3304
3305         * message.el (message-check-news-header-syntax): Check syntax of
3306         continuation headers.
3307
3308 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3309
3310         * gnus-art.el (gnus-button-url-regexp,
3311         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3312         (gnus-header-button-alist): Regexps are case insensitive here.
3313
3314 2003-01-02  Simon Josefsson  <jas@extundo.com>
3315
3316         * dig.el (query-dig): Doc fix.
3317
3318 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3319
3320         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3321         summary buffer line, not just the download mark.
3322
3323 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3326         (gnus-summary-insert-dormant-articles): New command and
3327         keystroke.
3328
3329         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3330         function for mass insertion of subjects.
3331
3332         * nndraft.el (nndraft-generate-headers): Don't move point.
3333
3334         * gnus.el (nnheader): Require nnheader.
3335
3336         * nndraft.el (nndraft-request-associate-buffer): Use
3337         make-local-variable.
3338
3339 2003-01-02  Michael Shields  <shields@msrl.com>
3340
3341         * nndraft.el (nndraft-request-associate-buffer): Make
3342         write-contents-hooks buffer-local before setting it.
3343
3344 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus.el (gnus-group-parameter-value): Take an extra param.
3347         (gnus-group-fast-parameter): Let group param results be nil.
3348
3349         * gnus-art.el (gnus-article-forward-header): New function.
3350         (article-date-ut): Use it to remove continuation date headers.
3351
3352         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3353         read-event.
3354         (gnus-summary-remove-bookmark): Clean up.
3355         (gnus-summary-set-bookmark): Clean up.
3356
3357         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3358
3359         * gnus.el (gnus-group-startup-message): Bind data-directory to
3360         the Gnus etc directory.
3361
3362 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3363
3364         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3365         ham-processing of articles; use the new
3366         spam-group-(spam|ham)-contents-p functions
3367         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3368         convenience functions
3369         (spam-mark-junk-as-spam-routine): use the new
3370         spam-group-spam-contents-p function
3371
3372         * gnus.el (spam-process, spam-contents, spam-process-destination):
3373         added new parameters with corresponding global variables
3374         (gnus-group-spam-exit-processor-ifile,
3375         gnus-group-spam-exit-processor-bogofilter,
3376         gnus-group-spam-exit-processor-blacklist,
3377         gnus-group-spam-exit-processor-whitelist,
3378         gnus-group-spam-exit-processor-BBDB,
3379         gnus-group-spam-classification-spam,
3380         gnus-group-spam-classification-ham): added new symbols for the
3381         spam-process and spam-contents parameters
3382
3383         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3384         customization and list itself to store mark symbol rather than
3385         mark character.
3386         (spam-bogofilter-register-routine): added logic to generate mark
3387         values list from spam-ham-marks and spam-spam-marks, so (member)
3388         would work.
3389
3390 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * message.el (message-cross-post-followup-to): Fix comment.
3393
3394 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3397         customization and list itself to store mark symbol rather than
3398         mark character.
3399         (spam-bogofilter-register-routine): added logic to generate mark
3400         values list from spam-ham-marks and spam-spam-marks, so (member)
3401         would work.
3402
3403 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3404
3405         * message.el (message-signature-insert-empty-line): New variable.
3406
3407 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * message.el: Renamed functions and variables: "xpost" ->
3410         "cross-post", "-fup2" -> "-followup-to".
3411         (message-cross-post-old-target, message-cross-post-default,
3412         message-cross-post-note, message-followup-to-note,
3413         message-cross-post-note-function): New variables names.
3414         (message-xpost-old-target, message-xpost-default,
3415         message-xpost-note, message-fup2-note,
3416         message-xpost-note-function): Removed variable names.
3417         (message-cross-post-followup-to-header,
3418         message-cross-post-insert-note, message-cross-post-followup-to):
3419         New function names.
3420         (message-xpost-fup2-header, message-xpost-insert-note,
3421         message-xpost-fup2): Removed function names.
3422
3423 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * message.el (message-send-mail): Added message-cleanup-headers to
3426         prevent newlines in headers.
3427
3428 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * dns.el (dns-make-network-process): Comment.
3431
3432         * gnus-sum.el (gnus-summary-display-while-building): Default to
3433         nil.
3434
3435 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3436
3437         * gnus-sum.el (gnus-summary-display-while-building): New
3438         variable.
3439
3440 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3441
3442         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3443         before rearranging the article.
3444
3445 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * nndraft.el (nndraft-generate-headers): New function.
3448         (nndraft-request-associate-buffer): Use it to write headers on
3449         buffer save.
3450
3451         * message.el (message-generate-headers): Let the function be a
3452         lambda form.
3453         (message-draft-headers): New variable.
3454
3455         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3456         function.
3457         (gnus-setup-message): Use it.
3458
3459         * message.el (message-generate-headers-first): Doc fix.
3460         (message-setup-1): Use new function for getting which headers to
3461         generate.
3462         (message-headers-to-generate): New function.
3463
3464 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3465
3466         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3467
3468 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3469
3470         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3471         mention negatives.
3472
3473 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3474
3475         * deuglify.el (gnus-outlook-rearrange-article): Use
3476         `transpose-regions' instead of tempering the kill-ring.
3477         (gnus-article-outlook-deuglify-article): Rehighlight article
3478         instead of a complete redisplay.
3479
3480 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * spam.el: most defvars are defcustoms now
3483
3484         patches from Michael Shields  <shields@msrl.com>
3485
3486         * spam.el (spam-bogofilter-articles): Select the article
3487         body using gnus-summary-show-article t instead of
3488         gnus-summary-select-article; this presents the raw text
3489         without running any hooks.
3490
3491         * spam.el (spam-bogofilter-articles): Use message-remove-header
3492         to remove headers; the old way incorrectly removed just the first
3493         line of folded headers.
3494
3495 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3498
3499 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-start.el (gnus-load): New function.
3502         (gnus-read-newsrc-el-file): Use it.
3503
3504 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3507         (gnus-button-handle-apropos-documentation): New function.
3508         (gnus-button-handle-ctan): New function.
3509         (gnus-button-alist): Use them.  Improve some regexps.
3510         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3511
3512 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * message.el (message-subscribed-p): New function.
3515         (message-send-mail): Use it.
3516         * mml.el (mml-preview-insert-mft): New function.
3517         (mml-preview): Use it.
3518
3519 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3522         when sorting by date.
3523
3524         * gnus-art.el (gnus-article-edit-mode): New variable.
3525         (gnus-article-setup-buffer): Warn user about discarding edits.
3526
3527         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3528         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3529         headers.
3530
3531         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3532
3533 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * message.el (message-completion-alist): Added "Mail-Followup-To"
3536         and "Mail-Copies-To".
3537
3538 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3539
3540         * gnus-group.el: Add key bindings for
3541         gnus-group-sort-groups-by-real-name and
3542         gnus-group-sort-selected-groups-by-real-name.
3543
3544 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3545
3546         * gnus.texi (Sorting Groups): Add key bindings for
3547         gnus-group-sort-groups-by-real-name and
3548         gnus-group-sort-selected-groups-by-real-name.
3549
3550 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3551
3552         * spam.el (spam-use-dig): new variable for blackhole checking
3553         through dig.el
3554         (spam-check-blackholes): added dig.el checking functionality and
3555         more verbose reporting; query-dig is autoloaded from dig.el
3556         (spam-use-blackholes): disabled by default
3557         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3558         blackhole servers list
3559
3560 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * message.el (message-required-headers): New variable.
3563
3564 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         * dig.el (query-dig): new function
3567
3568 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3571         prefixes.
3572
3573         * dns.el (query-dns): Protect against errors.
3574
3575         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3576         (gnus-inews-add-send-actions): Mark all answered messages as
3577         answered.
3578
3579 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3580
3581         * nnmail.el (nnmail-split-it): Added tracing to
3582         `:' split rule
3583
3584 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3585
3586         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3587         and "%s" so we don't overquote them.
3588
3589 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3590
3591         * (mm-display-external): Display the actual command that has been
3592         executed in the echo area.
3593
3594 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3597
3598         * message.el (message-with-reply-buffer): New macro.
3599         (message-fetch-reply-field): Use it.
3600         (message-insert-wide-reply): New command and keystroke.
3601         (message-carefully-insert-headers): New function.
3602         (message-insert-to): Use new function.
3603
3604         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3605         (gnus-topic-goto-missing-group): Use it.
3606
3607         * message.el (message-required-news-headers): Removed Lines.
3608         (message-reply): Don't insert References first.
3609         (message-followup): Ditto.
3610         (message-make-references): New function.
3611         (message-followup): Set message-reply-headers before generating
3612         the buffer stuff.
3613
3614 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3615
3616         * mml.el (mml-generate-mime-1): Reverse the order of
3617         encoding/flowing.
3618
3619 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3622         after moving them.
3623
3624         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3625         fit with newer standard format.
3626         (gnus-summary-make-false-root-always): New variable.
3627         (gnus-gather-threads-by-subject): Use it.
3628
3629         * message.el (message-get-reply-headers): Take an address list
3630         optional argument.
3631
3632 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * gnus.el (gnus-keep-backlog): Change default to 20.
3635
3636         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3637         start.
3638         (gnus-agent-check-overview-buffer): Remove negative article
3639         numbers.
3640
3641         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3642         (nnmail-cache-ignore-groups): Doc fix.
3643
3644         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3645         (nnimap-debug-buffer): New variable.
3646         (nnimap-debug): Use it.
3647
3648 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3649
3650         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3651
3652 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3655         they aren't already sorted.
3656
3657 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3658
3659         * message.el (message-mode-menu): Add ellipses to menu items
3660         expecting user interaction.
3661         (message-mode-field-menu): do.
3662
3663 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3664
3665         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3666         it isn't used any more.
3667
3668 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3669
3670         * binhex.el (binhex-decoder-program): Fix docstring.
3671
3672 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3673
3674         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3675         special chars if the mailcap file uses single quotes around %s.
3676         From Laurent Martelli <laurent@bearteam.org>.
3677
3678 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3679
3680         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3681         return the info object.
3682
3683 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3684
3685         * gnus-int.el (gnus-request-update-info): Artificially add
3686         (1 . (1- min)) to the read range, in case the backend doesn't
3687         store marks for nonexistent articles.
3688
3689 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * binhex.el (binhex-insert-char): Eval-and-compile.
3692
3693 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3694
3695         * lpath.el: Add tool-bar-local-item-from-menu.
3696
3697         * message.el (message-tool-bar-local-item-from-menu): New function.
3698         (message-tool-bar-map): Use it.
3699
3700 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3701
3702         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3703
3704         * gnus-art.el (gnus-article-header-rank): Last header in
3705         gnus-sorted-header-list should have higher rank than non-members.
3706
3707 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3710         covered methods.
3711
3712 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3713
3714         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3715         eval-when-compile.  Suggested by Kevin Greiner.
3716
3717 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3718
3719         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3720         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3721         even though no headers may have been fetched
3722         (gnus-agent-fetch-group-1, and perhaps others, require this
3723         behavior).
3724         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3725         server buffer is constrained by gnus-agent-max-fetch-size.
3726         Multiple chunks in the same group may perform arbitrarily large
3727         updates.
3728
3729 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3730
3731         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3732         gnus-summary-update-download-mark to update the article in the
3733         summary.
3734
3735 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3736
3737         * gnus.el (gnus-summary-high-uncached-face,
3738         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3739         New faces.
3740
3741         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3742         added this on 2002-11-23 but it just wasn't working out as
3743         intended.  The idea isn't entirely dead, three new faces
3744         gnus-summary-*-uncached-face are being added to gnus.el to provide
3745         the basis for an improved implementation.
3746         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3747         proper file to open is lib/servers.
3748         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3749         (i.e. removing the article from gnus-newsgroup-downloadable) will
3750         now restore the article's default mark rather than simply setting
3751         no mark.
3752         (gnus-agent-get-undownloaded-list): Corrected documentation.
3753         Added code to set new summary local variable,
3754         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3755         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3756         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3757         up to date.  Call new gnus-summary-update-download-mark to keep
3758         summary buffer up-to-date.
3759         (gnus-agent-fetch-selected-article): Keep
3760         gnus-newsgroup-undownloaded up to date.
3761         (gnus-agent-fetch-articles): Return list of articles that were
3762         successfully fetched.
3763         (gnus-agent-check-overview-buffer): No more thingatpt.
3764         (gnus-agent-expire): No longer deletes NOV entries of unread
3765         articles.
3766         (gnus-agent-unread-articles): New function.
3767         (gnus-agent-regenerate-group): The article number must be
3768         terminated by a tab character.  Added more messages to report
3769         repairs.  Inhibit quits while writing changes so it is now safe
3770         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3771         downloaded to 1) resolve the unbound references and 2) avoid
3772         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3773
3774         * gnus-art.el (gnus-article-prepare): The agent
3775         downloaded/undownloaded mark is no longer stored as the article's
3776         mark.
3777
3778         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3779         gnus-summary-highlight may use it.  Added downloaded as
3780         gnus-summary-highlight was using it.
3781
3782         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3783         the download mark now follows Kai's +/- convention.
3784         (gnus-downloaded-mark): Added ?+ mark.
3785         (gnus-summary-highlight): Added rules to select
3786         gnus-summary-high-uncached-face,
3787         gnus-summary-normal-uncached-face, and
3788         gnus-summary-low-uncached-face.  Removed the
3789         gnus-agent-downloaded-article-face.
3790         (gnus-summary-line-format-alist): Implemented the download flag
3791         format (?O) as named in the manual.  This implementation displays
3792         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3793         gnus-no-mark.
3794         (gnus-newsgroup-agentized): New local variable that identifies
3795         which groups are agentized.  While the agent is now on by default,
3796         you don't have to agentize every server that you use.
3797         (gnus-update-summary-mark-positions): Completed support for the
3798         download type of mark.
3799         (gnus-summary-insert-line): Added undownloaded to the parameters.
3800         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3801         reference by the gnus-summary-line-format-spec.
3802
3803         * nntp.el (nntp-with-open-group): This macro handles dropped or
3804         broken connections by opening a new connection and repeating the
3805         failed command.
3806         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3807         XOVER commands preceeding the active articles with the nov entry
3808         of the first available article.  When gnus connected to such a
3809         server, the unexpected nov entry would result in duplicate lines
3810         in the agent's overview file.  This patch fixes the duplicate
3811         lines problem and improves performance by skipping over all
3812         articles IDs that preceed the first nov entry in the server's
3813         reply.
3814
3815 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3818         (gnus-summary-highlight): Use it instead of `downloaded'.
3819         (gnus-summary-highlight-line): Ditto.
3820
3821         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3822
3823 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3826
3827         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3828         calls.
3829
3830         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3831         downloaded variable if we're in an uncovered group.
3832
3833         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3834         font to soemthing less noticeable.
3835         (gnus-agent-group-covered-p): New function.
3836
3837 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3838
3839         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3840         Because of an unknown bug, the group buffer is saved in .overview
3841         file.
3842
3843 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3844
3845         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3846         `and' with `or'.
3847
3848 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3849
3850         * nntp.el (nntp-send-command): Assume that echo does not happen
3851         when nntp-open-connection-function is nntp-open-network-stream.
3852         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3853
3854 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3855
3856         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3857
3858 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3859
3860         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3861         nntp-server-buffer if we aren't going to write to it.
3862
3863 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3864         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3865
3866         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3867
3868 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3871         decoded words.
3872
3873 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3874
3875         * gnus.el (fboundp): After loading mm-util, make sure it was the
3876         right one.
3877
3878 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3879
3880         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3881         gnus-sum.  Made into a user option.
3882
3883         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3884         (gnus-summary-mark-article-as-unread)
3885
3886 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3887
3888         * time-date.el (date-to-time): Typo.
3889
3890         * parse-time.el: Typo.
3891
3892         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3893
3894         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3895
3896         * nnimap.el:
3897         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3898
3899         * mm-encode.el (mm-safer-encoding): Typo.
3900
3901         * messcompat.el: Typo.
3902
3903         * message.el (message-face-alist): Typo.
3904
3905         * imap.el (imap-interactive-login, imap-open): Typos.
3906
3907         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3908
3909         * gnus.el: Typo.
3910
3911         * gnus-win.el (gnus-configure-frame): Typo.
3912
3913         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3914
3915         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3916
3917         * gnus-sum.el (gnus-summary-article-number)
3918         (gnus-summary-read-group-1, gnus-summary-mark-article)
3919         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3920
3921         * gnus-mule.el (gnus-mule-add-group): Typo.
3922
3923         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3924
3925         * gnus-group.el (gnus-group-fetch-faq): Typo.
3926
3927         * gnus-art.el (gnus-decode-header-methods): Typo.
3928
3929         * flow-fill.el: Typo.
3930
3931 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3932
3933         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3934
3935 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3936
3937         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3938         (gnus-summary-mark-article-as-unread)
3939         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3940         Reformatting to avoid long lines.
3941         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3942
3943 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3944
3945         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3946         be accessed through `mail-header-number'.
3947
3948 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3949
3950         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3951         compressed range to gnus-summary-insert-articles.
3952
3953 2002-11-26  Kevin Ryde <user42@zip.com.au>
3954
3955         * gnus-art.el (gnus-mime-copy-part): Look for filename
3956         parameter under content-disposition, not content-type.
3957
3958         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3959         (gnus-summary-reselect-current-group): Use it.
3960
3961 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3962
3963         * gnus-agent.el (gnus-agent-uncached-articles): if
3964         gnus-agent-load-alist fails, return ARTICLES.
3965
3966         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3967
3968 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3969
3970         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3971         superfluous function call.
3972         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3973         Add warning to docstring.
3974
3975 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus-agent.el: Autoload number-at-point instead.
3978         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3979
3980 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3981
3982         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3983         require thingatpt (for number-at-point) and protect against
3984         deactivate-mark being unbound (on XEmacs).
3985
3986 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3987
3988         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3989         print message on entry.
3990
3991         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3992
3993         * gnus-range.el (gnus-range-difference): New function.
3994         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3995
3996 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3997
3998         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3999         gnus-remove-from-range instead of gnus-range-difference which
4000         doesn't exist.
4001
4002 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4003         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4004
4005         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4006         used for showing which articles have been downloaded.
4007         (gnus-agent-article-alist): Format change.  Add documentation.
4008         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4009         process-marked articles.
4010         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4011         in the series are individually fetched to minimize lose of
4012         content due to an error/quit.
4013         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4014         gnus-message instead of message.
4015         (gnus-agent-read-servers): Use file lib/methods instead of
4016         lib/servers.  TODO: Why?
4017         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4018         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4019         come from the agent.  This means that they are not downloaded.
4020         (gnus-agent-fetch-selected-article): Don't use history.
4021         (gnus-agent-save-history, gnus-agent-enter-history)
4022         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4023         Removed function; history is not used anymore.
4024         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4025         (gnus-agent-crosspost): Started rewrite then realized that a typo
4026         in gnus-agent-fetch-articles ensures that this function is never
4027         called.  This will need to be fixed later.
4028         (gnus-agent-check-overview-buffer): Some sanity checks on the
4029         agent overview buffer.  This is a safety net used during
4030         development.
4031         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4032         changed, write a number to the file indicating this.
4033         (gnus-agent-fetch-headers): Rewrite to respect
4034         gnus-agent-consider-all-articles without relying on the
4035         `.fetched' files.  Make it fast.
4036         (gnus-agent-braid-nov): Change resulting from
4037         gnus-agent-fetch-headers change.
4038         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4039         `.fetched' files.
4040         (gnus-agent-read-agentview): New function, used by
4041         gnus-agent-load-alist.
4042         (gnus-agent-load-fetched-headers): Remove.
4043         (gnus-agent-save-alist): Rewrite to accomodate new format.
4044         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4045         same order as in gnus-newsgroup-headers.
4046         (gnus-agent-expire): Document and implement extra args ARTICLES,
4047         GROUP, FORCE.  Do not restrict usage.
4048         (gnus-agent-uncached-articles): New function.
4049         (gnus-agent-retrieve-headers): Use it.
4050         (gnus-agent-regenerate-group): No longer needs to be called from
4051         gnus-agent-regenerate.  Individual groups may be regenerated. The
4052         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4053         The article fetch dates are validated in the article alist.  The
4054         article alist is pruned of entries that do not reference existing
4055         NOV entries.  All changes are computed then applied with
4056         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4057         regeneration.  The optional clean parameter has been replaced with
4058         an optional reread parameter.  Clean is no longer necessary as
4059         regeneration gets the appropriate setting from
4060         gnus-agent-consider-all-articles.  The new reread parameter will
4061         result in fetched, or all, articles being marked as unread.
4062         (gnus-agent-regenerate): Removed code to regenerate the history
4063         file as it is no longer used.
4064
4065         * gnus-start.el (gnus-make-ascending-articles-unread): New
4066         function, for efficient mass-marking.
4067
4068         * gnus-sum.el (gnus-summary-highlight): Use new face for
4069         downloaded articles.
4070         (gnus-article-mark): Prefer to indicate read/unread status over
4071         downloaded status.
4072         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4073         line.
4074         (gnus-summary-highlight-line): Use new face for downloaded
4075         articles.
4076         (gnus-summary-insert-old-articles): Improved performance by
4077         replacing the initial LIST of older articles with a compressed
4078         RANGE of older articles.  Some servers appear to lie about
4079         their active range so the original list could contain millions
4080         of article numbers.  The range is not expanded into a list
4081         until the optional ALL parameter has been applied.
4082
4083 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4084
4085         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4086
4087 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * spam.el:
4090         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4091
4092         * spam.el: added `M s t' and `M s x' key mappings
4093
4094 2002-11-20  Simon Josefsson  <jas@extundo.com>
4095
4096         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4097
4098 2002-11-19  Simon Josefsson  <jas@extundo.com>
4099
4100         * gnus-sum.el (gnus-summary-morse-message): Load
4101         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4102         (unmorse-region): Autoload it instead.
4103
4104 2002-11-18  Simon Josefsson  <jas@extundo.com>
4105
4106         * gnus-sum.el (gnus-summary-morse-message): New function.
4107         (gnus-summary-wash-map): Bind to `W m'.
4108         (gnus-summary-make-menu-bar): Add.
4109
4110         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4111         before storing \Deleted mark on expired articles.
4112
4113 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4114         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4115
4116         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4117         parens in column 0.
4118
4119 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4120
4121         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4122
4123         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4124
4125         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4126
4127 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * message.el (message-set-auto-save-file-name): Use
4130         make-directory, to avoid the dependence on gnus-util.
4131
4132 2002-11-16  Simon Josefsson  <jas@extundo.com>
4133
4134         * nnimap.el (nnimap-callback-callback-function):
4135         (nnimap-callback-buffer): Removed, these cannot be global but must
4136         be embedded into the callback.
4137         (nnimap-make-callback): New.  Embedd article number, callback and
4138         buffer in function.
4139         (nnimap-callback, nnimap-request-article-part): Update.
4140
4141 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4144
4145 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4146
4147         * gnus.el (gnus-summary-line-format): Document %C.
4148
4149 2002-11-11  Simon Josefsson  <jas@extundo.com>
4150
4151         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4152         output when called interactively.
4153
4154 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4157
4158         * message.el (message-draft-coding-system): Improve comment; use
4159         mm-auto-save-coding-system for the default value.
4160
4161         * nndraft.el (nndraft-request-article): Revert to the state before
4162         2002-10-29; regexp-quote mail-header-separator.
4163
4164 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4165
4166         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4167         allow editing of drafts from an nnvirtual group.
4168
4169 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4172         mm-auto-save-coding-system.
4173
4174         * message.el (message-draft-coding-system): Default to
4175         iso-2022-7bit.
4176
4177         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4178         restore the default value to emacs-mule or escape-quoted.
4179
4180 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4183         a delayed or a queued article as well as a draft.
4184
4185         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4186         delayed or a queued article in the raw format; treat a delayed
4187         article as a raw article as well as a draft.
4188         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4189         for the delayed group.
4190
4191         * nndraft.el (nndraft-request-article): Ignore auto save files for
4192         a delayed or a queued article; don't bother to decode a queued
4193         article; don't bind nnmail-file-coding-system for a queued article.
4194
4195         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4196         and the queue group.
4197
4198 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4199
4200         * gnus-group.el (gnus-group-delete-group):
4201         gnus-cache-active-hashtb might be void.
4202
4203 2002-11-02  Simon Josefsson  <jas@extundo.com>
4204
4205         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4206         setting of the default user ID.  From Raymond Scholz
4207         <ray-2002@zonix.de>.
4208
4209 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4210
4211         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4212         charset.
4213
4214 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4215         From Alex Schroeder <alex@emacswiki.org>
4216         * spam-stat.el (spam-stat-process-directory): add dir to message
4217         (spam-stat-reduce-size): No longer remove words
4218         with values close to 0.5, because the default value is 0.2.
4219
4220 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4221
4222         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4223         documentation.
4224
4225 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4226
4227         * gnus-agent.el (gnus-agent-fetched-headers)
4228         (gnus-agent-load-fetched-headers)
4229         (gnus-agent-save-fetched-headers): Remove variable and two
4230         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4231         works better.
4232         (gnus-agent-fetch-headers): New implementation from Kevin
4233         Greiner.  Uses gnus-agent-article-alist to store information
4234         about fetched messages which aren't on the server anymore.  The
4235         trick is to return a list of considered messages to the caller,
4236         but to only fetch those which haven't been fetched yet.
4237
4238 2002-10-30  Simon Josefsson  <jas@extundo.com>
4239
4240         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4241
4242         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4243
4244 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4245
4246         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4247         versions of emacs-w3m than 1.3.3.
4248
4249         * lpath.el: Bind w3m-minor-mode-map.
4250
4251         * mm-view.el (mm-w3m-mode-command-alist)
4252         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4253         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4254         (mm-setup-w3m): Simplified.
4255         (mm-w3m-local-map-property): New function.
4256         (mm-inline-text-html-render-with-w3m): Use it.
4257
4258         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4259         mm-w3m-local-map-property.
4260
4261 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * mm-util.el (mm-auto-save-coding-system): Default to
4264         iso-2022-7bit.
4265
4266         * nndraft.el (nndraft-request-article): Decode an article using
4267         the coding-system emacs-mule if it seems to have been saved using
4268         emacs-mule.
4269         (nndraft-request-replace-article): Use message-draft-coding-system
4270         instead of mm-auto-save-coding-system for the draft or delayed
4271         group.
4272
4273 2002-10-28  Josh  <huber@alum.wpi.edu>
4274
4275         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4276         functions.
4277
4278 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4279         From mah@everybody.org (Mark A. Hershberger).
4280
4281         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4282         type values ("url" size) regardless of the values of
4283         mm-url-use-external.
4284
4285 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4286
4287         * nnimap.el (nnimap-request-article-part): Try harder to show
4288         group name in debugging message.
4289
4290 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4291
4292         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4293         directory if it doesn't exist.
4294         (gnus-agent-fetch-headers): Remove old cruft that tried to
4295         abstain from downloading articles more than once if
4296         gnus-agent-consider-all-articles was true.  This is now done
4297         properly via the .fetched files.
4298
4299 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * nndraft.el (nndraft-request-article): Treat delayed articles
4302         like drafts.
4303
4304 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4307
4308 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4309
4310         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4311         Remove unused optional arg DIR and corresponding code.
4312
4313         * nnimap.el (nnimap-request-article-part): Include group name in
4314         debugging output.
4315
4316 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4317
4318         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4319
4320 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4321
4322         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4323         contains range of headers that have been fetched by the agent
4324         already.  Compare gnus-agent-article-alist.
4325         (gnus-agent-file-header-cache): Like
4326         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4327         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4328         seen/recent logic.
4329         Remember which headers have been fetched before and don't fetch
4330         them again the next time round.
4331         (gnus-agent-load-fetched-headers)
4332         (gnus-agent-save-fetched-headers): New functions, for remembering
4333         which headers have been fetched before.
4334
4335 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * lpath.el: Remove useless bindings.
4338
4339 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4340
4341         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4342         features while searching.
4343
4344 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4345
4346         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4347
4348 2002-10-22  Simon Josefsson  <jas@extundo.com>
4349
4350         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4351         (pgg-snarf-keys): Add.
4352
4353 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * lpath.el: Fbind bbdb-records.
4356
4357         * spam.el: Don't autoload bbdb-records.
4358
4359 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4362         prevent inf-loop.
4363
4364 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * nnslashdot.el: Removed some test lines.
4367         More test.
4368
4369 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4370
4371         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4372         are known to be downloaded already.
4373
4374 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4377         (mm-text-html-washer-alist): Ditto.
4378
4379 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4380
4381         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4382         boundary between headers and body.
4383         * nnml.el (nnml-parse-head): Ditto.
4384
4385 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4388         entries.
4389
4390         * gnus-group.el (gnus-fetch-group): Allow an optional
4391         specification of the articles to select.
4392
4393         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4394
4395 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4396
4397         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4398         headers from the group, update variable `articles' to contain
4399         only those numbers where headers exist.  (When fetching all
4400         articles in a group, Gnus creates lots of numbers where there is
4401         no articles.)
4402
4403 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4404
4405         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4406         doesn't have the 'alist custom type, use cons cells instead.
4407         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4408         (pgg-parse-hash-algorithm-alist): Ditto.
4409         (pgg-parse-compression-algorithm-alist): Ditto.
4410         (pgg-parse-signature-type-alist): Ditto.
4411
4412         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4413
4414         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4415
4416         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4417
4418 2002-10-19  Simon Josefsson  <jas@extundo.com>
4419
4420         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4421         buffer.
4422
4423 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4424
4425         * gnus-spec.el (gnus-make-format-preserve-properties)
4426         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4427         properties also on XEmacs.  `gnus-xmas-format' is like format but
4428         preserves text properties on XEmacs (though it only understands
4429         simple format specs).  The variable
4430         `gnus-make-format-preserve-properties' controls whether the
4431         function is used, and is checked in `gnus-parse-simple-format'.
4432         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4433
4434         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4435         output.
4436         (gnus-agent-consider-all-articles): New variable.
4437         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4438         (gnus-agent-fetch-headers): Depending on
4439         gnus-agent-consider-all-articles, maybe get all articles.
4440         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4441         `read'.
4442         (gnus-predicate-imples-unread): New function.
4443         (gnus-agent-fetch-headers): Optimize to call
4444         gnus-list-of-unread-articles if that is sufficient.
4445         Check unseen and recent instead of seen and recent.
4446         (gnus-agent-fetch-headers): Abstain from calling
4447         gnus-list-range-intersection if range (a . b) would have (> a b).
4448
4449 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * message.el (message-send-mail): Make it possible to perform
4452         edebug-defun.
4453
4454 2002-10-18  Simon Josefsson  <jas@extundo.com>
4455
4456         * gnus-art.el (gnus-button-man-handler): Change default to
4457         `manual-entry' (defined in both emacsen).
4458         (gnus-button-man-handler): Remove emacsen difference and use
4459         `manual-entry'.
4460
4461 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * spam.el: Wrap autoload settings for bbdb-records,
4464         executable-find and ifile-spam-filter with eval-and-compile.
4465         (spam-display-buffer-contents): Remove.
4466         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4467
4468 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4469
4470         * spam.el (spam-display-buffer-contents): New function.
4471         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4472         from Katsumi Yamaoka <yamaoka@jpl.org>.
4473
4474 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4475
4476         * nnheader.el (nnheader-parse-naked-head): New function.
4477         (nnheader-parse-head): Use the above function, in order to handle
4478         continuation lines properly.
4479         (nnheader-remove-body): New function.
4480         (nnheader-remove-cr-followed-by-lf): New function.
4481         (nnheader-ms-strip-cr): Use the above function.
4482
4483         * gnus-agent.el (gnus-agent-regenerate-group): Call
4484         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4485         `nnheader-parse-head'.
4486         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4487
4488         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4489         continuation lines by itself; call `nnheader-parse-naked-head'
4490         instead of `nnheader-parse-head'.
4491         * nndiary.el (nndiary-parse-head): Ditto.
4492         * nnfolder.el (nnfolder-parse-head): Ditto.
4493         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4494         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4495         * nnml.el (nnml-parse-head): Ditto.
4496
4497 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4498
4499         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4500         XEmacs, default to it if featurep 'xemacs.
4501
4502 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * spam-stat.el: Check for the existence of hash functions instead
4505         of the Emacs version to decide whether to load cl.  Suggested by
4506         Kai Gro\e,A_\e(Bjohann.
4507
4508 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4509
4510         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4511         if it isn't open yet.
4512
4513 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-group.el: Require mm-url only when compiling.
4516         (gnus-group-fetch-charter): Require mm-url.
4517
4518         * spam-stat.el: Require cl for the functions gethash,
4519         hash-table-count, make-hash-table and mapc for Emacs 20.
4520         (puthash): Alias to cl-puthash for Emacs 20.
4521         (with-syntax-table): New macro for Emacs 20.
4522
4523 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4524
4525         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4526
4527 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4528
4529         * spam.el (spam-check-ifile): added ifile as a spam checking
4530         backend, and spam-use-ifle as the variable to toggle that check.
4531
4532 2002-10-12  Simon Josefsson  <jas@extundo.com>
4533
4534         * message.el (message-beginning-of-line): New variable.
4535         (message-beginning-of-line): Use it.
4536
4537 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4538
4539         * spam.el: more compilation fixes for BBDB
4540
4541         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4542         (spam-stat-reduce-size): Interactive.
4543         (spam-stat-reset): New function.
4544         (spam-stat-save): Interactive.
4545
4546 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus.el: Autoload gnus-delay-initialize.
4549
4550         * message.el: Autoload gnus-delay-article.
4551
4552 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4553
4554         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4555         text property in Emacs.
4556
4557 2002-10-11  Simon Josefsson  <jas@extundo.com>
4558
4559         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4560         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4561
4562         * mml1991.el (mml1991-pgg-sign): Remove CR.
4563
4564 2002-10-10  Simon Josefsson  <jas@extundo.com>
4565
4566         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4567         decrypt failed.
4568         (mml2015-trust-boundaries-alist): Removed.
4569         (mml2015-gpg-extract-signature-details): Don't use it.
4570         (mml2015-unabbrev-trust-alist): New.
4571         (mml2015-gpg-extract-signature-details): Use it.
4572
4573 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4574
4575         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4576         BBDB installed
4577
4578         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4579         statistical analysis of spam in Lisp only
4580
4581 2002-10-10  Simon Josefsson  <jas@extundo.com>
4582
4583         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4584         auth, selected or examine state.
4585
4586         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4587         buffer and error buffer depending on type of information.
4588
4589         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4590         --status-fd stuff even if gpg.el is not used (revert earlier
4591         change).
4592         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4593         gnus details.
4594         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4595         buffer.
4596
4597         * pgg.el (pgg-verify-region): Use it.
4598
4599         * pgg-def.el (pgg-query-keyserver): New variable.
4600
4601         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4602         key-identifier in packet.  Is this a good idea?
4603
4604         * mml.el (mml-mode-map): Add security commands that operates on
4605         MIME parts.
4606         (mml-menu): And menu items for them.
4607
4608         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4609
4610         * mml.el (mml-parse-1): Support sender in #secure tags.
4611
4612         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4613         defined.
4614
4615         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4616         (mml-pgp-encrypt-buffer): Support combined signing.
4617
4618         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4619         (mml1991-gpg-encrypt): Ditto.
4620         (mml1991-pgg-encrypt): Ditto.
4621         (mml1991-encrypt): Pass sign parameter.
4622
4623         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4624         (mml-signencrypt-style): Mention the variable.
4625
4626 2002-10-09  Simon Josefsson  <jas@extundo.com>
4627
4628         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4629         pgg-gpg-user-id.
4630
4631         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4632         (pgg-fetch-key-function): Nil if w3 is not installed.
4633
4634 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4635
4636         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4637         gnus-agent-current-history.
4638
4639 2002-10-06  Simon Josefsson  <jas@extundo.com>
4640
4641         * imap.el (imap-parse-status): Don't use read to read token.
4642
4643 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4644
4645         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4646         for methods not covered by the agent, and when unplugged.
4647
4648 2002-10-05  Simon Josefsson  <jas@extundo.com>
4649
4650         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4651         signing.
4652
4653         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4654         a named server fails, ignore the server.
4655
4656         * mml1991.el (mml1991-pgg-sign): Do QP.
4657
4658         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4659         work.
4660
4661 2002-10-04  Simon Josefsson  <jas@extundo.com>
4662
4663         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4664
4665         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4666         binary-write-decoded-region from MEL.
4667
4668         * pgg.el (pgg-encrypt-region): Support sign.
4669
4670         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4671
4672         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4673
4674         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4675         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4676         branch where PGG was taken from in the ChangeLog entries below.
4677
4678 2002-10-01  Simon Josefsson  <jas@extundo.com>
4679
4680         * pgg-pgp.el: Don't require mel.  Don't use luna.
4681         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4682         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4683         (pgg-pgp-process-region): Don't use binary-funcall.
4684
4685         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4686
4687         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4688         instead of concat.
4689
4690         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4691
4692 2002-09-29  Simon Josefsson  <jas@extundo.com>
4693
4694         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4695         compile warnings.
4696
4697         * pgg.el (pgg-decrypt-region): Don't parse packet.
4698
4699         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4700
4701 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4702
4703         * pgg.el: Remove dependency on calist.el.
4704
4705 2002-09-28  Simon Josefsson  <jas@extundo.com>
4706
4707         * pgg.el (pgg-temporary-file-directory): New variable.
4708         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4709
4710         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4711         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4712
4713         * pgg-parse.el (pgg-char-int): Defalias.
4714         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4715         (pgg-read-bytes, pgg-read-body): Use it.
4716         (pgg-decode-packets): Don't use MEL, use base64-*.
4717         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4718         (pgg-string-as-unibyte): Defalias.
4719         (pgg-parse-armor-region): Use it.
4720
4721         * pgg-gpg.el (pgg-gpg-process-region): Use
4722         pgg-temporary-file-directory.
4723
4724         * luna.el: Don't def-edebug.
4725
4726         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4727         binary-write-decoded-region from MEL.
4728
4729         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4730
4731         * alist.el, calist.el: Don't require product/APEL.
4732
4733         * pgg-parse.el (top-level): Remove dependency on static.el,
4734         pccl.el, mel.el.
4735         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4736         `define-ccl-program' is boundp, instead of using broken.
4737
4738 2002-10-01  Simon Josefsson  <jas@extundo.com>
4739
4740         * message.el (message-required-mail-headers): Remove Lines:.
4741
4742 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4743         From Jesper Harder.
4744
4745         * gnus-group.el (gnus-group-fetch-charter,
4746         gnus-group-fetch-control): Prompt for group if given a prefix
4747         argument.
4748         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4749         gnus-group-fetch-control to summary key map and menu.
4750
4751 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4752
4753         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4754         number when there are no articles.
4755
4756 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4757
4758         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4759         arg ALL means to fetch all articles, not only downloadable ones.
4760         (gnus-agent-fetch-selected-article): New function for
4761         gnus-select-article-hook or gnus-mark-article-hook.
4762
4763 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4764         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4765
4766         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4767         raw-text.
4768
4769 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4770
4771         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4772         Pinard).
4773         Major revamp of the code, documentation is in comments in the file
4774         for now.
4775
4776 2002-09-30  Simon Josefsson  <jas@extundo.com>
4777
4778         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4779         buffer seem to be needed?
4780
4781 2002-09-29  Simon Josefsson  <jas@extundo.com>
4782
4783         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4784         compile warnings.
4785
4786         * mml1991.el (mml1991-function-alist): Add pgg.
4787         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4788         (mml1991-pgg-encrypt): Fix recipients querying.
4789
4790 2002-09-28  Simon Josefsson  <jas@extundo.com>
4791
4792         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4793         from dme@dme.org.
4794         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4795         handle is returned.
4796
4797 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4800         Protect against non-existent of `nnimap-mailbox-info'.
4801
4802 2002-09-27  Simon Josefsson  <jas@extundo.com>
4803
4804         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4805         (gnus-setup-news-hook): Use it.
4806         (gnus-after-getting-new-news-hook): Ditto.
4807
4808         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4809
4810 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         From Mats Lidell <matsl@contactor.se>.
4812
4813         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4814
4815 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4816
4817         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4818         the part to decode encoded words, use raw words instead of decoded
4819         words.
4820
4821 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4822
4823         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4824
4825         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4826         (mm-setup-w3m): Use it.
4827
4828 2002-09-27  Simon Josefsson  <jas@extundo.com>
4829
4830         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4831         article buffers.
4832
4833         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4834         it just in case.
4835         (nnimap-update-unseen): New function; update unseen count in
4836         `n-m-info'.
4837         (nnimap-close-group): Call it.
4838
4839         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4840         (gnus-after-getting-new-news-hook): Ditto.
4841
4842         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4843         message into verboselevel 9.  Change slow mail check message.
4844         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4845         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4846         used as a hook after getting new mail.
4847
4848 2002-09-26  Simon Josefsson  <jas@extundo.com>
4849
4850         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4851         SELECT/EXAMINE is first unseen article, not number of unseen
4852         articles.  Make them distinct by renaming the former to
4853         `first-unseen' instead of `unseen'.
4854
4855         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4856         too.
4857         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4858         changed.
4859         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4860
4861         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4862
4863         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4864         better.
4865
4866         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4867         if dissecting resulting buffer actually had any information.
4868
4869 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4872         because the function `string<' allows symbols.
4873
4874         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4875
4876 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * message.el (message-forward-make-body): Revert an early change
4879         because 8-bit utf-8 emails.
4880
4881 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4882
4883         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4884         links to Info)
4885         * gnus-art.el (gnus-treat-highlight-signature):
4886         * gnus-art.el (gnus-treat-buttonize):
4887         * gnus-art.el (gnus-treat-buttonize-head):
4888         * gnus-art.el (gnus-treat-emphasize):
4889         * gnus-art.el (gnus-treat-strip-cr):
4890         * gnus-art.el (gnus-treat-unsplit-urls):
4891         * gnus-art.el (gnus-treat-leading-whitespace):
4892         * gnus-art.el (gnus-treat-hide-headers):
4893         * gnus-art.el (gnus-treat-hide-boring-headers):
4894         * gnus-art.el (gnus-treat-hide-signature):
4895         * gnus-art.el (gnus-treat-fill-article):
4896         * gnus-art.el (gnus-treat-hide-citation):
4897         * gnus-art.el (gnus-treat-hide-citation-maybe):
4898         * gnus-art.el (gnus-treat-strip-list-identifiers):
4899         * gnus-art.el (gnus-treat-strip-pgp):
4900         * gnus-art.el (gnus-treat-strip-pem):
4901         * gnus-art.el (gnus-treat-strip-banner):
4902         * gnus-art.el (gnus-treat-highlight-headers):
4903         * gnus-art.el (gnus-treat-highlight-citation):
4904         * gnus-art.el (gnus-treat-date-ut):
4905         * gnus-art.el (gnus-treat-date-local):
4906         * gnus-art.el (gnus-treat-date-english):
4907         * gnus-art.el (gnus-treat-date-lapsed):
4908         * gnus-art.el (gnus-treat-date-original):
4909         * gnus-art.el (gnus-treat-date-iso8601):
4910         * gnus-art.el (gnus-treat-date-user-defined):
4911         * gnus-art.el (gnus-treat-strip-headers-in-body):
4912         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4913         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4914         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4915         * gnus-art.el (gnus-treat-unfold-headers):
4916         * gnus-art.el (gnus-treat-fold-headers):
4917         * gnus-art.el (gnus-treat-fold-newsgroups):
4918         * gnus-art.el (gnus-treat-overstrike):
4919         * gnus-art.el (gnus-treat-display-xface):
4920         * gnus-art.el (gnus-treat-display-smileys):
4921         * gnus-art.el (gnus-treat-from-picon):
4922         * gnus-art.el (gnus-treat-mail-picon):
4923         * gnus-art.el (gnus-treat-newsgroups-picon):
4924         * gnus-art.el (gnus-treat-body-boundary):
4925         * gnus-art.el (gnus-treat-capitalize-sentences):
4926         * gnus-art.el (gnus-treat-fill-long-lines):
4927         * gnus-art.el (gnus-treat-play-sounds):
4928         * gnus-art.el (gnus-treat-translate):
4929         * gnus-art.el (gnus-treat-x-pgp-sig):
4930         * gnus-art.el (gnus-mime-button-line-format):
4931         * gnus-art.el (gnus-button-man-level):
4932         * gnus-art.el (gnus-button-emacs-level):
4933         * gnus-cus.el (gnus-group-parameters):
4934         * gnus-gl.el (bbb-build-mid-scores-alist):
4935         * gnus-group.el (gnus-group-line-format):
4936         * gnus-mlspl.el (gnus-group-split-setup):
4937         * gnus-mlspl.el (gnus-group-split):
4938         * gnus-msg.el (gnus-mailing-list-groups):
4939         * gnus-msg.el (gnus-posting-styles):
4940         * gnus-nocem.el (gnus-nocem-issuers):
4941         * gnus-score.el (gnus-score-regexp-bad-p):
4942         * gnus-srvr.el (gnus-server-line-format):
4943         * gnus-topic.el (gnus-topic-line-format):
4944         * gnus.el (gnus-summary-line-format):
4945         * mail-source.el (mail-sources):
4946         * message.el (message-subscribed-address-file):
4947         * nnmail.el (nnmail-split-fancy):
4948
4949 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4950
4951         * mail-source.el(mail-source-run-script): use `functionp' to test
4952         whether the argument `script' is in fact a function.
4953         (mail-sources): adjust the defcustom to allow users to specify a
4954         function or a string as the value of the `:prescript' and
4955         `:postscript' arguments of the `file' and `pop3' mail sources.
4956
4957 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4958
4959         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4960         number when article 1 does not exist.
4961
4962 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4963
4964         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4965         apropos if apropos-variable does not exist.
4966         (gnus-button-guessed-mid-regexp)
4967         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4968         regexes.  From Reiner Steib.
4969         (gnus-button-handle-describe-function)
4970         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4971         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4972         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4973
4974 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4975         Trivial patch.
4976
4977         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4978         the file.
4979
4980 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4981
4982         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4983
4984 2002-09-24  Simon Josefsson  <jas@extundo.com>
4985
4986         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4987         (mml2015-use): Prefer PGG if installed.
4988         (mml2015-function-alist): Add PGG wrappers.
4989         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4990         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4991         prefix, make regexp optionally skip it.
4992         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4993         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4994         (mml2015-pgg-encrypt): New functions.
4995         (defvar, autoload): Prevent byte-compile warnings.
4996
4997 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4998         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4999
5000         * gnus-art.el (article-strip-banner): Check for the existence of
5001         from header.
5002
5003 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5004
5005         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5006         (gnus-button-alist): Improved regexp for
5007         gnus-button-handle-mid-or-mail (false positives), fixed
5008         gnus-button-handle-man entries.
5009         From Reiner Steib.
5010
5011 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5012         From Josh Huber.
5013
5014         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5015         nnmail-extra-headers is non-nil.
5016
5017 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5018
5019         * nnmaildir.el: Store article numbers persistently.  General
5020         revision.
5021         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5022         for nnmail-expiry-wait; delete instead of moving if 'force is
5023         given.
5024
5025 2002-09-23  Simon Josefsson  <jas@extundo.com>
5026         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5027
5028         * smime.el (smime-sign-buffer): Get key and extra certs.
5029         (smime-get-key-with-certs-by-email): Utility function.
5030
5031 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5032         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5033
5034         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5035         article exists.
5036
5037 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5040
5041 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5042         From Reiner Steib.
5043
5044         * gnus-art.el (gnus-button-handle-custom,
5045         gnus-button-handle-mid-or-mail,
5046         gnus-button-handle-describe-{function,variable,key},
5047         gnus-button-handle-apropos{,command,variable}): New functions.
5048         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5049         gnus-button-{man,emacs,mail}-level): New variables.
5050         (gnus-button-alist): Use the above to buttonize emacs and mail
5051         related links.
5052
5053 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5054
5055         * gnus-int.el (gnus-status-message): Fix spacing.
5056
5057         * imap.el (imap-continuation): Fix typos.
5058
5059 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5062
5063         * gnus-art.el (gnus-article-reply-with-original): Correct
5064         with-current-buffer scope.
5065
5066         * message.el (message-completion-alist): Add Reply-To, From, etc.
5067
5068 2002-09-18  Simon Josefsson  <jas@extundo.com>
5069
5070         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5071         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5072
5073 2002-09-17  Simon Josefsson  <jas@extundo.com>
5074
5075         * nnimap.el (nnimap-expiry-target): Don't search for which
5076         articles exists here.
5077         (nnimap-request-expire-articles): Do it here instead.  Only expire
5078         when articles are found.  Suggested by Nevin Kapur
5079         <nevin@jhu.edu>.
5080
5081 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5082         From Reiner Steib <reiner.steib@gmx.de>.
5083
5084         * message.el (message-strip-subject-trailing-was)
5085         (message-change-subject, message-add-archive-header)
5086         (message-xpost-fup2-header, message-xpost-insert-note)
5087         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5088         adopted from message-utils.el.  Add functions to the keymap, mode
5089         describtion and menu.
5090         (message-change-subject,message-xpost-fup2): Signal error if
5091         current header is empty.
5092         (message-xpost-insert-note): Changed insert position.
5093         (message-archive-note): Ensure to insert note in message body (not
5094         in head).
5095         (message-archive-header, message-archive-note)
5096         (message-xpost-default, message-xpost-note, message-fup2-note)
5097         (message-xpost-note-function): New variables adopted from
5098         message-utils.el.  Changed some doc-strings.
5099         (message-mark-insert-{begin,end}): Rename from
5100         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5101         values.
5102         (message-subject-trailing-was-query)
5103         (message-subject-trailing-was-ask-regexp)
5104         (message-subject-trailing-was-regexp): New variables.
5105         (message-to-list-only): Added doc-string and menu entry.
5106
5107         * message-utils.el: Removed.  Functions are now in message.el.
5108
5109 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5110
5111         * gnus-art.el (gnus-article-reply-with-original,
5112         gnus-article-followup-with-original): Switch to
5113         gnus-summary-buffer before reply/followup.
5114
5115 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5116
5117         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5118         not exist. Toggle it anyway.
5119
5120 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121
5122         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5123
5124         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5125         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5126
5127         * rfc2047.el (message-posting-charset): Defvar it.
5128         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5129         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5130
5131         * mail-source.el (mail-source-fetch): Hide password.
5132
5133         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5134
5135 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5136         From John Paul Wallington <jpw@shootybangbang.com>.
5137
5138         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5139
5140 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5143
5144 2002-09-11  Simon Josefsson  <jas@extundo.com>
5145
5146         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5147         (nnimap-split-rule): Doc fix.
5148         (nnimap-request-expire-articles): Cleanup code.
5149
5150 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5152
5153         * gnus-art.el (gnus-article-address-banner-alist): New option.
5154         (article-strip-banner): Refer the above option to split banners of
5155         free mail servers, when no group parameter is specified.
5156
5157 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * nntp.el (nntp-wait-for-string): Check for a process in the
5160         current buffer instead of `nntp-server-buffer'.
5161
5162 2002-09-09  Simon Josefsson  <jas@extundo.com>
5163
5164         * gnus-art.el (gnus-button-man-handler): New variable.
5165         (gnus-button-alist): Use g-b-handle-man.
5166         (gnus-button-handle-man): New, call g-b-man-handler.
5167
5168 2002-09-08  Simon Josefsson  <jas@extundo.com>
5169
5170         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5171
5172 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5175
5176 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5179
5180         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5181         keystroke.
5182
5183         * gnus-srvr.el (gnus-browse-describe-group): New command and
5184         keystroke.
5185
5186 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5189         value for gnus-decoration property.
5190
5191 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5192
5193         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5194         string) as group name in case we have a CRLF in the file.
5195
5196 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5197
5198         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5199         group.
5200         (rfc1843-decode-hzp): do.
5201         (rfc1843-newsgroups-regexp): do.
5202
5203 2002-09-04  Simon Josefsson  <jas@extundo.com>
5204
5205         * message.el (message-canlock-generate): Make sure sha1 doesn't
5206         call external programs.
5207
5208 2002-09-03  Simon Josefsson  <jas@extundo.com>
5209
5210         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5211
5212         * gnus-agent.el (gnus-agent-batch): Add doc.
5213
5214 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5215
5216         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5217         check for signed and encrypted parts.
5218         * mml.el (mml-parse-1): Correct small typo which preventing
5219         setting recipients in a secure tag.
5220
5221 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * mm-util.el (mm-coding-system-priorities): Default to a list of
5224         iso-2022-jp and others for the Japanese environment.
5225
5226 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5229         invalid display names.
5230
5231 2002-08-30  Simon Josefsson  <jas@extundo.com>
5232
5233         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5234         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5235
5236 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5237
5238         * gnus.el (gnus-group-charter-alist): New option.
5239         (gnus-group-fetch-control-use-browse-url): New option.
5240
5241         * gnus-group.el (gnus-group-fetch-charter): New function.
5242         (gnus-group-fetch-control): New function.
5243         Add them to the keymap and menu. Require mm-url.
5244
5245 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5248         From Alex Schroeder <alex@emacswiki.org>.
5249
5250 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5251
5252         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5253         items expecting user interaction.
5254
5255         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5256
5257         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5258
5259         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5260
5261         * mml.el (mml-menu): do.
5262
5263 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * mail-source.el (mail-source-touch-pop): New function.
5266
5267         * message.el (message-smtpmail-send-it): New function.
5268         (message-send-mail-function): Add it for a candidate.
5269
5270 2002-08-27  Simon Josefsson  <jas@extundo.com>
5271
5272         * gnus-msg.el (posting-charset-alist): Use
5273         gnus-define-group-parameter instead of defcustom.
5274         (gnus-put-message): Handle SPC in GCC.
5275         (gnus-inews-insert-gcc): Ditto.
5276         (gnus-inews-insert-archive-gcc): Ditto.
5277
5278 2002-08-26  Simon Josefsson  <jas@extundo.com>
5279
5280         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5281         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5282         (gnus-agent-possibly-save-gcc): Autoload.
5283         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5284
5285 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * gnus.el (gnus-other-frame-function): New user option.
5288         (gnus-other-frame): Use it; add a doc-string; make it work with
5289         the gnuclient program.
5290
5291         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5292
5293         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5294         `device-connection' and `dfw-device'.
5295
5296 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5297
5298         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5299         positives, make it stricter.  From Jochen Hein (trivial change).
5300
5301 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus.el (gnus-other-frame): Trivial fix.
5304
5305 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus.el (gnus-other-frame-parameters): New user option.
5308         (gnus-other-frame-object): New variable.
5309         (gnus-other-frame): Make it search for existing Gnus frame; don't
5310         read new news; delete frame on exit.
5311
5312         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5313
5314         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5315
5316 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5317         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5318
5319         * message.el (message-set-auto-save-file-name): Add support for
5320         the Cygwin Emacs; the system-type is `cygwin'.
5321         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5322
5323 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5326
5327         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5328         avoid arithmetic errors.
5329
5330 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5333
5334 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5337         (message-ignored-resent-headers): Add envelope From.
5338
5339 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5340
5341         * gnus.el (gnus-summary-line-format): Document %k specifier.
5342
5343 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5344
5345         * gnus-sum.el (gnus-summary-line-message-size): New function.
5346         (gnus-summary-line-format-alist): Use it.
5347
5348 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-art.el (article-make-date-line): Refer to the value for
5351         `gnus-article-time-format' in the summary buffer.
5352
5353         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5354
5355 2002-08-14  Simon Josefsson  <jas@extundo.com>
5356
5357         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5358         quoting.
5359         (gnus-button-alist): Fix doc.
5360         (gnus-header-button-alist): Use ' not ` for default value quoting.
5361         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5362         rationale similar to 2002-05-01 change.
5363         (gnus-article-add-buttons-to-head): Evaluate expression.
5364
5365         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5366
5367 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * message.el (message-font-lock-keywords): Refer to the value for
5370         `message-cite-prefix-regexp' dynamically.
5371
5372 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5375
5376 2002-08-12  Simon Josefsson  <jas@extundo.com>
5377
5378         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5379         (imap-shell-open): Skip initial junk before IMAP greeting.
5380
5381 2002-08-11  Simon Josefsson  <jas@extundo.com>
5382
5383         * message-utils.el (message-xpost-default,
5384         message-xpost-fup2-header, message-xpost-fup2): Fixed
5385         Typos.  Trivial changes from Reiner Steib
5386         <4uce.02.r.steib@gmx.net>.
5387
5388 2002-08-09  Simon Josefsson  <jas@extundo.com>
5389
5390         * message.el (message-canlock-password): Set
5391         canlock-password-for-verify to newly generated canlock-password.
5392         When Emacs is restarted, Custom makes sure this is set, but during
5393         the same session we must set it manually.
5394
5395 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5396
5397         * yenc.el: New file.
5398
5399         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5400         (mm-uu-type-alist): Add yenc.
5401         (mm-uu-yenc-filename): New function.
5402         (mm-uu-yenc-extract): New function.
5403
5404         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5405
5406 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * dgnushack.el (merge): Don't use coerce.
5409
5410 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5411
5412         * mailcap.el (mailcap-mime-data): Test window-system rather than
5413         mm-device-type.
5414         (mailcap-mime-data): Call xdvi and gv with "-safer".
5415
5416         * mm-util.el: Don't define mm-device-type.
5417
5418 2002-08-05  Simon Josefsson  <jas@extundo.com>
5419
5420         * mm-util.el (mm-coding-system-priorities): coding-system type not
5421         supported everywhere.
5422
5423 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus.el (gnus-version-number): Bumped version number.
5426
5427 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5428
5429         * gnus.el: Oort Gnus v0.07 is released.
5430
5431 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5434         (gnus-article-sort-functions): Doc fix.
5435         (t): New keystroke.
5436         (gnus-article-sort-by-random): New function.
5437         (gnus-thread-sort-by-random): New function.
5438
5439 2002-08-02  Simon Josefsson  <jas@extundo.com>
5440
5441         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5442         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5443
5444 2002-07-31  Danny Siu  <dsiu@adobe.com>
5445
5446         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5447         when splitting malformed messages without message-id
5448
5449 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5450         From Niklas Morberg <niklas.morberg@axis.com>.
5451
5452         * nnweb.el (nnweb-type, nnweb-type-definition)
5453         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5454         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5455         functionality.
5456         * nnweb.el: Removed old non-functioning search engines.
5457
5458 2002-07-27  Simon Josefsson  <jas@extundo.com>
5459
5460         * message.el (message-forward-make-body): Don't use
5461         `message-forward-ignored-headers' when doing a "raw" followup (it
5462         is important to preserve e.g. CTE).
5463
5464         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5465
5466         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5467         regexp-quote, Cyrus Sieve is fixed.
5468
5469         * sieve-manage.el (sieve-manage-deletescript): New function.
5470
5471         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5472         (sieve-manage-mode): Fix menubar.
5473         (sieve-activate): Change some messages.
5474         (sieve-deactivate-all): New function.
5475         (sieve-deactivate): New alias.
5476         (sieve-remove): New function.
5477         (sieve-help): Fix help.
5478         All suggested by Ned Ludd.
5479
5480 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5483         (mm-w3m-safe-url-regexp): New user option.
5484
5485         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5486         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5487
5488 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5489
5490         * gnus-sum.el (gnus-summary-delete-article): Force
5491         nnmail-expiry-target to 'delete, so that absolute deletion
5492         happens when absolute deletion is requested.
5493
5494 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5495         From Nevin Kapur <nevin@jhu.edu>.
5496
5497         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5498         headers as empty headers.
5499
5500 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5501         From Jochen Hein <jochen@jochen.org>.
5502
5503         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5504         correct typo.
5505         (gnus-emphasis-strikethru): New face.
5506
5507 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5508         From Jason Merrill <jason@redhat.com>.
5509
5510         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5511         entire file for each of a sequence of missing articles.
5512
5513         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5514         value for gnus-view-pseudos.
5515
5516         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5517         avoid nreverse.
5518
5519 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5520         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5521
5522         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5523         (gnus-summary-mode-line-format-alist): Add %h for number of
5524         spams.
5525         (gnus-newsgroup-spam-marked): New variable.
5526         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5527         (gnus-article-read-p, gnus-article-mark)
5528         (gnus-set-global-variables, gnus-set-global-variables)
5529         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5530         (gnus-summary-mark-article-as-unread)
5531         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5532         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5533         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5534
5535 2002-07-10  Simon Josefsson  <jas@extundo.com>
5536
5537         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5538         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5539
5540 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5541
5542         * gnus-sum.el (gnus-summary-delete-article): Respect group
5543         parameters while expiring.
5544
5545 2002-07-08  Simon Josefsson  <jas@extundo.com>
5546
5547         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5548         Enberg.
5549
5550 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5551
5552         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5553         function is called interactively.  From Niklas Morberg.
5554
5555 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5556
5557         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5558         cdaar to cdar and car.
5559
5560         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5561         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5562
5563 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5566         don't break a narrowed article.
5567
5568         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5569         (nntp-open-via-rlogin-and-telnet): Ditto.
5570
5571 2002-07-02  Didier Verna  <didier@xemacs.org>
5572
5573         * nnmail.el (nnmail-split-methods): fix custom type.
5574
5575 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5576
5577         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5578         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5579
5580 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5581
5582         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5583         (gnus-summary-resend-message): Use it.
5584
5585 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5588         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5589
5590 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5591
5592         * message.el (message-font-lock-keywords): Don't fontify
5593         headers in the message body, only in the header.
5594         (message-font-lock-make-header-matcher): New function, used by
5595         message-font-lock-keywords.
5596         From Katsumi Yamaoka <yamaoka@jpl.org>.
5597
5598 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5601
5602 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5605
5606 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5607
5608         * message.el (message-font-lock-keywords): Revert 2002-06-22
5609         change.
5610
5611 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5612
5613         * message.el (message-font-lock-keywords): Put colon in header
5614         name match.
5615
5616 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5617
5618         * message.el (message-font-lock-keywords): Don't use header faces
5619         in the body.  Thanks to Stefan Monnier for the hint on the
5620         implementation.
5621
5622 2002-05-09  Miles Bader  <miles@gnu.org>
5623
5624         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5625         (gnus-article-hide-citation): Respect it.
5626
5627 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5628
5629         * pop3.el (pop3-open-server): Fix typo.
5630
5631 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5632
5633         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5634         instead of push to ignore duplicate to-(list|address) values.
5635         * nnmail.el (nnmail-cache-ignore-groups): New.
5636         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5637
5638 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5639
5640         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5641         before sending.  Suggested by Jan Rychter.
5642
5643 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * dgnushack.el (remove): New compiler macro.
5646         (last, coerce, subseq): Remove compiler macros for those built-in
5647         or unused functions.
5648
5649 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5650
5651         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5652         sure to write byte-compiled versions of gnus-*-format-alist to
5653         .newsrc.eld.  From Simon Josefsson.
5654
5655 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5656
5657         * gnus-agent.el (gnus-agent-read-servers)
5658         (gnus-agent-write-servers): Put server name (string like
5659         "nnchoke:frumple") in the file instead of a server specification
5660         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5661         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5662
5663 2002-06-16  Simon Josefsson  <jas@extundo.com>
5664
5665         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5666         Reiner Steib <4uce.02.r.steib@gmx.net>.
5667
5668 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5669
5670         * nnheader.el (nnheader-file-name-translation-alist): Set the
5671         default value for MS Windows systems.
5672
5673         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5674
5675 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * message.el (message-beginning-of-line): Keep the region active
5678         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5679
5680 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5681
5682         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5683         * gnus-msg.el (gnus-summary-reply): Ditto.
5684         * gnus-msg.el (gnus-summary-handle-replysign): New.
5685
5686 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5689         if sending failed.
5690
5691 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5692
5693         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5694         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5695         to sign while encrypting.
5696
5697 2002-06-11  Simon Josefsson  <jas@extundo.com>
5698
5699         * gnus-int.el (gnus-request-move-article): Agent expire article if
5700         successfuly moved.
5701
5702         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5703         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5704
5705 2002-06-10  Simon Josefsson  <jas@extundo.com>
5706
5707         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5708
5709 2002-06-09  Simon Josefsson  <jas@extundo.com>
5710
5711         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5712
5713         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5714
5715 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * flow-fill.el (fill-flowed): Ignore errors.
5718
5719 2002-06-06  Simon Josefsson  <jas@extundo.com>
5720
5721         * message.el (message-send-mail-with-sendmail): Improve error message.
5722
5723 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5724
5725         * message.el (message-interactive): Change default from nil to t.
5726         Better to be safe than to be fast.
5727
5728 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5729
5730         * message.el (message-send-mail-with-sendmail): Check return value
5731         from call-process-region.
5732
5733 2002-06-04  Simon Josefsson  <jas@extundo.com>
5734
5735         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5736         (gnus-group-post-news, gnus-summary-mail-other-window)
5737         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5738         gnus-article-copy to nil, thereby inhibiting the `header' posting
5739         style match to use data from last viewed article.
5740         Suggested by Hrvoje Niksic.
5741
5742 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * spam.el (spam-point-at-eol): New alias.
5745         (spam-parse-whitelist): Use it.
5746
5747 2002-06-03  Simon Josefsson  <jas@extundo.com>
5748
5749         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5750         (nnmail-article-group): Use it.
5751
5752 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5753
5754         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5755         so that code reading them won't be surprised.  From Jesper Harder
5756         <harder@ifa.au.dk>.
5757
5758 2002-05-29  Simon Josefsson  <jas@extundo.com>
5759
5760         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5761         articles.
5762
5763         * gnus.el (gnus-agent-cache): Doc fix.
5764         (gnus-agent): Change default to t.
5765
5766         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5767         ARTICLES, GROUP and FORCE parameters.
5768
5769 2002-05-28  Simon Josefsson  <jas@extundo.com>
5770
5771         * gnus-group.el (gnus-group-line-format): Doc fix.
5772
5773 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5774
5775         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5776         original article before yanking.  From Jesper Harder
5777         <harder@ifa.au.dk>.
5778
5779 2002-05-26  Simon Josefsson  <jas@extundo.com>
5780
5781         * gnus-sum.el (gnus-summary-menu-split): New function.
5782         (gnus-summary-make-menu-bar): Split charset submenu.
5783         (gnus-summary-menu-maxlen): New variable.
5784         (gnus-summary-menu-split): Use it.
5785
5786 2002-05-25  Simon Josefsson  <jas@extundo.com>
5787
5788         * mml.el (mml-preview): Generate some headers.
5789
5790         * gnus.el (gnus-large-newsgroup): Fix :type.
5791
5792         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5793         Agent cache NOV's by default now).
5794         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5795
5796 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5797
5798         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5799         call to gnus-parent-id when we check for References loops.
5800         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5801         twice by saving the simplified subject string in simp-subject.
5802
5803 2002-05-23  Simon Josefsson  <jas@extundo.com>
5804
5805         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5806         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5807
5808         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5809         Niklas Morberg <niklas.morberg@axis.com>.
5810
5811 2002-05-22  Simon Josefsson  <jas@extundo.com>
5812
5813         * sieve.el (sieve-change-region): Define it before it is used.
5814
5815         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5816         (gnus-summary-reply): Ask for confirmation when replying to news.
5817         Defaults to not ask.  From Benjamin Rutt
5818         <rutt+news@cis.ohio-state.edu>.
5819
5820         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5821
5822 2002-05-21  Simon Josefsson  <jas@extundo.com>
5823
5824         * sieve-mode.el (sieve-manage): Fix autoloads.
5825
5826         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5827         name (makes it work with recent Cyrus timsieved).
5828
5829 2002-05-20  Jason  <jbaker@cs.utah.edu>
5830         Trivial patch.
5831
5832         * gnus-art.el (gnus-request-article-this-buffer): Try
5833         reconnecting if you don't get the message.
5834
5835 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5838         Reply-To headers from the headers.
5839
5840 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * mm-url.el (mm-url-insert): Remove junk message.
5843
5844 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5847         (nnslashdot-use-front-page): New variable.
5848         (nnslashdot-request-list): Use it.
5849
5850         * mm-url.el (mm-url-timeout): New variable.
5851         (mm-url-retries): Ditto.
5852         (mm-url-insert): Use it.
5853
5854 2002-05-16  Simon Josefsson  <jas@extundo.com>
5855
5856         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5857         (gnus-simplify-subject-functions): Mention g-s-a-w.
5858
5859 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5860
5861         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5862         nnmail-cache-insert.
5863         * nndiary.el (nndiary-request-accept-article): Ditto.
5864         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5865         * nnimap.el (nnimap-request-accept-article): Ditto.
5866         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5867         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5868         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5869         * nnmh.el (nnmh-request-accept-article): Ditto.
5870         * nnmail.el (nnmail-cache-insert): Change group to required,
5871         removed code which tried to figure out the group.
5872
5873 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5874
5875         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5876         messages. From Hans de Graaff <hans@degraaff.org>.
5877         * nnml.el (nnml-request-accept-article): Pass in the group name to
5878         nnmail-cache-insert, since it's available.
5879
5880 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5881
5882         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5883
5884 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5885         From Florian Weimer <fw@deneb.enyo.de>.
5886
5887         * gnus.el (subscribed): New group parameter.
5888         (gnus-find-subscribed-addresses): Use it.
5889
5890 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5891
5892         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5893         the default for pgpmime to support pgp v2.
5894         * mml-sec.el (mml-signencrypt-style): New accessor function to
5895         allow users to get/set the signencrypt style more easily without
5896         frobbing the alist directly.
5897         * mml.el (mml-generate-mime-1): Use accessor function.
5898
5899 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5900
5901         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5902         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5903         <schwab@suse.de>.
5904
5905 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5906
5907         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5908         when intuiting the group the message is written to.  From Josh
5909         Huber <huber@alum.wpi.edu>.
5910
5911 2002-05-06  Simon Josefsson  <jas@extundo.com>
5912
5913         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5914         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5915
5916 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5917
5918         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5919         argument, and fixed compiler warning. (added autoload for
5920         gpg-encrypt).
5921
5922 2002-05-04  Simon Josefsson  <jas@extundo.com>
5923
5924         * mml1991.el (mml1991-function-alist): Doc fix.
5925
5926         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5927         doesn't exist (for previewing messages without having Gnus
5928         started).
5929
5930         * mm-util.el (mm-coding-system-priorities): Defcustom.
5931
5932         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5933
5934 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5935
5936         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5937         default.
5938         * mml-sec.el:
5939         * mml-sec.el (mml-signencrypt-style): New.
5940         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5941         argument `sign'.
5942         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5943         signencrypt.
5944         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5945         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5946         both signed & encryped is processed in one operation. (rather than
5947         two separate ops: sign, then encrypt)
5948         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5949         indication if a message is signed by an expired key.
5950         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5951         enables combined sign & encrypt operation. (this was always on
5952         before).
5953         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5954
5955 2002-05-01  Simon Josefsson  <jas@extundo.com>
5956
5957         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5958         server.
5959         (nnimap-mailbox-info): defvar instead of defvoo.
5960
5961 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5962
5963         * gnus.el: Oort Gnus v0.06 is released.
5964
5965 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966
5967         * lpath.el: Bind url-package-version.
5968
5969 2002-05-01  Simon Josefsson  <jas@extundo.com>
5970
5971         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5972         filename before deleting the group itself, because the presence of
5973         a group filename decides if long filenames are used or not.
5974
5975         * gnus-art.el (gnus-button-alist): Don't inline
5976         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5977         without also modifying g-button-alist.
5978         (gnus-button-alist): Fix type to allow variable as well as regexp.
5979         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5980         themselves, variables to its contents.
5981         (gnus-button-entry): Ditto.
5982
5983 2002-05-01  Simon Josefsson  <jas@extundo.com>
5984
5985         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5986         UIDNEXT as a string.
5987
5988         * nnimap.el (nnimap-string-lessp-numerical): New function.
5989         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5990         integers.
5991
5992 2002-04-29  Simon Josefsson  <jas@extundo.com>
5993
5994         * nnmail.el (nnmail-cache-insert): Accept optional group
5995         parameter.
5996
5997         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5998         n-r-g-a is disabled.
5999
6000 2002-04-29  Simon Josefsson  <jas@extundo.com>
6001
6002         * nnimap.el (nnimap-split-fancy): Fix doc.
6003         (nnimap-split-fancy): Fix doc.
6004
6005         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6006         (nnimap-mailbox-info): New internal variable.
6007         (nnimap-retrieve-groups): Implement faster new mail check.
6008
6009         * nnimap.el (nnimap-split-articles): Support
6010         nnmail-cache-accepted-message-ids.
6011         (nnimap-request-accept-article): Ditto.
6012
6013         * imap.el (imap-mailbox-status-asynch): New command.
6014
6015 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6016
6017         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6018         are no subscribed mail groups.
6019         - Strip quoted names when comparing addresses
6020
6021 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6022
6023         * mm-decode.el (mm-text-html-renderer): Change customize type to
6024         const.
6025
6026         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6027         (gnus-debug-exclude-variables): do.
6028
6029 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6030
6031         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6032         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6033
6034 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * dns.el (dns-make-network-process): New macro.
6037         (query-dns): Use it.
6038
6039 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6040
6041         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6042         article-buffer.
6043
6044         * mm-url.el (mm-url-package-name): New variable.
6045         (mm-url-package-version): New variable.
6046         (mm-url-insert-file-contents): Bind url-package-name and
6047         url-package-version here.
6048         * nnrss.el (nnrss-insert-w3): Move the bindings.
6049
6050         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6051         url-package-version. Trivial change from Andrew J Cosgriff
6052         <ajc@polydistortion.net>
6053
6054         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6055         attachments. Trivial change from Peter 'Luna' Runestig
6056         <peter@runestig.com>.
6057
6058 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6059
6060         * nnkiboze.el (nnkiboze-request-scan): Call
6061         nnkiboze-possibly-change-group.
6062         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6063         problems.
6064         (nnkiboze-generate-group): Set newsrc to the *highest* article
6065         number kibozed, not the lowest.
6066
6067 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6068
6069         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6070
6071 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6072         From Dan Christensen <jdc+news@uwo.ca>.
6073
6074         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6075         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6076         Recognize math postings.  Extract Date (now ignores "(15kb)").
6077         Extract email address using gnus-extract-address-components
6078         instead of just taking the first word.  Create Date and From
6079         headers for message which are missing these headers.  Get rid
6080         of spurious \\ lines (purely cosmetic).  Extend body-end and
6081         file-end regexps, to exclude more garbage from the message.
6082         Make URL rephrasing regexp more flexible, to match current
6083         format.
6084
6085 2002-04-23  Simon Josefsson  <jas@extundo.com>
6086
6087         * netrc.el: New file, functions copied from gnus-util.el by Ted
6088         Zlatanov <tzz@lifelogs.com>.
6089
6090         * gnus-util.el: Require netrc.
6091         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6092         new code in netrc.el.
6093
6094 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6095
6096         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6097         message-ignored-resent-headers, too.  From Matthieu Moy
6098         <Matthieu.Moy@imag.fr>.
6099
6100 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6101
6102         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6103         boolean not a string
6104         * gnus-group.el (gnus-group-line-format): add description of %C
6105         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6106           as %C
6107         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6108
6109 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6110
6111         * nnmaildir.el (nnmaildir-request-scan): typo: set
6112         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6113         nnmail-get-new-mail for 'find-new-groups.
6114
6115 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6116
6117         * nnmaildir.el (nnmaildir-request-update-info,
6118         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6119         unnecessary calls to nnmaildir-request-scan.
6120
6121 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6122
6123         * gnus-msg.el:
6124         * gnus-msg.el (gnus-message-replysign): New.
6125         * gnus-msg.el (gnus-message-replyencrypt): New.
6126         * gnus-msg.el (gnus-message-replysignencrypted): New.
6127         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6128         (above) to automatically encrypt/sign to encrypted/signed
6129         messages.
6130         * message.el:
6131         * message.el (message-mode-map): Add keybinding for
6132         `message-to-list-only'
6133         * message.el (message-mode): Add description for
6134         `message-to-list-only'
6135         * message.el (message-to-list-only): New.
6136         * message.el (message-make-mft): Changed to use the cl loop macro,
6137         and added optional flag to return only the matched list. (for use
6138         in new message-to-list-only function)
6139
6140 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6141
6142         * gnus-msg.el:
6143         * gnus-msg.el (gnus-message-replysign):
6144         * gnus-msg.el (gnus-replysign): New.
6145         * gnus-msg.el (gnus-replyencrypt): New.
6146         * gnus-msg.el (gnus-replysignencrypted): New.
6147         * gnus-msg.el (gnus-summary-reply):
6148         * message.el:
6149         * message.el (message-mode-map):
6150         * message.el (message-mode):
6151         * message.el (message-to-list-only): New.
6152         * message.el (message-make-mft):
6153
6154 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6155
6156         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6157
6158 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6159
6160         * message.el (message-gen-unsubscribed-mft): accept a prefix
6161         argument so CC can be included with C-u C-c C-f C-a
6162
6163 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6164         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6165
6166         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6167         Improve docstring.
6168         (spam-enter-blacklist): New command.
6169
6170         * gnus-sum.el (gnus-spam-mark): New mark.
6171         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6172         (gnus-summary-make-tool-bar): Correct conditional.
6173         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6174         (gnus-summary-mark-as-spam): New command.
6175
6176 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6177
6178         * mml-sec.el (mml-secure-message): changed to support arbritrary
6179         modes.
6180         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6181         changed to support "signencrypt" mode.
6182         * mml.el (mml-parse-1): changed to support different secure modes
6183         more easily. (for signencrypt)
6184
6185 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6186
6187         * gnus-sum.el (gnus-update-summary-mark-positions)
6188         (gnus-summary-toggle-header):
6189         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6190         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6191         (gnus-uu-post-encoded):
6192         * nnfolder.el (nnfolder-possibly-change-group):
6193         * nnimap.el (nnimap-retrieve-headers):
6194         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6195
6196 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6197
6198         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6199         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6200
6201 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-srvr.el (gnus-server-set-info): Clear
6204         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6205         From Daiki Ueno <ueno@unixuser.org>.
6206
6207 2002-04-11  Simon Josefsson  <jas@extundo.com>
6208
6209         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6210         viewing of security buttons.  Thanks to Nicolas Kowalski
6211         <Nicolas.Kowalski@imag.fr>.
6212
6213         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6214         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6215         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6216         <Nicolas.Kowalski@imag.fr>.
6217         (smime-decrypt-buffer): Ditto.
6218
6219 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6222         header line.
6223
6224 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6225
6226         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6227
6228 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6229
6230         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6231
6232 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6235         errors when debug.
6236
6237 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6238
6239         * message.el (message-make-mft): Changed MFT code from using
6240         message-recipients (which included Bcc) to use only the To and CC
6241         headers.
6242
6243 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6244
6245         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6246         add link.
6247         (gnus-treat-mail-picon): Ditto.
6248         (gnus-treat-newsgroups-picon): Ditto.
6249         (gnus-picon-databases): Fix custom type.
6250         (gnus-picon-databases): Add link.
6251         (gnus-article-x-face-command): Add to gnus-picon group.
6252
6253 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6254
6255         * message.el (message-buffer-naming-style): Remove.
6256
6257 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6258
6259         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6260
6261         * message.el (message-tool-bar-map): Ditto.
6262
6263         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6264
6265 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6268
6269 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6270
6271         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6272
6273 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6274         Trivial patch.
6275
6276         * dns.el: open-network-stream under XEmacs does udp.
6277
6278 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6279
6280         * spam.el (spam-enter-whitelist): New function.
6281         (spam-parse-whitelist): Ditto.
6282         (spam-refresh-list-cache): Ditto.
6283         (spam-address-whitelisted-p): New function.
6284
6285         * dns.el (query-dns): Use TCP when make-network-process isn't
6286         available.
6287         (dns-servers): New variable.
6288         (dns-parse-resolv-conf): New function.
6289         (query-dns): Use it.
6290
6291         * spam.el: New file.
6292
6293         * dns.el (query-dns): Test.
6294
6295 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * lpath.el (featurep): Bind make-network-process.
6298
6299 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6300
6301         * nnmaildir.el: Use defstruct.  Use a single copy of
6302         nnmail-extra-headers to save memory.  Store server's group name
6303         prefix instead of each group's prefixed name.
6304         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6305         nntp-server-buffer.
6306
6307 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * dns.el: New file.
6310
6311 2002-03-28  Simon Josefsson  <jas@extundo.com>
6312
6313         * gnus-sum.el (gnus-summary-dummy-line-format):
6314         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6315         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6316
6317 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6318
6319         * gnus-sum.el (gnus-summary-move-article)
6320         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6321         the doc string.
6322
6323 2002-03-28  Simon Josefsson  <jas@extundo.com>
6324
6325         * mml-sec.el (mml-secure-message): Search after
6326         mail-header-separator from top of message.
6327
6328 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6329
6330         * nnmaildir.el: Cosmetic changes.
6331         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6332         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6333         nnmaildir--group-ls): New macros/functions.  Use them.
6334         (nnmaildir--unlink): Evalutate argument only once.
6335
6336 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6337
6338         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6339         symbols.
6340         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6341         `gnus-point-at-eol'.
6342
6343 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6344
6345         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6346         nnmaildir--marks-dir): New macros.  Use them.
6347         Use inhibit-quit for atomicity instead of in-memory journaling.
6348         (nnmaildir--edit-prep): New function.
6349         (Local Variables): Use it.
6350
6351 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6352
6353         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6354
6355 2002-03-25  Simon Josefsson  <jas@extundo.com>
6356
6357         * message.el (message-mode): Fix doc.
6358
6359 2002-03-25  Simon Josefsson  <jas@extundo.com>
6360
6361         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6362         Matthieu Moy <Matthieu.Moy@imag.fr>.
6363
6364 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6365
6366         * mml-sec.el (mml-unsecure-message): Add docstring.
6367
6368 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6369
6370         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6371         value.
6372         Trivial change from andre@slamdunknetworks.com
6373
6374 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6375
6376         * mml.el (mml-mode-map): Added a keybinding for
6377         `mml-unsecure-message'.  Also, added a menu entry for said
6378         function in the Attachments menu.
6379
6380 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * canlock.el (canlock-version): Remove.
6383         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6384         here; simplify \x insertions.
6385         (canlock-sha1): New function, always return a unibyte string.
6386         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6387         of a password.
6388         (canlock-insert-header): Use `canlock-sha1'.
6389         (canlock-verify): Ditto.
6390
6391 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6392
6393         * message.el (message-fix-before-sending): Add an option that
6394         ignores illegible text.
6395         Trivial change from Mark Milhollan <mlm@attglobal.net>
6396
6397         * message.el (message-font-lock-keywords): Support multi-line MML
6398         tags.
6399
6400         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6401         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6402
6403 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6406         symbols for "View as different encoding" submenu.
6407
6408 2002-03-19  Simon Josefsson  <jas@extundo.com>
6409
6410         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6411         encoding" submenu.
6412
6413 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6416
6417 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6418
6419         * gnus-sum.el (gnus-sum-thread-tree-root)
6420         (gnus-sum-thread-tree-single-indent)
6421         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6422         (gnus-sum-thread-tree-leaf-with-other)
6423         (gnus-sum-thread-tree-single-leaf): Make customizable.
6424
6425 2002-03-16  Simon Josefsson  <jas@extundo.com>
6426
6427         * gnus-util.el (gnus-extract-address-components): Don't break on
6428         names such as James "Kibo" Parry.  From Francis Litterio
6429         <franl@world.std.com>.
6430
6431 2002-03-13  Simon Josefsson  <jas@extundo.com>
6432
6433         * pop3.el (pop3-open-server): Revert multibyte change.  From
6434         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6435
6436         * message.el (message-send-mail-with-qmail): Make it work.  From
6437         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6438
6439 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6440
6441         * message.el (message-make-mft): Set case-fold-search while
6442         generating the MFT.  Also, a little cleanup in the MFT code.
6443
6444 2002-03-12  Simon Josefsson  <jas@extundo.com>
6445
6446         * message.el (message-qmail-inject-args): May be function.
6447         (message-send-mail-with-qmail): Call function if m-q-i-a is
6448         function.  From fn@hungry.org (Faried Nawaz).
6449
6450 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * message.el (message-abbrevs-loaded): Remove.
6453         (mailabbrev): Require it.
6454
6455         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6456
6457 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * pop3.el (pop3-open-server): Set process buffer unibyte.
6460
6461 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6464
6465 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6468         too.
6469
6470 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6471
6472         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6473         duplication.
6474         (gnus-summary-save-parts-type-history): Ditto.
6475         (gnus-summary-save-parts-last-directory): Ditto.
6476         Trivial change from andre@slamdunknetworks.com
6477
6478 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6479
6480         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6481
6482 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6483
6484         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6485         -->" as the end of the first article.
6486
6487         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6488         From Matthieu Moy <Matthieu.Moy@imag.fr>
6489
6490         * message.el (message-add-action): Use add-to-list.
6491         (message-delete-action): New function.
6492
6493         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6494         pieces.
6495
6496 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6497
6498         * nnnil.el: New file.
6499         * gnus.el (gnus-valid-select-methods): Include nnnil.
6500
6501 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6502
6503         * message.el (message-syntax-checks): Because canlock is
6504         supported, we disable sender syntax check.
6505         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6506
6507         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6508         value of message-syntax-checks.
6509
6510         * qp.el (quoted-printable-decode-region): Doc addition.
6511         From: Eli Zaretskii <eliz@is.elta.co.il>
6512
6513         * mail-source.el (make-source-make-complex-temp-name): Use
6514         make-temp-file.
6515
6516         * mm-util.el (mm-make-temp-file): New function.
6517         * nneething.el (nneething-file-name): Use it.
6518         * mml-smime.el (mml-smime-encrypt): Ditto.
6519         * mm-view.el (mm-inline-wash-with-file): Ditto.
6520         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6521         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6522         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6523         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6524         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6525         * gnus-art.el (gnus-mime-print-part): Ditto.
6526
6527 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6528
6529         * message.el (nnmaildir-article-number-to-base-name): New
6530         function.
6531         (nnmaildir-base-name-to-article-number): New function.
6532
6533 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * smime.el (smime-make-temp-file): Don't quote
6536         `temporary-file-directory'.
6537
6538 2002-03-04  Simon Josefsson  <jas@extundo.com>
6539
6540         * smime.el (smime-sign-region): Rename argument keyfiles to
6541         keyfile. You only sign something with one key.
6542         (smime-sign-buffer): Better completing-read prompt.
6543         (smime-decrypt-buffer): Ditto.
6544
6545         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6546
6547         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6548         completing-read.
6549         (mm-view-pkcs7-decrypt): CRLF->LF.
6550
6551 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6552
6553         * message.el (message-hierarchical-addresses): New variable.
6554         (message-get-reply-headers): Use it.
6555         From Ted Zlatanov <teodor.zlatanov@divine.com>
6556
6557 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * message.el (message-mode): If buffer-file-name, don't set auto
6560         save file name.
6561         Trivial change from Geoff Greene <ggreene@wpi.edu>
6562
6563 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6564
6565         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6566         takes one argument in read-char.
6567
6568         * message.el (message-fix-before-sending): Forward a char.
6569         Check mmu-multibyte-p, add control-1.
6570
6571 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6572
6573         * gnus-start.el (gnus-read-init-file): Ditto.
6574
6575         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6576
6577         * dgnushack.el (dgnushack-make-load): Ditto.
6578
6579         * mail-source.el (mail-source-fetch): Extract the right error
6580         code.
6581
6582         * message.el (message-fix-before-sending): Check illegible text.
6583
6584         * gnus-util.el (gnus-multiple-choice): New function.
6585
6586         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6587         also defined in gnus-score.el.
6588
6589 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6590
6591         * message.el (message-get-reply-headers): downcase email addresses
6592         for comaparisons for duplicate removal.
6593
6594 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6595
6596         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6597         implementation of PKCS#7, which just allows users read the
6598         message.
6599         (mm-view-pkcs7): Use it.
6600
6601 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * gnus.el (large-newsgroup-initial): New parameter.
6604
6605         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6606         (gnus-summary-insert-old-articles): Ditto.
6607
6608 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6609
6610         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6611         used as the default answer of the question, "How many articles?".
6612         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6613
6614         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6615         small numbers.
6616
6617 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * deuglify.el: Fix comments.
6620
6621 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * html2text.el (html2text-clean-anchor): If there is no HREF,
6624         insert nothing.
6625
6626         * mml.el (mml-generate-mime-1): Add cdr.
6627         From: andre@slamdunknetworks.com
6628
6629         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6630         (mm-text-html-washer-alist): Ditto.
6631
6632         * mm-decode.el (mm-text-html-renderer): Add html2text.
6633
6634         * html2text.el: Face lift.
6635
6636         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6637
6638 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6641
6642         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6643
6644         * deuglify.el: New file. The original file name is
6645         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6646
6647         * mm-decode.el (mm-display-external): Use
6648         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6649
6650 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6651
6652         * nnmaildir.el (nnmaildir-request-list): Report the highest
6653         article number, not the total number of articles.
6654
6655 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656
6657         * gnus-sum.el: Move uu key map here.
6658         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6659
6660 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6661
6662         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6663         nnmail-expiry-wait* if expire-age parameter is not set.
6664
6665 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6668         function.
6669         (gnus-group-sort-selected-groups-by-real-name): New function.
6670         (gnus-group-make-menu-bar): Add sort by real name.
6671
6672         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6673         rebuild.
6674         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6675         nil as dependencies as well.
6676
6677 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6680         for mime-parts.
6681
6682         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6683
6684         * gnus-group.el (gnus-group-name-decode): Don't test
6685         multibyte-string, because it breaks XEmacs.
6686         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6687
6688         * message.el (message-send-mail): Be talkative.
6689
6690         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6691         (mm-automatic-display): Ditto.
6692
6693         * mailcap.el (mailcap-mime-data): Ditto.
6694         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6695
6696 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * many files: Remove trailing whitespaces, replace spc+tab with
6699         tab, replace leading whitespaces with tabs.
6700
6701 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6702
6703         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6704         articles with no body and no blank line after the header.
6705
6706 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6707
6708         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6709         parts.
6710
6711         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6712         non-ascii chars.
6713
6714         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6715
6716         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6717         w3-delay-image-loads.
6718         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6719         (mm-w3-prepare-buffer): Ditto.
6720
6721         * mail-source.el (mail-source-fetch-directory): Run scripts.
6722
6723 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6726         for Majordomo confirmations.
6727
6728 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6731
6732 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6735
6736 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6737
6738         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6739         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6740
6741 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6742
6743         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6744         (mm-inline-render-with-stdin): Ditto.
6745         (mm-inline-render-with-function): Ditto.
6746         (mm-inline-wash-with-file): Bind coding-system-for-write.
6747         (mm-inline-wash-with-stdin): Ditto.
6748
6749 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6750
6751         Suggested by Felix Natter <fnatter@gmx.net>
6752
6753         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6754         gnus-mime-externalize-view.
6755         (gnus-mime-view-part-internally): Rename from
6756         gnus-mime-internalize-view.
6757         (gnus-article-view-part-externally): Rename from
6758         gnus-article-externalize-part.
6759         (gnus-mime-action-alist): Change correspondingly.
6760         (gnus-mime-button-commands): Ditto.
6761         (gnus-mime-action-alist): Remove duplication.
6762
6763         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6764
6765 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6768
6769         * gnus-art.el (gnus-display-mime): Use it.
6770
6771         * mm-partial.el (mm-partial-find-parts): Use it.
6772
6773         * gnus-sum.el (gnus-article-loose-mime): Rename from
6774         gnus-article-no-strict-mime.
6775         (gnus-summary-save-parts): Use it.
6776
6777 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6780         local variable.
6781
6782         * gnus-art.el (article-display-x-face): Don't sort multiple
6783         X-Faces.
6784
6785 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6788         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6789
6790         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6791
6792 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         Some ideas is inspired by code from Hrvoje Niksic
6795         <hniksic@arsdigita.com>
6796
6797         * gnus-art.el (gnus-article-wash-function): Set the default to
6798         nil, so that we use mm-text-html-renderer instead.
6799         (article-wash-html): Use mm-text-html-renderer.
6800
6801         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6802         (mm-text-html-renderer): New variable.
6803         (mm-inline-text-html-renderer): Set the default to nil, so that we
6804         use mm-text-html-renderer instead.
6805
6806         * mm-view.el (mm-inline-text-html): New function.
6807         (mm-text-html-renderer-alist): New variable.
6808         (mm-inline-text-vcard): New function.
6809         (mm-inline-text): Split.
6810         (mm-links-remove-leading-blank): New function.
6811         (mm-inline-render-with-file): New function.
6812         (mm-inline-render-with-stdin): New function.
6813         (mm-inline-render-with-function): New function.
6814         (mm-text-html-washer-alist): New variable.
6815         (mm-inline-wash-with-file): New function.
6816         (mm-inline-wash-with-stdin): New function.
6817
6818 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6819
6820         * message-utils.el: Fix installation doc.
6821         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6822
6823 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6824
6825         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6826         (gnus-post-method): Use it.
6827         (gnus-summary-cancel-article): Find the correct post-method.
6828
6829         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6830         * message.el (message-send-news): Ditto.
6831         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6832         <ipmonger@delamancha.org>
6833
6834         * gnus.el (gnus-select-method): Fix doc.
6835         (gnus-server-string): Use 'using nntp'.
6836
6837         * gnus-agent.el (gnus-slave-unplugged): New command.
6838         From: Felix Natter <fnatter@gmx.net>
6839
6840 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6843         Call edit-done-function first, then change the window
6844         configuration.
6845         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6846         (gnus-article-edit-mode): mml-mode.
6847
6848         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6849         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6850
6851         * message-utils.el: Adopt the file.
6852
6853         * message-utils.el: New file.
6854         From Holger Schauer <Holger.Schauer@gmx.de>
6855
6856 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6857
6858         * gnus-sum.el (gnus-summary-move-article): Select-article only
6859         when gnus-move-split-methods is non-nil. And we don't render or
6860         mark the article.
6861
6862         * gnus-fun.el (gnus-shell-command-to-string): New function.
6863         (gnus-shell-command-on-region): New function.
6864         (gnus-random-x-face): Use them.
6865         (gnus-x-face-from-file): Ditto.
6866         (gnus-convert-image-to-gray-x-face): Ditto.
6867         (gnus-convert-gray-x-face-to-xpm): Ditto.
6868         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6869
6870 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-treat-display-xface): Don't use
6873         `shell-command-to-string' when compiling.
6874         (gnus-treat-display-grey-xface): Ditto.
6875
6876 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6877
6878         * nnmaildir.el (nnmaildir--article-count): If the group is
6879         completely empty, report minimum article number as 1 instead of 0.
6880
6881 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6882
6883         * gnus-agent.el (gnus-get-predicate): Use nconc.
6884
6885         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6886         gnus-summary-display-cache as cache.
6887
6888         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6889         (nndoc-mail-in-mail-type-p): New function.
6890         (nndoc-mail-in-mail-article-begin): New function.
6891
6892 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6893
6894         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6895
6896         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6897         use-hard-newlines to nil.
6898
6899         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6900         image is not available if window-system is not available.
6901
6902         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6903
6904 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6905
6906         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6907         bookmark, because update-mark doesn't handle it correctly.
6908
6909 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6910
6911         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6912         directly instead of calling message-send-mail.
6913
6914         * gnus-start.el (gnus-read-descriptions-file): Use
6915         gnus-default-charset.
6916
6917         * mm-util.el (mm-guess-mime-charset): New function.
6918
6919         * gnus.el (gnus-default-charset): Use it.
6920         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6921         the default.
6922
6923 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6926         (article-display-x-face): Use it.  Disable grey xface, if
6927         uncompface is not found.
6928
6929         * message.el (message-mode): Don't enable multibyte on an indirect
6930         buffer.
6931
6932         * nnrss.el (nnrss-content-function): New variable.
6933         (nnrss-request-article): Use it.
6934
6935 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6936
6937         * gnus.el: Add article-unsplit-urls.
6938         * gnus-sum.el: Ditto.
6939         * gnus-art.el (gnus-treat-strip-cr): New variable.
6940         (gnus-treatment-function-alist): Use it.
6941         (article-unsplit-urls): New function.
6942         (gnus-article-make-menu-bar): Use it.
6943         From: Michael Cook <michael.cook@cisco.com>
6944
6945 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6946
6947         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6948         copy.
6949
6950 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6951
6952         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6953         with internal whitespace.
6954         (gnus-parent-id): Ditto.
6955
6956 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6957
6958         * gnus-art.el (gnus-article-treat-body-boundary): Add
6959         gnus-decoration property.
6960         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6961
6962         * message.el (message-mode): Set local-abbrev-table.
6963         From Matt Armstrong <matt@lickey.com>.
6964
6965         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6966         too many spaces.
6967
6968         * rfc2047.el (rfc2047-unfold-region): Ditto.
6969         (rfc2047-decode-region): Don't unfold. Let
6970         gnus-article-treat-unfold-headers do it.
6971
6972         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6973         From: Jesper Harder <harder@ifa.au.dk>
6974
6975 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6978         (gnus-configure-posting-styles): Use it.
6979         (gnus-configure-posting-styles): Remove trailing newspaces.
6980
6981 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6984         is non-nil.
6985
6986         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6987
6988         * gnus.el (gnus-server-to-method): Switch position with
6989         gnus-server-get-method.
6990         (gnus-agent): Add doc.
6991
6992         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6993         (gnus-summary-save-parts): Use it.
6994
6995         * gnus-art.el (gnus-display-mime): Use it.
6996         * mm-partial.el (mm-partial-find-parts): Use it.
6997
6998         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6999
7000         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7001         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7002
7003         * nnagent.el (nnagent-request-expire-articles): Don't delete
7004         files.
7005
7006 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7007
7008         * message.el (message-gen-unsubscribed-mft): New function.
7009         From Sriram Karra <karra@cs.utah.edu>.
7010
7011         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7012         open parenthesis.
7013
7014         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7015         (mm-inline-text-html-render-with-w3): Ditto.
7016         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7017         Suggested by Dave Love  <d.love@dl.ac.uk>.
7018
7019         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7020
7021         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7022         * nntp.el (nntp-send-command): Ditto.
7023         * nntp.el (nntp-send-command-nodelete): Ditto.
7024
7025 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7026
7027         * mm-url.el (mm-url-load-url): New function.
7028         (mm-url-insert-file-contents): Use it.
7029
7030         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7031
7032         * message.el (message-forward-make-body): Correctly copy
7033         forward-buffer.
7034
7035         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7036
7037 2002-02-04  Simon Josefsson  <jas@extundo.com>
7038
7039         * gnus-art.el (gnus-article-followup-with-original): Mark with
7040         force, prevent errors when following up from article buffer.
7041         (gnus-article-reply-with-original): Ditto.
7042
7043         * binhex.el (binhex-decoder-switches): Fix doc.  From
7044         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7045
7046 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7047
7048         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7049         highlight-citation after emphasize.
7050
7051 2002-02-04  Simon Josefsson  <jas@extundo.com>
7052
7053         * nnfolder.el (nnfolder-open-marks):
7054
7055         * nnml.el (nnml-open-marks): Message when done.  From David
7056         Edmondson <dme@sun.com>.
7057
7058 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * imap.el (imap-anonymous-auth): Fix typo.
7061         From: Steinar Bang <sb@dod.no>
7062
7063         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7064         save-excursion.
7065         (gnus-cache-braid-heads): Ditto.
7066
7067         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7068         line, because there are extra articles in the overview buffer.
7069
7070         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7071
7072         * message.el (message-forward-rmail-make-body): Directly use
7073         rmail-msg-restore-non-pruned-header to avoid calling
7074         vertical-motion.
7075
7076 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077
7078         * gnus-cache.el (gnus-summary-insert-cached-articles):
7079         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7080
7081         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7082         gnus-newsgroups-unselected.
7083
7084         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7085         gnus-add-to-sorted-list.
7086
7087         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7088         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7089         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7090         (gnus-update-read-articles): UNREAD is sorted.
7091         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7092         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7093         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7094         (gnus-newsgroup-dormant): Require sorted.
7095
7096         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7097         directories.
7098         (gnus-dired-print): New function.
7099
7100         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7101         ps-despool.
7102
7103 2002-02-02  Simon Josefsson  <jas@extundo.com>
7104
7105         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7106
7107 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7110         t. This makes gnus-agent customizable without putting
7111         gnus-agentize into .gnus.
7112
7113         * gnus.el (gnus-agent): Make it customizable.
7114
7115         * gnus-dired.el: New file.
7116         From Benjamin Rutt <brutt@bloomington.in.us>
7117
7118         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7119         if no article.
7120         (gnus-cache-possibly-remove-article): Ditto.
7121         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7122
7123 2002-02-01  Simon Josefsson  <jas@extundo.com>
7124
7125         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7126
7127 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7130         (mm-setup-w3m): Don't bind keys listed in the above.
7131
7132 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7135         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7136         is non-nil; bind `w3m-force-redisplay' with nil.
7137
7138         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7139
7140         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7141
7142 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7145         use mail-header-unfold-field.
7146
7147         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7148         gnus-summary-limit.
7149
7150         * gnus-range.el (gnus-add-to-sorted-list): New function.
7151         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7152         (gnus-mark-article-as-unread): Ditto.
7153         (gnus-summary-mark-article-as-unread): Ditto.
7154         (gnus-build-get-header): Ditto.
7155         (gnus-summary-prepare-threads): Ditto.
7156         (gnus-summary-insert-pseudos): Ditto.
7157         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7158         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7159         (gnus-summary-insert-old-articles): Ditto.
7160
7161         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7162         (gnus-configure-posting-styles): Support the new format.
7163
7164         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7165         edebug-form-spec to (sexp body).
7166         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7167
7168         * message.el (message-reply-headers): Add doc.
7169
7170 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7171
7172         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7173         gnus-cache-active-hashtb.
7174
7175         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7176         (gnus-agent-summary-fetch-group): Use it.
7177
7178         * gnus-msg.el (gnus-debug-files): New variable.
7179         (gnus-debug-exclude-variables): New variable.
7180         (gnus-debug): Use them.
7181
7182         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7183
7184 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7187         (message-mode-syntax-table): Move back the previous position.
7188
7189         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7190
7191         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7192         gnus-sorted-difference.
7193
7194         * nnsoup.el (nnsoup-request-expire-articles): Use
7195         gnus-sorted-difference.
7196
7197         * nnheader.el: Autoload gnus-sorted-difference.
7198
7199         * nnfolder.el (nnfolder-request-expire-articles): Use
7200         gnus-sorted-difference.
7201
7202         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7203         gnus-sorted-difference.
7204
7205         * gnus-range.el: Autoload cookies.
7206         (gnus-sorted-difference): New function.
7207         (gnus-sorted-ndifference): New function.
7208         (gnus-sorted-nintersection): Rename from
7209         gnus-set-sorted-intersection.
7210         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7211         (gnus-list-range-difference): Rename from
7212         gnus-inverse-list-range-intersection.
7213         (gnus-inverse-list-range-intersection): Use defalias.
7214
7215         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7216         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7217         (gnus-articles-to-read): Use gnus-sorted-difference.
7218         (gnus-summary-limit-mark-excluded-as-read): Use
7219         gnus-sorted-intersection and gnus-sorted-ndifference.
7220         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7221         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7222
7223         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7224
7225 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7228         property to the buffer for using emacs-w3m command keys.
7229
7230         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7231         option.
7232
7233         * mm-view.el (mm-w3m-mode-map): New variable.
7234         (mm-w3m-mode-command-alist): New variable.
7235         (mm-w3m-minor-mode): Removed.
7236         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7237         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7238         buffer for using emacs-w3m command keys.
7239
7240 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * message.el (message-mode-syntax-table): Move forward.
7243         (message-cite-prefix-regexp): Auto detect non word constituents.
7244         (message-cite-prefix-regexp): Don't use with-syntax-table.
7245
7246         * gnus-sum.el (gnus-summary-update-info): Use
7247         gnus-list-range-intersection.
7248
7249         * gnus-agent.el (gnus-agent-fetch-headers): Use
7250         gnus-list-range-intersection.
7251
7252         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7253         (gnus-list-range-intersection): Use it.
7254         (gnus-inverse-list-range-intersection): Ditto.
7255         (gnus-sorted-intersection): Add doc.
7256         (gnus-set-sorted-intersection): Add doc.
7257         (gnus-sorted-union): New function.
7258         (gnus-set-sorted-union): New function.
7259
7260         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7261         (gnus-inverse-list-range-intersection): Ditto.
7262
7263 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7264
7265         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7266
7267         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7268         and permit `:' and `\' in order to handle full Windows pathnames.
7269         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7270         technically not correct per standard, but seems to have common use.
7271
7272 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7275         replacing numbers.
7276
7277 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7278
7279         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7280
7281         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7282         Don't split when the window is small, e.g. when a small *BBDB*
7283         window is the lowest one.
7284
7285         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7286         nnheader-find-nov-line to speed up. Use nreverse, because it is
7287         sorted. Use nnheader-insert-nov-file.
7288
7289 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7292
7293         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7294         of `w3m-display-inline-images' with the value of
7295         `mm-inline-text-html-with-images'.
7296         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7297
7298         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7299
7300 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7301
7302         * time-date.el: Add autoload cookies.  Many doc fixes.
7303         (time-add): New function.
7304         (time-subtract): Renamed from subtract-time.
7305         (subtract-time): New alias for time-subtract.
7306
7307 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7310         emacs-w3m in doc-string.
7311
7312         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7313         `w3m-current-buffer'.
7314
7315 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7316
7317         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7318
7319         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7320         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7321         (mm-w3m-cid-retrieve): New function.
7322         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7323
7324 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7325
7326         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7327
7328 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7331
7332 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7335         32K.
7336
7337         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7338
7339         * nnmail.el (nnmail-article-group): Decode headers before running
7340         split rules over them.
7341         (nnmail-mail-splitting-charset): New variable.
7342
7343         * smiley.el: Replaced with smiley-ems.el.
7344
7345 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * mm-url.el (mm-url-predefined-programs): Add w3m.
7348         (mm-url-program): Ditto.
7349
7350 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * nnml.el (nnml-use-compressed-files): New variable.
7353         (nnml-filenames-are-evil): Removed.
7354         (nnml-current-group-article-to-file-alist): Don't use.
7355         (nnml-update-file-alist): Inhibit.
7356         (nnml-article-to-file): Use new var.
7357
7358 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7359
7360         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7361
7362         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7363
7364 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7367         function.
7368
7369         * gnus-util.el (gnus-cache-file-contents): New function.
7370
7371         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7372         (gnus-agent-load-alist): Use it.
7373
7374         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7375
7376         * nnheader.el (nnheader-insert-nov-file): New function.
7377
7378         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7379
7380         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7381         there are no references.
7382         (gnus-extract-message-id-from-in-reply-to): New function.
7383         (gnus-nov-parse-line): Use in-reply-to if there are no
7384         references.
7385
7386 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7387
7388         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7389
7390         * gnus-util.el (gnus-parse-without-error): New macro.
7391
7392 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7393
7394         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7395         (gnus-article-wash-function): use locate-library to decide which
7396         to use.
7397
7398 2002-01-25  Simon Josefsson  <jas@extundo.com>
7399
7400         * pop3.el (pop3-munge-message-separator): Work if no date.
7401         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7402
7403 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus-agent.el (gnus-agent-save-alist): Fix.
7406
7407         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7408         mistake.  Reinstated lost code.
7409
7410 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7411
7412         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7413         one exists in the case of an encrypted message with an internal
7414         signature.
7415
7416 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7419
7420 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * dgnushack.el: Commented out the experimental code.
7423
7424 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7427         error.
7428
7429         * gnus.el (gnus-server-to-method): Made into subst.
7430         (gnus-server-method-cache): New variable.
7431         (gnus-server-to-method): Use it.
7432         (gnus-group-method-cache): New variable.
7433         (gnus-find-method-for-group-1): Renamed.
7434         (gnus-find-method-for-group): New function.
7435         (gnus-group-method-cache): Removed.
7436
7437         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7438         function.
7439
7440         * gnus-range.el (gnus-members-of-range): New function.
7441         (gnus-list-range-intersection): Renamed.
7442         (gnus-inverse-list-range-intersection): New function.
7443
7444         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7445
7446         * nnagent.el (nnagent-retrieve-headers): New implementation.
7447
7448         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7449         implementation.
7450
7451 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7454         `w3m-meta-content-type-charset-regexp'.
7455
7456         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7457         charset-encoded html contents.
7458
7459 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7462         an empty file.
7463
7464         * nnweb.el (url): Ignore errors when request url.
7465
7466         * nnrss.el: Clean up the comments.
7467
7468 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7471
7472         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7473         (mm-inline-media-tests): Test whether the value of
7474         `mm-inline-text-html-renderer' is a function for text/html.
7475
7476         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7477         separated from `mm-inline-text'.
7478         (mm-w3m-minor-mode): New variable.
7479         (mm-w3m-setup): New variable.
7480         (mm-setup-w3m): New function.
7481         (mm-inline-text-html-render-with-w3m): New function.
7482         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7483         text/html.
7484
7485 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7486
7487         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7488
7489 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7492         and `gnus-xmas-completing-read'.
7493
7494 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7495
7496         * nneething.el (nneething-message-id-number): Abolished.
7497         (nneething-encode-file-name): Not encode numerical characters.
7498         (nneething-make-head): `nneething-message-id-number' is not
7499         used to generate message IDs.
7500
7501 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7504         characters.
7505
7506 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7509         (gnus-xmas-redefine): Redefine conditionally.
7510
7511 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7512
7513         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7514         tag.
7515
7516 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7517
7518         * message.el (message-font-lock-keywords): Added the secure tag.
7519         * mml-sec.el: Added functions to generate/modify/remove the secure
7520         tag while in message mode.
7521         * mml-sec.el (mml-secure-message): New.
7522         * mml-sec.el (mml-unsecure-message): New.
7523         * mml-sec.el (mml-secure-message-sign-smime): New.
7524         * mml-sec.el (mml-secure-message-sign-pgp): New.
7525         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7526         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7527         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7528         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7529         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7530         convert it to either a part or multipart depending on if there are
7531         other parts in the message.
7532         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7533         to use the secure tag, rather than the part tag.
7534         * mml.el (mml-preview): Added a save-excursion to keep cursor
7535         position after doing an MML preview.
7536
7537 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * nnheader.el (nnheader-parse-overview-file): New function.
7540         (nnheader-write-overview-file): New function.
7541
7542 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7545         in wanted.
7546
7547         * nnweb.el (nnweb-type-definition): Clean up.
7548
7549 2002-01-21  Alastair Burt  <burt@dfki.de>
7550         Trivial patch.
7551
7552         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7553         buffer exists before jumping to it.
7554
7555 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7558         function.
7559         (article-wash-html): Use it.
7560         (gnus-article-wash-function): New variable.
7561         (gnus-article-wash-html-with-w3m): New function.
7562
7563 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7564
7565         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7566         XEmacs.
7567
7568 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7569
7570         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7571         command line.
7572
7573 2002-01-21  Simon Josefsson  <jas@extundo.com>
7574
7575         * canlock.el (base64-encode-string): Autoload it from base64.
7576         (canlock-make-cancel-key): Base64 encode unibyte string.
7577
7578 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * nnfolder.el (nnfolder-request-accept-article): Unfold
7581         x-from-line.
7582         (nnfolder-request-replace-article): Ditto.
7583
7584 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7585
7586         * gnus-group.el (gnus-group-best-unread-group): Use the right
7587         positioning function.
7588
7589 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * smiley-ems.el (smiley-region): Use new function.
7592         (smiley-update-cache): Use general image functions.
7593         (smiley-region): Use general functions.
7594
7595         * gnus-util.el (gnus-graphic-display-p): New function.
7596
7597         * nnmail.el (nnmail-article-group): Allow outputting traces of
7598         non-strings.
7599
7600         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7601         (nndoc-exim-bounce-type-p): New function.
7602
7603         * message.el (message-dont-send): Doc fix.
7604
7605         * gnus-util.el (gnus-completing-read): Remove
7606         inherit-input-method.
7607
7608         * gnus-art.el (gnus-treat-smiley): Doc fix.
7609
7610         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7611         articles.
7612
7613 2002-01-19  Simon Josefsson  <jas@extundo.com>
7614
7615         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7616         (imap-kerberos4-open): Ditto.
7617         (imap-open): Set port correctly, don't set auth.
7618
7619 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus.el (gnus-version-number): Bump version number.
7622
7623 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7624
7625         * gnus.el: Oort Gnus v0.05 is released.
7626
7627 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7630         exists.
7631
7632         * gnus-spec.el (gnus-string-width-function): New function.
7633         (gnus-tilde-cut-form): Use it.
7634         (gnus-tilde-max-form): Ditto.
7635         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7636         (gnus-substring-function): Use it.
7637         (gnus-tilde-cut-form): Ditto.
7638         (gnus-substring-function): New function.
7639
7640         * message.el (message-check-news-header-syntax): New message.
7641
7642         * gnus.el (gnus-slave-no-server): Doc fix.
7643
7644         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7645
7646 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7649         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7650         (seen (NUM1 . NUM2)).
7651
7652 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7655         number in closed topics.
7656
7657 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7658
7659         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7660         functions.
7661
7662 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus.el (gnus-group-find-parameter): Clean up.
7665
7666         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7667         articles.
7668
7669         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7670
7671         * nnmail.el (nnmail-article-group): Clean up.
7672
7673 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7674
7675         * gnus-agent.el (gnus-category-name): Intern the category name.
7676
7677 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7680
7681         * gnus-util.el (gnus-completing-read): New function.
7682
7683 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7686
7687         * smiley-ems.el (smiley-region): Register smiley.
7688         (smiley-toggle-buffer): Rewrite the function.
7689         (smiley-active): Removed.
7690
7691 2002-01-19  Simon Josefsson  <jas@extundo.com>
7692
7693         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7694         Jesper Harder <harder@ifa.au.dk>.
7695
7696 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7697
7698         * gnus-art.el (gnus-request-article-this-buffer): Call
7699         `nneething-get-file-name' to extract the file name from the
7700         message id.
7701
7702         * nneething.el (nneething-encode-file-name): New function.
7703         (nneething-decode-file-name): Ditto.
7704         (nneething-get-file-name): Ditto.
7705         (nneething-make-head): Encode the file name and encapsulate it
7706         into the field of the message id.
7707
7708 2002-01-18  Simon Josefsson  <jas@extundo.com>
7709
7710         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7711         stored in .marks.
7712
7713         * nnfolder.el (nnfolder-request-update-info): Ditto.
7714
7715 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7716
7717         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7718
7719 2002-01-18  Simon Josefsson  <jas@extundo.com>
7720
7721         * imap.el (imap-starttls-p): Don't check for binary.
7722         (imap-gssapi-auth-p): Ditto.
7723         (imap-kerberos4-auth-p): Ditto.
7724         (imap-open): Change logic.  Iterate through all possible streams,
7725         instead of bailing out after first failure.  Move authenticator
7726         decision to `imap-authenticate'.
7727         (imap-authenticate): Change logic, now finds the authenticator to
7728         use, was previously in `imap-open'.
7729         (imap-open): Return nil on failure.
7730         (imap-open): Setup temp buffer correctly.
7731         (imap-open): Return buffer only on success.
7732         (imap-interactive-login, imap-interactive-login): Tell the user
7733         which stream/authenticator is used for the queried
7734         username/password.
7735         (imap-open, imap-authenticate): Set variables.
7736         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7737         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7738
7739 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7742
7743 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7744
7745         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7746
7747 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7750         (gnus-agent-group-mode-map): Bind it to "Jo".
7751         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7752
7753 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7754
7755         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7756         (gnus-summary-mail-toolbar): Add mail article deletion button.
7757
7758         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7759         false positives for lines of "^^^^".
7760
7761         * gnus-picon.el (gnus-picon-find-face): faces database is all
7762         lowercase.
7763
7764 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7767         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7768         duplications.
7769         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7770
7771 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * gnus-sum.el (gnus-summary-initial-limit): Inline
7774         gnus-summary-limit-children.
7775         (gnus-summary-initial-limit): Don't limit if
7776         gnus-newsgroup-display is nil.
7777         (gnus-summary-initial-limit): No, don't.
7778
7779         * gnus-util.el
7780         (gnus-put-text-property-excluding-characters-with-faces): Inline
7781         gnus-put-text-property.
7782
7783         * gnus-spec.el (gnus-default-format-specs): New variable.
7784
7785         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7786         gnus-format-specs.
7787         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7788
7789         * gnus-spec.el (gnus-update-format-specifications): Really check
7790         the Gnus version of the .newsrc.eld file.
7791         (gnus-format-specs): Save the new default summary format.
7792
7793         * gnus-util.el (gnus-parent-id): Check whether references is empty
7794         before splitting.
7795
7796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7797         functions.
7798         (gnus-gather-threads-by-references): Inline
7799         `gnus-split-references'.
7800
7801         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7802         default value of gnus-summary-line-format-spec.
7803
7804 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7807         message.
7808         (nnslashdot-request-list): Ditto.
7809         (nnslashdot-sid-strip): Removed.
7810
7811 2002-01-15  Simon Josefsson  <jas@extundo.com>
7812
7813         * nnimap.el (nnimap-close-asynchronous): Enable.
7814         (nnimap-close-group): Expunge.
7815
7816 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7817
7818         * gnus-util.el (gnus-user-date-format-alist): Typo.
7819         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7820
7821 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7822
7823         * nneething.el (nneething-request-article): Set
7824         `nnmail-file-coding-system' to `binary' locally, in order to read
7825         files without any conversion.
7826
7827 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7828
7829         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7830         nnheader-file-coding-system and nnmail-active-file-coding-system.
7831         (gnus-agent-regenerate-group): Ditto.
7832         (gnus-agent-regenerate): Ditto.
7833         (gnus-agent-write-active): Ditto.
7834         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7839         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7840
7841 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * gnus.el: We don't need gnus-article-show-all-headers.
7844
7845         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7846         Ditto.
7847
7848         * gnus-sum.el (gnus-summary-select-article): Don't call
7849         show-all-headers, because hidden headers are not hidden text any
7850         more.
7851
7852 2002-01-13  Simon Josefsson  <jas@extundo.com>
7853
7854         * message.el (message-newline-and-reformat): Use `newline' instead
7855         of inserting \n, so that the newline is marked as hard.
7856
7857         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7858         From Jesper Harder <harder@ifa.au.dk>.
7859
7860 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7861
7862         * imap.el (imap-close): Keep going if quit.
7863
7864         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7865         nntp-server-buffer.
7866
7867 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7870         avoid unbinding shadowed variables.
7871
7872         * gnus-art.el (gnus-picon-databases): Moved here.
7873         (gnus-picons-installed-p): Moved here.
7874         (gnus-article-reply-with-original): Use `mark'.
7875
7876         * gnus.el (gnus-picon): Moved here and renamed.
7877
7878         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7879         installed.
7880         (gnus-treat-mail-picon): Ditto.
7881         (gnus-treat-newsgroups-picon): Ditto.
7882
7883         * gnus-picon.el (gnus-picons-installed-p): New function.
7884
7885 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7886
7887         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7888
7889 2002-01-12  Simon Josefsson  <jas@extundo.com>
7890
7891         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7892         (nnimap-before-find-minmax-bugworkaround): Use it.
7893         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7894         (nnimap-dont-close): New variable.
7895         (nnimap-close-group): Use it.
7896
7897 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-art.el (gnus-article-reply-with-original): Use
7900         `mark-active'.
7901
7902         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7903
7904         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7905         (gnus-score-advanced): Clean up.
7906         (gnus-score-advanced): Accept a multiple of the score.
7907
7908 2002-01-12  Simon Josefsson  <jas@extundo.com>
7909
7910         * flow-fill.el (fill-flowed-display-column)
7911         (fill-flowed-encode-columnq): New variables.  Suggested by
7912         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7913         (fill-flowed-encode, fill-flowed): Use them.
7914
7915         * message.el (message-send-news, message-send-mail): Use
7916         m-b-s-n-p-e-h-n.
7917
7918         * mml.el (autoload): Autoload fill-flowed-encode.
7919         (mml-buffer-substring-no-properties-except-hard-newlines): New
7920         function.
7921         (mml-read-part): Use it.
7922         (mml-generate-mime-1): Encode format=flowed if appropriate.
7923         (mml-insert-mime-headers): Insert format=flowed.
7924
7925         * flow-fill.el (fill-flowed-encode): New function.
7926         (fill-flowed): Bind fill-column to window width.
7927
7928 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7931         it exists.
7932         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7933         (gnus-summary-buffer-name): Don't return the dead name after all.
7934         (gnus-summary-setup-buffer): Kill the dead buffer.
7935
7936         * gnus-art.el (gnus-article-followup-with-original): Store the
7937         value of the mark before deactivating it.
7938
7939 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7942         From: Karl Kleinpaste <karl@charcoal.com>
7943
7944         * gnus-art.el (article-display-x-face): Ditto.
7945         (gnus-article-reply-with-original): Use gnus-region-active-p.
7946         (gnus-article-followup-with-original): Ditto.
7947
7948         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7949         downloadable article either.
7950
7951 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7952
7953         * gnus-art.el (article-display-x-face): Insert From:.
7954
7955         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7956         article. Bind gnus-display-mime-function and
7957         gnus-article-prepare-hook.
7958
7959         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7960         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7961         gnus-agent-possibly-synchronize-flags to the last.
7962         (gnus-agent-go-online): New function. New variable.
7963
7964 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7967         (gnus-agent-regenerate): Ditto.
7968
7969 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7970
7971         * message.el (message-ignored-news-headers)
7972         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7973         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7974
7975         * gnus.el (gnus-gethash-safe): New macro.
7976
7977         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7978         (gnus-agent-regenerate): Show messages.
7979
7980 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7983         (gnus-agent-regenerate): New function.
7984         (gnus-agent-save-alist): Sort.
7985         (gnus-agent-copy-nov-line): Test eobp.
7986         (gnus-agent-retrieve-headers): Erase buffer.
7987
7988 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7989
7990         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7991         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7992
7993         * gnus.el (gnus-agent-covered-methods): Move here.
7994         (gnus-online): New function.
7995         (gnus-agent-method-p): Move here.
7996
7997         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7998         nil. Remove articles-alist.
7999
8000         * gnus-start.el (gnus-get-unread-articles): Check online.
8001         (gnus-groups-to-gnus-format): Ditto.
8002         (gnus-active-to-gnus-format): Ditto.
8003
8004         * gnus-agent.el (gnus-agent-get-function): Use it.
8005         (gnus-agent-get-undownloaded-list): Ditto.
8006         (gnus-agent-fetch-session): Only fetch online methods.
8007
8008         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8009         (gnus-server-mode-map): Ditto.
8010         (gnus-server-offline-face): New face.
8011         (gnus-server-offline-face): New variable.
8012         (gnus-server-font-lock-keywords): Add offline.
8013         (gnus-server-insert-server-line): Ditto.
8014         (gnus-server-offline-server): New function.
8015
8016         * gnus-int.el (gnus-open-server): Turn to offline.
8017         (gnus-server-unopen-status): New variable.
8018
8019 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * nnkiboze.el (nnkiboze-request-article): Use
8022         gnus-agent-request-article.
8023
8024         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8025         function. Insert undownloaded NOV.
8026
8027         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8028         (gnus-agent-request-article): New function.
8029
8030         * gnus.el (gnus-agent-cache): New variable.
8031
8032         * gnus-int.el (gnus-retrieve-headers): Use
8033         gnus-agent-retrieve-headers.
8034         (gnus-request-head): Use gnus-agent-request-article.
8035         (gnus-request-body): Ditto.
8036
8037         * gnus-art.el (gnus-request-article-this-buffer): Use
8038         gnus-agent-request-article.
8039
8040         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8041         article if it is undownloaded.
8042
8043 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8046
8047 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * canlock.el (canlock-string-as-unibyte): New macro.
8050         (canlock-sha1-with-openssl): Return a unibyte string.
8051         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8052
8053 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8056
8057 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8058
8059         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8060         application/x-emacs-lisp.
8061
8062         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8063
8064         * nntp.el (nntp-request-article): Add group parameter.
8065         (nntp-request-head): Ditto.
8066         (nntp-find-group-and-number): Add parameter group. Figure out
8067         number if the status line doesn't give (e.g. quimby.gnus.org).
8068
8069 2002-01-08  Simon Josefsson  <jas@extundo.com>
8070
8071         * mml.el (mml-generate-mime-1): Set recipient correctly.
8072
8073 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8074
8075         * message.el (message-read-from-minibuffer): Add parameter
8076         initial-contents.
8077         * gnus-msg.el (gnus-summary-resend-message): Use it.
8078
8079         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8080         behavior of quit-config.
8081
8082         * message.el (message-make-from): Don't quote fullname.
8083         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8084
8085         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8086         From: <andre@slamdunknetworks.com>
8087
8088 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8091
8092         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8093
8094         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8095         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8096         because bbdb may use it.
8097
8098 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8099
8100         * nneething.el (nneething-request-article): When a non-text file
8101         is converted to an article, its data is encoded in base64.  Call
8102         `nneething-make-head' with options to specify MIME types.
8103         (nneething-make-head): Add optional arguments to specify MIME
8104         types.
8105
8106 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8109         header if there is not.
8110
8111         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8112
8113         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8114         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8115         (gnus-inews-do-gcc): Use them.
8116
8117         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8118         gnus-newsgroup-unselected.
8119
8120 2002-01-06  Simon Josefsson  <jas@extundo.com>
8121
8122         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8123         condition-case, not ignore-errors.
8124
8125 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8128         gnus-fetch-old-headers.
8129
8130         * gnus-art.el (article-display-x-face): Use the current buffer
8131         unless `W f'. Otherwise, X-Face may be shown in the header of a
8132         forwarded part.
8133         (gnus-treatment-function-alist): Treat xface before hiding
8134         headers.
8135
8136 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8139         parameters.
8140
8141 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142
8143         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8144         (mm-guess-charset): New function.
8145         (mm-charset-after): Use it.
8146         (mm-detect-coding-region): New function.
8147         (mm-detect-mime-charset-region): New function.
8148
8149         * gnus-sum.el (gnus-summary-show-article): Use
8150         mm-detect-coding-region.
8151
8152 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * message.el (message-make-fqdn): Be less violent.
8155
8156         * gnus.el (gnus-logo-color-style): Compute custom form
8157         automatically.
8158
8159         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8160         score file of the parent to the document group.
8161
8162         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8163         parameters parameter.
8164
8165         * gnus-score.el (gnus-score-load-file): Clean up.
8166
8167 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8170         From: Damien Wyart <damien.wyart@free.fr>
8171
8172         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8173
8174 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * gnus-sum.el (gnus-select-group-hook): Typo.
8177
8178         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8179         is no quoted-printable-encoded STRING.
8180         From: Jesper Harder <harder@ifa.au.dk>
8181
8182         (rfc2047-decode-string): Decode it.
8183
8184 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8187
8188 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8189         Trivial patch.
8190
8191         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8192         buffer to get rid of junk line.
8193
8194 2002-01-05  Simon Josefsson  <jas@extundo.com>
8195
8196         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8197         C-o.
8198         (message-mode-map): Bind message-insert-or-toggle-importance to
8199         C-c C-u.
8200         (message-mode-map): Bind message-disposition-notification-to to
8201         C-c M-n.
8202         (message-mode-menu): Add m-d-n-t.
8203         (message-mode-field-menu): Add m-goto-from.
8204         (message-mode): Doc fix.
8205         (message-goto-from): New function.
8206         (message-insert-disposition-notification-to): New function.
8207         (message-tool-bar-map): Add receipt button.
8208
8209 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * gnus-sum.el (gnus-thread-latest-date): New function.
8212         (gnus-thread-sort-by-most-recent-number): Renamed.
8213         (gnus-thread-sort-functions): Doc fix.
8214         (gnus-select-group-hook): Don't use setq on a hook.
8215         (gnus-thread-latest-date): Use date, not number
8216
8217         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8218         (gnus-agent-expire): Allow regexp of expire-days.
8219
8220         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8221         region.
8222         (gnus-article-followup-with-original): Ditto.
8223
8224         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8225
8226         * gnus-art.el (gnus-mime-display-alternative): Use
8227         gnus-local-map-property.
8228         (gnus-mime-display-alternative): Ditto.
8229         (gnus-insert-mime-security-button): Ditto.
8230         (gnus-insert-next-page-button): Ditto.
8231         (gnus-button-prev-page): Take optional args.
8232         (gnus-insert-prev-page-button): widget-convert.
8233
8234         * gnus-util.el (gnus-local-map-property): New function.
8235
8236         * gnus-art.el (gnus-prev-page-map): Use parent map.
8237         (gnus-next-page-map): Ditto.
8238
8239         * gnus-spec.el (gnus-parse-format): Clean up.
8240         (gnus-parse-format): Do complex formatting for %=.
8241
8242         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8243         "X-Face: " to the data in the built-in scenario.
8244
8245         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8246         (gnus-correct-pad-form): Renamed.
8247         (gnus-tilde-max-form): Clean up.
8248         (gnus-pad-form): Use gnus-use-correct-string-widths.
8249
8250         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8251         support if that is available.
8252
8253         * gnus-sum.el (gnus-thread-highest-number): New function.
8254         (gnus-thread-sort-by-most-recent-thread): New function.
8255         (gnus-thread-sort-functions): Doc fix.
8256
8257 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8260         all cases.
8261         (gnus-summary-mode): Enable it in all cases.
8262         (gnus-summary-display-article): Ditto.
8263         (gnus-summary-edit-article): Ditto.
8264
8265         * gnus-ems.el (gnus-put-image): Really return glyph.
8266
8267         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8268         (gnus-treat-smiley): Don't take "P" in the interactive form.
8269
8270 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * compface.el (uncompface): XEmacs and Emacs have differing
8273         capabilities.
8274
8275         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8276
8277         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8278         (gnus-article-xface-ring-size): Removed.
8279         (gnus-article-display-xface): Removed.
8280         (gnus-remove-image): Cleaned up.
8281
8282         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8283         (gnus-xmas-create-image): Take pbm files.
8284         (gnus-x-face): Removed.
8285         (gnus-xmas-article-display-xface): Removed.
8286
8287         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8288         default-enable-multibyte-characters.
8289
8290         * compface.el (uncompface): Doc fix.
8291
8292         * gnus-art.el (gnus-article-x-face-command): Use
8293         gnus-display-x-face-in-from.
8294
8295         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8296
8297         * gnus-ems.el (gnus-put-image): Return the image.
8298
8299         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8300         (gnus-x-face): Moved here.
8301
8302 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8305         invisible if string is nil.
8306         (gnus-xmas-article-display-xface): Use it.
8307
8308         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8309         property when string is nil.
8310         (gnus-article-display-xface): Use it.
8311
8312 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * gnus-art.el (article-display-x-face): Check whether valid grey
8315         face was returned.
8316         (article-display-x-face): Place image in the right spot.
8317
8318         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8319         stderr.
8320         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8321
8322 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8323
8324         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8325         parameters.
8326         (gnus-xmas-put-image): Allow non-strings to be passed.
8327
8328         * gnus-art.el (article-display-x-face): Use optional parameters.
8329
8330         * gnus-ems.el (gnus-create-image): Take optional parameters.
8331
8332         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8333
8334         * compface.el (compface-xbm-p): Removed.
8335
8336         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8337         (gnus-article-display-xface): Use compface.
8338
8339         * compface.el: New file.
8340
8341         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8342         (gnus-convert-image-to-x-face-command): Ditto.
8343         (gnus-random-x-face): Quote argument.
8344         (gnus-x-face-from-file): Ditto.
8345
8346 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8347
8348         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8349         the expire-group parameter once per article rather than once
8350         per group; bind `nnmaildir-article-file-name' and `article'
8351         for convenience.  Leave article alone when expire-group
8352         specifies the current group.
8353         (nnmaildir--update-nov): be more concurrency-friendly with
8354         temp file names.
8355
8356 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus-start.el (gnus-read-init-file): Cleaned up.
8359
8360 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8361
8362         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8363         (gnus-read-init-file): Don't use it.
8364
8365 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8368
8369 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8370
8371         * gnus-start.el (gnus-read-init-file): Don't force coding system
8372         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8373
8374 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8377         * nnspool.el (nnspool-request-post): Ditto.
8378
8379         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8380         (mm-find-mime-charset-region): Use it.
8381
8382 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8383
8384         * gnus.el (gnus-summary-line-format): Added :link.
8385         * gnus-topic.el (gnus-topic-line-format): Ditto.
8386         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8387         * gnus-srvr.el (gnus-server-line-format): Ditto.
8388         * gnus-group.el (gnus-group-line-format): Ditto.
8389
8390         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8391         :keys, it works on both Emacsen.
8392
8393 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8394
8395         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8396
8397 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8400
8401 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8402
8403         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8404         very wide reply.
8405
8406 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8409         (gnus-picon-cache): New variable.
8410         (gnus-picon-transform-newsgroups): Cache stuff.
8411
8412         * gnus-art.el (gnus-article-reply-with-original): New command.
8413         (gnus-article-followup-with-original): New command.
8414
8415         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8416         END parameters.
8417         (gnus-summary-followup): Take a list of list of articles.
8418         (gnus-inews-yank-articles): Allow lists of article/regions.
8419
8420         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8421         longer the usual commands.
8422
8423         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8424         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8425         shell-command-on-region.
8426
8427 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8430           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8431
8432 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8433
8434         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8435         understand ':keys', wrap it in an featurep 'xemacs.
8436
8437 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8440         order of headers (Actually, it is called in a reversed order). Add
8441         'gnus-image-text-deletable property.
8442         (gnus-remove-image): Remove text with such a property.
8443
8444         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8445         gnus-put-image.
8446
8447         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8448         with ", "
8449
8450 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8453
8454         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8455         (article-display-x-face): Display grey X-Faces.
8456
8457         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8458         (gnus-convert-gray-x-face-to-ppm): Ditto.
8459         (gnus-convert-image-to-gray-x-face): Ditto.
8460
8461         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8462         gnus-summary-show-raw-article.
8463
8464 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8465
8466         Display picons in XEmacs without showing text.
8467
8468         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8469         mm-create-image-xemacs to create xbm glyph, because it deletes
8470         temporary files.
8471         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8472         (gnus-xmas-remove-image): Make text visible, remove glyph.
8473
8474         * gnus-picon.el (gnus-picon-transform-newsgroups)
8475         (gnus-picon-transform-address): Insert spec backward, due to the
8476         incompatibility of gnus-xmas-put-image.
8477
8478 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8479
8480         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8481
8482 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus.el: Doc fix.
8485
8486         * gnus-art.el: Doc fix.
8487
8488         * gnus-agent.el: Doc fix.
8489
8490 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491
8492         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8493
8494 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8495
8496         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8497         NOV data out of the message again if nnmail-extra-headers has
8498         changed.
8499
8500 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * gnus-fun.el: New file.
8503         (gnus-convert-image-to-x-face-command): New variable.
8504         (gnus-insert-x-face): New function.
8505         (gnus-random-x-face): Renamed.
8506         (gnus-x-face-from-file): Renamed.
8507
8508         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8509         "_".
8510         (gnus-body-boundary-delimiter): Typo fix.
8511
8512 2002-01-02  Simon Josefsson  <jas@extundo.com>
8513
8514         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8515         (gnus-body-boundary-delimiter): Fix type.
8516
8517 2002-01-01  Simon Josefsson  <jas@extundo.com>
8518
8519         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8520         (gnus-treat-emphasize, gnus-treat-strip-cr)
8521         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8522         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8523         (gnus-treat-fill-article, gnus-treat-hide-citation)
8524         (gnus-treat-hide-citation-maybe)
8525         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8526         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8527         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8528         (gnus-treat-date-ut, gnus-treat-date-local)
8529         (gnus-treat-date-english, gnus-treat-date-lapsed)
8530         (gnus-treat-date-original, gnus-treat-date-iso8601)
8531         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8532         (gnus-treat-strip-trailing-blank-lines)
8533         (gnus-treat-strip-leading-blank-lines)
8534         (gnus-treat-strip-multiple-blank-lines)
8535         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8536         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8537         (gnus-treat-display-xface, gnus-treat-display-smileys)
8538         (gnus-treat-from-picon, gnus-treat-mail-picon)
8539         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8540         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8541         (gnus-treat-play-sounds, gnus-treat-translate)
8542         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8543
8544         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8545         (gnus-article-treat-body-boundary): Use it.
8546
8547         * message.el (message-mode): Fix doc.
8548         (message-mode-menu): Fix names.
8549
8550 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8553         articles.
8554
8555         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8556         (gnus-picon-transform-address): Search for unknown faces as well.
8557         (gnus-picon-find-face): Don't search "news" for MISC.
8558         (gnus-picon-user-directories): Changed default back to exclude
8559         "unknown".
8560
8561         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8562
8563         * gnus-picon.el (gnus-picon-find-face): Search through all
8564         databases.
8565         (gnus-picon-find-face): New implementation.
8566
8567         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8568         keystroke.
8569         (gnus-topic-goto-next-topic): Ditto.
8570
8571         * gnus.el (gnus-summary-line-format): Changed default.
8572
8573         * nnmail.el (nnmail-extra-headers): Change default.
8574
8575         * gnus-sum.el (gnus-extra-headers): Change default.
8576
8577         * message.el (message-news-other-window): Changed "news" to
8578         "posting".
8579         (message-news-other-frame): Ditto.
8580         (message-do-send-housekeeping): Ditto.
8581
8582         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8583         function.
8584         (gnus-article-unread-p): New function.
8585         (gnus-article-unseen-p): New function.
8586         (gnus-dead-summary-mode-map): Typo.
8587
8588         * gnus-util.el (gnus-make-predicate): New function.
8589         (gnus-make-predicate-1): New function.
8590
8591         * gnus-sum.el: New function.
8592         (gnus-map-articles): New function.
8593
8594         * gnus-art.el (gnus-treat-fold-headers): New variable.
8595         (gnus-article-treat-fold-headers): New command and keystroke.
8596
8597         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8598         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8599
8600 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601
8602         * message.el (message-fcc-externalize-attachments): New variable.
8603         (message-do-fcc): Use it.
8604
8605         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8606         (gnus-inews-do-gcc): Use it.
8607
8608         * mml.el (mml-tweak-sexp-alist): New variable.
8609         (mml-externalize-attachments): New variable.
8610         (mml-tweak-part): Use mml-tweak-sexp-alist.
8611         (mml-tweak-externalize-attachments): New function.
8612
8613 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8614
8615         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8616         'set-glyph-face' so x-face back/foreground can be set.
8617
8618 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * message.el (message-fix-before-sending): Fix a typo.
8621
8622 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-art.el (gnus-treat-smiley): Renamed command.
8625         (gnus-article-remove-images): New command and keystroke.
8626
8627         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8628
8629         * smiley-ems.el (gnus-smiley-display): Removed.
8630
8631         * gnus.el (gnus-version-number): Update version.
8632
8633         * message.el (message-text-with-property): Renamed and moved
8634         here.
8635         (message-fix-before-sending): Highlight invisible text and place
8636         point there.
8637
8638 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8639
8640         * gnus.el: Oort Gnus v0.04 is released.
8641
8642 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8645
8646         * gnus-art.el (gnus-ignored-headers): More headers,
8647
8648         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8649         of `scan-error', since XEmacs doesn't seem to support that.
8650
8651 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8654         arg.
8655         (gnus-summary-best-unread-subject): Ditto.
8656         (gnus-summary-best-unread-subject): No, don't.
8657         (gnus-summary-better-unread-subject): New command.
8658
8659         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8660
8661         * lpath.el ((featurep 'xemacs)): fbind url function.
8662
8663         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8664         buffer.
8665         (gnus-xmas-remove-image): Implementation that does something.
8666         (gnus-xmas-article-display-xface): Mark images properly.
8667
8668         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8669
8670 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8671
8672         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8673
8674 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * gnus-group.el (gnus-group-line-format): Added %O to the default
8677         value.
8678
8679         * gnus-util.el (gnus-text-with-property): The smallest point is
8680         point-min.
8681
8682         * smiley-ems.el (smiley-region): Return images.
8683         (gnus-smiley-display): Allow toggling.
8684         (smiley-region): Use text properties, not overlays.
8685
8686         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8687         implemented yet.
8688
8689         * smiley-ems.el (smiley-update-cache): Check for valid types.
8690
8691         * gnus-art.el (gnus-with-article-buffer): New macro.
8692
8693         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8694         strings as well as the glyphs.
8695         (gnus-picon-transform-address): Ditto.
8696         (gnus-picon-insert-glyph): Ditto.
8697         (gnus-picon-transform-newsgroups): Toggle.
8698         (gnus-picon-transform-address): Toggle.
8699
8700         * gnus-ems.el (gnus-remove-image): New function.
8701         (gnus-put-image): Take an optional string.
8702
8703         * gnus-util.el (gnus-text-with-property): New function.
8704
8705         * gnus-art.el (gnus-delete-images): New function.
8706
8707         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8708
8709         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8710         (gnus-article-wash-status): Use it.
8711         (gnus-signature-toggle): Clean up.
8712         (gnus-add-wash-status): New function.
8713         (gnus-delete-wash-status): New function.
8714         (gnus-article-hide-text-type): Use them throughout.
8715         (gnus-add-image): New function.
8716
8717         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8718
8719         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8720         interface.
8721
8722         * gnus-art.el (article-display-x-face): Cleaned up.
8723
8724         * rfc2047.el (rfc2047-field-value): New function.
8725
8726         * mail-parse.el (mail-header-field-value): New alias.
8727
8728         * gnus-art.el (gnus-mime-print-part): Fix typos.
8729
8730         * smiley-ems.el (gnus-smiley-file-types): New variable.
8731         (smiley-update-cache): Use it.
8732         (smiley-regexp-alist): Suffix-less smiley names.
8733         (smiley-regexp-alist): Added more smileys.
8734
8735         * gnus-sum.el (gnus-print-buffer): Made into own function.
8736         (gnus-summary-print-article): Use it.
8737
8738         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8739         looked for when REQUEST is a string.
8740
8741         * gnus-art.el (gnus-mime-button-commands): Add printing
8742         keystroke.
8743         (gnus-mime-copy-part): Doc fix.
8744         (gnus-mime-print-part): New command.
8745
8746 2001-12-31  Simon Josefsson  <jas@extundo.com>
8747
8748         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8749         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8750
8751 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8754         (picon): Fix doc.
8755
8756         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8757         longer exists. Remove those codes.
8758         * gnus.el (gnus-use-picons): Ditto.
8759
8760 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8761
8762         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8763         infloop.
8764
8765         * gnus-sum.el (t): New `W D' map.
8766
8767         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8768         (gnus-article-treat-body-boundary): Clean up.
8769         (gnus-body-boundary-face): Removed.
8770         (gnus-article-goto-header): Moved here.
8771         (gnus-article-goto-header): Allow better regexps.
8772         (gnus-article-treat-fold-newsgroups): New command.
8773
8774         * gnus-sum.el (gnus-summary-move-article): We have to select an
8775         article to give `gnus-read-move-group-name' an opportunity to
8776         suggest an appropriate default.
8777
8778         * rfc2047.el (rfc2047-fold-line): New function.
8779         (rfc2047-unfold-line): Ditto.
8780         (rfc2047-fold-region): Don't fold just after the header name.
8781
8782         * mail-parse.el (mail-header-fold-line): New alias.
8783         (mail-header-unfold-line): Ditto.
8784
8785         * gnus-art.el (gnus-body-boundary-face): Renamed.
8786         (gnus-article-treat-body-boundary): Use it.
8787         (gnus-article-treat-body-boundary): Use an invisible header and a
8788         line of underline characters.
8789
8790 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8793
8794         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8795         (gnus-picon-split-address): New function.
8796         (gnus-picon-find-face): Use it.
8797         (gnus-picon-transform-address): Use it. Set first to t for each
8798         address.
8799
8800         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8801         the macro then use it.
8802         (gnus-treatment-function-alist): Treat picons earlier.
8803
8804 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * gnus-art.el (gnus-body-separator-face): New variable.
8807         (gnus-article-treat-body-boundary): Use a blank, colored line.
8808
8809         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8810         well.
8811
8812         * gnus-art.el (gnus-treat-body-boundary): New variable.
8813         (gnus-article-treat-unfold-headers): Use helper macro.
8814         (gnus-article-treat-body-boundary): New command.
8815
8816         * gnus.el (gnus-logo-color-style): Change the default color.
8817         (gnus-splash-face): Gray, gray.
8818
8819         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8820         colors.
8821
8822         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8823         (gnus-logo-color-style): Ditto.
8824         (gnus-logo-colors): Ditto.
8825
8826         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8827
8828         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8829
8830         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8831         (gnus-picon-transform-newsgroups): New function.
8832
8833         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8834         string.
8835
8836         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8837
8838         * gnus-art.el (gnus-treat-cc-picon): New variable.
8839         (gnus-treat-mail-picon): Renamed.
8840
8841         * gnus-picon.el: New implementation.
8842         (gnus-picon-find-face): Renamed.
8843         (gnus-treat-from-picon): Use it.
8844         (gnus-picon-transform-address): Renamed.
8845         (gnus-treat-from-picon): Use it.
8846         (gnus-picon-create-glyph): Renamed.
8847         (gnus-picon-transform-address): Use it.
8848         (gnus-treat-cc-picon): New command.
8849
8850         * mm-decode.el (mm-create-image-xemacs): Separated out into
8851         function.
8852         (mm-get-image): Use it.
8853
8854         * gnus-art.el (gnus-treat-display-picons): Simplify.
8855         (gnus-treat-from-picon): Renamed.
8856
8857         * gnus-ems.el (gnus-create-image): New function.
8858         (gnus-put-image): New function.
8859
8860         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8861         (gnus-with-article-headers): New macro.
8862         (gnus-article-goto-header): New function.
8863
8864         * gnus-xmas.el (gnus-image-type-available-p): New function.
8865
8866         * gnus-ems.el (gnus-image-type-available-p): New function.
8867
8868 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8869
8870         * nnrss.el (nnrss-check-group): Find the correct tag, because
8871         xml.el is changed.
8872
8873 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8876         lines are shorter than the window width.
8877         (gnus-ignored-headers): More headers.
8878
8879 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8882         (gnus-treat-unfold-headers): Renamed.
8883         (gnus-article-treat-unfold-headers): New command and keystroke.
8884
8885         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8886
8887         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8888
8889 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * sha1-el.el (sha1-use-external): New variable.
8892         (sha1-region): Use it.
8893         (sha1-string): Ditto.
8894
8895         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8896         * gnus-picon.el: Less warnings when compile.
8897
8898 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8901         alias.
8902         (gnus-picons-database): Default to list.
8903         (gnus-picons-lookup-internal): Use it.
8904
8905         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8906         to "bogus".
8907
8908         * gnus-win.el (gnus-configure-windows-hook): New hook.
8909
8910 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8911
8912         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8913
8914 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8917         lists.
8918         (gnus-select-newsgroup): Don't append; push.
8919         (gnus-adjust-marked-articles): Remove obsolete ranges from
8920         `seen'.
8921         (gnus-update-marks): Clean up.
8922         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8923
8924 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8925
8926         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8927
8928 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * gnus-sum.el (gnus-auto-select-subject): New variable.
8931         (gnus-summary-best-unread-subject): New function.
8932         (gnus-summary-best-unread-article): Use it.
8933         (gnus-summary-first-unseen-subject): New function and command.
8934
8935         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8936         other treatments.
8937
8938         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8939         function.
8940
8941         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8942         from the list of hidden types.
8943
8944         * mm-view.el (mm-inline-text): Ditto.
8945         (mm-inline-text): Ditto.
8946         (mm-w3-prepare-buffer): Ditto.
8947
8948         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8949
8950 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-art.el (gnus-ignored-headers): Added more headers.
8953
8954 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8955
8956         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8957         once.
8958
8959 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8962
8963 2001-12-28  Simon Josefsson  <jas@extundo.com>
8964
8965         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8966         Jesper Harder <harder@ifa.au.dk>.
8967
8968 2001-12-27  Simon Josefsson  <jas@extundo.com>
8969
8970         * gnus-sum.el (gnus-select-newsgroup): Make
8971         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8972         contain all articles (instead of none) when no seen marks have
8973         been set for the group.
8974         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8975         instead, it seems to result in shorter ranges.
8976
8977 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8980         insert-before-markers.
8981         From Jesper Harder <harder@ifa.au.dk>
8982
8983 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8984
8985         * nnmaildir.el (nnmaildir-save-mail): create the destination
8986         groups if they do not exist.
8987
8988 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8991
8992 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8993
8994         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8995         gnus-group-real-name.
8996
8997         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8998         (gnus-newsgroup-variables): Ditto.
8999
9000         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9001         return it.
9002
9003 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9004
9005         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9006         * nnmaildir.el (top-level): Add commentary.
9007         (nnmaildir-version): Indicate that nnmaildir is now a standard
9008         part of Gnus, not separately released.
9009
9010 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9013         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9014         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9015         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9016
9017 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9018
9019         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9020
9021 2001-12-20  Simon Josefsson  <jas@extundo.com>
9022
9023         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9024         ZHU <zsh@cs.rochester.edu>.
9025         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9026         Brian P Templeton <bpt@tunes.org>.
9027
9028 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * nnmaildir.el: New file.
9031         From Paul Jarc <prj@po.cwru.edu>.
9032
9033 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * nndoc.el (nndoc-type-alist): Move forward to the end.
9036
9037 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9040         `dolist'.
9041
9042 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * gnus-win.el (gnus-frames-on-display-list): New function.
9045         (gnus-get-buffer-window): Use it.
9046
9047 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9050
9051 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9052
9053         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9054
9055 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9056            From Harald Meland <Harald.Meland@usit.uio.no>
9057
9058         * gnus-win.el (gnus-get-buffer-window): New function.
9059         (gnus-all-windows-visible-p): Use it.
9060
9061         * gnus-util.el (gnus-horizontal-recenter)
9062         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9063         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9064
9065         * gnus-score.el (gnus-score-insert-help): Use it.
9066
9067         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9068         (gnus-generate-tree, gnus-highlight-selected-tree)
9069         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9070         it.
9071
9072         * gnus-art.el (gnus-article-set-window-start)
9073         (gnus-mm-display-part, gnus-request-article-this-buffer)
9074         (gnus-button-next-page, gnus-button-prev-page)
9075         (gnus-article-button-next-page, gnus-article-button-prev-page):
9076         Use it.
9077
9078 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9079
9080         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9081         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9082         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9083
9084 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9085
9086         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9087         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9088         * mml1991.el, nnultimate.el: Add `coding'.
9089
9090 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9091
9092         * ChangeLog: changed coding to buffer-file-coding-system
9093         * ChangeLog.1: same
9094         * nnwfm.el: same
9095         * gnus-smiley.el: same
9096         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9097         * gnus-delay.el: same
9098         * gnus-spec.el: same
9099         * message.el: same
9100         * mml1991.el: same
9101         * nnultimate.el: same
9102
9103 2001-12-16  Simon Josefsson  <jas@extundo.com>
9104         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9105
9106         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9107         (gnus-summary-save-map): Add muttprint.
9108         (gnus-summary-make-menu-bar): Ditto.
9109         (gnus-summary-muttprint): New function.
9110
9111         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9112
9113 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9116         temporary list instead of buffer.
9117
9118         * mm-url.el (executable-find): autoload.
9119
9120 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9121
9122         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9123         to variable, follow doc-string conventions).
9124
9125 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9126
9127         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9128         subscribe-level
9129         * gnus-topic.el (gnus-subscribe-topics): use it.
9130
9131 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9132
9133         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9134         messages. (A small patch with indentation)
9135         From Sean Neakums <sneakums@zork.net>.
9136
9137         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9138         nil after shooting down the gnus-original-article-buffer.
9139
9140 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9141
9142         * uudecode.el (uudecode-use-external): New variable.
9143         (uudecode-decode-region): Automatically detect external program.
9144
9145         * binhex.el (binhex-use-external): New variable.
9146         (binhex-decode-region-internal): New function.
9147         (binhex-decode-region): Automatically detect external program.
9148
9149         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9150         Use them.
9151
9152 2001-12-12  Simon Josefsson  <jas@extundo.com>
9153
9154         * nnvirtual.el (nnvirtual-always-rescan)
9155         (nnvirtual-component-regexp): Fix doc.
9156
9157         * nnoo.el (defvoo): Add doc to defvoo variables.
9158
9159         * nnml.el (nnml-directory, nnml-active-file)
9160         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9161         (nnml-marks-is-evil, nnml-filenames-are-evil)
9162         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9163
9164         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9165         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9166         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9167         `error'.
9168
9169         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9170         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9171
9172         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9173         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9174         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9175         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9176
9177         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9178         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9179
9180         * imap.el, nnimap.el: Fix indentation.
9181
9182         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9183
9184 2001-12-12  Didier Verna  <didier@xemacs.org>
9185
9186         * gnus-msg.el (gnus-group-news): New function.
9187         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9188         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9189         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9190         for it.
9191         * gnus-msg.el (gnus-summary-news-other-window): New function.
9192         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9193         bind it to `i'.
9194         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9195         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9196         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9197         for it (called with a prefix).
9198         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9199         group-name argument.
9200         * gnus-msg.el (gnus-setup-message): use it.
9201
9202 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9205
9206 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9207
9208         * mml.el (mime-to-mml): Remove Content-Disposition too.
9209
9210 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9211
9212         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9213         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9214         strings only.
9215         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9216
9217 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9218
9219         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9220         (nnmail-fancy-expiry-target): Use it.
9221         Suggestions from Simon Josefsson <jas@extundo.com>.
9222
9223 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9226
9227 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9228
9229         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9230
9231         * gnus-util.el (gnus-url-unhex-string): Move here.
9232
9233 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9234
9235         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9236         mm-url-decode-entities-nbsp.
9237
9238         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9239         * webmail.el, nnwfm.el: Use mm-url.
9240
9241         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9242         (mm-url-remove-markup): Move from nnweb.
9243         (mm-url-fetch-simple): Move from webmail.
9244
9245         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9246
9247 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9248
9249         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9250         (gnus-summary-print-article): Use it.
9251
9252         * gnus-util.el (gnus-replace-in-string): Typo.
9253
9254 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9255
9256         * nnweb.el (nnweb-replace-in-string): Removed.
9257
9258         * gnus-util.el (gnus-replace-in-string): New function.
9259         (gnus-mode-string-quote): Use it.
9260
9261         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9262         * nnwfm.el (nnwfm-create-mapping): Ditto.
9263
9264 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9265
9266         * dgnushack.el (dgnushack-compile): nnrss.el and
9267         nnslashdot.el don't depend on nnweb, url, w3.
9268
9269         * nnrss.el: Use mm-url.
9270
9271 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * mm-url.el (mm-url-insert-file-contents): Support file:.
9274
9275 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * mm-view.el: Lower case for the description line. Sync from the
9278         Emacs CVS.
9279
9280 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9283         From:  Stefan Monnier  <monnier@cs.yale.edu>
9284
9285 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9288
9289 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * mm-url.el: Require executable.
9292         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9293
9294 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295
9296         * pop3.el (pop3-munge-message-separator): Only use valid date.
9297         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9298
9299         * Makefile.in: gnus-load.elc may not be generated.
9300
9301 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * mm-url.el: New file.
9304         * nnslashdot.el: Use it.
9305         * mm-extern.el (mm-extern-url): Use it.
9306
9307 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * gnus-sum.el (gnus-summary-save-article): Nix
9310         gnus-display-mime-function and gnus-article-prepare-hook.
9311
9312         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9313         the beginning of lines.
9314         (gnus-complex-form-to-spec): Ditto.
9315
9316 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9319         From Paul Jarc <prj@po.cwru.edu>.
9320
9321 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * message.el: New variable message-subscribed-address-file;
9324         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9325
9326 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9327
9328         * message.el (message-tab-body-function): Set to nil.
9329         (message-tab): Use text-mode-map or global-map.
9330         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9331
9332 2001-11-30  Simon Josefsson  <jas@extundo.com>
9333
9334         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9335         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9336         <christoph.conrad@gmx.de>.
9337         (gnus-agent-fetch-group-1): Add verbose message.
9338
9339 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9342         of integers.
9343
9344 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9345
9346         * message.el (message-newgroups-header-regexp)
9347         (message-completion-alist, message-tab-body-function): Use
9348         defcustom rather than defvar.
9349         (message-tab): Mention `message-tab-body-function' in doc.
9350         Suggested by Karl Eichwalder.
9351
9352 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9353
9354         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9355
9356 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * nnheader.el (nnheader-find-nov-line): Don't use macro
9359         gnus-delete-line.
9360
9361         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9362         (gnus-group-name-charset): Ditto.
9363
9364         * gnus-util.el (gnus-buffer-live-p): Ditto.
9365
9366 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9369         open parenthesis in doc.
9370         (sieve-manage-authenticator-alist): Typo in doc.
9371         * imap.el (imap-authenticator-alist): Typo in doc.
9372         (imap-stream-alist): Backslash.
9373
9374         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9375           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9376
9377 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9378
9379         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9380
9381         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9382
9383         * gnus-msg.el (gnus-configure-posting-styles): use
9384         make-local-hook. Add LOCAL for add-hook.
9385
9386 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9387
9388         * message.el (message-mode): Use `make-local-hook' unless
9389         obsolete.
9390         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9391
9392 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * canlock.el: Remove sha1.el and base64.el stuff.
9395
9396 2001-11-26  Didier Verna  <didier@xemacs.org>
9397
9398         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9399         if needed.
9400
9401 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * message.el (message-tamago-not-in-use-p): New function.
9404         (message-strip-forbidden-properties): Use it.
9405
9406 2001-11-26  Didier Verna  <didier@xemacs.org>
9407
9408         * gnus-start.el (gnus-check-first-time-used): only check for
9409         existence of .el[d] files.
9410
9411 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9414
9415         * message.el (message-setup-1): Clean up mc-*.
9416
9417 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9420         * gnus-score.el (gnus-score-find-bnews): Use it.
9421
9422         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9423         (gnus-summary-limit-to-author): Ditto.
9424         (gnus-summary-limit-to-extra): Ditto.
9425         (gnus-summary-find-matching): Support not-matching argument.
9426
9427 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9428
9429         * message.el (message-wash-subject): Use `insert' rather than
9430         `insert-string', which is deprecated.
9431
9432 2001-11-24  Simon Josefsson  <jas@extundo.com>
9433
9434         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9435         message. (Gnus does not "default" to using 8bit for the message,
9436         it default to use 8bit encoding and the user-supplied CTE
9437         value. Calling this behaviour "treating it as 8bit" is perhaps
9438         better.)
9439
9440         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9441         (compare mm-charset-to-coding-system).
9442
9443 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9446         buffer. Correctly decode hex.
9447
9448 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * gnus-agent.el (gnus-category-insert-line): Convert category
9451         names to strings.
9452
9453 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9454
9455         * message.el (sha1): eval-and-compile.
9456
9457 2001-11-20  Simon Josefsson  <jas@extundo.com>
9458
9459         * message.el (message-allow-no-recipients): New variable.
9460         (message-send): Use it, customize the prompting when posting to
9461         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9462
9463 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9464
9465         * mm-util.el (mm-coding-system-priorities): New variable.
9466         (mm-sort-coding-systems-predicate): New function.
9467         (mm-find-mime-charset-region): Resort coding systems if needed.
9468         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9469
9470 2001-11-20  Didier Verna  <didier@xemacs.org>
9471
9472         * gnus-group.el (gnus-group-make-help-group): new optional
9473         argument to control the error behavior.
9474         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9475         erroring.
9476
9477 2001-11-19  Simon Josefsson  <jas@extundo.com>
9478
9479         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9480         instead of C-c C-u.  Suggested by Per Abrahamsen
9481         <abraham@dina.kvl.dk>.
9482
9483 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * nnfolder.el (nnfolder-read-folder): Use group instead of
9486         nnfolder-current-group.
9487         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9488
9489 2001-11-17  Simon Josefsson  <jas@extundo.com>
9490
9491         * message.el (message-send): Ask user if Fcc/Gcc should be
9492         performed when no other sender was specified.
9493         Suggested by prj@po.cwru.edu (Paul Jarc).
9494
9495 2001-11-17  Simon Josefsson  <jas@extundo.com>
9496
9497         * message.el (message-mode, message-mode-map): Use C-c C-u for
9498         Importance: instead of C-c C-p (used by SC).
9499
9500 2001-11-16  Simon Josefsson  <jas@extundo.com>
9501
9502         * message.el (message-insert-importance-high)
9503         (message-insert-importance-low): Save point.
9504
9505         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9506         value.
9507
9508 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9509
9510         * message.el (message-strip-special-text-properties): New option.
9511         (message-strip-forbidden-properties): Obey it.
9512
9513 2001-11-14  Sam Steingold  <sds@gnu.org>
9514
9515         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9516
9517 2001-11-15  Simon Josefsson  <jas@extundo.com>
9518
9519         Support "Importance:" header in Message.
9520
9521         * message.el (message-mode-map): Bind C-c C-p to
9522         `message-insert-or-toggle-importance'
9523         (message-mode-menu): Add message-insert-importance-{high,low}.
9524         (message-insert-importance-high, message-insert-importance-low)
9525         (message-insert-or-toggle-importance): New functions.
9526         (message-tool-bar-map): Add {un,}important.
9527         (message-mode): Doc fix.
9528
9529 2001-11-15  Simon Josefsson  <jas@extundo.com>
9530
9531         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9532
9533         * mml.el (mml-menu): Fix toolbar tooltip.
9534
9535 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536
9537         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9538         * nnml.el (nnml-save-marks): Ditto.
9539
9540         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9541
9542 2001-11-15  Simon Josefsson  <jas@extundo.com>
9543
9544         * nnml.el (nnml-save-marks):
9545         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9546         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9547
9548 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9549
9550         * gnus-art.el (gnus-article-wash-status-strings): Use
9551         `copy-sequence', not `copy-seq'.
9552
9553 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9554
9555         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9556         (gnus-gnus-article-wash-status-entry): New function.
9557         (gnus-article-wash-status): Use it.
9558
9559 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * mml1991.el: Add coding header.
9562
9563 2001-11-12  Simon Josefsson  <jas@extundo.com>
9564
9565         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9566         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9567         `mml1991-sign' and `mml1991-encrypt'.
9568         (mml1991-encrypt, mml1991-sign): New glue functions.
9569         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9570
9571         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9572         (mml-menu): Add PGP to menu.
9573
9574         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9575         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9576         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9577         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9578
9579         * mml2015.el: Mention RFC 3156.
9580
9581         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9582
9583 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9584
9585         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9586
9587         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9588           From <Michael.Cook@cisco.com>
9589
9590 2001-11-11  Simon Josefsson  <jas@extundo.com>
9591
9592         * message.el (top-level): Autoload sha1.
9593         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9594         canlock, no need to require two different hash algs).  Suggested
9595         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9596
9597 2001-11-09  Simon Josefsson  <jas@extundo.com>
9598
9599         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9600         <Pavel@Janik.cz>.
9601
9602 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9603
9604         * message.el (message-point-in-header-p): New function.
9605         (message-do-auto-fill): Use it.
9606         (message-beginning-of-line): New function.  Goes to beginning of
9607         header value (i.e., end of header name), or to beginning of line
9608         if already at beginning of value.  Behaves like
9609         `beginning-of-line' when in message body.
9610         (message-mode-map): Bind it.
9611
9612 2001-11-08  Simon Josefsson  <jas@extundo.com>
9613
9614         * gnus-msg.el (gnus-posting-styles): Add doc.
9615
9616 2001-11-07  Simon Josefsson  <jas@extundo.com>
9617
9618         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9619
9620         * sieve-mode.el (sieve-control-commands-face)
9621         (sieve-control-commands-face, sieve-action-commands-face)
9622         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9623         faces.
9624         (sieve-font-lock-keywords): Use them.
9625         (sieve-mode): Only set font-lock-defaults in emacs.
9626
9627         * gnus-art.el (gnus-default-article-saver): Add
9628         gnus-summary-save-body-in-file.
9629         (gnus-summary-write-to-file): Fix doc.
9630
9631 2001-11-07  Simon Josefsson  <jas@extundo.com>
9632
9633         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9634         reference to the correct chapter in the manual.
9635
9636         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9637         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9638
9639 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * mml.el (mml-preview): Bind mail-header-separator.
9642
9643 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * message.el: Always require canlock.
9646         (message-ignored-supersedes-headers): Include Cancel-Lock and
9647         Cancel-Key.
9648         (message-insert-canlock): Don't require canlock.
9649         (message-cancel-news): Don't check whether canlock is available.
9650         (message-supersede): Support cancel-locks.
9651
9652         * gnus-art.el: Don't autoload canlock.
9653
9654 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9655
9656         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9657         From: <andre@slamdunknetworks.com>
9658
9659 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660
9661         * many files: Fix copyright lines.
9662
9663 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9664
9665         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9666         Suggested by Dave Love  <fx@gnu.org>.
9667
9668 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * message.el (message-kill-buffer): Remove auto-save file after
9671         confirm.
9672
9673         * message.el (message-send-mail): Call message-generate-headers
9674         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9675
9676         * gnus-topic.el (gnus-topic-rename): Initial-input.
9677         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9678
9679 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9680
9681         * message.el (message-forbidden-properties): New constant.
9682         (message-strip-forbidden-properties): New function.
9683         (message-mode): Activate it.
9684
9685 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9688         (mm-hack-charsets): Fix doc.
9689
9690 2001-11-02  Simon Josefsson  <jas@extundo.com>
9691
9692         * gnus-int.el (gnus-check-server): Message "...done" when done.
9693
9694         * imap.el (imap-close): Don't message (imap-send-command-wait
9695         returns if the connection is dropped).
9696         (imap-wait-for-tag): Nix out message only when necessary.
9697
9698         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9699         for non-crossposting.
9700         (gnus-sieve-crosspost): Default to t to be consistent with other
9701         parts of Gnus.
9702
9703 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9704
9705         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9706         (mm-iso-8859-x-to-15-table): Ditto.
9707         (mm-iso-8859-x-to-15-region): Ditto.
9708         (mm-find-mime-charset-region): Ditto.
9709
9710 2001-11-01  Simon Josefsson  <jas@extundo.com>
9711
9712         * nnimap.el (nnimap-close-asynchronous): New variable.
9713         (nnimap-close-group): Use it.
9714         (nnimap-expunge): Don't use it.
9715
9716         * imap.el (imap-callbacks): New variable.
9717         (imap-remassoc): Copied from `gnus-remassoc'.
9718         (imap-add-callback): New function.
9719         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9720         behaviour.
9721         (imap-parse-response): Call the callback.
9722
9723         * message.el (message-insert-canlock): New variable.
9724         (message-canlock-generate, message-canlock-password)
9725         (message-insert-canlock): New functions.
9726         (message-send-news): Call `message-insert-canlock'.
9727         (top-level): Require canlock when compiling.
9728         (message-insert-canlock): Require canlock before we need it.
9729
9730 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9733
9734 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9735
9736         * dgnushack.el (dgnushack-make-load): A workaround for
9737         custom-add-loads bug in some versions of XEmacs.
9738
9739 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9740
9741         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9742
9743 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9744
9745         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9746         (mm-hack-charsets): New variable.
9747         (mm-iso-8859-15-compatible): New variable.
9748         (mm-iso-8859-x-to-15-table): New variable.
9749         (mm-find-mime-charset-region): Add parameter hack-charsets.
9750
9751         * mm-bodies.el (mm-encode-body): Use it.
9752         * mml.el (mml-parse-1): Ditto.
9753
9754 2001-11-01  Simon Josefsson  <jas@extundo.com>
9755
9756         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9757
9758 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9761         is nil.
9762
9763 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9766
9767         * message.el (message-forward-rmail-make-body): Use
9768         save-window-excursion.
9769         (message-encode-message-body): Search with noerror.
9770         (message-setup-1): Convert compose-mail send-actions to
9771         message-send-actions.
9772
9773 2001-11-01  Simon Josefsson  <jas@extundo.com>
9774
9775         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9776         <yamaoka@jpl.org>.
9777
9778 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9779
9780         * sieve-manage.el (sieve-string-bytes): No complain.
9781
9782 2001-11-01  Simon Josefsson  <jas@extundo.com>
9783
9784         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9785         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9786         has autoload cookies, so no `require' should be necessary.)
9787
9788         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9789         files.
9790
9791 2001-10-31  Simon Josefsson  <jas@extundo.com>
9792
9793         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9794         parameter.
9795
9796         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9797         `display' is a number (and C-u wasn't used to enter group), only
9798         fetch that number of articles.
9799
9800 2001-10-31  Matt Armstrong  <matt@lickey.com>
9801
9802         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9803         not-subscribed -> subscribed.
9804
9805 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806         From: Josh Huber <huber@alum.wpi.edu>
9807
9808         * message.el (message-subscribed-address-functions): New variable.
9809         (message-subscribed-addresses): New variable.
9810         (message-subscribed-regexps): New variable.
9811         (message-goto-mail-followup-to): New function.
9812         (message-send-mail): Add Mail-Followup-To.
9813         (message-make-mft): New function.
9814
9815         * gnus.el (gnus-find-subscribed-addresses): New function.
9816
9817 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9820         (mail-source-fetch-pop): Ditto.
9821         (mail-source-check-pop): Ditto.
9822
9823         * gnus-start.el (gnus-read-init-file): Ditto.
9824         (gnus-activate-group): Ditto.
9825         (gnus-read-newsrc-el-file): Ditto.
9826
9827 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * message.el (message-get-reply-headers): Make sure there is ", ".
9830
9831         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9832         mm-coding-system-p. Don't correct it only in XEmacs.
9833         (mm-charset-to-coding-system): Use mm-coding-system-p and
9834         mm-get-coding-system-list.
9835         (mm-emacs-mule, mm-mule4-p): New variables.
9836         (mm-enable-multibyte, mm-disable-multibyte,
9837         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9838         mm-with-unibyte-current-buffer,
9839         mm-with-unibyte-current-buffer-mule4): Use them.
9840         (mm-find-mime-charset-region): Treat iso-2022-jp.
9841
9842         From  Dave Love  <fx@gnu.org>:
9843
9844         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9845         construction.
9846         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9847         entries conditional on not having a coding system defined for
9848         them.
9849         (mm-mule-charset-to-mime-charset): Use
9850         find-coding-systems-for-charsets if defined.
9851         (mm-charset-to-coding-system): Don't use
9852         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9853         later.  Add last resort search of coding systems.
9854         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9855         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9856         Mule 4.
9857         (mm-find-mime-charset-region): Re-write.
9858         (mm-with-unibyte-current-buffer): Restore buffer as well as
9859         multibyteness.
9860
9861 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9864         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9865         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9866
9867 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9868
9869         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9870         again.
9871
9872         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9873
9874 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * gnus-spec.el (gnus-parse-simple-format): Use
9877           buffer-substring-no-properties.
9878
9879 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (article-verify-cancel-lock): New function.
9882
9883         * nnheader.el (nntp-process-response): New variable.
9884         (nnheader-init-server-buffer): Make `nntp-process-response'
9885         buffer-local in `nntp-server-buffer'.
9886
9887         * nntp.el (nntp-prepare-post-hook): New hook.
9888         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9889         (nntp-async-trigger): Ditto.
9890         (nntp-request-post): Insert a server's ID if there's no Message-ID
9891         header; run `nntp-prepare-post-hook'.
9892
9893 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9894
9895         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9896         instead.
9897
9898         * message.el (message-forward-subject-author-subject): Don't use
9899         message-news-p, which widens the buffer.
9900         (message-forward-make-body): New function.
9901         (message-forward): Use it.
9902         (message-insinuate-rmail): New function.
9903         (message-forward-rmail-make-body): New function.
9904
9905 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * mm-extern.el (mm-extern): Provide it.
9908
9909         * mm-partial.el (mm-partial): Provide it.
9910
9911 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9914
9915 2001-10-29  Simon Josefsson  <jas@extundo.com>
9916
9917         * mml.el (mml-preview): Bind message-this-is-news if it is
9918         news. From Jesper Harder <harder@myrealbox.com>.
9919
9920 2001-10-28  Simon Josefsson  <jas@extundo.com>
9921
9922         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9923
9924 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9925
9926         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9927         ironic smilies.
9928
9929 2001-10-27  Simon Josefsson  <jas@extundo.com>
9930
9931         * message.el (message-indent-citation): Don't add trailing
9932         whitespace when citing text.
9933
9934         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9935         <harder@ifa.au.dk>.
9936
9937 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9940         not available.
9941         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9942         (nnweb-type-definition): Add google as alias of dejanews.
9943         (nnweb-google-parse-1): Forward 1 line.
9944
9945 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9946
9947         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9948         variable `message-forward-ignored-headers'.
9949
9950 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9951
9952         * gnus.el (gnus-expand-group-parameter): New function.
9953         (gnus-expand-group-parameters): Call it.
9954         (gnus-group-fast-parameter): New function.
9955         (gnus-group-find-parameter): Call it.
9956
9957 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9958
9959         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9960         vector (it didn't before because of a bug).
9961         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9962         available.  Before it converted it to an article number.
9963
9964         This makes followup to news articles with negative numbers in
9965         nnvirtual groups use news instead of mail.
9966
9967 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9968
9969         * gnus.el (post-method): Use `native' instead of `nil'.
9970
9971         * gnus-msg.el (gnus-post-method): Ditto.
9972
9973 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9974
9975         * gnus.el (gnus-define-group-parameter): Grammar fix.
9976
9977 2001-10-22  Simon Josefsson  <jas@extundo.com>
9978
9979         * gnus-msg.el (gnus-extended-version): Include
9980         system-configuration.
9981         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9982
9983 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9984
9985         * gnus.el (post-method): Customization fix: `native' is not a
9986         valid value.
9987         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9988         `native' is not a valid value.
9989
9990 2001-10-21  Simon Josefsson  <jas@extundo.com>
9991
9992         * nnimap.el (nnimap): Defgroup
9993         (nnimap-strict-function, nnimap-strict-function-match): New
9994         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9995         (nnimap-split-crosspost, nnimap-split-inbox)
9996         (nnimap-split-rule, nnimap-split-predicate)
9997         (nnimap-split-predicate): Defcustom.
9998         (nnimap-split-inbox, nnimap-expunge-search-string)
9999         (nnimap-importantize-dormant): Remove "*" from doc.
10000
10001 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10002
10003         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10004         not supplied via prefix arg.  From Lisp, make arg mandatory.
10005         Suggested by Frank Schmitt.
10006
10007 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10008
10009         * message.el (message-do-auto-fill): Avoid calling
10010         'rfc822-goto-eoh'.
10011
10012 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10013         From Paul Jarc <prj@po.cwru.edu>.
10014
10015         * message.el (message-get-reply-headers): Restructure the logic
10016         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10017
10018 2001-10-20  Simon Josefsson  <jas@extundo.com>
10019
10020         * message.el (message-cancel-news): Support cancel-locks.
10021         Suggested by Per Abrahamsson.
10022
10023         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10024         conses.  From David Z Maze <dmaze@MIT.EDU>.
10025
10026         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10027
10028 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10029
10030         * mm-decode.el (mm-default-directory): Fix customize type.
10031
10032         * message.el (message-setup-fill-variables): Kludge to use
10033         normal-auto-fill-function even if auto fill is already activated.
10034
10035 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10036
10037         * message.el (message-do-auto-fill): New version that does not
10038         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10039         (message-setup-1): Removed the `message-field' property.
10040
10041         * gnus-draft.el (gnus-draft-edit-message): Removed the
10042         `message-field' property.
10043
10044 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10045
10046         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10047         `message-field'.  The `field' property has a special significance in
10048         Emacs 21.
10049
10050         * message.el (message-send, message-setup-1): Ditto.
10051
10052 2001-10-18  Simon Josefsson  <jas@extundo.com>
10053
10054         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10055         when undoing.
10056
10057 2001-10-18  Simon Josefsson  <jas@extundo.com>
10058         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10059
10060         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10061         (gnus-summary-make-menu-bar): Ditto.
10062
10063 2001-10-17  Simon Josefsson  <jas@extundo.com>
10064
10065         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10066         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10067
10068 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10071         * gnus-util.el (gnus-user-date): New function.
10072         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10073
10074 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10075
10076         * message.el (message-check-news-header-syntax): Special case
10077         nnvirtual groups.
10078
10079         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10080         customize type to `symbol'.
10081
10082 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10085         %&foo;.
10086         (gnus-parse-simple-format): Support user extended spec too.
10087         %u&foo; invokes gnus-user-format-function-foo.
10088
10089 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10092         the server.
10093         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10094         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10095         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10096         * nndiary.el (nndiary-request-expire-articles): Ditto.
10097         (nndiary-schedule): Defsubst it before use it.
10098         (nndiary-error): eval-and-compile.
10099
10100 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10101
10102         * gnus-msg.el (gnus-post-method): Changed two instances of
10103         `active' to `current' and one `null' to `not'.
10104
10105 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10106         From Katsumi Yamaoka <yamaoka@jpl.org>.
10107
10108         * message.el (message-setup-fill-variables): Use
10109         `normal-auto-fill-function' instead of `auto-fill-function'.
10110
10111 2001-10-16  Simon Josefsson  <jas@extundo.com>
10112
10113         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10114         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10115         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10116
10117 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10118         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10119
10120         * gnus-draft.el (gnus-draft-edit-message): Add text property
10121         `field' with value `header' to message headers.
10122         * message.el (message-setup-1): Really add text property to all of
10123         the header, not just part of it.
10124
10125 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10126
10127         * gnus-group.el (gnus-group-sort-by-server): Use it.
10128
10129         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10130
10131         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10132         and keystroke.
10133
10134 2001-10-14  Simon Josefsson  <jas@extundo.com>
10135
10136         * dig.el: Doc fix.
10137
10138         * smime.el: Doc fix.
10139
10140         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10141         charset magic from message.el.
10142
10143 2001-10-12  Simon Josefsson  <jas@extundo.com>
10144         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10145
10146         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10147         'cite from g-a-wash-types.
10148         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10149         (gnus-article-hide-citation): Fix.
10150
10151         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10152         character.
10153         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10154
10155         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10156         definition.
10157         (gnus-signature-toggle): Toggle `s' mode line character.
10158
10159         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10160         doing stuff that clears it.
10161
10162 2001-10-12  Simon Josefsson  <jas@extundo.com>
10163
10164         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10165         From Eric Marsden <emarsden@laas.fr>.
10166
10167 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168
10169         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10170         (autoload): Add some autoloads.
10171
10172 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10173         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10174
10175         * message.el (message-do-auto-fill): New function.  Like
10176         `do-auto-fill' but don't fill when in the message header.
10177         (message-setup-1): Put a text property on the message header.
10178         (message-setup-fill-variables): Use `message-do-auto-fill'.
10179
10180 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10181
10182         * message.el (message-send-mail-partially): Insert an empty line
10183         first, because of the change of message-make-lines.
10184
10185 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10186
10187         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10188         iso-8859-15, make it an alias for iso-8859-1.
10189
10190 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * message.el (message-send-news): Don't modify the value of
10193         `message-syntax-checks' if it is not a list (possibly it is
10194         `dont-check-for-anything-just-trust-me').
10195
10196 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10199         `find-coding-system' for XEmacs to check whether the coding-system
10200         `utf-8' is available.
10201
10202 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10205
10206 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10207
10208         * message.el (message-send-news): Oops, missed case with no
10209         "Followup-To" header...
10210
10211 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10212
10213         * message.el (message-send-news): Allow
10214         `gnus-group-name-charset-group-alist' to affect encoding of the
10215         "Newsgroups" and "Followup-To" headers.
10216
10217 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10218
10219         * Makefile.in (install-el): Depend on gnus-load.el.
10220
10221 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * Makefile.in (install-el): Use -f.
10224         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10225
10226 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10227
10228         * message.el (message-send-news): Don't encode Followups-To when
10229         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10230
10231         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10232         header.
10233
10234         * gnus-art.el (article-decode-group-name): Also decode
10235         "Followup-To".
10236
10237         * rfc2047.el (rfc2047-encode-message-header): Encode without
10238         asking for null methods.
10239
10240         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10241         default charset for newsgroup names in accordance with USEFOR.
10242
10243         * gnus-group.el (gnus-group-name-charset-method-alist,
10244         gnus-group-name-charset-group-alist): Removed "*" from doc
10245         strings, "*" should not be used for complex variables.
10246
10247 2001-10-06  Simon Josefsson  <jas@extundo.com>
10248
10249         Support UTF-8 group names better.
10250
10251         * message.el (message-check-news-header-syntax): Encode group
10252         names before comparison.
10253
10254         * gnus-msg.el (gnus-copy-article-buffer): Run all
10255         `gnus-article-decode-hook's except `article-decode-charset'
10256         instead of hardcoding call to one of them.
10257
10258         * gnus-art.el (gnus-article-decode-hook): Add
10259         `article-decode-group-name'.
10260         (article-decode-group-name): New function, use `g-d-n'.
10261
10262         * gnus-group.el (gnus-group-insert-group-line): Decode
10263         gnus-tmp-group using `g-d-n'.
10264
10265         * gnus-util.el (gnus-decode-newsgroups): New function.
10266
10267 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10268
10269         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10270         `gnus-group-name-charset-group-alist'.
10271
10272 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10273
10274         * Makefile.in: Install el in install. Add uninstall.
10275
10276 2001-10-05  Simon Josefsson  <jas@extundo.com>
10277
10278         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10279
10280         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10281
10282         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10283         empty folders.
10284
10285         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10286         limiting if read-all (C-u RET) was used.
10287
10288 2001-10-04  Simon Josefsson  <jas@extundo.com>
10289
10290         * mail-source.el (mail-source-movemail-program): New variable.
10291         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10292         <thutt@thutt.vmware.com>.
10293
10294 2001-10-03  Simon Josefsson  <jas@extundo.com>
10295
10296         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10297         (gnus-summary-line-format-alist): Fix param.
10298
10299 2001-10-02  Simon Josefsson  <jas@extundo.com>
10300
10301         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10302         don't go through `nnimap-request-expire-articles' to delete the
10303         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10304
10305 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-agent.el (gnus-agent-write-active): The min in the
10308         agent/active may be larger than that in the server/active.
10309
10310 2001-10-01  Simon Josefsson  <jas@extundo.com>
10311
10312         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10313         is IMAP4rev1.
10314
10315         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10316
10317         * nnfolder.el: Ditto.
10318
10319 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10320
10321         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10322         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10323
10324 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10325
10326         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10327         (message-mode-menu): Menu item for same.
10328
10329         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10330         delayed articles.
10331
10332         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10333         nndraft:delayed does not exist.
10334         (gnus-delay-initialize): Don't set up keymap, that's done from
10335         message.el now.
10336         (gnus-delay, gnus-delay-group, gnus-delay-header)
10337         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10338
10339 2001-09-29  Simon Josefsson  <jas@extundo.com>
10340
10341         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10342         utf-8, not eight-bit-control.
10343
10344         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10345         (imap-log, imap-debug): Custom.
10346         (imap-log-buffer, imap-debug-buffer): New constants.
10347         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10348         (imap-network-open, imap-shell-open, imap-starttls-open)
10349         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10350         (imap-debug): Use imap-*-buffer.
10351
10352         * nndoc.el (nndoc-article-type): Add mailman.
10353         (nndoc-type-alist): Ditto.
10354         (nndoc-mailman-type-p): New function.
10355
10356 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10357
10358         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10359         gnus-art.el.
10360
10361 2001-09-27  Simon Josefsson  <jas@extundo.com>
10362
10363         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10364         (gnus-topic-catchup-articles): New function. Suggested by Robin
10365         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10366
10367 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10369
10370         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10371         previous ones.
10372
10373 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10374         From Daiki Ueno  <ueno@unixuser.org>
10375
10376         * gnus-sum.el (gnus-summary-show-article): The arglist of
10377         detect-coding-region is incompatible.
10378
10379 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10381
10382         * gnus-group.el (gnus-group-delete-group): Typo.
10383
10384 2001-09-26  Simon Josefsson  <jas@extundo.com>
10385
10386         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10387
10388         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10389
10390 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10391
10392         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10393
10394 2001-09-22  Simon Josefsson  <jas@extundo.com>
10395
10396         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10397
10398         * nnfolder.el (nnfolder-open-marks): Ditto.
10399
10400         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10401         (gnus-update-marks): Use it.
10402         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10403         hardcoded list.
10404
10405         * gnus.el (gnus-article-special-mark-lists): Add killed.
10406         (gnus-article-unpropagated-mark-lists): New constant.
10407
10408 2001-09-22  Simon Josefsson  <jas@extundo.com>
10409
10410         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10411         custom option.
10412
10413 2001-09-23  Simon Josefsson  <jas@extundo.com>
10414
10415         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10416
10417 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10418
10419         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10420
10421 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10422
10423         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10424         accept lists of functions.
10425
10426 2001-09-20  Simon Josefsson  <jas@extundo.com>
10427
10428         * gnus-group.el (gnus-group-catchup): Update expire marks in
10429         backend.  Also, if ALL also set expire marks on tick/dormant.
10430
10431 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10432
10433         * message.el (message-tab-body-function): New variable.
10434         * message.el (message-tab): Use it.
10435
10436 2001-09-19  Sam Steingold  <sds@gnu.org>
10437
10438         * gnus-win.el (gnus-buffer-configuration): Respect
10439         `gnus-bug-create-help-buffer'.
10440
10441 2001-09-18  Simon Josefsson  <jas@extundo.com>
10442
10443         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10444         (gnus-parse-simple-format): Re-revert.
10445
10446 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10447         Trivial patch.
10448
10449         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10450         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10451
10452 2001-09-18  Simon Josefsson  <jas@extundo.com>
10453
10454         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10455         signed.
10456         (gnus-parse-simple-format): Don't use it.
10457
10458 2001-09-17  Miles Bader  <miles@gnu.org>
10459
10460         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10461         error querying a backend abort the whole process.
10462
10463 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10466         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10467
10468 2001-09-17  Didier Verna  <didier@xemacs.org>
10469
10470         * nndiary.el: version 0.2-b14.
10471         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10472         compatibility problem with XEmacs 21.1.
10473
10474 2001-09-15  Simon Josefsson  <jas@extundo.com>
10475
10476         * gnus-group.el (gnus-group-line-format): Document %c.
10477
10478         * nnml.el (nnml-parse-head): Handle CRLF files.
10479         (nnml-generate-nov-file): Ditto.
10480         (nnml-retrieve-headers): Ditto.
10481
10482 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10483
10484         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10485
10486 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10487
10488         * gnus-spec.el (gnus-correct-substring): Still stopped one
10489         character before we wanted (never included last character).
10490         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10491         add missing "," (once per function)
10492
10493 2001-09-14  Simon Josefsson  <jas@extundo.com>
10494
10495         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10496         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10497         default before gnus-group is loaded and the variable set.)
10498
10499         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10500         killed or unsent marks.
10501
10502         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10503         isn't an article to set it on (e.g. when you `a' in a group).
10504
10505 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10506
10507         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10508         can read e-mails from Microsoft Outlook users not using ISO
10509         8859-2 character set.
10510
10511 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * gnus-diary.el: Minor modifications to avoid warnings.
10514         (gnus-summary-misc-menu): defvar.
10515         (gnus-diary-check-message): Use gnus-point-at-eol.
10516         (gnus-diary-kill-entire-line): eval-and-compile.
10517
10518 2001-09-12  Didier Verna  <didier@xemacs.org>
10519
10520         * nndiary.el: new version (0.2-b13).
10521         * nndiary.el (nndiary-mail-sources): doc update.
10522         * nndiary.el (nndiary-split-methods): ditto.
10523         * nndiary.el (nndiary-request-accept-article-hooks): New.
10524         * nndiary.el (nndiary-request-accept-article): use it, check
10525         message validity.
10526         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10527         * nndiary.el (nndiary-schedule): fix bug (misplaced
10528         condition-case): it didn't return nil on error.
10529         * gnus-diary.el: new version.
10530         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10531         * gnus-diary.el (gnus-diary-header-value-history): New.
10532         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10533         * gnus-diary.el (gnus-diary-add-header): New.
10534         * gnus-diary.el (gnus-diary-check-message): New.
10535         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10536         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10537
10538 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10539
10540         * gnus-sum.el (gnus-select-newsgroup): Make
10541         `gnus-current-select-method' buffer-local.
10542
10543         * gnus-art.el (gnus-request-article-this-buffer): Refer
10544         `gnus-current-select-method' in the current summary buffer.
10545
10546 2001-09-10  Simon Josefsson  <jas@extundo.com>
10547         From Daniel Pittman <daniel@rimspace.net>
10548
10549         * gnus-spec.el (gnus-correct-pad-form): Fix.
10550
10551 2001-09-09  Simon Josefsson  <jas@extundo.com>
10552
10553         * mm-decode.el (mm-inline-media-tests): Add
10554         application/x-emacs-lisp.
10555         (mm-attachment-override-types): Add
10556         application/{x-,}pkcs7-signature.
10557
10558         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10559         (gnus-server-line-format, gnus-server-mode-line-format)
10560         (gnus-server-browse-in-group-buffer): Customize.
10561
10562 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10563
10564         * nnml.el (nnml-marks-changed-p): Typo.
10565         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10566         (nnml-marks-changed-p): Use gnus-gethash.
10567         (nnml-marks-modtime): Use gnus-make-hashtable.
10568
10569         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10570         (nnfolder-request-expire-articles, nnfolder-save-marks)
10571         (nnfolder-open-marks): Typo.
10572         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10573         (nnfolder-marks-changed-p): Use gnus-gethash.
10574         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10575
10576 2001-09-08  Simon Josefsson  <jas@extundo.com>
10577
10578         * nnfolder.el (nnfolder-marks-modtime): New variable.
10579         (nnfolder-marks-changed-p): New function.
10580         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10581         (nnfolder-request-update-info): Don't update if marks didn't change.
10582
10583         * nnml.el (nnml-marks-modtime): New variable.
10584         (nnml-marks-changed-p): New function.
10585         (nnml-save-marks, nnml-open-marks): Save modtime.
10586         (nnml-request-update-info): Don't update if marks didn't change.
10587
10588         * gnus-agent.el (gnus-agent-any-covered-gcc)
10589         (gnus-agent-add-server, gnus-agent-remove-server): Use
10590         gnus-agent-method-p.
10591
10592         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10593         (gnus-unbuttonized-mime-type-p): Use it.
10594
10595         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10596         fetch group.
10597
10598 2001-09-08  Simon Josefsson  <jas@extundo.com>
10599         From Daniel Pittman <daniel@rimspace.net>
10600
10601         * gnus-spec.el (gnus-correct-pad-form): New function.
10602         (gnus-parse-simple-format): Use it.
10603
10604 2001-09-07  Simon Josefsson  <jas@extundo.com>
10605
10606         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10607         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10608         Putnam <reader@newsguy.com>.
10609         (gnus-group-sort-selected-groups): Touch dribble file.
10610
10611 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10612
10613         * nnml.el (nnml-filenames-are-evil): New variable.
10614         (nnml-article-to-file-alist): Rename to ...
10615         (nnml-current-group-article-to-file-alist): ... this.
10616         Respect `nnml-filenames-are-evil'.
10617         (nnml-active-number): Update.
10618         (nnml-update-file-alist): Update.
10619         (nnml-request-article): Use nnheader-article-to-file-alist.
10620         (nnml-request-rename-group): Likewise.
10621
10622 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-sum.el (gnus-summary-insert-line): Fix.
10625
10626 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10627
10628         * gnus-sum.el: Bind g-s-t-s to "W g".
10629         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10630         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10631         display of graphical smilies.
10632
10633 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * gnus-start.el (gnus-setup-news): A typo.
10636         From Bill White <billw@wolfram.com>.
10637
10638 2001-09-06  Simon Josefsson  <jas@extundo.com>
10639
10640         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10641         and unseen marks.
10642
10643 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10644
10645         * nnmail.el (nnmail-split-fancy): Document `junk'.
10646
10647 2001-09-04  Simon Josefsson  <jas@extundo.com>
10648
10649         * imap.el (imap-search): Don't error if server is broken.
10650
10651 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10652
10653         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10654         searching for an article that isn't in the mbox.
10655
10656 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10659         right, and get all the comments.
10660
10661 2001-09-02  Simon Josefsson  <jas@extundo.com>
10662         Suggested by Dan Christensen <jdc+news@uwo.ca>
10663
10664         * nnfolder.el (nnfolder-request-update-info): Fix message.
10665
10666         * nnml.el (nnml-request-update-info): Ditto.
10667
10668 2001-09-01  Simon Josefsson  <jas@extundo.com>
10669
10670         * nnml.el (nnml-request-expire-articles): Also bind
10671         `nnml-current-group' and `nnml-article-file-alist' when using
10672         expiry-target. (Otherwise nnml will be in a inconsistent internal
10673         state causing all kind of problems.)
10674         (nnml-request-expire-articles): If `nnml-article-to-file' or
10675         `file-attributes' failes, return article as un-expirable instead
10676         of treating it as expired.
10677
10678 2001-08-31  Sam Steingold  <sds@gnu.org>
10679
10680         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10681         typo: `exmine' --> `examine'.
10682
10683 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10686
10687 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * nnml.el (nnml-check-directory-twice): Remove.
10690         (nnml-retrieve-headers): Ditto.
10691         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10692
10693 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10694
10695         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10696         directory twice on Windows, or on GNU Emacs-21.
10697
10698 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10699
10700         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10701         (nnml-request-rename-group): Ditto.
10702         (nnml-active-number): Ditto.
10703         (nnml-request-create-group): Use nnml-directory-articles.
10704         (nnml-request-expire-articles): Use nnml-directory-articles, which
10705         gets list from nov database if available.
10706         (nnml-get-nov-buffer): New function.
10707         (nnml-open-nov): Use it.
10708         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10709         gets alist from nov database if available.
10710         (nnml-directory-articles): New function.
10711         (nnml-article-to-file-alist): New function.
10712
10713 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10714
10715         * mm-decode.el (mm-display-external): Use `name' as filename, if
10716         `filename' attribute is not present.
10717
10718 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10719
10720         * mail-source.el (mail-source-flash): New defcustom.
10721         (mail-source-new-mail-p): Ring visible bell if appropriate.
10722         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10723         timer is cleared even if mail check signals an error.
10724
10725 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10728         type 'list.
10729
10730 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * flow-fill.el (fill-flowed): eol might be point-max.
10733
10734 2001-08-27  Simon Josefsson  <jas@extundo.com>
10735
10736         * nnml.el (nnml-request-update-info): Fix message.
10737         (nnml-open-marks): Ditto.
10738
10739         * nnfolder.el (nnfolder-request-update-info):
10740         (nnfolder-open-marks): Fix message.
10741
10742 2001-08-25  Simon Josefsson  <jas@extundo.com>
10743
10744         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10745         after group in ~/.
10746
10747 2001-08-25  Simon Josefsson  <jas@extundo.com>
10748         From Andreas Jaeger  <aj@suse.de>
10749
10750         * nnfolder.el (nnfolder-open-marks): Fix typo.
10751         * nnml.el (nnml-open-marks): Likewise.
10752
10753 2001-08-25  Simon Josefsson  <jas@extundo.com>
10754
10755         Make nnfolder groups self-contained as far as marks are concerned.
10756
10757         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10758         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10759         (nnfolder-open-server): Make marks directory.
10760         (nnfolder-request-delete-group): Delete marks file.
10761         (nnfolder-request-delete-group): Check of nov/marks file exist
10762         before deleting.
10763         (nnfolder-request-rename-group): Rename marks file.
10764         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10765         (nnfolder-request-set-mark, nnfolder-request-update-info)
10766         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10767         (nnfolder-open-marks): New functions.
10768         (top-level): Require gnus.
10769
10770 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * nnweb.el (nnweb-type-definition): Use google raw file.
10773         (nnweb-google-parse-1): Ditto.
10774         (nnweb-google-identity): Ditto.
10775         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10776         (nnweb-altavista-wash-article): Ditto.
10777         (nnweb-request-article): Remove nnweb-decode-entities.
10778
10779         * nnml.el: Require 'gnus.
10780
10781 2001-08-25  Simon Josefsson  <jas@extundo.com>
10782
10783         * nnml.el (nnml-marks-is-evil): Add doc.
10784
10785 2001-08-25  Simon Josefsson  <jas@extundo.com>
10786
10787         * nnml.el (nnml-save-marks): Wrap saving marks in a
10788         condition-case, to allow user to start Gnus if saving marks failed
10789         for some reason.
10790
10791 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10794
10795         * gnus-group.el (gnus-update-group-mark-positions): Bind
10796         gnus-group-update-hook to nil.
10797
10798 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * mml.el (mml-generate-mime-1): Force as multibyte string.
10801
10802 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * gnus-sum.el (gnus-summary-insert-line)
10805         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10806         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10807
10808         * gnus-spec.el (gnus-correct-substring): Take optional END.
10809
10810         * nnrss.el (nnrss-request-article): Remove \n.
10811         (nnrss-retrieve-headers): Lines number is -1.
10812
10813 2001-08-24  Simon Josefsson  <jas@extundo.com>
10814
10815         * gnus-group.el (gnus-info-clear-data): Call
10816         nnfoo-request-set-mark to propagate marks.  Fix bug:
10817         `gnus-group-update-line' doesn't update read range unless we call
10818         `gnus-get-unread-articles-in-group' first.
10819
10820         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10821         to server.
10822
10823 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * gnus-util.el (gnus-create-info-command): Return an interactive
10826         function.
10827
10828 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829         From Katsumi Yamaoka <yamaoka@jpl.org>
10830
10831         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10832
10833 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * gnus-sum.el (gnus-select-newsgroup): Use it.
10836
10837         * gnus-util.el (gnus-not-ignore): New function.
10838
10839         * lpath.el (featurep): Don't fbind char-int.
10840
10841         * gnus-util.el (gnus-create-info-command): New function.
10842
10843         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10844         right node.
10845
10846         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10847         (gnus-summary-limit-children): Use 'identity instead of `all'.
10848         (gnus-summary-limit-to-display-predicate): New command and
10849         keystroke.
10850
10851 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10854
10855         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10856
10857 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * gnus-spec.el: Add the Gnus version.
10860         (gnus-update-format-specifications): If the Gnus version changes,
10861         nix out the format spec cache.
10862
10863         * gnus.el (gnus-continuum-version): Made into a command and
10864         optionalize the VERSION.
10865
10866         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10867         the start of the lines.
10868
10869 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * gnus.el (gnus-visual-p): Define function before use of
10872         function.
10873
10874 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10877         (gnus-article-mark-to-type): New function.
10878         (gnus-update-missing-marks): Only update marks of type 'list.
10879
10880         * gnus.el (gnus-article-special-mark-lists): New variable.
10881
10882 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883
10884         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10885         (gnus-select-newsgroup): Still use 'all.
10886         (gnus-summary-initial-limit): Comparing with 'all.
10887
10888 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10891         active.
10892
10893 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10896         nnslashdot-*-retrieve-headers.
10897         (nnslashdot-request-article): Fix for slashcode 2.2.
10898         (nnslashdot-make-tuple): New function.
10899         (nnslashdot-read-groups): Use it.
10900
10901 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10904         list.
10905
10906         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10907
10908 2001-08-20  Simon Josefsson  <jas@extundo.com>
10909
10910         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10911         opened, error instead of continuing (and exploding later).
10912
10913 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * gnus.el (gnus-expand-group-parameters): Return the parameter
10916         list.
10917
10918         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10919         (gnus-summary-show-article): Guess at charset if required.
10920
10921         * gnus-spec.el (gnus-correct-substring): Stopped one character
10922         before we wanted.
10923
10924 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10925
10926         * earcon.el (earcon-auto-play): Remove unused option.
10927
10928 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10931         message down in levels, since it happens very fast.
10932
10933         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10934         of smiley-regexp-alist.
10935
10936         * mm-view.el (mm-inline-text): Ignore vcard errors.
10937
10938         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10939
10940         * gnus-score.el (gnus-all-score-files): Use append instead of
10941         nconc.
10942
10943         * gnus.el (gnus-splash-face): Doc fix.
10944
10945         * mm-decode.el (mm-mailcap-command): Use
10946         mm-path-name-rewrite-functions.
10947         (mm-path-name-rewrite-functions): New variable.
10948
10949         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10950         (gnus-complex-form-to-spec): Insert tab.
10951         (gnus-spec-tab): New function.
10952
10953         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10954         entering the group.
10955
10956         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10957         the positional spec.
10958         (gnus-parse-complex-format): React to %C.
10959
10960         * gnus-ems.el (gnus-char-width): Moved here.
10961
10962         * gnus-sum.el (gnus-select-newsgroup): Set
10963         gnus-newsgroup-articles.
10964         (gnus-unseen-mark): New variable.
10965         (gnus-newsgroup-unseen): Ditto.
10966         (gnus-newsgroup-seen): Ditto.
10967         (gnus-adjust-marked-articles): Use them.
10968         (gnus-update-marks): Use them.
10969         (gnus-summary-update-secondary-mark): Display.
10970         (gnus-summary-prepare-threads): Display.
10971
10972         * gnus-msg.el (gnus-inews-group-method): Use and return the
10973         method, not the server.
10974
10975 2001-08-19  Simon Josefsson  <jas@extundo.com>
10976
10977         * gnus-srvr.el (gnus-server-agent-face): New.
10978         (gnus-server-agent-face): New.
10979         (gnus-server-mode): Turn on font-lock-mode.
10980
10981         * gnus.el (gnus-server-visual): Add defgroup.
10982
10983 2001-08-19  Simon Josefsson  <jas@extundo.com>
10984         From Joe Casadonte <jcasadonte@northbound-train.com>
10985
10986         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10987         gnus-server-denied-face): New.
10988         (gnus-server-opened-face, gnus-server-closed-face,
10989         gnus-server-denied-face): New.
10990         (gnus-server-font-lock-keywords): Add.
10991
10992 2001-08-19  Simon Josefsson  <jas@extundo.com>
10993
10994         * nnml.el (nnml-request-set-mark): Return nil.
10995         (nnml-save-marks): Use nnml-possibly-create-directory.
10996         (nnml-open-marks): Only work in temp buffer when inserting/reading
10997         .marks file.
10998
10999 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * gnus.el (gnus-expand-group-parameters): Fix.
11002
11003         * gnus-spec.el (gnus-char-width): New function.
11004         (gnus-correct-substring, gnus-correct-length): Use it.
11005
11006         * message.el (message-required-mail-headers): Fix doc.
11007
11008 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11011
11012         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11013
11014 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11017         slashdot 2.2 (not fully fixed yet).
11018         (nnslashdot-request-article): Ditto.
11019
11020 2001-08-18  Simon Josefsson  <jas@extundo.com>
11021
11022         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11023         nnimap.
11024
11025         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11026         gnus-util.
11027         (nnimap-request-update-info-internal): Use new functions.
11028
11029         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11030         new functions.
11031
11032 2001-08-18  Simon Josefsson  <jas@extundo.com>
11033
11034         Make nnml groups self-contained as far as marks are concerned.
11035
11036         * nnml.el (nnml-request-delete-group): Delete marks file.
11037         (nnml-request-rename-group): Move marks file.
11038         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11039         variables.
11040         (nnml-request-set-mark, nnml-request-update-info): New server
11041         functions.
11042         (nnml-save-marks, nnml-open-marks): New functions.
11043
11044 2001-08-18  Simon Josefsson  <jas@extundo.com>
11045
11046         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11047         `set' when setting marks.
11048
11049 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * gnus.el (gnus-info-find-node): Take an argument.
11052
11053         * gnus-art.el (gnus-button-handle-info): New function.
11054         (gnus-url-unhex-string): Replace "+" with " ".
11055
11056 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11057
11058         * message.el (message-check-news-header-syntax): Check bad From.
11059
11060 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * gnus-spec.el (gnus-correct-length): New function.
11063         (gnus-correct-substring): New function.
11064         (gnus-tilde-max-form): Use it.
11065
11066 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11067
11068         * nnmh.el: Docstring changes as below.
11069
11070         * nnml.el: Docstring changes as below.
11071
11072         * nnbabyl.el: Docstring changes as below.
11073
11074         * nnmbox.el: Docstring changes as below.
11075
11076         * nnfolder.el: Added docstrings identifying each virtual server
11077         parameter.
11078
11079 2001-08-18  Simon Josefsson  <jas@extundo.com>
11080
11081         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11082
11083 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11084
11085         * message.el: rename "Abort Message" to "Postpone Message".
11086         Remove "Attach file as MIME" from Message menu, it's already in
11087         the MIME menu.
11088
11089 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * smime.el (smime-point-at-eol): eval-and-compile.
11092         (smime-make-temp-file): New function.
11093         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11094         Use it.
11095
11096 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11099         (gnus-agent-summary-fetch-group): New command and keystroke.
11100
11101         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11102         (gnus-mime-display-security): Make it respect
11103         gnus-unbuttonized-mime-type-p.
11104
11105         * gnus-sum.el (gnus-articles-to-read): Comments.
11106         (gnus-article-marked-p): New function.
11107         (gnus-summary-display-make-predicate): New function.
11108         (gnus-select-newsgroup): Use them.
11109
11110         * mm-decode.el (mm-save-part-to-file): Made it not error.
11111
11112 2001-08-17  Simon Josefsson  <jas@extundo.com>
11113
11114         * imap.el (imap-wait-for-tag): If process-status isn't open or
11115         run, return nil instead of sit-for looping.
11116
11117 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * lpath.el (featurep): fbind xml-parse-region.
11120
11121         * gnus.el (gnus-message-archive-method): Default to "archive".
11122         (gnus-message-archive-method): Doc fix.
11123         (gnus-parameters-get-parameter): Cleaned up.
11124         (gnus-expand-group-parameter): New function.
11125
11126         * gnus-start.el (gnus-setup-news): Push the archive server only
11127         the server list.
11128
11129         * mml.el (mml-menu): Changed name to "Attachments".
11130
11131         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11132         when there is something to detroy.
11133
11134 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11137         nil.
11138
11139 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11140
11141         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11142         which specifies a time today or tomorrow.
11143
11144 2001-08-15  Simon Josefsson  <jas@extundo.com>
11145         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11146
11147         * gnus-agent.el (gnus-agent-make-mode-line-string)
11148         (gnus-agent-toggle-plugged): Use new API.
11149
11150 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11151
11152         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11153         deadline has expired.
11154
11155 2001-08-12  Simon Josefsson  <jas@extundo.com>
11156         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11157
11158         Support `recent' mark indicating newly arrived messages (to
11159         separate from old but unread messages).
11160
11161         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11162         `nnmail-split-history' if recent is > 0.
11163         (nnimap-request-update-info-internal): Update `recent' marks.
11164         (nnimap-request-set-mark): Never set `recent' marks.
11165         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11166         recent.
11167
11168         * gnus-sum.el (gnus-recent-mark): New mark.
11169         (gnus-newsgroup-recent): New variable.
11170         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11171         (gnus-summary-prepare-threads): Mark recent articles.
11172         (gnus-summary-add-mark): Support recent.
11173         (gnus-summary-update-secondary-mark): Support recent.
11174
11175         * gnus.el (gnus-article-mark-lists): Add recent.
11176
11177 2001-08-12  Simon Josefsson  <jas@extundo.com>
11178
11179         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11180         whether successful decoding took place.  Add doc.
11181
11182 2001-08-12  Simon Josefsson  <jas@extundo.com>
11183         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11184
11185         * gnus.el (gnus-summary-line-format, gnus-parameters):
11186         * gnus-gl.el (gnus-summary-grouplens-line-format):
11187         * gnus-salt.el (gnus-summary-pick-line-format):
11188         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11189
11190 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11191         Committed by Kai Gro\e,b_\e(Bjohann.
11192
11193         * gnus-score.el (gnus-score-string): Fix `match' regexp
11194         for `extra' header case.
11195
11196 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * nnmbox.el (nnmbox-read-mbox): No warning.
11199
11200 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * nndoc.el (nndoc-article-type): Fix doc.
11203         (nndoc-generate-article-function): New variable.
11204         (nndoc-dissection-function): New variable.
11205         (nndoc-type-alist): Add oe-dbx.
11206         (nndoc-oe-dbx-type-p): New function.
11207         (nndoc-oe-dbx-dissection): New function.
11208         (nndoc-oe-dbx-generate-article): New function.
11209
11210 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11211
11212         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11213         whether deadline has been reached.  Patch from Dan Nicolaescu
11214         <dann@godzilla.ics.uci.edu>.
11215
11216 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11219         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11220         <rintaman@cs.Helsinki.FI>.
11221
11222         * mail-source.el (mail-source-movemail): The error buffer is
11223         modified, but nothing in it.
11224
11225 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * message.el (message-bogus-system-names): New variable.
11228         (message-make-fqdn): Use it.
11229
11230 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11231
11232         * nndraft.el (nndraft-request-group): Use
11233         nndraft-auto-save-file-name.
11234
11235 2001-08-09  Simon Josefsson  <jas@extundo.com>
11236
11237         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11238         Don't ask whether to decrypt.  Just leave result in buffer (don't
11239         call mm).
11240
11241         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11242         parts as well.
11243         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11244         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11245
11246 2001-08-09  Simon Josefsson  <jas@extundo.com>
11247
11248         * mm-decode.el (mm-insert-part): Return decoding success status.
11249         (mm-save-part-to-file): Error if decoding failed.
11250
11251 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * message.el (message-tab): Use indent-relative.
11254         (message-mode): Don't bind indent-line-function to indent-relative.
11255
11256 2001-08-09  Simon Josefsson  <jas@extundo.com>
11257
11258         * message.el (message-get-reply-headers): Fix string. Suggested by
11259         Christoph Conrad <cc@cli.de>.
11260
11261 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * message.el (message-tab): Use the current value of
11264         indent-line-function.
11265         (message-mode): Bind indent-line-function to indent-relative.
11266
11267 2001-08-08  Simon Josefsson  <jas@extundo.com>
11268
11269         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11270         whether `imtest' is installed.
11271
11272 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11273         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11274
11275         * gnus-sum.el (gnus-summary-show-article): Call
11276         gnus-summary-update-secondary-secondary-mark.
11277         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11278         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11279
11280 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11283
11284         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11285
11286         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11287         <gerd@gnu.org>.
11288
11289         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11290
11291         * gnus-util.el (gnus-output-to-rmail): Ditto.
11292         (gnus-output-to-mail): Ditto.
11293
11294         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11295
11296 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11297
11298         * message.el (message-indent-citation): Use
11299         `message-yank-cited-prefix' for empty lines.
11300
11301 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11302
11303         * message.el (message-indent-citation): Quote only lines starting
11304         with ">" using `message-yank-cited-prefix'.
11305
11306 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11307         Trivial patch.
11308
11309         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11310         gnus-cache-fully-p.
11311
11312 2001-08-04  Simon Josefsson  <jas@extundo.com>
11313
11314         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11315         file if it doesn't exist (by calling gnus-cache-read-active).
11316
11317 2001-08-04  Simon Josefsson  <jas@extundo.com>
11318
11319         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11320         (gnus-cache-passively-or-fully-p): Removed.
11321         (gnus-cache-fully-p): Fix it.
11322
11323         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11324
11325 2001-08-04  Simon Josefsson  <jas@extundo.com>
11326
11327         * gnus-cache.el (gnus-cache-fully-p)
11328         (gnus-cache-passively-or-fully-p): New functions.
11329         (gnus-cache-possibly-enter-article): Cosmetic change, use
11330         `g-c-p-o-f-p'.
11331         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11332         was bogus (`g-c-p-a-a' does not change active info, just change
11333         the functions parameters).
11334         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11335         not removed in groups that match `gnus-uncacheable-groups'.
11336
11337         Reported and modifications based on discussions with Nuutti
11338         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11339
11340 2001-08-04  Simon Josefsson  <jas@extundo.com>
11341         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11342
11343         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11344         calls `gnus-cache-update-active' if bounds has been extended.
11345
11346 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11349         before remove.
11350         (gnus-mime-security-show-details): Ditto.
11351
11352 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11353
11354         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11355         syntax.  Protect string-match against nil string and regexp.
11356
11357 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * mm-util.el (mm-find-charset-region): Remove control-1.
11360
11361 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11364
11365 2001-08-04  Simon Josefsson  <jas@extundo.com>
11366
11367         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11368         buffer.  Delete MIME-Version header.
11369
11370 2001-08-03  Simon Josefsson  <jas@extundo.com>
11371
11372         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11373         that is entered does not necessarily have the highest article
11374         number in the group, so use `gnus-cache-possibly-alter-active'
11375         instead of `gnus-cache-update-active'.
11376
11377 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11380
11381 2001-08-03  Simon Josefsson  <jas@extundo.com>
11382
11383         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11384         menu.
11385
11386 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus.el (post-method): New group parameter.  It also provides
11389         the user option `gnus-post-method-alist' and the internal function
11390         `gnus-parameter-post-method'.
11391
11392         * gnus-msg.el (gnus-post-method): Bind the value of
11393         `gnus-post-method' to the group parameter if it is defined.
11394
11395 2001-08-02  Simon Josefsson  <jas@extundo.com>
11396
11397         * smime.el (smime-extra-arguments): Removed.
11398         (smime-call-openssl-region): Don't use it.
11399
11400 2001-08-02  Simon Josefsson  <jas@extundo.com>
11401
11402         * smime.el (smime-sign-region): Handle stderr.
11403         (smime-encrypt-region): Ditto.
11404
11405         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11406         match the ASN.1 length bytes.
11407         (mm-pkcs7-enveloped-magic): Ditto.
11408         (mm-view-pkcs7-get-type): Don't regexp quote.
11409
11410 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411         From Andreas Fuchs <asf@void.at>
11412
11413         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11414
11415 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * gnus-art.el (gnus-header-button-alist): References regexp.
11418
11419 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11420
11421         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11422         already fboundp.  Add INTERACTIVE arg to autoload form.
11423
11424 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11427
11428         * nnmail.el (nnmail-cache-open): Ditto.
11429
11430 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11433
11434 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11437
11438 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11439         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11440
11441         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11442         (gnus-agent-toggle-plugged): Use it.
11443
11444 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11447         (gnus-ding-file-coding-system): New variable.
11448         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11449         (gnus-slave-save-newsrc): Use it.
11450
11451 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11452
11453         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11454         syntax.
11455
11456 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11457         Originally from Andreas Fuchs <asf@void.at>
11458
11459         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11460         (mml2015-gpg-pretty-print-fpr): New function.
11461         (mml2015-gpg-extract-signature-details): More details, rename from
11462         `m-g-e-from'.
11463         (mml2015-gpg-verify): Use them.
11464         (mml2015-gpg-clear-verify): Use them.
11465
11466 2001-07-31  Simon Josefsson  <jas@extundo.com>
11467
11468         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11469         buffer when done.
11470
11471 2001-07-30  Simon Josefsson  <jas@extundo.com>
11472
11473         * smime.el (smime-call-openssl-region): Revert previous change,
11474         just pass on buf to `call-process-region'.
11475         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11476         `smime-new-details-buffer'.  Inserts error messages into buffer.
11477         (smime-noverify-region): Ditto.
11478         (smime-decrypt-region): Ditto.  Handles stderr separately.
11479         (smime-verify-buffer, smime-noverify-buffer)
11480         (smime-decrypt-buffer): Doc fix.
11481         (smime-new-details-buffer): New function.
11482         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11483         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11484         (smime-sign-region, smime-encrypt-region): Don't use
11485         `insert-buffer'.
11486
11487         * mml-smime.el (mml-smime-verify): Fix security button strings.
11488
11489 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11492         gnus-article-mime-handles.
11493
11494 2001-07-29  Simon Josefsson  <jas@extundo.com>
11495
11496         * mail-source.el (top-level): Require message for message-directory.
11497         (mail-source-directory): Change default to message-directory.
11498
11499         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11500         (smime-certificate-directory, smime-openssl-program)
11501         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11502         (smime-extra-arguments): New variable.
11503         (smime-dns-server): Fix customize group.
11504         (smime-call-openssl-region): Use `smime-extra-arguments'.
11505
11506 2001-07-29  Simon Josefsson  <jas@extundo.com>
11507         From Vladimir Volovich <vvv@vsu.ru>
11508
11509         * smime.el (smime-call-openssl-region): Ignore stderr.
11510
11511 2001-07-29  Simon Josefsson  <jas@extundo.com>
11512         From Christoph Conrad <christoph.conrad@gmx.de>
11513
11514         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11515         file.
11516
11517 2001-07-29  Simon Josefsson  <jas@extundo.com>
11518
11519         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11520
11521         Support S/MIME decryption.
11522
11523         * mm-decode.el (mm-inline-media-tests):
11524         (mm-inlined-types):
11525         (mm-automatic-display):
11526         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11527
11528         * mm-view.el (mm-pkcs7-signed-magic):
11529         (mm-pkcs7-enveloped-magic): New variables.
11530         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11531         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11532         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11533         PKCS#7 blobs.
11534
11535         * smime.el (smime-decrypt-region): Expand keyfile.
11536
11537 2001-07-29  Simon Josefsson  <jas@extundo.com>
11538
11539         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11540         `ssl.el' variables.
11541
11542         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11543         but line instead of narrowing to it, because `nnmail-parse-active'
11544         calls widen.  Thanks to Christoph Conrad
11545         <christoph.conrad@gmx.de>.
11546
11547 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11548
11549         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11550         for %B spec.
11551
11552         * gnus-sum.el (gnus-summary-prepare-threads): If
11553         gnus-sum-thread-tree-root is nil, use subject instead.
11554         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11555         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11556         (gnus-sum-thread-tree-leaf-with-other)
11557         (gnus-sum-thread-tree-single-leaf): Documentation.
11558         (gnus-sum-thread-tree-single-indent): Allow nil.
11559
11560 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * message.el (message-fill-paragraph): Do nothing if the user
11563         wants filladapt-mode.
11564
11565 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * mm-decode.el (mm-image-type-from-buffer): New function.
11568         (mm-get-image): Use it.
11569
11570 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11573
11574         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11575         mm-display-parts too.
11576
11577 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11578
11579         * nnfolder.el (nnfolder-request-accept-article): Bind
11580         nntp-server-buffer.
11581
11582         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11583         nntp-server-buffer.
11584
11585 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * message.el (message-check-news-header-syntax): Use
11588         message-post-method.
11589         (message-send-news): Bind message-post-method.
11590
11591 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * mml.el (mml-tweak-type-alist): New variable.
11594         (mml-tweak-function-alist): New variable.
11595         (mml-tweak-part): New function.
11596         (mml-generate-mime-1): Use it.
11597
11598 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11599
11600         * nnfolder.el (nnfolder-request-accept-article): Replace
11601         nnfolder-request-list.
11602
11603 2001-07-27  Simon Josefsson  <jas@extundo.com>
11604
11605         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11606         nnoo-change-server failed to do it.
11607
11608 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * gnus.el (gnus-parameters): Make it customizable.
11611
11612 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11613
11614         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11615
11616         * message.el (message-set-auto-save-file-name): More
11617         poor-system-types.
11618
11619         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11620
11621         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11622         supports +.
11623
11624 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * mm-decode.el (mm-readable-p): New function.
11627         (mm-inline-media-tests): Fix the default testers.
11628
11629 2001-07-26  Simon Josefsson  <jas@extundo.com>
11630
11631         * nnimap.el (nnimap-version): Bump version number.
11632
11633 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634         From Steven E. Harris <seh@speakeasy.org>
11635
11636         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11637         in M$Windows too.
11638
11639 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11640
11641         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11642
11643 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11644
11645         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11646
11647         * mm-decode.el (mm-get-image): Guess then use the type.
11648
11649         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11650
11651 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11652
11653         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11654         display (%B) for threads if threading is off.
11655
11656 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11657         From Henrik Enberg <henrik@enberg.org>
11658
11659         * gnus-msg.el: Customization patch.
11660
11661 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11662
11663         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11664         variable.
11665         (nnmail-split-fancy-with-parent): Ignore certain groups.
11666
11667 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668
11669         * gnus-util.el (gnus-byte-compile): New function.
11670         (gnus-use-byte-compile): New variable.
11671         (gnus-make-sort-function): Use it.
11672
11673         * nnmail.el (nnmail-get-new-mail): Use it.
11674
11675         * gnus-agent.el (gnus-category-make-function): Simple function or
11676         compiled function.
11677         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11678
11679         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11680         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11681         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11682
11683         * message.el (message-check-news-header-syntax): Remove quote.
11684
11685 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * message.el (message-use-mail-followup-to): `t' is not a
11688         documented value.
11689
11690 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11691
11692         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11693
11694 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11695
11696         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11697         there are long lines.
11698
11699 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * dgnushack.el (copy-list): New compiler macro.
11702
11703 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11704
11705         * message.el (message-bounce): If no Return-Path, the whole
11706         content is considered as the original message.
11707
11708         * nnml.el (nnml-check-directory-twice): New variable.
11709         (nnml-article-to-file): Use it.
11710         (nnml-retrieve-headers): Hack it.
11711
11712 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * gnus-win.el (gnus-buffer-configuration): New configure.
11715
11716         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11717         not alive.
11718
11719         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11720         (mm-display-external): Use display-term configure.
11721
11722 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11723
11724         * gnus-delay.el (gnus-delay-default-hour): New variable.
11725         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11726
11727 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11728         From Karl Kleinpaste <karl@charcoal.com>
11729
11730         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11731         (gnus-summary-prepare-threads): Ditto.
11732
11733         * gnus.el (gnus-summary-line-format): Add %B.
11734
11735 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11738
11739         * mm-util.el (mm-string-as-multibyte): New function.
11740
11741         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11742
11743 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * mm-util.el (mm-universal-coding-system): New variable.
11746
11747         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11748
11749         * score-mode.el (score-mode-coding-system): Use it.
11750
11751 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-start.el (gnus-setup-news): Call
11754         `gnus-check-bogus-newsgroups' just after the native server is
11755         opened.
11756
11757 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11758
11759         * nnmail.el (nnmail-do-request-post): Util function to be used by
11760         `nnchoke-request-post' for all nnmail-derived backends.
11761
11762         * nnml.el (nnml-request-post): Use it.
11763
11764         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11765         backend, for it groks nnml-request-post.
11766
11767         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11768         Treat `mail-post' backends like `mail' backends, not like `news'
11769         backends.
11770
11771 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * gnus-msg.el (gnus-setup-message): make-local-hook.
11774
11775 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11776
11777         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11778         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11779         <karl@charcoal.com>, slightly changed by Kai.
11780
11781         * message.el (message-check-news-header-syntax): When checking
11782         whether the groups exist, check the right server based on
11783         `gnus-post-method'.
11784
11785 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11786
11787         * gnus-delay.el: New file.
11788
11789 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790
11791         * mm-util.el (mm-read-coding-system): Take two arguments.
11792
11793         * gnus-sum.el (gnus-summary-show-article): Use
11794         mm-read-coding-system.
11795
11796         * gnus-art.el (article-de-quoted-unreadable):
11797         (article-de-base64-unreadable, article-wash-html):
11798         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11799
11800 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11801
11802         * nnml.el (nnml-request-post): New function.  Can be used for
11803         annotations in nnml groups.
11804
11805 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11808         command.
11809
11810         * gnus-start.el (gnus-find-new-newsgroups): Use
11811         `message-make-date' instead of `current-time-string'.
11812         (gnus-ask-server-for-new-groups): Ditto.
11813         (gnus-check-first-time-used): Ditto.
11814
11815 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816
11817         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11818
11819 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11820
11821         * message.el (message-shorten-references): Change `maxcount' and
11822         `cut' to obey USEFOR draft 5.
11823
11824 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11825
11826         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11827         (gnus-summary-set-article-display-arrow): New function.
11828         (gnus-summary-goto-subject): Use it.
11829
11830 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * gnus-sum.el (gnus-summary-import-article): Insert date if
11833         doesn't exist.
11834
11835 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * mml.el (mml-content-type-parameters): New variable.
11838         (mml-content-disposition-parameters): New variable.
11839         (mml-insert-mime-headers): Use them.
11840         (mml-parse-1): Accept charset.
11841
11842 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11843
11844         * gnus-group.el (gnus-group-select-group): Doc fix.
11845
11846         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11847
11848 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11851         to handle `define-derived-mode'.
11852
11853 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854         From:  Stefan Monnier  <monnier@cs.yale.edu>
11855
11856         * message.el (message-mode): Use define-derived-mode.
11857         (message-tab): message-completion-alist.
11858
11859         * imap.el (imap-interactive-login): Use make-local-variable.
11860         (imap-open): Ditto.
11861         (imap-authenticate): Ditto.
11862
11863         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11864
11865         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11866
11867 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11868
11869         * message.el (message-citation-line-function): Refer to
11870         gnus-cite-attribution-suffix.
11871
11872 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11873
11874         * gnus-art.el,...: Error convention changes.
11875
11876 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11879
11880 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11883         (nnrss-read-server-data): Ditto.
11884
11885 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11886
11887         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11888         * Cleanup files.
11889         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11890
11891 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11892
11893         * gnus.el (gnus-summary-line-format): Add %o.
11894
11895         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11896         unless shell outputs something.
11897
11898 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * gnus-art.el (gnus-boring-article-headers): Better doc.
11901         (article-hide-headers): Better regexp.
11902         Suggested by Matt Swift <swift@alum.mit.edu>.
11903
11904         * nnheader.el (nnheader-max-head-length): Better doc.
11905         (nnheader-header-value): Skip spaces.
11906         (nnheader-parse-head): Remove space.
11907         Suggested by Matt Swift <swift@alum.mit.edu>.
11908
11909         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11910         (gnus-get-newsgroup-headers): Remove space.
11911
11912 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11913
11914         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11915         (gnus-summary-reply): Use it.
11916         (gnus-summary-reply-broken-reply-to): New function.
11917         (gnus-msg-force-broken-reply-to): New function.
11918
11919         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11920
11921 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11924
11925 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * mm-decode.el (mm-external-terminal-program): New variable.
11928         (mm-display-external): Use it. Use term to display when no
11929         window-system.
11930
11931 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11932
11933         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11934         Browse->Next entries to Browse->Prev
11935
11936 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11939
11940 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11943         for the default encoding.
11944
11945         * nnrss.el (nnrss-url-field): New field.
11946         (nnrss-request-article): Add newsgroups.
11947
11948         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11949
11950 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11953
11954         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11955         (gnus-draft-setup): Remove backlog.
11956
11957 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11958
11959         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11960         Cleanup.
11961
11962 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * gnus-msg.el (gnus-bug): Erase buffer.
11965
11966         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11967
11968 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * mm-decode.el (mm-attachment-override-p): Fix typo.
11971
11972 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-kill.el (gnus-execute): Work with the extra headers.
11975         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11976
11977 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11980         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11981
11982         * message.el (message-send-mail-real-function): New variable.
11983         (message-send-mail-partially, message-send-mail):
11984
11985         * nngateway.el (nngateway-request-post): Use it.
11986
11987         * gnus-agent.el (gnus-agentize): Use it.
11988
11989         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11990         (nnsoup-revert-variables): Use it.
11991
11992 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11993
11994         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11995         text/plain if the type doesn't match any other media types.
11996         (mm-inlined-types): Doc fix.
11997         (mm-display-inline): Revert previous change (now handled by a
11998         default type in `mm-inline-media-tests'.
11999         (mm-inlinable-p): Revive.
12000         (mm-display-part): Call `mm-inlinable-p'.
12001         (mm-attachment-override-p): Ditto.
12002         (mm-inlined-p): Doc fix.
12003
12004         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12005         well as `mm-inlined-p'.
12006
12007 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12010         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12011
12012 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013         From  Paul Jarc <prj@po.cwru.edu>
12014
12015         * message.el (message-use-mail-followup-to): New variable.
12016         (message-get-reply-headers): Use it.
12017
12018 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12019
12020         * nnheader.el (nnheader-init-server-buffer): Make sure the
12021         *nntpd* buffer is made multibyte instead of a random buffer.
12022
12023 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12026         when it returns headers.
12027
12028 2001-07-07  Simon Josefsson  <jas@extundo.com>
12029
12030         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12031         trying to fold. Thanks to Colin Walters
12032         <walters@cis.ohio-state.edu>
12033
12034 2001-07-06  Simon Josefsson  <jas@extundo.com>
12035
12036         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12037         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12038         Add information in `assert's.
12039
12040         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12041         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12042         and `nnimap-group-overview-filename', should handle all
12043         change-of-uidvalidity related issues.  But there may be other
12044         problems.)
12045
12046 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12047
12048         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12049         header name when folding.
12050
12051 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12052
12053         * mm-decode.el (mm-inlined-types): Document relationship with
12054         `mm-inline-media-tests'.
12055         (mm-display-inline): Default to displaying as plain text if no
12056         inlining handler is available.
12057         (mm-inlinable-p): Remove.
12058         (mm-inlined-p): Don't call `mm-inlinable-p'.
12059         (mm-automatic-display-p): Ditto.
12060         (mm-attachment-override-p): Ditto.
12061
12062 2001-07-04  Simon Josefsson  <jas@extundo.com>
12063
12064         * nnimap.el (nnimap-importantize-dormant): New variable.
12065         (nnimap-request-update-info-internal): Use it.
12066         (nnimap-request-set-mark): Ditto.
12067
12068 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12069
12070         * nntp.el (nntp-send-command): don't pass a buffer argument to
12071         `point'. Only XEmacs accepts this.
12072         * nntp.el (nntp-send-command-nodelete): ditto.
12073         * nntp.el (nntp-send-command-and-decode): ditto.
12074
12075 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12076
12077         * nntp.el (nntp-open-connection-function): doc update.
12078         * nntp.el (nntp-pre-command): New.
12079         * nntp.el (nntp-via-rlogin-command): New.
12080         * nntp.el (nntp-via-telnet-command): New.
12081         * nntp.el (nntp-via-telnet-switches): New.
12082         * nntp.el (nntp-via-user-name): New.
12083         * nntp.el (nntp-via-user-password): New.
12084         * nntp.el (nntp-via-address): New.
12085         * nntp.el (nntp-via-envuser): New.
12086         * nntp.el (nntp-via-shell-prompt): New.
12087         * nntp.el (nntp-open-telnet-stream): New.
12088         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12089         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12090         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12091         * nntp.el (nntp-send-command): ditto.
12092         * nntp.el (nntp-send-command-nodelete): ditto.
12093         * nntp.el (nntp-send-command-and-decode): ditto.
12094
12095 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12096         Trivial patch.
12097
12098         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12099         `when'.
12100
12101 2001-07-03  Simon Josefsson  <jas@extundo.com>
12102         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12103
12104         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12105
12106 2001-07-03  Simon Josefsson  <jas@extundo.com>
12107
12108         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12109         remove it (workaround XEmacs `fill-region' bug).
12110
12111 2001-07-01  Simon Josefsson  <jas@extundo.com>
12112
12113         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12114
12115 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116
12117         * mml2015.el (mml2015-format-error): New function.
12118         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12119         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12120         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12121
12122 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12125         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12126
12127         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12128         group variables.
12129
12130 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12131
12132         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12133
12134         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12135         (nnrss-save-group-data): Ditto.
12136
12137         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12138
12139 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * message.el (message-do-send-housekeeping): Narrow to headers.
12142
12143 2001-06-24  Simon Josefsson  <jas@extundo.com>
12144
12145         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12146         insertion when breaking lines looked for " \t" instead of "[ \t]".
12147         (rfc2047-encode-message-header): Fold lines even if
12148         no QP encoding is done.
12149
12150 2001-06-23  Simon Josefsson  <jas@extundo.com>
12151         From Samuel Tardieu <sam@inf.enst.fr>
12152
12153         * smime.el (smime-keys): Support additional certificates.
12154         (smime-make-certfiles): New function.
12155         (smime-sign-region): Use previous variables.
12156         (smime-get-certfiles): New function.
12157         (smime-sign-buffer): Use it.
12158         (smime-verify-region): Support both CAfile and CApath.
12159
12160 2001-06-23  Simon Josefsson  <jas@extundo.com>
12161
12162         * smime.el (smime-decrypt-region): Perhaps work.
12163
12164 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12167
12168 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12169
12170         * mm-decode.el (mm-save-part): Rewrite file name.
12171         (mm-file-name-rewrite-functions): New variable.
12172         (mm-file-name-delete-whitespace): New function.
12173         (mm-file-name-trim-whitespace): New function.
12174         (mm-file-name-collapse-whitespace): New function.
12175         (mm-file-name-replace-whitespace): New variable and function.
12176
12177 2001-06-22  Simon Josefsson  <jas@extundo.com>
12178
12179         * message.el (message-make-date): Workaround locale for weekdays.
12180
12181 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * message.el (message-goto-body): Return nil if not found. (revert!)
12184
12185 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186         From Fremlin <chief@bandits.org>
12187
12188         * message.el (message-goto-body): Some messages have no header.
12189
12190         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12191
12192 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12193
12194         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12195
12196 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * message.el (message-make-date): Add week day.
12199         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12200
12201 2001-06-19  Simon Josefsson  <jas@extundo.com>
12202
12203         * message.el (message-yank-prefix): Doc fix.
12204         (message-yank-cited-prefix): Ditto.
12205         (message-delete-not-region): Keep citation prefix on first line,
12206         if possible and appropriate.
12207
12208 2001-06-19  Simon Josefsson  <jas@extundo.com>
12209
12210         * imap.el (imap-process-connection-type): New variable.
12211         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12212         recent `imtest's work completely (no line length issues), while
12213         making making old `imtest's unusable.  Thanks to NAGY Andras
12214         <nagya@inf.elte.hu> for his work.
12215
12216 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12217
12218         * imap.el (imap-ssl-program): Add -quiet to shut up
12219         OpenSSL/SSLeay's internal debug talk.
12220
12221 2001-06-19  Matt Armstrong  <matt@lickey.com>
12222
12223         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12224         server.
12225
12226 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12227
12228         * nnmail.el (nnmail-article-buffer): New variable.
12229         (nnmail-split-incoming): Use it.
12230
12231 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12232
12233         * qp.el (quoted-printable-decode-region): If called interactively,
12234         use coding-system-for-read.
12235
12236 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * message.el (message-check-news-header-syntax): Check Reply-To.
12239
12240 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12241
12242         * mml.el (mml-parse-1): Use message options.
12243
12244         * message.el (message-do-fcc): Don't do anything if there is no
12245         FCC.
12246
12247 2001-06-16  Simon Josefsson  <jas@extundo.com>
12248
12249         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12250         (nnimap-expunge-search-string): New variable.
12251         (nnimap-request-expire-articles): Use it.
12252
12253 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * message.el (message-send-mail-with-qmail): wrong exit status is
12256         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12257
12258 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * gnus-art.el (article-strip-multiple-blank-lines): Use
12261         delete-region instead of replace-match.
12262
12263 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12264
12265         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12266         (nnweb-google-wash-article): Ditto.
12267
12268 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12269
12270         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12271
12272 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12275         specs.
12276
12277 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12278
12279         * gnus.el (gnus-email-address): Move it here.
12280
12281         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12282         requested.
12283         (article-de-base64-unreadable): Ditto.
12284         (article-wash-html): Ditto.
12285
12286 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12287
12288         * message.el (message-options-set-recipient): Don't add ", "
12289         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12290
12291 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12294
12295 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12296
12297         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12298         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12299
12300         * nnrss.el (nnrss-node-text): Node might be nil.
12301
12302 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12305         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12306
12307         * nnrss.el (nnrss-group-alist): More items.
12308
12309 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12310
12311         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12312
12313 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314         Trivial patch from Dale Hagglund  <rdh@best.com>
12315
12316         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12317         restrict clauses.
12318
12319 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12320
12321         From Benjamin Rutt <brutt+news@bloomington.in.us>
12322
12323         * message.el (message-wide-reply-confirm-recipients): New variable.
12324
12325 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12326         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12327
12328         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12329         fix so it works with XEmacs.
12330
12331 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12334         headers.
12335
12336 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12337
12338         * nnrss.el: Fix a few bugs.
12339
12340 2001-06-05  Simon Josefsson  <jas@extundo.com>
12341
12342         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12343         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12344
12345 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12346
12347         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12348         binary so that we don't transmit ISO 2022 garbage to the process.
12349         This is needed under XEmacs.
12350
12351 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12352
12353         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12354         autoloaded incorrectly below because ssl-program-* is bound.)
12355         Thanks to Amos Gouaux for report.
12356
12357 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12358
12359         * imap.el (imap-kerberos4-open):
12360         (imap-gssapi-open):
12361         (imap-ssl-open):
12362         (imap-network-open):
12363         (imap-shell-open):
12364         (imap-starttls-open): Set buffer to workaround spurious
12365         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12366         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12367         Colman <colman@ppllc.com> for report.
12368
12369 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-sum.el (gnus-summary-catchup): New argument.
12372         (gnus-summary-catchup-from-here): New function.
12373
12374 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12375
12376         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12377         back, then insert glyph.  (Before, the glyph was inserted first,
12378         then the newline.)  This works around a behavior in XEmacs where
12379         it is not possible to insert a character after a glyph which is at
12380         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12381
12382 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12383
12384         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12385
12386         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12387         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12388         mm-destroy-postponed-undisplay-list): New functions.
12389         (mm-display-external): Use them.
12390
12391 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12392
12393         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12394         `default-low' when evaluating `gnus-summary-highlight'.
12395         From Raja R Harinath <harinath@cs.umn.edu>.
12396
12397 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12398
12399         * message.el (message-yank-cited-prefix): New variable.
12400         (message-indent-citation): Use it.
12401
12402         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12403         as details.
12404         (mml2015-mailcrypt-clear-verify): Ditto.
12405
12406 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12407         From Nevin Kapur <nevin@jhu.edu>.
12408
12409         * gnus-sum.el (gnus-summary-default-high-score,
12410         gnus-summary-default-low-score): New variables.
12411         (gnus-summary-highlight): Use them.
12412
12413 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12414
12415         * message.el (message-mail): pass the 'send-actions argument to
12416         `message-setup'.
12417
12418 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12419         From Raymond Scholz <ray-2001@zonix.de>
12420
12421         * gnus-art.el (gnus-mime-view-part-as-charset):
12422         (gnus-mime-internalize-part): Doc fixes.
12423
12424 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12425
12426         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12427         status lines without any text ("^215$").
12428
12429 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * nnrss.el (nnrss-check-group): Reverse.
12432
12433 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12434
12435         * message.el (message-get-reply-headers):
12436         (message-followup): Fix typo, suggested by David Green
12437         <dgreen@uab.edu>
12438
12439 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12440
12441         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12442
12443         * nnrss.el (nnrss-open-server): Read server data when it is called.
12444         (nnrss-request-expire-articles): Fix.
12445
12446 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * message.el (message-do-send-housekeeping): mail-abbrevs may
12449         rename buffer behind Gnus.
12450
12451 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12454         (nnrss-group-alist): Add more resources.
12455         (nnrss-check-group): Ignore errors.
12456
12457 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12458
12459         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12460
12461         * nnslashdot.el (nnslashdot-request-list): Add time.
12462         (nnslashdot-request-expire-articles): New function.
12463
12464         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12465         secondary methods too.
12466
12467 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12468
12469         * message.el (message-use-followup-to): Set default value to t.
12470
12471 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12472
12473         * message.el (message-dont-reply-to-names): Fix documentation.
12474         (message-get-reply-headers): Use Mail-Followup-To only for wide
12475         replies.
12476
12477 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12480         correctly.
12481         (nnrss-check-group): Use time.
12482
12483 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12484
12485         * gnus.el: Oort Gnus v0.03 is released.
12486
12487 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12490         group.
12491
12492 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493
12494         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12495
12496 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * nnultimate.el (nnultimate-retrieve-headers): Return all
12499         available headers.
12500
12501         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12502         (gnus-get-newsgroup-headers-xover): Use it.
12503
12504 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12507
12508 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12511
12512 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12513
12514         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12515         disable it.
12516
12517         * gnus.el (gnus-info-nodes): Remove a few The's.
12518
12519 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12520
12521         * mail-source.el (mail-source-movemail): Call-process may return a
12522         signal description string.
12523
12524         * gnus-start.el (gnus-read-newsrc-el-file):
12525         gnus-newsrc-file-version may be nil.
12526
12527         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12528         Suggested by Michael Sperber [Mr. Preprocessor]
12529         <sperber@informatik.uni-tuebingen.de>.
12530
12531 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12532
12533         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12534
12535 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12536
12537         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12538         fontify HANDLE.
12539
12540 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12541
12542         * smime.el (smime-ask-passphrase): Rework to return value.
12543         (smime-sign-region): Rework to bind value and use it.
12544         (smime-decrypt-region): Ditto.
12545
12546 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12547         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12548
12549         * smime.el (smime-ask-passphrase): New function.
12550         (smime-sign-region): Use it.
12551         (smime-encrypt-cipher): New variable.
12552         (smime-decrypt-region): Ditto.
12553
12554 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12555         Committed by Simon Josefsson  <simon@josefsson.org>
12556
12557         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12558         the log.
12559
12560 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12561
12562         * gnus.el: Oort Gnus v0.02 is released.
12563
12564 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12565
12566         * gnus.el: Oort Gnus v0.01 is released.
12567
12568 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * gnus-sum.el (gnus-summary-highlight): Highlight read
12571         undownloaded articles as read articles.
12572
12573         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12574         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12575         articles, even read ones, as such.
12576
12577         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12578         (gnus-find-matching-articles): New function.
12579         (gnus-summary-limit-include-matching-articles): New command.
12580         (gnus-summary-limit-include-thread): Include articles that have
12581         matching subjects.
12582         (gnus-offer-save-summaries): Clean up.
12583
12584 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12585
12586         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12587
12588 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12589         From Jason Merrill <jason_merrill@redhat.com>
12590
12591         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12592
12593 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12594         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12597         newsgroup names when the original article is a news message.
12598
12599 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12600
12601         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12602         supported. Suggest by Jim Meyering <jim@meyering.net>.
12603
12604 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12605         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12606
12607         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12608         regexp in nnmail-split-fancy.
12609
12610 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12611
12612         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12613
12614 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12615
12616         * message.el (message-send-mail): Improve the interaction with the
12617         user.
12618
12619 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12620
12621         * imap.el (imap-message-copy): Work around buggy servers that
12622         doesn't send TRYCREATE tags.
12623
12624 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12627
12628 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12631         date.
12632
12633 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12636         lives.
12637
12638 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * gnus-art.el (gnus-parse-news-url): New function.
12641         (gnus-button-handle-news): New function.
12642         (gnus-button-alist): Point to new functions.
12643
12644         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12645
12646         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12647         gnus-format-specs.
12648
12649         * message.el (message-check-news-header-syntax): Question even
12650         when Gnus doesn't know the group names.
12651         (message-send-news): Clean up.
12652
12653         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12654         exited on purpose without saving.
12655
12656         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12657
12658 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659
12660         * gnus-score.el (gnus-score-orphans): Clean up.
12661
12662         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12663
12664         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12665         later.
12666
12667         * gnus-start.el (gnus-close-all-servers): Find the right items to
12668         close.
12669
12670         * qp.el (quoted-printable-decode-region): Just message
12671         malformation; don't quit.
12672
12673 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674         From Gerd Moellmann <gerd@gnu.org>.
12675
12676         * gnus.el (gnus-interactive): A typo.
12677
12678 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12679         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12680
12681         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12682         `assq-delete-all', if that function exists; otherwise use the old
12683         definition. Documentation changed to match the one in
12684         `assq-delete-all'.
12685
12686 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12687
12688         * gnus-start.el (gnus-close-all-servers): New function.
12689
12690         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12691         (gnus-server-remove-denials): Clean up.
12692
12693         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12694         keystroke.
12695
12696 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * message.el (message-send-news): Message where we are sending.
12699         (message-send-mail): Ditto.
12700
12701         * gnus.el (gnus-server-string): New function.
12702
12703         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12704
12705         * mm-decode.el (mm-default-directory): Customized.
12706         (mm-tmp-directory): Ditto.
12707
12708         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12709         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12710         or Chars.
12711         (gnus-summary-line-format-alist): ?l is now a string.
12712         (gnus-summary-prepare-threads): Output ? for unknown lines.
12713         (gnus-summary-insert-line): Ditto.
12714         (gnus-summary-print-article): Unbalanced parentheses.
12715
12716         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12717         out whether new stuff has arrived.
12718
12719 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12720
12721         * gnus-sum.el: Let printing work on ttys on Emacs.
12722
12723 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724
12725         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12726         when forcing news.
12727
12728         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12729         command.
12730
12731 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12732
12733         * message.el (message-set-auto-save-file-name): Don't use
12734         asterisks under nt.
12735
12736 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12739         lists of articles.
12740
12741         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12742
12743         * gnus-msg.el (gnus-put-message): Clean up.
12744         (gnus-summary-reply): Mark all replied-to articles as replied to.
12745         (gnus-inews-add-send-actions): Also mark as forwarded.
12746         (gnus-summary-mail-forward): Mark as forwarded.
12747
12748         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12749         of articles.
12750         (gnus-summary-mark-article-as-forwarded): Ditto.
12751
12752         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12753         forwarded.
12754         (gnus-summary-mail-forward): Clean up.
12755
12756         * gnus.el (gnus-article-mark-lists): Added forward.
12757
12758         * gnus-sum.el (gnus-forwarded-mark): New variable.
12759         (gnus-summary-prepare-threads): Use it.
12760         (gnus-summary-update-secondary-mark): Ditto.
12761         (gnus-newsgroup-forwarded): New variable.
12762
12763 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764
12765         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12766         (gnus-summary-very-wide-reply): New command and keystroke.
12767         (gnus-summary-very-wide-reply-with-original): Ditto.
12768
12769         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12770         (gnus-score-adaptive): Use it.
12771
12772         * gnus-start.el (gnus-get-unread-articles): Clean up.
12773
12774 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12777         boards.
12778
12779 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12780
12781         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12782         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12783
12784 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785
12786         * nnultimate.el (nnultimate-retrieve-headers): Understand
12787         long-form month names.
12788
12789 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12790
12791         * gnus-sum.el (gnus-summary-show-all-headers):
12792         gnus-article-show-all-headers is broken. Use
12793         gnus-summary-toggle-header instead.
12794
12795         * mml2015.el (mml2015-gpg-extract-from): No error.
12796
12797 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12799
12800         * mml2015.el (mml2015-gpg-extract-from): New function.
12801         (mml2015-gpg-verify): Use it.
12802         (mml2015-gpg-clear-verify): Use it.
12803
12804 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12805
12806         * message.el (message-setup-fill-variables): Use
12807         fill-paragraph-function.
12808         (message-fill-paragraph): Take an argument.
12809         (message-newline-and-reformat): Take another argument.
12810
12811 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12812
12813         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12814
12815 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * message.el (message-forward): local-variable-p takes an extra
12818         argument in XEmacs.
12819
12820 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12821
12822         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12823         `nnimap-use-nov-p' (it really tested the negative).
12824         (nnimap-retrieve-headers): Use it.
12825
12826 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12827
12828         * message.el (message-generate-headers-first): Update doc.
12829
12830 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12831         Trivial patch.
12832
12833         * gnus.el (gnus-summary-line-format): Typo.
12834
12835 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12836
12837         * mailcap.el (mailcap-mime-data): Add application/sieve.
12838         (mailcap-mime-extensions): Add .siv, .xls.
12839
12840 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841         From Christoph Conrad <christoph.conrad@gmx.de>
12842
12843         * gnus-score.el (gnus-summary-lower-thread): Typo.
12844
12845 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12846
12847         * message.el (message-forward-decoded-p): New variable.
12848         (message-forward-subject-author-subject): Use it.
12849         (message-make-forward-subject): Use it.
12850         (message-forward): Use it.
12851
12852         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12853
12854         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12855         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12856
12857 ;;Has been fixed -- zsh.
12858 ;;2001-03-05  Dave Love  <fx@gnu.org>
12859 ;;
12860 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12861 ;;      Move it after definition of mm-coding-system-p.
12862 ;;
12863 2001-03-01  Dave Love  <fx@gnu.org>
12864
12865         * mm-util.el (mm-inhibit-file-name-handlers): Add
12866         image-file-handler.
12867
12868 2001-02-11  Dave Love  <fx@gnu.org>
12869
12870         * message.el (message-signature-file): Fix doc, :type.
12871
12872 2001-02-08  Dave Love  <fx@gnu.org>
12873
12874         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12875         (message-posting-charset): Defvar when compiling again.
12876         (rfc2047-encodable-p): Require message.
12877
12878         * gnus-sum.el (gnus-alter-articles-to-read-function):
12879         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12880
12881 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12882
12883         * nnrss.el: New file.
12884
12885 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12886         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12889         `skip-chars-forward'.
12890
12891 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12892
12893         * nndraft.el (nndraft-request-group): Restore auto save files if
12894         the original files do not exist.
12895
12896 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12897
12898         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12899         SCORE paths.
12900
12901         * mm-decode.el (mm-dissect-buffer): Call
12902         mail-extract-address-components only if necessary.
12903
12904 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12905
12906         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12907         directory part.
12908         (gnus-score-search-global-directories): Use file-directory-p.
12909
12910         * gnus-score.el (gnus-score-score-files-1): Use
12911         gnus-kill-files-directory.
12912         From Adrian Aichner <adrian@xemacs.org>.
12913
12914 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12915
12916         * gnus.el (charset): Move here from gnus-sum.el.
12917
12918 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * mml.el (mml-preview): Disable local map.
12921
12922         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12923         gnus-article-post-menu here.
12924
12925         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12926         if it has not been made.
12927
12928 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12929
12930         * gnus-art.el (gnus-article-describe-key): Map key to event.
12931         (gnus-article-describe-key-briefly): Ditto
12932
12933 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12934
12935         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12936
12937 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938         From Katsumi Yamaoka <yamaoka@jpl.org>.
12939
12940         * dgnushack.el (coerce, merge, subseq): defmacro.
12941
12942 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12945         A fake defalias in nndraft.el results a not-activated bug in
12946         uncompiled versions.
12947
12948 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12949         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12950
12951         * gnus-util.el (gnus-split-references): Handle malformed References:.
12952
12953 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12954
12955         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12956
12957 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958         From NAGY Andras <nagya@inf.elte.hu>.
12959
12960         * gnus.el (gnus-parameters): Typo.
12961
12962 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12963
12964         * gnus.el (gnus-read-method): Remove redundancy.
12965
12966 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12969         (nnslashdot-request-list): Use it.
12970
12971 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12972
12973         * nnml.el (nnml-generate-active-info): Fix the case when there is
12974         no file.
12975
12976         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12977         (gnus-summary-create-article): New function.
12978
12979         * gnus-group.el (gnus-group-mark-article-read): New function.
12980
12981         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12982
12983         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12984
12985 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12986
12987         * gnus-art.el (gnus-article-edit-done): Don't use
12988         gnus-article-edit-exit.
12989         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12990
12991         * gnus.el (gnus-parameters): New variable.
12992         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12993         (gnus-parameters-get-parameter): New function.
12994         (gnus-group-find-parameter): Use it.
12995
12996 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12997
12998         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12999         change of default value to `current'.
13000
13001 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13002
13003         * nneething.el (nneething-get-head): Insert unreadable file too.
13004
13005 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13008
13009         * webmail.el (webmail-type-definition): Deja is bought by google.
13010
13011 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13012
13013         * gnus-sum.el (gnus-fetch-headers): New function.
13014         (gnus-select-newsgroup): Use it.
13015         (gnus-summary-insert-articles): New function.
13016         (gnus-summary-insert-old-articles): New function.
13017         (gnus-summary-insert-new-articles): New function.
13018
13019         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13020         (gnus-group-list-active): Ditto.
13021         * gnus-sum.el (gnus-set-mode-line): Ditto.
13022         (gnus-summary-read-group-1): Ditto.
13023
13024 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13027         current topic.
13028
13029 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13030
13031         * smiley.el (gnus-smiley-display): Don't do widening.
13032
13033         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13034         within body.
13035
13036         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13037
13038         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13039         New variable.
13040         (gnus-mime-display-multipart-related-as-mixed): New variable.
13041         (gnus-mime-display-part): Use them.
13042
13043 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13046         something special.
13047
13048 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13051         (nnweb-request-article): Call reference if exists.
13052         (nnweb-type-definition): Dejanews is bought by google.com.
13053         Beta!
13054
13055 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13058
13059 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13060
13061         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13062         gnus-article-sort-functions.
13063         (gnus-article-sort-functions): Doc fix.  Refer to
13064         gnus-thread-sort-functions.
13065
13066 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13067         From Paul Jarc <prj@po.cwru.edu>.
13068
13069         * message.el (message-get-reply-headers): More fixes.
13070
13071 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13072         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * message.el (message-get-reply-headers): Fix bug with
13075         Mail-Followup-To/to-address interaction.
13076
13077 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13078
13079         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13080         gnus-article-copy.
13081
13082 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * message.el (message-do-send-housekeeping): Rename to a better
13085         name.
13086
13087 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13088
13089         * message.el (message-cancel-news): Check article first, then ask
13090         yes or no.
13091
13092 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13093
13094         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13095
13096 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13097
13098         * gnus-range.el (gnus-range-normalize): New function.
13099
13100 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13101
13102         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13103
13104 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13107
13108         * nnagent.el (nnagent-request-regenerate): New function.
13109
13110         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13111
13112         * nnml.el (nnml-generate-nov-databases): Accept argument
13113         server. Don't open server if it is opened.
13114         (nnml-request-regenerate): Use it. Change to deffoo.
13115
13116 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13118
13119         * gnus.el (gnus-define-group-parameter): Fix.
13120
13121 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13122
13123         * gnus.el (gnus-define-group-parameter): Improved.
13124
13125         * gnus-sum.el (charset): Define parameter.
13126         (ignored-charsets): Ditto.
13127         (gnus-summary-setup-default-charset): Use them.
13128
13129         * gnus-start.el (gnus-read-descriptions-file): Use them.
13130
13131         * gnus-cus.el (gnus-group-parameters): Remove them.
13132
13133 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13134
13135         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13136
13137 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13138
13139         * gnus-sum.el (gnus-summary-read-group-1): Remove
13140         gnus-summary-set-local-parameters.
13141         (gnus-summary-setup-buffer): Put it here.
13142
13143 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13144
13145         * gnus.el (to-address): Define parameter.
13146         (to-list): Ditto.
13147         * gnus-art.el (article-hide-boring-headers): Use them.
13148         * gnus-msg.el (gnus-post-news): Ditto.
13149         * gnus-cus.el (gnus-group-parameters): Remove them.
13150
13151 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * gnus-draft.el (gnus-draft-reminder): New function.
13154
13155         * gnus-art.el (gnus-sender-save-name): New function.
13156
13157 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13158
13159         * mm-util.el (mm-mime-charset): Error message.
13160
13161 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13162
13163         * message.el (message-check-news-body-syntax): Don't check mml lines.
13164
13165 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13166
13167         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13168         subscribe.
13169
13170         * gnus-start.el (gnus-call-subscribe-functions): New function.
13171         (gnus-find-new-newsgroups): Use it.
13172         (gnus-ask-server-for-new-groups): Use it.
13173         (gnus-check-first-time-used): Use it.
13174         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13175         (gnus-subscribe-options-newsgroup-method): Ditto.
13176         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13177         return .
13178
13179 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13180
13181         * gnus-cus.el (gnus-score-customize): Doc fix.
13182
13183 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13184
13185         * dgnushack.el (my-getenv): Typo.
13186
13187 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13188
13189         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13190
13191 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13192
13193         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13194
13195         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13196         (gnus-treatment-function-alist): Use it.
13197         (article-remove-leading-whitespace): New function.
13198         (gnus-article-make-menu-bar): Use it.
13199
13200         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13201         remove-leading-whitespace.
13202         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13203         because of conflict.
13204
13205 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13206
13207         * Makefile.in: Hack generating gnus-load.el.
13208         * dgnushack.el: Ditto.
13209         * gnus-load.el: Remove it.
13210
13211 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * dgnushack.el : Add URLDIR.
13214
13215         * Makefile.in (EMACS_COMP): Ditto.
13216
13217 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13218
13219         * gnus-cus.el (gnus-score-customize): Error on no score file.
13220
13221 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13222
13223         * mm-decode.el (mm-merge-handles): New function.
13224
13225         * mm-view.el (mm-inline-message): Use it.
13226         (mm-view-message): Ditto.
13227
13228         * mm-partial.el (mm-inline-partial): Ditto.
13229
13230         * mm-extern.el (mm-inline-external-body): Ditto.
13231
13232         * gnus-art.el (gnus-mime-view-part): Ditto.
13233         (gnus-mime-view-part-as-type): Ditto.
13234         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13235         cases.
13236
13237 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13238
13239         * message.el (message-cancel-news): Allow to shoot foot.
13240         (message-supersede): Ditto.
13241
13242 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13243         Trivial patch.
13244
13245         * gnus-sum.el (gnus-simplify-subject-re): Use
13246         message-subject-re-regexp.
13247
13248 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13249
13250         * nnmail.el (nnmail-expiry-target-group): Bind
13251         nnmail-cache-accepted-message-ids to nil.
13252
13253         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13254         coding system.
13255
13256 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13257
13258         * qp.el (quoted-printable-encode-region): Make sure characters are
13259         between 00 and FF.  Don't check charset.
13260
13261         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13262         in Emacs 20.
13263         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13264
13265 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13266
13267         * message.el (message-make-forward-subject): Argument decoded.
13268         (message-forward): Use it when digest.
13269
13270         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13271         buffer.
13272
13273 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13274
13275         * message.el (message-generate-headers-first): Doc fix.
13276
13277 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278
13279         * gnus-art.el (article-make-date-line): Error proof.
13280
13281 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13282
13283         * gnus-group.el (gnus-group-listing-limit): New variable.
13284         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13285
13286         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13287
13288 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * message.el (message-newline-and-reformat): Special case for
13291         breaking at BOL.
13292
13293 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13294
13295         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13296         message/rfc822.
13297
13298 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * message.el (message-encode-message-body): Don't insert
13301         Content-Type if it is inside a mail.
13302
13303 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13304
13305         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13306         gnus-article-commands-menu.
13307
13308         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13309         in Emacs.
13310
13311         * gnus-start.el (gnus-read-descriptions-file): Use
13312         gnus-group-name-charset and gnus-group-charset-alist.
13313
13314 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13315
13316         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13317         active region.
13318
13319         * gnus-start.el (gnus-group-change-level): Remove from both
13320         gnus-zombie-list and gnus-killed-list.
13321
13322 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13323
13324         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13325         gnus-subscribe-topics.
13326
13327         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13328
13329 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13330
13331         * gnus-art.el (gnus-article-make-menu-bar): Make
13332         gnus-article-post-menu.
13333
13334         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13335
13336         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13337
13338         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13339
13340         * message.el (message-mode-menu): Ditto.
13341
13342         * gnus-art.el (defvar): eval-when-compile.
13343
13344 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * gnus-agent.el (gnus-agentize): Fix doc.
13347
13348 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13349
13350         * mml.el (mml-preview): Bind `q'.
13351
13352 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13353
13354         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13355
13356 2001-01-31  Dave Love  <fx@gnu.org>
13357
13358         * mm-util.el (mm-mime-mule-charset-alist)
13359         (mm-find-mime-charset-region): Consider mule-utf-8.
13360
13361 2001-01-31  Dave Love  <fx@gnu.org>
13362
13363         * gnus-art.el (gnus-article-x-face-command)
13364         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13365         :version.
13366
13367 2001-01-26  Dave Love  <fx@gnu.org>
13368
13369         * mm-util.el (mm-multibyte-string-p): New.
13370
13371 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13372 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13373 ;;      string-as-multibyte on class.  Clarify line-folding.
13374         (quoted-printable-encode-string): Make temp buffer inherit
13375         string's multibyteness.
13376
13377 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13378
13379         * nnheader.el (toplevel): Don't require `gnus-util' at
13380         compile-time; this creates a circular dependency, and prevents
13381         a bootstrap.
13382
13383 2001-01-22  Andreas Schwab  <schwab@suse.de>
13384
13385         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13386
13387 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13388
13389         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13390
13391         * gnus-art.el (article-hide-list-identifiers): Ditto.
13392
13393         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13394
13395 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13396
13397         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13398
13399         * gnus-art.el (article-hide-list-identifiers): Similar.
13400
13401 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13402
13403         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13404
13405 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13408
13409 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13410
13411         * gnus-util.el (gnus-string-equal): New function.
13412
13413         * gnus-art.el (article-hide-boring-headers): Use it.
13414
13415 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13416
13417         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13418
13419 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13422
13423 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13426         command if there is not last-saver.
13427
13428 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13429
13430         * nntp.el (nntp-open-connection): 201 is possible.
13431
13432 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13433
13434         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13435         (rfc2047-charset-encoding-alist): Add big5.
13436
13437 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13438
13439         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13440         (gnus-agent-remove-server): Ditto.
13441         (autoload): gnus-server-update-server.
13442
13443         * gnus-srvr.el (gnus-server-line-format): Add %a.
13444         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13445         (gnus-server-insert-server-line): Use it.
13446
13447 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13448
13449         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13450         GB2312 and Big5.
13451
13452 2001-01-24  Simon Josefsson  <sj@extundo.com>
13453
13454         * mail-source.el (mail-sources): Add :program specifier to IMAP
13455         mail source.
13456         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13457
13458 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13459
13460         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13461
13462 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13463
13464         * nntp.el (nntp-wait-for): Return the success code.
13465         (nntp-open-connection): Use it.
13466
13467 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13468
13469         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13470
13471 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13474
13475 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13476
13477         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13478         argument. Allow to print several articles in one file.
13479
13480 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13481
13482         * webmail.el (webmail-type-definition): netaddress changes.
13483
13484 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * gnus.el: Fix copyright. Remove trailing spaces.
13487
13488         * message.el (message-forward): Use mule4.
13489
13490 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13491
13492         * mm-util.el (mm-string-as-unibyte): New function.
13493
13494         * message.el (message-forward): Use it.
13495
13496 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13497
13498         * message.el (message-cite-original-without-signature): Don't peel
13499         off the blank line.
13500         (message-get-reply-headers): Add Cc if it is not in follow-to.
13501
13502 2001-01-20  Simon Josefsson  <sj@extundo.com>
13503
13504         * mm-decode.el (mm-handle-multipart-from): Add.
13505         (mm-dissect-buffer): Save From: header value.
13506         (mm-security-from): Remove.
13507         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13508
13509         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13510         instead of `mml-security-from'.  Protect null from value.
13511
13512 2001-01-20  Simon Josefsson  <sj@extundo.com>
13513
13514         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13515         application/vnd.ms-excel attachments.
13516
13517 2001-01-19  Simon Josefsson  <sj@extundo.com>
13518
13519         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13520
13521 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522
13523         * message.el (message-ignored-mail-headers): Ditto.
13524
13525 2001-01-19  Simon Josefsson  <sj@extundo.com>
13526
13527         * message.el (message-ignored-news-headers): Only search beginning
13528         of line.
13529
13530 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13531         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13532
13533         * message.el (message-send-mail): Content-Type may not be there.
13534
13535 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13536
13537         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13538         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13539
13540         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13541         not.
13542
13543 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13546         non-native groups.
13547
13548 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * message.el (message-yank-original): Understand
13551         universal-argument.
13552
13553 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554
13555         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13556         (article-hide-boring-headers): Ditto.
13557
13558         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13559
13560 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13561
13562         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13563         one.
13564
13565 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13566
13567         * message.el (message-make-in-reply-to): Add comment to message-id
13568         (old syntax, see 2000-08-02 change).
13569
13570 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13571
13572         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13573         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13574         (gnus-button-reply): Ditto.
13575
13576 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-art.el (article-display-x-face): Fix.
13579
13580 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * gnus-art.el (article-display-x-face): Use
13583         gnus-original-article-buffer.
13584
13585 2001-01-15  Jack Twilley  <jmt@tbe.net>
13586
13587         * message.el (message-add-header): Move to point-max.
13588
13589 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13590
13591         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13592         nil, improve documentation.
13593         (smime-certificate-directory): Comment out false hints (until it
13594         is implemented).
13595
13596         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13597         there aren't any keys.
13598         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13599         verify certificate.  Default is changed to only check integrity.
13600         Improved security status texts.  If a certificate doesn't contain
13601         a email address, don't fail.
13602
13603         * smime.el (smime-noverify-region):
13604         (smime-noverify-buffer): New functions.  Verifies integrity only.
13605
13606 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13609
13610 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13611
13612         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13613         (gnus-remove-some-windows): Ditto.
13614
13615 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * gnus-art.el (article-make-date-line): 11th.
13618
13619 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13620
13621         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13622         (mml2015-gpg-sign): Ditto.
13623
13624 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13627         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13628
13629 2001-01-08  Dave Love  <fx@gnu.org>
13630
13631         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13632         single character.
13633
13634         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13635
13636         * message.el: Doc and message fixes.
13637         (message-send-rename-function)
13638         (message-make-forward-subject-function)
13639         (message-send-mail-function, message-reply-to-function)
13640         (message-wide-reply-to-function, message-followup-to-function)
13641         (message-distribution-function, message-auto-save-directory): Fix
13642         :type.
13643
13644         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13645         proceeding after warnings.  Amend multipart warning message.
13646
13647 2001-01-04  Dave Love  <fx@gnu.org>
13648
13649         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13650         compiling.
13651         (gnus-make-directory): Require nnmail.
13652
13653         * mm-decode.el (mm-inline-media-tests): Add
13654         image/x-portable-bitmap.
13655         (mm-get-image): Grok pbm.
13656
13657 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13658
13659         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13660
13661 2001-01-09  Didier Verna  <didier@xemacs.org>
13662
13663         * dgnushack.el (dgnushack-compile): give a dummy value to
13664         `gnus-xmas-glyph-directory' for the time of compilation.
13665         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13666         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13667         * gnus-art.el: ditto.
13668         * gnus-group.el: ditto.
13669         * gnus-salt.el: ditto.
13670         * gnus-sum.el: ditto.
13671         * gnus-topic.el: ditto.
13672         * gnus-xmas.el (gnus-xmas-define): see above.
13673         * gnus-xmas.el (gnus-xmas-redefine): see above.
13674         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13675         non-continuable error when the directory can't be found.
13676
13677 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13678
13679         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13680         handle.
13681         * gnus-art.el (gnus-mime-view-part): Copy it.
13682         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13683
13684 2001-01-09  Michael Downes  <mjd@ams.org>
13685
13686         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13687
13688 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13691         orig-file. Use ',source.
13692
13693 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13696         (gnus-xmas-group-startup-message):
13697         Detect gnus-xmas-glyph-directory when it is nil.
13698
13699 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13700
13701         * pop3.el (pop3-get-message-count): Andrew Innes
13702         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13703
13704 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13705
13706         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13707
13708         * time-date.el (time-to-number-of-days): New function.
13709
13710 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13711         Trivial patch.
13712
13713         * nnslashdot.el (nnslashdot-request-list): Always get the right
13714         sid.
13715
13716 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * message.el (message-minibuffer-local-map): New keymap.
13719         (message-read-from-minibuffer): Use it.
13720         * gnus-msg.el (gnus-summary-resend-message): Use it
13721
13722 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * gnus-start.el (gnus-display-time-event-handler): New function.
13725         (gnus-after-getting-new-news-hook): Use it.
13726
13727 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13728
13729         * message.el (message-ignored-mail-headers): Add draft header.
13730
13731 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13732
13733         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13734         excursion.
13735
13736         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13737
13738 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13739         A revoked patch.
13740
13741         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13742
13743 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * qp.el (quoted-printable-decode-region): Don't backward-char.
13746
13747 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13748
13749         * gnus-draft.el: Mark articles as replied.
13750
13751         * gnus-sum.el (gnus-summary-add-mark): New function.
13752
13753         * gnus-group.el (gnus-add-mark): New function.
13754
13755         * gnus-sum.el (gnus-summary-buffer-name): New function.
13756         (gnus-summary-setup-buffer): Use it.
13757
13758         * gnus-draft.el: Set things up with the right post method and
13759         stuff.
13760
13761         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13762
13763         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13764
13765         * gnus.el (gnus-draft-meta-information-header): New variable.
13766
13767 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13768
13769         * gnus-art.el (gnus-treatment-function-alist): Move the date
13770         functions before the header sorting functions.
13771
13772         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13773
13774         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13775         Don't (push "/usr/share/emacs/site-lisp" load-path).
13776
13777         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13778         to empty fill prefixes.
13779
13780 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13783         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13784
13785 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13788
13789         * nnml.el (autoload): Move to nnheader.el.
13790
13791         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13792         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13793         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13794         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13795
13796 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13797
13798         * gnus-art.el (article-make-date-line): Get the hours right.
13799         (gnus-ignored-headers): More hiding.
13800
13801         * nnmail.el (nnmail-expiry-wait): Not an integer.
13802
13803         * message.el (message-goto-body): Only expand abbrev when called
13804         interactively.
13805         (message-make-lines): Use it.
13806
13807 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13808
13809         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13810
13811 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812
13813         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13814         include the expunged articles.
13815
13816         * gnus-group.el (gnus-group-sort-by-server): New function.
13817
13818         * gnus.el (gnus-method-to-server-name): New function.
13819         (gnus-group-prefixed-name): Use it.
13820
13821         * gnus-group.el (gnus-group-sort-function): Doc fix.
13822         (gnus-group-sort-groups-by-server): New command.
13823
13824 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13825
13826         * gnus-art.el (gnus-treat-date-english): New variable.
13827         (article-date-english): New command.
13828         (gnus-english-month-names): New variable.
13829         (article-make-date-line): Do 'english.
13830
13831         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13832         after the fill prefix.
13833
13834         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13835         score...".
13836
13837         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13838
13839         * message.el (message-mode-map): Bind comment-region.
13840
13841         * gnus-art.el (gnus-mime-display-part): Let w3 display
13842         multipart/related.
13843
13844         * mm-bodies.el (mm-long-lines-p): New function.
13845         (mm-body-encoding): Use it.
13846         (mm-body-encoding): Encode articles with lines longer than 1000
13847         characters.
13848
13849 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * mm-util.el (mm-enable-multibyte): Use
13852         default-enable-multibyte-characters.
13853         (mm-enable-multibyte-mule4): Ditto.
13854         (mm-disable-multibyte): Test XEmacs.
13855         (mm-disable-multibyte-mule4): Ditto.
13856         (mm-with-unibyte-current-buffer): Simplified.
13857         (mm-with-unibyte-current-buffer-mule4): Ditto.
13858
13859 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13862
13863         * nnheader.el (nnheader-string-as-multibyte): New alias.
13864
13865         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13866
13867         * gnus-uu.el (gnus-message-process-mark): New function.
13868         (gnus-uu-mark-by-regexp): Use it.
13869         (gnus-new-processable): New function.
13870
13871 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13872          Trivial patch.
13873
13874         * gnus-sum.el (gnus-no-mark): New variable.
13875
13876 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877
13878         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13879         backslashes.
13880
13881 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13884         definition.
13885
13886 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13889
13890         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13891         XEmacs.
13892
13893 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13894         Trivial patch.
13895
13896         * mml.el (mml-read-tag): Save tag location.
13897
13898 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13899
13900         * starttls.el: Sync with Emacs 21.
13901
13902 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13903
13904         * message.el (message-mail): Support yank-action.
13905
13906         * message.el (message-setup): Revoke the last change.
13907
13908 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13911         <jvromans@squirrel.nl>.
13912
13913 2000-12-24  Simon Josefsson  <sj@extundo.com>
13914
13915         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13916         mailing list junk at end of part.
13917
13918 2000-12-23  Simon Josefsson  <sj@extundo.com>
13919
13920         * nnimap.el (nnimap-expiry-target): New function.
13921         (nnimap-request-expire-articles): Use it.
13922
13923 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13924
13925         * gnus.el (gnus-group-parameters-more): New variable.
13926         * gnus-cus.el (gnus-group-customize): Use it.
13927
13928         * gnus.el (gnus-define-group-parameter): New macro.
13929         (auto-expire): Use it
13930         (total-expire): Use it.
13931         * gnus-art.el (banner): Use it.
13932
13933         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13934         <ljz@asfast.com>.
13935
13936 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13937
13938         * gnus-topic.el (gnus-topic-create-topic): Use list.
13939
13940         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13941         before binding gnus-default-article-saver.
13942
13943         * gnus-sum.el (gnus-summary-save-article):
13944         (gnus-summary-pipe-output):
13945         (gnus-summary-save-article-mail):
13946         (gnus-summary-save-article-rmail):
13947         (gnus-summary-save-article-file):
13948         (gnus-summary-write-article-file):
13949         (gnus-summary-save-article-body-file): Ditto.
13950
13951         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13952
13953 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13954
13955         * gnus-art.el (gnus-mime-security-button-map):
13956         (gnus-mime-button-map): Add parent.
13957
13958 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13959
13960         * messagexmas.el (message-xmas-redefine): New function.
13961
13962         * message.el: Use it.
13963
13964         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13965
13966         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13967
13968 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13971         malformatted messages.
13972
13973 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13974
13975         * mm-util.el (mm-image-load-path): New function.
13976
13977         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13978
13979         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13980
13981         * message.el (message-tool-bar-map): Use it.
13982
13983         * Makefile.in (install-el): New rule.
13984
13985 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-art.el (article-treat-dumbquotes): Quote \.
13988
13989 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13992         Emacs 20 runs on a terminal.
13993
13994 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13997
13998         * mml.el (gnus-add-minor-mode): Autoload.
13999
14000         * message.el (message-forward): Save-restriction.
14001
14002 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14003
14004         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14005         Paul Stevenson <p.stevenson@surrey.ac.uk>
14006
14007 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14008
14009         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14010
14011         * mml.el (gnus-ems): Don't require.
14012
14013         * gnus.el (gnus-decode-rfc1522): Removed.
14014         (gnus-set-text-properties): Define.
14015
14016 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14017
14018         * gnus-art.el (gnus-mime-*): handle may be nil.
14019
14020         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14021
14022         * gnus.el (gnus-group-remove-excess-properties): Not defined
14023         in gnus-xmas.
14024
14025 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14026
14027         * message.el (message-mail-user-agent): Add :version.
14028
14029 2000-12-21  Miles Bader  <miles@gnu.org>
14030
14031         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14032
14033 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14034
14035         * message.el (message-mail-user-agent): New variable.
14036         (message-setup): Renamed to message-setup-1. Support
14037         mail-user-agent.
14038         (message-mail-user-agent): New function.
14039         (message-mail): Use it.
14040         (message-reply): Use it.
14041         (message-resend): Use it.
14042         (message-mail-other-window): Use it.
14043         (message-mail-other-frame): Use it.
14044
14045         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14046
14047 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14048
14049         * message.el (message-tool-bar-map): Simplify.
14050         (message-narrow-to-head-1): New function.
14051         (message-narrow-to-head): Use it.
14052         (message-reply): Ditto.
14053         (message-cancel-news): Ditto.
14054         (message-supersede): Ditto.
14055         (message-make-forward-subject): Ditto.
14056         (message-bounce): Ditto.
14057
14058 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14059
14060         * uudecode.el (uudecode-decode-region-external): make-temp-file
14061         may not be defined.
14062
14063         * binhex.el (defalias): eval-and-compile.
14064
14065         * message.el (message-tool-bar-map): New function.
14066         (message-mode): Use it.
14067
14068 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14069
14070         * nntp.el (nntp-find-connection): Remove the entry.
14071         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14072
14073 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074
14075         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14076
14077         * message.el (message-forward): Copy buffer in unibyte mode.
14078
14079 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14080
14081         * message.el (message-make-forward-subject): Don't widen. Decode.
14082         (message-forward): Don't decode subject.
14083
14084 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14085
14086         * qp.el (quoted-printable-encode-region): Upcase QP.
14087
14088 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14089
14090         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14091         mail-extract-a-c instead. Don't depend on Gnus.
14092
14093         * mml.el (gnus-ems): Require it.
14094
14095         * gnus-msg.el (gnus-summary-mail-forward):
14096
14097         * message.el (message-forward):  Move mime-to-mml here.
14098
14099 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14100
14101         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14102         * gnus-art.el (gnus-insert-mime-button): Simplify.
14103         (gnus-mime-display-alternative): Ditto.
14104         (gnus-insert-mime-security-button): Ditto.
14105
14106 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14107
14108         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14109         text-property-not-all doesn't return nil when start=mark(end).
14110         (gnus-remove-text-properties-when): Ditto.
14111
14112 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * gnus-start.el (gnus-group-change-level): Remove group from
14115         gnus-active-hashtb if real killed.
14116
14117 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14118
14119         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14120         (gnus-mime-display-alternative): Ditto.
14121         (gnus-insert-mime-security-button): Ditto.
14122
14123 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * gnus-start.el (gnus-group-change-level): Don't add it into
14126         killed-list if it was killed.
14127
14128 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14129
14130         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14131         (nnmbox-active-file-coding-system): Ditto.
14132
14133         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14134
14135 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * gnus.el (gnus-version):
14138         (gnus-version-number): Set to Oort Gnus 0.01.
14139
14140         * gnus-art.el (gnus-mime-security-button-map):
14141         (gnus-insert-mime-security-button): Fix for Emacs21.
14142
14143 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14144
14145         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14146         easymenu, because XEmacs doesn't understand :help.
14147
14148         * mm-uu.el: Require binhex.
14149
14150 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14153
14154 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14155
14156         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14157
14158 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14159
14160         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14161
14162 2000-12-18  Dave Love  <fx@gnu.org>
14163
14164         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14165         (unused).
14166
14167 2000-12-13  Miles Bader  <miles@gnu.org>
14168
14169         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14170         to t, so that we don't get stuck while trying to smilefy
14171         intangible text.
14172
14173 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14174
14175         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14176         at the end of the buffer.
14177         (smiley-region): In the loop, move to the end of the submatch
14178         matching the smiley instead of using the end of the match
14179         of the whole regexp.
14180
14181 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14182
14183         * message.el (message-mode): Doc fix.
14184
14185 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14186
14187         * smiley-ems.el (smiley-region): Doc fix.
14188
14189 2000-12-11  Miles Bader  <miles@gnu.org>
14190
14191         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14192         bottom line visible, check to see if it's partially obscured, and
14193         if so, either scroll one more line to make it fully visible, or
14194         revert to showing the second line from the top.
14195
14196 2000-12-07  Dave Love  <fx@gnu.org>
14197
14198         * mailcap.el (mailcap-download-directory)
14199         * gnus-audio.el (gnus-audio-directory)
14200         * smiley-ems.el (smiley-data-directory): Fix :type.
14201
14202 2000-11-30  Dave Love  <fx@gnu.org>
14203
14204         * message.el (message-auto-save-directory): Use
14205         file-name-as-directory.
14206         (message-set-auto-save-file-name): Create
14207         message-auto-save-directory if necessary.
14208         (message-replace-chars-in-string): Removed -- unused.
14209         (message-mail-alias-type): Customize.
14210         (message-headers): Remove duplicate defgroup.
14211
14212 2000-11-29  Dave Love  <fx@gnu.org>
14213
14214         * qp.el (quoted-printable-decode-region): Use error, not message
14215         to report malformed text (like base64).  Amend message.
14216
14217 2000-11-29  Miles Bader  <miles@gnu.org>
14218
14219         * message.el (message-header-lines): Fontify tag.
14220
14221 2000-11-27  Dave Love  <fx@gnu.org>
14222
14223         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14224         compiler warning.
14225
14226 ;2000-11-26  Dave Love  <fx@gnu.org>
14227 ;
14228 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14229 ;
14230 2000-11-23  Dave Love  <fx@gnu.org>
14231
14232         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14233
14234         * mm-uu.el (uudecode): Require.
14235         (uudecode-decode-region, uudecode-decode-region-external): Don't
14236         autoload.
14237         (mm-uu-copy-to-buffer): Doc fix.
14238         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14239         type fix.
14240
14241         * mailcap.el: Doc fixes.
14242         (mailcap-mime-data): Various adjustments.
14243         (mailcap): New group.
14244         (mailcap-download-directory): Customize.
14245         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14246         (mailcap-temporary-directory): Deleted (unused).
14247         (mailcap-unescape-mime-test): Simplify slightly.
14248         (mailcap-viewer-passes-test): Use functionp.
14249         (mailcap-command-p): Aliased to executable-find.
14250
14251         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14252         default-enable-multibyte-characters is nil.
14253
14254 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14255
14256         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14257
14258 2000-11-21  Dave Love  <fx@gnu.org>
14259
14260         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14261         gnus-article-mode-map.
14262 ;       (gnus-mime-button-menu): Use mouse-set-point.
14263         (gnus-insert-mime-button, gnus-mime-display-alternative)
14264         (gnus-mime-display-alternative): Don't use local-map property.
14265
14266 2000-11-17  Dave Love  <fx@gnu.org>
14267
14268         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14269         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14270         and make-temp-file.
14271         (uudecode-decode-region): Doc fix.
14272
14273 2000-11-14  Dave Love  <fx@gnu.org>
14274
14275         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14276         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14277         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14278         New files, derived from the XPMs.
14279
14280 2000-11-10  Dave Love  <fx@gnu.org>
14281
14282         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14283         (gnus-agent-lib-file, gnus-agent-load-alist)
14284         (gnus-agent-save-alist, gnus-agent-article-name): Use
14285         expand-file-name.
14286
14287         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14288         :version.
14289         (nnkiboze-score-file): Defvar when compiling.
14290
14291         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14292
14293         * gnus-art.el (gnus-article-banner-alist)
14294         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14295         (gnus-article-date-lapsed-new-header)
14296         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14297         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14298         (gnus-treat-strip-headers-in-body)
14299         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14300         (gnus-treat-translate): Add :version.
14301         (gnus-article-mime-part-function): Fix defcustom.
14302
14303         * nnmail.el (nnmail-expiry-target)
14304         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14305         (nnmail-split-header-length-limit): Add :version.
14306
14307         * gnus-sum.el (gnus-auto-expirable-marks)
14308         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14309         (gnus-extra-headers, gnus-ignored-from-addresses)
14310         (gnus-newsgroup-ignored-charsets)
14311         (gnus-group-highlight-words-alist)
14312         (gnus-summary-show-article-charset-alist): Add :version.
14313
14314         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14315         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14316         files, converted from the XPMs.
14317
14318         * gnus-cache.el (gnus-cache-active-file): Don't use
14319         file-name-as-directory on directory.
14320         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14321         use file-name-as-directory on directory.
14322
14323         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14324         (date-to-time): Use it.
14325
14326 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14327 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14328 ;       (message-newline-and-reformat): Likewise.
14329         (message-forward-as-mime, message-forward-ignored-headers)
14330         (message-buffer-naming-style, message-default-charset)
14331         (message-dont-reply-to-names, message-send-mail-partially-limit):
14332         Add :version.
14333
14334         * mm-util.el: Doc fixes.
14335         (mm-mime-charset): Don't use the raw result of
14336         mm-preferred-coding-system.
14337         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14338         (mm-with-unibyte): Simplify.
14339
14340         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14341         concat.
14342
14343         * pop3.el (pop3-version): Deleted.
14344         (pop3-make-date): New function, avoiding message-make-date.
14345         (pop3-munge-message-separator): Use it.
14346
14347 2000-11-09  Dave Love  <fx@gnu.org>
14348
14349         * gnus-group.el (gnus-group-make-directory-group)
14350         (gnus-group-fetch-faq): Use expand-file-name.
14351         (gnus-group-fetch-faq): Simplify completing-read form.
14352
14353         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14354         test for Mule.
14355
14356         * message.el (tool-bar-map): Defvar when compiling.
14357
14358         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14359         (gnus-tm-lisp-directory): Deleted.
14360         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14361         (featurep 'xemacs).
14362         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14363         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14364         version numbers from file names.
14365
14366 2000-11-08  Dave Love  <fx@gnu.org>
14367
14368         * mm-view.el: Use featurep for XEmacs test.
14369         (mm-inline-message): Test for `remove-specifier'; don't use
14370         condition-case.
14371
14372         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14373
14374         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14375         (gnus-score-find-bnews): Don't concat "".
14376
14377         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14378         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14379         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14380         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14381
14382         * gnus-sum.el: Put some defvars in eval-when-compile.
14383         (gnus-summary-mode-hook): Add :options.
14384         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14385         (gnus-summary-tool-bar-map): New variable.
14386         (gnus-summary-make-tool-bar): New function.
14387         (gnus-summary-mode): Put kill-all-local-variables first.
14388
14389         * gnus-group.el (gnus-group-toolbar-map): New variable.
14390         (gnus-group-make-tool-bar): Rewritten.
14391         (gnus-group-mode): Put kill-all-local-variables first.
14392
14393         * rfc2047.el: Require gnus-util.
14394
14395         * nnml.el (gnus-sorted-intersection): Autoload.
14396
14397         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14398         Put some defvars in eval-when-compile.
14399         (gnus-intersection, gnus-sorted-complement):  Autoload.
14400
14401         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14402
14403         * mm-encode.el (mm-body-7-or-8): Autoload.
14404
14405         * mm-decode.el (mm-insert-inline): Autoload.
14406
14407         * mml.el:
14408         * message.el: Put some defvars in eval-when-compile.
14409
14410         * gnus-msg.el: Put some defvars in eval-when-compile.
14411         (gnus-msg-mail): Move after gnus-setup-message.
14412
14413         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14414
14415 2000-11-07  Dave Love  <fx@gnu.org>
14416
14417         * gnus-util.el (nnheader): Don't require message (recursive
14418         autoload).
14419
14420         * uudecode.el: Avoid compiler warnings.
14421
14422         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14423         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14424
14425 2000-11-06  Dave Love  <fx@gnu.org>
14426
14427         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14428
14429         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14430         (uudecode-char-int): New alias, replacing char-int.
14431         (uudecode-decode-region): Don't call buffer-disable-undo.
14432
14433 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14434 ;       (mm-uu-configure-list): Doc fix.
14435 ;
14436 ;       * earcon.el (running-xemacs): Don't define.
14437 ;
14438 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14439 ;
14440 ;       * message.el (message-font-lock-keywords): Match a final newline
14441 ;       to help font-lock's multiline support.
14442 ;
14443 2000-11-03  Dave Love  <fx@gnu.org>
14444
14445         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14446
14447         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14448         name.
14449
14450         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14451         <banner>: Fix custom type, doc.
14452
14453         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14454         name.  Don't disable undo explicitly.
14455
14456 ;2000-11-02  Dave Love  <fx@gnu.org>
14457 ;
14458 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14459 ;       cite-prefix.
14460
14461 2000-11-01  Dave Love  <fx@gnu.org>
14462
14463         * rfc2047.el (base64): Require unconditionally.
14464         (message-posting-charset): Defvar when compiling.
14465         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14466         message.
14467
14468         * gnus-sum.el (nnoo): Require.
14469         (mm-uu-dissect): Autoload.
14470
14471         * mml.el (mml-parse-1): Clarify message.
14472         (mml-minibuffer-read-type): Use mailcap-mime-types.
14473
14474 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14475
14476         * mml.el: Fix a typo in the requiring of CL.
14477
14478 2000-11-01  Dave Love  <fx@gnu.org>
14479
14480         * utf7.el: Require cl when compiling.
14481
14482         * binhex.el: Use (featurep 'xemacs).
14483         (binhex-char-int): New alias, replacing char-int.  Change callers.
14484         (binhex-decode-region): Simplify work buffer code.
14485         (binhex-decode-region-external): Use expand-file-name, not concat.
14486
14487 2000-10-30  Dave Love  <fx@gnu.org>
14488
14489         * gnus-art.el: Fix 2000-10-27 change properly.
14490
14491 2000-10-28  Miles Bader  <miles@gnu.org>
14492
14493         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14494
14495 2000-10-27  Dave Love  <fx@gnu.org>
14496
14497         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14498         strings.
14499         (gnus-group-make-tool-bar): New function.
14500         (gnus-group-mode): Use it.
14501
14502         * message.el (message-mode-menu): Add some :help strings.
14503         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14504         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14505
14506         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14507         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14508         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14509
14510         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14511         display-graphic-p here.
14512
14513 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14514
14515         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14516         of the `gnus-xemacs' variable, as the latter has been removed.
14517         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14518         * gnus-art.el (gnus-treat-display-xface)
14519         (gnus-treat-display-smileys, gnus-treat-display-picons)
14520         (gnus-article-read-summary-keys): Likewise.
14521
14522 2000-10-26  Dave Love  <fx@gnu.org>
14523
14524         (defvar): Use rmail-spool-directory unconditionally.
14525
14526 2000-10-18  Dave Love  <fx@gnu.org>
14527
14528         * mm-bodies.el (mm-uu-decode-function)
14529         (mm-uu-binhex-decode-function): Defvar when compiling.
14530
14531         * gnus-nocem.el (gnus-nocem-issuers): Update.
14532         (gnus-nocem-check-from): New option.
14533         (gnus-nocem-scan-groups): Use it.
14534         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14535         (gnus-nocem-check-article-limit): Add :version.
14536
14537 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14538
14539         * ietf-drums.el (mm-util): Require CL when compiling.
14540
14541 2000-10-15  Dave Love  <fx@gnu.org>
14542
14543         * qp.el: Require mm-util.
14544
14545 2000-10-13  Dave Love  <fx@gnu.org>
14546
14547         * qp.el (quoted-printable-decode-region): Avoid invalid
14548         coding-systems.
14549
14550 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14551
14552         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14553         to a recursive load.
14554
14555 2000-10-12  Dave Love  <fx@gnu.org>
14556
14557         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14558
14559         * gnus.el (gnus-group-startup-message): Check for PBM image.
14560
14561 2000-10-09  Dave Love  <fx@gnu.org>
14562
14563         * mail-source.el (mail-source-fetch-imap): Bind
14564         default-enable-multibyte-characters rather than using
14565         mm-disable-multibyte.
14566
14567 2000-10-05  Dave Love  <fx@gnu.org>
14568
14569         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14570         Autoload.
14571         (quoted-printable-decode-region):  Rename arg which confused
14572         charset with coding-system.  Don't use nonascii-insert-offset.
14573         Coding-system encode the region initially.  Don't recognize `=='
14574         as valid QP.  Coding-system decode the region finally.
14575         (quoted-printable-decode-string): Rename arg which confused
14576         charset with coding-system.
14577
14578         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14579         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14580         mm-encode-coding-region.
14581         (mm-decode-body, mm-decode-string): Rename variables which
14582         confused charset with coding-system.
14583         (binhex-decode-region): Don't autoload.
14584         (mm-body-encoding): Require message.
14585         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14586         cond branches.
14587
14588         * gnus-art.el (article-de-quoted-unreadable)
14589         (article-de-base64-unreadable): Fold search case
14590         rather than downcasing string.  Apply mm-charset-to-coding-system
14591         to arg of quoted-printable-decode-region.
14592
14593 2000-10-04  Dave Love  <fx@gnu.org>
14594
14595         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14596         Require ring when compiling.
14597         (gnus-article-compface-xbm): New variable.
14598
14599 2000-10-04  Dave Love  <fx@gnu.org>
14600
14601         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14602         pbm images.
14603
14604         * frown.pbm, smile.pbm, wry.pbm: New files.
14605
14606         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14607
14608 2000-10-03  Dave Love  <fx@gnu.org>
14609
14610         * mail-source.el (mail-sources): Revert to nil.
14611
14612         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14613
14614         * qp.el: Don't require mm-util.
14615         (quoted-printable-decode-region): Rewritten.
14616         (quoted-printable-decode-string, quoted-printable-encode-region):
14617         Doc fix.
14618         (quoted-printable-encode-region): Barf on multibyte characters.
14619         Maybe make the class multibyte.  Upcase chars, not formatted
14620         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14621         (quoted-printable-encode-string): Don't use
14622         mm-with-unibyte-buffer.
14623
14624 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14625
14626         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14627
14628 2000-09-21  Dave Love  <fx@gnu.org>
14629
14630         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14631         (for Emacs 20).  Tidy somewhat.
14632
14633 2000-09-21  Dave Love  <fx@gnu.org>
14634
14635         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14636         image processing.  Rationalize logic somewhat.
14637
14638 2000-09-20  Dave Love  <fx@gnu.org>
14639
14640         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14641         specifically.
14642
14643         * gnus.el (gnus-version-number): Avoid some redundant
14644         autoloads.
14645
14646 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14647
14648         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14649         to XBM; we always have PBM support.
14650
14651 2000-09-14  Dave Love  <fx@gnu.org>
14652
14653         * gnus.el (gnus-charset):
14654         * mm-decode.el (mime-display):
14655         * imap.el (imap) <defgroup>: Add :version.
14656
14657 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14658
14659         * parse-time.el: Fix author's mail address.
14660
14661         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14662         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14663         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14664         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14665         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14666         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14667         * rfc2231.el, uudecode.el: Fix copyright notice.
14668
14669         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14670         require `w3' at load-time only if not running in batch mode.
14671
14672 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14673
14674         * gnus.el: Before merge with Emacs21.
14675
14676 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14677
14678         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14679
14680 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14681
14682         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14683         to avoid conflict with the standard `back-to-indentation'
14684         binding.
14685
14686 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14687
14688         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14689
14690         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14691         (mm-disable-multibyte-mule4): Ditto.
14692         (mm-with-unibyte-current-buffer-mule4): Ditto.
14693
14694 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14695
14696         * pop3.el (pop3-movemail): Use binary.
14697         (pop3-movemail-file-coding-system): Removed.
14698
14699 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14700
14701         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14702
14703 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14706         exists.
14707
14708 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14709
14710         * gnus-msg.el (gnus-post-method): Use backend name when the
14711         address is "".
14712
14713 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14714
14715         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14716         mm-verify-option.
14717         (gnus-treat-x-pgp-sig): Default value.
14718         (gnus-ignored-headers): Redundant.
14719
14720 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14721
14722         * gnus-win.el (gnus-configure-frame): Save selected window.
14723
14724 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14725
14726         * nnmbox.el: Require gnus-range.
14727         (nnmbox-group-building-active-articles): New variable.
14728         (nnmbox-group-active-articles): New variable; this is a cache of
14729         all active articles by group and number.
14730         (nnmbox-in-header-p): New function.
14731         (nnmbox-find-article): New function.
14732         (nnmbox-record-active-article): New function.
14733         (nnmbox-record-deleted-article): New function.
14734         (nnmbox-is-article-active-p): New function.
14735         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14736         (nnmbox-request-article): Ditto.  Also supply extra arg to
14737         nnmbox-article-group-number.
14738         (nnmbox-request-expire-articles): Ditto.
14739         (nnmbox-request-move-article): Ditto.
14740         (nnmbox-request-replace-article): Ditto.
14741         (nnmbox-request-rename-group): Rename group entry in active
14742         article cache.
14743         (nnmbox-delete-mail): Update active article cache, unless article
14744         is being replaced.
14745         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14746         than partially duplicating it.
14747         (nnmbox-article-group-number): Add extra `this-line' arg, to
14748         handle articles belonging to multiple groups.
14749         (nnmbox-save-mail): Update active article cache.
14750         (nnmbox-read-mbox): Build active article cache when loading mbox.
14751         Also do some repair work, if we find articles that are missing the
14752         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14753         reconstruct these from Xref info.
14754
14755 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * mail-source.el (mail-source-report-new-mail): Use
14758         nnheader-run-at-time.
14759
14760 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14761
14762         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14763         an error is thrown, and then rethrow the error.
14764         (mail-source-check-pop): Ditto.
14765         (mail-source-start-idle-timer): Prevent multiple pop checks
14766         running if the check takes a long time.
14767
14768 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14769
14770         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14771         succeed.
14772
14773 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14774
14775         * gnus-win.el (gnus-configure-windows): Make sure
14776         nntp-server-buffer is live.
14777         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14778
14779 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14780
14781         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14782
14783 2000-12-04  Andreas Jaeger  <aj@suse.de>
14784
14785         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14786
14787 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14788
14789         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14790
14791 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14792         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14793
14794         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14795
14796 2000-12-01  Simon Josefsson  <sj@extundo.com>
14797
14798         * mml-smime.el (mml-smime-verify): Fix address parsing.
14799
14800 2000-12-01  Simon Josefsson  <sj@extundo.com>
14801
14802         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14803         more than one certificate inside PKCS#7 blob.  Better security
14804         information (clamed / actual sender, openssl output, certificates
14805         inside message).
14806
14807         * smime.el (smime-verify-region): Output to /dev/null.
14808         (smime-buffer-as-string-region): Don't parse empty lines.
14809
14810 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14811
14812         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14813         ?d and ?D.
14814         (gnus-mime-security-show-details-inline): New variable.
14815         (gnus-mime-security-show-details): Use them.
14816         (gnus-insert-mime-security-button): Ditto.
14817
14818         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14819         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14820         (mml2015-gpg-clear-verify): Ditto.
14821         (mml2015-gpg-decrypt-1): Ditto.
14822         (mml2015-use): Prefer 'gpg.
14823
14824 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14825
14826         * gnus-util.el (gnus-add-text-properties-when): New function.
14827         (gnus-remove-text-properties-when): Ditto.
14828
14829         * gnus-cite.el (gnus-article-hide-citation): Use them.
14830         (gnus-article-toggle-cited-text): Use them.
14831
14832         * gnus-art.el (gnus-signature-toggle): Use them.
14833         (gnus-article-show-hidden-text): Ditto.
14834         (gnus-article-hide-text): Ditto.
14835
14836 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14837
14838         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14839
14840 2000-11-30  Simon Josefsson  <sj@extundo.com>
14841
14842         * smime.el (smime-point-at-eol): New alias.
14843         (smime-buffer-as-string-region): Use it.
14844
14845 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14846
14847         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14848
14849 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14850
14851         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14852
14853         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14854
14855         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14856
14857 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14858
14859         * nnmh.el (nnmh-request-expire-articles): Implemented
14860         expiry-target for nnmh backend.
14861
14862 2000-11-30  Simon Josefsson  <sj@extundo.com>
14863
14864         * mm-decode.el (mm-security-from): New variable.
14865         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14866
14867         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14868         than `from'.
14869
14870 2000-11-30  Simon Josefsson  <sj@extundo.com>
14871
14872         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14873         address match sender address.
14874
14875         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14876
14877         * smime.el (smime-verify-region): Don't copy buffer.
14878         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14879         (smime-pkcs7-region): New function.
14880         (smime-pkcs7-certificates-region): Ditto.
14881         (smime-pkcs7-email-region): Ditto.
14882         (smime-buffer-as-string-region): Ditto.
14883
14884         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14885         buffer.
14886
14887 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14888
14889         * smime.el (smime-decrypt-region): Fix keyfile argument.
14890
14891 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14892
14893         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14894
14895 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * message.el (message-shoot-gnksa-feet): New variable.
14898         (message-gnksa-enable-p): New function.
14899         (message-send): Use it.
14900         (message-check-news-body-syntax): Ditto.
14901
14902 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * message.el (message-make-message-id): Remove the redundancy.
14905
14906 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * message.el (message-setup): Discourage using mc-install-*-mode.
14909
14910         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14911
14912 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14913
14914         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14915
14916 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14917
14918         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14919
14920 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14921
14922         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14923
14924 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14925
14926         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14927         insert-buffer-substring.
14928
14929         * message.el (message-send-mail): Use buffer-substring-no-properties.
14930         (message-send-news): Ditto.
14931
14932 2000-11-22  David Edmondson  <dme@dme.org>
14933
14934         * imap.el (imap-wait-for-tag): Message read info.
14935
14936 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14937
14938         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14939         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14940         (mml2015-gpg-encrypt): Ditto.
14941
14942 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14943
14944         * mm-decode.el (mm-verify-option): Default value.
14945
14946         * mml-sec.el (mml-secure-part): Error message.
14947
14948 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14949
14950         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14951
14952 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14953
14954         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14955
14956 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14957
14958         * gnus-art.el (gnus-article-describe-key): Use prompt.
14959         (gnus-article-describe-key-briefly): Ditto.
14960
14961 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14962
14963         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14964
14965 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14966
14967         * gnus-art.el (gnus-article-describe-key): New function.
14968         (gnus-article-describe-key-briefly): New function.
14969
14970 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14971
14972         * mm-decode.el (mm-decrypt-option): Doc typo.
14973
14974         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14975         return a number.
14976
14977 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14978
14979         * message.el (message-newline-and-reformat): Typo.
14980
14981 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14982
14983         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14984         original-article-buffer exists.
14985
14986         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14987         (rfc2047-header-encoding-alist): Addresses are different from text.
14988         (rfc2047-encode-message-header): Ditto.
14989         (rfc2047-dissect-region): Extra parameter.
14990         (rfc2047-encode-region): Ditto.
14991         (rfc2047-encode-string): Ditto.
14992
14993 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14994
14995         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14996         (mm-uu-pgp-encrypted-extract): Use it.
14997         (mm-uu-pgp-signed-extract-1): New function.
14998         (mm-uu-pgp-signed-extract): Use it.
14999
15000         * gnus-art.el (gnus-mime-display-security): New function.
15001         (gnus-mime-display-part): Use it.
15002         (gnus-mime-security-verify-or-decrypt): New function.
15003         (gnus-mime-security-press-button): New function.
15004         (gnus-insert-mime-security-button): Use it.
15005
15006         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15007         (mm-find-raw-part-by-type): Ditto.
15008         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15009         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15010         (mm-destroy-parts): Kill nested multibyte buffer.
15011
15012         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15013         (mml2015-gpg-verify): Ditto.
15014
15015 2000-11-18  Simon Josefsson  <sj@extundo.com>
15016
15017         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15018         (mml2015-function-alist): Use it.
15019
15020         * mml-sec.el (mml-sign-alist): Update names.
15021         (mml-encrypt-alist): Ditto.
15022         (mml-secure-part-smime-sign): Moved to mml-smime.el
15023         as `mml-smime-sign-query'.
15024         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15025         `mml-smime-get-file-cert'.
15026         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15027         `mml-smime-get-dns-cert'.
15028         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15029         `mml-smime-encrypt-query'.
15030         (mml-smime-sign-buffer): Use mml-smime-sign.
15031         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15032
15033         * mml-smime.el (mml-smime-sign): New function.
15034         (mml-smime-encrypt):
15035         (mml-smime-sign-query):
15036         (mml-smime-get-file-cert):
15037         (mml-smime-get-dns-cert):
15038         (mml-smime-encrypt-query): Moved from mml-sec.el.
15039
15040 2000-11-16  Simon Josefsson  <sj@extundo.com>
15041
15042         * mml2015.el (mml2015-gpg-clear-verify): New function.
15043         (mml2015-function-alist): Add it.
15044
15045 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15046
15047         * message.el (message-setup-fill-variables): Use
15048         message-cite-prefix-regexp.
15049         (message-newline-and-reformat): Check the end of citation, leading
15050         WSP, break in the cite prefix.
15051         (message-fill-paragraph): New function.
15052
15053 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15054
15055         * lpath.el: Shut up.
15056
15057 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15058
15059         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15060         raw 8-bit in headers in dk.* newsgroups.
15061
15062 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15063
15064         * message.el (message-newline-and-reformat): Match extra WSPs.
15065
15066 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15067
15068         * mml.el (mml-generate-mime-1): Ignore ascii.
15069
15070 2000-11-16 Justin Sheehy  <justin@iago.org>
15071
15072         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15073
15074 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15075
15076         * message.el (message-cite-prefix-regexp): Prefix should not end
15077         at space.
15078
15079 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15080
15081         * message.el (message-mode-syntax-table): Add - as a word
15082         constituent as in articles.
15083         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15084         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15085         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15086
15087 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15088
15089         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15090
15091 2000-11-12  David Edmondson  <dme@dme.org>
15092
15093         * message.el (message-font-lock-keywords): use
15094         message-cite-prefix-regexp.
15095
15096 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15097
15098         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15099         Stein Arild Str\e,Ax\e(Bmme.
15100         (gnus-group-jump-to-group): Use it.
15101         (gnus-group-jump-to-group-prompt): Customize.
15102
15103 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15104
15105         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15106
15107 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15108
15109         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15110         incompatible.
15111         (mml2015-mailcrypt-sign): Ditto.
15112
15113 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15114
15115         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15116         group is open.
15117
15118 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15119
15120         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15121         nnvirtual articles.
15122         (gnus-backlog-request-article): Don't request nnvirtual articles.
15123
15124 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15125
15126         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15127         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15128
15129 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15130
15131         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15132         * mml.el (mml-generate-mime-1): Use charset attribute.
15133         * mm-bodies.el (mm-encode-body): Add parameter charset.
15134         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15135
15136 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15137
15138         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15139         (mml2015-mailcrypt-clear-decrypt): Ditto.
15140         (mml2015-mailcrypt-verify): Ditto.
15141         (mml2015-mailcrypt-clear-verify): Ditto.
15142         (mml2015-gpg-verify): Ditto.
15143
15144 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15145
15146         * smime.el (smime-openssl-program): Test the existence of openssl.
15147         * mml-smime.el: Require mm-decode.
15148         (mml-smime-verify-test): New function.
15149         * mm-decode.el (mm-verify-function-alist): Use it.
15150
15151 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15154         anyway.
15155
15156 2000-11-13  Simon Josefsson  <sj@extundo.com>
15157
15158         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15159         verification doesn't work.
15160
15161 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15162
15163         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15164         (gnus-inews-do-gcc): Use it.
15165
15166 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15167
15168         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15169         leading space.
15170         * mm-extern.el (mm-inline-external-body): Report error when no
15171         access-type.
15172
15173 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15174
15175         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15176
15177 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15178
15179         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15180
15181 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15184         as multipart/mixed.
15185
15186 2000-11-12  David Edmondson  <dme@dme.org>
15187
15188         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15189         and replace `.' with `\w' to allow for different syntax tables
15190         (from Vladimir Volovich).
15191         * message.el (message-newline-and-reformat): use
15192         `message-cite-prefix-regexp'.
15193         * gnus-cite.el (gnus-supercite-regexp): use
15194         `message-cite-prefix-regexp'.
15195         * gnus-cite.el (gnus-cite-parse): use
15196         `message-cite-prefix-regexp'.
15197
15198 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15199
15200         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15201         PGP SIGNATURE.  Escape leading "-"'s.
15202         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15203
15204 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15205
15206         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15207
15208 2000-11-11  Simon Josefsson  <sj@extundo.com>
15209
15210         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15211
15212         * smime.el (smime-details-buffer): New variable.
15213         (smime-sign-region):
15214         (smime-encrypt-region):
15215         (smime-verify-region):
15216         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15217
15218         * mml-smime.el (mml-smime-verify): Support security info.
15219
15220 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15221
15222         * mm-decode.el (mm-verify-option): Set default to nil.
15223         (mm-decrypt-option): Ditto.
15224         * gnus-art.el (article-verify-x-pgp-sig): New function.
15225
15226 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15227
15228         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15229         preferred part.
15230
15231 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15232
15233         * gnus-sum.el (gnus-move-split-methods): Say that
15234         `gnus-split-methods' uses file names, whereas this uses group
15235         names.  (Report from Nevin Kapur)
15236
15237 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15240
15241 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15242
15243         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15244         (nnheader-directory-articles): Use it.
15245         (nnheader-article-to-file-alist): Ditto.
15246
15247 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * rfc2047.el (rfc2047-pad-base64): New function.
15250         (rfc2047-decode): Use it.
15251
15252 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15253
15254         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15255         select method.
15256
15257 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15258
15259         * mml2015.el (mml2015-gpg-decrypt-1):
15260         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15261
15262 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15263
15264         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15265
15266 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15267
15268         * pop3.el (pop3-munge-message-separator): A message may have an
15269         empty body.
15270
15271 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15272
15273         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15274         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15275         (mm-uu-pgp-signed-extract): Use coding-system.
15276
15277 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15278
15279         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15280         (gnus-insert-mime-security-button): New function.
15281         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15282         * mml2015.el:  Add security info when verify or decrypt.
15283         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15284         (mm-uu-pgp-encrypted-extract): Ditto.
15285
15286 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15287
15288         * mm-decode.el (mm-display-parts): New function.
15289         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15290
15291 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15292
15293         * gnus-mlspl.el: Documentation tweaks.
15294
15295 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15296
15297         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15298         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15299         argument.
15300
15301 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15302
15303         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15304
15305 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15306
15307         * gnus-art.el (gnus-article-encrypt): New function.
15308         (gnus-article-encrypt-protocol-alist): New variable.
15309         (gnus-article-encrypt-protocol): New variable.
15310         * mml2015.el (mml2015-self-encrypt): New function.
15311         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15312
15313 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15314
15315         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15316         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15317         let mailcap do it.
15318         * mml2015.el: Remove snarf code.
15319         * mm-decode.el: Remove snarf code.
15320
15321 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15322
15323         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15324         (mml-insert-mime): Understand gnus-decoded.
15325         (mime-to-mml): New parameter handles.
15326         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15327         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15328
15329 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15330
15331         * mm-decode.el (mime-security): New group.
15332         (mm-verify-function-alist): Add test function.
15333         (mm-decrypt-function-alist): Ditto.
15334         (mm-snarf-option): Set default value as nil.
15335         (mm-find-part-by-type): Recursive parameter.
15336         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15337         * mml2015.el: Support draft-ietf-openpgp-multsig.
15338
15339 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15340
15341         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15342         (gnus-article-view-part-as-charset): New function.
15343
15344 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15345
15346         * mm-decode.el (mm-verify-option): Default value.
15347         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15348
15349 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15350
15351         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15352
15353 2000-11-05  Simon Josefsson  <sj@extundo.com>
15354
15355         * mml-smime.el (mml-smime-verify): Work in original multipart
15356         buffert.
15357
15358         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15359         (mm-handle-multipart-ctl-parameter): Ditto.
15360         (mm-alist-to-plist): New function.
15361         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15362         for multiparts.
15363         (mm-destroy-parts): Destroy multipart buffert.
15364         (mm-remove-part): Ditto.
15365
15366         * mml-smime.el (mml-smime-sign): Not used.
15367         (mml-smime-encrypt): Ditto.
15368
15369         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15370
15371         Verify S/MIME signature support.
15372
15373         * mm-decode.el (mm-inline-media-tests): Add
15374         application/{x-,}pkcs7-signature.
15375         (mm-inlined-types): Ditto.
15376         (mm-automatic-display): Ditto.
15377         (mm-verify-function-alist): Ditto.  Add name of method.
15378         (mm-decrypt-function-alist): Add name of method.
15379         (mm-find-part-by-type): Add documentation.
15380         (mm-possibly-verify-or-decrypt): Use new format of
15381         mm-{verify,decrypt}-function-alist.  Use method names.
15382
15383         * mml-smime.el (mml-smime-verify): New function.
15384
15385 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386
15387         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15388
15389 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15390
15391         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15392         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15393         * mm-decode.el (mm-snarf-option): New variable.
15394
15395 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15396
15397         * mm-util.el (mm-subst-char-in-string): New function.
15398         (mm-replace-chars-in-string): Use it.
15399         * message.el (message-replace-chars-in-string): Use it.
15400         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15401         * gnus-mh.el (mh-lib-progs): Shut up.
15402
15403 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15404
15405         * base64.el, md5.el: Moved to contrib directory.
15406
15407 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15408
15409         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15410         the last article when search.
15411
15412 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15413
15414         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15415         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15416
15417 2000-09-29  David Edmondson  <dme@thus.net>
15418
15419         * message.el (message-newline-and-reformat): Typo.
15420
15421 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15422
15423         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15424
15425 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15426
15427         * nntp.el (nntp-decode-text): Delete bogus status lines.
15428
15429 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15430
15431         * message.el (message-font-lock-keywords): Match a final newline
15432         to help font-lock's multiline support.
15433
15434 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15435
15436         * nnoo.el (nnoo-set): New function.
15437
15438 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15439
15440         * gpg.el, gpg-ring.el: Moved to contrib directory.
15441
15442 2000-11-04  Simon Josefsson  <sj@extundo.com>
15443
15444         * nnimap.el (nnimap-split-inbox): Typo.
15445
15446 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15447
15448         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15449
15450 2000-11-03  Simon Josefsson  <sj@extundo.com>
15451
15452         * rfc2231.el (rfc2231-parse-qp-string): New function.
15453         (require): rfc2047.
15454
15455         * mail-parse.el (mail-header-parse-content-type):
15456         (mail-header-parse-content-disposition): Support invalid QP
15457         encoded strings, by using `rfc2231-parse-qp-string'.
15458
15459 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15460
15461         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15462         (rfc2231-decode-encoded-string): Typo "> X 1".
15463         (rfc2231-encode-string): Insert the name of charset.
15464         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15465
15466 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15467
15468         * mm-decode.el (mm-save-part): Return the filename.
15469         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15470         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15471         (gnus-mime-action-alist): Use it.
15472         (gnus-mime-button-commands): Use it.
15473         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15474         (mm-inline-external-body): unwind-protect.
15475
15476 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15477
15478         * gnus-art.el (gnus-insert-mime-button): Show url.
15479
15480 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15481
15482         * mml.el (mml-generate-mime-1): Support external url.
15483         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15484
15485 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15486
15487         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15488         * mm-decode.el (mm-display-external): Ditto.
15489         * mm-extern.el: New file.
15490         * mm-decode.el (mm-inline-media-tests): Hook it up.
15491         (mm-inlined-types): Inline message/external-body.
15492
15493 2000-11-02  Simon Josefsson  <sj@extundo.com>
15494
15495         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15496
15497         * message.el (message-get-reply-headers): Better handling when
15498         Mail-Followup-To is very large.
15499
15500 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15501
15502         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15503         * gnus-art.el (gnus-article-edit-done):
15504         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15505         counting code here.
15506         * gnus-msg.el (gnus-setup-message): Remove a hack.
15507
15508 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15509
15510         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15511         (gnus-summary-mode): Make them local variables.
15512         (gnus-set-global-variables): Globalize them.
15513         (gnus-summary-exit): Kill them.
15514
15515 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15516
15517         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15518         word.
15519
15520 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15521
15522         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15523         gnus-article-wash-types.
15524         * gnus-art.el (gnus-article-wash-status): Use them.
15525
15526 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15527
15528         * mml.el (mml-read-tag): Remove spaces and LF.
15529
15530 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15533         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15534
15535 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15536
15537         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15538
15539 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15540
15541         * gnus-sum.el (gnus-article-charset): New variable.
15542         (gnus-summary-display-article): Set it.
15543         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15544         * gnus-art.el (gnus-article-mode): Make it local variable.
15545
15546 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15547
15548         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15549
15550 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551
15552         * nnwfm.el: New file.
15553
15554         * nnweb.el (nnweb-replace-in-string): New function.
15555
15556 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15557
15558         * mml2015.el: Wrap gpg.el.
15559         * gpg.el (gpg-verify): The last argument of apply is a list.
15560         (gpg-encrypt): Add passphrase as a parameter.
15561
15562 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * gpg.el: New file.
15565         * gpg-ring.el: New file.
15566
15567 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15568
15569         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15570
15571 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15574         double-quote characters.
15575         (gnus-summary-prepare-threads): Ditto.
15576
15577 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15578
15579         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15580         * mml.el (mml-read-tag): Don't skip the leading space.
15581         * lpath.el (font-lock-set-defaults): Shut up.
15582
15583 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15584
15585         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15586
15587 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15588
15589         * qp.el (quoted-printable-encode-region): Replace leading - when
15590         ultra safe.
15591         * mml.el (mml-generate-mime-postprocess-function): Removed.
15592         (mml-postprocess-alist): Removed.
15593         (mml-generate-mime-1): Use ultra-safe when sign.
15594         * mml2015.el (mml2015-fix-micalg): Uppercase.
15595         (mml2015-verify): Insert LF.
15596         (mml2015-mailcrypt-sign): Downcase; search backward.
15597
15598 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599
15600         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15601         restrictive.
15602         (nnultimate-table-regexp): New variable.
15603         (nnultimate-forum-table-p): Use it.
15604
15605 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15606         Trivial patch.
15607
15608         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15609
15610 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15611
15612         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15613         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15614
15615 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15616
15617         * mml2015.el: Shut up.
15618
15619 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15620
15621         * gnus.el (gnus-server-browse-hashtb): Removed.
15622         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15623         (gnus-group-insert-group-line-info): Use simplified method.
15624         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15625
15626 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15627
15628         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15629         moved here.
15630         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15631         * gnus-group.el (gnus-group-prepare-flat): Use it.
15632         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15633
15634 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15635
15636         * mml.el (mml-mode): Show menu in XEmacs.
15637
15638 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15639
15640         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15641         (gnus-server-read-server-in-server-buffer): New function.
15642         (gnus-browse-foreign-server): Browse in group buffer.
15643         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15644         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15645         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15646         * gnus.el (gnus-server-browse-hashtb): New variable.
15647
15648 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15649
15650         * nnfolder.el (nnfolder-open-nov): Use group.
15651
15652 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15653
15654         * nnfolder.el: Add NOV. Set version to 2.0.
15655         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15656
15657 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15658
15659         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15660
15661 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15662
15663         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15664         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15665
15666 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15667
15668         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15669
15670 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * mm-decode.el (mm-verify-function-alist): New variable.
15673         (mm-verify-option): New variable.
15674         (mm-decrypt-function-alist): Ditto.
15675         (mm-decrypt-option): Ditto.
15676         (mm-find-raw-part-by-type): New function.
15677         (mm-possibly-verify-or-decrypt): New function.
15678         (mm-dissect-multipart): Use it.
15679         * mml2015.el (mml2015-fix-micalg): New function.
15680         (mml2015-decrypt): Use new interface.
15681         (mml2015-verify):  Use new interface.
15682         (mml2015-setup): Make it bogus.
15683
15684 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15685
15686         * mml.el (mml-generate-mime-postprocess-function): Set to
15687         mml-postprocess.
15688         (autoload): Autoload mml2015 and mml-smime.
15689         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15690         * mml2015.el (mml2015-encrypt): New function.
15691         (mml2015-sign): New function.
15692         (mml2015-encrypt-function): New variable.
15693         (mml2015-sign-function): New variable.
15694         (mml2015-mailcrypt-encrypt): Use message-recipients.
15695         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15696         * mml-smime.el (mml-smime-setup): Ditto.
15697
15698 2000-10-28  Simon Josefsson  <sj@extundo.com>
15699
15700         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15701         Communigate Pro 3.3.1 server.
15702
15703         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15704         in buffers.
15705         (mml-secure-dns-server): Removed.
15706         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15707         write certificates to files.
15708
15709         * smime.el (smime-dns-server): New variable.
15710         (smime-mail-to-domain):
15711         (smime-cert-by-dns): New functions.
15712
15713         * dig.el: New file.
15714
15715 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15716
15717         * message.el (message-options): New variable.
15718         (message-options-set-recipient): New function.
15719         (message-send): Use them.
15720         * gnus-int.el (gnus-request-replace-article): Use them.
15721         (gnus-request-accept-article): Ditto.
15722         * mml.el (mml-preview): Use them.
15723         * gnus-sum.el (gnus-summary-edit-article): Use them.
15724
15725         * message.el (message-options-get): New function.
15726         (message-options-get): New function.
15727         * rfc2047.el (rfc2047-encode-message-header): Use them.
15728         * mm-bodies.el (mm-encode-body): Use them.
15729
15730 2000-10-28  Simon Josefsson  <sj@extundo.com>
15731
15732         * nnimap.el (nnimap-retrieve-which-headers):
15733         (nnimap-request-article-part): Quote message-id.
15734
15735         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15736         (smime-CA-file): New variable.
15737         (smime-call-openssl-region): Don't error.
15738         (smime-sign-region): Return result value.
15739         (smime-encrypt-region): Ditto.
15740         (smime-verify-region): New function.
15741         (smime-decrypt-region): Ditto.
15742         (smime-verify-buffer): Ditto.
15743         (smime-decrypt-buffer): Ditto.
15744
15745         * mml.el: Require mml-sec.
15746         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15747         (mml-mode-map): Add "sign" and "encrypt" maps.
15748         (mml-menu): Add security menu.
15749         (mml-preview): Use generate-new-buffer.
15750
15751         * mml-sec.el: New file.
15752
15753 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * mm-decode.el (mm-find-part-by-type): Move it here.
15756         * mml.el (mml-postprocess): Move it here.
15757         (mml-postprocess-alist): Move it here. Merge them.
15758
15759 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15760
15761         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15762         unencoded stuff in the header.
15763
15764 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15765
15766         * gnus-group.el (gnus-group-listed-groups): New variable.
15767         (gnus-group-list-option): New variable.
15768         (gnus-group-list-limit-map): New keymap.
15769         (gnus-group-list-flush-map): New keymap.
15770         (gnus-group-list-plus-map): New keymap.
15771         (gnus-group-prepare-logic): New function.
15772         (gnus-group-prepare-flat): Merge with
15773         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15774         (gnus-group-prepare-flat-list-dead): Ditto.
15775         (gnus-group-list-matching): Use gnus-group-prepare-function.
15776         (gnus-group-list-dormant): Ditto.
15777         (gnus-group-list-cached): Ditto.
15778         (gnus-group-listed-groups): New function.
15779         (gnus-group-list-limit): New function.
15780         (gnus-group-list-flush): New function.
15781         (gnus-group-list-plus): New function.
15782         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15783         (gnus-topic-prepare-topic): Ditto.
15784
15785 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15786
15787         * message.el (message-insert-to, message-get-reply-headers):
15788         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15789
15790 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15791
15792         * mml2015.el: New file.
15793         * smime.el: New file.
15794         * mml-smime.el: New file.
15795
15796 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15797
15798         * ChangeLog: Moved to ChangeLog.1.
15799
15800     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15801   Copying and distribution of this file, with or without modification,
15802   are permitted provided the copyright notice and this notice are preserved.
15803
15804 ;; Local Variables:
15805 ;; coding: iso-2022-7bit
15806 ;; End: