Synch to Oort Gnus 200304221823.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2
3         * gnus-util.el (gnus-merge): Added "type" argument to match CL
4         merge and gnus-sum.el's expectations.
5
6 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * gnus-art.el (gnus-button-url-regexp): Added nntp.
9
10         * message.el (message-generate-headers-first): Default to
11         '(references).
12
13         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
14
15 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
16
17         * smime.el (smime-decrypt-region): Insert From header.
18
19 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
20
21         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
22         Max length of header is 726, not 740.  From Gaute B Strokkenes
23         <gs234@cam.ac.uk>.
24
25 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
26
27         * nndb.el, mml1991.el: Fix license template.
28
29 2003-04-20  Simon Josefsson  <jas@extundo.com>
30
31         * nnimap.el (nnimap-split-articles): Don't download body unless
32         required.
33
34         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
35         starting process, like imap-kerberos4-open does.
36
37         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
38         license template.
39
40         * mml-sec.el: Fix license template.
41
42         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
43         license template.
44
45         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
46         pgg-pgp.el: Fix license template.
47
48 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
49
50         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
51
52 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
55
56 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * spam.el (spam-split): allow a particular check as a parameter,
59         e.g. (: spam-split 'spam-use-bogofilter)
60         (spam-mark-only-unseen-as-spam): new parameter, see doc
61         (spam-mark-junk-as-spam-routine): use
62         spam-mark-only-unseen-as-spam, simplify routine to take advantage
63         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
64
65 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
68         (gnus-group-guess-full-name): don't prefix the group twice
69
70         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
71
72         * gnus-registry.el (gnus-registry-clear)
73         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
74         (gnus-registry-split-fancy-with-parent): new functions
75         (gnus-register-spool-action, gnus-register-action): simplified the format
76         (gnus-registry): new customization group
77         (gnus-registry-unfollowed-groups): new variable
78
79 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-art.el (gnus-button-alist): Add nntp: urls.
82         (gnus-header-button-alist): Ditto.
83
84 2003-04-17  Dave Love  <fx@gnu.org>
85
86         * gnus-util.el (gnus-string-equal): Revert last change.
87
88 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
91
92 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
93
94         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
95
96 2003-04-15  Michael Shields  <shields@msrl.com>
97
98         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
99         the broken-reply-to group parameter is set.  Idea from Vasily
100         Korytov <deskpot@myrealbox.com>.
101
102 2003-04-17  Steve Youngs  <youngs@xemacs.org>
103
104         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
105         process.el in XEmacsen >= 21.5.
106
107 2003-04-17  Steve Youngs  <youngs@xemacs.org>
108
109         * dgnushack.el: Add a whole swag of autoloads and defaliases to
110         satisfy the byte-compiler when building with XEmacs.
111
112         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
113         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
114         W3 doesn't have these.
115
116         * mailcap.el: Maybe require 'lpr in XEmacs.
117
118 2003-04-16  Simon Josefsson  <jas@extundo.com>
119
120         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
121         sender tag, if available.
122
123 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * gnus-registry.el (gnus-register-action)
126         (gnus-register-spool-action, hashtable-to-alist)
127         (gnus-registry-translate-from-alist, alist-to-hashtable)
128         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
129         new variables and function fixes
130
131         * gnus.el (gnus-registry-headers-alist): new variable to hold
132         article header data
133         (gnus-variable-list): save gnus-registry-headers-alist
134
135         * spam-report.el (Module): new module for spam reporting
136
137         * gnus.el (spam-process): added
138         gnus-group-spam-exit-processor-report-gmane to the list of choices
139         (gnus-install-group-spam-parameters): defined new spam exit processor
140
141         * spam.el (autoload): autoload spam-report-gmane when needed
142         (spam-report-gmane-register-routine): glue for spam-report.el
143         (spam-group-spam-processor-report-gmane-p): glue for the
144         gnus-group-spam-exit-processor-report-gmane spam processor
145         (spam-summary-prepare-exit): check the report-gmane spam processor
146         and run spam-report-gmane-register-routine if it's active
147
148         From John Wiegley <johnw@gnu.org>
149
150         * spam.el (spam-bogofilter-score): check bogofilter headers before
151         checking bogofilter itself
152
153 2003-04-16  Dave Love  <fx@gnu.org>
154
155         * gnus-agent.el: Wrap defsetf in eval-when-compile.
156         (gnus-agent-cat-defaccessor): Don't use gensym.
157
158         * mml1991.el: Require cl, mm-util when compiling.
159         (quoted-printable-decode-region, quoted-printable-encode-region):
160         Autoload.
161
162         * pgg.el: Require cl when compiling.
163
164         * nnmail.el (gnus): Require.
165
166         * gnus-util.el: Move provide to end.
167         (gnus-string-equal): Maybe use compare-strings.
168         (gnus-merge): New.
169
170         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
171         (gnus-summary-insert-articles): Use gnus-merge.
172
173         * gnus-fun.el: Require cl and mm-util when compiling.
174
175         * gnus-diary.el (gnus-diary-delay-format-french)
176         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
177
178         * nndiary.el (nndiary-compute-reminders): Don't use setf with
179         nthcdr.
180
181 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
182
183         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
184         specify a predicate other than false.
185         (gnus-category-read): Use the new feature to create a 'default'
186         category with a 'short' predicate.
187
188 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-unique-id): Comment change.
191
192         * gnus-art.el (gnus-article-next-page-1): New function.
193         (gnus-article-next-page): Use it.
194
195 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
196
197         * spam.el (spam-split): added save-restriction to save-excursion
198
199 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
200         From Julien Avarre <julien@avarre.com>
201
202         * gnus-fun.el: Fixed autoload cookie.
203
204 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
205         From Remi Letot  <remi.letot@easynet.be>
206
207         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
208         instead of remove-if.
209
210 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
213         copy-sequence instead of remove which is a cl run-time function in
214         Emacs 20.
215
216 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
217
218         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
219         local copy of gnus-discouraged-post-methods with the current
220         method removed.
221
222 2003-04-14  Simon Josefsson  <jas@extundo.com>
223
224         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
225
226 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
227
228         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
229         of `mm-coding-system-priorities' to base coding system.
230
231         * gnus-sum.el: Added coding cookie ("middle dot" in
232         gnus-summary-morse-message).
233
234 2003-04-13  Simon Josefsson  <jas@extundo.com>
235
236         * gnus-art.el (article-fill-long-lines)
237         (article-verify-x-pgp-sig, article-decode-group-name)
238         (gnus-mime-button-menu): Split >80 character lines.
239
240 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
241
242         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
243         we're let-binding it.
244
245         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
246
247 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * message.el (message-hide-headers): Don't do intangible.
250
251         * gnus.el (gnus-group-prefixed-name): Comment out the test for
252         colon. 
253
254         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
255         to the ephemeral entry, but the prefixed name.
256
257         * gnus.el (gnus-group-prefixed-name): Clean up.
258
259 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
260
261         * gnus-agent.el (gnus-agent-group-pathname): Bind
262         gnus-command-method so that gnus-agent-directory will always
263         return a valid directory.
264         * gnus-cache.el (gnus-cache-enter-article): Remove article from
265         gnus-newsgroup-undownloaded so that the summary will display the
266         article as downloaded.
267         (gnus-cache-remove-article): If the article isn't in the agent,
268         remove it from gnus-newsgroup-undownloaded so that the summary
269         will display the article as undownloaded.
270
271 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus.el (gnus-version-number): Bump.
274
275 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
276
277         * gnus.el: Oort Gnus v0.18 is released.
278
279 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
282
283 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-art.el (gnus-article-next-page): Use
286         gnus-article-over-scroll.
287         (gnus-article-over-scroll): New variable.
288
289         * message.el (message-newline-and-reformat): Place a boundary
290         before filling.
291         (message-make-forward-subject-function): Changed default to
292         message-forward-subject-name-subject. 
293         (message-forward-subject-name-subject): New function.
294
295         * nnimap.el (nnimap-split-fancy): Ditto.
296
297         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
298
299         * gnus-cus.el (gnus-group-parameters): Removed "which see".
300
301         * mml.el (mml-minibuffer-read-file): Bind
302         completion-ignored-extensions to nil.
303
304         * message.el (message-fix-before-sending): Comment fix.
305         (message-fix-before-sending): Make hidden headers visible.
306         (message-hide-headers): Bind after-change-functions to nil.
307         (message-forbidden-properties): Put invisible and intangible
308         back. 
309         (message-strip-forbidden-properties): Ignore message-hidden text.
310
311         * gnus-msg.el: Hide headers.
312
313         * message.el (message-hidden-headers): New variable.
314         (message-hide-headers): New function.
315         (message-hide-header-p): New function.
316         (message-hide-header-p): Change logic.
317         (message-forbidden-properties): Remove intangible nil invisible
318         nil. 
319         (message-hide-headers): Narrow to headers.
320
321         * lpath.el (featurep): Bind Info-directory, Info-menu.
322
323 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
324
325         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
326         encoded.
327         (mm-encode-body): Don't corrupt UTF-16.
328         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
329
330 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
331
332         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
333         the CACHE are now detected and handled the same as an article
334         downloaded into the agent.
335         (gnus-agent-group-path): Modified to match nnmail-group-pathname
336         so that the agent front-end and back-end (nnagent) always use the
337         same directory.
338         (gnus-agent-group-pathname): New function. Wrapper for
339         nnmail-group-pathname.
340         (gnus-agent-expire-unagentized-dirs): New variable.  May be
341         customized to disable gnus-agent-expire-unagentized-dirs.
342         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
343         as the directories in gnus-agent-expire-current-dirs were
344         expanded.
345
346 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
347
348         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
349         body" entry in read only groups.
350
351 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
352
353         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
354         and "Create article" items in non-editable groups.
355
356 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
357
358         * gnus-agent.el (gnus-agent-write-active): Added option of
359         replacing, rather than updating, the agent's active file.  Do NOT
360         use the fully qualified group name as gnus-active-to-gnus-format
361         blindly prefixes group names with server names.
362         (gnus-agent-save-group-info): Merge BOTH min/max of current active
363         range, was just merging min, with specified active range.
364         (gnus-agent-expire): Save agent's active ranges after
365         expiring all groups.
366         (gnus-agent-expire-group-1): Update min of agent's active range to
367         min article currently fetched.
368         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
369         same ancestor multiple times.
370
371         * gnus-async.el (gnus-asynchronous): Moved defcustom of
372         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
373         seems to fix an intermittant error in which loading gnus-async
374         fails to define gnus-asynchronous (the variable).
375
376         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
377         non-essential.  Removed on all platforms.
378         (gnus-select-newsgroup): When the agent is active, expand the
379         group's active range to include fetched articles that are no
380         longer in the server's active range.
381
382         * gnus-util.el (gnus-with-output-to-file): Removed all of the
383         print-* bindings as they should be handled by the function doing
384         the printing.
385
386 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
387
388         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
389         might be unbound in non-MULE XEmacsen.
390
391 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
392
393         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
394         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
395         recognize diffs.
396
397         * mm-bodies.el (mm-decode-body): Use the supplied charset
398         unconditionally if `code-pages' hasn't been loaded.
399
400 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
401
402         * gnus-art.el (article-verify-x-pgp-sig): Don't use
403         `insert-buffer', the docstring says "This function is meant for
404         the user to run interactively.  Don't call it from programs!"
405
406         * mm-extern.el (mm-extern-mail-server): do.
407
408         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
409         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
410         (mml1991-pgg-encrypt): do.
411
412         * pgg.el (pgg-decrypt-region): do.
413
414         * mm-view.el (mm-view-pkcs7-decrypt): do.
415
416         * mml-smime.el (mml-smime-verify): do.
417
418         * mml.el (mml-insert-mime, mml-preview): do.
419
420         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
421         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
422         (mml2015-pgg-encrypt): do.
423
424 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
427
428 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
429
430         * mm-uu.el (mm-uu-copy-to-buffer): Copy
431         `buffer-file-coding-system' to the new buffer.
432         (mm-uu-pgp-signed-extract-1): Don't copy
433         `buffer-file-coding-system' here.
434
435         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
436         exist in XEmacs.
437         (mm-decode-body): Add missing quote.
438
439         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
440         buffer-file-coding-system.
441
442         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
443         last-coding-system-used.
444
445         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
446         according to buffer-file-coding-system.
447
448         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
449
450         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
451         (pgg-pgp-snarf-keys-region): do.
452
453         * pgg-pgp5.el (pgg-pgp5-verify-region)
454         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
455
456         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
457         
458 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
459
460         * spam.el (spam-split): (save-excursion) around (widen)
461         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
462         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
463
464 2003-04-05  Steve Youngs  <youngs@xemacs.org>
465
466         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
467         don't use it when loading gnus-sum.el if we're in XEmacs.
468
469 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
470
471         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
472         print-escape-nonascii to fix more characters in compiled format
473         specs.
474
475 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
476
477         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
478         Fix customization type.
479
480 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
481
482         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
483         print-quoted, print-readably, print-escape-multibyte, and
484         print-level to match original behavior of gnus-prin1.  This should
485         repair the format of .newsrc.eld when using compiled format specs.
486
487 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
488
489         * gnus-group.el (tool-bar-map): defvar it.
490
491         * gnus-art.el (tool-bar-map): do.
492
493         * gnus-sum.el (tool-bar-map): do.
494
495 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
496
497         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
498
499 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
500
501         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
502         and value.
503         (gnus-button-alist): Use it.
504
505 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
506
507         * pgg-gpg.el (pgg-gpg-process-region): do.
508
509         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
510         (pgg-pgp-snarf-keys-region): do.
511
512         * pgg-pgp5.el (pgg-pgp5-verify-region)
513         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
514
515         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
516         unsafe.
517         (pgg-temporary-file-directory): Remove.
518
519 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * lpath.el: Fbind Info-directory and Info-menu.
522
523 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * gnus-util.el (gnus-message): Added doc-string.
526
527         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
528         (gnus-score-edit-file-at-point): Goto first match when using `e'.
529
530 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
531
532         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
533         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
534
535 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
538         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
539
540 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
541
542         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
543         print-escape-newlines to print escape sequences rather than
544         literal newline characters.
545
546 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
549         `message-valid-fqdn-regexp' for initialization.
550         (gnus-button-handle-info-url): Renamed and extended version of
551         `gnus-button-handle-info'.
552         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
553         (gnus-button-handle-symbol, gnus-button-handle-library)
554         (gnus-button-handle-info-keystrokes): New functions.
555         (gnus-button-browse-level): New variable.
556         (gnus-button-alist): Use them.  Added levels.
557         (gnus-header-button-alist): Added levels.
558
559 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus.el (gnus-version-number): Bump.
562
563 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
564
565         * gnus.el: Oort Gnus v0.17 is released.
566
567 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-start.el (gnus-unload): Removed.
570
571         * pop3.el (pop3-read-response): Use
572         nnheader-accept-process-output.
573         (pop3-retr): Ditto.
574
575         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
576         (mm-text-html-washer-alist): Ditto.
577
578 2003-03-31  Simon Josefsson  <jas@extundo.com>
579
580         * imap.el (imap-gssapi-program): Also try GNU SASL.
581         (imap-gssapi-open): Accept GNU SASL greeting.
582         (imap-read-timeout): New.
583         (imap-wait-for-tag): Use it.
584
585 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * nntp.el (nntp-accept-process-output): Use new function.
588
589         * nnheader.el (nnheader-read-timeout): New variable.
590         (nnheader-accept-process-output): New function.
591
592         * nntp.el (nntp-read-timeout): Removed.
593
594         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
595
596 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
599
600 2003-03-30  Simon Josefsson  <jas@extundo.com>
601
602         * message.el (message-idna-inside-rhs-p): Narrow to header before
603         searching.
604
605         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
606
607 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
610
611 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
612
613         * message.el (message-make-in-reply-to): Use
614         mail-extract-address-components to determine sender's
615         name/address.
616
617 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
620
621         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
622         valid lambda.
623         (gnus-registry-translate-from-alist): Ditto.
624
625         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
626         print-length to nil.
627
628         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
629
630         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
631         (gnus-grab-cam-face): Use it.
632
633 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
634
635         * nnmaildir.el (nnmaildir-request-set-mark)
636         (nnmaildir-close-group): Allow each mark directory in a group to
637         have its own inode for mark files, to accommodate AFS.
638
639 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
640
641         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
642         gnus-read-newsrc-el-file
643         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
644
645         * gnus-registry.el (gnus-registry-translate-to-alist)
646         (gnus-registry-translate-from-alist, alist-to-hashtable)
647         (hashtable-to-alist): new functions
648         (gnus-register-spool-action): add a spool item to the registry
649
650         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
651         list of saved variables
652         (gnus-registry-alist): new variable
653
654 2003-03-27  Simon Josefsson  <jas@extundo.com>
655
656         * gnus-art.el (article-decode-group-name): Be correct instead of
657         smart.
658
659 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lpath.el: Bind url-current-object for Emacs; bind
662         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
663         for both Emacsen.
664
665 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
666
667         * gnus-sum.el (gnus-article-loose-mime)
668         (gnus-article-emulate-mime): Move to gnus-article-mime customize
669         group.
670
671         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
672         doc string.
673
674 2003-03-26  Kevin Ryde <user42@zip.com.au>
675
676         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
677         gnus-summary-find-uncancelled, skip temporary articles inserted by
678         "refer" functions.
679
680 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
681
682         * smiley.el (smiley-buffer): New function.
683
684 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
685
686         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
687         gnus-summary-update-line (which updated the article's face) with
688         gnus-summary-update-download-mark (which updates the article's
689         face by calling gnus-summary-update-line AND updates the download
690         mark to show that the article was fetched).
691
692 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
693
694         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
695         option of deleting agent directories for groups/servers that are
696         not currently agentized.
697         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
698
699         * gnus-int.el (gnus-open-server): Report backend errors in
700         condition handler.
701
702 2003-03-23  Simon Josefsson  <jas@extundo.com>
703
704         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
705         header.
706
707         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
708         same as Newsgroups.
709
710         * nntp.el (nntp-open-connection-function): Mention
711         nntp-open-tls-stream.
712         (nntp-open-tls-stream): New function.
713
714         * tls.el: New file.
715
716         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
717         instead of SSL.
718         (nnimap-stream): Add other streams, link to imap variables.
719         (nnimap-authenticator): Add other authenticator, link to imap
720         variables.
721
722         * imap.el: Autoload open-tls-stream.
723         (imap-streams): Add tls in front of ssl.
724         (imap-stream-alist): Add tls.
725         (imap-default-tls-port): New variable.
726         (imap-tls-p, imap-tls-open): New functions.
727
728 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
729
730         * mm-url.el (mm-url-insert-file-contents): parse url only if
731         results is a list.
732
733 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * mail-source.el (mail-source-fetch-imap): Revert.
736
737 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
738
739         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
740         less strict regexp.
741
742 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * mail-source.el (mail-source-fetch-imap): Use buffer name for
745         more imap function.
746
747 2003-03-21  Simon Josefsson  <jas@extundo.com>
748
749         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
750         Followup-To data inline.
751
752 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
753
754         * gnus-art.el (gnus-treat-display-xface): Don't enable if
755         icontopbm isn't available.
756
757 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
758
759         * gnus-int.el (gnus-open-server): Catch errors in backend's
760         open-server method.  Returns nil rather than crashing startup.
761
762         * gnus-sum.el (eval-when-compile): Modified to resolve
763         compile-time warnings.
764
765         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
766         Reports length of series so that the user can compare N with a
767         subject that should, if the entire series is present, contain
768         '(.../N)'.
769         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
770         of temp file (Win-XP may leave the temp file locked when the
771         uudecode process fails).
772
773 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
774
775         * message.el (message-split-line): Ignore error.
776
777         * lpath.el (split-line): Avoid split-line warning message.
778
779 2003-03-20  Kim F. Storm  <storm@cua.dk>
780
781         * message.el (message-split-line): New function.
782         (message-mode-map): Remap split-line to message-split-line.
783
784 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
785
786         * message.el (message-make-overlay): Defalias it to make-overlay.
787         (message-delete-overlay): Defalias it to delete-overlay.
788         (message-overlay-put): Defalias it to overlay-put.
789         (message-idna-to-ascii-rhs-1): Use them.
790
791         * messagexmas.el (message-xmas-redefine): Defalias some overlay
792         functions to extent functions.
793
794 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
795
796         * message.el (message-check-news-header-syntax): Fixed regexp.
797
798 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
799
800         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
801
802         * mm-url.el (mm-url-insert): Move url-current-object stuff into
803         mm-url-insert-file-contents.
804
805         * nnrss.el (nnrss-fetch): Fetch the local stuff.
806         (nnrss-check-group): Use it.
807
808 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
809
810         * nnrss.el: Primitive XML Name-space support.  This means that RSS
811         feeds like Kevin Burton's[1] can now be read in Gnus.
812
813         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
814         means that if you want to read the RSS feed for example.com, all
815         you have to do is hit "G R http://www.example.com/ RET" and
816         nnrss.el will find and the feed listed on the site or (if you have
817         loaded xml-rpc.el) look it up on syndic8.com.
818
819         Marked the message as HTML (by adding a Content-Type header) so
820         that Gnus will render it as html if the user wants that.
821
822         Implemented the ability to save nnrss-group-alist so that any new
823         feeds the you subscribe to will be found the next time you start
824         up.
825
826         Implemented support for RSS 2.0 elements (author, pubDate).
827
828         Prefer for <content:encoded> over <description> where both
829         elements exist.
830
831         * mm-url.el (mm-url-insert): Set url-current-object.
832
833         * gnus-group.el (gnus-group-make-rss-group): New function.
834
835 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
836
837         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
838         for highlight overlays.
839
840 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
843         a NOV.
844
845 2003-03-20  Simon Josefsson  <jas@extundo.com>
846
847         * message.el (message-use-idna): Disable if UTF-8 unavailable.
848         (message-idna-to-ascii-rhs): Use it.
849
850         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
851
852 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
853
854         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
855         (spam-group-ham-marks, spam-group-spam-marks): new functions
856         (spam-spam-marks, spam-ham-marks): removed in favor of the
857         spam-marks and ham-marks parameters
858         (spam-generic-register-routine, spam-ham-move-routine): use the
859         new spam-group-{spam,ham}-mark-p functions
860
861         * gnus.el (spam-marks, ham-marks): new group parameters with
862         default values same as the old spam-spam-marks and spam-ham-marks
863
864 2003-03-19  Simon Josefsson  <jas@extundo.com>
865
866         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
867         (gnus-use-idna): New variable.
868         (article-decode-idna-rhs): New function.
869
870         * message.el (message-use-idna): New variable.
871         (message-mode-field-menu): Add entry for IDNA.
872         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
873         (message-idna-to-ascii-rhs): New function.
874         (message-generate-headers): Invoke IDNA code.
875
876 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
877
878         * nnmaildir.el (nnmaildir--system-name): New function.
879         (nnmaildir-request-accept-article): Use it.
880
881 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-util.el (gnus-byte-compile): Make it work silently as the
884         gnus-compile function does.
885
886         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
887         bogus change.
888
889 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
890
891         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
892         sort-coding-systems is defined.
893
894 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
895
896         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
897         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
898         Replace create-directory with target-prefix.
899
900 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
901
902         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
903         find-charset-string which is slooow in XEmacs.
904
905 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
908         compiler under XEmacs.
909
910 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
911
912         * gnus-art.el (gnus-treat-highlight-signature): Make the default
913         work for multipart/signed where the message text isn't `last'.
914
915 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
918         the value of mm-inline-text-html-with-images.
919         (mm-inline-text-html-render-with-w3m): Don't bind
920         w3m-display-inline-images.
921
922         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
923         w3m-display-inline-images.
924
925         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
926         regardless of an Emacs flavor.
927
928 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus.el (gnus-version-number): Bump.
931
932 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
933
934         * gnus.el: Oort Gnus v0.16 is released.
935
936 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * lpath.el (featurep): Bind mm-w3m-mode-map.
939
940 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
941
942         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
943         'respool-able backends define a global nnchoke-get-new-mail
944         variable.
945
946 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
947
948         * gnus-art.el (gnus-mime-delete-part): New function.
949         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
950
951 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * message.el (message-check-news-header-syntax): Don't push
954         groups twice onto list of unknown groups.
955
956         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
957         back.
958
959         * nnheader.el (nnheader-find-etc-directory): Doc fix.
960
961         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
962         config unless the summary buffer exists.
963
964         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
965         that target group is computed correctly when articles are marked
966         as read by Xref handling.
967
968         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
969         imap-open.
970
971         * message.el (message-send-mail): Add courtesy string to Bcc's,
972         too.
973
974         * gnus-cite.el (gnus-cited-line-p): New function.
975
976 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
977
978         * mm-bodies.el (mm-decode-body): Add new optional parameter,
979         force, to use the supplied charset unconditionally.
980
981         * gnus-art.el (article-decode-charset): Use it.
982
983 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
984
985         * mm-bodies.el (mm-decode-coding-region-safely): New function.
986         (mm-decode-body): Use it.
987
988         * rfc2047.el (rfc2047-decode-region): do.
989         (rfc2047-decode-string): Guess coding system if the default is
990         invalid.
991
992 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
993
994         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
995         articles are marked 'read, so we get correct article counts.
996
997 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1000         the button.
1001         (gnus-insert-prev-page-button): Ditto.
1002         (gnus-insert-next-page-button): Ditto.
1003         (gnus-insert-mime-security-button): Ditto.
1004
1005         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1006         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1007         (mm-inline-image-xemacs): Ditto.
1008
1009 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1010
1011         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1012         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1013         the recent filename uniqueness discussion.
1014
1015 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1018         newline next time.
1019         (mm-inline-image-xemacs): Ditto.
1020
1021 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1024         kill-line.
1025
1026 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1027
1028         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1029         kill-line.
1030
1031 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1032
1033         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1034         fixing the code to match the documentation.
1035         (gnus-agent-fetch-selected-article): Replaced
1036         gnus-summary-update-article-line with gnus-summary-update-line as
1037         the former did not correctly recalculate the thread indentation.
1038         (gnus-agent-find-parameter): The agent-predicate, if not found
1039         anywhere else, defaults to the value of gnus-agent-predicate.
1040         (gnus-agent-fetch-session): Fixed typo; now executes
1041         gnus-agent-fetched-hook rather than the undocumented
1042         gnus-agent-fetch-hook.
1043         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1044         default agent predicate is now provided by
1045         gnus-agent-find-parameter.
1046         (gnus-agent-message): New macro.  This macro avoids potentially
1047         costly parameter evaluation when the message's level is too high
1048         to display.
1049         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1050         overview buffer. Uses new gnus-agent-message macro to reduce
1051         overhead of optional messages. Reversed message levels to
1052         emphasize percent completion messages.  Detailed messages of
1053         little use except when debugging code.
1054
1055 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1056
1057         * spam.el (spam-ham-move-routine): use
1058         spam-mark-ham-unread-before-move-from-spam-group
1059         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1060
1061 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * spam.el: load nnimap.el when compiling
1064         (spam-setup-widening): use
1065         nnimap-split-download-body-default instead of
1066         nnimap-split-download-body which is a user-customizable variable
1067
1068 2003-03-07  Simon Josefsson  <jas@extundo.com>
1069
1070         * nnimap.el (nnimap-split-download-body-default): New, holds
1071         default for n-s-d-b.
1072         (nnimap-split-download-body): Add new setting (symbol default),
1073         which uses contents of n-s-d-b-d, and made it the default.
1074
1075 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * spam.el (spam-use-hashcash): new variable
1078         (spam-list-of-checks): added spam-use-hashcash with associated
1079         spam-check-hashcash
1080         (spam-check-hashcash): new function, installed iff hashcash.el is
1081         loaded
1082         (spam-setup-widening): don't use (return)
1083
1084 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1085
1086         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1087         predicate of `false' to avoid an error when a group defines no
1088         predicate. Fixed typo that disabled agent scoring (i.e. the
1089         low/high predicates should now work).
1090
1091 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1092
1093         * spam.el: add spam-maybe-spam-stat-load to
1094         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1095         (spam-bogofilter-register-with-bogofilter): use
1096         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1097         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1098         custom variables to replace "-s" and "-n"
1099
1100         * gnus-group.el (gnus-group-get-new-news): call the new
1101         gnus-get-top-new-news-hook hook
1102
1103         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1104         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1105
1106 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1109
1110 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1113         a cl run-time function.
1114
1115 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1116
1117         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1118         on gnus-agent-short-article.
1119         (gnus-category-read): Replaced CL function mapcar* with new macro:
1120         gnus-mapcar.
1121         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1122         support functions that accept multiple parameters.  A separate
1123         sequence must be provided for each parameter in the function.
1124         Iteration stops when the end of the shortest list is reached.
1125
1126 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1127
1128         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1129
1130         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1131         (html2text-delete-single-tag, html2text-clean-anchor)
1132         (html2text-remove-tags): Use delete-region.
1133         (html2text-fix-paragraphs): Simplify.
1134
1135         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1136         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1137         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1138         kill-region.
1139
1140 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1141
1142         * gnus-agent.el (gnus-agent-enable-expiration)
1143         (gnus-agent-article-alist, gnus-agent-article-alist)
1144         (gnus-agent-cat-defaccessor): Doc fixes.
1145
1146 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1147
1148         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1149         byte-compiled functions.
1150
1151 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1152
1153         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1154         customization between new maneuvering (which permits selecting
1155         undownloaded articles) and old maneuvering (which skipped over
1156         undownloaded articles) behaviors.
1157         (gnus-summary-find-next): Pass through the unread and subject
1158         parameters when calling gnus-summary-find-prev.
1159         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1160         gnus-auto-goto-ignores to filter out unacceptable articles.
1161
1162 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1163
1164         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1165         exists in all supported Emacs versions, so we don't need this
1166         compatibility function.
1167         (mail-source-fetch-pop, mail-source-check-pop)
1168         (mail-source-fetch-webmail): Use read-passwd.
1169
1170         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1171         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1172         read-passwd.
1173
1174         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1175
1176         * imap.el (imap-read-passwd): Remove.
1177         (imap-interactive-login): Use read-passwd.
1178
1179         * canlock.el (canlock-read-passwd): Remove.
1180         (canlock-insert-header, canlock-verify): Use read-passwd.
1181
1182         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1183         (sieve-manage-interactive-login): Use read-passwd.
1184
1185         * pop3.el (pop3-read-passwd): Remove.
1186         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1187         read-passwd.
1188
1189         * pgg.el (pgg-read-passphrase): Simplify.
1190
1191 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1192
1193         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1194         'plugged' when actually 'unplugged' bug.
1195         (gnus-category-read): Ignore nil values when converting an
1196         old-format category so that the new-format category will default
1197         those attributes to the global variables.
1198
1199 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1200
1201         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1202         doc-string.
1203
1204 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1205
1206         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1207         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1208         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1209         * mm-url.el (mm-url-decode-entities-string): do.
1210         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1211         * mm-decode.el (mm-find-raw-part-by-type): do.
1212         * message.el (message-send-mail-partially)
1213         (message-send-mail-with-sendmail): do.
1214         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1215         * gnus-kill.el (gnus-pp-gnus-kill): do.
1216         * gnus-art.el (gnus-article-treat-unfold-headers)
1217         (gnus-article-encrypt-body): do.
1218
1219 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1222         (mail-source-delete-old-incoming-confirm): New variable.
1223         (mail-source-delete-old-incoming): Use it.  New function.
1224         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1225         `mail-source-delete-incoming' is a nonnegative integer.
1226
1227 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1228
1229         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1230         (gnus-user-agent): Fixed typo.
1231
1232 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1233
1234         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1235         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1236
1237 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1240         (gnus-agent-fetch-session): Allow debugging to take place.
1241
1242 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1243
1244         * gnus-sum.el (gnus-highlight-selected-summary)
1245         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1246         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1247         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1248         and makes it clear that we don't need the side effect.
1249         * gnus-util.el (gnus-delete-line): do.
1250         * gnus-xmas.el (gnus-group-add-icon): do.
1251         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1252         * nntp.el (nntp-send-authinfo-from-file): do.
1253         * nnml.el (nnml-header-value): do.
1254         * nnheader.el (nnheader-insert-references): do.
1255         * gnus-cite.el (gnus-article-highlight-citation)
1256         (gnus-cite-parse): do.
1257         * gnus-score.el (gnus-score-followup): do.
1258         * gnus-draft.el (gnus-draft-send): do.
1259         * gnus-group.el (gnus-group-highlight-line): do.
1260         * gnus-cache.el (gnus-cache-braid-nov): do.
1261         * nnfolder.el (nnfolder-retrieve-headers)
1262         (nnfolder-request-article): do.
1263         * gnus-art.el (article-hide-boring-headers)
1264         (gnus-article-hide-header): do.
1265
1266         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1267         * nnml.el (nnml-request-replace-article): do.
1268         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1269         * nnfolder.el (nnfolder-request-move-article): do.
1270         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1271         * gnus-art.el (gnus-mm-display-part): do.
1272
1273         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1274
1275 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1276
1277         * nntp.el (nntp-possibly-change-group): Avoid calling
1278         process-buffer on nil (Which happened when you lost your
1279         connection while fetching); instead signal a "Server Closed
1280         Connection" error.
1281
1282 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1283
1284         * gnus-agent.el (gnus-agent-enable-expiration): New
1285         variable. Either ENABLE or DISABLE.  Sets default behavior for
1286         selecting which groups are expired.
1287         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1288         gnus-agent-set-cat-groups): Provides abstract interface for
1289         accessing agent category.  Category now implemented by an alist.
1290         (gnus-agent-add-group, gnus-agent-remove-group,
1291         gnus-category-insert-line, gnus-category-edit-predicate,
1292         gnus-category-edit-score, gnus-category-edit-groups,
1293         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1294         new agent category abstraction.
1295         (gnus-agent-find-parameter): New function. Search for agent
1296         configuration parameter first in the group's parameters, then its
1297         topics (if any), and then the group's category.  If not found
1298         anywhere, use the original defined constants.
1299         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1300         gnus-agent-find-parameter.
1301         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1302         gnus-agent-cache now blocks retrieving headers and articles from
1303         the local cache.  Fetched content is still added to the cache
1304         before being returned.
1305         (gnus-agent-fetch-session): Use error-message-string to generate
1306         displayed error message.
1307         (gnus-agent-customize-category): New Command. 'e' in category
1308         buffer opens category customization buffer.
1309         (gnus-category-read): Reads either positional or alist format;
1310         returns alist format.
1311         (gnus-category-write): Writes category file compatible with
1312         current, and previous, versions of gnus-agent.
1313         (gnus-category-make-function, gnus-category-make-function-1):
1314         Corrected documentation; parameter is predicate NOT category.
1315         (gnus-predicate-implies-unread): Now works in more cases per the
1316         todo comment.
1317         (gnus-function-implies-unread-1): New function. Supports
1318         gnus-predicate-implies-unread.
1319         (gnus-agent-expire-group): Command now provides default of group
1320         under point.
1321         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1322         agent-days-until-old parameters. No longer supports
1323         gnus-agent-expire-days being set to an alist.
1324         (gnus-agent-request-article): Now performs its own checks of
1325         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1326         assuming that the caller will do them correctly.
1327         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1328         gnus-agent-expire-days is set to an alist.  Converts said alist
1329         into group parameter so that gnus-agent-expire-days will not be
1330         needed.
1331         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1332         checks surrounding gnus-agent-request-article removed; now
1333         performed by gnus-agent-request-article.
1334         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1335         customizable group/topic parameters that regulate the agent.
1336         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1337         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1338         the list of gnus buffers.
1339         (gnus-trim-whitespace): Removes leading and trailing whitespace
1340         from multiline strings.
1341         (gnus-agent-cat-prepare-category-field,
1342         gnus-agent-customize-category): Constructs a category
1343         customization buffer.
1344         * gnus-int.el (gnus-retrieve-headers,
1345         gnus-request-expire-articles): No longer checks gnus-agent-cache
1346         as it is handled internally by the agent.
1347         (gnus-request-head, gnus-request-body): Conditional checks
1348         surrounding gnus-agent-request-article removed; now performed by
1349         gnus-agent-request-article.
1350
1351         * gnus-start.el (): Added defvar statements to resolve compilation
1352         warnings.
1353         (gnus-long-file-names): New function. Isolates platform dependent
1354         msdos-long-file-names.
1355         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1356         option of writing directly to file.  Avoids memory exhausted
1357         errors when .newsrc.eld is huge.
1358         (gnus-save-newsrc-file): Uses new
1359         gnus-save-startup-file-via-temp-buffer.
1360         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1361         standard-output.
1362         (gnus-display-time-event-handler): Changed to alias from a defun
1363         to avoid a compile-time warning when display-time-event-handler is
1364         not defined.
1365         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1366         standard-output such that prin1 and princ will write directly to a
1367         file.
1368
1369         * gnus.el (gnus-agent-cache): Expanded documentation.
1370         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1371         so that this face is actually bold.
1372
1373         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1374         gnus-use-cache has been set.
1375
1376 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1377
1378         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1379
1380 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1381
1382         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1383
1384 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1385
1386         * spam.el: Fix typo.
1387
1388 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1389         (Trivial patch.)
1390
1391         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1392         errors-buffer. This produces a nicer error message in case of
1393         problems.
1394
1395 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1398         load stats iff spam-use-stat is on
1399
1400         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1401         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1402         instead of spam-stat-load and spam-stat-save in the
1403         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1404
1405 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1406
1407         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1408
1409 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * message.el (message-make-fqdn): Protect against nil user-mail.
1412
1413 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1414
1415         * gnus-art.el (gnus-boring-article-headers): New values:
1416         'to-list and 'cc-list.
1417
1418 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * spam.el (spam-setup-widening): new function to set
1421         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1422         (spam-list-of-statistical-checks): list of statistical splitter
1423         checks
1424         (spam-split): added a widen call when a statistical check is
1425         enabled
1426
1427 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1428
1429         * gnus-msg.el (gnus-user-agent): Changed default to
1430         'emacs-gnus-type, renamed 'full.
1431
1432 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1433
1434         * nnfolder.el (nnfolder-request-accept-article): Don't use
1435         mail-header-unfold-field.
1436
1437 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1440         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1441
1442 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1445         (spam-split): remove spam-stat-load call
1446
1447 2003-02-26  Simon Josefsson  <jas@extundo.com>
1448
1449         * gnus-sum.el (gnus-summary-toggle-header): Run
1450         gnus-article-decode-hook instead of calling a-decode-encoded-words
1451         directly (the latter is run as part of the former).
1452
1453 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1454
1455         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1456
1457 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1458
1459         * message.el (message-sendmail-envelope-from): New option.
1460         (message-sendmail-envelope-from): New function.
1461         (message-send-mail-with-sendmail): Use it.
1462
1463 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1464
1465         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1466         compensation for TDMA addresses.
1467
1468 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-msg.el (gnus-user-agent): New variable.
1471         (gnus-version-expose-system): Removed.  Obsoleted by
1472         `gnus-user-agent'.
1473         (gnus-extended-version): Use `gnus-user-agent'.
1474
1475 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         * spam.el (spam-stat-register-spam-routine,
1478         spam-stat-register-ham-routine): remove spam-stat-save
1479         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1480
1481 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1482
1483         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1484         reference.
1485
1486 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1487
1488         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1489         calculation to avoid integer overflow.
1490
1491 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1492
1493         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1494
1495 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1496         * spam.el: disabled spam-get-article-as-filename
1497
1498         From Michael Shields  <shields@msrl.com>
1499
1500         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1501         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1502         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1503         * spam.el (spam-summary-prepare-exit): Use it.
1504         * gnus.el (gnus-install-group-spam-parameters): New.
1505         * spam.el (spam-group-ham-processor-copy-p): New.
1506         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1507         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1508         that would cause the current message to be moved if the group had
1509         no spam.
1510         * spam.el (spam-ham-move-routine): New `copy' argument.
1511
1512 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1513         From Martin Thornquist <martint@ifi.uio.no>
1514
1515         * gnus-topic.el (gnus-topic-select-group): Select last group if
1516         after last group.
1517         * gnus-group.el (gnus-group-select-group): Ditto.
1518
1519 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1522         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1523         point-at-(b|e)ol which aren't available in Emacs 20.
1524
1525         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1526
1527 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1528
1529         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1530         clause of the condition-case statement.  Errors connecting to a
1531         server no longer terminate gnus.
1532
1533         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1534         make its use obvious.  Added no-nothing case to avoid
1535         opening(closing) servers when already open(closed).
1536         (gnus-agent-while-plugged): Added macro to facilitate internal use
1537         of gnus-agent-toggle-plugged.
1538         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1539         temporarily open servers.
1540         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1541         as sorting gnus-newsgroup-headers is wrong.
1542         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1543         to temporarily open servers. Corrected logic to handle setting
1544         gnus-agent-mark-unread-after-downloaded.
1545         (gnus-agent-fetch-articles): Now handles headers with missing
1546         article sizes and/or missing article lengths.  Now clears the
1547         message buffer when finished.
1548         (gnus-agent-fetch-group-1): Position point before calling
1549         gnus-summary-set-agent-mark.
1550         (gnus-get-predicate): Corrected description, parameter is
1551         predicate not category.
1552         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1553         provide a separate single group expiration function.
1554         (gnus-agent-regenerate-group): Now clears the message buffer when
1555         finished.
1556
1557 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1558
1559         * gnus.el (gnus-agent-target-move-group-header): New variable.
1560         * gnus-draft.el (gnus-draft-send): If special header
1561         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1562         that group, instead of performing the regular sending functions.
1563
1564 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1567
1568 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1571         variables.
1572         (message-make-fqdn): Use it.  Improved validity check.
1573
1574 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * message.el (message-user-mail-address): Check whether
1577         user-mail-address looks valid.
1578
1579         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1580
1581         * gnus-util.el (gnus-fetch-original-field): New function.
1582
1583 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1584
1585         * message.el (message-mode): \\(...\\) around additional
1586         paragraph-separate alternative.
1587
1588 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1589
1590         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1591         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1592         display key bindings.
1593         (gnus-mime-button-menu): Rewrite.
1594
1595 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-art.el (gnus-button-url-regexp): Removed `.
1598
1599 2003-02-23  Max Froumentin  <mf@w3.org>
1600
1601         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1602
1603 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-art.el (gnus-mime-action-on-part): Require a match
1606         interactively.
1607
1608         * gnus-start.el (gnus-save-newsrc-file): Use
1609         gnus-backup-startup-file.
1610         (gnus-backup-startup-file): New variable.
1611
1612 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus.el (gnus-summary-buffer-name): Moved function here.
1615
1616         * gnus-draft.el (defun): Remove debug.
1617
1618 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1619
1620         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1621         can't open server.
1622
1623 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus-draft.el (defun): Configure posting styles.
1626
1627         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1628         the entry for the group exists before we alter it.
1629
1630 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1631
1632         * message.el (message-mode): MML tags separate paragraphs.  Small
1633         change from David S Goldberg <david.goldberg6@verizon.net>.
1634
1635         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1636         `gnus-newsgroup-headers'.
1637
1638         * gnus-art.el (gnus-article-refer-article): Grok more message id
1639         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1640
1641 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1642
1643         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1644         use "path name".
1645
1646 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1647
1648         * gnus-sum.el (gnus-summary-move-article)
1649         (gnus-summary-expire-articles): send data header for article, not
1650         just article ID
1651
1652         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1653         (gnus-register-spool-action): added hashtable of message ID keys
1654         with message motion data
1655
1656 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1657         From Reiner Steib  <Reiner.Steib@gmx.de>.
1658
1659         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1660         variable, used in `gnus-button-mid-or-mail-heuristic'.
1661         (gnus-button-mid-or-mail-heuristic): New function derived from
1662         Florian Weimer's Perl script.
1663         (gnus-button-handle-mid-or-mail): Allow a function instead of
1664         'guess.
1665         (gnus-button-guessed-mid-regexp): Removed.
1666
1667 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * message.el (message-resend): Bind message-setup-hook to nil;
1670         remove X-Draft-From header.
1671
1672 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1673
1674         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1675         (gnus-newsgroup-undownloaded)
1676         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1677         Doc fixes.
1678
1679 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1680
1681         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1682         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1683
1684 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1685
1686         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1687         insert-string which is obsolete in Emacs 21.4.
1688
1689         * message.el (message-cross-post-followup-to-header): do.
1690
1691         * spam.el (spam-ifile-register-with-ifile)
1692         (spam-stat-register-spam-routine)
1693         (spam-stat-register-ham-routine)
1694         (spam-bogofilter-register-with-bogofilter): do.
1695
1696         * mailcap.el (mailcap-mime-data): Fix typo.
1697
1698         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1699
1700 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1703         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1704         `gnus-cite-unsightly-citation-regexp'.
1705
1706 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1709         even if there's just a header.
1710
1711 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1712
1713         * message.el (message-fix-before-sending): Fix highlighting of
1714         illegible and invisible text.
1715
1716         * gnus-util.el (gnus-multiple-choice): Separate choices with
1717         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1718
1719 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1720
1721         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1722
1723 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1724
1725         * spam.el (spam-ham-move-routine)
1726         (spam-mark-spam-as-expired-and-move-routine): use
1727         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1728         around process-mark manipulation on the group
1729
1730 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1731
1732         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1733         submenu.
1734
1735 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * mail-source.el (mail-source-fetch): Reverse the return value of
1738         the continuation question.
1739
1740 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nndraft.el (nndraft-request-move-article): Bind
1743         nnmh-allow-delete-final to t.
1744
1745 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1746
1747         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1748
1749 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1750
1751         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1752         the buffer's size.
1753
1754 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1755
1756         * nnheader.el: Added cygwin to system-type comparisons.
1757
1758 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1759
1760         * imap.el (imap-mailbox-status): Fix typo.
1761
1762 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1765         online.
1766
1767 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1768
1769         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1770         commands.
1771         * gnus-sum.el: Small change from Frank Weinberg
1772         <frank@usenet-rundfahrt.de>:
1773         (gnus-auto-center-group): New variable.
1774         (gnus-summary-read-group-1): Use it.
1775         (gnus-summary-next-group): Fix docstring.
1776
1777 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * gnus-util.el (gnus-faces-at): Simplify.
1780
1781 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1782
1783         * spam.el (spam-ham-move-routine)
1784         (spam-mark-spam-as-expired-and-move-routine): made the article
1785         move conditional, so it's not called even if there's nothing to move
1786
1787 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1788
1789         * message.el (message-unix-mail-delimiter): Accept any whitespace
1790         after the email address and before the date; do not require the
1791         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1792
1793 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1796         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1797
1798         * gnus-util.el (gnus-faces-at): New macro.
1799
1800 2003-02-13  Michael Shields  <shields@msrl.com>
1801
1802         * gnus-cite.el
1803         (gnus-cite-attribution-suffix, gnus-cite-parse):
1804         Better handling for Microsoft citation styles.
1805         (gnus-unsightly-citation-regexp): New.
1806
1807 2003-02-12  Michael Shields  <shields@msrl.com>
1808
1809         * gnus-art.el (article-strip-banner): Strip both per-group and
1810         per-user-address banners.
1811         (article-really-strip-banner): New.
1812
1813 2003-02-12  Michael Shields  <shields@msrl.com>
1814
1815         * gnus-sum.el (gnus-article-goto-next-page,
1816         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1817         relying on the summary bindings of `n' and `p'.
1818
1819 2003-02-12  Michael Shields  <shields@msrl.com>
1820
1821         * gnus-art.el (gnus-article-only-boring-p): New.
1822         (gnus-article-skip-boring): New.
1823         * gnus-cite.el (gnus-article-boring-faces): New.
1824         * gnus-sum.el (gnus-summary-next-page): Use
1825         gnus-article-only-boring-p.
1826
1827 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1828
1829         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1830         (spam-ham-move-routine): unmark all articles before marking those
1831         of interest and calling gnus-summary-move-article
1832
1833 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1834
1835         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1836         logically the complement of gnus-get-buffer-create and
1837         gnus-add-buffer.
1838
1839         * gnus-util.el (gnus-kill-buffer): do.
1840
1841         * nnmail.el: Autoload gnus-kill-buffer.
1842
1843 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1844
1845         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1846         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1847         the current LINE.
1848         (gnus-agent-summary-fetch-group): Minimized the number of times
1849         that the article is updated in the buffer.
1850
1851 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         * spam.el (spam-ham-move-routine): use the process-mark instead of
1854         gnus-current-article when moving articles
1855         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1856
1857 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1860         (gnus-topic-catchup-articles): Ditto.
1861         (gnus-topic-mark-topic): Reverse recursive logic.
1862
1863 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1864
1865         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1866         gnus-refer-thread-limit is t.
1867
1868 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1869
1870         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1871         sort-coding-systems to prefer utf-8 over utf-16.
1872
1873 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1874
1875         * gnus-agent.el (gnus-agent-expire-days):
1876         gnus-request-move-article depends on gnus-agent-expire to clean up
1877         the cache after moving the article.  Therefore, g-a-e-d can NOT
1878         default to nil or can gnus-agent-expire be disabled by doing so.
1879         If you don't want to run gnus-agent-expire, don't call it.
1880         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1881         when g-a-e-d was NOT nil was removed.
1882         (gnus-agent-article-name): Removed unnecessary input test as
1883         article IDs are always strings.
1884         (gnus-agent-regenerate-group): Added check to protect against
1885         servers that generate absurdly long article IDs.  Valid IDs are
1886         less than 10 digits to avoid overflow errors.  Fixed logic error
1887         when ensuring that the final article ID is present in the new
1888         alist.
1889
1890 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1893         next line after finding the parent.
1894
1895 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus.el (gnus-version-number): Bumped.
1898
1899 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1900
1901         * gnus.el: Oort Gnus v0.15 is released.
1902
1903 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1904
1905         * nnmail.el (nnmail-split-it): If a message ends up matching the
1906           same mailbox more than once, it will cause duplicates to appear
1907           in the mailbox.
1908
1909 2003-02-08  Simon Josefsson  <jas@extundo.com>
1910
1911         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1912         code that only worked under Emacs.
1913
1914         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1915         Das <satyaki@chicory.stanford.edu>.
1916
1917 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1918
1919         * gnus-art.el (gnus-article-refer-article): Use
1920         gnus-replace-in-string.
1921
1922         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1923         (gnus-remove-duplicates): do.
1924
1925 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1926
1927         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1928         (gnus-request-scan): set
1929         gnus-internal-registry-spool-current-method to gnus-command-method
1930         before a request-scan operation
1931
1932         * gnus-registry.el (regtest-nnmail): use
1933         gnus-internal-registry-spool-current-method
1934
1935 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * mail-source.el (mail-source-fetch): Typo fix.
1938
1939 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * nnmail.el (nnmail-spool-hook): new hook
1942         (nnmail-cache-insert): call nnmail-spool-hook
1943
1944         * gnus-registry.el: new file with examples of using the hooks
1945
1946         * gnus.el (gnus-registry): added registry customization group
1947         (gnus-group-prefixed-name): improve function to return full group
1948         name optionally
1949         (gnus-group-guess-prefixed-name): shortcut to
1950         gnus-group-prefixed-name, using just the group name
1951         (gnus-group-full-name): always get a group's full name
1952         (gnus-group-guess-full-name): shortcut, using just the group name
1953
1954         * gnus-sum.el (gnus-summary-article-move-hook)
1955         (gnus-summary-article-delete-hook)
1956         (gnus-summary-article-expire-hook): new hooks
1957         (gnus-summary-move-article, gnus-summary-expire-articles)
1958         (gnus-summary-delete-article): invoke the new hooks
1959
1960 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1961
1962         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1963         from message-ID
1964
1965 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1966
1967         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1968
1969 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1970
1971         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1972         (mm-write-region, mm-detect-coding-region): Doc fixes.
1973
1974 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * mail-source.el (mail-source-fetch): Ignore errors.
1977         (mail-source-ignore-errors): New variable.
1978
1979         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1980         articles.
1981
1982         * gnus-msg.el (gnus-version-expose-system): Change default.
1983
1984 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1985
1986         * gnus-msg.el (gnus-version-expose-system): New variable.
1987
1988 2003-02-07  Simon Josefsson  <jas@extundo.com>
1989
1990         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1991         patch from deskpot@myrealbox.com (Vasily Korytov).
1992
1993 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-art.el (article-display-face): Get the Face header from
1996         the current buffer.
1997
1998 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-art.el (gnus-mime-view-part-internally): Bind
2001         buffer-read-only to nil.
2002
2003 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2006         from g-a-e-1 to g-a-e-2.
2007
2008 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2011         of bbdb-search-simple, use spam-use-BBDB-exclusive
2012         (spam-check-whitelist): use spam-use-whitelist-exclusive
2013         (spam-use-whitelist-exclusive): new variable affecting
2014         spam-use-whitelist
2015         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2016
2017 2003-02-05  Simon Josefsson  <jas@extundo.com>
2018
2019         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2020         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2021         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2022         (gnus-agent-expire-1): New.
2023         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2024         (gnus-agent-expire-2): New.
2025
2026 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2027
2028         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2029         "delete-if" is misleading because it isn't actually destructive.
2030
2031         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2032
2033         * nnmail.el (nnmail-purge-split-history): do.
2034
2035         * gnus-win.el (gnus-get-buffer-window): do.
2036
2037         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2038         let-binding.
2039         (gnus-simplify-all-whitespace): do.
2040
2041 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-delay.el (gnus-delay-article): Fix binding of the
2044         nndraft:delayed group.
2045
2046 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         * gnus.el (spam group parameters): change 'other to 'const in
2049         the group parameter definitions to soothe XEmacs
2050
2051 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2052
2053         * gnus-delay.el (gnus-delay-article): Really create
2054         nndraft:delayed group if it doesn't exist.
2055
2056 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2057
2058         * gnus-sum.el (gnus-summary-search-article): Speed up by
2059         disabling various visual features while searching.
2060         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2061
2062 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2063
2064         * spam.el (spam-list-of-checks): Don't quote nil and t in
2065         docstrings.  From the elisp manual:
2066
2067            When a documentation string refers to a Lisp symbol, write
2068            it [..] with single-quotes around it.  [..] There are two
2069            exceptions: write t and nil without single-quotes.
2070
2071         * messcompat.el (message-from-style): do.
2072
2073         * message.el (message-send-mail): do.
2074
2075         * gnus-util.el (gnus-use-byte-compile): do.
2076
2077         * gnus-score.el (gnus-score-lower-thread): do.
2078
2079         * gnus-int.el (gnus-server-unopen-status): do.
2080
2081         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2082         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2083
2084         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2085         (gnus-group-parameters): do.
2086
2087         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2088
2089         * mm-decode.el (mm-text-html-renderer): do.
2090
2091 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * nnheader.el (nnheader-directory-separator-character): Change the
2094         way to compute the dafault value.
2095
2096 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2097
2098         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2099         (gnus-button-alist): Fix regexp for describe-key.
2100         (gnus-button-handle-describe-function)
2101         (gnus-button-handle-describe-variable)
2102         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2103         (gnus-button-handle-apropos-variable)
2104         (gnus-button-handle-apropos-documentation): Docstring fix.
2105
2106         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2107
2108 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2111         to nil.
2112
2113         * nnmail.el: Removed gnus-util autoload.
2114
2115         * gnus.el: Use gnus-prin1-to-string throughout.
2116
2117         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2118         print-level.
2119
2120         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2121         (gnus-treat-display-grey-xface): Removed.
2122
2123         * gnus-fun.el (gnus-grab-cam-face): New.
2124         (gnus-convert-image-to-gray-x-face): Removed.
2125         (gnus-convert-gray-x-face-to-xpm): removed.
2126         (gnus-convert-gray-x-face-region): Removed.
2127         (gnus-grab-gray-x-face): Removed.
2128
2129         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2130
2131 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2132
2133         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2134         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2135         bound.
2136
2137         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2138
2139 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2140
2141         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2142         Remove -- these are bogus options which are never used.
2143
2144 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2145
2146         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2147
2148 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * spam.el (spam-check-blackholes)
2151         (spam-blackhole-good-server-regex): new variable to skip some IPs
2152         when checking blackholes; use it
2153         (spam-check-bogofilter-headers)
2154         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2155         case more X-Bogosity is used than just "Yes/No"
2156         (spam-ham-move-routine): semi-fixed, only first article is
2157         properly moved now
2158
2159 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2160
2161         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2162         as well.
2163
2164         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2165
2166         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2167
2168         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2169
2170         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2171
2172         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2173
2174 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-fun.el (gnus-face-encode): New function.
2177         (gnus-convert-png-to-face): Use it.
2178
2179         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2180
2181 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2182
2183         * mm-decode.el (mm-dissection-list): Remove.
2184         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2185         only used in mm-remove-all-parts.
2186         (mm-remove-all-parts): Remove it, it's never called.
2187
2188 2003-01-25  Simon Josefsson  <jas@extundo.com>
2189
2190         * gnus-group.el (gnus-group-make-group): Report errors.
2191
2192         * nnimap.el (nnimap-request-create-group): Ditto.
2193
2194         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2195
2196         * sieve.el (sieve-upload): Fix error printing.
2197
2198         * mm-encode.el (mm-qp-or-base64): Always QP iff
2199         mm-use-ultra-safe-encoding and cleartext PGP.
2200
2201         * gnus-sum.el (gnus-summary-select-article): Inhibit
2202         redisplay (mainly for secured messages).
2203
2204         * nnmail.el (nnmail-article-group): Copy body too (but don't
2205         process it).
2206
2207 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2208
2209         * gnus-art.el (gnus-article-setup-buffer): Reset
2210         gnus-button-marker-list.
2211
2212 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nntp.el (nntp-read-timeout): Default to using a second delay
2215         under Microsoft Windows.
2216
2217 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnheader.el (nnheader-directory-separator-character): New
2220         variable.
2221
2222 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2223
2224         * gnus-agent.el (gnus-agent-max-fetch-size)
2225         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2226         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2227         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2228         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2229         (gnus-agent-braid-nov, gnus-agent-load-alist)
2230         (gnus-agent-article-alist-save-format)
2231         (gnus-agent-read-agentview, gnus-agent-save-alist)
2232         (gnus-agent-fetch-group-1, gnus-agent-expire)
2233         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2234         (gnus-agent-regenerate-group): Reformat to keep under eighty
2235         columns.  Reword docstrings so that first line is under eighty
2236         chars and a complete sentence.  Still need to work on the rear
2237         end of the file, in particular gnus-agent-expire.
2238
2239 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-agent.el (gnus-agentize): Indent.
2242
2243         * gnus.el (gnus-version-number): Bumped.
2244
2245 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2246
2247         * gnus.el: Oort Gnus v0.14 is released.
2248
2249 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2250
2251         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2252         before beginning.  Tiny patch from Mark Thomas
2253         <swoon@bellatlantic.net>.
2254
2255 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         * spam.el (spam-check-blackholes, spam-split)
2258         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2259         gnus-message calls to show to users what spam.el is doing
2260
2261 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2262
2263         * gnus-msg.el (gnus-message-replysign)
2264         (gnus-message-replyencrypt): Fix typo.
2265
2266 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2269         details.
2270
2271 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-art.el (gnus-article-press-button): let* -> let.
2274         (gnus-mime-security-show-details): Cleaned up.
2275         (gnus-mime-security-press-button): Save excursion.
2276         (gnus-insert-mime-security-button): Clean up.
2277
2278         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2279
2280         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2281         timeout.
2282
2283         * nntp.el (nntp-accept-process-output): Removed timeout.
2284         (nntp-read-timeout): New variable.
2285         (nntp-accept-process-output): Use it.
2286
2287         * gnus-sum.el (gnus-data-find-list): Remove *.
2288
2289 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2290
2291         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2292         introduced on 2002-01-22.
2293         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2294
2295 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2296
2297         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2298         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2299         checks of incoming mail based on simple header regexp matching
2300
2301 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2302
2303         * gnus-sum.el (gnus-spam-mark): set to `$'
2304
2305 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2306
2307         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2308         gnus-newsgroup-unfetched, the list of articles whose headers have
2309         not been fetched from the server.
2310
2311         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2312         parameter as it never worked due to a bug.  Added check to prevent
2313         selection of any article in the gnus-newsgroup-unfetched list.
2314         (gnus-summary-find-prev): Added check to prevent selection of any
2315         article in the gnus-newsgroup-unfetched list.
2316         (gnus-summary-first-subject): Documented API. Modified
2317         implementation so that constraints are handled independently.
2318         Added check to prevent selection of any article in the
2319         gnus-newsgroup-unfetched list.
2320         (gnus-summary-first-unseen-subject): Updated parameters in
2321         gnus-summary-first-subject call to match new API.
2322         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2323         (gnus-summary-catchup): Do not mark unfetched articles as read.
2324
2325 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2326
2327         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2328         make-obsolete-variable allows only two arguments in XEmacs and
2329         Emacs 20.
2330
2331         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2332         gnus-article-hide-pgp.
2333         (gnus-summary-make-menu-bar): do.
2334
2335         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2336         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2337         gnus-article-hide-pgp.
2338         (article-hide-pgp): Remove.
2339         (gnus-article-hide): Remove gnus-article-hide-pgp.
2340
2341         * gnus.el: Remove gnus-article-hide-pgp
2342
2343 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * message.el (message-required-headers): Doc fix.
2346
2347 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2348
2349         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2350         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2351         option to make ifile a purely binary classifier
2352
2353 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2356         (mml-secure-encrypt-pgpmime): Removed double.
2357
2358         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2359         debugging statements.
2360
2361 2003-01-21  Andreas Fuchs  <asf@void.at>
2362
2363         * mml-sec.el (mml-sign-alist): Added pgpauto.
2364
2365 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus.el (gnus-version-number): Bumped version number.
2368
2369 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2370
2371         * gnus.el: Oort Gnus v0.13 is released.
2372
2373 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-art.el (gnus-button-url-regexp): Removed |.
2376
2377         * message.el (message-send-hook): Doc fix.
2378
2379         * gnus-win.el (gnus-buffer-configuration): Display article
2380         instead of article-copy when `reply'.
2381
2382 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2383
2384         * gnus.el (gnus-format): Change customize group to gnus.
2385         (gnus-cache): Add link.
2386         (gnus-group-charter-alist): Fix docstring.
2387
2388 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2389
2390         * mailcap.el (mailcap-print-command): lpr-command might be
2391         unbound in XEmacs.
2392
2393 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2394
2395         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2396
2397         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2398         calculation of net characters added for use in the gnus-data
2399         structure.
2400
2401 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2402
2403         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2404         message.  Suggested by Jari Aalto.
2405
2406 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2409         (gnus-article-reply-with-original): Ditto.
2410
2411         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2412         read articles don't become unread.
2413
2414 2003-01-17  Simon Josefsson  <jas@extundo.com>
2415
2416         * gnus-fun.el (gnus-x-face-from-file):
2417         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2418
2419         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2420         (gnus-convert-image-to-face-command): Doc fix.
2421
2422 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2425
2426 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2427
2428         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2429         avoid encoding problems.
2430
2431         * mailcap.el (mailcap-ps-command): New variable.
2432         (mailcap-mime-data): Add print entry where applicable.  Use
2433         pdftotext on a tty.
2434
2435 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2436
2437         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2438
2439 2003-01-16  Simon Josefsson  <jas@extundo.com>
2440
2441         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2442         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2443         (gnus-face-from-file): Doc fix; don't mention image format.
2444
2445 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2446
2447         * spam.el (spam-get-article-as-filename): new function (unused for now)
2448         (spam-get-article-as-buffer): new function
2449         (spam-get-article-as-string): use spam-get-article-as-buffer
2450         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2451
2452 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2453
2454         * gnus-agent.el: Don't use `path'.
2455         From the GNU coding standards:
2456
2457             Please do not use the term ``pathname'' that is used in Unix
2458             documentation; use ``file name'' (two words) instead.  We use
2459             the term ``path'' only for search paths, which are lists of
2460             directory names.
2461
2462         * nnsoup.el (nnsoup-file-name): Ditto.
2463
2464         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2465         (nnmail-group-pathname): Ditto.
2466
2467         * nnimap.el (nnimap-group-overview-filename): Ditto.
2468
2469         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2470         (nnheader-group-pathname): Ditto.
2471
2472         * nnfolder.el (nnfolder-group-pathname): Ditto.
2473
2474         * gnus.el (gnus-home-directory): Ditto.
2475
2476         * gnus-group.el (gnus-group-icon-list): Ditto.
2477
2478 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2479
2480         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2481
2482         * message.el (message-mode-menu): Use it.
2483         (message-mode-menu): Deactivate "Yank Original" if there's no
2484         reply buffer.
2485
2486         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2487
2488         * message.el (message-mark-active-p): New function.
2489
2490 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2493         (spam-bogofilter-database-directory): new variables
2494         (spam-check-bogofilter-headers, spam-check-bogofilter)
2495         (spam-bogofilter-register-with-bogofilter)
2496         (spam-bogofilter-register-spam-routine)
2497         (spam-bogofilter-register-ham-routine)
2498         (spam-group-ham-processor-bogofilter-p): new functions for the new
2499         Bogofilter interface
2500         (spam-summary-prepare-exit): use the new Bogofilter functions
2501         (spam-list-of-checks): added spam-use-bogofilter-headers
2502         (spam-bogofilter-score): rewrote function
2503         (spam-check-bogofilter): optional score parameter, uses
2504         spam-check-bogofilter-headers better
2505         (spam-check-bogofilter-headers): optional score parameter
2506
2507         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2508         default, in the gnus-start customization group.  Used to disable
2509         the spam-*/ham-* parameters.
2510         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2511
2512 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2513
2514         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2515         XEmacs.
2516
2517         * gnus-ems.el (gnus-mark-active-p): do.
2518
2519 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2520
2521         * gnus.texi (Using MIME): Mention auto-compression-mode with
2522         gnus-mime-copy-part.
2523
2524 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * message.el (message-send): Don't warn about duplicates when
2527         superseding.
2528
2529 2003-01-15  Simon Josefsson  <jas@extundo.com>
2530
2531         * nnimap.el (nnimap-split-download-body): New variable.
2532         (nnimap-split-articles): Use it.
2533
2534 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2535
2536         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2537         integrity checker was incorrectly flagging, and removing, articles
2538         whose article number was negative.
2539         (gnus-agent-fetch-group-1): When executed in the group's summary
2540         buffer, refresh each downloaded line to update the status flag and
2541         font.  Preserve the value of gnus-newsgroup-headers so that
2542         gnus-agent-fetch-articles can split the requests by size.
2543         (gnus-agent-expire): Corrected day calculation for when
2544         gnus-agent-expire-days contains a list.
2545
2546 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2549
2550 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2551
2552         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2553           /usr/bin/play as default player.
2554           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2555
2556 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2559         articles to be marked as well.
2560
2561 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2562         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2563         fictious headers generated by nnagent (ie. Undownloaded Article
2564         ####) in the list of articles that have not been downloaded.
2565
2566         * gnus-int.el (): Added require declarations to resolve
2567         compile-time warnings.
2568         (gnus-open-server): If the server status is set to offline,
2569         recursively execute gnus-open-server to open the offline backend
2570         (e.g. nnagent).
2571
2572 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2573
2574         * gnus-art.el (gnus-article-reply-with-original): Use
2575         gnus-mark-active-p.
2576         (gnus-article-followup-with-original): do.
2577
2578 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2581
2582 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2583
2584         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2585         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2586
2587 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2588
2589         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2590         (gnus-face-from-file): Ditto.
2591
2592 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2595         gnus-alter-articles-to-read-function to the unread articles.
2596
2597 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * deuglify.el (gnus-article-outlook-unwrap-lines)
2600         (gnus-article-outlook-repair-attribution)
2601         (gnus-article-outlook-rearrange-citation): New function names,
2602         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2603         doc-string.
2604
2605         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2606         removed `W k' key binding (use `W Y f' instead).
2607         (gnus-summary-make-menu-bar): Use new function names.
2608
2609 2003-01-13  Simon Josefsson  <jas@extundo.com>
2610
2611         * gnus-fun.el (gnus-random-x-face): Doc fix.
2612         (gnus-insert-random-x-face-header): New function.
2613
2614 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2615
2616         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2617         mark is not active.
2618
2619         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2620
2621         * gnus-ems.el (gnus-mark-active-p): New function.
2622
2623         * gnus-group.el (gnus-topic-mode-p): New function.
2624         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2625         Deactivate items if mark is not active.
2626
2627 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * gnus.el (gnus-version-number): Bumped version.
2630         (gnus-summary-line-format): Doc fix.
2631
2632 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2633
2634         * gnus.el: Oort Gnus v0.12 is released.
2635
2636 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * mail-source.el (mail-sources): Removed autoload to make it
2639         compile under XEmacs.
2640
2641 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2642
2643         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2644         regexp or a function too.
2645         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2646         confirmation even if the original article is mail.
2647
2648 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2651         articles to be marked when not yanking.
2652
2653 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2654
2655         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2656
2657 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * gnus-fun.el (gnus-face-from-file): Autoload.
2660
2661         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2662         errors.
2663
2664 2003-01-12  Simon Josefsson  <jas@extundo.com>
2665
2666         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2667         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2668
2669         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2670         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2671
2672 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2675         in every string.
2676
2677         * gnus.el (gnus-version-number): Bumped version number.
2678
2679 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2680
2681         * gnus.el: Oort Gnus v0.11 is released.
2682
2683 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2684
2685         * message.el (message-fetch-reply-field): Narrow to headers.
2686
2687         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2688         if Gnus isn't alive.
2689
2690 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2691
2692         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2693         marks from articles that are already stored in the agent.
2694         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2695         backup copy of an invalid .overview file for later analysis.
2696
2697 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2698
2699         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2700         exit work with two frames.
2701
2702 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2703
2704         * message.el (message-forward-make-body): Use mule4.
2705
2706 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * message.el (message-mode-map): Move wide-reply command.
2709
2710 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2711
2712         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2713         castellano.
2714         (gnus-outlook-display-hook): New variable.
2715         (gnus-outlook-display-article-buffer): New function.
2716         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2717         (gnus-outlook-deuglify-article): Made them interactive and added
2718         optional arg.  Use `g-o-d-a-b'.
2719         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2720
2721         * gnus-sum.el: Added autoloads.
2722         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2723         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2724
2725 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-art.el (gnus-display-mime): Use the mime emulation
2728         variable.
2729
2730         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2731
2732         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2733         newsrc-alist is initialized properly.
2734
2735         * mail-source.el (mail-sources): Autoload.
2736
2737         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2738         nil.
2739
2740         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2741         insert two newlines.
2742
2743         * message.el (message-check-news-header-syntax): Compute the
2744         header length correctly.
2745
2746 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2747
2748         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2749         alist when keeping fetched article file.
2750         (gnus-agent-retrieve-headers): When parsing response for article
2751         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2752         against garbage in the server's response.
2753
2754         * gnus-int.el (gnus-request-expire-articles,
2755         gnus-request-move-article): Only expire when the group's server
2756         has been agentized.
2757
2758 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2761         errors when deleting overlays.
2762
2763         * gnus-score.el (gnus-score-followup): Allow tracing.
2764
2765         * gnus-art.el (gnus-treat-display-face): New variable.
2766         (article-display-face): New command.
2767
2768         * gnus-fun.el (gnus-face-from-file): New function.
2769         (gnus-convert-face-to-png): Ditto.
2770
2771         * gnus-art.el (gnus-ignored-headers): Added Face.
2772
2773 2003-01-10  Simon Josefsson  <jas@extundo.com>
2774
2775         * nndraft.el (nndraft-request-group): Avoid crash in
2776         directory-files when draft directory doesn't exists.
2777
2778         * gnus-sum.el (gnus-select-article-hook): Add :option.
2779
2780 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * spam.el (spam-use-stat): new variable
2783         (spam-group-spam-processor-stat-p)
2784         (spam-group-ham-processor-stat-p): new convenience functions
2785         (spam-summary-prepare-exit): add spam/ham processors to sequence
2786         (spam-list-of-checks): add spam-use-stat to list of checks
2787         (spam-split): conditionally load the spam-stat tables
2788         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2789         spam-check-ifile): new functions
2790
2791         * spam-stat.el (spam-stat): typo fix
2792         (spam-stat-install-hooks): new variable
2793         (spam-stat-split-fancy-spam-group): added documentation clarification
2794         (spam-stat-split-fancy-spam-threshhold): new variable
2795         (spam-stat-install-hooks): make hooks conditional
2796         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2797
2798         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2799         spam-stat ham/spam processor symbols
2800
2801 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2804         file exists.
2805
2806 2003-01-10  Simon Josefsson  <jas@extundo.com>
2807
2808         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2809         undownloaded/downloadable only when unplugged.
2810
2811 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2812
2813         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2814
2815 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * spam.el (spam-check-ifile): fixed call-process-region to use the
2818         db parameter only if it's set
2819         (spam-ifile-register-with-ifile): ditto
2820
2821 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2822
2823         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2824         spam-stat-nbad before creating the hash table.
2825         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2826         Changed copyright statement to FSF.
2827
2828 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2829
2830         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2831         processable articles as read.
2832         (gnus-agent-summary-fetch-series): Remove processable and
2833         downloadable marks on all downloaded articles in the series.
2834
2835         * nntp.el (nntp-report): Throw error after reporting the problem.
2836         (nntp-accept-process-output): Corrected error check to report an
2837         error when the process is nil.
2838
2839 2003-01-09  Simon Josefsson  <jas@extundo.com>
2840
2841         * message.el (message-tool-bar-map): Add preview.
2842
2843 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2844
2845         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2846         previewing.
2847
2848 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2849
2850         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2851         bug when the (n+1)th article to be added to a group has a smaller
2852         number than the n articles already added.
2853
2854 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2855
2856         * message.el (message-mode-field-menu): Use backquote.
2857
2858 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * spam.el: fixed the BBDB autoloads again, using
2861         bbdb-search-simple now (which is not a macro, thank god)
2862
2863         * lpath.el (bbdb-search): removed function from maybe-fbind list
2864
2865         * gnus.el (ham-process-destination): added new parameter for
2866         destination of ham articles found in spam groups at summary exit
2867
2868         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2869         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2870         (spam-ifile-database-path): added new parameter for ifile's database
2871         (spam-move-spam-nonspam-groups-only): new parameter to determine
2872         if spam should be moved from all groups or only some
2873         (spam-summary-prepare-exit): fixed logic to use
2874         spam-move-spam-nonspam-groups-only when deciding to invoke
2875         spam-mark-spam-as-expired-and-move-routine; always invoke that
2876         routine after the spam has been expired-or-moved in case there's
2877         some spam left over; use spam-ham-move-routine in spam groups
2878         (spam-ham-move-routine): new function to move ham articles to the
2879         ham-process-destinations group parameter
2880
2881 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2884
2885         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2886         gnus-summary-update-article-line.
2887
2888 2003-01-08  Simon Josefsson  <jas@extundo.com>
2889
2890         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2891         not successful.
2892
2893 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2896
2897 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2898
2899         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2900         logic, finally
2901
2902 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2905         (gnus-parse-format): Change to %~.
2906
2907         * message.el (message-generate-headers): Don't generate optional
2908         empty headers.
2909
2910 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * message.el (message-cross-post-default)
2913         (message-cross-post-note-function, message-shoot-gnksa-feet)
2914         (message-strip-subject-trailing-was, message-change-subject)
2915         (message-mark-insert-file, message-cross-post-followup-to)
2916         (message-cross-post-followup-to, message-mode-map)
2917         (message-generate-unsubscribed-mail-followup-to)
2918         (message-make-mail-followup-to): Minor changes to doc-strings and
2919         error messages.  Updated copyright line.
2920
2921         * message.el (message-make-mail-followup-to,
2922         message-generate-unsubscribed-mail-followup-to): New function
2923         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2924         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2925         names.
2926
2927         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2928         (mml-preview-insert-mft): Removed function name.
2929         (mml-preview): Use new function names.
2930
2931         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2932
2933         * message.el (message-mode-field-menu): Moved header related
2934         commands from "Message" to "Field" menu.
2935
2936 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * message.el (message-generate-headers-first): Added customization
2939         if variable is a list.
2940
2941 2003-01-07  Michael Shields  <shields@msrl.com>
2942
2943         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2944         where the last line of the article is the last line of the window.
2945
2946 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-msg.el (gnus-debug): Use ignore-errors.
2949
2950         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2951         `gnus-summary-update-line'.
2952
2953 2003-01-08  Simon Josefsson  <jas@extundo.com>
2954
2955         * gnus-art.el (gnus-unbuttonized-mime-types)
2956         (gnus-buttonized-mime-types): Doc fix.
2957
2958 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2959
2960         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2961
2962 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2963
2964         * nnrss.el (nnrss-group-alist): Add and clear up.
2965
2966 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2967
2968         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2969
2970         * lpath.el (bbdb-search): added BBDB functions for a better way to
2971         fix missing functions
2972
2973         * spam.el (spam-check-ifile): if should be an unless
2974
2975         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2976         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2977         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2978
2979 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2982         gnus-summary-refer-thread to thread menu.
2983
2984 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2985
2986         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2987         summary buffer, articles that cannot be fetched are marked as
2988         canceled.
2989
2990         * nntp.el (nntp-with-open-group): The quit signal handler must
2991         propagate the quit signal to the next outer handler so that the
2992         caller knows that the request aborted abnormally.
2993
2994 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2997         (spam-ifile-register-spam-routine)
2998         (spam-ifile-register-ham-routine): added ifile functionality that
2999         does not use ifile-gnus.el to classify and register articles
3000         (spam-get-article-as-string): convenience function
3001         (spam-summary-prepare-exit): added ifile spam and ham registration
3002         (spam-ifile-all-categories, spam-ifile-spam-category)
3003         (spam-ifile-path, spam-ifile): added customization options
3004
3005         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3006         exit processor
3007         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3008         list of choices
3009
3010 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-score.el (gnus-score-followup): Also score immediate
3013         followups.
3014
3015 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3018
3019 2003-01-07  Simon Josefsson  <jas@extundo.com>
3020
3021         * message.el (message-mode-menu): Fix receipt balloon help.
3022
3023 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3024
3025         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3026         always be interpreted as news.
3027
3028 2003-01-07  Simon Josefsson  <jas@extundo.com>
3029
3030         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3031         gnus-sieve-script, instead of the global variable
3032         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3033         <sb@dod.no>.
3034
3035 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3036
3037         * gnus.el: Renamed gnus-summary-*-uncached-face as
3038         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3039         the cache.
3040
3041         * gnus-sum.el: Ditto.
3042
3043 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3044
3045         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3046         in either the group or summary buffer.
3047         New command "JS", in summary buffer, will fetch articles per the
3048         group's category, predicate, and processable flags.
3049         (gnus-agent-summary-fetch-series): Rewritten to call
3050         gnus-agent-session-fetch-group once with all articles in the
3051         series.
3052         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3053         return list of fetched articles.
3054         (gnus-agent-fetch-articles): Split fetch list into sublists such
3055         that the article buffer is only slightly larger than
3056         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3057         the group's article alist is saved.
3058         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3059         longer result in the agent trying to fetch an article.
3060         (gnus-agent-fetch-group-1): Can now be called in either the group
3061         or summary buffer.  Removed the max-fetch-size code that I added
3062         on 2002-12-13 as that capability is now part of
3063         gnus-agent-fetch-articles.  Added code to update summary buffer.
3064         When called in the group buffer, articles that can not be fetched
3065         are AUTOMATICALLY MARKED AS READ.
3066
3067         * gnus-sum.el (): Modified eval-when-compile to minimize
3068         misleading compilation warnings.
3069         (gnus-update-summary-mark-positions): Changed code to use
3070         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3071
3072         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3073         empty file as the parser assumes that the file isn't empty.
3074
3075         * nntp.el (nntp-send-string): The process-send-string call can,
3076         because it performs I/O on the process, change the process' state
3077         from open to closed.  If this happens, call nntp-report
3078         immediately to report the broken connection.
3079         (nntp-report): Rewritten to avoid needing a global variable to
3080         determine the appropriate course of action.  Instead, two function
3081         implementations are provided and the nntp-report function value is
3082         bound to the appropriate implementation.
3083         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3084         (nntp-with-open-group): Now binds nntp-report's function cell
3085         rather than binding gnus-with-open-group-first-pass.  Added a
3086         condition-case to detect a quit during a nntp command.  When the
3087         quit occurs, the current connection is closed as a fetch articles
3088         request could have several megabytes queued up for reading.
3089         (nntp-retrieve-headers): Bind articles to itself.  If
3090         nntp-with-open-group repeats this command, I must have access to
3091         the original list of articles.
3092         (nntp-retrieve-groups): Ditto for groups.
3093         (nntp-retrieve-articles): Ditto for articles.
3094         (*): Replaced nntp-possibly-change-group calls to
3095         nntp-with-open-group forms in all, but one, occurrance.
3096         (nntp-accept-process-output): Bug fix. Detect when called with
3097         null process.
3098
3099 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3100
3101         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3102         if we don't need to.
3103         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3104
3105 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-group.el (gnus-group-make-web-group): Pass the select
3108         method on to group-create.
3109         (gnus-group-line-format-alist): %U is an integer.
3110
3111         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3112         ephemeral groups.
3113         (gnus-summary-read-group-1): Ditto.
3114         (gnus-group-make-articles-read): Ditto.
3115
3116         * mm-url.el (mm-url-program): Doc fix.
3117
3118         * message.el (message-mode-map): Rebound
3119         message-insert-wide-reply.
3120
3121 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3124         color as `gnus-group-startup-message' does.
3125
3126 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * spam.el: fixed line lengths to 80 chars or less
3129
3130         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3131         "not-read" mark
3132         (gnus-summary-mark-forward): added the spam-mark to the list of
3133         marks not to be marked as "read" when viewed
3134
3135 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3138
3139         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3140         Protect against unactive groups.
3141
3142         * message.el (message-check-news-header-syntax): Check long
3143         header lines.
3144         (message-check-news-header-syntax): Update `start'.
3145
3146         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3147         (gnus-group-line-format): %U.
3148         (gnus-group-line-format-alist): ?U.
3149         (gnus-number-of-unseen-articles-in-group): New function.
3150
3151         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3152
3153         * gnus.el (gnus-version-number): Bump version number.
3154
3155 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3156
3157         * gnus.el: Oort Gnus v0.10 is released.
3158
3159 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus.el (gnus-version-number): Fix version number.
3162
3163 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3164
3165         * gnus.el: Oort Gnus v0.08 is released.
3166
3167 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3168
3169         * mm-util.el: Add mm-string-make-unibyte.
3170
3171         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3172         UTF-8 groups.
3173
3174 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3177
3178         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3179
3180 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3181
3182         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3183         function.
3184
3185 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3188         (gnus-summary-read-group-1): Update group line.
3189         (gnus-summary-exit-no-update): Update group on exit.
3190
3191         * gnus-group.el (gnus-group-line-format): Add %*.
3192         (gnus-group-line-format-alist): Ditto.
3193         (gnus-group-insert-group-line): Set it.
3194         (gnus-group-is-exiting-p): New variable.
3195         (gnus-group-insert-group-line): Use it.
3196
3197 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3198
3199         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3200         enable BBDB ham processing
3201         (spam-blacklist-register-routine): enable blacklist spam processing
3202         (spam-whitelist-register-routine): enable whitelist ham processing
3203         (spam-fetch-field-from-fast): fast fetching of the "from" field
3204         from (gnus-data-list)
3205         (spam-summary-prepare-exit): works completely now
3206         (spam-use-blacklist): oops, should be nil by default
3207         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3208         split processing now; before it was for summary exit as
3209         well but that's done with the spam-contents and spam-process
3210         parameters now
3211
3212 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3213
3214         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3215         characters.
3216
3217 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3220         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3221         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3222         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3223         (spam-mark-spam-as-expired-and-move-routine)
3224         (spam-generic-register-routine, spam-BBDB-register-routine)
3225         (spam-ifile-register-routine, spam-blacklist-register-routine)
3226         (spam-whitelist-register-routine): new functions
3227         (spam-summary-prepare-exit): added summary exit processing (expire
3228         or move) of spam-marked articles for spam groups; added slots for
3229         all the spam-*-register-routine functions
3230
3231 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * pop3.el (pop3-retr): Wait 500 msecs.
3234         (pop3-read-response): Ditto.
3235
3236         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3237         right.
3238         (gnus-inews-make-draft): New function.
3239         (gnus-setup-message): Use it.
3240
3241         * message.el (message-required-headers): Add From.
3242
3243 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3244         Trivial patch from Norbert Koch <nk@viteno.net>.
3245
3246         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3247
3248 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * message.el (message-generate-headers): Let header formatters do
3251         their work.
3252
3253 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3254
3255         * deuglify.el (gnus-article-outlook-deuglify-article):
3256         Rehighlight, reapply treatments and call
3257         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3258         (gnus-outlook-repair-attribution-block): Recognize cited
3259         attributions.  Suggested by Niklas Morberg.
3260
3261 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3262
3263         * gnus-art.el (gnus-treat-predicate): Check condition first.
3264
3265 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3266
3267         * lpath.el: Add url-http-file-exists-p.
3268
3269         * gnus-group.el (gnus-group-fetch-charter): Use
3270         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3271
3272 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * message.el (message-draft-headers): Also generate From to get a
3275         nicer draft buffer summary.
3276
3277         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3278         parameter.
3279
3280         * gnus-art.el (article-wash-html): Clean up.
3281         (article-wash-html): Typo fix.
3282
3283         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3284         (gnus-summary-mail-forward): To many lists of lists.
3285
3286         * gnus-art.el (article-wash-html): Clean up.
3287
3288 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3289
3290         * gnus-art.el (gnus-treat-wash-html): New variable.
3291
3292 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * message.el (message-check-news-header-syntax): Allow posting.
3295         (message-check-news-header-syntax): Fix logic for sure, this
3296         time.
3297
3298 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3299
3300         * message.el (message-check-news-header-syntax): Check syntax of
3301         continuation headers.
3302
3303 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gnus-art.el (gnus-button-url-regexp,
3306         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3307         (gnus-header-button-alist): Regexps are case insensitive here.
3308
3309 2003-01-02  Simon Josefsson  <jas@extundo.com>
3310
3311         * dig.el (query-dig): Doc fix.
3312
3313 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3314
3315         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3316         summary buffer line, not just the download mark.
3317
3318 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3321         (gnus-summary-insert-dormant-articles): New command and
3322         keystroke.
3323
3324         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3325         function for mass insertion of subjects.
3326
3327         * nndraft.el (nndraft-generate-headers): Don't move point.
3328
3329         * gnus.el (nnheader): Require nnheader.
3330
3331         * nndraft.el (nndraft-request-associate-buffer): Use
3332         make-local-variable.
3333
3334 2003-01-02  Michael Shields  <shields@msrl.com>
3335
3336         * nndraft.el (nndraft-request-associate-buffer): Make
3337         write-contents-hooks buffer-local before setting it.
3338
3339 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus.el (gnus-group-parameter-value): Take an extra param.
3342         (gnus-group-fast-parameter): Let group param results be nil.
3343
3344         * gnus-art.el (gnus-article-forward-header): New function.
3345         (article-date-ut): Use it to remove continuation date headers.
3346
3347         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3348         read-event.
3349         (gnus-summary-remove-bookmark): Clean up.
3350         (gnus-summary-set-bookmark): Clean up.
3351
3352         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3353
3354         * gnus.el (gnus-group-startup-message): Bind data-directory to
3355         the Gnus etc directory.
3356
3357 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3360         ham-processing of articles; use the new
3361         spam-group-(spam|ham)-contents-p functions
3362         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3363         convenience functions
3364         (spam-mark-junk-as-spam-routine): use the new
3365         spam-group-spam-contents-p function
3366
3367         * gnus.el (spam-process, spam-contents, spam-process-destination):
3368         added new parameters with corresponding global variables
3369         (gnus-group-spam-exit-processor-ifile,
3370         gnus-group-spam-exit-processor-bogofilter,
3371         gnus-group-spam-exit-processor-blacklist,
3372         gnus-group-spam-exit-processor-whitelist,
3373         gnus-group-spam-exit-processor-BBDB,
3374         gnus-group-spam-classification-spam,
3375         gnus-group-spam-classification-ham): added new symbols for the
3376         spam-process and spam-contents parameters
3377
3378         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3379         customization and list itself to store mark symbol rather than
3380         mark character.
3381         (spam-bogofilter-register-routine): added logic to generate mark
3382         values list from spam-ham-marks and spam-spam-marks, so (member)
3383         would work.
3384
3385 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * message.el (message-cross-post-followup-to): Fix comment.
3388
3389 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3392         customization and list itself to store mark symbol rather than
3393         mark character.
3394         (spam-bogofilter-register-routine): added logic to generate mark
3395         values list from spam-ham-marks and spam-spam-marks, so (member)
3396         would work.
3397
3398 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3399
3400         * message.el (message-signature-insert-empty-line): New variable.
3401
3402 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * message.el: Renamed functions and variables: "xpost" ->
3405         "cross-post", "-fup2" -> "-followup-to".
3406         (message-cross-post-old-target, message-cross-post-default,
3407         message-cross-post-note, message-followup-to-note,
3408         message-cross-post-note-function): New variables names.
3409         (message-xpost-old-target, message-xpost-default,
3410         message-xpost-note, message-fup2-note,
3411         message-xpost-note-function): Removed variable names.
3412         (message-cross-post-followup-to-header,
3413         message-cross-post-insert-note, message-cross-post-followup-to):
3414         New function names.
3415         (message-xpost-fup2-header, message-xpost-insert-note,
3416         message-xpost-fup2): Removed function names.
3417
3418 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3419
3420         * message.el (message-send-mail): Added message-cleanup-headers to
3421         prevent newlines in headers.
3422
3423 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * dns.el (dns-make-network-process): Comment.
3426
3427         * gnus-sum.el (gnus-summary-display-while-building): Default to
3428         nil.
3429
3430 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3431
3432         * gnus-sum.el (gnus-summary-display-while-building): New
3433         variable.
3434
3435 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3436
3437         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3438         before rearranging the article.
3439
3440 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * nndraft.el (nndraft-generate-headers): New function.
3443         (nndraft-request-associate-buffer): Use it to write headers on
3444         buffer save.
3445
3446         * message.el (message-generate-headers): Let the function be a
3447         lambda form.
3448         (message-draft-headers): New variable.
3449
3450         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3451         function.
3452         (gnus-setup-message): Use it.
3453
3454         * message.el (message-generate-headers-first): Doc fix.
3455         (message-setup-1): Use new function for getting which headers to
3456         generate.
3457         (message-headers-to-generate): New function.
3458
3459 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3460
3461         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3462
3463 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3464
3465         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3466         mention negatives.
3467
3468 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3469
3470         * deuglify.el (gnus-outlook-rearrange-article): Use
3471         `transpose-regions' instead of tempering the kill-ring.
3472         (gnus-article-outlook-deuglify-article): Rehighlight article
3473         instead of a complete redisplay.
3474
3475 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3476
3477         * spam.el: most defvars are defcustoms now
3478
3479         patches from Michael Shields  <shields@msrl.com>
3480
3481         * spam.el (spam-bogofilter-articles): Select the article
3482         body using gnus-summary-show-article t instead of
3483         gnus-summary-select-article; this presents the raw text
3484         without running any hooks.
3485
3486         * spam.el (spam-bogofilter-articles): Use message-remove-header
3487         to remove headers; the old way incorrectly removed just the first
3488         line of folded headers.
3489
3490 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3493
3494 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus-start.el (gnus-load): New function.
3497         (gnus-read-newsrc-el-file): Use it.
3498
3499 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3502         (gnus-button-handle-apropos-documentation): New function.
3503         (gnus-button-handle-ctan): New function.
3504         (gnus-button-alist): Use them.  Improve some regexps.
3505         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3506
3507 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * message.el (message-subscribed-p): New function.
3510         (message-send-mail): Use it.
3511         * mml.el (mml-preview-insert-mft): New function.
3512         (mml-preview): Use it.
3513
3514 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3517         when sorting by date.
3518
3519         * gnus-art.el (gnus-article-edit-mode): New variable.
3520         (gnus-article-setup-buffer): Warn user about discarding edits.
3521
3522         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3523         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3524         headers.
3525
3526         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3527
3528 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * message.el (message-completion-alist): Added "Mail-Followup-To"
3531         and "Mail-Copies-To".
3532
3533 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3534
3535         * gnus-group.el: Add key bindings for
3536         gnus-group-sort-groups-by-real-name and
3537         gnus-group-sort-selected-groups-by-real-name.
3538
3539 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3540
3541         * gnus.texi (Sorting Groups): Add key bindings for
3542         gnus-group-sort-groups-by-real-name and
3543         gnus-group-sort-selected-groups-by-real-name.
3544
3545 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * spam.el (spam-use-dig): new variable for blackhole checking
3548         through dig.el
3549         (spam-check-blackholes): added dig.el checking functionality and
3550         more verbose reporting; query-dig is autoloaded from dig.el
3551         (spam-use-blackholes): disabled by default
3552         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3553         blackhole servers list
3554
3555 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * message.el (message-required-headers): New variable.
3558
3559 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3560
3561         * dig.el (query-dig): new function
3562
3563 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3566         prefixes.
3567
3568         * dns.el (query-dns): Protect against errors.
3569
3570         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3571         (gnus-inews-add-send-actions): Mark all answered messages as
3572         answered.
3573
3574 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3575
3576         * nnmail.el (nnmail-split-it): Added tracing to
3577         `:' split rule
3578
3579 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3580
3581         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3582         and "%s" so we don't overquote them.
3583
3584 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3585
3586         * (mm-display-external): Display the actual command that has been
3587         executed in the echo area.
3588
3589 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3592
3593         * message.el (message-with-reply-buffer): New macro.
3594         (message-fetch-reply-field): Use it.
3595         (message-insert-wide-reply): New command and keystroke.
3596         (message-carefully-insert-headers): New function.
3597         (message-insert-to): Use new function.
3598
3599         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3600         (gnus-topic-goto-missing-group): Use it.
3601
3602         * message.el (message-required-news-headers): Removed Lines.
3603         (message-reply): Don't insert References first.
3604         (message-followup): Ditto.
3605         (message-make-references): New function.
3606         (message-followup): Set message-reply-headers before generating
3607         the buffer stuff.
3608
3609 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3610
3611         * mml.el (mml-generate-mime-1): Reverse the order of
3612         encoding/flowing.
3613
3614 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3617         after moving them.
3618
3619         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3620         fit with newer standard format.
3621         (gnus-summary-make-false-root-always): New variable.
3622         (gnus-gather-threads-by-subject): Use it.
3623
3624         * message.el (message-get-reply-headers): Take an address list
3625         optional argument.
3626
3627 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus.el (gnus-keep-backlog): Change default to 20.
3630
3631         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3632         start.
3633         (gnus-agent-check-overview-buffer): Remove negative article
3634         numbers.
3635
3636         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3637         (nnmail-cache-ignore-groups): Doc fix.
3638
3639         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3640         (nnimap-debug-buffer): New variable.
3641         (nnimap-debug): Use it.
3642
3643 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3644
3645         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3646
3647 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3650         they aren't already sorted.
3651
3652 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3653
3654         * message.el (message-mode-menu): Add ellipses to menu items
3655         expecting user interaction.
3656         (message-mode-field-menu): do.
3657
3658 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3659
3660         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3661         it isn't used any more.
3662
3663 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3664
3665         * binhex.el (binhex-decoder-program): Fix docstring.
3666
3667 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3668
3669         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3670         special chars if the mailcap file uses single quotes around %s.
3671         From Laurent Martelli <laurent@bearteam.org>.
3672
3673 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3674
3675         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3676         return the info object.
3677
3678 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3679
3680         * gnus-int.el (gnus-request-update-info): Artificially add
3681         (1 . (1- min)) to the read range, in case the backend doesn't
3682         store marks for nonexistent articles.
3683
3684 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * binhex.el (binhex-insert-char): Eval-and-compile.
3687
3688 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3689
3690         * lpath.el: Add tool-bar-local-item-from-menu.
3691
3692         * message.el (message-tool-bar-local-item-from-menu): New function.
3693         (message-tool-bar-map): Use it.
3694
3695 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3696
3697         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3698
3699         * gnus-art.el (gnus-article-header-rank): Last header in
3700         gnus-sorted-header-list should have higher rank than non-members.
3701
3702 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3705         covered methods.
3706
3707 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3708
3709         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3710         eval-when-compile.  Suggested by Kevin Greiner.
3711
3712 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3713
3714         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3715         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3716         even though no headers may have been fetched
3717         (gnus-agent-fetch-group-1, and perhaps others, require this
3718         behavior).
3719         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3720         server buffer is constrained by gnus-agent-max-fetch-size.
3721         Multiple chunks in the same group may perform arbitrarily large
3722         updates.
3723
3724 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3725
3726         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3727         gnus-summary-update-download-mark to update the article in the
3728         summary.
3729
3730 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3731
3732         * gnus.el (gnus-summary-high-uncached-face,
3733         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3734         New faces.
3735
3736         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3737         added this on 2002-11-23 but it just wasn't working out as
3738         intended.  The idea isn't entirely dead, three new faces
3739         gnus-summary-*-uncached-face are being added to gnus.el to provide
3740         the basis for an improved implementation.
3741         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3742         proper file to open is lib/servers.
3743         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3744         (i.e. removing the article from gnus-newsgroup-downloadable) will
3745         now restore the article's default mark rather than simply setting
3746         no mark.
3747         (gnus-agent-get-undownloaded-list): Corrected documentation.
3748         Added code to set new summary local variable,
3749         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3750         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3751         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3752         up to date.  Call new gnus-summary-update-download-mark to keep
3753         summary buffer up-to-date.
3754         (gnus-agent-fetch-selected-article): Keep
3755         gnus-newsgroup-undownloaded up to date.
3756         (gnus-agent-fetch-articles): Return list of articles that were
3757         successfully fetched.
3758         (gnus-agent-check-overview-buffer): No more thingatpt.
3759         (gnus-agent-expire): No longer deletes NOV entries of unread
3760         articles.
3761         (gnus-agent-unread-articles): New function.
3762         (gnus-agent-regenerate-group): The article number must be
3763         terminated by a tab character.  Added more messages to report
3764         repairs.  Inhibit quits while writing changes so it is now safe
3765         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3766         downloaded to 1) resolve the unbound references and 2) avoid
3767         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3768
3769         * gnus-art.el (gnus-article-prepare): The agent
3770         downloaded/undownloaded mark is no longer stored as the article's
3771         mark.
3772
3773         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3774         gnus-summary-highlight may use it.  Added downloaded as
3775         gnus-summary-highlight was using it.
3776
3777         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3778         the download mark now follows Kai's +/- convention.
3779         (gnus-downloaded-mark): Added ?+ mark.
3780         (gnus-summary-highlight): Added rules to select
3781         gnus-summary-high-uncached-face,
3782         gnus-summary-normal-uncached-face, and
3783         gnus-summary-low-uncached-face.  Removed the
3784         gnus-agent-downloaded-article-face.
3785         (gnus-summary-line-format-alist): Implemented the download flag
3786         format (?O) as named in the manual.  This implementation displays
3787         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3788         gnus-no-mark.
3789         (gnus-newsgroup-agentized): New local variable that identifies
3790         which groups are agentized.  While the agent is now on by default,
3791         you don't have to agentize every server that you use.
3792         (gnus-update-summary-mark-positions): Completed support for the
3793         download type of mark.
3794         (gnus-summary-insert-line): Added undownloaded to the parameters.
3795         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3796         reference by the gnus-summary-line-format-spec.
3797
3798         * nntp.el (nntp-with-open-group): This macro handles dropped or
3799         broken connections by opening a new connection and repeating the
3800         failed command.
3801         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3802         XOVER commands preceeding the active articles with the nov entry
3803         of the first available article.  When gnus connected to such a
3804         server, the unexpected nov entry would result in duplicate lines
3805         in the agent's overview file.  This patch fixes the duplicate
3806         lines problem and improves performance by skipping over all
3807         articles IDs that preceed the first nov entry in the server's
3808         reply.
3809
3810 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3813         (gnus-summary-highlight): Use it instead of `downloaded'.
3814         (gnus-summary-highlight-line): Ditto.
3815
3816         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3817
3818 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3821
3822         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3823         calls.
3824
3825         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3826         downloaded variable if we're in an uncovered group.
3827
3828         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3829         font to soemthing less noticeable.
3830         (gnus-agent-group-covered-p): New function.
3831
3832 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3833
3834         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3835         Because of an unknown bug, the group buffer is saved in .overview
3836         file.
3837
3838 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3839
3840         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3841         `and' with `or'.
3842
3843 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3844
3845         * nntp.el (nntp-send-command): Assume that echo does not happen
3846         when nntp-open-connection-function is nntp-open-network-stream.
3847         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3848
3849 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3850
3851         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3852
3853 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3854
3855         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3856         nntp-server-buffer if we aren't going to write to it.
3857
3858 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3859         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3860
3861         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3862
3863 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3866         decoded words.
3867
3868 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3869
3870         * gnus.el (fboundp): After loading mm-util, make sure it was the
3871         right one.
3872
3873 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3874
3875         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3876         gnus-sum.  Made into a user option.
3877
3878         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3879         (gnus-summary-mark-article-as-unread)
3880
3881 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3882
3883         * time-date.el (date-to-time): Typo.
3884
3885         * parse-time.el: Typo.
3886
3887         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3888
3889         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3890
3891         * nnimap.el:
3892         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3893
3894         * mm-encode.el (mm-safer-encoding): Typo.
3895
3896         * messcompat.el: Typo.
3897
3898         * message.el (message-face-alist): Typo.
3899
3900         * imap.el (imap-interactive-login, imap-open): Typos.
3901
3902         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3903
3904         * gnus.el: Typo.
3905
3906         * gnus-win.el (gnus-configure-frame): Typo.
3907
3908         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3909
3910         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3911
3912         * gnus-sum.el (gnus-summary-article-number)
3913         (gnus-summary-read-group-1, gnus-summary-mark-article)
3914         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3915
3916         * gnus-mule.el (gnus-mule-add-group): Typo.
3917
3918         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3919
3920         * gnus-group.el (gnus-group-fetch-faq): Typo.
3921
3922         * gnus-art.el (gnus-decode-header-methods): Typo.
3923
3924         * flow-fill.el: Typo.
3925
3926 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3927
3928         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3929
3930 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3931
3932         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3933         (gnus-summary-mark-article-as-unread)
3934         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3935         Reformatting to avoid long lines.
3936         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3937
3938 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3939
3940         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3941         be accessed through `mail-header-number'.
3942
3943 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3944
3945         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3946         compressed range to gnus-summary-insert-articles.
3947
3948 2002-11-26  Kevin Ryde <user42@zip.com.au>
3949
3950         * gnus-art.el (gnus-mime-copy-part): Look for filename
3951         parameter under content-disposition, not content-type.
3952
3953         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3954         (gnus-summary-reselect-current-group): Use it.
3955
3956 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-agent.el (gnus-agent-uncached-articles): if
3959         gnus-agent-load-alist fails, return ARTICLES.
3960
3961         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3962
3963 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3964
3965         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3966         superfluous function call.
3967         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3968         Add warning to docstring.
3969
3970 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-agent.el: Autoload number-at-point instead.
3973         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3974
3975 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3976
3977         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3978         require thingatpt (for number-at-point) and protect against
3979         deactivate-mark being unbound (on XEmacs).
3980
3981 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3982
3983         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3984         print message on entry.
3985
3986         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3987
3988         * gnus-range.el (gnus-range-difference): New function.
3989         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3990
3991 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3992
3993         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3994         gnus-remove-from-range instead of gnus-range-difference which
3995         doesn't exist.
3996
3997 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3998         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3999
4000         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4001         used for showing which articles have been downloaded.
4002         (gnus-agent-article-alist): Format change.  Add documentation.
4003         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4004         process-marked articles.
4005         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4006         in the series are individually fetched to minimize lose of
4007         content due to an error/quit.
4008         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4009         gnus-message instead of message.
4010         (gnus-agent-read-servers): Use file lib/methods instead of
4011         lib/servers.  TODO: Why?
4012         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4013         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4014         come from the agent.  This means that they are not downloaded.
4015         (gnus-agent-fetch-selected-article): Don't use history.
4016         (gnus-agent-save-history, gnus-agent-enter-history)
4017         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4018         Removed function; history is not used anymore.
4019         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4020         (gnus-agent-crosspost): Started rewrite then realized that a typo
4021         in gnus-agent-fetch-articles ensures that this function is never
4022         called.  This will need to be fixed later.
4023         (gnus-agent-check-overview-buffer): Some sanity checks on the
4024         agent overview buffer.  This is a safety net used during
4025         development.
4026         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4027         changed, write a number to the file indicating this.
4028         (gnus-agent-fetch-headers): Rewrite to respect
4029         gnus-agent-consider-all-articles without relying on the
4030         `.fetched' files.  Make it fast.
4031         (gnus-agent-braid-nov): Change resulting from
4032         gnus-agent-fetch-headers change.
4033         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4034         `.fetched' files.
4035         (gnus-agent-read-agentview): New function, used by
4036         gnus-agent-load-alist.
4037         (gnus-agent-load-fetched-headers): Remove.
4038         (gnus-agent-save-alist): Rewrite to accomodate new format.
4039         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4040         same order as in gnus-newsgroup-headers.
4041         (gnus-agent-expire): Document and implement extra args ARTICLES,
4042         GROUP, FORCE.  Do not restrict usage.
4043         (gnus-agent-uncached-articles): New function.
4044         (gnus-agent-retrieve-headers): Use it.
4045         (gnus-agent-regenerate-group): No longer needs to be called from
4046         gnus-agent-regenerate.  Individual groups may be regenerated. The
4047         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4048         The article fetch dates are validated in the article alist.  The
4049         article alist is pruned of entries that do not reference existing
4050         NOV entries.  All changes are computed then applied with
4051         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4052         regeneration.  The optional clean parameter has been replaced with
4053         an optional reread parameter.  Clean is no longer necessary as
4054         regeneration gets the appropriate setting from
4055         gnus-agent-consider-all-articles.  The new reread parameter will
4056         result in fetched, or all, articles being marked as unread.
4057         (gnus-agent-regenerate): Removed code to regenerate the history
4058         file as it is no longer used.
4059
4060         * gnus-start.el (gnus-make-ascending-articles-unread): New
4061         function, for efficient mass-marking.
4062
4063         * gnus-sum.el (gnus-summary-highlight): Use new face for
4064         downloaded articles.
4065         (gnus-article-mark): Prefer to indicate read/unread status over
4066         downloaded status.
4067         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4068         line.
4069         (gnus-summary-highlight-line): Use new face for downloaded
4070         articles.
4071         (gnus-summary-insert-old-articles): Improved performance by
4072         replacing the initial LIST of older articles with a compressed
4073         RANGE of older articles.  Some servers appear to lie about
4074         their active range so the original list could contain millions
4075         of article numbers.  The range is not expanded into a list
4076         until the optional ALL parameter has been applied.
4077
4078 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4079
4080         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4081
4082 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * spam.el:
4085         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4086
4087         * spam.el: added `M s t' and `M s x' key mappings
4088
4089 2002-11-20  Simon Josefsson  <jas@extundo.com>
4090
4091         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4092
4093 2002-11-19  Simon Josefsson  <jas@extundo.com>
4094
4095         * gnus-sum.el (gnus-summary-morse-message): Load
4096         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4097         (unmorse-region): Autoload it instead.
4098
4099 2002-11-18  Simon Josefsson  <jas@extundo.com>
4100
4101         * gnus-sum.el (gnus-summary-morse-message): New function.
4102         (gnus-summary-wash-map): Bind to `W m'.
4103         (gnus-summary-make-menu-bar): Add.
4104
4105         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4106         before storing \Deleted mark on expired articles.
4107
4108 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4109         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4110
4111         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4112         parens in column 0.
4113
4114 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4115
4116         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4117
4118         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4119
4120         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4121
4122 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4123
4124         * message.el (message-set-auto-save-file-name): Use
4125         make-directory, to avoid the dependence on gnus-util.
4126
4127 2002-11-16  Simon Josefsson  <jas@extundo.com>
4128
4129         * nnimap.el (nnimap-callback-callback-function):
4130         (nnimap-callback-buffer): Removed, these cannot be global but must
4131         be embedded into the callback.
4132         (nnimap-make-callback): New.  Embedd article number, callback and
4133         buffer in function.
4134         (nnimap-callback, nnimap-request-article-part): Update.
4135
4136 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4139
4140 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4141
4142         * gnus.el (gnus-summary-line-format): Document %C.
4143
4144 2002-11-11  Simon Josefsson  <jas@extundo.com>
4145
4146         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4147         output when called interactively.
4148
4149 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4152
4153         * message.el (message-draft-coding-system): Improve comment; use
4154         mm-auto-save-coding-system for the default value.
4155
4156         * nndraft.el (nndraft-request-article): Revert to the state before
4157         2002-10-29; regexp-quote mail-header-separator.
4158
4159 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4160
4161         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4162         allow editing of drafts from an nnvirtual group.
4163
4164 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4167         mm-auto-save-coding-system.
4168
4169         * message.el (message-draft-coding-system): Default to
4170         iso-2022-7bit.
4171
4172         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4173         restore the default value to emacs-mule or escape-quoted.
4174
4175 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4178         a delayed or a queued article as well as a draft.
4179
4180         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4181         delayed or a queued article in the raw format; treat a delayed
4182         article as a raw article as well as a draft.
4183         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4184         for the delayed group.
4185
4186         * nndraft.el (nndraft-request-article): Ignore auto save files for
4187         a delayed or a queued article; don't bother to decode a queued
4188         article; don't bind nnmail-file-coding-system for a queued article.
4189
4190         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4191         and the queue group.
4192
4193 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4194
4195         * gnus-group.el (gnus-group-delete-group):
4196         gnus-cache-active-hashtb might be void.
4197
4198 2002-11-02  Simon Josefsson  <jas@extundo.com>
4199
4200         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4201         setting of the default user ID.  From Raymond Scholz
4202         <ray-2002@zonix.de>.
4203
4204 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4205
4206         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4207         charset.
4208
4209 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4210         From Alex Schroeder <alex@emacswiki.org>
4211         * spam-stat.el (spam-stat-process-directory): add dir to message
4212         (spam-stat-reduce-size): No longer remove words
4213         with values close to 0.5, because the default value is 0.2.
4214
4215 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4216
4217         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4218         documentation.
4219
4220 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4221
4222         * gnus-agent.el (gnus-agent-fetched-headers)
4223         (gnus-agent-load-fetched-headers)
4224         (gnus-agent-save-fetched-headers): Remove variable and two
4225         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4226         works better.
4227         (gnus-agent-fetch-headers): New implementation from Kevin
4228         Greiner.  Uses gnus-agent-article-alist to store information
4229         about fetched messages which aren't on the server anymore.  The
4230         trick is to return a list of considered messages to the caller,
4231         but to only fetch those which haven't been fetched yet.
4232
4233 2002-10-30  Simon Josefsson  <jas@extundo.com>
4234
4235         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4236
4237         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4238
4239 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4240
4241         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4242         versions of emacs-w3m than 1.3.3.
4243
4244         * lpath.el: Bind w3m-minor-mode-map.
4245
4246         * mm-view.el (mm-w3m-mode-command-alist)
4247         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4248         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4249         (mm-setup-w3m): Simplified.
4250         (mm-w3m-local-map-property): New function.
4251         (mm-inline-text-html-render-with-w3m): Use it.
4252
4253         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4254         mm-w3m-local-map-property.
4255
4256 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * mm-util.el (mm-auto-save-coding-system): Default to
4259         iso-2022-7bit.
4260
4261         * nndraft.el (nndraft-request-article): Decode an article using
4262         the coding-system emacs-mule if it seems to have been saved using
4263         emacs-mule.
4264         (nndraft-request-replace-article): Use message-draft-coding-system
4265         instead of mm-auto-save-coding-system for the draft or delayed
4266         group.
4267
4268 2002-10-28  Josh  <huber@alum.wpi.edu>
4269
4270         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4271         functions.
4272
4273 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4274         From mah@everybody.org (Mark A. Hershberger).
4275
4276         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4277         type values ("url" size) regardless of the values of
4278         mm-url-use-external.
4279
4280 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4281
4282         * nnimap.el (nnimap-request-article-part): Try harder to show
4283         group name in debugging message.
4284
4285 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4286
4287         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4288         directory if it doesn't exist.
4289         (gnus-agent-fetch-headers): Remove old cruft that tried to
4290         abstain from downloading articles more than once if
4291         gnus-agent-consider-all-articles was true.  This is now done
4292         properly via the .fetched files.
4293
4294 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * nndraft.el (nndraft-request-article): Treat delayed articles
4297         like drafts.
4298
4299 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4302
4303 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4304
4305         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4306         Remove unused optional arg DIR and corresponding code.
4307
4308         * nnimap.el (nnimap-request-article-part): Include group name in
4309         debugging output.
4310
4311 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4312
4313         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4314
4315 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4316
4317         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4318         contains range of headers that have been fetched by the agent
4319         already.  Compare gnus-agent-article-alist.
4320         (gnus-agent-file-header-cache): Like
4321         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4322         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4323         seen/recent logic.
4324         Remember which headers have been fetched before and don't fetch
4325         them again the next time round.
4326         (gnus-agent-load-fetched-headers)
4327         (gnus-agent-save-fetched-headers): New functions, for remembering
4328         which headers have been fetched before.
4329
4330 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * lpath.el: Remove useless bindings.
4333
4334 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4335
4336         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4337         features while searching.
4338
4339 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4340
4341         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4342
4343 2002-10-22  Simon Josefsson  <jas@extundo.com>
4344
4345         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4346         (pgg-snarf-keys): Add.
4347
4348 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * lpath.el: Fbind bbdb-records.
4351
4352         * spam.el: Don't autoload bbdb-records.
4353
4354 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4357         prevent inf-loop.
4358
4359 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * nnslashdot.el: Removed some test lines.
4362         More test.
4363
4364 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4365
4366         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4367         are known to be downloaded already.
4368
4369 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4372         (mm-text-html-washer-alist): Ditto.
4373
4374 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4375
4376         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4377         boundary between headers and body.
4378         * nnml.el (nnml-parse-head): Ditto.
4379
4380 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4383         entries.
4384
4385         * gnus-group.el (gnus-fetch-group): Allow an optional
4386         specification of the articles to select.
4387
4388         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4389
4390 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4391
4392         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4393         headers from the group, update variable `articles' to contain
4394         only those numbers where headers exist.  (When fetching all
4395         articles in a group, Gnus creates lots of numbers where there is
4396         no articles.)
4397
4398 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4399
4400         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4401         doesn't have the 'alist custom type, use cons cells instead.
4402         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4403         (pgg-parse-hash-algorithm-alist): Ditto.
4404         (pgg-parse-compression-algorithm-alist): Ditto.
4405         (pgg-parse-signature-type-alist): Ditto.
4406
4407         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4408
4409         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4410
4411         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4412
4413 2002-10-19  Simon Josefsson  <jas@extundo.com>
4414
4415         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4416         buffer.
4417
4418 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4419
4420         * gnus-spec.el (gnus-make-format-preserve-properties)
4421         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4422         properties also on XEmacs.  `gnus-xmas-format' is like format but
4423         preserves text properties on XEmacs (though it only understands
4424         simple format specs).  The variable
4425         `gnus-make-format-preserve-properties' controls whether the
4426         function is used, and is checked in `gnus-parse-simple-format'.
4427         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4428
4429         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4430         output.
4431         (gnus-agent-consider-all-articles): New variable.
4432         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4433         (gnus-agent-fetch-headers): Depending on
4434         gnus-agent-consider-all-articles, maybe get all articles.
4435         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4436         `read'.
4437         (gnus-predicate-imples-unread): New function.
4438         (gnus-agent-fetch-headers): Optimize to call
4439         gnus-list-of-unread-articles if that is sufficient.
4440         Check unseen and recent instead of seen and recent.
4441         (gnus-agent-fetch-headers): Abstain from calling
4442         gnus-list-range-intersection if range (a . b) would have (> a b).
4443
4444 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * message.el (message-send-mail): Make it possible to perform
4447         edebug-defun.
4448
4449 2002-10-18  Simon Josefsson  <jas@extundo.com>
4450
4451         * gnus-art.el (gnus-button-man-handler): Change default to
4452         `manual-entry' (defined in both emacsen).
4453         (gnus-button-man-handler): Remove emacsen difference and use
4454         `manual-entry'.
4455
4456 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * spam.el: Wrap autoload settings for bbdb-records,
4459         executable-find and ifile-spam-filter with eval-and-compile.
4460         (spam-display-buffer-contents): Remove.
4461         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4462
4463 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4464
4465         * spam.el (spam-display-buffer-contents): New function.
4466         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4467         from Katsumi Yamaoka <yamaoka@jpl.org>.
4468
4469 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4470
4471         * nnheader.el (nnheader-parse-naked-head): New function.
4472         (nnheader-parse-head): Use the above function, in order to handle
4473         continuation lines properly.
4474         (nnheader-remove-body): New function.
4475         (nnheader-remove-cr-followed-by-lf): New function.
4476         (nnheader-ms-strip-cr): Use the above function.
4477
4478         * gnus-agent.el (gnus-agent-regenerate-group): Call
4479         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4480         `nnheader-parse-head'.
4481         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4482
4483         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4484         continuation lines by itself; call `nnheader-parse-naked-head'
4485         instead of `nnheader-parse-head'.
4486         * nndiary.el (nndiary-parse-head): Ditto.
4487         * nnfolder.el (nnfolder-parse-head): Ditto.
4488         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4489         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4490         * nnml.el (nnml-parse-head): Ditto.
4491
4492 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4493
4494         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4495         XEmacs, default to it if featurep 'xemacs.
4496
4497 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * spam-stat.el: Check for the existence of hash functions instead
4500         of the Emacs version to decide whether to load cl.  Suggested by
4501         Kai Gro\e,A_\e(Bjohann.
4502
4503 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4504
4505         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4506         if it isn't open yet.
4507
4508 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-group.el: Require mm-url only when compiling.
4511         (gnus-group-fetch-charter): Require mm-url.
4512
4513         * spam-stat.el: Require cl for the functions gethash,
4514         hash-table-count, make-hash-table and mapc for Emacs 20.
4515         (puthash): Alias to cl-puthash for Emacs 20.
4516         (with-syntax-table): New macro for Emacs 20.
4517
4518 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4519
4520         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4521
4522 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4523
4524         * spam.el (spam-check-ifile): added ifile as a spam checking
4525         backend, and spam-use-ifle as the variable to toggle that check.
4526
4527 2002-10-12  Simon Josefsson  <jas@extundo.com>
4528
4529         * message.el (message-beginning-of-line): New variable.
4530         (message-beginning-of-line): Use it.
4531
4532 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4533
4534         * spam.el: more compilation fixes for BBDB
4535
4536         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4537         (spam-stat-reduce-size): Interactive.
4538         (spam-stat-reset): New function.
4539         (spam-stat-save): Interactive.
4540
4541 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus.el: Autoload gnus-delay-initialize.
4544
4545         * message.el: Autoload gnus-delay-article.
4546
4547 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4548
4549         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4550         text property in Emacs.
4551
4552 2002-10-11  Simon Josefsson  <jas@extundo.com>
4553
4554         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4555         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4556
4557         * mml1991.el (mml1991-pgg-sign): Remove CR.
4558
4559 2002-10-10  Simon Josefsson  <jas@extundo.com>
4560
4561         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4562         decrypt failed.
4563         (mml2015-trust-boundaries-alist): Removed.
4564         (mml2015-gpg-extract-signature-details): Don't use it.
4565         (mml2015-unabbrev-trust-alist): New.
4566         (mml2015-gpg-extract-signature-details): Use it.
4567
4568 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4569
4570         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4571         BBDB installed
4572
4573         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4574         statistical analysis of spam in Lisp only
4575
4576 2002-10-10  Simon Josefsson  <jas@extundo.com>
4577
4578         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4579         auth, selected or examine state.
4580
4581         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4582         buffer and error buffer depending on type of information.
4583
4584         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4585         --status-fd stuff even if gpg.el is not used (revert earlier
4586         change).
4587         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4588         gnus details.
4589         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4590         buffer.
4591
4592         * pgg.el (pgg-verify-region): Use it.
4593
4594         * pgg-def.el (pgg-query-keyserver): New variable.
4595
4596         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4597         key-identifier in packet.  Is this a good idea?
4598
4599         * mml.el (mml-mode-map): Add security commands that operates on
4600         MIME parts.
4601         (mml-menu): And menu items for them.
4602
4603         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4604
4605         * mml.el (mml-parse-1): Support sender in #secure tags.
4606
4607         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4608         defined.
4609
4610         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4611         (mml-pgp-encrypt-buffer): Support combined signing.
4612
4613         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4614         (mml1991-gpg-encrypt): Ditto.
4615         (mml1991-pgg-encrypt): Ditto.
4616         (mml1991-encrypt): Pass sign parameter.
4617
4618         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4619         (mml-signencrypt-style): Mention the variable.
4620
4621 2002-10-09  Simon Josefsson  <jas@extundo.com>
4622
4623         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4624         pgg-gpg-user-id.
4625
4626         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4627         (pgg-fetch-key-function): Nil if w3 is not installed.
4628
4629 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4630
4631         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4632         gnus-agent-current-history.
4633
4634 2002-10-06  Simon Josefsson  <jas@extundo.com>
4635
4636         * imap.el (imap-parse-status): Don't use read to read token.
4637
4638 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4639
4640         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4641         for methods not covered by the agent, and when unplugged.
4642
4643 2002-10-05  Simon Josefsson  <jas@extundo.com>
4644
4645         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4646         signing.
4647
4648         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4649         a named server fails, ignore the server.
4650
4651         * mml1991.el (mml1991-pgg-sign): Do QP.
4652
4653         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4654         work.
4655
4656 2002-10-04  Simon Josefsson  <jas@extundo.com>
4657
4658         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4659
4660         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4661         binary-write-decoded-region from MEL.
4662
4663         * pgg.el (pgg-encrypt-region): Support sign.
4664
4665         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4666
4667         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4668
4669         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4670         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4671         branch where PGG was taken from in the ChangeLog entries below.
4672
4673 2002-10-01  Simon Josefsson  <jas@extundo.com>
4674
4675         * pgg-pgp.el: Don't require mel.  Don't use luna.
4676         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4677         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4678         (pgg-pgp-process-region): Don't use binary-funcall.
4679
4680         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4681
4682         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4683         instead of concat.
4684
4685         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4686
4687 2002-09-29  Simon Josefsson  <jas@extundo.com>
4688
4689         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4690         compile warnings.
4691
4692         * pgg.el (pgg-decrypt-region): Don't parse packet.
4693
4694         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4695
4696 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4697
4698         * pgg.el: Remove dependency on calist.el.
4699
4700 2002-09-28  Simon Josefsson  <jas@extundo.com>
4701
4702         * pgg.el (pgg-temporary-file-directory): New variable.
4703         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4704
4705         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4706         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4707
4708         * pgg-parse.el (pgg-char-int): Defalias.
4709         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4710         (pgg-read-bytes, pgg-read-body): Use it.
4711         (pgg-decode-packets): Don't use MEL, use base64-*.
4712         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4713         (pgg-string-as-unibyte): Defalias.
4714         (pgg-parse-armor-region): Use it.
4715
4716         * pgg-gpg.el (pgg-gpg-process-region): Use
4717         pgg-temporary-file-directory.
4718
4719         * luna.el: Don't def-edebug.
4720
4721         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4722         binary-write-decoded-region from MEL.
4723
4724         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4725
4726         * alist.el, calist.el: Don't require product/APEL.
4727
4728         * pgg-parse.el (top-level): Remove dependency on static.el,
4729         pccl.el, mel.el.
4730         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4731         `define-ccl-program' is boundp, instead of using broken.
4732
4733 2002-10-01  Simon Josefsson  <jas@extundo.com>
4734
4735         * message.el (message-required-mail-headers): Remove Lines:.
4736
4737 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4738         From Jesper Harder.
4739
4740         * gnus-group.el (gnus-group-fetch-charter,
4741         gnus-group-fetch-control): Prompt for group if given a prefix
4742         argument.
4743         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4744         gnus-group-fetch-control to summary key map and menu.
4745
4746 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4747
4748         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4749         number when there are no articles.
4750
4751 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4752
4753         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4754         arg ALL means to fetch all articles, not only downloadable ones.
4755         (gnus-agent-fetch-selected-article): New function for
4756         gnus-select-article-hook or gnus-mark-article-hook.
4757
4758 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4759         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4760
4761         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4762         raw-text.
4763
4764 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4765
4766         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4767         Pinard).
4768         Major revamp of the code, documentation is in comments in the file
4769         for now.
4770
4771 2002-09-30  Simon Josefsson  <jas@extundo.com>
4772
4773         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4774         buffer seem to be needed?
4775
4776 2002-09-29  Simon Josefsson  <jas@extundo.com>
4777
4778         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4779         compile warnings.
4780
4781         * mml1991.el (mml1991-function-alist): Add pgg.
4782         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4783         (mml1991-pgg-encrypt): Fix recipients querying.
4784
4785 2002-09-28  Simon Josefsson  <jas@extundo.com>
4786
4787         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4788         from dme@dme.org.
4789         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4790         handle is returned.
4791
4792 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4795         Protect against non-existent of `nnimap-mailbox-info'.
4796
4797 2002-09-27  Simon Josefsson  <jas@extundo.com>
4798
4799         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4800         (gnus-setup-news-hook): Use it.
4801         (gnus-after-getting-new-news-hook): Ditto.
4802
4803         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4804
4805 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4806         From Mats Lidell <matsl@contactor.se>.
4807
4808         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4809
4810 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4811
4812         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4813         the part to decode encoded words, use raw words instead of decoded
4814         words.
4815
4816 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4819
4820         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4821         (mm-setup-w3m): Use it.
4822
4823 2002-09-27  Simon Josefsson  <jas@extundo.com>
4824
4825         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4826         article buffers.
4827
4828         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4829         it just in case.
4830         (nnimap-update-unseen): New function; update unseen count in
4831         `n-m-info'.
4832         (nnimap-close-group): Call it.
4833
4834         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4835         (gnus-after-getting-new-news-hook): Ditto.
4836
4837         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4838         message into verboselevel 9.  Change slow mail check message.
4839         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4840         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4841         used as a hook after getting new mail.
4842
4843 2002-09-26  Simon Josefsson  <jas@extundo.com>
4844
4845         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4846         SELECT/EXAMINE is first unseen article, not number of unseen
4847         articles.  Make them distinct by renaming the former to
4848         `first-unseen' instead of `unseen'.
4849
4850         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4851         too.
4852         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4853         changed.
4854         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4855
4856         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4857
4858         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4859         better.
4860
4861         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4862         if dissecting resulting buffer actually had any information.
4863
4864 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4867         because the function `string<' allows symbols.
4868
4869         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4870
4871 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4872
4873         * message.el (message-forward-make-body): Revert an early change
4874         because 8-bit utf-8 emails.
4875
4876 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4877
4878         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4879         links to Info)
4880         * gnus-art.el (gnus-treat-highlight-signature):
4881         * gnus-art.el (gnus-treat-buttonize):
4882         * gnus-art.el (gnus-treat-buttonize-head):
4883         * gnus-art.el (gnus-treat-emphasize):
4884         * gnus-art.el (gnus-treat-strip-cr):
4885         * gnus-art.el (gnus-treat-unsplit-urls):
4886         * gnus-art.el (gnus-treat-leading-whitespace):
4887         * gnus-art.el (gnus-treat-hide-headers):
4888         * gnus-art.el (gnus-treat-hide-boring-headers):
4889         * gnus-art.el (gnus-treat-hide-signature):
4890         * gnus-art.el (gnus-treat-fill-article):
4891         * gnus-art.el (gnus-treat-hide-citation):
4892         * gnus-art.el (gnus-treat-hide-citation-maybe):
4893         * gnus-art.el (gnus-treat-strip-list-identifiers):
4894         * gnus-art.el (gnus-treat-strip-pgp):
4895         * gnus-art.el (gnus-treat-strip-pem):
4896         * gnus-art.el (gnus-treat-strip-banner):
4897         * gnus-art.el (gnus-treat-highlight-headers):
4898         * gnus-art.el (gnus-treat-highlight-citation):
4899         * gnus-art.el (gnus-treat-date-ut):
4900         * gnus-art.el (gnus-treat-date-local):
4901         * gnus-art.el (gnus-treat-date-english):
4902         * gnus-art.el (gnus-treat-date-lapsed):
4903         * gnus-art.el (gnus-treat-date-original):
4904         * gnus-art.el (gnus-treat-date-iso8601):
4905         * gnus-art.el (gnus-treat-date-user-defined):
4906         * gnus-art.el (gnus-treat-strip-headers-in-body):
4907         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4908         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4909         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4910         * gnus-art.el (gnus-treat-unfold-headers):
4911         * gnus-art.el (gnus-treat-fold-headers):
4912         * gnus-art.el (gnus-treat-fold-newsgroups):
4913         * gnus-art.el (gnus-treat-overstrike):
4914         * gnus-art.el (gnus-treat-display-xface):
4915         * gnus-art.el (gnus-treat-display-smileys):
4916         * gnus-art.el (gnus-treat-from-picon):
4917         * gnus-art.el (gnus-treat-mail-picon):
4918         * gnus-art.el (gnus-treat-newsgroups-picon):
4919         * gnus-art.el (gnus-treat-body-boundary):
4920         * gnus-art.el (gnus-treat-capitalize-sentences):
4921         * gnus-art.el (gnus-treat-fill-long-lines):
4922         * gnus-art.el (gnus-treat-play-sounds):
4923         * gnus-art.el (gnus-treat-translate):
4924         * gnus-art.el (gnus-treat-x-pgp-sig):
4925         * gnus-art.el (gnus-mime-button-line-format):
4926         * gnus-art.el (gnus-button-man-level):
4927         * gnus-art.el (gnus-button-emacs-level):
4928         * gnus-cus.el (gnus-group-parameters):
4929         * gnus-gl.el (bbb-build-mid-scores-alist):
4930         * gnus-group.el (gnus-group-line-format):
4931         * gnus-mlspl.el (gnus-group-split-setup):
4932         * gnus-mlspl.el (gnus-group-split):
4933         * gnus-msg.el (gnus-mailing-list-groups):
4934         * gnus-msg.el (gnus-posting-styles):
4935         * gnus-nocem.el (gnus-nocem-issuers):
4936         * gnus-score.el (gnus-score-regexp-bad-p):
4937         * gnus-srvr.el (gnus-server-line-format):
4938         * gnus-topic.el (gnus-topic-line-format):
4939         * gnus.el (gnus-summary-line-format):
4940         * mail-source.el (mail-sources):
4941         * message.el (message-subscribed-address-file):
4942         * nnmail.el (nnmail-split-fancy):
4943
4944 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4945
4946         * mail-source.el(mail-source-run-script): use `functionp' to test
4947         whether the argument `script' is in fact a function.
4948         (mail-sources): adjust the defcustom to allow users to specify a
4949         function or a string as the value of the `:prescript' and
4950         `:postscript' arguments of the `file' and `pop3' mail sources.
4951
4952 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4953
4954         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4955         number when article 1 does not exist.
4956
4957 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4958
4959         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4960         apropos if apropos-variable does not exist.
4961         (gnus-button-guessed-mid-regexp)
4962         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4963         regexes.  From Reiner Steib.
4964         (gnus-button-handle-describe-function)
4965         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4966         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4967         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4968
4969 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4970         Trivial patch.
4971
4972         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4973         the file.
4974
4975 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4976
4977         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4978
4979 2002-09-24  Simon Josefsson  <jas@extundo.com>
4980
4981         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4982         (mml2015-use): Prefer PGG if installed.
4983         (mml2015-function-alist): Add PGG wrappers.
4984         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4985         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4986         prefix, make regexp optionally skip it.
4987         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4988         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4989         (mml2015-pgg-encrypt): New functions.
4990         (defvar, autoload): Prevent byte-compile warnings.
4991
4992 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4993         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4994
4995         * gnus-art.el (article-strip-banner): Check for the existence of
4996         from header.
4997
4998 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4999
5000         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5001         (gnus-button-alist): Improved regexp for
5002         gnus-button-handle-mid-or-mail (false positives), fixed
5003         gnus-button-handle-man entries.
5004         From Reiner Steib.
5005
5006 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5007         From Josh Huber.
5008
5009         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5010         nnmail-extra-headers is non-nil.
5011
5012 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5013
5014         * nnmaildir.el: Store article numbers persistently.  General
5015         revision.
5016         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5017         for nnmail-expiry-wait; delete instead of moving if 'force is
5018         given.
5019
5020 2002-09-23  Simon Josefsson  <jas@extundo.com>
5021         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5022
5023         * smime.el (smime-sign-buffer): Get key and extra certs.
5024         (smime-get-key-with-certs-by-email): Utility function.
5025
5026 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5027         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5028
5029         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5030         article exists.
5031
5032 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5035
5036 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5037         From Reiner Steib.
5038
5039         * gnus-art.el (gnus-button-handle-custom,
5040         gnus-button-handle-mid-or-mail,
5041         gnus-button-handle-describe-{function,variable,key},
5042         gnus-button-handle-apropos{,command,variable}): New functions.
5043         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5044         gnus-button-{man,emacs,mail}-level): New variables.
5045         (gnus-button-alist): Use the above to buttonize emacs and mail
5046         related links.
5047
5048 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5049
5050         * gnus-int.el (gnus-status-message): Fix spacing.
5051
5052         * imap.el (imap-continuation): Fix typos.
5053
5054 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5055
5056         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5057
5058         * gnus-art.el (gnus-article-reply-with-original): Correct
5059         with-current-buffer scope.
5060
5061         * message.el (message-completion-alist): Add Reply-To, From, etc.
5062
5063 2002-09-18  Simon Josefsson  <jas@extundo.com>
5064
5065         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5066         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5067
5068 2002-09-17  Simon Josefsson  <jas@extundo.com>
5069
5070         * nnimap.el (nnimap-expiry-target): Don't search for which
5071         articles exists here.
5072         (nnimap-request-expire-articles): Do it here instead.  Only expire
5073         when articles are found.  Suggested by Nevin Kapur
5074         <nevin@jhu.edu>.
5075
5076 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5077         From Reiner Steib <reiner.steib@gmx.de>.
5078
5079         * message.el (message-strip-subject-trailing-was)
5080         (message-change-subject, message-add-archive-header)
5081         (message-xpost-fup2-header, message-xpost-insert-note)
5082         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5083         adopted from message-utils.el.  Add functions to the keymap, mode
5084         describtion and menu.
5085         (message-change-subject,message-xpost-fup2): Signal error if
5086         current header is empty.
5087         (message-xpost-insert-note): Changed insert position.
5088         (message-archive-note): Ensure to insert note in message body (not
5089         in head).
5090         (message-archive-header, message-archive-note)
5091         (message-xpost-default, message-xpost-note, message-fup2-note)
5092         (message-xpost-note-function): New variables adopted from
5093         message-utils.el.  Changed some doc-strings.
5094         (message-mark-insert-{begin,end}): Rename from
5095         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5096         values.
5097         (message-subject-trailing-was-query)
5098         (message-subject-trailing-was-ask-regexp)
5099         (message-subject-trailing-was-regexp): New variables.
5100         (message-to-list-only): Added doc-string and menu entry.
5101
5102         * message-utils.el: Removed.  Functions are now in message.el.
5103
5104 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5105
5106         * gnus-art.el (gnus-article-reply-with-original,
5107         gnus-article-followup-with-original): Switch to
5108         gnus-summary-buffer before reply/followup.
5109
5110 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5111
5112         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5113         not exist. Toggle it anyway.
5114
5115 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5116
5117         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5118
5119         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5120         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5121
5122         * rfc2047.el (message-posting-charset): Defvar it.
5123         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5124         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5125
5126         * mail-source.el (mail-source-fetch): Hide password.
5127
5128         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5129
5130 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5131         From John Paul Wallington <jpw@shootybangbang.com>.
5132
5133         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5134
5135 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5138
5139 2002-09-11  Simon Josefsson  <jas@extundo.com>
5140
5141         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5142         (nnimap-split-rule): Doc fix.
5143         (nnimap-request-expire-articles): Cleanup code.
5144
5145 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5146         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5147
5148         * gnus-art.el (gnus-article-address-banner-alist): New option.
5149         (article-strip-banner): Refer the above option to split banners of
5150         free mail servers, when no group parameter is specified.
5151
5152 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * nntp.el (nntp-wait-for-string): Check for a process in the
5155         current buffer instead of `nntp-server-buffer'.
5156
5157 2002-09-09  Simon Josefsson  <jas@extundo.com>
5158
5159         * gnus-art.el (gnus-button-man-handler): New variable.
5160         (gnus-button-alist): Use g-b-handle-man.
5161         (gnus-button-handle-man): New, call g-b-man-handler.
5162
5163 2002-09-08  Simon Josefsson  <jas@extundo.com>
5164
5165         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5166
5167 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5170
5171 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5174
5175         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5176         keystroke.
5177
5178         * gnus-srvr.el (gnus-browse-describe-group): New command and
5179         keystroke.
5180
5181 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5184         value for gnus-decoration property.
5185
5186 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5187
5188         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5189         string) as group name in case we have a CRLF in the file.
5190
5191 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5192
5193         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5194         group.
5195         (rfc1843-decode-hzp): do.
5196         (rfc1843-newsgroups-regexp): do.
5197
5198 2002-09-04  Simon Josefsson  <jas@extundo.com>
5199
5200         * message.el (message-canlock-generate): Make sure sha1 doesn't
5201         call external programs.
5202
5203 2002-09-03  Simon Josefsson  <jas@extundo.com>
5204
5205         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5206
5207         * gnus-agent.el (gnus-agent-batch): Add doc.
5208
5209 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5210
5211         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5212         check for signed and encrypted parts.
5213         * mml.el (mml-parse-1): Correct small typo which preventing
5214         setting recipients in a secure tag.
5215
5216 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * mm-util.el (mm-coding-system-priorities): Default to a list of
5219         iso-2022-jp and others for the Japanese environment.
5220
5221 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5224         invalid display names.
5225
5226 2002-08-30  Simon Josefsson  <jas@extundo.com>
5227
5228         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5229         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5230
5231 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5232
5233         * gnus.el (gnus-group-charter-alist): New option.
5234         (gnus-group-fetch-control-use-browse-url): New option.
5235
5236         * gnus-group.el (gnus-group-fetch-charter): New function.
5237         (gnus-group-fetch-control): New function.
5238         Add them to the keymap and menu. Require mm-url.
5239
5240 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5243         From Alex Schroeder <alex@emacswiki.org>.
5244
5245 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5246
5247         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5248         items expecting user interaction.
5249
5250         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5251
5252         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5253
5254         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5255
5256         * mml.el (mml-menu): do.
5257
5258 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * mail-source.el (mail-source-touch-pop): New function.
5261
5262         * message.el (message-smtpmail-send-it): New function.
5263         (message-send-mail-function): Add it for a candidate.
5264
5265 2002-08-27  Simon Josefsson  <jas@extundo.com>
5266
5267         * gnus-msg.el (posting-charset-alist): Use
5268         gnus-define-group-parameter instead of defcustom.
5269         (gnus-put-message): Handle SPC in GCC.
5270         (gnus-inews-insert-gcc): Ditto.
5271         (gnus-inews-insert-archive-gcc): Ditto.
5272
5273 2002-08-26  Simon Josefsson  <jas@extundo.com>
5274
5275         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5276         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5277         (gnus-agent-possibly-save-gcc): Autoload.
5278         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5279
5280 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus.el (gnus-other-frame-function): New user option.
5283         (gnus-other-frame): Use it; add a doc-string; make it work with
5284         the gnuclient program.
5285
5286         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5287
5288         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5289         `device-connection' and `dfw-device'.
5290
5291 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5292
5293         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5294         positives, make it stricter.  From Jochen Hein (trivial change).
5295
5296 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus.el (gnus-other-frame): Trivial fix.
5299
5300 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus.el (gnus-other-frame-parameters): New user option.
5303         (gnus-other-frame-object): New variable.
5304         (gnus-other-frame): Make it search for existing Gnus frame; don't
5305         read new news; delete frame on exit.
5306
5307         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5308
5309         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5310
5311 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5312         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5313
5314         * message.el (message-set-auto-save-file-name): Add support for
5315         the Cygwin Emacs; the system-type is `cygwin'.
5316         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5317
5318 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5321
5322         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5323         avoid arithmetic errors.
5324
5325 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5328
5329 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5332         (message-ignored-resent-headers): Add envelope From.
5333
5334 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5335
5336         * gnus.el (gnus-summary-line-format): Document %k specifier.
5337
5338 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5339
5340         * gnus-sum.el (gnus-summary-line-message-size): New function.
5341         (gnus-summary-line-format-alist): Use it.
5342
5343 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-art.el (article-make-date-line): Refer to the value for
5346         `gnus-article-time-format' in the summary buffer.
5347
5348         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5349
5350 2002-08-14  Simon Josefsson  <jas@extundo.com>
5351
5352         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5353         quoting.
5354         (gnus-button-alist): Fix doc.
5355         (gnus-header-button-alist): Use ' not ` for default value quoting.
5356         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5357         rationale similar to 2002-05-01 change.
5358         (gnus-article-add-buttons-to-head): Evaluate expression.
5359
5360         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5361
5362 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * message.el (message-font-lock-keywords): Refer to the value for
5365         `message-cite-prefix-regexp' dynamically.
5366
5367 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5370
5371 2002-08-12  Simon Josefsson  <jas@extundo.com>
5372
5373         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5374         (imap-shell-open): Skip initial junk before IMAP greeting.
5375
5376 2002-08-11  Simon Josefsson  <jas@extundo.com>
5377
5378         * message-utils.el (message-xpost-default,
5379         message-xpost-fup2-header, message-xpost-fup2): Fixed
5380         Typos.  Trivial changes from Reiner Steib
5381         <4uce.02.r.steib@gmx.net>.
5382
5383 2002-08-09  Simon Josefsson  <jas@extundo.com>
5384
5385         * message.el (message-canlock-password): Set
5386         canlock-password-for-verify to newly generated canlock-password.
5387         When Emacs is restarted, Custom makes sure this is set, but during
5388         the same session we must set it manually.
5389
5390 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5391
5392         * yenc.el: New file.
5393
5394         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5395         (mm-uu-type-alist): Add yenc.
5396         (mm-uu-yenc-filename): New function.
5397         (mm-uu-yenc-extract): New function.
5398
5399         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5400
5401 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * dgnushack.el (merge): Don't use coerce.
5404
5405 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5406
5407         * mailcap.el (mailcap-mime-data): Test window-system rather than
5408         mm-device-type.
5409         (mailcap-mime-data): Call xdvi and gv with "-safer".
5410
5411         * mm-util.el: Don't define mm-device-type.
5412
5413 2002-08-05  Simon Josefsson  <jas@extundo.com>
5414
5415         * mm-util.el (mm-coding-system-priorities): coding-system type not
5416         supported everywhere.
5417
5418 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus.el (gnus-version-number): Bumped version number.
5421
5422 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5423
5424         * gnus.el: Oort Gnus v0.07 is released.
5425
5426 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5429         (gnus-article-sort-functions): Doc fix.
5430         (t): New keystroke.
5431         (gnus-article-sort-by-random): New function.
5432         (gnus-thread-sort-by-random): New function.
5433
5434 2002-08-02  Simon Josefsson  <jas@extundo.com>
5435
5436         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5437         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5438
5439 2002-07-31  Danny Siu  <dsiu@adobe.com>
5440
5441         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5442         when splitting malformed messages without message-id
5443
5444 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5445         From Niklas Morberg <niklas.morberg@axis.com>.
5446
5447         * nnweb.el (nnweb-type, nnweb-type-definition)
5448         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5449         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5450         functionality.
5451         * nnweb.el: Removed old non-functioning search engines.
5452
5453 2002-07-27  Simon Josefsson  <jas@extundo.com>
5454
5455         * message.el (message-forward-make-body): Don't use
5456         `message-forward-ignored-headers' when doing a "raw" followup (it
5457         is important to preserve e.g. CTE).
5458
5459         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5460
5461         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5462         regexp-quote, Cyrus Sieve is fixed.
5463
5464         * sieve-manage.el (sieve-manage-deletescript): New function.
5465
5466         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5467         (sieve-manage-mode): Fix menubar.
5468         (sieve-activate): Change some messages.
5469         (sieve-deactivate-all): New function.
5470         (sieve-deactivate): New alias.
5471         (sieve-remove): New function.
5472         (sieve-help): Fix help.
5473         All suggested by Ned Ludd.
5474
5475 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5478         (mm-w3m-safe-url-regexp): New user option.
5479
5480         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5481         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5482
5483 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5484
5485         * gnus-sum.el (gnus-summary-delete-article): Force
5486         nnmail-expiry-target to 'delete, so that absolute deletion
5487         happens when absolute deletion is requested.
5488
5489 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5490         From Nevin Kapur <nevin@jhu.edu>.
5491
5492         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5493         headers as empty headers.
5494
5495 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5496         From Jochen Hein <jochen@jochen.org>.
5497
5498         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5499         correct typo.
5500         (gnus-emphasis-strikethru): New face.
5501
5502 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5503         From Jason Merrill <jason@redhat.com>.
5504
5505         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5506         entire file for each of a sequence of missing articles.
5507
5508         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5509         value for gnus-view-pseudos.
5510
5511         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5512         avoid nreverse.
5513
5514 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5515         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5516
5517         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5518         (gnus-summary-mode-line-format-alist): Add %h for number of
5519         spams.
5520         (gnus-newsgroup-spam-marked): New variable.
5521         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5522         (gnus-article-read-p, gnus-article-mark)
5523         (gnus-set-global-variables, gnus-set-global-variables)
5524         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5525         (gnus-summary-mark-article-as-unread)
5526         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5527         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5528         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5529
5530 2002-07-10  Simon Josefsson  <jas@extundo.com>
5531
5532         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5533         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5534
5535 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5536
5537         * gnus-sum.el (gnus-summary-delete-article): Respect group
5538         parameters while expiring.
5539
5540 2002-07-08  Simon Josefsson  <jas@extundo.com>
5541
5542         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5543         Enberg.
5544
5545 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5546
5547         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5548         function is called interactively.  From Niklas Morberg.
5549
5550 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5551
5552         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5553         cdaar to cdar and car.
5554
5555         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5556         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5557
5558 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5561         don't break a narrowed article.
5562
5563         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5564         (nntp-open-via-rlogin-and-telnet): Ditto.
5565
5566 2002-07-02  Didier Verna  <didier@xemacs.org>
5567
5568         * nnmail.el (nnmail-split-methods): fix custom type.
5569
5570 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5571
5572         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5573         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5574
5575 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5576
5577         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5578         (gnus-summary-resend-message): Use it.
5579
5580 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5583         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5584
5585 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5586
5587         * message.el (message-font-lock-keywords): Don't fontify
5588         headers in the message body, only in the header.
5589         (message-font-lock-make-header-matcher): New function, used by
5590         message-font-lock-keywords.
5591         From Katsumi Yamaoka <yamaoka@jpl.org>.
5592
5593 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5596
5597 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5600
5601 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5602
5603         * message.el (message-font-lock-keywords): Revert 2002-06-22
5604         change.
5605
5606 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5607
5608         * message.el (message-font-lock-keywords): Put colon in header
5609         name match.
5610
5611 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5612
5613         * message.el (message-font-lock-keywords): Don't use header faces
5614         in the body.  Thanks to Stefan Monnier for the hint on the
5615         implementation.
5616
5617 2002-05-09  Miles Bader  <miles@gnu.org>
5618
5619         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5620         (gnus-article-hide-citation): Respect it.
5621
5622 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5623
5624         * pop3.el (pop3-open-server): Fix typo.
5625
5626 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5627
5628         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5629         instead of push to ignore duplicate to-(list|address) values.
5630         * nnmail.el (nnmail-cache-ignore-groups): New.
5631         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5632
5633 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5634
5635         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5636         before sending.  Suggested by Jan Rychter.
5637
5638 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * dgnushack.el (remove): New compiler macro.
5641         (last, coerce, subseq): Remove compiler macros for those built-in
5642         or unused functions.
5643
5644 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5645
5646         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5647         sure to write byte-compiled versions of gnus-*-format-alist to
5648         .newsrc.eld.  From Simon Josefsson.
5649
5650 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5651
5652         * gnus-agent.el (gnus-agent-read-servers)
5653         (gnus-agent-write-servers): Put server name (string like
5654         "nnchoke:frumple") in the file instead of a server specification
5655         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5656         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5657
5658 2002-06-16  Simon Josefsson  <jas@extundo.com>
5659
5660         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5661         Reiner Steib <4uce.02.r.steib@gmx.net>.
5662
5663 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5664
5665         * nnheader.el (nnheader-file-name-translation-alist): Set the
5666         default value for MS Windows systems.
5667
5668         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5669
5670 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * message.el (message-beginning-of-line): Keep the region active
5673         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5674
5675 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5676
5677         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5678         * gnus-msg.el (gnus-summary-reply): Ditto.
5679         * gnus-msg.el (gnus-summary-handle-replysign): New.
5680
5681 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5684         if sending failed.
5685
5686 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5687
5688         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5689         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5690         to sign while encrypting.
5691
5692 2002-06-11  Simon Josefsson  <jas@extundo.com>
5693
5694         * gnus-int.el (gnus-request-move-article): Agent expire article if
5695         successfuly moved.
5696
5697         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5698         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5699
5700 2002-06-10  Simon Josefsson  <jas@extundo.com>
5701
5702         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5703
5704 2002-06-09  Simon Josefsson  <jas@extundo.com>
5705
5706         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5707
5708         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5709
5710 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5711
5712         * flow-fill.el (fill-flowed): Ignore errors.
5713
5714 2002-06-06  Simon Josefsson  <jas@extundo.com>
5715
5716         * message.el (message-send-mail-with-sendmail): Improve error message.
5717
5718 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5719
5720         * message.el (message-interactive): Change default from nil to t.
5721         Better to be safe than to be fast.
5722
5723 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5724
5725         * message.el (message-send-mail-with-sendmail): Check return value
5726         from call-process-region.
5727
5728 2002-06-04  Simon Josefsson  <jas@extundo.com>
5729
5730         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5731         (gnus-group-post-news, gnus-summary-mail-other-window)
5732         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5733         gnus-article-copy to nil, thereby inhibiting the `header' posting
5734         style match to use data from last viewed article.
5735         Suggested by Hrvoje Niksic.
5736
5737 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * spam.el (spam-point-at-eol): New alias.
5740         (spam-parse-whitelist): Use it.
5741
5742 2002-06-03  Simon Josefsson  <jas@extundo.com>
5743
5744         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5745         (nnmail-article-group): Use it.
5746
5747 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5748
5749         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5750         so that code reading them won't be surprised.  From Jesper Harder
5751         <harder@ifa.au.dk>.
5752
5753 2002-05-29  Simon Josefsson  <jas@extundo.com>
5754
5755         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5756         articles.
5757
5758         * gnus.el (gnus-agent-cache): Doc fix.
5759         (gnus-agent): Change default to t.
5760
5761         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5762         ARTICLES, GROUP and FORCE parameters.
5763
5764 2002-05-28  Simon Josefsson  <jas@extundo.com>
5765
5766         * gnus-group.el (gnus-group-line-format): Doc fix.
5767
5768 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5769
5770         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5771         original article before yanking.  From Jesper Harder
5772         <harder@ifa.au.dk>.
5773
5774 2002-05-26  Simon Josefsson  <jas@extundo.com>
5775
5776         * gnus-sum.el (gnus-summary-menu-split): New function.
5777         (gnus-summary-make-menu-bar): Split charset submenu.
5778         (gnus-summary-menu-maxlen): New variable.
5779         (gnus-summary-menu-split): Use it.
5780
5781 2002-05-25  Simon Josefsson  <jas@extundo.com>
5782
5783         * mml.el (mml-preview): Generate some headers.
5784
5785         * gnus.el (gnus-large-newsgroup): Fix :type.
5786
5787         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5788         Agent cache NOV's by default now).
5789         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5790
5791 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5792
5793         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5794         call to gnus-parent-id when we check for References loops.
5795         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5796         twice by saving the simplified subject string in simp-subject.
5797
5798 2002-05-23  Simon Josefsson  <jas@extundo.com>
5799
5800         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5801         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5802
5803         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5804         Niklas Morberg <niklas.morberg@axis.com>.
5805
5806 2002-05-22  Simon Josefsson  <jas@extundo.com>
5807
5808         * sieve.el (sieve-change-region): Define it before it is used.
5809
5810         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5811         (gnus-summary-reply): Ask for confirmation when replying to news.
5812         Defaults to not ask.  From Benjamin Rutt
5813         <rutt+news@cis.ohio-state.edu>.
5814
5815         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5816
5817 2002-05-21  Simon Josefsson  <jas@extundo.com>
5818
5819         * sieve-mode.el (sieve-manage): Fix autoloads.
5820
5821         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5822         name (makes it work with recent Cyrus timsieved).
5823
5824 2002-05-20  Jason  <jbaker@cs.utah.edu>
5825         Trivial patch.
5826
5827         * gnus-art.el (gnus-request-article-this-buffer): Try
5828         reconnecting if you don't get the message.
5829
5830 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5833         Reply-To headers from the headers.
5834
5835 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * mm-url.el (mm-url-insert): Remove junk message.
5838
5839 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5842         (nnslashdot-use-front-page): New variable.
5843         (nnslashdot-request-list): Use it.
5844
5845         * mm-url.el (mm-url-timeout): New variable.
5846         (mm-url-retries): Ditto.
5847         (mm-url-insert): Use it.
5848
5849 2002-05-16  Simon Josefsson  <jas@extundo.com>
5850
5851         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5852         (gnus-simplify-subject-functions): Mention g-s-a-w.
5853
5854 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5855
5856         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5857         nnmail-cache-insert.
5858         * nndiary.el (nndiary-request-accept-article): Ditto.
5859         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5860         * nnimap.el (nnimap-request-accept-article): Ditto.
5861         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5862         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5863         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5864         * nnmh.el (nnmh-request-accept-article): Ditto.
5865         * nnmail.el (nnmail-cache-insert): Change group to required,
5866         removed code which tried to figure out the group.
5867
5868 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5869
5870         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5871         messages. From Hans de Graaff <hans@degraaff.org>.
5872         * nnml.el (nnml-request-accept-article): Pass in the group name to
5873         nnmail-cache-insert, since it's available.
5874
5875 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5876
5877         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5878
5879 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5880         From Florian Weimer <fw@deneb.enyo.de>.
5881
5882         * gnus.el (subscribed): New group parameter.
5883         (gnus-find-subscribed-addresses): Use it.
5884
5885 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5886
5887         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5888         the default for pgpmime to support pgp v2.
5889         * mml-sec.el (mml-signencrypt-style): New accessor function to
5890         allow users to get/set the signencrypt style more easily without
5891         frobbing the alist directly.
5892         * mml.el (mml-generate-mime-1): Use accessor function.
5893
5894 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5895
5896         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5897         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5898         <schwab@suse.de>.
5899
5900 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5901
5902         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5903         when intuiting the group the message is written to.  From Josh
5904         Huber <huber@alum.wpi.edu>.
5905
5906 2002-05-06  Simon Josefsson  <jas@extundo.com>
5907
5908         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5909         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5910
5911 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5912
5913         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5914         argument, and fixed compiler warning. (added autoload for
5915         gpg-encrypt).
5916
5917 2002-05-04  Simon Josefsson  <jas@extundo.com>
5918
5919         * mml1991.el (mml1991-function-alist): Doc fix.
5920
5921         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5922         doesn't exist (for previewing messages without having Gnus
5923         started).
5924
5925         * mm-util.el (mm-coding-system-priorities): Defcustom.
5926
5927         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5928
5929 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5930
5931         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5932         default.
5933         * mml-sec.el:
5934         * mml-sec.el (mml-signencrypt-style): New.
5935         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5936         argument `sign'.
5937         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5938         signencrypt.
5939         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5940         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5941         both signed & encryped is processed in one operation. (rather than
5942         two separate ops: sign, then encrypt)
5943         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5944         indication if a message is signed by an expired key.
5945         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5946         enables combined sign & encrypt operation. (this was always on
5947         before).
5948         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5949
5950 2002-05-01  Simon Josefsson  <jas@extundo.com>
5951
5952         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5953         server.
5954         (nnimap-mailbox-info): defvar instead of defvoo.
5955
5956 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5957
5958         * gnus.el: Oort Gnus v0.06 is released.
5959
5960 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * lpath.el: Bind url-package-version.
5963
5964 2002-05-01  Simon Josefsson  <jas@extundo.com>
5965
5966         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5967         filename before deleting the group itself, because the presence of
5968         a group filename decides if long filenames are used or not.
5969
5970         * gnus-art.el (gnus-button-alist): Don't inline
5971         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5972         without also modifying g-button-alist.
5973         (gnus-button-alist): Fix type to allow variable as well as regexp.
5974         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5975         themselves, variables to its contents.
5976         (gnus-button-entry): Ditto.
5977
5978 2002-05-01  Simon Josefsson  <jas@extundo.com>
5979
5980         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5981         UIDNEXT as a string.
5982
5983         * nnimap.el (nnimap-string-lessp-numerical): New function.
5984         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5985         integers.
5986
5987 2002-04-29  Simon Josefsson  <jas@extundo.com>
5988
5989         * nnmail.el (nnmail-cache-insert): Accept optional group
5990         parameter.
5991
5992         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5993         n-r-g-a is disabled.
5994
5995 2002-04-29  Simon Josefsson  <jas@extundo.com>
5996
5997         * nnimap.el (nnimap-split-fancy): Fix doc.
5998         (nnimap-split-fancy): Fix doc.
5999
6000         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6001         (nnimap-mailbox-info): New internal variable.
6002         (nnimap-retrieve-groups): Implement faster new mail check.
6003
6004         * nnimap.el (nnimap-split-articles): Support
6005         nnmail-cache-accepted-message-ids.
6006         (nnimap-request-accept-article): Ditto.
6007
6008         * imap.el (imap-mailbox-status-asynch): New command.
6009
6010 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6011
6012         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6013         are no subscribed mail groups.
6014         - Strip quoted names when comparing addresses
6015
6016 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6017
6018         * mm-decode.el (mm-text-html-renderer): Change customize type to
6019         const.
6020
6021         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6022         (gnus-debug-exclude-variables): do.
6023
6024 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6025
6026         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6027         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6028
6029 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * dns.el (dns-make-network-process): New macro.
6032         (query-dns): Use it.
6033
6034 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6037         article-buffer.
6038
6039         * mm-url.el (mm-url-package-name): New variable.
6040         (mm-url-package-version): New variable.
6041         (mm-url-insert-file-contents): Bind url-package-name and
6042         url-package-version here.
6043         * nnrss.el (nnrss-insert-w3): Move the bindings.
6044
6045         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6046         url-package-version. Trivial change from Andrew J Cosgriff
6047         <ajc@polydistortion.net>
6048
6049         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6050         attachments. Trivial change from Peter 'Luna' Runestig
6051         <peter@runestig.com>.
6052
6053 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6054
6055         * nnkiboze.el (nnkiboze-request-scan): Call
6056         nnkiboze-possibly-change-group.
6057         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6058         problems.
6059         (nnkiboze-generate-group): Set newsrc to the *highest* article
6060         number kibozed, not the lowest.
6061
6062 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6063
6064         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6065
6066 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6067         From Dan Christensen <jdc+news@uwo.ca>.
6068
6069         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6070         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6071         Recognize math postings.  Extract Date (now ignores "(15kb)").
6072         Extract email address using gnus-extract-address-components
6073         instead of just taking the first word.  Create Date and From
6074         headers for message which are missing these headers.  Get rid
6075         of spurious \\ lines (purely cosmetic).  Extend body-end and
6076         file-end regexps, to exclude more garbage from the message.
6077         Make URL rephrasing regexp more flexible, to match current
6078         format.
6079
6080 2002-04-23  Simon Josefsson  <jas@extundo.com>
6081
6082         * netrc.el: New file, functions copied from gnus-util.el by Ted
6083         Zlatanov <tzz@lifelogs.com>.
6084
6085         * gnus-util.el: Require netrc.
6086         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6087         new code in netrc.el.
6088
6089 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6090
6091         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6092         message-ignored-resent-headers, too.  From Matthieu Moy
6093         <Matthieu.Moy@imag.fr>.
6094
6095 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6096
6097         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6098         boolean not a string
6099         * gnus-group.el (gnus-group-line-format): add description of %C
6100         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6101           as %C
6102         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6103
6104 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6105
6106         * nnmaildir.el (nnmaildir-request-scan): typo: set
6107         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6108         nnmail-get-new-mail for 'find-new-groups.
6109
6110 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6111
6112         * nnmaildir.el (nnmaildir-request-update-info,
6113         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6114         unnecessary calls to nnmaildir-request-scan.
6115
6116 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6117
6118         * gnus-msg.el:
6119         * gnus-msg.el (gnus-message-replysign): New.
6120         * gnus-msg.el (gnus-message-replyencrypt): New.
6121         * gnus-msg.el (gnus-message-replysignencrypted): New.
6122         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6123         (above) to automatically encrypt/sign to encrypted/signed
6124         messages.
6125         * message.el:
6126         * message.el (message-mode-map): Add keybinding for
6127         `message-to-list-only'
6128         * message.el (message-mode): Add description for
6129         `message-to-list-only'
6130         * message.el (message-to-list-only): New.
6131         * message.el (message-make-mft): Changed to use the cl loop macro,
6132         and added optional flag to return only the matched list. (for use
6133         in new message-to-list-only function)
6134
6135 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6136
6137         * gnus-msg.el:
6138         * gnus-msg.el (gnus-message-replysign):
6139         * gnus-msg.el (gnus-replysign): New.
6140         * gnus-msg.el (gnus-replyencrypt): New.
6141         * gnus-msg.el (gnus-replysignencrypted): New.
6142         * gnus-msg.el (gnus-summary-reply):
6143         * message.el:
6144         * message.el (message-mode-map):
6145         * message.el (message-mode):
6146         * message.el (message-to-list-only): New.
6147         * message.el (message-make-mft):
6148
6149 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6150
6151         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6152
6153 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6154
6155         * message.el (message-gen-unsubscribed-mft): accept a prefix
6156         argument so CC can be included with C-u C-c C-f C-a
6157
6158 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6159         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6160
6161         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6162         Improve docstring.
6163         (spam-enter-blacklist): New command.
6164
6165         * gnus-sum.el (gnus-spam-mark): New mark.
6166         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6167         (gnus-summary-make-tool-bar): Correct conditional.
6168         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6169         (gnus-summary-mark-as-spam): New command.
6170
6171 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6172
6173         * mml-sec.el (mml-secure-message): changed to support arbritrary
6174         modes.
6175         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6176         changed to support "signencrypt" mode.
6177         * mml.el (mml-parse-1): changed to support different secure modes
6178         more easily. (for signencrypt)
6179
6180 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6181
6182         * gnus-sum.el (gnus-update-summary-mark-positions)
6183         (gnus-summary-toggle-header):
6184         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6185         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6186         (gnus-uu-post-encoded):
6187         * nnfolder.el (nnfolder-possibly-change-group):
6188         * nnimap.el (nnimap-retrieve-headers):
6189         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6190
6191 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6192
6193         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6194         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6195
6196 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-srvr.el (gnus-server-set-info): Clear
6199         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6200         From Daiki Ueno <ueno@unixuser.org>.
6201
6202 2002-04-11  Simon Josefsson  <jas@extundo.com>
6203
6204         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6205         viewing of security buttons.  Thanks to Nicolas Kowalski
6206         <Nicolas.Kowalski@imag.fr>.
6207
6208         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6209         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6210         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6211         <Nicolas.Kowalski@imag.fr>.
6212         (smime-decrypt-buffer): Ditto.
6213
6214 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6217         header line.
6218
6219 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6220
6221         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6222
6223 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6224
6225         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6226
6227 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6228
6229         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6230         errors when debug.
6231
6232 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6233
6234         * message.el (message-make-mft): Changed MFT code from using
6235         message-recipients (which included Bcc) to use only the To and CC
6236         headers.
6237
6238 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6239
6240         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6241         add link.
6242         (gnus-treat-mail-picon): Ditto.
6243         (gnus-treat-newsgroups-picon): Ditto.
6244         (gnus-picon-databases): Fix custom type.
6245         (gnus-picon-databases): Add link.
6246         (gnus-article-x-face-command): Add to gnus-picon group.
6247
6248 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6249
6250         * message.el (message-buffer-naming-style): Remove.
6251
6252 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6253
6254         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6255
6256         * message.el (message-tool-bar-map): Ditto.
6257
6258         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6259
6260 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6261
6262         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6263
6264 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6265
6266         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6267
6268 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6269         Trivial patch.
6270
6271         * dns.el: open-network-stream under XEmacs does udp.
6272
6273 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6274
6275         * spam.el (spam-enter-whitelist): New function.
6276         (spam-parse-whitelist): Ditto.
6277         (spam-refresh-list-cache): Ditto.
6278         (spam-address-whitelisted-p): New function.
6279
6280         * dns.el (query-dns): Use TCP when make-network-process isn't
6281         available.
6282         (dns-servers): New variable.
6283         (dns-parse-resolv-conf): New function.
6284         (query-dns): Use it.
6285
6286         * spam.el: New file.
6287
6288         * dns.el (query-dns): Test.
6289
6290 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * lpath.el (featurep): Bind make-network-process.
6293
6294 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6295
6296         * nnmaildir.el: Use defstruct.  Use a single copy of
6297         nnmail-extra-headers to save memory.  Store server's group name
6298         prefix instead of each group's prefixed name.
6299         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6300         nntp-server-buffer.
6301
6302 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * dns.el: New file.
6305
6306 2002-03-28  Simon Josefsson  <jas@extundo.com>
6307
6308         * gnus-sum.el (gnus-summary-dummy-line-format):
6309         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6310         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6311
6312 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6313
6314         * gnus-sum.el (gnus-summary-move-article)
6315         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6316         the doc string.
6317
6318 2002-03-28  Simon Josefsson  <jas@extundo.com>
6319
6320         * mml-sec.el (mml-secure-message): Search after
6321         mail-header-separator from top of message.
6322
6323 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6324
6325         * nnmaildir.el: Cosmetic changes.
6326         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6327         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6328         nnmaildir--group-ls): New macros/functions.  Use them.
6329         (nnmaildir--unlink): Evalutate argument only once.
6330
6331 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6332
6333         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6334         symbols.
6335         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6336         `gnus-point-at-eol'.
6337
6338 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6339
6340         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6341         nnmaildir--marks-dir): New macros.  Use them.
6342         Use inhibit-quit for atomicity instead of in-memory journaling.
6343         (nnmaildir--edit-prep): New function.
6344         (Local Variables): Use it.
6345
6346 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6347
6348         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6349
6350 2002-03-25  Simon Josefsson  <jas@extundo.com>
6351
6352         * message.el (message-mode): Fix doc.
6353
6354 2002-03-25  Simon Josefsson  <jas@extundo.com>
6355
6356         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6357         Matthieu Moy <Matthieu.Moy@imag.fr>.
6358
6359 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6360
6361         * mml-sec.el (mml-unsecure-message): Add docstring.
6362
6363 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6364
6365         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6366         value.
6367         Trivial change from andre@slamdunknetworks.com
6368
6369 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6370
6371         * mml.el (mml-mode-map): Added a keybinding for
6372         `mml-unsecure-message'.  Also, added a menu entry for said
6373         function in the Attachments menu.
6374
6375 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * canlock.el (canlock-version): Remove.
6378         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6379         here; simplify \x insertions.
6380         (canlock-sha1): New function, always return a unibyte string.
6381         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6382         of a password.
6383         (canlock-insert-header): Use `canlock-sha1'.
6384         (canlock-verify): Ditto.
6385
6386 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6387
6388         * message.el (message-fix-before-sending): Add an option that
6389         ignores illegible text.
6390         Trivial change from Mark Milhollan <mlm@attglobal.net>
6391
6392         * message.el (message-font-lock-keywords): Support multi-line MML
6393         tags.
6394
6395         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6396         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6397
6398 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6401         symbols for "View as different encoding" submenu.
6402
6403 2002-03-19  Simon Josefsson  <jas@extundo.com>
6404
6405         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6406         encoding" submenu.
6407
6408 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6411
6412 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6413
6414         * gnus-sum.el (gnus-sum-thread-tree-root)
6415         (gnus-sum-thread-tree-single-indent)
6416         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6417         (gnus-sum-thread-tree-leaf-with-other)
6418         (gnus-sum-thread-tree-single-leaf): Make customizable.
6419
6420 2002-03-16  Simon Josefsson  <jas@extundo.com>
6421
6422         * gnus-util.el (gnus-extract-address-components): Don't break on
6423         names such as James "Kibo" Parry.  From Francis Litterio
6424         <franl@world.std.com>.
6425
6426 2002-03-13  Simon Josefsson  <jas@extundo.com>
6427
6428         * pop3.el (pop3-open-server): Revert multibyte change.  From
6429         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6430
6431         * message.el (message-send-mail-with-qmail): Make it work.  From
6432         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6433
6434 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6435
6436         * message.el (message-make-mft): Set case-fold-search while
6437         generating the MFT.  Also, a little cleanup in the MFT code.
6438
6439 2002-03-12  Simon Josefsson  <jas@extundo.com>
6440
6441         * message.el (message-qmail-inject-args): May be function.
6442         (message-send-mail-with-qmail): Call function if m-q-i-a is
6443         function.  From fn@hungry.org (Faried Nawaz).
6444
6445 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6446
6447         * message.el (message-abbrevs-loaded): Remove.
6448         (mailabbrev): Require it.
6449
6450         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6451
6452 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * pop3.el (pop3-open-server): Set process buffer unibyte.
6455
6456 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6459
6460 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6461
6462         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6463         too.
6464
6465 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6468         duplication.
6469         (gnus-summary-save-parts-type-history): Ditto.
6470         (gnus-summary-save-parts-last-directory): Ditto.
6471         Trivial change from andre@slamdunknetworks.com
6472
6473 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6474
6475         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6476
6477 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6478
6479         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6480         -->" as the end of the first article.
6481
6482         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6483         From Matthieu Moy <Matthieu.Moy@imag.fr>
6484
6485         * message.el (message-add-action): Use add-to-list.
6486         (message-delete-action): New function.
6487
6488         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6489         pieces.
6490
6491 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6492
6493         * nnnil.el: New file.
6494         * gnus.el (gnus-valid-select-methods): Include nnnil.
6495
6496 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6497
6498         * message.el (message-syntax-checks): Because canlock is
6499         supported, we disable sender syntax check.
6500         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6501
6502         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6503         value of message-syntax-checks.
6504
6505         * qp.el (quoted-printable-decode-region): Doc addition.
6506         From: Eli Zaretskii <eliz@is.elta.co.il>
6507
6508         * mail-source.el (make-source-make-complex-temp-name): Use
6509         make-temp-file.
6510
6511         * mm-util.el (mm-make-temp-file): New function.
6512         * nneething.el (nneething-file-name): Use it.
6513         * mml-smime.el (mml-smime-encrypt): Ditto.
6514         * mm-view.el (mm-inline-wash-with-file): Ditto.
6515         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6516         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6517         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6518         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6519         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6520         * gnus-art.el (gnus-mime-print-part): Ditto.
6521
6522 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6523
6524         * message.el (nnmaildir-article-number-to-base-name): New
6525         function.
6526         (nnmaildir-base-name-to-article-number): New function.
6527
6528 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * smime.el (smime-make-temp-file): Don't quote
6531         `temporary-file-directory'.
6532
6533 2002-03-04  Simon Josefsson  <jas@extundo.com>
6534
6535         * smime.el (smime-sign-region): Rename argument keyfiles to
6536         keyfile. You only sign something with one key.
6537         (smime-sign-buffer): Better completing-read prompt.
6538         (smime-decrypt-buffer): Ditto.
6539
6540         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6541
6542         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6543         completing-read.
6544         (mm-view-pkcs7-decrypt): CRLF->LF.
6545
6546 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6547
6548         * message.el (message-hierarchical-addresses): New variable.
6549         (message-get-reply-headers): Use it.
6550         From Ted Zlatanov <teodor.zlatanov@divine.com>
6551
6552 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * message.el (message-mode): If buffer-file-name, don't set auto
6555         save file name.
6556         Trivial change from Geoff Greene <ggreene@wpi.edu>
6557
6558 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6559
6560         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6561         takes one argument in read-char.
6562
6563         * message.el (message-fix-before-sending): Forward a char.
6564         Check mmu-multibyte-p, add control-1.
6565
6566 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * gnus-start.el (gnus-read-init-file): Ditto.
6569
6570         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6571
6572         * dgnushack.el (dgnushack-make-load): Ditto.
6573
6574         * mail-source.el (mail-source-fetch): Extract the right error
6575         code.
6576
6577         * message.el (message-fix-before-sending): Check illegible text.
6578
6579         * gnus-util.el (gnus-multiple-choice): New function.
6580
6581         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6582         also defined in gnus-score.el.
6583
6584 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6585
6586         * message.el (message-get-reply-headers): downcase email addresses
6587         for comaparisons for duplicate removal.
6588
6589 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6592         implementation of PKCS#7, which just allows users read the
6593         message.
6594         (mm-view-pkcs7): Use it.
6595
6596 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus.el (large-newsgroup-initial): New parameter.
6599
6600         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6601         (gnus-summary-insert-old-articles): Ditto.
6602
6603 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6606         used as the default answer of the question, "How many articles?".
6607         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6608
6609         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6610         small numbers.
6611
6612 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6613
6614         * deuglify.el: Fix comments.
6615
6616 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617
6618         * html2text.el (html2text-clean-anchor): If there is no HREF,
6619         insert nothing.
6620
6621         * mml.el (mml-generate-mime-1): Add cdr.
6622         From: andre@slamdunknetworks.com
6623
6624         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6625         (mm-text-html-washer-alist): Ditto.
6626
6627         * mm-decode.el (mm-text-html-renderer): Add html2text.
6628
6629         * html2text.el: Face lift.
6630
6631         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6632
6633 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6634
6635         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6636
6637         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6638
6639         * deuglify.el: New file. The original file name is
6640         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6641
6642         * mm-decode.el (mm-display-external): Use
6643         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6644
6645 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6646
6647         * nnmaildir.el (nnmaildir-request-list): Report the highest
6648         article number, not the total number of articles.
6649
6650 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6651
6652         * gnus-sum.el: Move uu key map here.
6653         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6654
6655 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6656
6657         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6658         nnmail-expiry-wait* if expire-age parameter is not set.
6659
6660 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6661
6662         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6663         function.
6664         (gnus-group-sort-selected-groups-by-real-name): New function.
6665         (gnus-group-make-menu-bar): Add sort by real name.
6666
6667         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6668         rebuild.
6669         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6670         nil as dependencies as well.
6671
6672 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6673
6674         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6675         for mime-parts.
6676
6677         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6678
6679         * gnus-group.el (gnus-group-name-decode): Don't test
6680         multibyte-string, because it breaks XEmacs.
6681         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6682
6683         * message.el (message-send-mail): Be talkative.
6684
6685         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6686         (mm-automatic-display): Ditto.
6687
6688         * mailcap.el (mailcap-mime-data): Ditto.
6689         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6690
6691 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * many files: Remove trailing whitespaces, replace spc+tab with
6694         tab, replace leading whitespaces with tabs.
6695
6696 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6697
6698         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6699         articles with no body and no blank line after the header.
6700
6701 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6702
6703         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6704         parts.
6705
6706         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6707         non-ascii chars.
6708
6709         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6710
6711         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6712         w3-delay-image-loads.
6713         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6714         (mm-w3-prepare-buffer): Ditto.
6715
6716         * mail-source.el (mail-source-fetch-directory): Run scripts.
6717
6718 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6721         for Majordomo confirmations.
6722
6723 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6726
6727 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6730
6731 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6732
6733         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6734         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6735
6736 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6739         (mm-inline-render-with-stdin): Ditto.
6740         (mm-inline-render-with-function): Ditto.
6741         (mm-inline-wash-with-file): Bind coding-system-for-write.
6742         (mm-inline-wash-with-stdin): Ditto.
6743
6744 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         Suggested by Felix Natter <fnatter@gmx.net>
6747
6748         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6749         gnus-mime-externalize-view.
6750         (gnus-mime-view-part-internally): Rename from
6751         gnus-mime-internalize-view.
6752         (gnus-article-view-part-externally): Rename from
6753         gnus-article-externalize-part.
6754         (gnus-mime-action-alist): Change correspondingly.
6755         (gnus-mime-button-commands): Ditto.
6756         (gnus-mime-action-alist): Remove duplication.
6757
6758         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6759
6760 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6763
6764         * gnus-art.el (gnus-display-mime): Use it.
6765
6766         * mm-partial.el (mm-partial-find-parts): Use it.
6767
6768         * gnus-sum.el (gnus-article-loose-mime): Rename from
6769         gnus-article-no-strict-mime.
6770         (gnus-summary-save-parts): Use it.
6771
6772 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6775         local variable.
6776
6777         * gnus-art.el (article-display-x-face): Don't sort multiple
6778         X-Faces.
6779
6780 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6783         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6784
6785         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6786
6787 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         Some ideas is inspired by code from Hrvoje Niksic
6790         <hniksic@arsdigita.com>
6791
6792         * gnus-art.el (gnus-article-wash-function): Set the default to
6793         nil, so that we use mm-text-html-renderer instead.
6794         (article-wash-html): Use mm-text-html-renderer.
6795
6796         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6797         (mm-text-html-renderer): New variable.
6798         (mm-inline-text-html-renderer): Set the default to nil, so that we
6799         use mm-text-html-renderer instead.
6800
6801         * mm-view.el (mm-inline-text-html): New function.
6802         (mm-text-html-renderer-alist): New variable.
6803         (mm-inline-text-vcard): New function.
6804         (mm-inline-text): Split.
6805         (mm-links-remove-leading-blank): New function.
6806         (mm-inline-render-with-file): New function.
6807         (mm-inline-render-with-stdin): New function.
6808         (mm-inline-render-with-function): New function.
6809         (mm-text-html-washer-alist): New variable.
6810         (mm-inline-wash-with-file): New function.
6811         (mm-inline-wash-with-stdin): New function.
6812
6813 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * message-utils.el: Fix installation doc.
6816         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6817
6818 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6819
6820         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6821         (gnus-post-method): Use it.
6822         (gnus-summary-cancel-article): Find the correct post-method.
6823
6824         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6825         * message.el (message-send-news): Ditto.
6826         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6827         <ipmonger@delamancha.org>
6828
6829         * gnus.el (gnus-select-method): Fix doc.
6830         (gnus-server-string): Use 'using nntp'.
6831
6832         * gnus-agent.el (gnus-slave-unplugged): New command.
6833         From: Felix Natter <fnatter@gmx.net>
6834
6835 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6838         Call edit-done-function first, then change the window
6839         configuration.
6840         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6841         (gnus-article-edit-mode): mml-mode.
6842
6843         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6844         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6845
6846         * message-utils.el: Adopt the file.
6847
6848         * message-utils.el: New file.
6849         From Holger Schauer <Holger.Schauer@gmx.de>
6850
6851 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6852
6853         * gnus-sum.el (gnus-summary-move-article): Select-article only
6854         when gnus-move-split-methods is non-nil. And we don't render or
6855         mark the article.
6856
6857         * gnus-fun.el (gnus-shell-command-to-string): New function.
6858         (gnus-shell-command-on-region): New function.
6859         (gnus-random-x-face): Use them.
6860         (gnus-x-face-from-file): Ditto.
6861         (gnus-convert-image-to-gray-x-face): Ditto.
6862         (gnus-convert-gray-x-face-to-xpm): Ditto.
6863         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6864
6865 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-art.el (gnus-treat-display-xface): Don't use
6868         `shell-command-to-string' when compiling.
6869         (gnus-treat-display-grey-xface): Ditto.
6870
6871 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6872
6873         * nnmaildir.el (nnmaildir--article-count): If the group is
6874         completely empty, report minimum article number as 1 instead of 0.
6875
6876 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * gnus-agent.el (gnus-get-predicate): Use nconc.
6879
6880         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6881         gnus-summary-display-cache as cache.
6882
6883         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6884         (nndoc-mail-in-mail-type-p): New function.
6885         (nndoc-mail-in-mail-article-begin): New function.
6886
6887 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6888
6889         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6890
6891         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6892         use-hard-newlines to nil.
6893
6894         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6895         image is not available if window-system is not available.
6896
6897         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6898
6899 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6902         bookmark, because update-mark doesn't handle it correctly.
6903
6904 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6905
6906         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6907         directly instead of calling message-send-mail.
6908
6909         * gnus-start.el (gnus-read-descriptions-file): Use
6910         gnus-default-charset.
6911
6912         * mm-util.el (mm-guess-mime-charset): New function.
6913
6914         * gnus.el (gnus-default-charset): Use it.
6915         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6916         the default.
6917
6918 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6921         (article-display-x-face): Use it.  Disable grey xface, if
6922         uncompface is not found.
6923
6924         * message.el (message-mode): Don't enable multibyte on an indirect
6925         buffer.
6926
6927         * nnrss.el (nnrss-content-function): New variable.
6928         (nnrss-request-article): Use it.
6929
6930 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * gnus.el: Add article-unsplit-urls.
6933         * gnus-sum.el: Ditto.
6934         * gnus-art.el (gnus-treat-strip-cr): New variable.
6935         (gnus-treatment-function-alist): Use it.
6936         (article-unsplit-urls): New function.
6937         (gnus-article-make-menu-bar): Use it.
6938         From: Michael Cook <michael.cook@cisco.com>
6939
6940 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6943         copy.
6944
6945 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6946
6947         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6948         with internal whitespace.
6949         (gnus-parent-id): Ditto.
6950
6951 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6952
6953         * gnus-art.el (gnus-article-treat-body-boundary): Add
6954         gnus-decoration property.
6955         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6956
6957         * message.el (message-mode): Set local-abbrev-table.
6958         From Matt Armstrong <matt@lickey.com>.
6959
6960         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6961         too many spaces.
6962
6963         * rfc2047.el (rfc2047-unfold-region): Ditto.
6964         (rfc2047-decode-region): Don't unfold. Let
6965         gnus-article-treat-unfold-headers do it.
6966
6967         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6968         From: Jesper Harder <harder@ifa.au.dk>
6969
6970 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6973         (gnus-configure-posting-styles): Use it.
6974         (gnus-configure-posting-styles): Remove trailing newspaces.
6975
6976 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6977
6978         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6979         is non-nil.
6980
6981         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6982
6983         * gnus.el (gnus-server-to-method): Switch position with
6984         gnus-server-get-method.
6985         (gnus-agent): Add doc.
6986
6987         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6988         (gnus-summary-save-parts): Use it.
6989
6990         * gnus-art.el (gnus-display-mime): Use it.
6991         * mm-partial.el (mm-partial-find-parts): Use it.
6992
6993         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6994
6995         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6996         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6997
6998         * nnagent.el (nnagent-request-expire-articles): Don't delete
6999         files.
7000
7001 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * message.el (message-gen-unsubscribed-mft): New function.
7004         From Sriram Karra <karra@cs.utah.edu>.
7005
7006         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7007         open parenthesis.
7008
7009         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7010         (mm-inline-text-html-render-with-w3): Ditto.
7011         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7012         Suggested by Dave Love  <d.love@dl.ac.uk>.
7013
7014         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7015
7016         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7017         * nntp.el (nntp-send-command): Ditto.
7018         * nntp.el (nntp-send-command-nodelete): Ditto.
7019
7020 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7021
7022         * mm-url.el (mm-url-load-url): New function.
7023         (mm-url-insert-file-contents): Use it.
7024
7025         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7026
7027         * message.el (message-forward-make-body): Correctly copy
7028         forward-buffer.
7029
7030         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7031
7032 2002-02-04  Simon Josefsson  <jas@extundo.com>
7033
7034         * gnus-art.el (gnus-article-followup-with-original): Mark with
7035         force, prevent errors when following up from article buffer.
7036         (gnus-article-reply-with-original): Ditto.
7037
7038         * binhex.el (binhex-decoder-switches): Fix doc.  From
7039         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7040
7041 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042
7043         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7044         highlight-citation after emphasize.
7045
7046 2002-02-04  Simon Josefsson  <jas@extundo.com>
7047
7048         * nnfolder.el (nnfolder-open-marks):
7049
7050         * nnml.el (nnml-open-marks): Message when done.  From David
7051         Edmondson <dme@sun.com>.
7052
7053 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7054
7055         * imap.el (imap-anonymous-auth): Fix typo.
7056         From: Steinar Bang <sb@dod.no>
7057
7058         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7059         save-excursion.
7060         (gnus-cache-braid-heads): Ditto.
7061
7062         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7063         line, because there are extra articles in the overview buffer.
7064
7065         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7066
7067         * message.el (message-forward-rmail-make-body): Directly use
7068         rmail-msg-restore-non-pruned-header to avoid calling
7069         vertical-motion.
7070
7071 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7072
7073         * gnus-cache.el (gnus-summary-insert-cached-articles):
7074         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7075
7076         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7077         gnus-newsgroups-unselected.
7078
7079         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7080         gnus-add-to-sorted-list.
7081
7082         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7083         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7084         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7085         (gnus-update-read-articles): UNREAD is sorted.
7086         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7087         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7088         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7089         (gnus-newsgroup-dormant): Require sorted.
7090
7091         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7092         directories.
7093         (gnus-dired-print): New function.
7094
7095         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7096         ps-despool.
7097
7098 2002-02-02  Simon Josefsson  <jas@extundo.com>
7099
7100         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7101
7102 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7103
7104         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7105         t. This makes gnus-agent customizable without putting
7106         gnus-agentize into .gnus.
7107
7108         * gnus.el (gnus-agent): Make it customizable.
7109
7110         * gnus-dired.el: New file.
7111         From Benjamin Rutt <brutt@bloomington.in.us>
7112
7113         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7114         if no article.
7115         (gnus-cache-possibly-remove-article): Ditto.
7116         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7117
7118 2002-02-01  Simon Josefsson  <jas@extundo.com>
7119
7120         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7121
7122 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7125         (mm-setup-w3m): Don't bind keys listed in the above.
7126
7127 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7130         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7131         is non-nil; bind `w3m-force-redisplay' with nil.
7132
7133         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7134
7135         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7136
7137 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7138
7139         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7140         use mail-header-unfold-field.
7141
7142         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7143         gnus-summary-limit.
7144
7145         * gnus-range.el (gnus-add-to-sorted-list): New function.
7146         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7147         (gnus-mark-article-as-unread): Ditto.
7148         (gnus-summary-mark-article-as-unread): Ditto.
7149         (gnus-build-get-header): Ditto.
7150         (gnus-summary-prepare-threads): Ditto.
7151         (gnus-summary-insert-pseudos): Ditto.
7152         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7153         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7154         (gnus-summary-insert-old-articles): Ditto.
7155
7156         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7157         (gnus-configure-posting-styles): Support the new format.
7158
7159         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7160         edebug-form-spec to (sexp body).
7161         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7162
7163         * message.el (message-reply-headers): Add doc.
7164
7165 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7168         gnus-cache-active-hashtb.
7169
7170         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7171         (gnus-agent-summary-fetch-group): Use it.
7172
7173         * gnus-msg.el (gnus-debug-files): New variable.
7174         (gnus-debug-exclude-variables): New variable.
7175         (gnus-debug): Use them.
7176
7177         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7178
7179 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7182         (message-mode-syntax-table): Move back the previous position.
7183
7184         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7185
7186         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7187         gnus-sorted-difference.
7188
7189         * nnsoup.el (nnsoup-request-expire-articles): Use
7190         gnus-sorted-difference.
7191
7192         * nnheader.el: Autoload gnus-sorted-difference.
7193
7194         * nnfolder.el (nnfolder-request-expire-articles): Use
7195         gnus-sorted-difference.
7196
7197         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7198         gnus-sorted-difference.
7199
7200         * gnus-range.el: Autoload cookies.
7201         (gnus-sorted-difference): New function.
7202         (gnus-sorted-ndifference): New function.
7203         (gnus-sorted-nintersection): Rename from
7204         gnus-set-sorted-intersection.
7205         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7206         (gnus-list-range-difference): Rename from
7207         gnus-inverse-list-range-intersection.
7208         (gnus-inverse-list-range-intersection): Use defalias.
7209
7210         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7211         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7212         (gnus-articles-to-read): Use gnus-sorted-difference.
7213         (gnus-summary-limit-mark-excluded-as-read): Use
7214         gnus-sorted-intersection and gnus-sorted-ndifference.
7215         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7216         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7217
7218         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7219
7220 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7223         property to the buffer for using emacs-w3m command keys.
7224
7225         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7226         option.
7227
7228         * mm-view.el (mm-w3m-mode-map): New variable.
7229         (mm-w3m-mode-command-alist): New variable.
7230         (mm-w3m-minor-mode): Removed.
7231         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7232         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7233         buffer for using emacs-w3m command keys.
7234
7235 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236
7237         * message.el (message-mode-syntax-table): Move forward.
7238         (message-cite-prefix-regexp): Auto detect non word constituents.
7239         (message-cite-prefix-regexp): Don't use with-syntax-table.
7240
7241         * gnus-sum.el (gnus-summary-update-info): Use
7242         gnus-list-range-intersection.
7243
7244         * gnus-agent.el (gnus-agent-fetch-headers): Use
7245         gnus-list-range-intersection.
7246
7247         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7248         (gnus-list-range-intersection): Use it.
7249         (gnus-inverse-list-range-intersection): Ditto.
7250         (gnus-sorted-intersection): Add doc.
7251         (gnus-set-sorted-intersection): Add doc.
7252         (gnus-sorted-union): New function.
7253         (gnus-set-sorted-union): New function.
7254
7255         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7256         (gnus-inverse-list-range-intersection): Ditto.
7257
7258 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7259
7260         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7261
7262         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7263         and permit `:' and `\' in order to handle full Windows pathnames.
7264         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7265         technically not correct per standard, but seems to have common use.
7266
7267 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7270         replacing numbers.
7271
7272 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7275
7276         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7277         Don't split when the window is small, e.g. when a small *BBDB*
7278         window is the lowest one.
7279
7280         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7281         nnheader-find-nov-line to speed up. Use nreverse, because it is
7282         sorted. Use nnheader-insert-nov-file.
7283
7284 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7287
7288         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7289         of `w3m-display-inline-images' with the value of
7290         `mm-inline-text-html-with-images'.
7291         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7292
7293         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7294
7295 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7296
7297         * time-date.el: Add autoload cookies.  Many doc fixes.
7298         (time-add): New function.
7299         (time-subtract): Renamed from subtract-time.
7300         (subtract-time): New alias for time-subtract.
7301
7302 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7305         emacs-w3m in doc-string.
7306
7307         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7308         `w3m-current-buffer'.
7309
7310 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7311
7312         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7313
7314         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7315         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7316         (mm-w3m-cid-retrieve): New function.
7317         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7318
7319 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7320
7321         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7322
7323 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7326
7327 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7330         32K.
7331
7332         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7333
7334         * nnmail.el (nnmail-article-group): Decode headers before running
7335         split rules over them.
7336         (nnmail-mail-splitting-charset): New variable.
7337
7338         * smiley.el: Replaced with smiley-ems.el.
7339
7340 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * mm-url.el (mm-url-predefined-programs): Add w3m.
7343         (mm-url-program): Ditto.
7344
7345 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * nnml.el (nnml-use-compressed-files): New variable.
7348         (nnml-filenames-are-evil): Removed.
7349         (nnml-current-group-article-to-file-alist): Don't use.
7350         (nnml-update-file-alist): Inhibit.
7351         (nnml-article-to-file): Use new var.
7352
7353 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7354
7355         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7356
7357         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7358
7359 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7362         function.
7363
7364         * gnus-util.el (gnus-cache-file-contents): New function.
7365
7366         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7367         (gnus-agent-load-alist): Use it.
7368
7369         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7370
7371         * nnheader.el (nnheader-insert-nov-file): New function.
7372
7373         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7374
7375         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7376         there are no references.
7377         (gnus-extract-message-id-from-in-reply-to): New function.
7378         (gnus-nov-parse-line): Use in-reply-to if there are no
7379         references.
7380
7381 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7384
7385         * gnus-util.el (gnus-parse-without-error): New macro.
7386
7387 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7388
7389         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7390         (gnus-article-wash-function): use locate-library to decide which
7391         to use.
7392
7393 2002-01-25  Simon Josefsson  <jas@extundo.com>
7394
7395         * pop3.el (pop3-munge-message-separator): Work if no date.
7396         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7397
7398 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * gnus-agent.el (gnus-agent-save-alist): Fix.
7401
7402         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7403         mistake.  Reinstated lost code.
7404
7405 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7406
7407         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7408         one exists in the case of an encrypted message with an internal
7409         signature.
7410
7411 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7414
7415 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * dgnushack.el: Commented out the experimental code.
7418
7419 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7422         error.
7423
7424         * gnus.el (gnus-server-to-method): Made into subst.
7425         (gnus-server-method-cache): New variable.
7426         (gnus-server-to-method): Use it.
7427         (gnus-group-method-cache): New variable.
7428         (gnus-find-method-for-group-1): Renamed.
7429         (gnus-find-method-for-group): New function.
7430         (gnus-group-method-cache): Removed.
7431
7432         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7433         function.
7434
7435         * gnus-range.el (gnus-members-of-range): New function.
7436         (gnus-list-range-intersection): Renamed.
7437         (gnus-inverse-list-range-intersection): New function.
7438
7439         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7440
7441         * nnagent.el (nnagent-retrieve-headers): New implementation.
7442
7443         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7444         implementation.
7445
7446 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7449         `w3m-meta-content-type-charset-regexp'.
7450
7451         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7452         charset-encoded html contents.
7453
7454 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7455
7456         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7457         an empty file.
7458
7459         * nnweb.el (url): Ignore errors when request url.
7460
7461         * nnrss.el: Clean up the comments.
7462
7463 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7466
7467         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7468         (mm-inline-media-tests): Test whether the value of
7469         `mm-inline-text-html-renderer' is a function for text/html.
7470
7471         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7472         separated from `mm-inline-text'.
7473         (mm-w3m-minor-mode): New variable.
7474         (mm-w3m-setup): New variable.
7475         (mm-setup-w3m): New function.
7476         (mm-inline-text-html-render-with-w3m): New function.
7477         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7478         text/html.
7479
7480 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7481
7482         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7483
7484 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7487         and `gnus-xmas-completing-read'.
7488
7489 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7490
7491         * nneething.el (nneething-message-id-number): Abolished.
7492         (nneething-encode-file-name): Not encode numerical characters.
7493         (nneething-make-head): `nneething-message-id-number' is not
7494         used to generate message IDs.
7495
7496 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7497
7498         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7499         characters.
7500
7501 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7504         (gnus-xmas-redefine): Redefine conditionally.
7505
7506 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7507
7508         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7509         tag.
7510
7511 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7512
7513         * message.el (message-font-lock-keywords): Added the secure tag.
7514         * mml-sec.el: Added functions to generate/modify/remove the secure
7515         tag while in message mode.
7516         * mml-sec.el (mml-secure-message): New.
7517         * mml-sec.el (mml-unsecure-message): New.
7518         * mml-sec.el (mml-secure-message-sign-smime): New.
7519         * mml-sec.el (mml-secure-message-sign-pgp): New.
7520         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7521         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7522         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7523         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7524         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7525         convert it to either a part or multipart depending on if there are
7526         other parts in the message.
7527         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7528         to use the secure tag, rather than the part tag.
7529         * mml.el (mml-preview): Added a save-excursion to keep cursor
7530         position after doing an MML preview.
7531
7532 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * nnheader.el (nnheader-parse-overview-file): New function.
7535         (nnheader-write-overview-file): New function.
7536
7537 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7540         in wanted.
7541
7542         * nnweb.el (nnweb-type-definition): Clean up.
7543
7544 2002-01-21  Alastair Burt  <burt@dfki.de>
7545         Trivial patch.
7546
7547         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7548         buffer exists before jumping to it.
7549
7550 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7553         function.
7554         (article-wash-html): Use it.
7555         (gnus-article-wash-function): New variable.
7556         (gnus-article-wash-html-with-w3m): New function.
7557
7558 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7559
7560         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7561         XEmacs.
7562
7563 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7564
7565         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7566         command line.
7567
7568 2002-01-21  Simon Josefsson  <jas@extundo.com>
7569
7570         * canlock.el (base64-encode-string): Autoload it from base64.
7571         (canlock-make-cancel-key): Base64 encode unibyte string.
7572
7573 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * nnfolder.el (nnfolder-request-accept-article): Unfold
7576         x-from-line.
7577         (nnfolder-request-replace-article): Ditto.
7578
7579 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7580
7581         * gnus-group.el (gnus-group-best-unread-group): Use the right
7582         positioning function.
7583
7584 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7585
7586         * smiley-ems.el (smiley-region): Use new function.
7587         (smiley-update-cache): Use general image functions.
7588         (smiley-region): Use general functions.
7589
7590         * gnus-util.el (gnus-graphic-display-p): New function.
7591
7592         * nnmail.el (nnmail-article-group): Allow outputting traces of
7593         non-strings.
7594
7595         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7596         (nndoc-exim-bounce-type-p): New function.
7597
7598         * message.el (message-dont-send): Doc fix.
7599
7600         * gnus-util.el (gnus-completing-read): Remove
7601         inherit-input-method.
7602
7603         * gnus-art.el (gnus-treat-smiley): Doc fix.
7604
7605         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7606         articles.
7607
7608 2002-01-19  Simon Josefsson  <jas@extundo.com>
7609
7610         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7611         (imap-kerberos4-open): Ditto.
7612         (imap-open): Set port correctly, don't set auth.
7613
7614 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * gnus.el (gnus-version-number): Bump version number.
7617
7618 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7619
7620         * gnus.el: Oort Gnus v0.05 is released.
7621
7622 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7625         exists.
7626
7627         * gnus-spec.el (gnus-string-width-function): New function.
7628         (gnus-tilde-cut-form): Use it.
7629         (gnus-tilde-max-form): Ditto.
7630         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7631         (gnus-substring-function): Use it.
7632         (gnus-tilde-cut-form): Ditto.
7633         (gnus-substring-function): New function.
7634
7635         * message.el (message-check-news-header-syntax): New message.
7636
7637         * gnus.el (gnus-slave-no-server): Doc fix.
7638
7639         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7640
7641 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7644         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7645         (seen (NUM1 . NUM2)).
7646
7647 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7650         number in closed topics.
7651
7652 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7653
7654         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7655         functions.
7656
7657 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * gnus.el (gnus-group-find-parameter): Clean up.
7660
7661         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7662         articles.
7663
7664         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7665
7666         * nnmail.el (nnmail-article-group): Clean up.
7667
7668 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7669
7670         * gnus-agent.el (gnus-category-name): Intern the category name.
7671
7672 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7675
7676         * gnus-util.el (gnus-completing-read): New function.
7677
7678 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7679
7680         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7681
7682         * smiley-ems.el (smiley-region): Register smiley.
7683         (smiley-toggle-buffer): Rewrite the function.
7684         (smiley-active): Removed.
7685
7686 2002-01-19  Simon Josefsson  <jas@extundo.com>
7687
7688         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7689         Jesper Harder <harder@ifa.au.dk>.
7690
7691 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7692
7693         * gnus-art.el (gnus-request-article-this-buffer): Call
7694         `nneething-get-file-name' to extract the file name from the
7695         message id.
7696
7697         * nneething.el (nneething-encode-file-name): New function.
7698         (nneething-decode-file-name): Ditto.
7699         (nneething-get-file-name): Ditto.
7700         (nneething-make-head): Encode the file name and encapsulate it
7701         into the field of the message id.
7702
7703 2002-01-18  Simon Josefsson  <jas@extundo.com>
7704
7705         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7706         stored in .marks.
7707
7708         * nnfolder.el (nnfolder-request-update-info): Ditto.
7709
7710 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7713
7714 2002-01-18  Simon Josefsson  <jas@extundo.com>
7715
7716         * imap.el (imap-starttls-p): Don't check for binary.
7717         (imap-gssapi-auth-p): Ditto.
7718         (imap-kerberos4-auth-p): Ditto.
7719         (imap-open): Change logic.  Iterate through all possible streams,
7720         instead of bailing out after first failure.  Move authenticator
7721         decision to `imap-authenticate'.
7722         (imap-authenticate): Change logic, now finds the authenticator to
7723         use, was previously in `imap-open'.
7724         (imap-open): Return nil on failure.
7725         (imap-open): Setup temp buffer correctly.
7726         (imap-open): Return buffer only on success.
7727         (imap-interactive-login, imap-interactive-login): Tell the user
7728         which stream/authenticator is used for the queried
7729         username/password.
7730         (imap-open, imap-authenticate): Set variables.
7731         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7732         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7733
7734 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7737
7738 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7741
7742 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7743
7744         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7745         (gnus-agent-group-mode-map): Bind it to "Jo".
7746         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7747
7748 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7749
7750         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7751         (gnus-summary-mail-toolbar): Add mail article deletion button.
7752
7753         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7754         false positives for lines of "^^^^".
7755
7756         * gnus-picon.el (gnus-picon-find-face): faces database is all
7757         lowercase.
7758
7759 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7762         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7763         duplications.
7764         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7765
7766 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus-sum.el (gnus-summary-initial-limit): Inline
7769         gnus-summary-limit-children.
7770         (gnus-summary-initial-limit): Don't limit if
7771         gnus-newsgroup-display is nil.
7772         (gnus-summary-initial-limit): No, don't.
7773
7774         * gnus-util.el
7775         (gnus-put-text-property-excluding-characters-with-faces): Inline
7776         gnus-put-text-property.
7777
7778         * gnus-spec.el (gnus-default-format-specs): New variable.
7779
7780         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7781         gnus-format-specs.
7782         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7783
7784         * gnus-spec.el (gnus-update-format-specifications): Really check
7785         the Gnus version of the .newsrc.eld file.
7786         (gnus-format-specs): Save the new default summary format.
7787
7788         * gnus-util.el (gnus-parent-id): Check whether references is empty
7789         before splitting.
7790
7791         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7792         functions.
7793         (gnus-gather-threads-by-references): Inline
7794         `gnus-split-references'.
7795
7796         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7797         default value of gnus-summary-line-format-spec.
7798
7799 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7802         message.
7803         (nnslashdot-request-list): Ditto.
7804         (nnslashdot-sid-strip): Removed.
7805
7806 2002-01-15  Simon Josefsson  <jas@extundo.com>
7807
7808         * nnimap.el (nnimap-close-asynchronous): Enable.
7809         (nnimap-close-group): Expunge.
7810
7811 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * gnus-util.el (gnus-user-date-format-alist): Typo.
7814         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7815
7816 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7817
7818         * nneething.el (nneething-request-article): Set
7819         `nnmail-file-coding-system' to `binary' locally, in order to read
7820         files without any conversion.
7821
7822 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7823
7824         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7825         nnheader-file-coding-system and nnmail-active-file-coding-system.
7826         (gnus-agent-regenerate-group): Ditto.
7827         (gnus-agent-regenerate): Ditto.
7828         (gnus-agent-write-active): Ditto.
7829         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7830
7831 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7832
7833         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7834         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7835
7836 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus.el: We don't need gnus-article-show-all-headers.
7839
7840         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7841         Ditto.
7842
7843         * gnus-sum.el (gnus-summary-select-article): Don't call
7844         show-all-headers, because hidden headers are not hidden text any
7845         more.
7846
7847 2002-01-13  Simon Josefsson  <jas@extundo.com>
7848
7849         * message.el (message-newline-and-reformat): Use `newline' instead
7850         of inserting \n, so that the newline is marked as hard.
7851
7852         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7853         From Jesper Harder <harder@ifa.au.dk>.
7854
7855 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * imap.el (imap-close): Keep going if quit.
7858
7859         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7860         nntp-server-buffer.
7861
7862 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7865         avoid unbinding shadowed variables.
7866
7867         * gnus-art.el (gnus-picon-databases): Moved here.
7868         (gnus-picons-installed-p): Moved here.
7869         (gnus-article-reply-with-original): Use `mark'.
7870
7871         * gnus.el (gnus-picon): Moved here and renamed.
7872
7873         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7874         installed.
7875         (gnus-treat-mail-picon): Ditto.
7876         (gnus-treat-newsgroups-picon): Ditto.
7877
7878         * gnus-picon.el (gnus-picons-installed-p): New function.
7879
7880 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7881
7882         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7883
7884 2002-01-12  Simon Josefsson  <jas@extundo.com>
7885
7886         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7887         (nnimap-before-find-minmax-bugworkaround): Use it.
7888         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7889         (nnimap-dont-close): New variable.
7890         (nnimap-close-group): Use it.
7891
7892 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-art.el (gnus-article-reply-with-original): Use
7895         `mark-active'.
7896
7897         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7898
7899         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7900         (gnus-score-advanced): Clean up.
7901         (gnus-score-advanced): Accept a multiple of the score.
7902
7903 2002-01-12  Simon Josefsson  <jas@extundo.com>
7904
7905         * flow-fill.el (fill-flowed-display-column)
7906         (fill-flowed-encode-columnq): New variables.  Suggested by
7907         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7908         (fill-flowed-encode, fill-flowed): Use them.
7909
7910         * message.el (message-send-news, message-send-mail): Use
7911         m-b-s-n-p-e-h-n.
7912
7913         * mml.el (autoload): Autoload fill-flowed-encode.
7914         (mml-buffer-substring-no-properties-except-hard-newlines): New
7915         function.
7916         (mml-read-part): Use it.
7917         (mml-generate-mime-1): Encode format=flowed if appropriate.
7918         (mml-insert-mime-headers): Insert format=flowed.
7919
7920         * flow-fill.el (fill-flowed-encode): New function.
7921         (fill-flowed): Bind fill-column to window width.
7922
7923 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7926         it exists.
7927         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7928         (gnus-summary-buffer-name): Don't return the dead name after all.
7929         (gnus-summary-setup-buffer): Kill the dead buffer.
7930
7931         * gnus-art.el (gnus-article-followup-with-original): Store the
7932         value of the mark before deactivating it.
7933
7934 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7937         From: Karl Kleinpaste <karl@charcoal.com>
7938
7939         * gnus-art.el (article-display-x-face): Ditto.
7940         (gnus-article-reply-with-original): Use gnus-region-active-p.
7941         (gnus-article-followup-with-original): Ditto.
7942
7943         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7944         downloadable article either.
7945
7946 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7947
7948         * gnus-art.el (article-display-x-face): Insert From:.
7949
7950         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7951         article. Bind gnus-display-mime-function and
7952         gnus-article-prepare-hook.
7953
7954         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7955         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7956         gnus-agent-possibly-synchronize-flags to the last.
7957         (gnus-agent-go-online): New function. New variable.
7958
7959 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7962         (gnus-agent-regenerate): Ditto.
7963
7964 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * message.el (message-ignored-news-headers)
7967         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7968         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7969
7970         * gnus.el (gnus-gethash-safe): New macro.
7971
7972         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7973         (gnus-agent-regenerate): Show messages.
7974
7975 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7978         (gnus-agent-regenerate): New function.
7979         (gnus-agent-save-alist): Sort.
7980         (gnus-agent-copy-nov-line): Test eobp.
7981         (gnus-agent-retrieve-headers): Erase buffer.
7982
7983 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7986         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7987
7988         * gnus.el (gnus-agent-covered-methods): Move here.
7989         (gnus-online): New function.
7990         (gnus-agent-method-p): Move here.
7991
7992         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7993         nil. Remove articles-alist.
7994
7995         * gnus-start.el (gnus-get-unread-articles): Check online.
7996         (gnus-groups-to-gnus-format): Ditto.
7997         (gnus-active-to-gnus-format): Ditto.
7998
7999         * gnus-agent.el (gnus-agent-get-function): Use it.
8000         (gnus-agent-get-undownloaded-list): Ditto.
8001         (gnus-agent-fetch-session): Only fetch online methods.
8002
8003         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8004         (gnus-server-mode-map): Ditto.
8005         (gnus-server-offline-face): New face.
8006         (gnus-server-offline-face): New variable.
8007         (gnus-server-font-lock-keywords): Add offline.
8008         (gnus-server-insert-server-line): Ditto.
8009         (gnus-server-offline-server): New function.
8010
8011         * gnus-int.el (gnus-open-server): Turn to offline.
8012         (gnus-server-unopen-status): New variable.
8013
8014 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * nnkiboze.el (nnkiboze-request-article): Use
8017         gnus-agent-request-article.
8018
8019         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8020         function. Insert undownloaded NOV.
8021
8022         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8023         (gnus-agent-request-article): New function.
8024
8025         * gnus.el (gnus-agent-cache): New variable.
8026
8027         * gnus-int.el (gnus-retrieve-headers): Use
8028         gnus-agent-retrieve-headers.
8029         (gnus-request-head): Use gnus-agent-request-article.
8030         (gnus-request-body): Ditto.
8031
8032         * gnus-art.el (gnus-request-article-this-buffer): Use
8033         gnus-agent-request-article.
8034
8035         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8036         article if it is undownloaded.
8037
8038 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8041
8042 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * canlock.el (canlock-string-as-unibyte): New macro.
8045         (canlock-sha1-with-openssl): Return a unibyte string.
8046         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8047
8048 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8049
8050         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8051
8052 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053
8054         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8055         application/x-emacs-lisp.
8056
8057         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8058
8059         * nntp.el (nntp-request-article): Add group parameter.
8060         (nntp-request-head): Ditto.
8061         (nntp-find-group-and-number): Add parameter group. Figure out
8062         number if the status line doesn't give (e.g. quimby.gnus.org).
8063
8064 2002-01-08  Simon Josefsson  <jas@extundo.com>
8065
8066         * mml.el (mml-generate-mime-1): Set recipient correctly.
8067
8068 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8069
8070         * message.el (message-read-from-minibuffer): Add parameter
8071         initial-contents.
8072         * gnus-msg.el (gnus-summary-resend-message): Use it.
8073
8074         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8075         behavior of quit-config.
8076
8077         * message.el (message-make-from): Don't quote fullname.
8078         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8079
8080         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8081         From: <andre@slamdunknetworks.com>
8082
8083 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8086
8087         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8088
8089         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8090         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8091         because bbdb may use it.
8092
8093 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8094
8095         * nneething.el (nneething-request-article): When a non-text file
8096         is converted to an article, its data is encoded in base64.  Call
8097         `nneething-make-head' with options to specify MIME types.
8098         (nneething-make-head): Add optional arguments to specify MIME
8099         types.
8100
8101 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8104         header if there is not.
8105
8106         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8107
8108         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8109         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8110         (gnus-inews-do-gcc): Use them.
8111
8112         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8113         gnus-newsgroup-unselected.
8114
8115 2002-01-06  Simon Josefsson  <jas@extundo.com>
8116
8117         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8118         condition-case, not ignore-errors.
8119
8120 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8123         gnus-fetch-old-headers.
8124
8125         * gnus-art.el (article-display-x-face): Use the current buffer
8126         unless `W f'. Otherwise, X-Face may be shown in the header of a
8127         forwarded part.
8128         (gnus-treatment-function-alist): Treat xface before hiding
8129         headers.
8130
8131 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8134         parameters.
8135
8136 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8137
8138         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8139         (mm-guess-charset): New function.
8140         (mm-charset-after): Use it.
8141         (mm-detect-coding-region): New function.
8142         (mm-detect-mime-charset-region): New function.
8143
8144         * gnus-sum.el (gnus-summary-show-article): Use
8145         mm-detect-coding-region.
8146
8147 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * message.el (message-make-fqdn): Be less violent.
8150
8151         * gnus.el (gnus-logo-color-style): Compute custom form
8152         automatically.
8153
8154         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8155         score file of the parent to the document group.
8156
8157         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8158         parameters parameter.
8159
8160         * gnus-score.el (gnus-score-load-file): Clean up.
8161
8162 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8165         From: Damien Wyart <damien.wyart@free.fr>
8166
8167         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8168
8169 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * gnus-sum.el (gnus-select-group-hook): Typo.
8172
8173         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8174         is no quoted-printable-encoded STRING.
8175         From: Jesper Harder <harder@ifa.au.dk>
8176
8177         (rfc2047-decode-string): Decode it.
8178
8179 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8182
8183 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8184         Trivial patch.
8185
8186         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8187         buffer to get rid of junk line.
8188
8189 2002-01-05  Simon Josefsson  <jas@extundo.com>
8190
8191         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8192         C-o.
8193         (message-mode-map): Bind message-insert-or-toggle-importance to
8194         C-c C-u.
8195         (message-mode-map): Bind message-disposition-notification-to to
8196         C-c M-n.
8197         (message-mode-menu): Add m-d-n-t.
8198         (message-mode-field-menu): Add m-goto-from.
8199         (message-mode): Doc fix.
8200         (message-goto-from): New function.
8201         (message-insert-disposition-notification-to): New function.
8202         (message-tool-bar-map): Add receipt button.
8203
8204 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-sum.el (gnus-thread-latest-date): New function.
8207         (gnus-thread-sort-by-most-recent-number): Renamed.
8208         (gnus-thread-sort-functions): Doc fix.
8209         (gnus-select-group-hook): Don't use setq on a hook.
8210         (gnus-thread-latest-date): Use date, not number
8211
8212         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8213         (gnus-agent-expire): Allow regexp of expire-days.
8214
8215         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8216         region.
8217         (gnus-article-followup-with-original): Ditto.
8218
8219         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8220
8221         * gnus-art.el (gnus-mime-display-alternative): Use
8222         gnus-local-map-property.
8223         (gnus-mime-display-alternative): Ditto.
8224         (gnus-insert-mime-security-button): Ditto.
8225         (gnus-insert-next-page-button): Ditto.
8226         (gnus-button-prev-page): Take optional args.
8227         (gnus-insert-prev-page-button): widget-convert.
8228
8229         * gnus-util.el (gnus-local-map-property): New function.
8230
8231         * gnus-art.el (gnus-prev-page-map): Use parent map.
8232         (gnus-next-page-map): Ditto.
8233
8234         * gnus-spec.el (gnus-parse-format): Clean up.
8235         (gnus-parse-format): Do complex formatting for %=.
8236
8237         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8238         "X-Face: " to the data in the built-in scenario.
8239
8240         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8241         (gnus-correct-pad-form): Renamed.
8242         (gnus-tilde-max-form): Clean up.
8243         (gnus-pad-form): Use gnus-use-correct-string-widths.
8244
8245         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8246         support if that is available.
8247
8248         * gnus-sum.el (gnus-thread-highest-number): New function.
8249         (gnus-thread-sort-by-most-recent-thread): New function.
8250         (gnus-thread-sort-functions): Doc fix.
8251
8252 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8255         all cases.
8256         (gnus-summary-mode): Enable it in all cases.
8257         (gnus-summary-display-article): Ditto.
8258         (gnus-summary-edit-article): Ditto.
8259
8260         * gnus-ems.el (gnus-put-image): Really return glyph.
8261
8262         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8263         (gnus-treat-smiley): Don't take "P" in the interactive form.
8264
8265 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * compface.el (uncompface): XEmacs and Emacs have differing
8268         capabilities.
8269
8270         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8271
8272         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8273         (gnus-article-xface-ring-size): Removed.
8274         (gnus-article-display-xface): Removed.
8275         (gnus-remove-image): Cleaned up.
8276
8277         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8278         (gnus-xmas-create-image): Take pbm files.
8279         (gnus-x-face): Removed.
8280         (gnus-xmas-article-display-xface): Removed.
8281
8282         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8283         default-enable-multibyte-characters.
8284
8285         * compface.el (uncompface): Doc fix.
8286
8287         * gnus-art.el (gnus-article-x-face-command): Use
8288         gnus-display-x-face-in-from.
8289
8290         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8291
8292         * gnus-ems.el (gnus-put-image): Return the image.
8293
8294         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8295         (gnus-x-face): Moved here.
8296
8297 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8300         invisible if string is nil.
8301         (gnus-xmas-article-display-xface): Use it.
8302
8303         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8304         property when string is nil.
8305         (gnus-article-display-xface): Use it.
8306
8307 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * gnus-art.el (article-display-x-face): Check whether valid grey
8310         face was returned.
8311         (article-display-x-face): Place image in the right spot.
8312
8313         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8314         stderr.
8315         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8316
8317 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8320         parameters.
8321         (gnus-xmas-put-image): Allow non-strings to be passed.
8322
8323         * gnus-art.el (article-display-x-face): Use optional parameters.
8324
8325         * gnus-ems.el (gnus-create-image): Take optional parameters.
8326
8327         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8328
8329         * compface.el (compface-xbm-p): Removed.
8330
8331         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8332         (gnus-article-display-xface): Use compface.
8333
8334         * compface.el: New file.
8335
8336         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8337         (gnus-convert-image-to-x-face-command): Ditto.
8338         (gnus-random-x-face): Quote argument.
8339         (gnus-x-face-from-file): Ditto.
8340
8341 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8342
8343         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8344         the expire-group parameter once per article rather than once
8345         per group; bind `nnmaildir-article-file-name' and `article'
8346         for convenience.  Leave article alone when expire-group
8347         specifies the current group.
8348         (nnmaildir--update-nov): be more concurrency-friendly with
8349         temp file names.
8350
8351 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * gnus-start.el (gnus-read-init-file): Cleaned up.
8354
8355 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8356
8357         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8358         (gnus-read-init-file): Don't use it.
8359
8360 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8363
8364 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8365
8366         * gnus-start.el (gnus-read-init-file): Don't force coding system
8367         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8368
8369 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8372         * nnspool.el (nnspool-request-post): Ditto.
8373
8374         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8375         (mm-find-mime-charset-region): Use it.
8376
8377 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8378
8379         * gnus.el (gnus-summary-line-format): Added :link.
8380         * gnus-topic.el (gnus-topic-line-format): Ditto.
8381         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8382         * gnus-srvr.el (gnus-server-line-format): Ditto.
8383         * gnus-group.el (gnus-group-line-format): Ditto.
8384
8385         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8386         :keys, it works on both Emacsen.
8387
8388 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8389
8390         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8391
8392 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8395
8396 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8397
8398         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8399         very wide reply.
8400
8401 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8404         (gnus-picon-cache): New variable.
8405         (gnus-picon-transform-newsgroups): Cache stuff.
8406
8407         * gnus-art.el (gnus-article-reply-with-original): New command.
8408         (gnus-article-followup-with-original): New command.
8409
8410         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8411         END parameters.
8412         (gnus-summary-followup): Take a list of list of articles.
8413         (gnus-inews-yank-articles): Allow lists of article/regions.
8414
8415         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8416         longer the usual commands.
8417
8418         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8419         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8420         shell-command-on-region.
8421
8422 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8423
8424         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8425           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8426
8427 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8428
8429         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8430         understand ':keys', wrap it in an featurep 'xemacs.
8431
8432 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433
8434         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8435         order of headers (Actually, it is called in a reversed order). Add
8436         'gnus-image-text-deletable property.
8437         (gnus-remove-image): Remove text with such a property.
8438
8439         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8440         gnus-put-image.
8441
8442         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8443         with ", "
8444
8445 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8448
8449         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8450         (article-display-x-face): Display grey X-Faces.
8451
8452         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8453         (gnus-convert-gray-x-face-to-ppm): Ditto.
8454         (gnus-convert-image-to-gray-x-face): Ditto.
8455
8456         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8457         gnus-summary-show-raw-article.
8458
8459 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         Display picons in XEmacs without showing text.
8462
8463         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8464         mm-create-image-xemacs to create xbm glyph, because it deletes
8465         temporary files.
8466         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8467         (gnus-xmas-remove-image): Make text visible, remove glyph.
8468
8469         * gnus-picon.el (gnus-picon-transform-newsgroups)
8470         (gnus-picon-transform-address): Insert spec backward, due to the
8471         incompatibility of gnus-xmas-put-image.
8472
8473 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8474
8475         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8476
8477 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * gnus.el: Doc fix.
8480
8481         * gnus-art.el: Doc fix.
8482
8483         * gnus-agent.el: Doc fix.
8484
8485 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8486
8487         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8488
8489 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8490
8491         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8492         NOV data out of the message again if nnmail-extra-headers has
8493         changed.
8494
8495 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * gnus-fun.el: New file.
8498         (gnus-convert-image-to-x-face-command): New variable.
8499         (gnus-insert-x-face): New function.
8500         (gnus-random-x-face): Renamed.
8501         (gnus-x-face-from-file): Renamed.
8502
8503         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8504         "_".
8505         (gnus-body-boundary-delimiter): Typo fix.
8506
8507 2002-01-02  Simon Josefsson  <jas@extundo.com>
8508
8509         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8510         (gnus-body-boundary-delimiter): Fix type.
8511
8512 2002-01-01  Simon Josefsson  <jas@extundo.com>
8513
8514         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8515         (gnus-treat-emphasize, gnus-treat-strip-cr)
8516         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8517         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8518         (gnus-treat-fill-article, gnus-treat-hide-citation)
8519         (gnus-treat-hide-citation-maybe)
8520         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8521         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8522         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8523         (gnus-treat-date-ut, gnus-treat-date-local)
8524         (gnus-treat-date-english, gnus-treat-date-lapsed)
8525         (gnus-treat-date-original, gnus-treat-date-iso8601)
8526         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8527         (gnus-treat-strip-trailing-blank-lines)
8528         (gnus-treat-strip-leading-blank-lines)
8529         (gnus-treat-strip-multiple-blank-lines)
8530         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8531         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8532         (gnus-treat-display-xface, gnus-treat-display-smileys)
8533         (gnus-treat-from-picon, gnus-treat-mail-picon)
8534         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8535         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8536         (gnus-treat-play-sounds, gnus-treat-translate)
8537         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8538
8539         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8540         (gnus-article-treat-body-boundary): Use it.
8541
8542         * message.el (message-mode): Fix doc.
8543         (message-mode-menu): Fix names.
8544
8545 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8548         articles.
8549
8550         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8551         (gnus-picon-transform-address): Search for unknown faces as well.
8552         (gnus-picon-find-face): Don't search "news" for MISC.
8553         (gnus-picon-user-directories): Changed default back to exclude
8554         "unknown".
8555
8556         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8557
8558         * gnus-picon.el (gnus-picon-find-face): Search through all
8559         databases.
8560         (gnus-picon-find-face): New implementation.
8561
8562         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8563         keystroke.
8564         (gnus-topic-goto-next-topic): Ditto.
8565
8566         * gnus.el (gnus-summary-line-format): Changed default.
8567
8568         * nnmail.el (nnmail-extra-headers): Change default.
8569
8570         * gnus-sum.el (gnus-extra-headers): Change default.
8571
8572         * message.el (message-news-other-window): Changed "news" to
8573         "posting".
8574         (message-news-other-frame): Ditto.
8575         (message-do-send-housekeeping): Ditto.
8576
8577         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8578         function.
8579         (gnus-article-unread-p): New function.
8580         (gnus-article-unseen-p): New function.
8581         (gnus-dead-summary-mode-map): Typo.
8582
8583         * gnus-util.el (gnus-make-predicate): New function.
8584         (gnus-make-predicate-1): New function.
8585
8586         * gnus-sum.el: New function.
8587         (gnus-map-articles): New function.
8588
8589         * gnus-art.el (gnus-treat-fold-headers): New variable.
8590         (gnus-article-treat-fold-headers): New command and keystroke.
8591
8592         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8593         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8594
8595 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * message.el (message-fcc-externalize-attachments): New variable.
8598         (message-do-fcc): Use it.
8599
8600         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8601         (gnus-inews-do-gcc): Use it.
8602
8603         * mml.el (mml-tweak-sexp-alist): New variable.
8604         (mml-externalize-attachments): New variable.
8605         (mml-tweak-part): Use mml-tweak-sexp-alist.
8606         (mml-tweak-externalize-attachments): New function.
8607
8608 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8609
8610         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8611         'set-glyph-face' so x-face back/foreground can be set.
8612
8613 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * message.el (message-fix-before-sending): Fix a typo.
8616
8617 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-art.el (gnus-treat-smiley): Renamed command.
8620         (gnus-article-remove-images): New command and keystroke.
8621
8622         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8623
8624         * smiley-ems.el (gnus-smiley-display): Removed.
8625
8626         * gnus.el (gnus-version-number): Update version.
8627
8628         * message.el (message-text-with-property): Renamed and moved
8629         here.
8630         (message-fix-before-sending): Highlight invisible text and place
8631         point there.
8632
8633 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8634
8635         * gnus.el: Oort Gnus v0.04 is released.
8636
8637 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8640
8641         * gnus-art.el (gnus-ignored-headers): More headers,
8642
8643         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8644         of `scan-error', since XEmacs doesn't seem to support that.
8645
8646 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8649         arg.
8650         (gnus-summary-best-unread-subject): Ditto.
8651         (gnus-summary-best-unread-subject): No, don't.
8652         (gnus-summary-better-unread-subject): New command.
8653
8654         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8655
8656         * lpath.el ((featurep 'xemacs)): fbind url function.
8657
8658         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8659         buffer.
8660         (gnus-xmas-remove-image): Implementation that does something.
8661         (gnus-xmas-article-display-xface): Mark images properly.
8662
8663         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8664
8665 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8666
8667         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8668
8669 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * gnus-group.el (gnus-group-line-format): Added %O to the default
8672         value.
8673
8674         * gnus-util.el (gnus-text-with-property): The smallest point is
8675         point-min.
8676
8677         * smiley-ems.el (smiley-region): Return images.
8678         (gnus-smiley-display): Allow toggling.
8679         (smiley-region): Use text properties, not overlays.
8680
8681         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8682         implemented yet.
8683
8684         * smiley-ems.el (smiley-update-cache): Check for valid types.
8685
8686         * gnus-art.el (gnus-with-article-buffer): New macro.
8687
8688         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8689         strings as well as the glyphs.
8690         (gnus-picon-transform-address): Ditto.
8691         (gnus-picon-insert-glyph): Ditto.
8692         (gnus-picon-transform-newsgroups): Toggle.
8693         (gnus-picon-transform-address): Toggle.
8694
8695         * gnus-ems.el (gnus-remove-image): New function.
8696         (gnus-put-image): Take an optional string.
8697
8698         * gnus-util.el (gnus-text-with-property): New function.
8699
8700         * gnus-art.el (gnus-delete-images): New function.
8701
8702         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8703
8704         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8705         (gnus-article-wash-status): Use it.
8706         (gnus-signature-toggle): Clean up.
8707         (gnus-add-wash-status): New function.
8708         (gnus-delete-wash-status): New function.
8709         (gnus-article-hide-text-type): Use them throughout.
8710         (gnus-add-image): New function.
8711
8712         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8713
8714         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8715         interface.
8716
8717         * gnus-art.el (article-display-x-face): Cleaned up.
8718
8719         * rfc2047.el (rfc2047-field-value): New function.
8720
8721         * mail-parse.el (mail-header-field-value): New alias.
8722
8723         * gnus-art.el (gnus-mime-print-part): Fix typos.
8724
8725         * smiley-ems.el (gnus-smiley-file-types): New variable.
8726         (smiley-update-cache): Use it.
8727         (smiley-regexp-alist): Suffix-less smiley names.
8728         (smiley-regexp-alist): Added more smileys.
8729
8730         * gnus-sum.el (gnus-print-buffer): Made into own function.
8731         (gnus-summary-print-article): Use it.
8732
8733         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8734         looked for when REQUEST is a string.
8735
8736         * gnus-art.el (gnus-mime-button-commands): Add printing
8737         keystroke.
8738         (gnus-mime-copy-part): Doc fix.
8739         (gnus-mime-print-part): New command.
8740
8741 2001-12-31  Simon Josefsson  <jas@extundo.com>
8742
8743         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8744         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8745
8746 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8749         (picon): Fix doc.
8750
8751         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8752         longer exists. Remove those codes.
8753         * gnus.el (gnus-use-picons): Ditto.
8754
8755 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8758         infloop.
8759
8760         * gnus-sum.el (t): New `W D' map.
8761
8762         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8763         (gnus-article-treat-body-boundary): Clean up.
8764         (gnus-body-boundary-face): Removed.
8765         (gnus-article-goto-header): Moved here.
8766         (gnus-article-goto-header): Allow better regexps.
8767         (gnus-article-treat-fold-newsgroups): New command.
8768
8769         * gnus-sum.el (gnus-summary-move-article): We have to select an
8770         article to give `gnus-read-move-group-name' an opportunity to
8771         suggest an appropriate default.
8772
8773         * rfc2047.el (rfc2047-fold-line): New function.
8774         (rfc2047-unfold-line): Ditto.
8775         (rfc2047-fold-region): Don't fold just after the header name.
8776
8777         * mail-parse.el (mail-header-fold-line): New alias.
8778         (mail-header-unfold-line): Ditto.
8779
8780         * gnus-art.el (gnus-body-boundary-face): Renamed.
8781         (gnus-article-treat-body-boundary): Use it.
8782         (gnus-article-treat-body-boundary): Use an invisible header and a
8783         line of underline characters.
8784
8785 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8786
8787         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8788
8789         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8790         (gnus-picon-split-address): New function.
8791         (gnus-picon-find-face): Use it.
8792         (gnus-picon-transform-address): Use it. Set first to t for each
8793         address.
8794
8795         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8796         the macro then use it.
8797         (gnus-treatment-function-alist): Treat picons earlier.
8798
8799 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * gnus-art.el (gnus-body-separator-face): New variable.
8802         (gnus-article-treat-body-boundary): Use a blank, colored line.
8803
8804         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8805         well.
8806
8807         * gnus-art.el (gnus-treat-body-boundary): New variable.
8808         (gnus-article-treat-unfold-headers): Use helper macro.
8809         (gnus-article-treat-body-boundary): New command.
8810
8811         * gnus.el (gnus-logo-color-style): Change the default color.
8812         (gnus-splash-face): Gray, gray.
8813
8814         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8815         colors.
8816
8817         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8818         (gnus-logo-color-style): Ditto.
8819         (gnus-logo-colors): Ditto.
8820
8821         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8822
8823         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8824
8825         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8826         (gnus-picon-transform-newsgroups): New function.
8827
8828         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8829         string.
8830
8831         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8832
8833         * gnus-art.el (gnus-treat-cc-picon): New variable.
8834         (gnus-treat-mail-picon): Renamed.
8835
8836         * gnus-picon.el: New implementation.
8837         (gnus-picon-find-face): Renamed.
8838         (gnus-treat-from-picon): Use it.
8839         (gnus-picon-transform-address): Renamed.
8840         (gnus-treat-from-picon): Use it.
8841         (gnus-picon-create-glyph): Renamed.
8842         (gnus-picon-transform-address): Use it.
8843         (gnus-treat-cc-picon): New command.
8844
8845         * mm-decode.el (mm-create-image-xemacs): Separated out into
8846         function.
8847         (mm-get-image): Use it.
8848
8849         * gnus-art.el (gnus-treat-display-picons): Simplify.
8850         (gnus-treat-from-picon): Renamed.
8851
8852         * gnus-ems.el (gnus-create-image): New function.
8853         (gnus-put-image): New function.
8854
8855         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8856         (gnus-with-article-headers): New macro.
8857         (gnus-article-goto-header): New function.
8858
8859         * gnus-xmas.el (gnus-image-type-available-p): New function.
8860
8861         * gnus-ems.el (gnus-image-type-available-p): New function.
8862
8863 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8864
8865         * nnrss.el (nnrss-check-group): Find the correct tag, because
8866         xml.el is changed.
8867
8868 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8871         lines are shorter than the window width.
8872         (gnus-ignored-headers): More headers.
8873
8874 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8877         (gnus-treat-unfold-headers): Renamed.
8878         (gnus-article-treat-unfold-headers): New command and keystroke.
8879
8880         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8881
8882         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8883
8884 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * sha1-el.el (sha1-use-external): New variable.
8887         (sha1-region): Use it.
8888         (sha1-string): Ditto.
8889
8890         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8891         * gnus-picon.el: Less warnings when compile.
8892
8893 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8896         alias.
8897         (gnus-picons-database): Default to list.
8898         (gnus-picons-lookup-internal): Use it.
8899
8900         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8901         to "bogus".
8902
8903         * gnus-win.el (gnus-configure-windows-hook): New hook.
8904
8905 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8906
8907         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8908
8909 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8912         lists.
8913         (gnus-select-newsgroup): Don't append; push.
8914         (gnus-adjust-marked-articles): Remove obsolete ranges from
8915         `seen'.
8916         (gnus-update-marks): Clean up.
8917         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8918
8919 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8920
8921         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8922
8923 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * gnus-sum.el (gnus-auto-select-subject): New variable.
8926         (gnus-summary-best-unread-subject): New function.
8927         (gnus-summary-best-unread-article): Use it.
8928         (gnus-summary-first-unseen-subject): New function and command.
8929
8930         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8931         other treatments.
8932
8933         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8934         function.
8935
8936         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8937         from the list of hidden types.
8938
8939         * mm-view.el (mm-inline-text): Ditto.
8940         (mm-inline-text): Ditto.
8941         (mm-w3-prepare-buffer): Ditto.
8942
8943         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8944
8945 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * gnus-art.el (gnus-ignored-headers): Added more headers.
8948
8949 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8950
8951         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8952         once.
8953
8954 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8957
8958 2001-12-28  Simon Josefsson  <jas@extundo.com>
8959
8960         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8961         Jesper Harder <harder@ifa.au.dk>.
8962
8963 2001-12-27  Simon Josefsson  <jas@extundo.com>
8964
8965         * gnus-sum.el (gnus-select-newsgroup): Make
8966         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8967         contain all articles (instead of none) when no seen marks have
8968         been set for the group.
8969         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8970         instead, it seems to result in shorter ranges.
8971
8972 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8973
8974         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8975         insert-before-markers.
8976         From Jesper Harder <harder@ifa.au.dk>
8977
8978 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8979
8980         * nnmaildir.el (nnmaildir-save-mail): create the destination
8981         groups if they do not exist.
8982
8983 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8986
8987 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8990         gnus-group-real-name.
8991
8992         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8993         (gnus-newsgroup-variables): Ditto.
8994
8995         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8996         return it.
8997
8998 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8999
9000         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9001         * nnmaildir.el (top-level): Add commentary.
9002         (nnmaildir-version): Indicate that nnmaildir is now a standard
9003         part of Gnus, not separately released.
9004
9005 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9008         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9009         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9010         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9011
9012 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9015
9016 2001-12-20  Simon Josefsson  <jas@extundo.com>
9017
9018         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9019         ZHU <zsh@cs.rochester.edu>.
9020         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9021         Brian P Templeton <bpt@tunes.org>.
9022
9023 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9024
9025         * nnmaildir.el: New file.
9026         From Paul Jarc <prj@po.cwru.edu>.
9027
9028 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * nndoc.el (nndoc-type-alist): Move forward to the end.
9031
9032 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9035         `dolist'.
9036
9037 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9038
9039         * gnus-win.el (gnus-frames-on-display-list): New function.
9040         (gnus-get-buffer-window): Use it.
9041
9042 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9045
9046 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9047
9048         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9049
9050 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9051            From Harald Meland <Harald.Meland@usit.uio.no>
9052
9053         * gnus-win.el (gnus-get-buffer-window): New function.
9054         (gnus-all-windows-visible-p): Use it.
9055
9056         * gnus-util.el (gnus-horizontal-recenter)
9057         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9058         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9059
9060         * gnus-score.el (gnus-score-insert-help): Use it.
9061
9062         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9063         (gnus-generate-tree, gnus-highlight-selected-tree)
9064         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9065         it.
9066
9067         * gnus-art.el (gnus-article-set-window-start)
9068         (gnus-mm-display-part, gnus-request-article-this-buffer)
9069         (gnus-button-next-page, gnus-button-prev-page)
9070         (gnus-article-button-next-page, gnus-article-button-prev-page):
9071         Use it.
9072
9073 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9074
9075         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9076         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9077         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9078
9079 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9080
9081         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9082         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9083         * mml1991.el, nnultimate.el: Add `coding'.
9084
9085 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9086
9087         * ChangeLog: changed coding to buffer-file-coding-system
9088         * ChangeLog.1: same
9089         * nnwfm.el: same
9090         * gnus-smiley.el: same
9091         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9092         * gnus-delay.el: same
9093         * gnus-spec.el: same
9094         * message.el: same
9095         * mml1991.el: same
9096         * nnultimate.el: same
9097
9098 2001-12-16  Simon Josefsson  <jas@extundo.com>
9099         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9100
9101         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9102         (gnus-summary-save-map): Add muttprint.
9103         (gnus-summary-make-menu-bar): Ditto.
9104         (gnus-summary-muttprint): New function.
9105
9106         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9107
9108 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9111         temporary list instead of buffer.
9112
9113         * mm-url.el (executable-find): autoload.
9114
9115 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9116
9117         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9118         to variable, follow doc-string conventions).
9119
9120 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9121
9122         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9123         subscribe-level
9124         * gnus-topic.el (gnus-subscribe-topics): use it.
9125
9126 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9129         messages. (A small patch with indentation)
9130         From Sean Neakums <sneakums@zork.net>.
9131
9132         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9133         nil after shooting down the gnus-original-article-buffer.
9134
9135 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * uudecode.el (uudecode-use-external): New variable.
9138         (uudecode-decode-region): Automatically detect external program.
9139
9140         * binhex.el (binhex-use-external): New variable.
9141         (binhex-decode-region-internal): New function.
9142         (binhex-decode-region): Automatically detect external program.
9143
9144         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9145         Use them.
9146
9147 2001-12-12  Simon Josefsson  <jas@extundo.com>
9148
9149         * nnvirtual.el (nnvirtual-always-rescan)
9150         (nnvirtual-component-regexp): Fix doc.
9151
9152         * nnoo.el (defvoo): Add doc to defvoo variables.
9153
9154         * nnml.el (nnml-directory, nnml-active-file)
9155         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9156         (nnml-marks-is-evil, nnml-filenames-are-evil)
9157         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9158
9159         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9160         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9161         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9162         `error'.
9163
9164         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9165         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9166
9167         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9168         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9169         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9170         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9171
9172         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9173         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9174
9175         * imap.el, nnimap.el: Fix indentation.
9176
9177         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9178
9179 2001-12-12  Didier Verna  <didier@xemacs.org>
9180
9181         * gnus-msg.el (gnus-group-news): New function.
9182         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9183         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9184         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9185         for it.
9186         * gnus-msg.el (gnus-summary-news-other-window): New function.
9187         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9188         bind it to `i'.
9189         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9190         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9191         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9192         for it (called with a prefix).
9193         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9194         group-name argument.
9195         * gnus-msg.el (gnus-setup-message): use it.
9196
9197 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9200
9201 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9202
9203         * mml.el (mime-to-mml): Remove Content-Disposition too.
9204
9205 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9206
9207         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9208         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9209         strings only.
9210         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9211
9212 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9213
9214         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9215         (nnmail-fancy-expiry-target): Use it.
9216         Suggestions from Simon Josefsson <jas@extundo.com>.
9217
9218 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9219
9220         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9221
9222 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9225
9226         * gnus-util.el (gnus-url-unhex-string): Move here.
9227
9228 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9229
9230         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9231         mm-url-decode-entities-nbsp.
9232
9233         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9234         * webmail.el, nnwfm.el: Use mm-url.
9235
9236         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9237         (mm-url-remove-markup): Move from nnweb.
9238         (mm-url-fetch-simple): Move from webmail.
9239
9240         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9241
9242 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9243
9244         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9245         (gnus-summary-print-article): Use it.
9246
9247         * gnus-util.el (gnus-replace-in-string): Typo.
9248
9249 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * nnweb.el (nnweb-replace-in-string): Removed.
9252
9253         * gnus-util.el (gnus-replace-in-string): New function.
9254         (gnus-mode-string-quote): Use it.
9255
9256         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9257         * nnwfm.el (nnwfm-create-mapping): Ditto.
9258
9259 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * dgnushack.el (dgnushack-compile): nnrss.el and
9262         nnslashdot.el don't depend on nnweb, url, w3.
9263
9264         * nnrss.el: Use mm-url.
9265
9266 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * mm-url.el (mm-url-insert-file-contents): Support file:.
9269
9270 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9271
9272         * mm-view.el: Lower case for the description line. Sync from the
9273         Emacs CVS.
9274
9275 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9278         From:  Stefan Monnier  <monnier@cs.yale.edu>
9279
9280 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9283
9284 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * mm-url.el: Require executable.
9287         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9288
9289 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * pop3.el (pop3-munge-message-separator): Only use valid date.
9292         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9293
9294         * Makefile.in: gnus-load.elc may not be generated.
9295
9296 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9297
9298         * mm-url.el: New file.
9299         * nnslashdot.el: Use it.
9300         * mm-extern.el (mm-extern-url): Use it.
9301
9302 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * gnus-sum.el (gnus-summary-save-article): Nix
9305         gnus-display-mime-function and gnus-article-prepare-hook.
9306
9307         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9308         the beginning of lines.
9309         (gnus-complex-form-to-spec): Ditto.
9310
9311 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9312
9313         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9314         From Paul Jarc <prj@po.cwru.edu>.
9315
9316 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * message.el: New variable message-subscribed-address-file;
9319         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9320
9321 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * message.el (message-tab-body-function): Set to nil.
9324         (message-tab): Use text-mode-map or global-map.
9325         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9326
9327 2001-11-30  Simon Josefsson  <jas@extundo.com>
9328
9329         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9330         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9331         <christoph.conrad@gmx.de>.
9332         (gnus-agent-fetch-group-1): Add verbose message.
9333
9334 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9337         of integers.
9338
9339 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9340
9341         * message.el (message-newgroups-header-regexp)
9342         (message-completion-alist, message-tab-body-function): Use
9343         defcustom rather than defvar.
9344         (message-tab): Mention `message-tab-body-function' in doc.
9345         Suggested by Karl Eichwalder.
9346
9347 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9350
9351 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * nnheader.el (nnheader-find-nov-line): Don't use macro
9354         gnus-delete-line.
9355
9356         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9357         (gnus-group-name-charset): Ditto.
9358
9359         * gnus-util.el (gnus-buffer-live-p): Ditto.
9360
9361 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9364         open parenthesis in doc.
9365         (sieve-manage-authenticator-alist): Typo in doc.
9366         * imap.el (imap-authenticator-alist): Typo in doc.
9367         (imap-stream-alist): Backslash.
9368
9369         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9370           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9371
9372 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9373
9374         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9375
9376         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9377
9378         * gnus-msg.el (gnus-configure-posting-styles): use
9379         make-local-hook. Add LOCAL for add-hook.
9380
9381 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9382
9383         * message.el (message-mode): Use `make-local-hook' unless
9384         obsolete.
9385         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9386
9387 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * canlock.el: Remove sha1.el and base64.el stuff.
9390
9391 2001-11-26  Didier Verna  <didier@xemacs.org>
9392
9393         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9394         if needed.
9395
9396 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * message.el (message-tamago-not-in-use-p): New function.
9399         (message-strip-forbidden-properties): Use it.
9400
9401 2001-11-26  Didier Verna  <didier@xemacs.org>
9402
9403         * gnus-start.el (gnus-check-first-time-used): only check for
9404         existence of .el[d] files.
9405
9406 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9409
9410         * message.el (message-setup-1): Clean up mc-*.
9411
9412 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9413
9414         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9415         * gnus-score.el (gnus-score-find-bnews): Use it.
9416
9417         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9418         (gnus-summary-limit-to-author): Ditto.
9419         (gnus-summary-limit-to-extra): Ditto.
9420         (gnus-summary-find-matching): Support not-matching argument.
9421
9422 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9423
9424         * message.el (message-wash-subject): Use `insert' rather than
9425         `insert-string', which is deprecated.
9426
9427 2001-11-24  Simon Josefsson  <jas@extundo.com>
9428
9429         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9430         message. (Gnus does not "default" to using 8bit for the message,
9431         it default to use 8bit encoding and the user-supplied CTE
9432         value. Calling this behaviour "treating it as 8bit" is perhaps
9433         better.)
9434
9435         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9436         (compare mm-charset-to-coding-system).
9437
9438 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9439
9440         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9441         buffer. Correctly decode hex.
9442
9443 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * gnus-agent.el (gnus-category-insert-line): Convert category
9446         names to strings.
9447
9448 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * message.el (sha1): eval-and-compile.
9451
9452 2001-11-20  Simon Josefsson  <jas@extundo.com>
9453
9454         * message.el (message-allow-no-recipients): New variable.
9455         (message-send): Use it, customize the prompting when posting to
9456         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9457
9458 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * mm-util.el (mm-coding-system-priorities): New variable.
9461         (mm-sort-coding-systems-predicate): New function.
9462         (mm-find-mime-charset-region): Resort coding systems if needed.
9463         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9464
9465 2001-11-20  Didier Verna  <didier@xemacs.org>
9466
9467         * gnus-group.el (gnus-group-make-help-group): new optional
9468         argument to control the error behavior.
9469         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9470         erroring.
9471
9472 2001-11-19  Simon Josefsson  <jas@extundo.com>
9473
9474         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9475         instead of C-c C-u.  Suggested by Per Abrahamsen
9476         <abraham@dina.kvl.dk>.
9477
9478 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9479
9480         * nnfolder.el (nnfolder-read-folder): Use group instead of
9481         nnfolder-current-group.
9482         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9483
9484 2001-11-17  Simon Josefsson  <jas@extundo.com>
9485
9486         * message.el (message-send): Ask user if Fcc/Gcc should be
9487         performed when no other sender was specified.
9488         Suggested by prj@po.cwru.edu (Paul Jarc).
9489
9490 2001-11-17  Simon Josefsson  <jas@extundo.com>
9491
9492         * message.el (message-mode, message-mode-map): Use C-c C-u for
9493         Importance: instead of C-c C-p (used by SC).
9494
9495 2001-11-16  Simon Josefsson  <jas@extundo.com>
9496
9497         * message.el (message-insert-importance-high)
9498         (message-insert-importance-low): Save point.
9499
9500         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9501         value.
9502
9503 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9504
9505         * message.el (message-strip-special-text-properties): New option.
9506         (message-strip-forbidden-properties): Obey it.
9507
9508 2001-11-14  Sam Steingold  <sds@gnu.org>
9509
9510         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9511
9512 2001-11-15  Simon Josefsson  <jas@extundo.com>
9513
9514         Support "Importance:" header in Message.
9515
9516         * message.el (message-mode-map): Bind C-c C-p to
9517         `message-insert-or-toggle-importance'
9518         (message-mode-menu): Add message-insert-importance-{high,low}.
9519         (message-insert-importance-high, message-insert-importance-low)
9520         (message-insert-or-toggle-importance): New functions.
9521         (message-tool-bar-map): Add {un,}important.
9522         (message-mode): Doc fix.
9523
9524 2001-11-15  Simon Josefsson  <jas@extundo.com>
9525
9526         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9527
9528         * mml.el (mml-menu): Fix toolbar tooltip.
9529
9530 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9533         * nnml.el (nnml-save-marks): Ditto.
9534
9535         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9536
9537 2001-11-15  Simon Josefsson  <jas@extundo.com>
9538
9539         * nnml.el (nnml-save-marks):
9540         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9541         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9542
9543 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9544
9545         * gnus-art.el (gnus-article-wash-status-strings): Use
9546         `copy-sequence', not `copy-seq'.
9547
9548 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9549
9550         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9551         (gnus-gnus-article-wash-status-entry): New function.
9552         (gnus-article-wash-status): Use it.
9553
9554 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * mml1991.el: Add coding header.
9557
9558 2001-11-12  Simon Josefsson  <jas@extundo.com>
9559
9560         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9561         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9562         `mml1991-sign' and `mml1991-encrypt'.
9563         (mml1991-encrypt, mml1991-sign): New glue functions.
9564         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9565
9566         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9567         (mml-menu): Add PGP to menu.
9568
9569         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9570         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9571         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9572         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9573
9574         * mml2015.el: Mention RFC 3156.
9575
9576         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9577
9578 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9581
9582         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9583           From <Michael.Cook@cisco.com>
9584
9585 2001-11-11  Simon Josefsson  <jas@extundo.com>
9586
9587         * message.el (top-level): Autoload sha1.
9588         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9589         canlock, no need to require two different hash algs).  Suggested
9590         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9591
9592 2001-11-09  Simon Josefsson  <jas@extundo.com>
9593
9594         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9595         <Pavel@Janik.cz>.
9596
9597 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9598
9599         * message.el (message-point-in-header-p): New function.
9600         (message-do-auto-fill): Use it.
9601         (message-beginning-of-line): New function.  Goes to beginning of
9602         header value (i.e., end of header name), or to beginning of line
9603         if already at beginning of value.  Behaves like
9604         `beginning-of-line' when in message body.
9605         (message-mode-map): Bind it.
9606
9607 2001-11-08  Simon Josefsson  <jas@extundo.com>
9608
9609         * gnus-msg.el (gnus-posting-styles): Add doc.
9610
9611 2001-11-07  Simon Josefsson  <jas@extundo.com>
9612
9613         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9614
9615         * sieve-mode.el (sieve-control-commands-face)
9616         (sieve-control-commands-face, sieve-action-commands-face)
9617         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9618         faces.
9619         (sieve-font-lock-keywords): Use them.
9620         (sieve-mode): Only set font-lock-defaults in emacs.
9621
9622         * gnus-art.el (gnus-default-article-saver): Add
9623         gnus-summary-save-body-in-file.
9624         (gnus-summary-write-to-file): Fix doc.
9625
9626 2001-11-07  Simon Josefsson  <jas@extundo.com>
9627
9628         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9629         reference to the correct chapter in the manual.
9630
9631         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9632         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9633
9634 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * mml.el (mml-preview): Bind mail-header-separator.
9637
9638 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * message.el: Always require canlock.
9641         (message-ignored-supersedes-headers): Include Cancel-Lock and
9642         Cancel-Key.
9643         (message-insert-canlock): Don't require canlock.
9644         (message-cancel-news): Don't check whether canlock is available.
9645         (message-supersede): Support cancel-locks.
9646
9647         * gnus-art.el: Don't autoload canlock.
9648
9649 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9652         From: <andre@slamdunknetworks.com>
9653
9654 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9655
9656         * many files: Fix copyright lines.
9657
9658 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9661         Suggested by Dave Love  <fx@gnu.org>.
9662
9663 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9664
9665         * message.el (message-kill-buffer): Remove auto-save file after
9666         confirm.
9667
9668         * message.el (message-send-mail): Call message-generate-headers
9669         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9670
9671         * gnus-topic.el (gnus-topic-rename): Initial-input.
9672         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9673
9674 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9675
9676         * message.el (message-forbidden-properties): New constant.
9677         (message-strip-forbidden-properties): New function.
9678         (message-mode): Activate it.
9679
9680 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9681
9682         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9683         (mm-hack-charsets): Fix doc.
9684
9685 2001-11-02  Simon Josefsson  <jas@extundo.com>
9686
9687         * gnus-int.el (gnus-check-server): Message "...done" when done.
9688
9689         * imap.el (imap-close): Don't message (imap-send-command-wait
9690         returns if the connection is dropped).
9691         (imap-wait-for-tag): Nix out message only when necessary.
9692
9693         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9694         for non-crossposting.
9695         (gnus-sieve-crosspost): Default to t to be consistent with other
9696         parts of Gnus.
9697
9698 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9701         (mm-iso-8859-x-to-15-table): Ditto.
9702         (mm-iso-8859-x-to-15-region): Ditto.
9703         (mm-find-mime-charset-region): Ditto.
9704
9705 2001-11-01  Simon Josefsson  <jas@extundo.com>
9706
9707         * nnimap.el (nnimap-close-asynchronous): New variable.
9708         (nnimap-close-group): Use it.
9709         (nnimap-expunge): Don't use it.
9710
9711         * imap.el (imap-callbacks): New variable.
9712         (imap-remassoc): Copied from `gnus-remassoc'.
9713         (imap-add-callback): New function.
9714         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9715         behaviour.
9716         (imap-parse-response): Call the callback.
9717
9718         * message.el (message-insert-canlock): New variable.
9719         (message-canlock-generate, message-canlock-password)
9720         (message-insert-canlock): New functions.
9721         (message-send-news): Call `message-insert-canlock'.
9722         (top-level): Require canlock when compiling.
9723         (message-insert-canlock): Require canlock before we need it.
9724
9725 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9728
9729 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * dgnushack.el (dgnushack-make-load): A workaround for
9732         custom-add-loads bug in some versions of XEmacs.
9733
9734 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9735
9736         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9737
9738 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9739
9740         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9741         (mm-hack-charsets): New variable.
9742         (mm-iso-8859-15-compatible): New variable.
9743         (mm-iso-8859-x-to-15-table): New variable.
9744         (mm-find-mime-charset-region): Add parameter hack-charsets.
9745
9746         * mm-bodies.el (mm-encode-body): Use it.
9747         * mml.el (mml-parse-1): Ditto.
9748
9749 2001-11-01  Simon Josefsson  <jas@extundo.com>
9750
9751         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9752
9753 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9756         is nil.
9757
9758 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9761
9762         * message.el (message-forward-rmail-make-body): Use
9763         save-window-excursion.
9764         (message-encode-message-body): Search with noerror.
9765         (message-setup-1): Convert compose-mail send-actions to
9766         message-send-actions.
9767
9768 2001-11-01  Simon Josefsson  <jas@extundo.com>
9769
9770         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9771         <yamaoka@jpl.org>.
9772
9773 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * sieve-manage.el (sieve-string-bytes): No complain.
9776
9777 2001-11-01  Simon Josefsson  <jas@extundo.com>
9778
9779         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9780         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9781         has autoload cookies, so no `require' should be necessary.)
9782
9783         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9784         files.
9785
9786 2001-10-31  Simon Josefsson  <jas@extundo.com>
9787
9788         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9789         parameter.
9790
9791         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9792         `display' is a number (and C-u wasn't used to enter group), only
9793         fetch that number of articles.
9794
9795 2001-10-31  Matt Armstrong  <matt@lickey.com>
9796
9797         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9798         not-subscribed -> subscribed.
9799
9800 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9801         From: Josh Huber <huber@alum.wpi.edu>
9802
9803         * message.el (message-subscribed-address-functions): New variable.
9804         (message-subscribed-addresses): New variable.
9805         (message-subscribed-regexps): New variable.
9806         (message-goto-mail-followup-to): New function.
9807         (message-send-mail): Add Mail-Followup-To.
9808         (message-make-mft): New function.
9809
9810         * gnus.el (gnus-find-subscribed-addresses): New function.
9811
9812 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9815         (mail-source-fetch-pop): Ditto.
9816         (mail-source-check-pop): Ditto.
9817
9818         * gnus-start.el (gnus-read-init-file): Ditto.
9819         (gnus-activate-group): Ditto.
9820         (gnus-read-newsrc-el-file): Ditto.
9821
9822 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * message.el (message-get-reply-headers): Make sure there is ", ".
9825
9826         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9827         mm-coding-system-p. Don't correct it only in XEmacs.
9828         (mm-charset-to-coding-system): Use mm-coding-system-p and
9829         mm-get-coding-system-list.
9830         (mm-emacs-mule, mm-mule4-p): New variables.
9831         (mm-enable-multibyte, mm-disable-multibyte,
9832         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9833         mm-with-unibyte-current-buffer,
9834         mm-with-unibyte-current-buffer-mule4): Use them.
9835         (mm-find-mime-charset-region): Treat iso-2022-jp.
9836
9837         From  Dave Love  <fx@gnu.org>:
9838
9839         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9840         construction.
9841         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9842         entries conditional on not having a coding system defined for
9843         them.
9844         (mm-mule-charset-to-mime-charset): Use
9845         find-coding-systems-for-charsets if defined.
9846         (mm-charset-to-coding-system): Don't use
9847         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9848         later.  Add last resort search of coding systems.
9849         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9850         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9851         Mule 4.
9852         (mm-find-mime-charset-region): Re-write.
9853         (mm-with-unibyte-current-buffer): Restore buffer as well as
9854         multibyteness.
9855
9856 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9857
9858         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9859         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9860         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9861
9862 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9865         again.
9866
9867         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9868
9869 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * gnus-spec.el (gnus-parse-simple-format): Use
9872           buffer-substring-no-properties.
9873
9874 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-art.el (article-verify-cancel-lock): New function.
9877
9878         * nnheader.el (nntp-process-response): New variable.
9879         (nnheader-init-server-buffer): Make `nntp-process-response'
9880         buffer-local in `nntp-server-buffer'.
9881
9882         * nntp.el (nntp-prepare-post-hook): New hook.
9883         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9884         (nntp-async-trigger): Ditto.
9885         (nntp-request-post): Insert a server's ID if there's no Message-ID
9886         header; run `nntp-prepare-post-hook'.
9887
9888 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889
9890         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9891         instead.
9892
9893         * message.el (message-forward-subject-author-subject): Don't use
9894         message-news-p, which widens the buffer.
9895         (message-forward-make-body): New function.
9896         (message-forward): Use it.
9897         (message-insinuate-rmail): New function.
9898         (message-forward-rmail-make-body): New function.
9899
9900 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * mm-extern.el (mm-extern): Provide it.
9903
9904         * mm-partial.el (mm-partial): Provide it.
9905
9906 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9909
9910 2001-10-29  Simon Josefsson  <jas@extundo.com>
9911
9912         * mml.el (mml-preview): Bind message-this-is-news if it is
9913         news. From Jesper Harder <harder@myrealbox.com>.
9914
9915 2001-10-28  Simon Josefsson  <jas@extundo.com>
9916
9917         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9918
9919 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9920
9921         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9922         ironic smilies.
9923
9924 2001-10-27  Simon Josefsson  <jas@extundo.com>
9925
9926         * message.el (message-indent-citation): Don't add trailing
9927         whitespace when citing text.
9928
9929         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9930         <harder@ifa.au.dk>.
9931
9932 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9935         not available.
9936         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9937         (nnweb-type-definition): Add google as alias of dejanews.
9938         (nnweb-google-parse-1): Forward 1 line.
9939
9940 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9941
9942         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9943         variable `message-forward-ignored-headers'.
9944
9945 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9946
9947         * gnus.el (gnus-expand-group-parameter): New function.
9948         (gnus-expand-group-parameters): Call it.
9949         (gnus-group-fast-parameter): New function.
9950         (gnus-group-find-parameter): Call it.
9951
9952 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9953
9954         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9955         vector (it didn't before because of a bug).
9956         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9957         available.  Before it converted it to an article number.
9958
9959         This makes followup to news articles with negative numbers in
9960         nnvirtual groups use news instead of mail.
9961
9962 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9963
9964         * gnus.el (post-method): Use `native' instead of `nil'.
9965
9966         * gnus-msg.el (gnus-post-method): Ditto.
9967
9968 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9969
9970         * gnus.el (gnus-define-group-parameter): Grammar fix.
9971
9972 2001-10-22  Simon Josefsson  <jas@extundo.com>
9973
9974         * gnus-msg.el (gnus-extended-version): Include
9975         system-configuration.
9976         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9977
9978 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9979
9980         * gnus.el (post-method): Customization fix: `native' is not a
9981         valid value.
9982         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9983         `native' is not a valid value.
9984
9985 2001-10-21  Simon Josefsson  <jas@extundo.com>
9986
9987         * nnimap.el (nnimap): Defgroup
9988         (nnimap-strict-function, nnimap-strict-function-match): New
9989         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9990         (nnimap-split-crosspost, nnimap-split-inbox)
9991         (nnimap-split-rule, nnimap-split-predicate)
9992         (nnimap-split-predicate): Defcustom.
9993         (nnimap-split-inbox, nnimap-expunge-search-string)
9994         (nnimap-importantize-dormant): Remove "*" from doc.
9995
9996 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9997
9998         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9999         not supplied via prefix arg.  From Lisp, make arg mandatory.
10000         Suggested by Frank Schmitt.
10001
10002 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10003
10004         * message.el (message-do-auto-fill): Avoid calling
10005         'rfc822-goto-eoh'.
10006
10007 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10008         From Paul Jarc <prj@po.cwru.edu>.
10009
10010         * message.el (message-get-reply-headers): Restructure the logic
10011         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10012
10013 2001-10-20  Simon Josefsson  <jas@extundo.com>
10014
10015         * message.el (message-cancel-news): Support cancel-locks.
10016         Suggested by Per Abrahamsson.
10017
10018         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10019         conses.  From David Z Maze <dmaze@MIT.EDU>.
10020
10021         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10022
10023 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10024
10025         * mm-decode.el (mm-default-directory): Fix customize type.
10026
10027         * message.el (message-setup-fill-variables): Kludge to use
10028         normal-auto-fill-function even if auto fill is already activated.
10029
10030 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10031
10032         * message.el (message-do-auto-fill): New version that does not
10033         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10034         (message-setup-1): Removed the `message-field' property.
10035
10036         * gnus-draft.el (gnus-draft-edit-message): Removed the
10037         `message-field' property.
10038
10039 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10040
10041         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10042         `message-field'.  The `field' property has a special significance in
10043         Emacs 21.
10044
10045         * message.el (message-send, message-setup-1): Ditto.
10046
10047 2001-10-18  Simon Josefsson  <jas@extundo.com>
10048
10049         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10050         when undoing.
10051
10052 2001-10-18  Simon Josefsson  <jas@extundo.com>
10053         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10054
10055         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10056         (gnus-summary-make-menu-bar): Ditto.
10057
10058 2001-10-17  Simon Josefsson  <jas@extundo.com>
10059
10060         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10061         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10062
10063 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10066         * gnus-util.el (gnus-user-date): New function.
10067         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10068
10069 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10070
10071         * message.el (message-check-news-header-syntax): Special case
10072         nnvirtual groups.
10073
10074         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10075         customize type to `symbol'.
10076
10077 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10080         %&foo;.
10081         (gnus-parse-simple-format): Support user extended spec too.
10082         %u&foo; invokes gnus-user-format-function-foo.
10083
10084 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10087         the server.
10088         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10089         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10090         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10091         * nndiary.el (nndiary-request-expire-articles): Ditto.
10092         (nndiary-schedule): Defsubst it before use it.
10093         (nndiary-error): eval-and-compile.
10094
10095 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10096
10097         * gnus-msg.el (gnus-post-method): Changed two instances of
10098         `active' to `current' and one `null' to `not'.
10099
10100 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10101         From Katsumi Yamaoka <yamaoka@jpl.org>.
10102
10103         * message.el (message-setup-fill-variables): Use
10104         `normal-auto-fill-function' instead of `auto-fill-function'.
10105
10106 2001-10-16  Simon Josefsson  <jas@extundo.com>
10107
10108         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10109         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10110         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10111
10112 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10113         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10114
10115         * gnus-draft.el (gnus-draft-edit-message): Add text property
10116         `field' with value `header' to message headers.
10117         * message.el (message-setup-1): Really add text property to all of
10118         the header, not just part of it.
10119
10120 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * gnus-group.el (gnus-group-sort-by-server): Use it.
10123
10124         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10125
10126         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10127         and keystroke.
10128
10129 2001-10-14  Simon Josefsson  <jas@extundo.com>
10130
10131         * dig.el: Doc fix.
10132
10133         * smime.el: Doc fix.
10134
10135         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10136         charset magic from message.el.
10137
10138 2001-10-12  Simon Josefsson  <jas@extundo.com>
10139         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10140
10141         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10142         'cite from g-a-wash-types.
10143         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10144         (gnus-article-hide-citation): Fix.
10145
10146         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10147         character.
10148         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10149
10150         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10151         definition.
10152         (gnus-signature-toggle): Toggle `s' mode line character.
10153
10154         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10155         doing stuff that clears it.
10156
10157 2001-10-12  Simon Josefsson  <jas@extundo.com>
10158
10159         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10160         From Eric Marsden <emarsden@laas.fr>.
10161
10162 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10163
10164         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10165         (autoload): Add some autoloads.
10166
10167 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10168         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10169
10170         * message.el (message-do-auto-fill): New function.  Like
10171         `do-auto-fill' but don't fill when in the message header.
10172         (message-setup-1): Put a text property on the message header.
10173         (message-setup-fill-variables): Use `message-do-auto-fill'.
10174
10175 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * message.el (message-send-mail-partially): Insert an empty line
10178         first, because of the change of message-make-lines.
10179
10180 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10181
10182         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10183         iso-8859-15, make it an alias for iso-8859-1.
10184
10185 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * message.el (message-send-news): Don't modify the value of
10188         `message-syntax-checks' if it is not a list (possibly it is
10189         `dont-check-for-anything-just-trust-me').
10190
10191 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10194         `find-coding-system' for XEmacs to check whether the coding-system
10195         `utf-8' is available.
10196
10197 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10200
10201 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10202
10203         * message.el (message-send-news): Oops, missed case with no
10204         "Followup-To" header...
10205
10206 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10207
10208         * message.el (message-send-news): Allow
10209         `gnus-group-name-charset-group-alist' to affect encoding of the
10210         "Newsgroups" and "Followup-To" headers.
10211
10212 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10213
10214         * Makefile.in (install-el): Depend on gnus-load.el.
10215
10216 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * Makefile.in (install-el): Use -f.
10219         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10220
10221 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10222
10223         * message.el (message-send-news): Don't encode Followups-To when
10224         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10225
10226         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10227         header.
10228
10229         * gnus-art.el (article-decode-group-name): Also decode
10230         "Followup-To".
10231
10232         * rfc2047.el (rfc2047-encode-message-header): Encode without
10233         asking for null methods.
10234
10235         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10236         default charset for newsgroup names in accordance with USEFOR.
10237
10238         * gnus-group.el (gnus-group-name-charset-method-alist,
10239         gnus-group-name-charset-group-alist): Removed "*" from doc
10240         strings, "*" should not be used for complex variables.
10241
10242 2001-10-06  Simon Josefsson  <jas@extundo.com>
10243
10244         Support UTF-8 group names better.
10245
10246         * message.el (message-check-news-header-syntax): Encode group
10247         names before comparison.
10248
10249         * gnus-msg.el (gnus-copy-article-buffer): Run all
10250         `gnus-article-decode-hook's except `article-decode-charset'
10251         instead of hardcoding call to one of them.
10252
10253         * gnus-art.el (gnus-article-decode-hook): Add
10254         `article-decode-group-name'.
10255         (article-decode-group-name): New function, use `g-d-n'.
10256
10257         * gnus-group.el (gnus-group-insert-group-line): Decode
10258         gnus-tmp-group using `g-d-n'.
10259
10260         * gnus-util.el (gnus-decode-newsgroups): New function.
10261
10262 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10263
10264         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10265         `gnus-group-name-charset-group-alist'.
10266
10267 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10268
10269         * Makefile.in: Install el in install. Add uninstall.
10270
10271 2001-10-05  Simon Josefsson  <jas@extundo.com>
10272
10273         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10274
10275         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10276
10277         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10278         empty folders.
10279
10280         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10281         limiting if read-all (C-u RET) was used.
10282
10283 2001-10-04  Simon Josefsson  <jas@extundo.com>
10284
10285         * mail-source.el (mail-source-movemail-program): New variable.
10286         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10287         <thutt@thutt.vmware.com>.
10288
10289 2001-10-03  Simon Josefsson  <jas@extundo.com>
10290
10291         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10292         (gnus-summary-line-format-alist): Fix param.
10293
10294 2001-10-02  Simon Josefsson  <jas@extundo.com>
10295
10296         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10297         don't go through `nnimap-request-expire-articles' to delete the
10298         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10299
10300 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10301
10302         * gnus-agent.el (gnus-agent-write-active): The min in the
10303         agent/active may be larger than that in the server/active.
10304
10305 2001-10-01  Simon Josefsson  <jas@extundo.com>
10306
10307         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10308         is IMAP4rev1.
10309
10310         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10311
10312         * nnfolder.el: Ditto.
10313
10314 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10315
10316         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10317         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10318
10319 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10320
10321         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10322         (message-mode-menu): Menu item for same.
10323
10324         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10325         delayed articles.
10326
10327         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10328         nndraft:delayed does not exist.
10329         (gnus-delay-initialize): Don't set up keymap, that's done from
10330         message.el now.
10331         (gnus-delay, gnus-delay-group, gnus-delay-header)
10332         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10333
10334 2001-09-29  Simon Josefsson  <jas@extundo.com>
10335
10336         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10337         utf-8, not eight-bit-control.
10338
10339         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10340         (imap-log, imap-debug): Custom.
10341         (imap-log-buffer, imap-debug-buffer): New constants.
10342         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10343         (imap-network-open, imap-shell-open, imap-starttls-open)
10344         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10345         (imap-debug): Use imap-*-buffer.
10346
10347         * nndoc.el (nndoc-article-type): Add mailman.
10348         (nndoc-type-alist): Ditto.
10349         (nndoc-mailman-type-p): New function.
10350
10351 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10352
10353         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10354         gnus-art.el.
10355
10356 2001-09-27  Simon Josefsson  <jas@extundo.com>
10357
10358         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10359         (gnus-topic-catchup-articles): New function. Suggested by Robin
10360         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10361
10362 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10363         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10364
10365         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10366         previous ones.
10367
10368 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10369         From Daiki Ueno  <ueno@unixuser.org>
10370
10371         * gnus-sum.el (gnus-summary-show-article): The arglist of
10372         detect-coding-region is incompatible.
10373
10374 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10375         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10376
10377         * gnus-group.el (gnus-group-delete-group): Typo.
10378
10379 2001-09-26  Simon Josefsson  <jas@extundo.com>
10380
10381         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10382
10383         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10384
10385 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386
10387         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10388
10389 2001-09-22  Simon Josefsson  <jas@extundo.com>
10390
10391         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10392
10393         * nnfolder.el (nnfolder-open-marks): Ditto.
10394
10395         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10396         (gnus-update-marks): Use it.
10397         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10398         hardcoded list.
10399
10400         * gnus.el (gnus-article-special-mark-lists): Add killed.
10401         (gnus-article-unpropagated-mark-lists): New constant.
10402
10403 2001-09-22  Simon Josefsson  <jas@extundo.com>
10404
10405         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10406         custom option.
10407
10408 2001-09-23  Simon Josefsson  <jas@extundo.com>
10409
10410         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10411
10412 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10413
10414         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10415
10416 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10417
10418         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10419         accept lists of functions.
10420
10421 2001-09-20  Simon Josefsson  <jas@extundo.com>
10422
10423         * gnus-group.el (gnus-group-catchup): Update expire marks in
10424         backend.  Also, if ALL also set expire marks on tick/dormant.
10425
10426 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10427
10428         * message.el (message-tab-body-function): New variable.
10429         * message.el (message-tab): Use it.
10430
10431 2001-09-19  Sam Steingold  <sds@gnu.org>
10432
10433         * gnus-win.el (gnus-buffer-configuration): Respect
10434         `gnus-bug-create-help-buffer'.
10435
10436 2001-09-18  Simon Josefsson  <jas@extundo.com>
10437
10438         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10439         (gnus-parse-simple-format): Re-revert.
10440
10441 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10442         Trivial patch.
10443
10444         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10445         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10446
10447 2001-09-18  Simon Josefsson  <jas@extundo.com>
10448
10449         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10450         signed.
10451         (gnus-parse-simple-format): Don't use it.
10452
10453 2001-09-17  Miles Bader  <miles@gnu.org>
10454
10455         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10456         error querying a backend abort the whole process.
10457
10458 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10461         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10462
10463 2001-09-17  Didier Verna  <didier@xemacs.org>
10464
10465         * nndiary.el: version 0.2-b14.
10466         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10467         compatibility problem with XEmacs 21.1.
10468
10469 2001-09-15  Simon Josefsson  <jas@extundo.com>
10470
10471         * gnus-group.el (gnus-group-line-format): Document %c.
10472
10473         * nnml.el (nnml-parse-head): Handle CRLF files.
10474         (nnml-generate-nov-file): Ditto.
10475         (nnml-retrieve-headers): Ditto.
10476
10477 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10478
10479         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10480
10481 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10482
10483         * gnus-spec.el (gnus-correct-substring): Still stopped one
10484         character before we wanted (never included last character).
10485         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10486         add missing "," (once per function)
10487
10488 2001-09-14  Simon Josefsson  <jas@extundo.com>
10489
10490         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10491         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10492         default before gnus-group is loaded and the variable set.)
10493
10494         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10495         killed or unsent marks.
10496
10497         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10498         isn't an article to set it on (e.g. when you `a' in a group).
10499
10500 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10501
10502         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10503         can read e-mails from Microsoft Outlook users not using ISO
10504         8859-2 character set.
10505
10506 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * gnus-diary.el: Minor modifications to avoid warnings.
10509         (gnus-summary-misc-menu): defvar.
10510         (gnus-diary-check-message): Use gnus-point-at-eol.
10511         (gnus-diary-kill-entire-line): eval-and-compile.
10512
10513 2001-09-12  Didier Verna  <didier@xemacs.org>
10514
10515         * nndiary.el: new version (0.2-b13).
10516         * nndiary.el (nndiary-mail-sources): doc update.
10517         * nndiary.el (nndiary-split-methods): ditto.
10518         * nndiary.el (nndiary-request-accept-article-hooks): New.
10519         * nndiary.el (nndiary-request-accept-article): use it, check
10520         message validity.
10521         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10522         * nndiary.el (nndiary-schedule): fix bug (misplaced
10523         condition-case): it didn't return nil on error.
10524         * gnus-diary.el: new version.
10525         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10526         * gnus-diary.el (gnus-diary-header-value-history): New.
10527         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10528         * gnus-diary.el (gnus-diary-add-header): New.
10529         * gnus-diary.el (gnus-diary-check-message): New.
10530         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10531         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10532
10533 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10534
10535         * gnus-sum.el (gnus-select-newsgroup): Make
10536         `gnus-current-select-method' buffer-local.
10537
10538         * gnus-art.el (gnus-request-article-this-buffer): Refer
10539         `gnus-current-select-method' in the current summary buffer.
10540
10541 2001-09-10  Simon Josefsson  <jas@extundo.com>
10542         From Daniel Pittman <daniel@rimspace.net>
10543
10544         * gnus-spec.el (gnus-correct-pad-form): Fix.
10545
10546 2001-09-09  Simon Josefsson  <jas@extundo.com>
10547
10548         * mm-decode.el (mm-inline-media-tests): Add
10549         application/x-emacs-lisp.
10550         (mm-attachment-override-types): Add
10551         application/{x-,}pkcs7-signature.
10552
10553         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10554         (gnus-server-line-format, gnus-server-mode-line-format)
10555         (gnus-server-browse-in-group-buffer): Customize.
10556
10557 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * nnml.el (nnml-marks-changed-p): Typo.
10560         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10561         (nnml-marks-changed-p): Use gnus-gethash.
10562         (nnml-marks-modtime): Use gnus-make-hashtable.
10563
10564         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10565         (nnfolder-request-expire-articles, nnfolder-save-marks)
10566         (nnfolder-open-marks): Typo.
10567         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10568         (nnfolder-marks-changed-p): Use gnus-gethash.
10569         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10570
10571 2001-09-08  Simon Josefsson  <jas@extundo.com>
10572
10573         * nnfolder.el (nnfolder-marks-modtime): New variable.
10574         (nnfolder-marks-changed-p): New function.
10575         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10576         (nnfolder-request-update-info): Don't update if marks didn't change.
10577
10578         * nnml.el (nnml-marks-modtime): New variable.
10579         (nnml-marks-changed-p): New function.
10580         (nnml-save-marks, nnml-open-marks): Save modtime.
10581         (nnml-request-update-info): Don't update if marks didn't change.
10582
10583         * gnus-agent.el (gnus-agent-any-covered-gcc)
10584         (gnus-agent-add-server, gnus-agent-remove-server): Use
10585         gnus-agent-method-p.
10586
10587         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10588         (gnus-unbuttonized-mime-type-p): Use it.
10589
10590         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10591         fetch group.
10592
10593 2001-09-08  Simon Josefsson  <jas@extundo.com>
10594         From Daniel Pittman <daniel@rimspace.net>
10595
10596         * gnus-spec.el (gnus-correct-pad-form): New function.
10597         (gnus-parse-simple-format): Use it.
10598
10599 2001-09-07  Simon Josefsson  <jas@extundo.com>
10600
10601         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10602         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10603         Putnam <reader@newsguy.com>.
10604         (gnus-group-sort-selected-groups): Touch dribble file.
10605
10606 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10607
10608         * nnml.el (nnml-filenames-are-evil): New variable.
10609         (nnml-article-to-file-alist): Rename to ...
10610         (nnml-current-group-article-to-file-alist): ... this.
10611         Respect `nnml-filenames-are-evil'.
10612         (nnml-active-number): Update.
10613         (nnml-update-file-alist): Update.
10614         (nnml-request-article): Use nnheader-article-to-file-alist.
10615         (nnml-request-rename-group): Likewise.
10616
10617 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-sum.el (gnus-summary-insert-line): Fix.
10620
10621 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10622
10623         * gnus-sum.el: Bind g-s-t-s to "W g".
10624         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10625         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10626         display of graphical smilies.
10627
10628 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * gnus-start.el (gnus-setup-news): A typo.
10631         From Bill White <billw@wolfram.com>.
10632
10633 2001-09-06  Simon Josefsson  <jas@extundo.com>
10634
10635         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10636         and unseen marks.
10637
10638 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10639
10640         * nnmail.el (nnmail-split-fancy): Document `junk'.
10641
10642 2001-09-04  Simon Josefsson  <jas@extundo.com>
10643
10644         * imap.el (imap-search): Don't error if server is broken.
10645
10646 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10647
10648         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10649         searching for an article that isn't in the mbox.
10650
10651 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10654         right, and get all the comments.
10655
10656 2001-09-02  Simon Josefsson  <jas@extundo.com>
10657         Suggested by Dan Christensen <jdc+news@uwo.ca>
10658
10659         * nnfolder.el (nnfolder-request-update-info): Fix message.
10660
10661         * nnml.el (nnml-request-update-info): Ditto.
10662
10663 2001-09-01  Simon Josefsson  <jas@extundo.com>
10664
10665         * nnml.el (nnml-request-expire-articles): Also bind
10666         `nnml-current-group' and `nnml-article-file-alist' when using
10667         expiry-target. (Otherwise nnml will be in a inconsistent internal
10668         state causing all kind of problems.)
10669         (nnml-request-expire-articles): If `nnml-article-to-file' or
10670         `file-attributes' failes, return article as un-expirable instead
10671         of treating it as expired.
10672
10673 2001-08-31  Sam Steingold  <sds@gnu.org>
10674
10675         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10676         typo: `exmine' --> `examine'.
10677
10678 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10681
10682 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10683
10684         * nnml.el (nnml-check-directory-twice): Remove.
10685         (nnml-retrieve-headers): Ditto.
10686         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10687
10688 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10689
10690         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10691         directory twice on Windows, or on GNU Emacs-21.
10692
10693 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10694
10695         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10696         (nnml-request-rename-group): Ditto.
10697         (nnml-active-number): Ditto.
10698         (nnml-request-create-group): Use nnml-directory-articles.
10699         (nnml-request-expire-articles): Use nnml-directory-articles, which
10700         gets list from nov database if available.
10701         (nnml-get-nov-buffer): New function.
10702         (nnml-open-nov): Use it.
10703         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10704         gets alist from nov database if available.
10705         (nnml-directory-articles): New function.
10706         (nnml-article-to-file-alist): New function.
10707
10708 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10709
10710         * mm-decode.el (mm-display-external): Use `name' as filename, if
10711         `filename' attribute is not present.
10712
10713 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10714
10715         * mail-source.el (mail-source-flash): New defcustom.
10716         (mail-source-new-mail-p): Ring visible bell if appropriate.
10717         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10718         timer is cleared even if mail check signals an error.
10719
10720 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10723         type 'list.
10724
10725 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * flow-fill.el (fill-flowed): eol might be point-max.
10728
10729 2001-08-27  Simon Josefsson  <jas@extundo.com>
10730
10731         * nnml.el (nnml-request-update-info): Fix message.
10732         (nnml-open-marks): Ditto.
10733
10734         * nnfolder.el (nnfolder-request-update-info):
10735         (nnfolder-open-marks): Fix message.
10736
10737 2001-08-25  Simon Josefsson  <jas@extundo.com>
10738
10739         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10740         after group in ~/.
10741
10742 2001-08-25  Simon Josefsson  <jas@extundo.com>
10743         From Andreas Jaeger  <aj@suse.de>
10744
10745         * nnfolder.el (nnfolder-open-marks): Fix typo.
10746         * nnml.el (nnml-open-marks): Likewise.
10747
10748 2001-08-25  Simon Josefsson  <jas@extundo.com>
10749
10750         Make nnfolder groups self-contained as far as marks are concerned.
10751
10752         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10753         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10754         (nnfolder-open-server): Make marks directory.
10755         (nnfolder-request-delete-group): Delete marks file.
10756         (nnfolder-request-delete-group): Check of nov/marks file exist
10757         before deleting.
10758         (nnfolder-request-rename-group): Rename marks file.
10759         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10760         (nnfolder-request-set-mark, nnfolder-request-update-info)
10761         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10762         (nnfolder-open-marks): New functions.
10763         (top-level): Require gnus.
10764
10765 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * nnweb.el (nnweb-type-definition): Use google raw file.
10768         (nnweb-google-parse-1): Ditto.
10769         (nnweb-google-identity): Ditto.
10770         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10771         (nnweb-altavista-wash-article): Ditto.
10772         (nnweb-request-article): Remove nnweb-decode-entities.
10773
10774         * nnml.el: Require 'gnus.
10775
10776 2001-08-25  Simon Josefsson  <jas@extundo.com>
10777
10778         * nnml.el (nnml-marks-is-evil): Add doc.
10779
10780 2001-08-25  Simon Josefsson  <jas@extundo.com>
10781
10782         * nnml.el (nnml-save-marks): Wrap saving marks in a
10783         condition-case, to allow user to start Gnus if saving marks failed
10784         for some reason.
10785
10786 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10789
10790         * gnus-group.el (gnus-update-group-mark-positions): Bind
10791         gnus-group-update-hook to nil.
10792
10793 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * mml.el (mml-generate-mime-1): Force as multibyte string.
10796
10797 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10798
10799         * gnus-sum.el (gnus-summary-insert-line)
10800         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10801         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10802
10803         * gnus-spec.el (gnus-correct-substring): Take optional END.
10804
10805         * nnrss.el (nnrss-request-article): Remove \n.
10806         (nnrss-retrieve-headers): Lines number is -1.
10807
10808 2001-08-24  Simon Josefsson  <jas@extundo.com>
10809
10810         * gnus-group.el (gnus-info-clear-data): Call
10811         nnfoo-request-set-mark to propagate marks.  Fix bug:
10812         `gnus-group-update-line' doesn't update read range unless we call
10813         `gnus-get-unread-articles-in-group' first.
10814
10815         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10816         to server.
10817
10818 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * gnus-util.el (gnus-create-info-command): Return an interactive
10821         function.
10822
10823 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824         From Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10827
10828 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * gnus-sum.el (gnus-select-newsgroup): Use it.
10831
10832         * gnus-util.el (gnus-not-ignore): New function.
10833
10834         * lpath.el (featurep): Don't fbind char-int.
10835
10836         * gnus-util.el (gnus-create-info-command): New function.
10837
10838         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10839         right node.
10840
10841         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10842         (gnus-summary-limit-children): Use 'identity instead of `all'.
10843         (gnus-summary-limit-to-display-predicate): New command and
10844         keystroke.
10845
10846 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10847
10848         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10849
10850         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10851
10852 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10853
10854         * gnus-spec.el: Add the Gnus version.
10855         (gnus-update-format-specifications): If the Gnus version changes,
10856         nix out the format spec cache.
10857
10858         * gnus.el (gnus-continuum-version): Made into a command and
10859         optionalize the VERSION.
10860
10861         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10862         the start of the lines.
10863
10864 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * gnus.el (gnus-visual-p): Define function before use of
10867         function.
10868
10869 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10872         (gnus-article-mark-to-type): New function.
10873         (gnus-update-missing-marks): Only update marks of type 'list.
10874
10875         * gnus.el (gnus-article-special-mark-lists): New variable.
10876
10877 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10880         (gnus-select-newsgroup): Still use 'all.
10881         (gnus-summary-initial-limit): Comparing with 'all.
10882
10883 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10886         active.
10887
10888 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10891         nnslashdot-*-retrieve-headers.
10892         (nnslashdot-request-article): Fix for slashcode 2.2.
10893         (nnslashdot-make-tuple): New function.
10894         (nnslashdot-read-groups): Use it.
10895
10896 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10899         list.
10900
10901         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10902
10903 2001-08-20  Simon Josefsson  <jas@extundo.com>
10904
10905         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10906         opened, error instead of continuing (and exploding later).
10907
10908 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * gnus.el (gnus-expand-group-parameters): Return the parameter
10911         list.
10912
10913         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10914         (gnus-summary-show-article): Guess at charset if required.
10915
10916         * gnus-spec.el (gnus-correct-substring): Stopped one character
10917         before we wanted.
10918
10919 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10920
10921         * earcon.el (earcon-auto-play): Remove unused option.
10922
10923 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10926         message down in levels, since it happens very fast.
10927
10928         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10929         of smiley-regexp-alist.
10930
10931         * mm-view.el (mm-inline-text): Ignore vcard errors.
10932
10933         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10934
10935         * gnus-score.el (gnus-all-score-files): Use append instead of
10936         nconc.
10937
10938         * gnus.el (gnus-splash-face): Doc fix.
10939
10940         * mm-decode.el (mm-mailcap-command): Use
10941         mm-path-name-rewrite-functions.
10942         (mm-path-name-rewrite-functions): New variable.
10943
10944         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10945         (gnus-complex-form-to-spec): Insert tab.
10946         (gnus-spec-tab): New function.
10947
10948         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10949         entering the group.
10950
10951         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10952         the positional spec.
10953         (gnus-parse-complex-format): React to %C.
10954
10955         * gnus-ems.el (gnus-char-width): Moved here.
10956
10957         * gnus-sum.el (gnus-select-newsgroup): Set
10958         gnus-newsgroup-articles.
10959         (gnus-unseen-mark): New variable.
10960         (gnus-newsgroup-unseen): Ditto.
10961         (gnus-newsgroup-seen): Ditto.
10962         (gnus-adjust-marked-articles): Use them.
10963         (gnus-update-marks): Use them.
10964         (gnus-summary-update-secondary-mark): Display.
10965         (gnus-summary-prepare-threads): Display.
10966
10967         * gnus-msg.el (gnus-inews-group-method): Use and return the
10968         method, not the server.
10969
10970 2001-08-19  Simon Josefsson  <jas@extundo.com>
10971
10972         * gnus-srvr.el (gnus-server-agent-face): New.
10973         (gnus-server-agent-face): New.
10974         (gnus-server-mode): Turn on font-lock-mode.
10975
10976         * gnus.el (gnus-server-visual): Add defgroup.
10977
10978 2001-08-19  Simon Josefsson  <jas@extundo.com>
10979         From Joe Casadonte <jcasadonte@northbound-train.com>
10980
10981         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10982         gnus-server-denied-face): New.
10983         (gnus-server-opened-face, gnus-server-closed-face,
10984         gnus-server-denied-face): New.
10985         (gnus-server-font-lock-keywords): Add.
10986
10987 2001-08-19  Simon Josefsson  <jas@extundo.com>
10988
10989         * nnml.el (nnml-request-set-mark): Return nil.
10990         (nnml-save-marks): Use nnml-possibly-create-directory.
10991         (nnml-open-marks): Only work in temp buffer when inserting/reading
10992         .marks file.
10993
10994 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * gnus.el (gnus-expand-group-parameters): Fix.
10997
10998         * gnus-spec.el (gnus-char-width): New function.
10999         (gnus-correct-substring, gnus-correct-length): Use it.
11000
11001         * message.el (message-required-mail-headers): Fix doc.
11002
11003 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11006
11007         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11008
11009 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11012         slashdot 2.2 (not fully fixed yet).
11013         (nnslashdot-request-article): Ditto.
11014
11015 2001-08-18  Simon Josefsson  <jas@extundo.com>
11016
11017         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11018         nnimap.
11019
11020         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11021         gnus-util.
11022         (nnimap-request-update-info-internal): Use new functions.
11023
11024         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11025         new functions.
11026
11027 2001-08-18  Simon Josefsson  <jas@extundo.com>
11028
11029         Make nnml groups self-contained as far as marks are concerned.
11030
11031         * nnml.el (nnml-request-delete-group): Delete marks file.
11032         (nnml-request-rename-group): Move marks file.
11033         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11034         variables.
11035         (nnml-request-set-mark, nnml-request-update-info): New server
11036         functions.
11037         (nnml-save-marks, nnml-open-marks): New functions.
11038
11039 2001-08-18  Simon Josefsson  <jas@extundo.com>
11040
11041         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11042         `set' when setting marks.
11043
11044 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * gnus.el (gnus-info-find-node): Take an argument.
11047
11048         * gnus-art.el (gnus-button-handle-info): New function.
11049         (gnus-url-unhex-string): Replace "+" with " ".
11050
11051 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * message.el (message-check-news-header-syntax): Check bad From.
11054
11055 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * gnus-spec.el (gnus-correct-length): New function.
11058         (gnus-correct-substring): New function.
11059         (gnus-tilde-max-form): Use it.
11060
11061 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11062
11063         * nnmh.el: Docstring changes as below.
11064
11065         * nnml.el: Docstring changes as below.
11066
11067         * nnbabyl.el: Docstring changes as below.
11068
11069         * nnmbox.el: Docstring changes as below.
11070
11071         * nnfolder.el: Added docstrings identifying each virtual server
11072         parameter.
11073
11074 2001-08-18  Simon Josefsson  <jas@extundo.com>
11075
11076         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11077
11078 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11079
11080         * message.el: rename "Abort Message" to "Postpone Message".
11081         Remove "Attach file as MIME" from Message menu, it's already in
11082         the MIME menu.
11083
11084 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * smime.el (smime-point-at-eol): eval-and-compile.
11087         (smime-make-temp-file): New function.
11088         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11089         Use it.
11090
11091 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11094         (gnus-agent-summary-fetch-group): New command and keystroke.
11095
11096         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11097         (gnus-mime-display-security): Make it respect
11098         gnus-unbuttonized-mime-type-p.
11099
11100         * gnus-sum.el (gnus-articles-to-read): Comments.
11101         (gnus-article-marked-p): New function.
11102         (gnus-summary-display-make-predicate): New function.
11103         (gnus-select-newsgroup): Use them.
11104
11105         * mm-decode.el (mm-save-part-to-file): Made it not error.
11106
11107 2001-08-17  Simon Josefsson  <jas@extundo.com>
11108
11109         * imap.el (imap-wait-for-tag): If process-status isn't open or
11110         run, return nil instead of sit-for looping.
11111
11112 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113
11114         * lpath.el (featurep): fbind xml-parse-region.
11115
11116         * gnus.el (gnus-message-archive-method): Default to "archive".
11117         (gnus-message-archive-method): Doc fix.
11118         (gnus-parameters-get-parameter): Cleaned up.
11119         (gnus-expand-group-parameter): New function.
11120
11121         * gnus-start.el (gnus-setup-news): Push the archive server only
11122         the server list.
11123
11124         * mml.el (mml-menu): Changed name to "Attachments".
11125
11126         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11127         when there is something to detroy.
11128
11129 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11132         nil.
11133
11134 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11135
11136         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11137         which specifies a time today or tomorrow.
11138
11139 2001-08-15  Simon Josefsson  <jas@extundo.com>
11140         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11141
11142         * gnus-agent.el (gnus-agent-make-mode-line-string)
11143         (gnus-agent-toggle-plugged): Use new API.
11144
11145 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11146
11147         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11148         deadline has expired.
11149
11150 2001-08-12  Simon Josefsson  <jas@extundo.com>
11151         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11152
11153         Support `recent' mark indicating newly arrived messages (to
11154         separate from old but unread messages).
11155
11156         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11157         `nnmail-split-history' if recent is > 0.
11158         (nnimap-request-update-info-internal): Update `recent' marks.
11159         (nnimap-request-set-mark): Never set `recent' marks.
11160         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11161         recent.
11162
11163         * gnus-sum.el (gnus-recent-mark): New mark.
11164         (gnus-newsgroup-recent): New variable.
11165         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11166         (gnus-summary-prepare-threads): Mark recent articles.
11167         (gnus-summary-add-mark): Support recent.
11168         (gnus-summary-update-secondary-mark): Support recent.
11169
11170         * gnus.el (gnus-article-mark-lists): Add recent.
11171
11172 2001-08-12  Simon Josefsson  <jas@extundo.com>
11173
11174         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11175         whether successful decoding took place.  Add doc.
11176
11177 2001-08-12  Simon Josefsson  <jas@extundo.com>
11178         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11179
11180         * gnus.el (gnus-summary-line-format, gnus-parameters):
11181         * gnus-gl.el (gnus-summary-grouplens-line-format):
11182         * gnus-salt.el (gnus-summary-pick-line-format):
11183         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11184
11185 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11186         Committed by Kai Gro\e,b_\e(Bjohann.
11187
11188         * gnus-score.el (gnus-score-string): Fix `match' regexp
11189         for `extra' header case.
11190
11191 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * nnmbox.el (nnmbox-read-mbox): No warning.
11194
11195 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * nndoc.el (nndoc-article-type): Fix doc.
11198         (nndoc-generate-article-function): New variable.
11199         (nndoc-dissection-function): New variable.
11200         (nndoc-type-alist): Add oe-dbx.
11201         (nndoc-oe-dbx-type-p): New function.
11202         (nndoc-oe-dbx-dissection): New function.
11203         (nndoc-oe-dbx-generate-article): New function.
11204
11205 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11206
11207         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11208         whether deadline has been reached.  Patch from Dan Nicolaescu
11209         <dann@godzilla.ics.uci.edu>.
11210
11211 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11214         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11215         <rintaman@cs.Helsinki.FI>.
11216
11217         * mail-source.el (mail-source-movemail): The error buffer is
11218         modified, but nothing in it.
11219
11220 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * message.el (message-bogus-system-names): New variable.
11223         (message-make-fqdn): Use it.
11224
11225 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * nndraft.el (nndraft-request-group): Use
11228         nndraft-auto-save-file-name.
11229
11230 2001-08-09  Simon Josefsson  <jas@extundo.com>
11231
11232         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11233         Don't ask whether to decrypt.  Just leave result in buffer (don't
11234         call mm).
11235
11236         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11237         parts as well.
11238         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11239         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11240
11241 2001-08-09  Simon Josefsson  <jas@extundo.com>
11242
11243         * mm-decode.el (mm-insert-part): Return decoding success status.
11244         (mm-save-part-to-file): Error if decoding failed.
11245
11246 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * message.el (message-tab): Use indent-relative.
11249         (message-mode): Don't bind indent-line-function to indent-relative.
11250
11251 2001-08-09  Simon Josefsson  <jas@extundo.com>
11252
11253         * message.el (message-get-reply-headers): Fix string. Suggested by
11254         Christoph Conrad <cc@cli.de>.
11255
11256 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * message.el (message-tab): Use the current value of
11259         indent-line-function.
11260         (message-mode): Bind indent-line-function to indent-relative.
11261
11262 2001-08-08  Simon Josefsson  <jas@extundo.com>
11263
11264         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11265         whether `imtest' is installed.
11266
11267 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11268         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11269
11270         * gnus-sum.el (gnus-summary-show-article): Call
11271         gnus-summary-update-secondary-secondary-mark.
11272         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11273         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11274
11275 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11276
11277         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11278
11279         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11280
11281         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11282         <gerd@gnu.org>.
11283
11284         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11285
11286         * gnus-util.el (gnus-output-to-rmail): Ditto.
11287         (gnus-output-to-mail): Ditto.
11288
11289         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11290
11291 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11292
11293         * message.el (message-indent-citation): Use
11294         `message-yank-cited-prefix' for empty lines.
11295
11296 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11297
11298         * message.el (message-indent-citation): Quote only lines starting
11299         with ">" using `message-yank-cited-prefix'.
11300
11301 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11302         Trivial patch.
11303
11304         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11305         gnus-cache-fully-p.
11306
11307 2001-08-04  Simon Josefsson  <jas@extundo.com>
11308
11309         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11310         file if it doesn't exist (by calling gnus-cache-read-active).
11311
11312 2001-08-04  Simon Josefsson  <jas@extundo.com>
11313
11314         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11315         (gnus-cache-passively-or-fully-p): Removed.
11316         (gnus-cache-fully-p): Fix it.
11317
11318         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11319
11320 2001-08-04  Simon Josefsson  <jas@extundo.com>
11321
11322         * gnus-cache.el (gnus-cache-fully-p)
11323         (gnus-cache-passively-or-fully-p): New functions.
11324         (gnus-cache-possibly-enter-article): Cosmetic change, use
11325         `g-c-p-o-f-p'.
11326         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11327         was bogus (`g-c-p-a-a' does not change active info, just change
11328         the functions parameters).
11329         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11330         not removed in groups that match `gnus-uncacheable-groups'.
11331
11332         Reported and modifications based on discussions with Nuutti
11333         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11334
11335 2001-08-04  Simon Josefsson  <jas@extundo.com>
11336         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11337
11338         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11339         calls `gnus-cache-update-active' if bounds has been extended.
11340
11341 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11344         before remove.
11345         (gnus-mime-security-show-details): Ditto.
11346
11347 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11348
11349         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11350         syntax.  Protect string-match against nil string and regexp.
11351
11352 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * mm-util.el (mm-find-charset-region): Remove control-1.
11355
11356 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11359
11360 2001-08-04  Simon Josefsson  <jas@extundo.com>
11361
11362         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11363         buffer.  Delete MIME-Version header.
11364
11365 2001-08-03  Simon Josefsson  <jas@extundo.com>
11366
11367         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11368         that is entered does not necessarily have the highest article
11369         number in the group, so use `gnus-cache-possibly-alter-active'
11370         instead of `gnus-cache-update-active'.
11371
11372 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11373
11374         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11375
11376 2001-08-03  Simon Josefsson  <jas@extundo.com>
11377
11378         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11379         menu.
11380
11381 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus.el (post-method): New group parameter.  It also provides
11384         the user option `gnus-post-method-alist' and the internal function
11385         `gnus-parameter-post-method'.
11386
11387         * gnus-msg.el (gnus-post-method): Bind the value of
11388         `gnus-post-method' to the group parameter if it is defined.
11389
11390 2001-08-02  Simon Josefsson  <jas@extundo.com>
11391
11392         * smime.el (smime-extra-arguments): Removed.
11393         (smime-call-openssl-region): Don't use it.
11394
11395 2001-08-02  Simon Josefsson  <jas@extundo.com>
11396
11397         * smime.el (smime-sign-region): Handle stderr.
11398         (smime-encrypt-region): Ditto.
11399
11400         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11401         match the ASN.1 length bytes.
11402         (mm-pkcs7-enveloped-magic): Ditto.
11403         (mm-view-pkcs7-get-type): Don't regexp quote.
11404
11405 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11406         From Andreas Fuchs <asf@void.at>
11407
11408         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11409
11410 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411
11412         * gnus-art.el (gnus-header-button-alist): References regexp.
11413
11414 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11415
11416         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11417         already fboundp.  Add INTERACTIVE arg to autoload form.
11418
11419 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11420
11421         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11422
11423         * nnmail.el (nnmail-cache-open): Ditto.
11424
11425 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11426
11427         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11428
11429 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11432
11433 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11435
11436         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11437         (gnus-agent-toggle-plugged): Use it.
11438
11439 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11442         (gnus-ding-file-coding-system): New variable.
11443         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11444         (gnus-slave-save-newsrc): Use it.
11445
11446 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11447
11448         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11449         syntax.
11450
11451 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452         Originally from Andreas Fuchs <asf@void.at>
11453
11454         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11455         (mml2015-gpg-pretty-print-fpr): New function.
11456         (mml2015-gpg-extract-signature-details): More details, rename from
11457         `m-g-e-from'.
11458         (mml2015-gpg-verify): Use them.
11459         (mml2015-gpg-clear-verify): Use them.
11460
11461 2001-07-31  Simon Josefsson  <jas@extundo.com>
11462
11463         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11464         buffer when done.
11465
11466 2001-07-30  Simon Josefsson  <jas@extundo.com>
11467
11468         * smime.el (smime-call-openssl-region): Revert previous change,
11469         just pass on buf to `call-process-region'.
11470         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11471         `smime-new-details-buffer'.  Inserts error messages into buffer.
11472         (smime-noverify-region): Ditto.
11473         (smime-decrypt-region): Ditto.  Handles stderr separately.
11474         (smime-verify-buffer, smime-noverify-buffer)
11475         (smime-decrypt-buffer): Doc fix.
11476         (smime-new-details-buffer): New function.
11477         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11478         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11479         (smime-sign-region, smime-encrypt-region): Don't use
11480         `insert-buffer'.
11481
11482         * mml-smime.el (mml-smime-verify): Fix security button strings.
11483
11484 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11485
11486         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11487         gnus-article-mime-handles.
11488
11489 2001-07-29  Simon Josefsson  <jas@extundo.com>
11490
11491         * mail-source.el (top-level): Require message for message-directory.
11492         (mail-source-directory): Change default to message-directory.
11493
11494         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11495         (smime-certificate-directory, smime-openssl-program)
11496         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11497         (smime-extra-arguments): New variable.
11498         (smime-dns-server): Fix customize group.
11499         (smime-call-openssl-region): Use `smime-extra-arguments'.
11500
11501 2001-07-29  Simon Josefsson  <jas@extundo.com>
11502         From Vladimir Volovich <vvv@vsu.ru>
11503
11504         * smime.el (smime-call-openssl-region): Ignore stderr.
11505
11506 2001-07-29  Simon Josefsson  <jas@extundo.com>
11507         From Christoph Conrad <christoph.conrad@gmx.de>
11508
11509         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11510         file.
11511
11512 2001-07-29  Simon Josefsson  <jas@extundo.com>
11513
11514         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11515
11516         Support S/MIME decryption.
11517
11518         * mm-decode.el (mm-inline-media-tests):
11519         (mm-inlined-types):
11520         (mm-automatic-display):
11521         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11522
11523         * mm-view.el (mm-pkcs7-signed-magic):
11524         (mm-pkcs7-enveloped-magic): New variables.
11525         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11526         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11527         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11528         PKCS#7 blobs.
11529
11530         * smime.el (smime-decrypt-region): Expand keyfile.
11531
11532 2001-07-29  Simon Josefsson  <jas@extundo.com>
11533
11534         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11535         `ssl.el' variables.
11536
11537         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11538         but line instead of narrowing to it, because `nnmail-parse-active'
11539         calls widen.  Thanks to Christoph Conrad
11540         <christoph.conrad@gmx.de>.
11541
11542 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11543
11544         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11545         for %B spec.
11546
11547         * gnus-sum.el (gnus-summary-prepare-threads): If
11548         gnus-sum-thread-tree-root is nil, use subject instead.
11549         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11550         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11551         (gnus-sum-thread-tree-leaf-with-other)
11552         (gnus-sum-thread-tree-single-leaf): Documentation.
11553         (gnus-sum-thread-tree-single-indent): Allow nil.
11554
11555 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11556
11557         * message.el (message-fill-paragraph): Do nothing if the user
11558         wants filladapt-mode.
11559
11560 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * mm-decode.el (mm-image-type-from-buffer): New function.
11563         (mm-get-image): Use it.
11564
11565 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11568
11569         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11570         mm-display-parts too.
11571
11572 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * nnfolder.el (nnfolder-request-accept-article): Bind
11575         nntp-server-buffer.
11576
11577         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11578         nntp-server-buffer.
11579
11580 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * message.el (message-check-news-header-syntax): Use
11583         message-post-method.
11584         (message-send-news): Bind message-post-method.
11585
11586 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11587
11588         * mml.el (mml-tweak-type-alist): New variable.
11589         (mml-tweak-function-alist): New variable.
11590         (mml-tweak-part): New function.
11591         (mml-generate-mime-1): Use it.
11592
11593 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11594
11595         * nnfolder.el (nnfolder-request-accept-article): Replace
11596         nnfolder-request-list.
11597
11598 2001-07-27  Simon Josefsson  <jas@extundo.com>
11599
11600         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11601         nnoo-change-server failed to do it.
11602
11603 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * gnus.el (gnus-parameters): Make it customizable.
11606
11607 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11610
11611         * message.el (message-set-auto-save-file-name): More
11612         poor-system-types.
11613
11614         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11615
11616         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11617         supports +.
11618
11619 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * mm-decode.el (mm-readable-p): New function.
11622         (mm-inline-media-tests): Fix the default testers.
11623
11624 2001-07-26  Simon Josefsson  <jas@extundo.com>
11625
11626         * nnimap.el (nnimap-version): Bump version number.
11627
11628 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11629         From Steven E. Harris <seh@speakeasy.org>
11630
11631         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11632         in M$Windows too.
11633
11634 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11635
11636         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11637
11638 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11641
11642         * mm-decode.el (mm-get-image): Guess then use the type.
11643
11644         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11645
11646 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11647
11648         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11649         display (%B) for threads if threading is off.
11650
11651 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11652         From Henrik Enberg <henrik@enberg.org>
11653
11654         * gnus-msg.el: Customization patch.
11655
11656 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11657
11658         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11659         variable.
11660         (nnmail-split-fancy-with-parent): Ignore certain groups.
11661
11662 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * gnus-util.el (gnus-byte-compile): New function.
11665         (gnus-use-byte-compile): New variable.
11666         (gnus-make-sort-function): Use it.
11667
11668         * nnmail.el (nnmail-get-new-mail): Use it.
11669
11670         * gnus-agent.el (gnus-category-make-function): Simple function or
11671         compiled function.
11672         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11673
11674         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11675         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11676         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11677
11678         * message.el (message-check-news-header-syntax): Remove quote.
11679
11680 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11681
11682         * message.el (message-use-mail-followup-to): `t' is not a
11683         documented value.
11684
11685 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11688
11689 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11692         there are long lines.
11693
11694 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * dgnushack.el (copy-list): New compiler macro.
11697
11698 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11699
11700         * message.el (message-bounce): If no Return-Path, the whole
11701         content is considered as the original message.
11702
11703         * nnml.el (nnml-check-directory-twice): New variable.
11704         (nnml-article-to-file): Use it.
11705         (nnml-retrieve-headers): Hack it.
11706
11707 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * gnus-win.el (gnus-buffer-configuration): New configure.
11710
11711         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11712         not alive.
11713
11714         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11715         (mm-display-external): Use display-term configure.
11716
11717 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11718
11719         * gnus-delay.el (gnus-delay-default-hour): New variable.
11720         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11721
11722 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11723         From Karl Kleinpaste <karl@charcoal.com>
11724
11725         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11726         (gnus-summary-prepare-threads): Ditto.
11727
11728         * gnus.el (gnus-summary-line-format): Add %B.
11729
11730 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11731
11732         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11733
11734         * mm-util.el (mm-string-as-multibyte): New function.
11735
11736         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11737
11738 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * mm-util.el (mm-universal-coding-system): New variable.
11741
11742         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11743
11744         * score-mode.el (score-mode-coding-system): Use it.
11745
11746 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-start.el (gnus-setup-news): Call
11749         `gnus-check-bogus-newsgroups' just after the native server is
11750         opened.
11751
11752 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11753
11754         * nnmail.el (nnmail-do-request-post): Util function to be used by
11755         `nnchoke-request-post' for all nnmail-derived backends.
11756
11757         * nnml.el (nnml-request-post): Use it.
11758
11759         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11760         backend, for it groks nnml-request-post.
11761
11762         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11763         Treat `mail-post' backends like `mail' backends, not like `news'
11764         backends.
11765
11766 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11767
11768         * gnus-msg.el (gnus-setup-message): make-local-hook.
11769
11770 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11771
11772         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11773         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11774         <karl@charcoal.com>, slightly changed by Kai.
11775
11776         * message.el (message-check-news-header-syntax): When checking
11777         whether the groups exist, check the right server based on
11778         `gnus-post-method'.
11779
11780 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11781
11782         * gnus-delay.el: New file.
11783
11784 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * mm-util.el (mm-read-coding-system): Take two arguments.
11787
11788         * gnus-sum.el (gnus-summary-show-article): Use
11789         mm-read-coding-system.
11790
11791         * gnus-art.el (article-de-quoted-unreadable):
11792         (article-de-base64-unreadable, article-wash-html):
11793         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11794
11795 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11796
11797         * nnml.el (nnml-request-post): New function.  Can be used for
11798         annotations in nnml groups.
11799
11800 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11803         command.
11804
11805         * gnus-start.el (gnus-find-new-newsgroups): Use
11806         `message-make-date' instead of `current-time-string'.
11807         (gnus-ask-server-for-new-groups): Ditto.
11808         (gnus-check-first-time-used): Ditto.
11809
11810 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811
11812         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11813
11814 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11815
11816         * message.el (message-shorten-references): Change `maxcount' and
11817         `cut' to obey USEFOR draft 5.
11818
11819 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11820
11821         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11822         (gnus-summary-set-article-display-arrow): New function.
11823         (gnus-summary-goto-subject): Use it.
11824
11825 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11826
11827         * gnus-sum.el (gnus-summary-import-article): Insert date if
11828         doesn't exist.
11829
11830 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * mml.el (mml-content-type-parameters): New variable.
11833         (mml-content-disposition-parameters): New variable.
11834         (mml-insert-mime-headers): Use them.
11835         (mml-parse-1): Accept charset.
11836
11837 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11838
11839         * gnus-group.el (gnus-group-select-group): Doc fix.
11840
11841         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11842
11843 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11846         to handle `define-derived-mode'.
11847
11848 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849         From:  Stefan Monnier  <monnier@cs.yale.edu>
11850
11851         * message.el (message-mode): Use define-derived-mode.
11852         (message-tab): message-completion-alist.
11853
11854         * imap.el (imap-interactive-login): Use make-local-variable.
11855         (imap-open): Ditto.
11856         (imap-authenticate): Ditto.
11857
11858         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11859
11860         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11861
11862 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11863
11864         * message.el (message-citation-line-function): Refer to
11865         gnus-cite-attribution-suffix.
11866
11867 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11868
11869         * gnus-art.el,...: Error convention changes.
11870
11871 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11872
11873         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11874
11875 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11876
11877         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11878         (nnrss-read-server-data): Ditto.
11879
11880 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11883         * Cleanup files.
11884         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11885
11886 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * gnus.el (gnus-summary-line-format): Add %o.
11889
11890         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11891         unless shell outputs something.
11892
11893 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * gnus-art.el (gnus-boring-article-headers): Better doc.
11896         (article-hide-headers): Better regexp.
11897         Suggested by Matt Swift <swift@alum.mit.edu>.
11898
11899         * nnheader.el (nnheader-max-head-length): Better doc.
11900         (nnheader-header-value): Skip spaces.
11901         (nnheader-parse-head): Remove space.
11902         Suggested by Matt Swift <swift@alum.mit.edu>.
11903
11904         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11905         (gnus-get-newsgroup-headers): Remove space.
11906
11907 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11910         (gnus-summary-reply): Use it.
11911         (gnus-summary-reply-broken-reply-to): New function.
11912         (gnus-msg-force-broken-reply-to): New function.
11913
11914         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11915
11916 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11919
11920 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * mm-decode.el (mm-external-terminal-program): New variable.
11923         (mm-display-external): Use it. Use term to display when no
11924         window-system.
11925
11926 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11927
11928         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11929         Browse->Next entries to Browse->Prev
11930
11931 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11932
11933         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11934
11935 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11938         for the default encoding.
11939
11940         * nnrss.el (nnrss-url-field): New field.
11941         (nnrss-request-article): Add newsgroups.
11942
11943         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11944
11945 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11948
11949         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11950         (gnus-draft-setup): Remove backlog.
11951
11952 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11953
11954         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11955         Cleanup.
11956
11957 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * gnus-msg.el (gnus-bug): Erase buffer.
11960
11961         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11962
11963 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * mm-decode.el (mm-attachment-override-p): Fix typo.
11966
11967 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-kill.el (gnus-execute): Work with the extra headers.
11970         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11971
11972 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11973
11974         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11975         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11976
11977         * message.el (message-send-mail-real-function): New variable.
11978         (message-send-mail-partially, message-send-mail):
11979
11980         * nngateway.el (nngateway-request-post): Use it.
11981
11982         * gnus-agent.el (gnus-agentize): Use it.
11983
11984         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11985         (nnsoup-revert-variables): Use it.
11986
11987 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11988
11989         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11990         text/plain if the type doesn't match any other media types.
11991         (mm-inlined-types): Doc fix.
11992         (mm-display-inline): Revert previous change (now handled by a
11993         default type in `mm-inline-media-tests'.
11994         (mm-inlinable-p): Revive.
11995         (mm-display-part): Call `mm-inlinable-p'.
11996         (mm-attachment-override-p): Ditto.
11997         (mm-inlined-p): Doc fix.
11998
11999         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12000         well as `mm-inlined-p'.
12001
12002 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12005         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12006
12007 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008         From  Paul Jarc <prj@po.cwru.edu>
12009
12010         * message.el (message-use-mail-followup-to): New variable.
12011         (message-get-reply-headers): Use it.
12012
12013 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12014
12015         * nnheader.el (nnheader-init-server-buffer): Make sure the
12016         *nntpd* buffer is made multibyte instead of a random buffer.
12017
12018 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12019
12020         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12021         when it returns headers.
12022
12023 2001-07-07  Simon Josefsson  <jas@extundo.com>
12024
12025         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12026         trying to fold. Thanks to Colin Walters
12027         <walters@cis.ohio-state.edu>
12028
12029 2001-07-06  Simon Josefsson  <jas@extundo.com>
12030
12031         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12032         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12033         Add information in `assert's.
12034
12035         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12036         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12037         and `nnimap-group-overview-filename', should handle all
12038         change-of-uidvalidity related issues.  But there may be other
12039         problems.)
12040
12041 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12042
12043         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12044         header name when folding.
12045
12046 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12047
12048         * mm-decode.el (mm-inlined-types): Document relationship with
12049         `mm-inline-media-tests'.
12050         (mm-display-inline): Default to displaying as plain text if no
12051         inlining handler is available.
12052         (mm-inlinable-p): Remove.
12053         (mm-inlined-p): Don't call `mm-inlinable-p'.
12054         (mm-automatic-display-p): Ditto.
12055         (mm-attachment-override-p): Ditto.
12056
12057 2001-07-04  Simon Josefsson  <jas@extundo.com>
12058
12059         * nnimap.el (nnimap-importantize-dormant): New variable.
12060         (nnimap-request-update-info-internal): Use it.
12061         (nnimap-request-set-mark): Ditto.
12062
12063 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12064
12065         * nntp.el (nntp-send-command): don't pass a buffer argument to
12066         `point'. Only XEmacs accepts this.
12067         * nntp.el (nntp-send-command-nodelete): ditto.
12068         * nntp.el (nntp-send-command-and-decode): ditto.
12069
12070 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12071
12072         * nntp.el (nntp-open-connection-function): doc update.
12073         * nntp.el (nntp-pre-command): New.
12074         * nntp.el (nntp-via-rlogin-command): New.
12075         * nntp.el (nntp-via-telnet-command): New.
12076         * nntp.el (nntp-via-telnet-switches): New.
12077         * nntp.el (nntp-via-user-name): New.
12078         * nntp.el (nntp-via-user-password): New.
12079         * nntp.el (nntp-via-address): New.
12080         * nntp.el (nntp-via-envuser): New.
12081         * nntp.el (nntp-via-shell-prompt): New.
12082         * nntp.el (nntp-open-telnet-stream): New.
12083         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12084         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12085         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12086         * nntp.el (nntp-send-command): ditto.
12087         * nntp.el (nntp-send-command-nodelete): ditto.
12088         * nntp.el (nntp-send-command-and-decode): ditto.
12089
12090 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12091         Trivial patch.
12092
12093         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12094         `when'.
12095
12096 2001-07-03  Simon Josefsson  <jas@extundo.com>
12097         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12098
12099         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12100
12101 2001-07-03  Simon Josefsson  <jas@extundo.com>
12102
12103         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12104         remove it (workaround XEmacs `fill-region' bug).
12105
12106 2001-07-01  Simon Josefsson  <jas@extundo.com>
12107
12108         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12109
12110 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * mml2015.el (mml2015-format-error): New function.
12113         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12114         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12115         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12116
12117 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12120         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12121
12122         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12123         group variables.
12124
12125 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12126
12127         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12128
12129         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12130         (nnrss-save-group-data): Ditto.
12131
12132         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12133
12134 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * message.el (message-do-send-housekeeping): Narrow to headers.
12137
12138 2001-06-24  Simon Josefsson  <jas@extundo.com>
12139
12140         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12141         insertion when breaking lines looked for " \t" instead of "[ \t]".
12142         (rfc2047-encode-message-header): Fold lines even if
12143         no QP encoding is done.
12144
12145 2001-06-23  Simon Josefsson  <jas@extundo.com>
12146         From Samuel Tardieu <sam@inf.enst.fr>
12147
12148         * smime.el (smime-keys): Support additional certificates.
12149         (smime-make-certfiles): New function.
12150         (smime-sign-region): Use previous variables.
12151         (smime-get-certfiles): New function.
12152         (smime-sign-buffer): Use it.
12153         (smime-verify-region): Support both CAfile and CApath.
12154
12155 2001-06-23  Simon Josefsson  <jas@extundo.com>
12156
12157         * smime.el (smime-decrypt-region): Perhaps work.
12158
12159 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12160
12161         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12162
12163 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12164
12165         * mm-decode.el (mm-save-part): Rewrite file name.
12166         (mm-file-name-rewrite-functions): New variable.
12167         (mm-file-name-delete-whitespace): New function.
12168         (mm-file-name-trim-whitespace): New function.
12169         (mm-file-name-collapse-whitespace): New function.
12170         (mm-file-name-replace-whitespace): New variable and function.
12171
12172 2001-06-22  Simon Josefsson  <jas@extundo.com>
12173
12174         * message.el (message-make-date): Workaround locale for weekdays.
12175
12176 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * message.el (message-goto-body): Return nil if not found. (revert!)
12179
12180 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12181         From Fremlin <chief@bandits.org>
12182
12183         * message.el (message-goto-body): Some messages have no header.
12184
12185         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12186
12187 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12188
12189         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12190
12191 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * message.el (message-make-date): Add week day.
12194         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12195
12196 2001-06-19  Simon Josefsson  <jas@extundo.com>
12197
12198         * message.el (message-yank-prefix): Doc fix.
12199         (message-yank-cited-prefix): Ditto.
12200         (message-delete-not-region): Keep citation prefix on first line,
12201         if possible and appropriate.
12202
12203 2001-06-19  Simon Josefsson  <jas@extundo.com>
12204
12205         * imap.el (imap-process-connection-type): New variable.
12206         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12207         recent `imtest's work completely (no line length issues), while
12208         making making old `imtest's unusable.  Thanks to NAGY Andras
12209         <nagya@inf.elte.hu> for his work.
12210
12211 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12212
12213         * imap.el (imap-ssl-program): Add -quiet to shut up
12214         OpenSSL/SSLeay's internal debug talk.
12215
12216 2001-06-19  Matt Armstrong  <matt@lickey.com>
12217
12218         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12219         server.
12220
12221 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12222
12223         * nnmail.el (nnmail-article-buffer): New variable.
12224         (nnmail-split-incoming): Use it.
12225
12226 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12227
12228         * qp.el (quoted-printable-decode-region): If called interactively,
12229         use coding-system-for-read.
12230
12231 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232
12233         * message.el (message-check-news-header-syntax): Check Reply-To.
12234
12235 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * mml.el (mml-parse-1): Use message options.
12238
12239         * message.el (message-do-fcc): Don't do anything if there is no
12240         FCC.
12241
12242 2001-06-16  Simon Josefsson  <jas@extundo.com>
12243
12244         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12245         (nnimap-expunge-search-string): New variable.
12246         (nnimap-request-expire-articles): Use it.
12247
12248 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * message.el (message-send-mail-with-qmail): wrong exit status is
12251         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12252
12253 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * gnus-art.el (article-strip-multiple-blank-lines): Use
12256         delete-region instead of replace-match.
12257
12258 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12261         (nnweb-google-wash-article): Ditto.
12262
12263 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12264
12265         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12266
12267 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12270         specs.
12271
12272 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * gnus.el (gnus-email-address): Move it here.
12275
12276         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12277         requested.
12278         (article-de-base64-unreadable): Ditto.
12279         (article-wash-html): Ditto.
12280
12281 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282
12283         * message.el (message-options-set-recipient): Don't add ", "
12284         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12285
12286 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12287
12288         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12289
12290 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12291
12292         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12293         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12294
12295         * nnrss.el (nnrss-node-text): Node might be nil.
12296
12297 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12300         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12301
12302         * nnrss.el (nnrss-group-alist): More items.
12303
12304 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12305
12306         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12307
12308 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309         Trivial patch from Dale Hagglund  <rdh@best.com>
12310
12311         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12312         restrict clauses.
12313
12314 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12315
12316         From Benjamin Rutt <brutt+news@bloomington.in.us>
12317
12318         * message.el (message-wide-reply-confirm-recipients): New variable.
12319
12320 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12322
12323         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12324         fix so it works with XEmacs.
12325
12326 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12329         headers.
12330
12331 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * nnrss.el: Fix a few bugs.
12334
12335 2001-06-05  Simon Josefsson  <jas@extundo.com>
12336
12337         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12338         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12339
12340 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12341
12342         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12343         binary so that we don't transmit ISO 2022 garbage to the process.
12344         This is needed under XEmacs.
12345
12346 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12347
12348         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12349         autoloaded incorrectly below because ssl-program-* is bound.)
12350         Thanks to Amos Gouaux for report.
12351
12352 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12353
12354         * imap.el (imap-kerberos4-open):
12355         (imap-gssapi-open):
12356         (imap-ssl-open):
12357         (imap-network-open):
12358         (imap-shell-open):
12359         (imap-starttls-open): Set buffer to workaround spurious
12360         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12361         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12362         Colman <colman@ppllc.com> for report.
12363
12364 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * gnus-sum.el (gnus-summary-catchup): New argument.
12367         (gnus-summary-catchup-from-here): New function.
12368
12369 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12370
12371         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12372         back, then insert glyph.  (Before, the glyph was inserted first,
12373         then the newline.)  This works around a behavior in XEmacs where
12374         it is not possible to insert a character after a glyph which is at
12375         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12376
12377 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12378
12379         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12380
12381         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12382         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12383         mm-destroy-postponed-undisplay-list): New functions.
12384         (mm-display-external): Use them.
12385
12386 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12387
12388         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12389         `default-low' when evaluating `gnus-summary-highlight'.
12390         From Raja R Harinath <harinath@cs.umn.edu>.
12391
12392 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12393
12394         * message.el (message-yank-cited-prefix): New variable.
12395         (message-indent-citation): Use it.
12396
12397         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12398         as details.
12399         (mml2015-mailcrypt-clear-verify): Ditto.
12400
12401 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12402         From Nevin Kapur <nevin@jhu.edu>.
12403
12404         * gnus-sum.el (gnus-summary-default-high-score,
12405         gnus-summary-default-low-score): New variables.
12406         (gnus-summary-highlight): Use them.
12407
12408 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12409
12410         * message.el (message-mail): pass the 'send-actions argument to
12411         `message-setup'.
12412
12413 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12414         From Raymond Scholz <ray-2001@zonix.de>
12415
12416         * gnus-art.el (gnus-mime-view-part-as-charset):
12417         (gnus-mime-internalize-part): Doc fixes.
12418
12419 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12420
12421         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12422         status lines without any text ("^215$").
12423
12424 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12425
12426         * nnrss.el (nnrss-check-group): Reverse.
12427
12428 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12429
12430         * message.el (message-get-reply-headers):
12431         (message-followup): Fix typo, suggested by David Green
12432         <dgreen@uab.edu>
12433
12434 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12435
12436         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12437
12438         * nnrss.el (nnrss-open-server): Read server data when it is called.
12439         (nnrss-request-expire-articles): Fix.
12440
12441 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12442
12443         * message.el (message-do-send-housekeeping): mail-abbrevs may
12444         rename buffer behind Gnus.
12445
12446 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12449         (nnrss-group-alist): Add more resources.
12450         (nnrss-check-group): Ignore errors.
12451
12452 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12453
12454         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12455
12456         * nnslashdot.el (nnslashdot-request-list): Add time.
12457         (nnslashdot-request-expire-articles): New function.
12458
12459         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12460         secondary methods too.
12461
12462 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12463
12464         * message.el (message-use-followup-to): Set default value to t.
12465
12466 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12467
12468         * message.el (message-dont-reply-to-names): Fix documentation.
12469         (message-get-reply-headers): Use Mail-Followup-To only for wide
12470         replies.
12471
12472 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12473
12474         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12475         correctly.
12476         (nnrss-check-group): Use time.
12477
12478 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12479
12480         * gnus.el: Oort Gnus v0.03 is released.
12481
12482 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12483
12484         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12485         group.
12486
12487 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12490
12491 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12492
12493         * nnultimate.el (nnultimate-retrieve-headers): Return all
12494         available headers.
12495
12496         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12497         (gnus-get-newsgroup-headers-xover): Use it.
12498
12499 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12502
12503 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12506
12507 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12508
12509         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12510         disable it.
12511
12512         * gnus.el (gnus-info-nodes): Remove a few The's.
12513
12514 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12515
12516         * mail-source.el (mail-source-movemail): Call-process may return a
12517         signal description string.
12518
12519         * gnus-start.el (gnus-read-newsrc-el-file):
12520         gnus-newsrc-file-version may be nil.
12521
12522         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12523         Suggested by Michael Sperber [Mr. Preprocessor]
12524         <sperber@informatik.uni-tuebingen.de>.
12525
12526 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12527
12528         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12529
12530 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12531
12532         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12533         fontify HANDLE.
12534
12535 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12536
12537         * smime.el (smime-ask-passphrase): Rework to return value.
12538         (smime-sign-region): Rework to bind value and use it.
12539         (smime-decrypt-region): Ditto.
12540
12541 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12542         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12543
12544         * smime.el (smime-ask-passphrase): New function.
12545         (smime-sign-region): Use it.
12546         (smime-encrypt-cipher): New variable.
12547         (smime-decrypt-region): Ditto.
12548
12549 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12550         Committed by Simon Josefsson  <simon@josefsson.org>
12551
12552         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12553         the log.
12554
12555 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12556
12557         * gnus.el: Oort Gnus v0.02 is released.
12558
12559 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12560
12561         * gnus.el: Oort Gnus v0.01 is released.
12562
12563 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12564
12565         * gnus-sum.el (gnus-summary-highlight): Highlight read
12566         undownloaded articles as read articles.
12567
12568         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12569         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12570         articles, even read ones, as such.
12571
12572         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12573         (gnus-find-matching-articles): New function.
12574         (gnus-summary-limit-include-matching-articles): New command.
12575         (gnus-summary-limit-include-thread): Include articles that have
12576         matching subjects.
12577         (gnus-offer-save-summaries): Clean up.
12578
12579 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12580
12581         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12582
12583 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584         From Jason Merrill <jason_merrill@redhat.com>
12585
12586         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12587
12588 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12592         newsgroup names when the original article is a news message.
12593
12594 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12597         supported. Suggest by Jim Meyering <jim@meyering.net>.
12598
12599 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12600         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12601
12602         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12603         regexp in nnmail-split-fancy.
12604
12605 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12606
12607         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12608
12609 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12610
12611         * message.el (message-send-mail): Improve the interaction with the
12612         user.
12613
12614 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12615
12616         * imap.el (imap-message-copy): Work around buggy servers that
12617         doesn't send TRYCREATE tags.
12618
12619 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12622
12623 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12626         date.
12627
12628 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12631         lives.
12632
12633 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * gnus-art.el (gnus-parse-news-url): New function.
12636         (gnus-button-handle-news): New function.
12637         (gnus-button-alist): Point to new functions.
12638
12639         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12640
12641         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12642         gnus-format-specs.
12643
12644         * message.el (message-check-news-header-syntax): Question even
12645         when Gnus doesn't know the group names.
12646         (message-send-news): Clean up.
12647
12648         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12649         exited on purpose without saving.
12650
12651         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12652
12653 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus-score.el (gnus-score-orphans): Clean up.
12656
12657         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12658
12659         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12660         later.
12661
12662         * gnus-start.el (gnus-close-all-servers): Find the right items to
12663         close.
12664
12665         * qp.el (quoted-printable-decode-region): Just message
12666         malformation; don't quit.
12667
12668 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12669         From Gerd Moellmann <gerd@gnu.org>.
12670
12671         * gnus.el (gnus-interactive): A typo.
12672
12673 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12674         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12677         `assq-delete-all', if that function exists; otherwise use the old
12678         definition. Documentation changed to match the one in
12679         `assq-delete-all'.
12680
12681 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * gnus-start.el (gnus-close-all-servers): New function.
12684
12685         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12686         (gnus-server-remove-denials): Clean up.
12687
12688         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12689         keystroke.
12690
12691 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12692
12693         * message.el (message-send-news): Message where we are sending.
12694         (message-send-mail): Ditto.
12695
12696         * gnus.el (gnus-server-string): New function.
12697
12698         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12699
12700         * mm-decode.el (mm-default-directory): Customized.
12701         (mm-tmp-directory): Ditto.
12702
12703         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12704         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12705         or Chars.
12706         (gnus-summary-line-format-alist): ?l is now a string.
12707         (gnus-summary-prepare-threads): Output ? for unknown lines.
12708         (gnus-summary-insert-line): Ditto.
12709         (gnus-summary-print-article): Unbalanced parentheses.
12710
12711         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12712         out whether new stuff has arrived.
12713
12714 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12715
12716         * gnus-sum.el: Let printing work on ttys on Emacs.
12717
12718 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12721         when forcing news.
12722
12723         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12724         command.
12725
12726 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12727
12728         * message.el (message-set-auto-save-file-name): Don't use
12729         asterisks under nt.
12730
12731 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732
12733         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12734         lists of articles.
12735
12736         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12737
12738         * gnus-msg.el (gnus-put-message): Clean up.
12739         (gnus-summary-reply): Mark all replied-to articles as replied to.
12740         (gnus-inews-add-send-actions): Also mark as forwarded.
12741         (gnus-summary-mail-forward): Mark as forwarded.
12742
12743         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12744         of articles.
12745         (gnus-summary-mark-article-as-forwarded): Ditto.
12746
12747         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12748         forwarded.
12749         (gnus-summary-mail-forward): Clean up.
12750
12751         * gnus.el (gnus-article-mark-lists): Added forward.
12752
12753         * gnus-sum.el (gnus-forwarded-mark): New variable.
12754         (gnus-summary-prepare-threads): Use it.
12755         (gnus-summary-update-secondary-mark): Ditto.
12756         (gnus-newsgroup-forwarded): New variable.
12757
12758 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759
12760         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12761         (gnus-summary-very-wide-reply): New command and keystroke.
12762         (gnus-summary-very-wide-reply-with-original): Ditto.
12763
12764         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12765         (gnus-score-adaptive): Use it.
12766
12767         * gnus-start.el (gnus-get-unread-articles): Clean up.
12768
12769 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12772         boards.
12773
12774 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12775
12776         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12777         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12778
12779 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * nnultimate.el (nnultimate-retrieve-headers): Understand
12782         long-form month names.
12783
12784 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12785
12786         * gnus-sum.el (gnus-summary-show-all-headers):
12787         gnus-article-show-all-headers is broken. Use
12788         gnus-summary-toggle-header instead.
12789
12790         * mml2015.el (mml2015-gpg-extract-from): No error.
12791
12792 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12794
12795         * mml2015.el (mml2015-gpg-extract-from): New function.
12796         (mml2015-gpg-verify): Use it.
12797         (mml2015-gpg-clear-verify): Use it.
12798
12799 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * message.el (message-setup-fill-variables): Use
12802         fill-paragraph-function.
12803         (message-fill-paragraph): Take an argument.
12804         (message-newline-and-reformat): Take another argument.
12805
12806 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12807
12808         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12809
12810 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12811
12812         * message.el (message-forward): local-variable-p takes an extra
12813         argument in XEmacs.
12814
12815 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12816
12817         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12818         `nnimap-use-nov-p' (it really tested the negative).
12819         (nnimap-retrieve-headers): Use it.
12820
12821 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12822
12823         * message.el (message-generate-headers-first): Update doc.
12824
12825 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12826         Trivial patch.
12827
12828         * gnus.el (gnus-summary-line-format): Typo.
12829
12830 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12831
12832         * mailcap.el (mailcap-mime-data): Add application/sieve.
12833         (mailcap-mime-extensions): Add .siv, .xls.
12834
12835 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836         From Christoph Conrad <christoph.conrad@gmx.de>
12837
12838         * gnus-score.el (gnus-summary-lower-thread): Typo.
12839
12840 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * message.el (message-forward-decoded-p): New variable.
12843         (message-forward-subject-author-subject): Use it.
12844         (message-make-forward-subject): Use it.
12845         (message-forward): Use it.
12846
12847         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12848
12849         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12850         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12851
12852 ;;Has been fixed -- zsh.
12853 ;;2001-03-05  Dave Love  <fx@gnu.org>
12854 ;;
12855 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12856 ;;      Move it after definition of mm-coding-system-p.
12857 ;;
12858 2001-03-01  Dave Love  <fx@gnu.org>
12859
12860         * mm-util.el (mm-inhibit-file-name-handlers): Add
12861         image-file-handler.
12862
12863 2001-02-11  Dave Love  <fx@gnu.org>
12864
12865         * message.el (message-signature-file): Fix doc, :type.
12866
12867 2001-02-08  Dave Love  <fx@gnu.org>
12868
12869         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12870         (message-posting-charset): Defvar when compiling again.
12871         (rfc2047-encodable-p): Require message.
12872
12873         * gnus-sum.el (gnus-alter-articles-to-read-function):
12874         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12875
12876 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12877
12878         * nnrss.el: New file.
12879
12880 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12882
12883         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12884         `skip-chars-forward'.
12885
12886 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * nndraft.el (nndraft-request-group): Restore auto save files if
12889         the original files do not exist.
12890
12891 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12892
12893         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12894         SCORE paths.
12895
12896         * mm-decode.el (mm-dissect-buffer): Call
12897         mail-extract-address-components only if necessary.
12898
12899 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12900
12901         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12902         directory part.
12903         (gnus-score-search-global-directories): Use file-directory-p.
12904
12905         * gnus-score.el (gnus-score-score-files-1): Use
12906         gnus-kill-files-directory.
12907         From Adrian Aichner <adrian@xemacs.org>.
12908
12909 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus.el (charset): Move here from gnus-sum.el.
12912
12913 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * mml.el (mml-preview): Disable local map.
12916
12917         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12918         gnus-article-post-menu here.
12919
12920         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12921         if it has not been made.
12922
12923 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * gnus-art.el (gnus-article-describe-key): Map key to event.
12926         (gnus-article-describe-key-briefly): Ditto
12927
12928 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12929
12930         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12931
12932 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12933         From Katsumi Yamaoka <yamaoka@jpl.org>.
12934
12935         * dgnushack.el (coerce, merge, subseq): defmacro.
12936
12937 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12940         A fake defalias in nndraft.el results a not-activated bug in
12941         uncompiled versions.
12942
12943 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12944         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12945
12946         * gnus-util.el (gnus-split-references): Handle malformed References:.
12947
12948 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12949
12950         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12951
12952 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953         From NAGY Andras <nagya@inf.elte.hu>.
12954
12955         * gnus.el (gnus-parameters): Typo.
12956
12957 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * gnus.el (gnus-read-method): Remove redundancy.
12960
12961 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12964         (nnslashdot-request-list): Use it.
12965
12966 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * nnml.el (nnml-generate-active-info): Fix the case when there is
12969         no file.
12970
12971         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12972         (gnus-summary-create-article): New function.
12973
12974         * gnus-group.el (gnus-group-mark-article-read): New function.
12975
12976         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12977
12978         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12979
12980 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12981
12982         * gnus-art.el (gnus-article-edit-done): Don't use
12983         gnus-article-edit-exit.
12984         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12985
12986         * gnus.el (gnus-parameters): New variable.
12987         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12988         (gnus-parameters-get-parameter): New function.
12989         (gnus-group-find-parameter): Use it.
12990
12991 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12992
12993         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12994         change of default value to `current'.
12995
12996 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * nneething.el (nneething-get-head): Insert unreadable file too.
12999
13000 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13001
13002         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13003
13004         * webmail.el (webmail-type-definition): Deja is bought by google.
13005
13006 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * gnus-sum.el (gnus-fetch-headers): New function.
13009         (gnus-select-newsgroup): Use it.
13010         (gnus-summary-insert-articles): New function.
13011         (gnus-summary-insert-old-articles): New function.
13012         (gnus-summary-insert-new-articles): New function.
13013
13014         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13015         (gnus-group-list-active): Ditto.
13016         * gnus-sum.el (gnus-set-mode-line): Ditto.
13017         (gnus-summary-read-group-1): Ditto.
13018
13019 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13020
13021         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13022         current topic.
13023
13024 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * smiley.el (gnus-smiley-display): Don't do widening.
13027
13028         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13029         within body.
13030
13031         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13032
13033         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13034         New variable.
13035         (gnus-mime-display-multipart-related-as-mixed): New variable.
13036         (gnus-mime-display-part): Use them.
13037
13038 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13039
13040         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13041         something special.
13042
13043 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13046         (nnweb-request-article): Call reference if exists.
13047         (nnweb-type-definition): Dejanews is bought by google.com.
13048         Beta!
13049
13050 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13051
13052         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13053
13054 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13055
13056         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13057         gnus-article-sort-functions.
13058         (gnus-article-sort-functions): Doc fix.  Refer to
13059         gnus-thread-sort-functions.
13060
13061 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062         From Paul Jarc <prj@po.cwru.edu>.
13063
13064         * message.el (message-get-reply-headers): More fixes.
13065
13066 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13067         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * message.el (message-get-reply-headers): Fix bug with
13070         Mail-Followup-To/to-address interaction.
13071
13072 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13075         gnus-article-copy.
13076
13077 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13078
13079         * message.el (message-do-send-housekeeping): Rename to a better
13080         name.
13081
13082 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * message.el (message-cancel-news): Check article first, then ask
13085         yes or no.
13086
13087 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13088
13089         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13090
13091 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13092
13093         * gnus-range.el (gnus-range-normalize): New function.
13094
13095 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13096
13097         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13098
13099 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13100
13101         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13102
13103         * nnagent.el (nnagent-request-regenerate): New function.
13104
13105         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13106
13107         * nnml.el (nnml-generate-nov-databases): Accept argument
13108         server. Don't open server if it is opened.
13109         (nnml-request-regenerate): Use it. Change to deffoo.
13110
13111 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13112         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * gnus.el (gnus-define-group-parameter): Fix.
13115
13116 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13117
13118         * gnus.el (gnus-define-group-parameter): Improved.
13119
13120         * gnus-sum.el (charset): Define parameter.
13121         (ignored-charsets): Ditto.
13122         (gnus-summary-setup-default-charset): Use them.
13123
13124         * gnus-start.el (gnus-read-descriptions-file): Use them.
13125
13126         * gnus-cus.el (gnus-group-parameters): Remove them.
13127
13128 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129
13130         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13131
13132 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * gnus-sum.el (gnus-summary-read-group-1): Remove
13135         gnus-summary-set-local-parameters.
13136         (gnus-summary-setup-buffer): Put it here.
13137
13138 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13139
13140         * gnus.el (to-address): Define parameter.
13141         (to-list): Ditto.
13142         * gnus-art.el (article-hide-boring-headers): Use them.
13143         * gnus-msg.el (gnus-post-news): Ditto.
13144         * gnus-cus.el (gnus-group-parameters): Remove them.
13145
13146 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13147
13148         * gnus-draft.el (gnus-draft-reminder): New function.
13149
13150         * gnus-art.el (gnus-sender-save-name): New function.
13151
13152 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13153
13154         * mm-util.el (mm-mime-charset): Error message.
13155
13156 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13157
13158         * message.el (message-check-news-body-syntax): Don't check mml lines.
13159
13160 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13163         subscribe.
13164
13165         * gnus-start.el (gnus-call-subscribe-functions): New function.
13166         (gnus-find-new-newsgroups): Use it.
13167         (gnus-ask-server-for-new-groups): Use it.
13168         (gnus-check-first-time-used): Use it.
13169         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13170         (gnus-subscribe-options-newsgroup-method): Ditto.
13171         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13172         return .
13173
13174 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13175
13176         * gnus-cus.el (gnus-score-customize): Doc fix.
13177
13178 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13179
13180         * dgnushack.el (my-getenv): Typo.
13181
13182 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13183
13184         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13185
13186 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13187
13188         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13189
13190         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13191         (gnus-treatment-function-alist): Use it.
13192         (article-remove-leading-whitespace): New function.
13193         (gnus-article-make-menu-bar): Use it.
13194
13195         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13196         remove-leading-whitespace.
13197         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13198         because of conflict.
13199
13200 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13201
13202         * Makefile.in: Hack generating gnus-load.el.
13203         * dgnushack.el: Ditto.
13204         * gnus-load.el: Remove it.
13205
13206 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13207
13208         * dgnushack.el : Add URLDIR.
13209
13210         * Makefile.in (EMACS_COMP): Ditto.
13211
13212 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * gnus-cus.el (gnus-score-customize): Error on no score file.
13215
13216 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13217
13218         * mm-decode.el (mm-merge-handles): New function.
13219
13220         * mm-view.el (mm-inline-message): Use it.
13221         (mm-view-message): Ditto.
13222
13223         * mm-partial.el (mm-inline-partial): Ditto.
13224
13225         * mm-extern.el (mm-inline-external-body): Ditto.
13226
13227         * gnus-art.el (gnus-mime-view-part): Ditto.
13228         (gnus-mime-view-part-as-type): Ditto.
13229         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13230         cases.
13231
13232 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * message.el (message-cancel-news): Allow to shoot foot.
13235         (message-supersede): Ditto.
13236
13237 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13238         Trivial patch.
13239
13240         * gnus-sum.el (gnus-simplify-subject-re): Use
13241         message-subject-re-regexp.
13242
13243 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13244
13245         * nnmail.el (nnmail-expiry-target-group): Bind
13246         nnmail-cache-accepted-message-ids to nil.
13247
13248         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13249         coding system.
13250
13251 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * qp.el (quoted-printable-encode-region): Make sure characters are
13254         between 00 and FF.  Don't check charset.
13255
13256         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13257         in Emacs 20.
13258         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13259
13260 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * message.el (message-make-forward-subject): Argument decoded.
13263         (message-forward): Use it when digest.
13264
13265         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13266         buffer.
13267
13268 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13269
13270         * message.el (message-generate-headers-first): Doc fix.
13271
13272 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * gnus-art.el (article-make-date-line): Error proof.
13275
13276 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13277
13278         * gnus-group.el (gnus-group-listing-limit): New variable.
13279         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13280
13281         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13282
13283 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13284
13285         * message.el (message-newline-and-reformat): Special case for
13286         breaking at BOL.
13287
13288 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13289
13290         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13291         message/rfc822.
13292
13293 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * message.el (message-encode-message-body): Don't insert
13296         Content-Type if it is inside a mail.
13297
13298 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13301         gnus-article-commands-menu.
13302
13303         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13304         in Emacs.
13305
13306         * gnus-start.el (gnus-read-descriptions-file): Use
13307         gnus-group-name-charset and gnus-group-charset-alist.
13308
13309 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13310
13311         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13312         active region.
13313
13314         * gnus-start.el (gnus-group-change-level): Remove from both
13315         gnus-zombie-list and gnus-killed-list.
13316
13317 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13318
13319         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13320         gnus-subscribe-topics.
13321
13322         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13323
13324 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13325
13326         * gnus-art.el (gnus-article-make-menu-bar): Make
13327         gnus-article-post-menu.
13328
13329         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13330
13331         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13332
13333         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13334
13335         * message.el (message-mode-menu): Ditto.
13336
13337         * gnus-art.el (defvar): eval-when-compile.
13338
13339 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13340
13341         * gnus-agent.el (gnus-agentize): Fix doc.
13342
13343 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13344
13345         * mml.el (mml-preview): Bind `q'.
13346
13347 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13350
13351 2001-01-31  Dave Love  <fx@gnu.org>
13352
13353         * mm-util.el (mm-mime-mule-charset-alist)
13354         (mm-find-mime-charset-region): Consider mule-utf-8.
13355
13356 2001-01-31  Dave Love  <fx@gnu.org>
13357
13358         * gnus-art.el (gnus-article-x-face-command)
13359         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13360         :version.
13361
13362 2001-01-26  Dave Love  <fx@gnu.org>
13363
13364         * mm-util.el (mm-multibyte-string-p): New.
13365
13366 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13367 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13368 ;;      string-as-multibyte on class.  Clarify line-folding.
13369         (quoted-printable-encode-string): Make temp buffer inherit
13370         string's multibyteness.
13371
13372 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13373
13374         * nnheader.el (toplevel): Don't require `gnus-util' at
13375         compile-time; this creates a circular dependency, and prevents
13376         a bootstrap.
13377
13378 2001-01-22  Andreas Schwab  <schwab@suse.de>
13379
13380         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13381
13382 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13383
13384         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13385
13386         * gnus-art.el (article-hide-list-identifiers): Ditto.
13387
13388         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13389
13390 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13391
13392         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13393
13394         * gnus-art.el (article-hide-list-identifiers): Similar.
13395
13396 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13397
13398         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13399
13400 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401
13402         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13403
13404 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13405
13406         * gnus-util.el (gnus-string-equal): New function.
13407
13408         * gnus-art.el (article-hide-boring-headers): Use it.
13409
13410 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13411
13412         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13413
13414 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13415
13416         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13417
13418 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13419
13420         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13421         command if there is not last-saver.
13422
13423 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * nntp.el (nntp-open-connection): 201 is possible.
13426
13427 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13430         (rfc2047-charset-encoding-alist): Add big5.
13431
13432 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13433
13434         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13435         (gnus-agent-remove-server): Ditto.
13436         (autoload): gnus-server-update-server.
13437
13438         * gnus-srvr.el (gnus-server-line-format): Add %a.
13439         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13440         (gnus-server-insert-server-line): Use it.
13441
13442 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13445         GB2312 and Big5.
13446
13447 2001-01-24  Simon Josefsson  <sj@extundo.com>
13448
13449         * mail-source.el (mail-sources): Add :program specifier to IMAP
13450         mail source.
13451         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13452
13453 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13456
13457 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13458
13459         * nntp.el (nntp-wait-for): Return the success code.
13460         (nntp-open-connection): Use it.
13461
13462 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13463
13464         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13465
13466 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13469
13470 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13471
13472         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13473         argument. Allow to print several articles in one file.
13474
13475 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13476
13477         * webmail.el (webmail-type-definition): netaddress changes.
13478
13479 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * gnus.el: Fix copyright. Remove trailing spaces.
13482
13483         * message.el (message-forward): Use mule4.
13484
13485 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * mm-util.el (mm-string-as-unibyte): New function.
13488
13489         * message.el (message-forward): Use it.
13490
13491 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13492
13493         * message.el (message-cite-original-without-signature): Don't peel
13494         off the blank line.
13495         (message-get-reply-headers): Add Cc if it is not in follow-to.
13496
13497 2001-01-20  Simon Josefsson  <sj@extundo.com>
13498
13499         * mm-decode.el (mm-handle-multipart-from): Add.
13500         (mm-dissect-buffer): Save From: header value.
13501         (mm-security-from): Remove.
13502         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13503
13504         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13505         instead of `mml-security-from'.  Protect null from value.
13506
13507 2001-01-20  Simon Josefsson  <sj@extundo.com>
13508
13509         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13510         application/vnd.ms-excel attachments.
13511
13512 2001-01-19  Simon Josefsson  <sj@extundo.com>
13513
13514         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13515
13516 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13517
13518         * message.el (message-ignored-mail-headers): Ditto.
13519
13520 2001-01-19  Simon Josefsson  <sj@extundo.com>
13521
13522         * message.el (message-ignored-news-headers): Only search beginning
13523         of line.
13524
13525 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13526         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13527
13528         * message.el (message-send-mail): Content-Type may not be there.
13529
13530 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13531
13532         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13533         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13534
13535         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13536         not.
13537
13538 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13541         non-native groups.
13542
13543 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * message.el (message-yank-original): Understand
13546         universal-argument.
13547
13548 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13551         (article-hide-boring-headers): Ditto.
13552
13553         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13554
13555 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13558         one.
13559
13560 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13561
13562         * message.el (message-make-in-reply-to): Add comment to message-id
13563         (old syntax, see 2000-08-02 change).
13564
13565 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13566
13567         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13568         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13569         (gnus-button-reply): Ditto.
13570
13571 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (article-display-x-face): Fix.
13574
13575 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * gnus-art.el (article-display-x-face): Use
13578         gnus-original-article-buffer.
13579
13580 2001-01-15  Jack Twilley  <jmt@tbe.net>
13581
13582         * message.el (message-add-header): Move to point-max.
13583
13584 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13585
13586         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13587         nil, improve documentation.
13588         (smime-certificate-directory): Comment out false hints (until it
13589         is implemented).
13590
13591         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13592         there aren't any keys.
13593         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13594         verify certificate.  Default is changed to only check integrity.
13595         Improved security status texts.  If a certificate doesn't contain
13596         a email address, don't fail.
13597
13598         * smime.el (smime-noverify-region):
13599         (smime-noverify-buffer): New functions.  Verifies integrity only.
13600
13601 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13604
13605 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13606
13607         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13608         (gnus-remove-some-windows): Ditto.
13609
13610 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13611
13612         * gnus-art.el (article-make-date-line): 11th.
13613
13614 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13615
13616         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13617         (mml2015-gpg-sign): Ditto.
13618
13619 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13620
13621         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13622         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13623
13624 2001-01-08  Dave Love  <fx@gnu.org>
13625
13626         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13627         single character.
13628
13629         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13630
13631         * message.el: Doc and message fixes.
13632         (message-send-rename-function)
13633         (message-make-forward-subject-function)
13634         (message-send-mail-function, message-reply-to-function)
13635         (message-wide-reply-to-function, message-followup-to-function)
13636         (message-distribution-function, message-auto-save-directory): Fix
13637         :type.
13638
13639         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13640         proceeding after warnings.  Amend multipart warning message.
13641
13642 2001-01-04  Dave Love  <fx@gnu.org>
13643
13644         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13645         compiling.
13646         (gnus-make-directory): Require nnmail.
13647
13648         * mm-decode.el (mm-inline-media-tests): Add
13649         image/x-portable-bitmap.
13650         (mm-get-image): Grok pbm.
13651
13652 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13653
13654         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13655
13656 2001-01-09  Didier Verna  <didier@xemacs.org>
13657
13658         * dgnushack.el (dgnushack-compile): give a dummy value to
13659         `gnus-xmas-glyph-directory' for the time of compilation.
13660         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13661         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13662         * gnus-art.el: ditto.
13663         * gnus-group.el: ditto.
13664         * gnus-salt.el: ditto.
13665         * gnus-sum.el: ditto.
13666         * gnus-topic.el: ditto.
13667         * gnus-xmas.el (gnus-xmas-define): see above.
13668         * gnus-xmas.el (gnus-xmas-redefine): see above.
13669         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13670         non-continuable error when the directory can't be found.
13671
13672 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13673
13674         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13675         handle.
13676         * gnus-art.el (gnus-mime-view-part): Copy it.
13677         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13678
13679 2001-01-09  Michael Downes  <mjd@ams.org>
13680
13681         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13682
13683 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13686         orig-file. Use ',source.
13687
13688 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13691         (gnus-xmas-group-startup-message):
13692         Detect gnus-xmas-glyph-directory when it is nil.
13693
13694 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13695
13696         * pop3.el (pop3-get-message-count): Andrew Innes
13697         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13698
13699 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13700
13701         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13702
13703         * time-date.el (time-to-number-of-days): New function.
13704
13705 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13706         Trivial patch.
13707
13708         * nnslashdot.el (nnslashdot-request-list): Always get the right
13709         sid.
13710
13711 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13712
13713         * message.el (message-minibuffer-local-map): New keymap.
13714         (message-read-from-minibuffer): Use it.
13715         * gnus-msg.el (gnus-summary-resend-message): Use it
13716
13717 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13718
13719         * gnus-start.el (gnus-display-time-event-handler): New function.
13720         (gnus-after-getting-new-news-hook): Use it.
13721
13722 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13723
13724         * message.el (message-ignored-mail-headers): Add draft header.
13725
13726 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13729         excursion.
13730
13731         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13732
13733 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13734         A revoked patch.
13735
13736         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13737
13738 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * qp.el (quoted-printable-decode-region): Don't backward-char.
13741
13742 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * gnus-draft.el: Mark articles as replied.
13745
13746         * gnus-sum.el (gnus-summary-add-mark): New function.
13747
13748         * gnus-group.el (gnus-add-mark): New function.
13749
13750         * gnus-sum.el (gnus-summary-buffer-name): New function.
13751         (gnus-summary-setup-buffer): Use it.
13752
13753         * gnus-draft.el: Set things up with the right post method and
13754         stuff.
13755
13756         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13757
13758         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13759
13760         * gnus.el (gnus-draft-meta-information-header): New variable.
13761
13762 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13763
13764         * gnus-art.el (gnus-treatment-function-alist): Move the date
13765         functions before the header sorting functions.
13766
13767         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13768
13769         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13770         Don't (push "/usr/share/emacs/site-lisp" load-path).
13771
13772         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13773         to empty fill prefixes.
13774
13775 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13776
13777         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13778         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13779
13780 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13783
13784         * nnml.el (autoload): Move to nnheader.el.
13785
13786         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13787         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13788         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13789         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13790
13791 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13792
13793         * gnus-art.el (article-make-date-line): Get the hours right.
13794         (gnus-ignored-headers): More hiding.
13795
13796         * nnmail.el (nnmail-expiry-wait): Not an integer.
13797
13798         * message.el (message-goto-body): Only expand abbrev when called
13799         interactively.
13800         (message-make-lines): Use it.
13801
13802 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13805
13806 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13807
13808         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13809         include the expunged articles.
13810
13811         * gnus-group.el (gnus-group-sort-by-server): New function.
13812
13813         * gnus.el (gnus-method-to-server-name): New function.
13814         (gnus-group-prefixed-name): Use it.
13815
13816         * gnus-group.el (gnus-group-sort-function): Doc fix.
13817         (gnus-group-sort-groups-by-server): New command.
13818
13819 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-art.el (gnus-treat-date-english): New variable.
13822         (article-date-english): New command.
13823         (gnus-english-month-names): New variable.
13824         (article-make-date-line): Do 'english.
13825
13826         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13827         after the fill prefix.
13828
13829         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13830         score...".
13831
13832         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13833
13834         * message.el (message-mode-map): Bind comment-region.
13835
13836         * gnus-art.el (gnus-mime-display-part): Let w3 display
13837         multipart/related.
13838
13839         * mm-bodies.el (mm-long-lines-p): New function.
13840         (mm-body-encoding): Use it.
13841         (mm-body-encoding): Encode articles with lines longer than 1000
13842         characters.
13843
13844 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13845
13846         * mm-util.el (mm-enable-multibyte): Use
13847         default-enable-multibyte-characters.
13848         (mm-enable-multibyte-mule4): Ditto.
13849         (mm-disable-multibyte): Test XEmacs.
13850         (mm-disable-multibyte-mule4): Ditto.
13851         (mm-with-unibyte-current-buffer): Simplified.
13852         (mm-with-unibyte-current-buffer-mule4): Ditto.
13853
13854 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13857
13858         * nnheader.el (nnheader-string-as-multibyte): New alias.
13859
13860         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13861
13862         * gnus-uu.el (gnus-message-process-mark): New function.
13863         (gnus-uu-mark-by-regexp): Use it.
13864         (gnus-new-processable): New function.
13865
13866 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13867          Trivial patch.
13868
13869         * gnus-sum.el (gnus-no-mark): New variable.
13870
13871 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13872
13873         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13874         backslashes.
13875
13876 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13879         definition.
13880
13881 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13882
13883         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13884
13885         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13886         XEmacs.
13887
13888 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13889         Trivial patch.
13890
13891         * mml.el (mml-read-tag): Save tag location.
13892
13893 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13894
13895         * starttls.el: Sync with Emacs 21.
13896
13897 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * message.el (message-mail): Support yank-action.
13900
13901         * message.el (message-setup): Revoke the last change.
13902
13903 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13904
13905         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13906         <jvromans@squirrel.nl>.
13907
13908 2000-12-24  Simon Josefsson  <sj@extundo.com>
13909
13910         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13911         mailing list junk at end of part.
13912
13913 2000-12-23  Simon Josefsson  <sj@extundo.com>
13914
13915         * nnimap.el (nnimap-expiry-target): New function.
13916         (nnimap-request-expire-articles): Use it.
13917
13918 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13919
13920         * gnus.el (gnus-group-parameters-more): New variable.
13921         * gnus-cus.el (gnus-group-customize): Use it.
13922
13923         * gnus.el (gnus-define-group-parameter): New macro.
13924         (auto-expire): Use it
13925         (total-expire): Use it.
13926         * gnus-art.el (banner): Use it.
13927
13928         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13929         <ljz@asfast.com>.
13930
13931 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * gnus-topic.el (gnus-topic-create-topic): Use list.
13934
13935         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13936         before binding gnus-default-article-saver.
13937
13938         * gnus-sum.el (gnus-summary-save-article):
13939         (gnus-summary-pipe-output):
13940         (gnus-summary-save-article-mail):
13941         (gnus-summary-save-article-rmail):
13942         (gnus-summary-save-article-file):
13943         (gnus-summary-write-article-file):
13944         (gnus-summary-save-article-body-file): Ditto.
13945
13946         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13947
13948 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13949
13950         * gnus-art.el (gnus-mime-security-button-map):
13951         (gnus-mime-button-map): Add parent.
13952
13953 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13954
13955         * messagexmas.el (message-xmas-redefine): New function.
13956
13957         * message.el: Use it.
13958
13959         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13960
13961         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13962
13963 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13966         malformatted messages.
13967
13968 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * mm-util.el (mm-image-load-path): New function.
13971
13972         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13973
13974         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13975
13976         * message.el (message-tool-bar-map): Use it.
13977
13978         * Makefile.in (install-el): New rule.
13979
13980 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-art.el (article-treat-dumbquotes): Quote \.
13983
13984 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13985
13986         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13987         Emacs 20 runs on a terminal.
13988
13989 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13992
13993         * mml.el (gnus-add-minor-mode): Autoload.
13994
13995         * message.el (message-forward): Save-restriction.
13996
13997 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13998
13999         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14000         Paul Stevenson <p.stevenson@surrey.ac.uk>
14001
14002 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14005
14006         * mml.el (gnus-ems): Don't require.
14007
14008         * gnus.el (gnus-decode-rfc1522): Removed.
14009         (gnus-set-text-properties): Define.
14010
14011 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14012
14013         * gnus-art.el (gnus-mime-*): handle may be nil.
14014
14015         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14016
14017         * gnus.el (gnus-group-remove-excess-properties): Not defined
14018         in gnus-xmas.
14019
14020 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14021
14022         * message.el (message-mail-user-agent): Add :version.
14023
14024 2000-12-21  Miles Bader  <miles@gnu.org>
14025
14026         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14027
14028 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * message.el (message-mail-user-agent): New variable.
14031         (message-setup): Renamed to message-setup-1. Support
14032         mail-user-agent.
14033         (message-mail-user-agent): New function.
14034         (message-mail): Use it.
14035         (message-reply): Use it.
14036         (message-resend): Use it.
14037         (message-mail-other-window): Use it.
14038         (message-mail-other-frame): Use it.
14039
14040         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14041
14042 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14043
14044         * message.el (message-tool-bar-map): Simplify.
14045         (message-narrow-to-head-1): New function.
14046         (message-narrow-to-head): Use it.
14047         (message-reply): Ditto.
14048         (message-cancel-news): Ditto.
14049         (message-supersede): Ditto.
14050         (message-make-forward-subject): Ditto.
14051         (message-bounce): Ditto.
14052
14053 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14054
14055         * uudecode.el (uudecode-decode-region-external): make-temp-file
14056         may not be defined.
14057
14058         * binhex.el (defalias): eval-and-compile.
14059
14060         * message.el (message-tool-bar-map): New function.
14061         (message-mode): Use it.
14062
14063 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14064
14065         * nntp.el (nntp-find-connection): Remove the entry.
14066         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14067
14068 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14069
14070         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14071
14072         * message.el (message-forward): Copy buffer in unibyte mode.
14073
14074 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * message.el (message-make-forward-subject): Don't widen. Decode.
14077         (message-forward): Don't decode subject.
14078
14079 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14080
14081         * qp.el (quoted-printable-encode-region): Upcase QP.
14082
14083 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14084
14085         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14086         mail-extract-a-c instead. Don't depend on Gnus.
14087
14088         * mml.el (gnus-ems): Require it.
14089
14090         * gnus-msg.el (gnus-summary-mail-forward):
14091
14092         * message.el (message-forward):  Move mime-to-mml here.
14093
14094 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14095
14096         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14097         * gnus-art.el (gnus-insert-mime-button): Simplify.
14098         (gnus-mime-display-alternative): Ditto.
14099         (gnus-insert-mime-security-button): Ditto.
14100
14101 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14104         text-property-not-all doesn't return nil when start=mark(end).
14105         (gnus-remove-text-properties-when): Ditto.
14106
14107 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14108
14109         * gnus-start.el (gnus-group-change-level): Remove group from
14110         gnus-active-hashtb if real killed.
14111
14112 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14115         (gnus-mime-display-alternative): Ditto.
14116         (gnus-insert-mime-security-button): Ditto.
14117
14118 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14119
14120         * gnus-start.el (gnus-group-change-level): Don't add it into
14121         killed-list if it was killed.
14122
14123 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14126         (nnmbox-active-file-coding-system): Ditto.
14127
14128         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14129
14130 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131
14132         * gnus.el (gnus-version):
14133         (gnus-version-number): Set to Oort Gnus 0.01.
14134
14135         * gnus-art.el (gnus-mime-security-button-map):
14136         (gnus-insert-mime-security-button): Fix for Emacs21.
14137
14138 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14139
14140         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14141         easymenu, because XEmacs doesn't understand :help.
14142
14143         * mm-uu.el: Require binhex.
14144
14145 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14148
14149 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14150
14151         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14152
14153 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14154
14155         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14156
14157 2000-12-18  Dave Love  <fx@gnu.org>
14158
14159         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14160         (unused).
14161
14162 2000-12-13  Miles Bader  <miles@gnu.org>
14163
14164         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14165         to t, so that we don't get stuck while trying to smilefy
14166         intangible text.
14167
14168 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14169
14170         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14171         at the end of the buffer.
14172         (smiley-region): In the loop, move to the end of the submatch
14173         matching the smiley instead of using the end of the match
14174         of the whole regexp.
14175
14176 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14177
14178         * message.el (message-mode): Doc fix.
14179
14180 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14181
14182         * smiley-ems.el (smiley-region): Doc fix.
14183
14184 2000-12-11  Miles Bader  <miles@gnu.org>
14185
14186         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14187         bottom line visible, check to see if it's partially obscured, and
14188         if so, either scroll one more line to make it fully visible, or
14189         revert to showing the second line from the top.
14190
14191 2000-12-07  Dave Love  <fx@gnu.org>
14192
14193         * mailcap.el (mailcap-download-directory)
14194         * gnus-audio.el (gnus-audio-directory)
14195         * smiley-ems.el (smiley-data-directory): Fix :type.
14196
14197 2000-11-30  Dave Love  <fx@gnu.org>
14198
14199         * message.el (message-auto-save-directory): Use
14200         file-name-as-directory.
14201         (message-set-auto-save-file-name): Create
14202         message-auto-save-directory if necessary.
14203         (message-replace-chars-in-string): Removed -- unused.
14204         (message-mail-alias-type): Customize.
14205         (message-headers): Remove duplicate defgroup.
14206
14207 2000-11-29  Dave Love  <fx@gnu.org>
14208
14209         * qp.el (quoted-printable-decode-region): Use error, not message
14210         to report malformed text (like base64).  Amend message.
14211
14212 2000-11-29  Miles Bader  <miles@gnu.org>
14213
14214         * message.el (message-header-lines): Fontify tag.
14215
14216 2000-11-27  Dave Love  <fx@gnu.org>
14217
14218         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14219         compiler warning.
14220
14221 ;2000-11-26  Dave Love  <fx@gnu.org>
14222 ;
14223 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14224 ;
14225 2000-11-23  Dave Love  <fx@gnu.org>
14226
14227         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14228
14229         * mm-uu.el (uudecode): Require.
14230         (uudecode-decode-region, uudecode-decode-region-external): Don't
14231         autoload.
14232         (mm-uu-copy-to-buffer): Doc fix.
14233         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14234         type fix.
14235
14236         * mailcap.el: Doc fixes.
14237         (mailcap-mime-data): Various adjustments.
14238         (mailcap): New group.
14239         (mailcap-download-directory): Customize.
14240         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14241         (mailcap-temporary-directory): Deleted (unused).
14242         (mailcap-unescape-mime-test): Simplify slightly.
14243         (mailcap-viewer-passes-test): Use functionp.
14244         (mailcap-command-p): Aliased to executable-find.
14245
14246         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14247         default-enable-multibyte-characters is nil.
14248
14249 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14250
14251         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14252
14253 2000-11-21  Dave Love  <fx@gnu.org>
14254
14255         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14256         gnus-article-mode-map.
14257 ;       (gnus-mime-button-menu): Use mouse-set-point.
14258         (gnus-insert-mime-button, gnus-mime-display-alternative)
14259         (gnus-mime-display-alternative): Don't use local-map property.
14260
14261 2000-11-17  Dave Love  <fx@gnu.org>
14262
14263         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14264         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14265         and make-temp-file.
14266         (uudecode-decode-region): Doc fix.
14267
14268 2000-11-14  Dave Love  <fx@gnu.org>
14269
14270         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14271         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14272         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14273         New files, derived from the XPMs.
14274
14275 2000-11-10  Dave Love  <fx@gnu.org>
14276
14277         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14278         (gnus-agent-lib-file, gnus-agent-load-alist)
14279         (gnus-agent-save-alist, gnus-agent-article-name): Use
14280         expand-file-name.
14281
14282         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14283         :version.
14284         (nnkiboze-score-file): Defvar when compiling.
14285
14286         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14287
14288         * gnus-art.el (gnus-article-banner-alist)
14289         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14290         (gnus-article-date-lapsed-new-header)
14291         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14292         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14293         (gnus-treat-strip-headers-in-body)
14294         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14295         (gnus-treat-translate): Add :version.
14296         (gnus-article-mime-part-function): Fix defcustom.
14297
14298         * nnmail.el (nnmail-expiry-target)
14299         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14300         (nnmail-split-header-length-limit): Add :version.
14301
14302         * gnus-sum.el (gnus-auto-expirable-marks)
14303         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14304         (gnus-extra-headers, gnus-ignored-from-addresses)
14305         (gnus-newsgroup-ignored-charsets)
14306         (gnus-group-highlight-words-alist)
14307         (gnus-summary-show-article-charset-alist): Add :version.
14308
14309         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14310         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14311         files, converted from the XPMs.
14312
14313         * gnus-cache.el (gnus-cache-active-file): Don't use
14314         file-name-as-directory on directory.
14315         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14316         use file-name-as-directory on directory.
14317
14318         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14319         (date-to-time): Use it.
14320
14321 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14322 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14323 ;       (message-newline-and-reformat): Likewise.
14324         (message-forward-as-mime, message-forward-ignored-headers)
14325         (message-buffer-naming-style, message-default-charset)
14326         (message-dont-reply-to-names, message-send-mail-partially-limit):
14327         Add :version.
14328
14329         * mm-util.el: Doc fixes.
14330         (mm-mime-charset): Don't use the raw result of
14331         mm-preferred-coding-system.
14332         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14333         (mm-with-unibyte): Simplify.
14334
14335         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14336         concat.
14337
14338         * pop3.el (pop3-version): Deleted.
14339         (pop3-make-date): New function, avoiding message-make-date.
14340         (pop3-munge-message-separator): Use it.
14341
14342 2000-11-09  Dave Love  <fx@gnu.org>
14343
14344         * gnus-group.el (gnus-group-make-directory-group)
14345         (gnus-group-fetch-faq): Use expand-file-name.
14346         (gnus-group-fetch-faq): Simplify completing-read form.
14347
14348         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14349         test for Mule.
14350
14351         * message.el (tool-bar-map): Defvar when compiling.
14352
14353         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14354         (gnus-tm-lisp-directory): Deleted.
14355         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14356         (featurep 'xemacs).
14357         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14358         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14359         version numbers from file names.
14360
14361 2000-11-08  Dave Love  <fx@gnu.org>
14362
14363         * mm-view.el: Use featurep for XEmacs test.
14364         (mm-inline-message): Test for `remove-specifier'; don't use
14365         condition-case.
14366
14367         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14368
14369         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14370         (gnus-score-find-bnews): Don't concat "".
14371
14372         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14373         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14374         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14375         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14376
14377         * gnus-sum.el: Put some defvars in eval-when-compile.
14378         (gnus-summary-mode-hook): Add :options.
14379         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14380         (gnus-summary-tool-bar-map): New variable.
14381         (gnus-summary-make-tool-bar): New function.
14382         (gnus-summary-mode): Put kill-all-local-variables first.
14383
14384         * gnus-group.el (gnus-group-toolbar-map): New variable.
14385         (gnus-group-make-tool-bar): Rewritten.
14386         (gnus-group-mode): Put kill-all-local-variables first.
14387
14388         * rfc2047.el: Require gnus-util.
14389
14390         * nnml.el (gnus-sorted-intersection): Autoload.
14391
14392         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14393         Put some defvars in eval-when-compile.
14394         (gnus-intersection, gnus-sorted-complement):  Autoload.
14395
14396         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14397
14398         * mm-encode.el (mm-body-7-or-8): Autoload.
14399
14400         * mm-decode.el (mm-insert-inline): Autoload.
14401
14402         * mml.el:
14403         * message.el: Put some defvars in eval-when-compile.
14404
14405         * gnus-msg.el: Put some defvars in eval-when-compile.
14406         (gnus-msg-mail): Move after gnus-setup-message.
14407
14408         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14409
14410 2000-11-07  Dave Love  <fx@gnu.org>
14411
14412         * gnus-util.el (nnheader): Don't require message (recursive
14413         autoload).
14414
14415         * uudecode.el: Avoid compiler warnings.
14416
14417         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14418         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14419
14420 2000-11-06  Dave Love  <fx@gnu.org>
14421
14422         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14423
14424         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14425         (uudecode-char-int): New alias, replacing char-int.
14426         (uudecode-decode-region): Don't call buffer-disable-undo.
14427
14428 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14429 ;       (mm-uu-configure-list): Doc fix.
14430 ;
14431 ;       * earcon.el (running-xemacs): Don't define.
14432 ;
14433 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14434 ;
14435 ;       * message.el (message-font-lock-keywords): Match a final newline
14436 ;       to help font-lock's multiline support.
14437 ;
14438 2000-11-03  Dave Love  <fx@gnu.org>
14439
14440         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14441
14442         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14443         name.
14444
14445         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14446         <banner>: Fix custom type, doc.
14447
14448         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14449         name.  Don't disable undo explicitly.
14450
14451 ;2000-11-02  Dave Love  <fx@gnu.org>
14452 ;
14453 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14454 ;       cite-prefix.
14455
14456 2000-11-01  Dave Love  <fx@gnu.org>
14457
14458         * rfc2047.el (base64): Require unconditionally.
14459         (message-posting-charset): Defvar when compiling.
14460         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14461         message.
14462
14463         * gnus-sum.el (nnoo): Require.
14464         (mm-uu-dissect): Autoload.
14465
14466         * mml.el (mml-parse-1): Clarify message.
14467         (mml-minibuffer-read-type): Use mailcap-mime-types.
14468
14469 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14470
14471         * mml.el: Fix a typo in the requiring of CL.
14472
14473 2000-11-01  Dave Love  <fx@gnu.org>
14474
14475         * utf7.el: Require cl when compiling.
14476
14477         * binhex.el: Use (featurep 'xemacs).
14478         (binhex-char-int): New alias, replacing char-int.  Change callers.
14479         (binhex-decode-region): Simplify work buffer code.
14480         (binhex-decode-region-external): Use expand-file-name, not concat.
14481
14482 2000-10-30  Dave Love  <fx@gnu.org>
14483
14484         * gnus-art.el: Fix 2000-10-27 change properly.
14485
14486 2000-10-28  Miles Bader  <miles@gnu.org>
14487
14488         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14489
14490 2000-10-27  Dave Love  <fx@gnu.org>
14491
14492         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14493         strings.
14494         (gnus-group-make-tool-bar): New function.
14495         (gnus-group-mode): Use it.
14496
14497         * message.el (message-mode-menu): Add some :help strings.
14498         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14499         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14500
14501         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14502         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14503         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14504
14505         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14506         display-graphic-p here.
14507
14508 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14509
14510         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14511         of the `gnus-xemacs' variable, as the latter has been removed.
14512         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14513         * gnus-art.el (gnus-treat-display-xface)
14514         (gnus-treat-display-smileys, gnus-treat-display-picons)
14515         (gnus-article-read-summary-keys): Likewise.
14516
14517 2000-10-26  Dave Love  <fx@gnu.org>
14518
14519         (defvar): Use rmail-spool-directory unconditionally.
14520
14521 2000-10-18  Dave Love  <fx@gnu.org>
14522
14523         * mm-bodies.el (mm-uu-decode-function)
14524         (mm-uu-binhex-decode-function): Defvar when compiling.
14525
14526         * gnus-nocem.el (gnus-nocem-issuers): Update.
14527         (gnus-nocem-check-from): New option.
14528         (gnus-nocem-scan-groups): Use it.
14529         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14530         (gnus-nocem-check-article-limit): Add :version.
14531
14532 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14533
14534         * ietf-drums.el (mm-util): Require CL when compiling.
14535
14536 2000-10-15  Dave Love  <fx@gnu.org>
14537
14538         * qp.el: Require mm-util.
14539
14540 2000-10-13  Dave Love  <fx@gnu.org>
14541
14542         * qp.el (quoted-printable-decode-region): Avoid invalid
14543         coding-systems.
14544
14545 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14546
14547         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14548         to a recursive load.
14549
14550 2000-10-12  Dave Love  <fx@gnu.org>
14551
14552         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14553
14554         * gnus.el (gnus-group-startup-message): Check for PBM image.
14555
14556 2000-10-09  Dave Love  <fx@gnu.org>
14557
14558         * mail-source.el (mail-source-fetch-imap): Bind
14559         default-enable-multibyte-characters rather than using
14560         mm-disable-multibyte.
14561
14562 2000-10-05  Dave Love  <fx@gnu.org>
14563
14564         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14565         Autoload.
14566         (quoted-printable-decode-region):  Rename arg which confused
14567         charset with coding-system.  Don't use nonascii-insert-offset.
14568         Coding-system encode the region initially.  Don't recognize `=='
14569         as valid QP.  Coding-system decode the region finally.
14570         (quoted-printable-decode-string): Rename arg which confused
14571         charset with coding-system.
14572
14573         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14574         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14575         mm-encode-coding-region.
14576         (mm-decode-body, mm-decode-string): Rename variables which
14577         confused charset with coding-system.
14578         (binhex-decode-region): Don't autoload.
14579         (mm-body-encoding): Require message.
14580         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14581         cond branches.
14582
14583         * gnus-art.el (article-de-quoted-unreadable)
14584         (article-de-base64-unreadable): Fold search case
14585         rather than downcasing string.  Apply mm-charset-to-coding-system
14586         to arg of quoted-printable-decode-region.
14587
14588 2000-10-04  Dave Love  <fx@gnu.org>
14589
14590         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14591         Require ring when compiling.
14592         (gnus-article-compface-xbm): New variable.
14593
14594 2000-10-04  Dave Love  <fx@gnu.org>
14595
14596         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14597         pbm images.
14598
14599         * frown.pbm, smile.pbm, wry.pbm: New files.
14600
14601         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14602
14603 2000-10-03  Dave Love  <fx@gnu.org>
14604
14605         * mail-source.el (mail-sources): Revert to nil.
14606
14607         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14608
14609         * qp.el: Don't require mm-util.
14610         (quoted-printable-decode-region): Rewritten.
14611         (quoted-printable-decode-string, quoted-printable-encode-region):
14612         Doc fix.
14613         (quoted-printable-encode-region): Barf on multibyte characters.
14614         Maybe make the class multibyte.  Upcase chars, not formatted
14615         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14616         (quoted-printable-encode-string): Don't use
14617         mm-with-unibyte-buffer.
14618
14619 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14620
14621         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14622
14623 2000-09-21  Dave Love  <fx@gnu.org>
14624
14625         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14626         (for Emacs 20).  Tidy somewhat.
14627
14628 2000-09-21  Dave Love  <fx@gnu.org>
14629
14630         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14631         image processing.  Rationalize logic somewhat.
14632
14633 2000-09-20  Dave Love  <fx@gnu.org>
14634
14635         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14636         specifically.
14637
14638         * gnus.el (gnus-version-number): Avoid some redundant
14639         autoloads.
14640
14641 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14642
14643         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14644         to XBM; we always have PBM support.
14645
14646 2000-09-14  Dave Love  <fx@gnu.org>
14647
14648         * gnus.el (gnus-charset):
14649         * mm-decode.el (mime-display):
14650         * imap.el (imap) <defgroup>: Add :version.
14651
14652 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14653
14654         * parse-time.el: Fix author's mail address.
14655
14656         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14657         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14658         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14659         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14660         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14661         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14662         * rfc2231.el, uudecode.el: Fix copyright notice.
14663
14664         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14665         require `w3' at load-time only if not running in batch mode.
14666
14667 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14668
14669         * gnus.el: Before merge with Emacs21.
14670
14671 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14672
14673         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14674
14675 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14676
14677         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14678         to avoid conflict with the standard `back-to-indentation'
14679         binding.
14680
14681 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14682
14683         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14684
14685         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14686         (mm-disable-multibyte-mule4): Ditto.
14687         (mm-with-unibyte-current-buffer-mule4): Ditto.
14688
14689 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * pop3.el (pop3-movemail): Use binary.
14692         (pop3-movemail-file-coding-system): Removed.
14693
14694 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14695
14696         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14697
14698 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14699
14700         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14701         exists.
14702
14703 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * gnus-msg.el (gnus-post-method): Use backend name when the
14706         address is "".
14707
14708 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14709
14710         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14711         mm-verify-option.
14712         (gnus-treat-x-pgp-sig): Default value.
14713         (gnus-ignored-headers): Redundant.
14714
14715 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14716
14717         * gnus-win.el (gnus-configure-frame): Save selected window.
14718
14719 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14720
14721         * nnmbox.el: Require gnus-range.
14722         (nnmbox-group-building-active-articles): New variable.
14723         (nnmbox-group-active-articles): New variable; this is a cache of
14724         all active articles by group and number.
14725         (nnmbox-in-header-p): New function.
14726         (nnmbox-find-article): New function.
14727         (nnmbox-record-active-article): New function.
14728         (nnmbox-record-deleted-article): New function.
14729         (nnmbox-is-article-active-p): New function.
14730         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14731         (nnmbox-request-article): Ditto.  Also supply extra arg to
14732         nnmbox-article-group-number.
14733         (nnmbox-request-expire-articles): Ditto.
14734         (nnmbox-request-move-article): Ditto.
14735         (nnmbox-request-replace-article): Ditto.
14736         (nnmbox-request-rename-group): Rename group entry in active
14737         article cache.
14738         (nnmbox-delete-mail): Update active article cache, unless article
14739         is being replaced.
14740         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14741         than partially duplicating it.
14742         (nnmbox-article-group-number): Add extra `this-line' arg, to
14743         handle articles belonging to multiple groups.
14744         (nnmbox-save-mail): Update active article cache.
14745         (nnmbox-read-mbox): Build active article cache when loading mbox.
14746         Also do some repair work, if we find articles that are missing the
14747         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14748         reconstruct these from Xref info.
14749
14750 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14751
14752         * mail-source.el (mail-source-report-new-mail): Use
14753         nnheader-run-at-time.
14754
14755 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14756
14757         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14758         an error is thrown, and then rethrow the error.
14759         (mail-source-check-pop): Ditto.
14760         (mail-source-start-idle-timer): Prevent multiple pop checks
14761         running if the check takes a long time.
14762
14763 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14764
14765         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14766         succeed.
14767
14768 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14769
14770         * gnus-win.el (gnus-configure-windows): Make sure
14771         nntp-server-buffer is live.
14772         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14773
14774 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14775
14776         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14777
14778 2000-12-04  Andreas Jaeger  <aj@suse.de>
14779
14780         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14781
14782 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14783
14784         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14785
14786 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14787         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14788
14789         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14790
14791 2000-12-01  Simon Josefsson  <sj@extundo.com>
14792
14793         * mml-smime.el (mml-smime-verify): Fix address parsing.
14794
14795 2000-12-01  Simon Josefsson  <sj@extundo.com>
14796
14797         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14798         more than one certificate inside PKCS#7 blob.  Better security
14799         information (clamed / actual sender, openssl output, certificates
14800         inside message).
14801
14802         * smime.el (smime-verify-region): Output to /dev/null.
14803         (smime-buffer-as-string-region): Don't parse empty lines.
14804
14805 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14806
14807         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14808         ?d and ?D.
14809         (gnus-mime-security-show-details-inline): New variable.
14810         (gnus-mime-security-show-details): Use them.
14811         (gnus-insert-mime-security-button): Ditto.
14812
14813         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14814         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14815         (mml2015-gpg-clear-verify): Ditto.
14816         (mml2015-gpg-decrypt-1): Ditto.
14817         (mml2015-use): Prefer 'gpg.
14818
14819 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14820
14821         * gnus-util.el (gnus-add-text-properties-when): New function.
14822         (gnus-remove-text-properties-when): Ditto.
14823
14824         * gnus-cite.el (gnus-article-hide-citation): Use them.
14825         (gnus-article-toggle-cited-text): Use them.
14826
14827         * gnus-art.el (gnus-signature-toggle): Use them.
14828         (gnus-article-show-hidden-text): Ditto.
14829         (gnus-article-hide-text): Ditto.
14830
14831 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14832
14833         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14834
14835 2000-11-30  Simon Josefsson  <sj@extundo.com>
14836
14837         * smime.el (smime-point-at-eol): New alias.
14838         (smime-buffer-as-string-region): Use it.
14839
14840 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14841
14842         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14843
14844 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14845
14846         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14847
14848         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14849
14850         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14851
14852 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14853
14854         * nnmh.el (nnmh-request-expire-articles): Implemented
14855         expiry-target for nnmh backend.
14856
14857 2000-11-30  Simon Josefsson  <sj@extundo.com>
14858
14859         * mm-decode.el (mm-security-from): New variable.
14860         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14861
14862         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14863         than `from'.
14864
14865 2000-11-30  Simon Josefsson  <sj@extundo.com>
14866
14867         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14868         address match sender address.
14869
14870         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14871
14872         * smime.el (smime-verify-region): Don't copy buffer.
14873         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14874         (smime-pkcs7-region): New function.
14875         (smime-pkcs7-certificates-region): Ditto.
14876         (smime-pkcs7-email-region): Ditto.
14877         (smime-buffer-as-string-region): Ditto.
14878
14879         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14880         buffer.
14881
14882 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14883
14884         * smime.el (smime-decrypt-region): Fix keyfile argument.
14885
14886 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14887
14888         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14889
14890 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14891
14892         * message.el (message-shoot-gnksa-feet): New variable.
14893         (message-gnksa-enable-p): New function.
14894         (message-send): Use it.
14895         (message-check-news-body-syntax): Ditto.
14896
14897 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * message.el (message-make-message-id): Remove the redundancy.
14900
14901 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14902
14903         * message.el (message-setup): Discourage using mc-install-*-mode.
14904
14905         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14906
14907 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14908
14909         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14910
14911 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14912
14913         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14914
14915 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14916
14917         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14918
14919 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14920
14921         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14922         insert-buffer-substring.
14923
14924         * message.el (message-send-mail): Use buffer-substring-no-properties.
14925         (message-send-news): Ditto.
14926
14927 2000-11-22  David Edmondson  <dme@dme.org>
14928
14929         * imap.el (imap-wait-for-tag): Message read info.
14930
14931 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932
14933         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14934         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14935         (mml2015-gpg-encrypt): Ditto.
14936
14937 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938
14939         * mm-decode.el (mm-verify-option): Default value.
14940
14941         * mml-sec.el (mml-secure-part): Error message.
14942
14943 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14946
14947 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14948
14949         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14950
14951 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14952
14953         * gnus-art.el (gnus-article-describe-key): Use prompt.
14954         (gnus-article-describe-key-briefly): Ditto.
14955
14956 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14957
14958         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14959
14960 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14961
14962         * gnus-art.el (gnus-article-describe-key): New function.
14963         (gnus-article-describe-key-briefly): New function.
14964
14965 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14966
14967         * mm-decode.el (mm-decrypt-option): Doc typo.
14968
14969         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14970         return a number.
14971
14972 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14973
14974         * message.el (message-newline-and-reformat): Typo.
14975
14976 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14977
14978         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14979         original-article-buffer exists.
14980
14981         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14982         (rfc2047-header-encoding-alist): Addresses are different from text.
14983         (rfc2047-encode-message-header): Ditto.
14984         (rfc2047-dissect-region): Extra parameter.
14985         (rfc2047-encode-region): Ditto.
14986         (rfc2047-encode-string): Ditto.
14987
14988 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14991         (mm-uu-pgp-encrypted-extract): Use it.
14992         (mm-uu-pgp-signed-extract-1): New function.
14993         (mm-uu-pgp-signed-extract): Use it.
14994
14995         * gnus-art.el (gnus-mime-display-security): New function.
14996         (gnus-mime-display-part): Use it.
14997         (gnus-mime-security-verify-or-decrypt): New function.
14998         (gnus-mime-security-press-button): New function.
14999         (gnus-insert-mime-security-button): Use it.
15000
15001         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15002         (mm-find-raw-part-by-type): Ditto.
15003         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15004         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15005         (mm-destroy-parts): Kill nested multibyte buffer.
15006
15007         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15008         (mml2015-gpg-verify): Ditto.
15009
15010 2000-11-18  Simon Josefsson  <sj@extundo.com>
15011
15012         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15013         (mml2015-function-alist): Use it.
15014
15015         * mml-sec.el (mml-sign-alist): Update names.
15016         (mml-encrypt-alist): Ditto.
15017         (mml-secure-part-smime-sign): Moved to mml-smime.el
15018         as `mml-smime-sign-query'.
15019         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15020         `mml-smime-get-file-cert'.
15021         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15022         `mml-smime-get-dns-cert'.
15023         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15024         `mml-smime-encrypt-query'.
15025         (mml-smime-sign-buffer): Use mml-smime-sign.
15026         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15027
15028         * mml-smime.el (mml-smime-sign): New function.
15029         (mml-smime-encrypt):
15030         (mml-smime-sign-query):
15031         (mml-smime-get-file-cert):
15032         (mml-smime-get-dns-cert):
15033         (mml-smime-encrypt-query): Moved from mml-sec.el.
15034
15035 2000-11-16  Simon Josefsson  <sj@extundo.com>
15036
15037         * mml2015.el (mml2015-gpg-clear-verify): New function.
15038         (mml2015-function-alist): Add it.
15039
15040 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15041
15042         * message.el (message-setup-fill-variables): Use
15043         message-cite-prefix-regexp.
15044         (message-newline-and-reformat): Check the end of citation, leading
15045         WSP, break in the cite prefix.
15046         (message-fill-paragraph): New function.
15047
15048 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15049
15050         * lpath.el: Shut up.
15051
15052 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15053
15054         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15055         raw 8-bit in headers in dk.* newsgroups.
15056
15057 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15058
15059         * message.el (message-newline-and-reformat): Match extra WSPs.
15060
15061 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * mml.el (mml-generate-mime-1): Ignore ascii.
15064
15065 2000-11-16 Justin Sheehy  <justin@iago.org>
15066
15067         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15068
15069 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15070
15071         * message.el (message-cite-prefix-regexp): Prefix should not end
15072         at space.
15073
15074 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15075
15076         * message.el (message-mode-syntax-table): Add - as a word
15077         constituent as in articles.
15078         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15079         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15080         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15081
15082 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15083
15084         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15085
15086 2000-11-12  David Edmondson  <dme@dme.org>
15087
15088         * message.el (message-font-lock-keywords): use
15089         message-cite-prefix-regexp.
15090
15091 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15092
15093         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15094         Stein Arild Str\e,Ax\e(Bmme.
15095         (gnus-group-jump-to-group): Use it.
15096         (gnus-group-jump-to-group-prompt): Customize.
15097
15098 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15099
15100         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15101
15102 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15103
15104         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15105         incompatible.
15106         (mml2015-mailcrypt-sign): Ditto.
15107
15108 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15109
15110         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15111         group is open.
15112
15113 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15114
15115         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15116         nnvirtual articles.
15117         (gnus-backlog-request-article): Don't request nnvirtual articles.
15118
15119 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15120
15121         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15122         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15123
15124 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15125
15126         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15127         * mml.el (mml-generate-mime-1): Use charset attribute.
15128         * mm-bodies.el (mm-encode-body): Add parameter charset.
15129         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15130
15131 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15132
15133         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15134         (mml2015-mailcrypt-clear-decrypt): Ditto.
15135         (mml2015-mailcrypt-verify): Ditto.
15136         (mml2015-mailcrypt-clear-verify): Ditto.
15137         (mml2015-gpg-verify): Ditto.
15138
15139 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15140
15141         * smime.el (smime-openssl-program): Test the existence of openssl.
15142         * mml-smime.el: Require mm-decode.
15143         (mml-smime-verify-test): New function.
15144         * mm-decode.el (mm-verify-function-alist): Use it.
15145
15146 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15147
15148         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15149         anyway.
15150
15151 2000-11-13  Simon Josefsson  <sj@extundo.com>
15152
15153         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15154         verification doesn't work.
15155
15156 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15157
15158         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15159         (gnus-inews-do-gcc): Use it.
15160
15161 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15162
15163         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15164         leading space.
15165         * mm-extern.el (mm-inline-external-body): Report error when no
15166         access-type.
15167
15168 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15169
15170         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15171
15172 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15175
15176 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15177
15178         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15179         as multipart/mixed.
15180
15181 2000-11-12  David Edmondson  <dme@dme.org>
15182
15183         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15184         and replace `.' with `\w' to allow for different syntax tables
15185         (from Vladimir Volovich).
15186         * message.el (message-newline-and-reformat): use
15187         `message-cite-prefix-regexp'.
15188         * gnus-cite.el (gnus-supercite-regexp): use
15189         `message-cite-prefix-regexp'.
15190         * gnus-cite.el (gnus-cite-parse): use
15191         `message-cite-prefix-regexp'.
15192
15193 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15194
15195         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15196         PGP SIGNATURE.  Escape leading "-"'s.
15197         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15198
15199 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15200
15201         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15202
15203 2000-11-11  Simon Josefsson  <sj@extundo.com>
15204
15205         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15206
15207         * smime.el (smime-details-buffer): New variable.
15208         (smime-sign-region):
15209         (smime-encrypt-region):
15210         (smime-verify-region):
15211         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15212
15213         * mml-smime.el (mml-smime-verify): Support security info.
15214
15215 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15216
15217         * mm-decode.el (mm-verify-option): Set default to nil.
15218         (mm-decrypt-option): Ditto.
15219         * gnus-art.el (article-verify-x-pgp-sig): New function.
15220
15221 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15222
15223         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15224         preferred part.
15225
15226 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15227
15228         * gnus-sum.el (gnus-move-split-methods): Say that
15229         `gnus-split-methods' uses file names, whereas this uses group
15230         names.  (Report from Nevin Kapur)
15231
15232 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15233
15234         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15235
15236 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15237
15238         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15239         (nnheader-directory-articles): Use it.
15240         (nnheader-article-to-file-alist): Ditto.
15241
15242 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15243
15244         * rfc2047.el (rfc2047-pad-base64): New function.
15245         (rfc2047-decode): Use it.
15246
15247 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15250         select method.
15251
15252 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15253
15254         * mml2015.el (mml2015-gpg-decrypt-1):
15255         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15256
15257 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15258
15259         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15260
15261 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15262
15263         * pop3.el (pop3-munge-message-separator): A message may have an
15264         empty body.
15265
15266 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15267
15268         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15269         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15270         (mm-uu-pgp-signed-extract): Use coding-system.
15271
15272 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15273
15274         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15275         (gnus-insert-mime-security-button): New function.
15276         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15277         * mml2015.el:  Add security info when verify or decrypt.
15278         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15279         (mm-uu-pgp-encrypted-extract): Ditto.
15280
15281 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15282
15283         * mm-decode.el (mm-display-parts): New function.
15284         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15285
15286 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15287
15288         * gnus-mlspl.el: Documentation tweaks.
15289
15290 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15291
15292         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15293         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15294         argument.
15295
15296 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15297
15298         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15299
15300 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * gnus-art.el (gnus-article-encrypt): New function.
15303         (gnus-article-encrypt-protocol-alist): New variable.
15304         (gnus-article-encrypt-protocol): New variable.
15305         * mml2015.el (mml2015-self-encrypt): New function.
15306         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15307
15308 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15309
15310         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15311         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15312         let mailcap do it.
15313         * mml2015.el: Remove snarf code.
15314         * mm-decode.el: Remove snarf code.
15315
15316 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15317
15318         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15319         (mml-insert-mime): Understand gnus-decoded.
15320         (mime-to-mml): New parameter handles.
15321         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15322         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15323
15324 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * mm-decode.el (mime-security): New group.
15327         (mm-verify-function-alist): Add test function.
15328         (mm-decrypt-function-alist): Ditto.
15329         (mm-snarf-option): Set default value as nil.
15330         (mm-find-part-by-type): Recursive parameter.
15331         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15332         * mml2015.el: Support draft-ietf-openpgp-multsig.
15333
15334 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335
15336         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15337         (gnus-article-view-part-as-charset): New function.
15338
15339 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15340
15341         * mm-decode.el (mm-verify-option): Default value.
15342         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15343
15344 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15345
15346         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15347
15348 2000-11-05  Simon Josefsson  <sj@extundo.com>
15349
15350         * mml-smime.el (mml-smime-verify): Work in original multipart
15351         buffert.
15352
15353         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15354         (mm-handle-multipart-ctl-parameter): Ditto.
15355         (mm-alist-to-plist): New function.
15356         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15357         for multiparts.
15358         (mm-destroy-parts): Destroy multipart buffert.
15359         (mm-remove-part): Ditto.
15360
15361         * mml-smime.el (mml-smime-sign): Not used.
15362         (mml-smime-encrypt): Ditto.
15363
15364         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15365
15366         Verify S/MIME signature support.
15367
15368         * mm-decode.el (mm-inline-media-tests): Add
15369         application/{x-,}pkcs7-signature.
15370         (mm-inlined-types): Ditto.
15371         (mm-automatic-display): Ditto.
15372         (mm-verify-function-alist): Ditto.  Add name of method.
15373         (mm-decrypt-function-alist): Add name of method.
15374         (mm-find-part-by-type): Add documentation.
15375         (mm-possibly-verify-or-decrypt): Use new format of
15376         mm-{verify,decrypt}-function-alist.  Use method names.
15377
15378         * mml-smime.el (mml-smime-verify): New function.
15379
15380 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15381
15382         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15383
15384 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15387         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15388         * mm-decode.el (mm-snarf-option): New variable.
15389
15390 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15391
15392         * mm-util.el (mm-subst-char-in-string): New function.
15393         (mm-replace-chars-in-string): Use it.
15394         * message.el (message-replace-chars-in-string): Use it.
15395         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15396         * gnus-mh.el (mh-lib-progs): Shut up.
15397
15398 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15399
15400         * base64.el, md5.el: Moved to contrib directory.
15401
15402 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15403
15404         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15405         the last article when search.
15406
15407 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15408
15409         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15410         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15411
15412 2000-09-29  David Edmondson  <dme@thus.net>
15413
15414         * message.el (message-newline-and-reformat): Typo.
15415
15416 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15417
15418         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15419
15420 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15421
15422         * nntp.el (nntp-decode-text): Delete bogus status lines.
15423
15424 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15425
15426         * message.el (message-font-lock-keywords): Match a final newline
15427         to help font-lock's multiline support.
15428
15429 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15430
15431         * nnoo.el (nnoo-set): New function.
15432
15433 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15434
15435         * gpg.el, gpg-ring.el: Moved to contrib directory.
15436
15437 2000-11-04  Simon Josefsson  <sj@extundo.com>
15438
15439         * nnimap.el (nnimap-split-inbox): Typo.
15440
15441 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15442
15443         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15444
15445 2000-11-03  Simon Josefsson  <sj@extundo.com>
15446
15447         * rfc2231.el (rfc2231-parse-qp-string): New function.
15448         (require): rfc2047.
15449
15450         * mail-parse.el (mail-header-parse-content-type):
15451         (mail-header-parse-content-disposition): Support invalid QP
15452         encoded strings, by using `rfc2231-parse-qp-string'.
15453
15454 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15455
15456         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15457         (rfc2231-decode-encoded-string): Typo "> X 1".
15458         (rfc2231-encode-string): Insert the name of charset.
15459         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15460
15461 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15462
15463         * mm-decode.el (mm-save-part): Return the filename.
15464         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15465         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15466         (gnus-mime-action-alist): Use it.
15467         (gnus-mime-button-commands): Use it.
15468         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15469         (mm-inline-external-body): unwind-protect.
15470
15471 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15472
15473         * gnus-art.el (gnus-insert-mime-button): Show url.
15474
15475 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15476
15477         * mml.el (mml-generate-mime-1): Support external url.
15478         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15479
15480 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15481
15482         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15483         * mm-decode.el (mm-display-external): Ditto.
15484         * mm-extern.el: New file.
15485         * mm-decode.el (mm-inline-media-tests): Hook it up.
15486         (mm-inlined-types): Inline message/external-body.
15487
15488 2000-11-02  Simon Josefsson  <sj@extundo.com>
15489
15490         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15491
15492         * message.el (message-get-reply-headers): Better handling when
15493         Mail-Followup-To is very large.
15494
15495 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15496
15497         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15498         * gnus-art.el (gnus-article-edit-done):
15499         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15500         counting code here.
15501         * gnus-msg.el (gnus-setup-message): Remove a hack.
15502
15503 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15504
15505         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15506         (gnus-summary-mode): Make them local variables.
15507         (gnus-set-global-variables): Globalize them.
15508         (gnus-summary-exit): Kill them.
15509
15510 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15511
15512         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15513         word.
15514
15515 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15516
15517         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15518         gnus-article-wash-types.
15519         * gnus-art.el (gnus-article-wash-status): Use them.
15520
15521 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15522
15523         * mml.el (mml-read-tag): Remove spaces and LF.
15524
15525 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15526
15527         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15528         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15529
15530 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15533
15534 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15535
15536         * gnus-sum.el (gnus-article-charset): New variable.
15537         (gnus-summary-display-article): Set it.
15538         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15539         * gnus-art.el (gnus-article-mode): Make it local variable.
15540
15541 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15542
15543         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15544
15545 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546
15547         * nnwfm.el: New file.
15548
15549         * nnweb.el (nnweb-replace-in-string): New function.
15550
15551 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15552
15553         * mml2015.el: Wrap gpg.el.
15554         * gpg.el (gpg-verify): The last argument of apply is a list.
15555         (gpg-encrypt): Add passphrase as a parameter.
15556
15557 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15558
15559         * gpg.el: New file.
15560         * gpg-ring.el: New file.
15561
15562 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15565
15566 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15569         double-quote characters.
15570         (gnus-summary-prepare-threads): Ditto.
15571
15572 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15573
15574         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15575         * mml.el (mml-read-tag): Don't skip the leading space.
15576         * lpath.el (font-lock-set-defaults): Shut up.
15577
15578 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15579
15580         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15581
15582 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15583
15584         * qp.el (quoted-printable-encode-region): Replace leading - when
15585         ultra safe.
15586         * mml.el (mml-generate-mime-postprocess-function): Removed.
15587         (mml-postprocess-alist): Removed.
15588         (mml-generate-mime-1): Use ultra-safe when sign.
15589         * mml2015.el (mml2015-fix-micalg): Uppercase.
15590         (mml2015-verify): Insert LF.
15591         (mml2015-mailcrypt-sign): Downcase; search backward.
15592
15593 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15594
15595         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15596         restrictive.
15597         (nnultimate-table-regexp): New variable.
15598         (nnultimate-forum-table-p): Use it.
15599
15600 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15601         Trivial patch.
15602
15603         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15604
15605 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15606
15607         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15608         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15609
15610 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15611
15612         * mml2015.el: Shut up.
15613
15614 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15615
15616         * gnus.el (gnus-server-browse-hashtb): Removed.
15617         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15618         (gnus-group-insert-group-line-info): Use simplified method.
15619         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15620
15621 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15622
15623         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15624         moved here.
15625         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15626         * gnus-group.el (gnus-group-prepare-flat): Use it.
15627         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15628
15629 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15630
15631         * mml.el (mml-mode): Show menu in XEmacs.
15632
15633 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15634
15635         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15636         (gnus-server-read-server-in-server-buffer): New function.
15637         (gnus-browse-foreign-server): Browse in group buffer.
15638         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15639         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15640         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15641         * gnus.el (gnus-server-browse-hashtb): New variable.
15642
15643 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15644
15645         * nnfolder.el (nnfolder-open-nov): Use group.
15646
15647 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15648
15649         * nnfolder.el: Add NOV. Set version to 2.0.
15650         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15651
15652 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15653
15654         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15655
15656 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15657
15658         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15659         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15660
15661 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15662
15663         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15664
15665 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15666
15667         * mm-decode.el (mm-verify-function-alist): New variable.
15668         (mm-verify-option): New variable.
15669         (mm-decrypt-function-alist): Ditto.
15670         (mm-decrypt-option): Ditto.
15671         (mm-find-raw-part-by-type): New function.
15672         (mm-possibly-verify-or-decrypt): New function.
15673         (mm-dissect-multipart): Use it.
15674         * mml2015.el (mml2015-fix-micalg): New function.
15675         (mml2015-decrypt): Use new interface.
15676         (mml2015-verify):  Use new interface.
15677         (mml2015-setup): Make it bogus.
15678
15679 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15680
15681         * mml.el (mml-generate-mime-postprocess-function): Set to
15682         mml-postprocess.
15683         (autoload): Autoload mml2015 and mml-smime.
15684         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15685         * mml2015.el (mml2015-encrypt): New function.
15686         (mml2015-sign): New function.
15687         (mml2015-encrypt-function): New variable.
15688         (mml2015-sign-function): New variable.
15689         (mml2015-mailcrypt-encrypt): Use message-recipients.
15690         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15691         * mml-smime.el (mml-smime-setup): Ditto.
15692
15693 2000-10-28  Simon Josefsson  <sj@extundo.com>
15694
15695         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15696         Communigate Pro 3.3.1 server.
15697
15698         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15699         in buffers.
15700         (mml-secure-dns-server): Removed.
15701         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15702         write certificates to files.
15703
15704         * smime.el (smime-dns-server): New variable.
15705         (smime-mail-to-domain):
15706         (smime-cert-by-dns): New functions.
15707
15708         * dig.el: New file.
15709
15710 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15711
15712         * message.el (message-options): New variable.
15713         (message-options-set-recipient): New function.
15714         (message-send): Use them.
15715         * gnus-int.el (gnus-request-replace-article): Use them.
15716         (gnus-request-accept-article): Ditto.
15717         * mml.el (mml-preview): Use them.
15718         * gnus-sum.el (gnus-summary-edit-article): Use them.
15719
15720         * message.el (message-options-get): New function.
15721         (message-options-get): New function.
15722         * rfc2047.el (rfc2047-encode-message-header): Use them.
15723         * mm-bodies.el (mm-encode-body): Use them.
15724
15725 2000-10-28  Simon Josefsson  <sj@extundo.com>
15726
15727         * nnimap.el (nnimap-retrieve-which-headers):
15728         (nnimap-request-article-part): Quote message-id.
15729
15730         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15731         (smime-CA-file): New variable.
15732         (smime-call-openssl-region): Don't error.
15733         (smime-sign-region): Return result value.
15734         (smime-encrypt-region): Ditto.
15735         (smime-verify-region): New function.
15736         (smime-decrypt-region): Ditto.
15737         (smime-verify-buffer): Ditto.
15738         (smime-decrypt-buffer): Ditto.
15739
15740         * mml.el: Require mml-sec.
15741         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15742         (mml-mode-map): Add "sign" and "encrypt" maps.
15743         (mml-menu): Add security menu.
15744         (mml-preview): Use generate-new-buffer.
15745
15746         * mml-sec.el: New file.
15747
15748 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15749
15750         * mm-decode.el (mm-find-part-by-type): Move it here.
15751         * mml.el (mml-postprocess): Move it here.
15752         (mml-postprocess-alist): Move it here. Merge them.
15753
15754 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15755
15756         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15757         unencoded stuff in the header.
15758
15759 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15760
15761         * gnus-group.el (gnus-group-listed-groups): New variable.
15762         (gnus-group-list-option): New variable.
15763         (gnus-group-list-limit-map): New keymap.
15764         (gnus-group-list-flush-map): New keymap.
15765         (gnus-group-list-plus-map): New keymap.
15766         (gnus-group-prepare-logic): New function.
15767         (gnus-group-prepare-flat): Merge with
15768         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15769         (gnus-group-prepare-flat-list-dead): Ditto.
15770         (gnus-group-list-matching): Use gnus-group-prepare-function.
15771         (gnus-group-list-dormant): Ditto.
15772         (gnus-group-list-cached): Ditto.
15773         (gnus-group-listed-groups): New function.
15774         (gnus-group-list-limit): New function.
15775         (gnus-group-list-flush): New function.
15776         (gnus-group-list-plus): New function.
15777         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15778         (gnus-topic-prepare-topic): Ditto.
15779
15780 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15781
15782         * message.el (message-insert-to, message-get-reply-headers):
15783         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15784
15785 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15786
15787         * mml2015.el: New file.
15788         * smime.el: New file.
15789         * mml-smime.el: New file.
15790
15791 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15792
15793         * ChangeLog: Moved to ChangeLog.1.
15794
15795     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15796   Copying and distribution of this file, with or without modification,
15797   are permitted provided the copyright notice and this notice are preserved.
15798
15799 ;; Local Variables:
15800 ;; coding: iso-2022-7bit
15801 ;; End: