(spam-split): allow a particular check as a parameter,
[gnus] / lisp / ChangeLog
1 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-split): allow a particular check as a parameter,
4         e.g. (: spam-split 'spam-use-bogofilter)
5
6 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
9         (gnus-group-guess-full-name): don't prefix the group twice
10
11         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
12
13         * gnus-registry.el (gnus-registry-clear) 
14         (gnus-registry-fetch-group, gnus-registry-grep-in-list) 
15         (gnus-registry-split-fancy-with-parent): new functions
16         (gnus-register-spool-action, gnus-register-action): simplified the format
17         (gnus-registry): new customization group
18         (gnus-registry-unfollowed-groups): new variable
19
20 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-art.el (gnus-button-alist): Add nntp: urls.
23         (gnus-header-button-alist): Ditto.
24
25 2003-04-17  Dave Love  <fx@gnu.org>
26
27         * gnus-util.el (gnus-string-equal): Revert last change.
28
29 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
32
33 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
34
35         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable. 
36
37 2003-04-15  Michael Shields  <shields@msrl.com>
38
39         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
40         the broken-reply-to group parameter is set.  Idea from Vasily
41         Korytov <deskpot@myrealbox.com>.
42
43 2003-04-17  Steve Youngs  <youngs@xemacs.org>
44
45         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
46         process.el in XEmacsen >= 21.5.
47
48 2003-04-17  Steve Youngs  <youngs@xemacs.org>
49
50         * dgnushack.el: Add a whole swag of autoloads and defaliases to
51         satisfy the byte-compiler when building with XEmacs.
52
53         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
54         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
55         W3 doesn't have these.
56
57         * mailcap.el: Maybe require 'lpr in XEmacs.
58
59 2003-04-16  Simon Josefsson  <jas@extundo.com>
60
61         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
62         sender tag, if available.
63
64 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * gnus-registry.el (gnus-register-action) 
67         (gnus-register-spool-action, hashtable-to-alist) 
68         (gnus-registry-translate-from-alist, alist-to-hashtable) 
69         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
70         new variables and function fixes
71
72         * gnus.el (gnus-registry-headers-alist): new variable to hold
73         article header data
74         (gnus-variable-list): save gnus-registry-headers-alist
75
76         * spam-report.el (Module): new module for spam reporting
77
78         * gnus.el (spam-process): added
79         gnus-group-spam-exit-processor-report-gmane to the list of choices
80         (gnus-install-group-spam-parameters): defined new spam exit processor
81
82         * spam.el (autoload): autoload spam-report-gmane when needed
83         (spam-report-gmane-register-routine): glue for spam-report.el
84         (spam-group-spam-processor-report-gmane-p): glue for the
85         gnus-group-spam-exit-processor-report-gmane spam processor
86         (spam-summary-prepare-exit): check the report-gmane spam processor
87         and run spam-report-gmane-register-routine if it's active
88
89         From John Wiegley <johnw@gnu.org>
90
91         * spam.el (spam-bogofilter-score): check bogofilter headers before
92         checking bogofilter itself
93
94 2003-04-16  Dave Love  <fx@gnu.org>
95
96         * gnus-agent.el: Wrap defsetf in eval-when-compile.
97         (gnus-agent-cat-defaccessor): Don't use gensym.
98
99         * mml1991.el: Require cl, mm-util when compiling.
100         (quoted-printable-decode-region, quoted-printable-encode-region):
101         Autoload.
102
103         * pgg.el: Require cl when compiling.
104
105         * nnmail.el (gnus): Require.
106
107         * gnus-util.el: Move provide to end.
108         (gnus-string-equal): Maybe use compare-strings.
109         (gnus-merge): New.
110
111         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
112         (gnus-summary-insert-articles): Use gnus-merge.
113
114         * gnus-fun.el: Require cl and mm-util when compiling.
115
116         * gnus-diary.el (gnus-diary-delay-format-french)
117         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
118
119         * nndiary.el (nndiary-compute-reminders): Don't use setf with
120         nthcdr.
121
122 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
123
124         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
125         specify a predicate other than false.
126         (gnus-category-read): Use the new feature to create a 'default'
127         category with a 'short' predicate.
128
129 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * message.el (message-unique-id): Comment change.
132
133         * gnus-art.el (gnus-article-next-page-1): New function.
134         (gnus-article-next-page): Use it.
135
136 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * spam.el (spam-split): added save-restriction to save-excursion
139
140 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
141         From Julien Avarre <julien@avarre.com>
142
143         * gnus-fun.el: Fixed autoload cookie.
144
145 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
146         From Remi Letot  <remi.letot@easynet.be>
147
148         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
149         instead of remove-if.
150
151 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
154         copy-sequence instead of remove which is a cl run-time function in
155         Emacs 20.
156
157 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
158
159         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
160         local copy of gnus-discouraged-post-methods with the current
161         method removed.
162
163 2003-04-14  Simon Josefsson  <jas@extundo.com>
164
165         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
166
167 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
170         of `mm-coding-system-priorities' to base coding system.
171
172         * gnus-sum.el: Added coding cookie ("middle dot" in
173         gnus-summary-morse-message).
174
175 2003-04-13  Simon Josefsson  <jas@extundo.com>
176
177         * gnus-art.el (article-fill-long-lines)
178         (article-verify-x-pgp-sig, article-decode-group-name)
179         (gnus-mime-button-menu): Split >80 character lines.
180
181 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
182
183         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
184         we're let-binding it.
185
186         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
187
188 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-hide-headers): Don't do intangible.
191
192         * gnus.el (gnus-group-prefixed-name): Comment out the test for
193         colon. 
194
195         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
196         to the ephemeral entry, but the prefixed name.
197
198         * gnus.el (gnus-group-prefixed-name): Clean up.
199
200 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
201
202         * gnus-agent.el (gnus-agent-group-pathname): Bind
203         gnus-command-method so that gnus-agent-directory will always
204         return a valid directory.
205         * gnus-cache.el (gnus-cache-enter-article): Remove article from
206         gnus-newsgroup-undownloaded so that the summary will display the
207         article as downloaded.
208         (gnus-cache-remove-article): If the article isn't in the agent,
209         remove it from gnus-newsgroup-undownloaded so that the summary
210         will display the article as undownloaded.
211
212 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus.el (gnus-version-number): Bump.
215
216 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
217
218         * gnus.el: Oort Gnus v0.18 is released.
219
220 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
223
224 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-art.el (gnus-article-next-page): Use
227         gnus-article-over-scroll.
228         (gnus-article-over-scroll): New variable.
229
230         * message.el (message-newline-and-reformat): Place a boundary
231         before filling.
232         (message-make-forward-subject-function): Changed default to
233         message-forward-subject-name-subject. 
234         (message-forward-subject-name-subject): New function.
235
236         * nnimap.el (nnimap-split-fancy): Ditto.
237
238         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
239
240         * gnus-cus.el (gnus-group-parameters): Removed "which see".
241
242         * mml.el (mml-minibuffer-read-file): Bind
243         completion-ignored-extensions to nil.
244
245         * message.el (message-fix-before-sending): Comment fix.
246         (message-fix-before-sending): Make hidden headers visible.
247         (message-hide-headers): Bind after-change-functions to nil.
248         (message-forbidden-properties): Put invisible and intangible
249         back. 
250         (message-strip-forbidden-properties): Ignore message-hidden text.
251
252         * gnus-msg.el: Hide headers.
253
254         * message.el (message-hidden-headers): New variable.
255         (message-hide-headers): New function.
256         (message-hide-header-p): New function.
257         (message-hide-header-p): Change logic.
258         (message-forbidden-properties): Remove intangible nil invisible
259         nil. 
260         (message-hide-headers): Narrow to headers.
261
262         * lpath.el (featurep): Bind Info-directory, Info-menu.
263
264 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
265
266         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
267         encoded.
268         (mm-encode-body): Don't corrupt UTF-16.
269         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
270
271 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
272
273         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
274         the CACHE are now detected and handled the same as an article
275         downloaded into the agent.
276         (gnus-agent-group-path): Modified to match nnmail-group-pathname
277         so that the agent front-end and back-end (nnagent) always use the
278         same directory.
279         (gnus-agent-group-pathname): New function. Wrapper for
280         nnmail-group-pathname.
281         (gnus-agent-expire-unagentized-dirs): New variable.  May be
282         customized to disable gnus-agent-expire-unagentized-dirs.
283         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
284         as the directories in gnus-agent-expire-current-dirs were
285         expanded.
286
287 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
288
289         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
290         body" entry in read only groups.
291
292 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
293
294         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
295         and "Create article" items in non-editable groups.
296
297 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
298
299         * gnus-agent.el (gnus-agent-write-active): Added option of
300         replacing, rather than updating, the agent's active file.  Do NOT
301         use the fully qualified group name as gnus-active-to-gnus-format
302         blindly prefixes group names with server names.
303         (gnus-agent-save-group-info): Merge BOTH min/max of current active
304         range, was just merging min, with specified active range.
305         (gnus-agent-expire): Save agent's active ranges after
306         expiring all groups.
307         (gnus-agent-expire-group-1): Update min of agent's active range to
308         min article currently fetched.
309         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
310         same ancestor multiple times.
311
312         * gnus-async.el (gnus-asynchronous): Moved defcustom of
313         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
314         seems to fix an intermittant error in which loading gnus-async
315         fails to define gnus-asynchronous (the variable).
316
317         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
318         non-essential.  Removed on all platforms.
319         (gnus-select-newsgroup): When the agent is active, expand the
320         group's active range to include fetched articles that are no
321         longer in the server's active range.
322
323         * gnus-util.el (gnus-with-output-to-file): Removed all of the
324         print-* bindings as they should be handled by the function doing
325         the printing.
326
327 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
328
329         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
330         might be unbound in non-MULE XEmacsen.
331
332 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
333
334         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
335         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
336         recognize diffs.
337
338         * mm-bodies.el (mm-decode-body): Use the supplied charset
339         unconditionally if `code-pages' hasn't been loaded.
340
341 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
342
343         * gnus-art.el (article-verify-x-pgp-sig): Don't use
344         `insert-buffer', the docstring says "This function is meant for
345         the user to run interactively.  Don't call it from programs!"
346
347         * mm-extern.el (mm-extern-mail-server): do.
348
349         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
350         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
351         (mml1991-pgg-encrypt): do.
352
353         * pgg.el (pgg-decrypt-region): do.
354
355         * mm-view.el (mm-view-pkcs7-decrypt): do.
356
357         * mml-smime.el (mml-smime-verify): do.
358
359         * mml.el (mml-insert-mime, mml-preview): do.
360
361         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
362         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
363         (mml2015-pgg-encrypt): do.
364
365 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
368
369 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
370
371         * mm-uu.el (mm-uu-copy-to-buffer): Copy
372         `buffer-file-coding-system' to the new buffer.
373         (mm-uu-pgp-signed-extract-1): Don't copy
374         `buffer-file-coding-system' here.
375
376         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
377         exist in XEmacs.
378         (mm-decode-body): Add missing quote.
379
380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
381         buffer-file-coding-system.
382
383         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
384         last-coding-system-used.
385
386         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
387         according to buffer-file-coding-system.
388
389         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
390
391         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
392         (pgg-pgp-snarf-keys-region): do.
393
394         * pgg-pgp5.el (pgg-pgp5-verify-region)
395         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
396
397         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
398         
399 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * spam.el (spam-split): (save-excursion) around (widen)
402         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
403         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
404
405 2003-04-05  Steve Youngs  <youngs@xemacs.org>
406
407         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
408         don't use it when loading gnus-sum.el if we're in XEmacs.
409
410 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
411
412         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
413         print-escape-nonascii to fix more characters in compiled format
414         specs.
415
416 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
417
418         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
419         Fix customization type.
420
421 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
422
423         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
424         print-quoted, print-readably, print-escape-multibyte, and
425         print-level to match original behavior of gnus-prin1.  This should
426         repair the format of .newsrc.eld when using compiled format specs.
427
428 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
429
430         * gnus-group.el (tool-bar-map): defvar it.
431
432         * gnus-art.el (tool-bar-map): do.
433
434         * gnus-sum.el (tool-bar-map): do.
435
436 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
437
438         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
439
440 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
441
442         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
443         and value.
444         (gnus-button-alist): Use it.
445
446 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
447
448         * pgg-gpg.el (pgg-gpg-process-region): do.
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): Use it.
455
456         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
457         unsafe.
458         (pgg-temporary-file-directory): Remove.
459
460 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * lpath.el: Fbind Info-directory and Info-menu.
463
464 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
465
466         * gnus-util.el (gnus-message): Added doc-string.
467
468         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
469         (gnus-score-edit-file-at-point): Goto first match when using `e'.
470
471 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
472
473         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
474         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
475
476 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
479         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
480
481 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
482
483         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
484         print-escape-newlines to print escape sequences rather than
485         literal newline characters.
486
487 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
490         `message-valid-fqdn-regexp' for initialization.
491         (gnus-button-handle-info-url): Renamed and extended version of
492         `gnus-button-handle-info'.
493         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
494         (gnus-button-handle-symbol, gnus-button-handle-library)
495         (gnus-button-handle-info-keystrokes): New functions.
496         (gnus-button-browse-level): New variable.
497         (gnus-button-alist): Use them.  Added levels.
498         (gnus-header-button-alist): Added levels.
499
500 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus.el (gnus-version-number): Bump.
503
504 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
505
506         * gnus.el: Oort Gnus v0.17 is released.
507
508 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-start.el (gnus-unload): Removed.
511
512         * pop3.el (pop3-read-response): Use
513         nnheader-accept-process-output.
514         (pop3-retr): Ditto.
515
516         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
517         (mm-text-html-washer-alist): Ditto.
518
519 2003-03-31  Simon Josefsson  <jas@extundo.com>
520
521         * imap.el (imap-gssapi-program): Also try GNU SASL.
522         (imap-gssapi-open): Accept GNU SASL greeting.
523         (imap-read-timeout): New.
524         (imap-wait-for-tag): Use it.
525
526 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * nntp.el (nntp-accept-process-output): Use new function.
529
530         * nnheader.el (nnheader-read-timeout): New variable.
531         (nnheader-accept-process-output): New function.
532
533         * nntp.el (nntp-read-timeout): Removed.
534
535         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
536
537 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
540
541 2003-03-30  Simon Josefsson  <jas@extundo.com>
542
543         * message.el (message-idna-inside-rhs-p): Narrow to header before
544         searching.
545
546         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
547
548 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
551
552 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
553
554         * message.el (message-make-in-reply-to): Use
555         mail-extract-address-components to determine sender's
556         name/address.
557
558 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
561
562         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
563         valid lambda.
564         (gnus-registry-translate-from-alist): Ditto.
565
566         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
567         print-length to nil.
568
569         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
570
571         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
572         (gnus-grab-cam-face): Use it.
573
574 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
575
576         * nnmaildir.el (nnmaildir-request-set-mark)
577         (nnmaildir-close-group): Allow each mark directory in a group to
578         have its own inode for mark files, to accommodate AFS.
579
580 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
583         gnus-read-newsrc-el-file
584         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
585
586         * gnus-registry.el (gnus-registry-translate-to-alist)
587         (gnus-registry-translate-from-alist, alist-to-hashtable)
588         (hashtable-to-alist): new functions
589         (gnus-register-spool-action): add a spool item to the registry
590
591         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
592         list of saved variables
593         (gnus-registry-alist): new variable
594
595 2003-03-27  Simon Josefsson  <jas@extundo.com>
596
597         * gnus-art.el (article-decode-group-name): Be correct instead of
598         smart.
599
600 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
601
602         * lpath.el: Bind url-current-object for Emacs; bind
603         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
604         for both Emacsen.
605
606 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
607
608         * gnus-sum.el (gnus-article-loose-mime)
609         (gnus-article-emulate-mime): Move to gnus-article-mime customize
610         group.
611
612         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
613         doc string.
614
615 2003-03-26  Kevin Ryde <user42@zip.com.au>
616
617         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
618         gnus-summary-find-uncancelled, skip temporary articles inserted by
619         "refer" functions.
620
621 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
622
623         * smiley.el (smiley-buffer): New function.
624
625 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
626
627         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
628         gnus-summary-update-line (which updated the article's face) with
629         gnus-summary-update-download-mark (which updates the article's
630         face by calling gnus-summary-update-line AND updates the download
631         mark to show that the article was fetched).
632
633 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
634
635         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
636         option of deleting agent directories for groups/servers that are
637         not currently agentized.
638         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
639
640         * gnus-int.el (gnus-open-server): Report backend errors in
641         condition handler.
642
643 2003-03-23  Simon Josefsson  <jas@extundo.com>
644
645         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
646         header.
647
648         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
649         same as Newsgroups.
650
651         * nntp.el (nntp-open-connection-function): Mention
652         nntp-open-tls-stream.
653         (nntp-open-tls-stream): New function.
654
655         * tls.el: New file.
656
657         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
658         instead of SSL.
659         (nnimap-stream): Add other streams, link to imap variables.
660         (nnimap-authenticator): Add other authenticator, link to imap
661         variables.
662
663         * imap.el: Autoload open-tls-stream.
664         (imap-streams): Add tls in front of ssl.
665         (imap-stream-alist): Add tls.
666         (imap-default-tls-port): New variable.
667         (imap-tls-p, imap-tls-open): New functions.
668
669 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
670
671         * mm-url.el (mm-url-insert-file-contents): parse url only if
672         results is a list.
673
674 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * mail-source.el (mail-source-fetch-imap): Revert.
677
678 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
679
680         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
681         less strict regexp.
682
683 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * mail-source.el (mail-source-fetch-imap): Use buffer name for
686         more imap function.
687
688 2003-03-21  Simon Josefsson  <jas@extundo.com>
689
690         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
691         Followup-To data inline.
692
693 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
694
695         * gnus-art.el (gnus-treat-display-xface): Don't enable if
696         icontopbm isn't available.
697
698 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
699
700         * gnus-int.el (gnus-open-server): Catch errors in backend's
701         open-server method.  Returns nil rather than crashing startup.
702
703         * gnus-sum.el (eval-when-compile): Modified to resolve
704         compile-time warnings.
705
706         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
707         Reports length of series so that the user can compare N with a
708         subject that should, if the entire series is present, contain
709         '(.../N)'.
710         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
711         of temp file (Win-XP may leave the temp file locked when the
712         uudecode process fails).
713
714 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
715
716         * message.el (message-split-line): Ignore error.
717
718         * lpath.el (split-line): Avoid split-line warning message.
719
720 2003-03-20  Kim F. Storm  <storm@cua.dk>
721
722         * message.el (message-split-line): New function.
723         (message-mode-map): Remap split-line to message-split-line.
724
725 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
726
727         * message.el (message-make-overlay): Defalias it to make-overlay.
728         (message-delete-overlay): Defalias it to delete-overlay.
729         (message-overlay-put): Defalias it to overlay-put.
730         (message-idna-to-ascii-rhs-1): Use them.
731
732         * messagexmas.el (message-xmas-redefine): Defalias some overlay
733         functions to extent functions.
734
735 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
736
737         * message.el (message-check-news-header-syntax): Fixed regexp.
738
739 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
740
741         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
742
743         * mm-url.el (mm-url-insert): Move url-current-object stuff into
744         mm-url-insert-file-contents.
745
746         * nnrss.el (nnrss-fetch): Fetch the local stuff.
747         (nnrss-check-group): Use it.
748
749 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
750
751         * nnrss.el: Primitive XML Name-space support.  This means that RSS
752         feeds like Kevin Burton's[1] can now be read in Gnus.
753
754         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
755         means that if you want to read the RSS feed for example.com, all
756         you have to do is hit "G R http://www.example.com/ RET" and
757         nnrss.el will find and the feed listed on the site or (if you have
758         loaded xml-rpc.el) look it up on syndic8.com.
759
760         Marked the message as HTML (by adding a Content-Type header) so
761         that Gnus will render it as html if the user wants that.
762
763         Implemented the ability to save nnrss-group-alist so that any new
764         feeds the you subscribe to will be found the next time you start
765         up.
766
767         Implemented support for RSS 2.0 elements (author, pubDate).
768
769         Prefer for <content:encoded> over <description> where both
770         elements exist.
771
772         * mm-url.el (mm-url-insert): Set url-current-object.
773
774         * gnus-group.el (gnus-group-make-rss-group): New function.
775
776 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
777
778         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
779         for highlight overlays.
780
781 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
784         a NOV.
785
786 2003-03-20  Simon Josefsson  <jas@extundo.com>
787
788         * message.el (message-use-idna): Disable if UTF-8 unavailable.
789         (message-idna-to-ascii-rhs): Use it.
790
791         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
792
793 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
794
795         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
796         (spam-group-ham-marks, spam-group-spam-marks): new functions
797         (spam-spam-marks, spam-ham-marks): removed in favor of the
798         spam-marks and ham-marks parameters
799         (spam-generic-register-routine, spam-ham-move-routine): use the
800         new spam-group-{spam,ham}-mark-p functions
801
802         * gnus.el (spam-marks, ham-marks): new group parameters with
803         default values same as the old spam-spam-marks and spam-ham-marks
804
805 2003-03-19  Simon Josefsson  <jas@extundo.com>
806
807         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
808         (gnus-use-idna): New variable.
809         (article-decode-idna-rhs): New function.
810
811         * message.el (message-use-idna): New variable.
812         (message-mode-field-menu): Add entry for IDNA.
813         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
814         (message-idna-to-ascii-rhs): New function.
815         (message-generate-headers): Invoke IDNA code.
816
817 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
818
819         * nnmaildir.el (nnmaildir--system-name): New function.
820         (nnmaildir-request-accept-article): Use it.
821
822 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-util.el (gnus-byte-compile): Make it work silently as the
825         gnus-compile function does.
826
827         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
828         bogus change.
829
830 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
831
832         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
833         sort-coding-systems is defined.
834
835 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
836
837         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
838         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
839         Replace create-directory with target-prefix.
840
841 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
842
843         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
844         find-charset-string which is slooow in XEmacs.
845
846 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
849         compiler under XEmacs.
850
851 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
852
853         * gnus-art.el (gnus-treat-highlight-signature): Make the default
854         work for multipart/signed where the message text isn't `last'.
855
856 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
859         the value of mm-inline-text-html-with-images.
860         (mm-inline-text-html-render-with-w3m): Don't bind
861         w3m-display-inline-images.
862
863         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
864         w3m-display-inline-images.
865
866         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
867         regardless of an Emacs flavor.
868
869 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus.el (gnus-version-number): Bump.
872
873 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
874
875         * gnus.el: Oort Gnus v0.16 is released.
876
877 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * lpath.el (featurep): Bind mm-w3m-mode-map.
880
881 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
882
883         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
884         'respool-able backends define a global nnchoke-get-new-mail
885         variable.
886
887 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
888
889         * gnus-art.el (gnus-mime-delete-part): New function.
890         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
891
892 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * message.el (message-check-news-header-syntax): Don't push
895         groups twice onto list of unknown groups.
896
897         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
898         back.
899
900         * nnheader.el (nnheader-find-etc-directory): Doc fix.
901
902         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
903         config unless the summary buffer exists.
904
905         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
906         that target group is computed correctly when articles are marked
907         as read by Xref handling.
908
909         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
910         imap-open.
911
912         * message.el (message-send-mail): Add courtesy string to Bcc's,
913         too.
914
915         * gnus-cite.el (gnus-cited-line-p): New function.
916
917 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
918
919         * mm-bodies.el (mm-decode-body): Add new optional parameter,
920         force, to use the supplied charset unconditionally.
921
922         * gnus-art.el (article-decode-charset): Use it.
923
924 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
925
926         * mm-bodies.el (mm-decode-coding-region-safely): New function.
927         (mm-decode-body): Use it.
928
929         * rfc2047.el (rfc2047-decode-region): do.
930         (rfc2047-decode-string): Guess coding system if the default is
931         invalid.
932
933 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
934
935         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
936         articles are marked 'read, so we get correct article counts.
937
938 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
941         the button.
942         (gnus-insert-prev-page-button): Ditto.
943         (gnus-insert-next-page-button): Ditto.
944         (gnus-insert-mime-security-button): Ditto.
945
946         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
947         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
948         (mm-inline-image-xemacs): Ditto.
949
950 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
951
952         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
953         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
954         the recent filename uniqueness discussion.
955
956 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
959         newline next time.
960         (mm-inline-image-xemacs): Ditto.
961
962 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
963
964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
965         kill-line.
966
967 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
968
969         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
970         kill-line.
971
972 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
973
974         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
975         fixing the code to match the documentation.
976         (gnus-agent-fetch-selected-article): Replaced
977         gnus-summary-update-article-line with gnus-summary-update-line as
978         the former did not correctly recalculate the thread indentation.
979         (gnus-agent-find-parameter): The agent-predicate, if not found
980         anywhere else, defaults to the value of gnus-agent-predicate.
981         (gnus-agent-fetch-session): Fixed typo; now executes
982         gnus-agent-fetched-hook rather than the undocumented
983         gnus-agent-fetch-hook.
984         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
985         default agent predicate is now provided by
986         gnus-agent-find-parameter.
987         (gnus-agent-message): New macro.  This macro avoids potentially
988         costly parameter evaluation when the message's level is too high
989         to display.
990         (gnus-agent-expire-group-1): Disabled undo tracking in temp
991         overview buffer. Uses new gnus-agent-message macro to reduce
992         overhead of optional messages. Reversed message levels to
993         emphasize percent completion messages.  Detailed messages of
994         little use except when debugging code.
995
996 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
997
998         * spam.el (spam-ham-move-routine): use
999         spam-mark-ham-unread-before-move-from-spam-group
1000         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1001
1002 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * spam.el: load nnimap.el when compiling
1005         (spam-setup-widening): use
1006         nnimap-split-download-body-default instead of
1007         nnimap-split-download-body which is a user-customizable variable
1008
1009 2003-03-07  Simon Josefsson  <jas@extundo.com>
1010
1011         * nnimap.el (nnimap-split-download-body-default): New, holds
1012         default for n-s-d-b.
1013         (nnimap-split-download-body): Add new setting (symbol default),
1014         which uses contents of n-s-d-b-d, and made it the default.
1015
1016 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         * spam.el (spam-use-hashcash): new variable
1019         (spam-list-of-checks): added spam-use-hashcash with associated
1020         spam-check-hashcash
1021         (spam-check-hashcash): new function, installed iff hashcash.el is
1022         loaded
1023         (spam-setup-widening): don't use (return)
1024
1025 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1026
1027         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1028         predicate of `false' to avoid an error when a group defines no
1029         predicate. Fixed typo that disabled agent scoring (i.e. the
1030         low/high predicates should now work).
1031
1032 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * spam.el: add spam-maybe-spam-stat-load to
1035         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1036         (spam-bogofilter-register-with-bogofilter): use
1037         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1038         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1039         custom variables to replace "-s" and "-n"
1040
1041         * gnus-group.el (gnus-group-get-new-news): call the new
1042         gnus-get-top-new-news-hook hook
1043
1044         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1045         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1046
1047 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1050
1051 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1054         a cl run-time function.
1055
1056 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1057
1058         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1059         on gnus-agent-short-article.
1060         (gnus-category-read): Replaced CL function mapcar* with new macro:
1061         gnus-mapcar.
1062         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1063         support functions that accept multiple parameters.  A separate
1064         sequence must be provided for each parameter in the function.
1065         Iteration stops when the end of the shortest list is reached.
1066
1067 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1068
1069         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1070
1071         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1072         (html2text-delete-single-tag, html2text-clean-anchor)
1073         (html2text-remove-tags): Use delete-region.
1074         (html2text-fix-paragraphs): Simplify.
1075
1076         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1077         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1078         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1079         kill-region.
1080
1081 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1082
1083         * gnus-agent.el (gnus-agent-enable-expiration)
1084         (gnus-agent-article-alist, gnus-agent-article-alist)
1085         (gnus-agent-cat-defaccessor): Doc fixes.
1086
1087 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1088
1089         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1090         byte-compiled functions.
1091
1092 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1093
1094         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1095         customization between new maneuvering (which permits selecting
1096         undownloaded articles) and old maneuvering (which skipped over
1097         undownloaded articles) behaviors.
1098         (gnus-summary-find-next): Pass through the unread and subject
1099         parameters when calling gnus-summary-find-prev.
1100         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1101         gnus-auto-goto-ignores to filter out unacceptable articles.
1102
1103 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1104
1105         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1106         exists in all supported Emacs versions, so we don't need this
1107         compatibility function.
1108         (mail-source-fetch-pop, mail-source-check-pop)
1109         (mail-source-fetch-webmail): Use read-passwd.
1110
1111         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1112         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1113         read-passwd.
1114
1115         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1116
1117         * imap.el (imap-read-passwd): Remove.
1118         (imap-interactive-login): Use read-passwd.
1119
1120         * canlock.el (canlock-read-passwd): Remove.
1121         (canlock-insert-header, canlock-verify): Use read-passwd.
1122
1123         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1124         (sieve-manage-interactive-login): Use read-passwd.
1125
1126         * pop3.el (pop3-read-passwd): Remove.
1127         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1128         read-passwd.
1129
1130         * pgg.el (pgg-read-passphrase): Simplify.
1131
1132 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1133
1134         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1135         'plugged' when actually 'unplugged' bug.
1136         (gnus-category-read): Ignore nil values when converting an
1137         old-format category so that the new-format category will default
1138         those attributes to the global variables.
1139
1140 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1141
1142         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1143         doc-string.
1144
1145 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1146
1147         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1148         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1149         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1150         * mm-url.el (mm-url-decode-entities-string): do.
1151         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1152         * mm-decode.el (mm-find-raw-part-by-type): do.
1153         * message.el (message-send-mail-partially)
1154         (message-send-mail-with-sendmail): do.
1155         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1156         * gnus-kill.el (gnus-pp-gnus-kill): do.
1157         * gnus-art.el (gnus-article-treat-unfold-headers)
1158         (gnus-article-encrypt-body): do.
1159
1160 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1161
1162         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1163         (mail-source-delete-old-incoming-confirm): New variable.
1164         (mail-source-delete-old-incoming): Use it.  New function.
1165         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1166         `mail-source-delete-incoming' is a nonnegative integer.
1167
1168 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1169
1170         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1171         (gnus-user-agent): Fixed typo.
1172
1173 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1174
1175         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1176         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1177
1178 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1181         (gnus-agent-fetch-session): Allow debugging to take place.
1182
1183 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1184
1185         * gnus-sum.el (gnus-highlight-selected-summary)
1186         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1187         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1188         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1189         and makes it clear that we don't need the side effect.
1190         * gnus-util.el (gnus-delete-line): do.
1191         * gnus-xmas.el (gnus-group-add-icon): do.
1192         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1193         * nntp.el (nntp-send-authinfo-from-file): do.
1194         * nnml.el (nnml-header-value): do.
1195         * nnheader.el (nnheader-insert-references): do.
1196         * gnus-cite.el (gnus-article-highlight-citation)
1197         (gnus-cite-parse): do.
1198         * gnus-score.el (gnus-score-followup): do.
1199         * gnus-draft.el (gnus-draft-send): do.
1200         * gnus-group.el (gnus-group-highlight-line): do.
1201         * gnus-cache.el (gnus-cache-braid-nov): do.
1202         * nnfolder.el (nnfolder-retrieve-headers)
1203         (nnfolder-request-article): do.
1204         * gnus-art.el (article-hide-boring-headers)
1205         (gnus-article-hide-header): do.
1206
1207         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1208         * nnml.el (nnml-request-replace-article): do.
1209         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1210         * nnfolder.el (nnfolder-request-move-article): do.
1211         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1212         * gnus-art.el (gnus-mm-display-part): do.
1213
1214         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1215
1216 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1217
1218         * nntp.el (nntp-possibly-change-group): Avoid calling
1219         process-buffer on nil (Which happened when you lost your
1220         connection while fetching); instead signal a "Server Closed
1221         Connection" error.
1222
1223 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1224
1225         * gnus-agent.el (gnus-agent-enable-expiration): New
1226         variable. Either ENABLE or DISABLE.  Sets default behavior for
1227         selecting which groups are expired.
1228         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1229         gnus-agent-set-cat-groups): Provides abstract interface for
1230         accessing agent category.  Category now implemented by an alist.
1231         (gnus-agent-add-group, gnus-agent-remove-group,
1232         gnus-category-insert-line, gnus-category-edit-predicate,
1233         gnus-category-edit-score, gnus-category-edit-groups,
1234         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1235         new agent category abstraction.
1236         (gnus-agent-find-parameter): New function. Search for agent
1237         configuration parameter first in the group's parameters, then its
1238         topics (if any), and then the group's category.  If not found
1239         anywhere, use the original defined constants.
1240         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1241         gnus-agent-find-parameter.
1242         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1243         gnus-agent-cache now blocks retrieving headers and articles from
1244         the local cache.  Fetched content is still added to the cache
1245         before being returned.
1246         (gnus-agent-fetch-session): Use error-message-string to generate
1247         displayed error message.
1248         (gnus-agent-customize-category): New Command. 'e' in category
1249         buffer opens category customization buffer.
1250         (gnus-category-read): Reads either positional or alist format;
1251         returns alist format.
1252         (gnus-category-write): Writes category file compatible with
1253         current, and previous, versions of gnus-agent.
1254         (gnus-category-make-function, gnus-category-make-function-1):
1255         Corrected documentation; parameter is predicate NOT category.
1256         (gnus-predicate-implies-unread): Now works in more cases per the
1257         todo comment.
1258         (gnus-function-implies-unread-1): New function. Supports
1259         gnus-predicate-implies-unread.
1260         (gnus-agent-expire-group): Command now provides default of group
1261         under point.
1262         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1263         agent-days-until-old parameters. No longer supports
1264         gnus-agent-expire-days being set to an alist.
1265         (gnus-agent-request-article): Now performs its own checks of
1266         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1267         assuming that the caller will do them correctly.
1268         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1269         gnus-agent-expire-days is set to an alist.  Converts said alist
1270         into group parameter so that gnus-agent-expire-days will not be
1271         needed.
1272         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1273         checks surrounding gnus-agent-request-article removed; now
1274         performed by gnus-agent-request-article.
1275         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1276         customizable group/topic parameters that regulate the agent.
1277         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1278         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1279         the list of gnus buffers.
1280         (gnus-trim-whitespace): Removes leading and trailing whitespace
1281         from multiline strings.
1282         (gnus-agent-cat-prepare-category-field,
1283         gnus-agent-customize-category): Constructs a category
1284         customization buffer.
1285         * gnus-int.el (gnus-retrieve-headers,
1286         gnus-request-expire-articles): No longer checks gnus-agent-cache
1287         as it is handled internally by the agent.
1288         (gnus-request-head, gnus-request-body): Conditional checks
1289         surrounding gnus-agent-request-article removed; now performed by
1290         gnus-agent-request-article.
1291
1292         * gnus-start.el (): Added defvar statements to resolve compilation
1293         warnings.
1294         (gnus-long-file-names): New function. Isolates platform dependent
1295         msdos-long-file-names.
1296         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1297         option of writing directly to file.  Avoids memory exhausted
1298         errors when .newsrc.eld is huge.
1299         (gnus-save-newsrc-file): Uses new
1300         gnus-save-startup-file-via-temp-buffer.
1301         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1302         standard-output.
1303         (gnus-display-time-event-handler): Changed to alias from a defun
1304         to avoid a compile-time warning when display-time-event-handler is
1305         not defined.
1306         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1307         standard-output such that prin1 and princ will write directly to a
1308         file.
1309
1310         * gnus.el (gnus-agent-cache): Expanded documentation.
1311         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1312         so that this face is actually bold.
1313
1314         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1315         gnus-use-cache has been set.
1316
1317 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1318
1319         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1320
1321 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1322
1323         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1324
1325 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1326
1327         * spam.el: Fix typo.
1328
1329 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1330         (Trivial patch.)
1331
1332         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1333         errors-buffer. This produces a nicer error message in case of
1334         problems.
1335
1336 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1337
1338         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1339         load stats iff spam-use-stat is on
1340
1341         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1342         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1343         instead of spam-stat-load and spam-stat-save in the
1344         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1345
1346 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1347
1348         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1349
1350 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * message.el (message-make-fqdn): Protect against nil user-mail.
1353
1354 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1355
1356         * gnus-art.el (gnus-boring-article-headers): New values:
1357         'to-list and 'cc-list.
1358
1359 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * spam.el (spam-setup-widening): new function to set
1362         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1363         (spam-list-of-statistical-checks): list of statistical splitter
1364         checks
1365         (spam-split): added a widen call when a statistical check is
1366         enabled
1367
1368 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1369
1370         * gnus-msg.el (gnus-user-agent): Changed default to
1371         'emacs-gnus-type, renamed 'full.
1372
1373 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1374
1375         * nnfolder.el (nnfolder-request-accept-article): Don't use
1376         mail-header-unfold-field.
1377
1378 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1379
1380         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1381         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1382
1383 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1384
1385         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1386         (spam-split): remove spam-stat-load call
1387
1388 2003-02-26  Simon Josefsson  <jas@extundo.com>
1389
1390         * gnus-sum.el (gnus-summary-toggle-header): Run
1391         gnus-article-decode-hook instead of calling a-decode-encoded-words
1392         directly (the latter is run as part of the former).
1393
1394 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1395
1396         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1397
1398 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1399
1400         * message.el (message-sendmail-envelope-from): New option.
1401         (message-sendmail-envelope-from): New function.
1402         (message-send-mail-with-sendmail): Use it.
1403
1404 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1405
1406         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1407         compensation for TDMA addresses.
1408
1409 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1410
1411         * gnus-msg.el (gnus-user-agent): New variable.
1412         (gnus-version-expose-system): Removed.  Obsoleted by
1413         `gnus-user-agent'.
1414         (gnus-extended-version): Use `gnus-user-agent'.
1415
1416 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * spam.el (spam-stat-register-spam-routine,
1419         spam-stat-register-ham-routine): remove spam-stat-save
1420         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1421
1422 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1423
1424         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1425         reference.
1426
1427 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1428
1429         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1430         calculation to avoid integer overflow.
1431
1432 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1435
1436 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1437         * spam.el: disabled spam-get-article-as-filename
1438
1439         From Michael Shields  <shields@msrl.com>
1440
1441         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1442         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1443         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1444         * spam.el (spam-summary-prepare-exit): Use it.
1445         * gnus.el (gnus-install-group-spam-parameters): New.
1446         * spam.el (spam-group-ham-processor-copy-p): New.
1447         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1448         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1449         that would cause the current message to be moved if the group had
1450         no spam.
1451         * spam.el (spam-ham-move-routine): New `copy' argument.
1452
1453 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1454         From Martin Thornquist <martint@ifi.uio.no>
1455
1456         * gnus-topic.el (gnus-topic-select-group): Select last group if
1457         after last group.
1458         * gnus-group.el (gnus-group-select-group): Ditto.
1459
1460 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1463         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1464         point-at-(b|e)ol which aren't available in Emacs 20.
1465
1466         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1467
1468 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1469
1470         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1471         clause of the condition-case statement.  Errors connecting to a
1472         server no longer terminate gnus.
1473
1474         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1475         make its use obvious.  Added no-nothing case to avoid
1476         opening(closing) servers when already open(closed).
1477         (gnus-agent-while-plugged): Added macro to facilitate internal use
1478         of gnus-agent-toggle-plugged.
1479         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1480         temporarily open servers.
1481         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1482         as sorting gnus-newsgroup-headers is wrong.
1483         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1484         to temporarily open servers. Corrected logic to handle setting
1485         gnus-agent-mark-unread-after-downloaded.
1486         (gnus-agent-fetch-articles): Now handles headers with missing
1487         article sizes and/or missing article lengths.  Now clears the
1488         message buffer when finished.
1489         (gnus-agent-fetch-group-1): Position point before calling
1490         gnus-summary-set-agent-mark.
1491         (gnus-get-predicate): Corrected description, parameter is
1492         predicate not category.
1493         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1494         provide a separate single group expiration function.
1495         (gnus-agent-regenerate-group): Now clears the message buffer when
1496         finished.
1497
1498 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1499
1500         * gnus.el (gnus-agent-target-move-group-header): New variable.
1501         * gnus-draft.el (gnus-draft-send): If special header
1502         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1503         that group, instead of performing the regular sending functions.
1504
1505 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1508
1509 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1510
1511         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1512         variables.
1513         (message-make-fqdn): Use it.  Improved validity check.
1514
1515 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * message.el (message-user-mail-address): Check whether
1518         user-mail-address looks valid.
1519
1520         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1521
1522         * gnus-util.el (gnus-fetch-original-field): New function.
1523
1524 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1525
1526         * message.el (message-mode): \\(...\\) around additional
1527         paragraph-separate alternative.
1528
1529 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1530
1531         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1532         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1533         display key bindings.
1534         (gnus-mime-button-menu): Rewrite.
1535
1536 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-art.el (gnus-button-url-regexp): Removed `.
1539
1540 2003-02-23  Max Froumentin  <mf@w3.org>
1541
1542         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1543
1544 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-art.el (gnus-mime-action-on-part): Require a match
1547         interactively.
1548
1549         * gnus-start.el (gnus-save-newsrc-file): Use
1550         gnus-backup-startup-file.
1551         (gnus-backup-startup-file): New variable.
1552
1553 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus.el (gnus-summary-buffer-name): Moved function here.
1556
1557         * gnus-draft.el (defun): Remove debug.
1558
1559 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1560
1561         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1562         can't open server.
1563
1564 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * gnus-draft.el (defun): Configure posting styles.
1567
1568         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1569         the entry for the group exists before we alter it.
1570
1571 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1572
1573         * message.el (message-mode): MML tags separate paragraphs.  Small
1574         change from David S Goldberg <david.goldberg6@verizon.net>.
1575
1576         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1577         `gnus-newsgroup-headers'.
1578
1579         * gnus-art.el (gnus-article-refer-article): Grok more message id
1580         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1581
1582 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1583
1584         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1585         use "path name".
1586
1587 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1588
1589         * gnus-sum.el (gnus-summary-move-article)
1590         (gnus-summary-expire-articles): send data header for article, not
1591         just article ID
1592
1593         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1594         (gnus-register-spool-action): added hashtable of message ID keys
1595         with message motion data
1596
1597 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1598         From Reiner Steib  <Reiner.Steib@gmx.de>.
1599
1600         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1601         variable, used in `gnus-button-mid-or-mail-heuristic'.
1602         (gnus-button-mid-or-mail-heuristic): New function derived from
1603         Florian Weimer's Perl script.
1604         (gnus-button-handle-mid-or-mail): Allow a function instead of
1605         'guess.
1606         (gnus-button-guessed-mid-regexp): Removed.
1607
1608 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * message.el (message-resend): Bind message-setup-hook to nil;
1611         remove X-Draft-From header.
1612
1613 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1614
1615         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1616         (gnus-newsgroup-undownloaded)
1617         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1618         Doc fixes.
1619
1620 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1621
1622         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1623         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1624
1625 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1626
1627         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1628         insert-string which is obsolete in Emacs 21.4.
1629
1630         * message.el (message-cross-post-followup-to-header): do.
1631
1632         * spam.el (spam-ifile-register-with-ifile)
1633         (spam-stat-register-spam-routine)
1634         (spam-stat-register-ham-routine)
1635         (spam-bogofilter-register-with-bogofilter): do.
1636
1637         * mailcap.el (mailcap-mime-data): Fix typo.
1638
1639         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1640
1641 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1642
1643         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1644         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1645         `gnus-cite-unsightly-citation-regexp'.
1646
1647 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1650         even if there's just a header.
1651
1652 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1653
1654         * message.el (message-fix-before-sending): Fix highlighting of
1655         illegible and invisible text.
1656
1657         * gnus-util.el (gnus-multiple-choice): Separate choices with
1658         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1659
1660 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1661
1662         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1663
1664 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1665
1666         * spam.el (spam-ham-move-routine)
1667         (spam-mark-spam-as-expired-and-move-routine): use
1668         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1669         around process-mark manipulation on the group
1670
1671 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1672
1673         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1674         submenu.
1675
1676 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * mail-source.el (mail-source-fetch): Reverse the return value of
1679         the continuation question.
1680
1681 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nndraft.el (nndraft-request-move-article): Bind
1684         nnmh-allow-delete-final to t.
1685
1686 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1687
1688         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1689
1690 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1691
1692         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1693         the buffer's size.
1694
1695 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1696
1697         * nnheader.el: Added cygwin to system-type comparisons.
1698
1699 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1700
1701         * imap.el (imap-mailbox-status): Fix typo.
1702
1703 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1704
1705         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1706         online.
1707
1708 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1709
1710         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1711         commands.
1712         * gnus-sum.el: Small change from Frank Weinberg
1713         <frank@usenet-rundfahrt.de>:
1714         (gnus-auto-center-group): New variable.
1715         (gnus-summary-read-group-1): Use it.
1716         (gnus-summary-next-group): Fix docstring.
1717
1718 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * gnus-util.el (gnus-faces-at): Simplify.
1721
1722 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1723
1724         * spam.el (spam-ham-move-routine)
1725         (spam-mark-spam-as-expired-and-move-routine): made the article
1726         move conditional, so it's not called even if there's nothing to move
1727
1728 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1729
1730         * message.el (message-unix-mail-delimiter): Accept any whitespace
1731         after the email address and before the date; do not require the
1732         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1733
1734 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1737         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1738
1739         * gnus-util.el (gnus-faces-at): New macro.
1740
1741 2003-02-13  Michael Shields  <shields@msrl.com>
1742
1743         * gnus-cite.el
1744         (gnus-cite-attribution-suffix, gnus-cite-parse):
1745         Better handling for Microsoft citation styles.
1746         (gnus-unsightly-citation-regexp): New.
1747
1748 2003-02-12  Michael Shields  <shields@msrl.com>
1749
1750         * gnus-art.el (article-strip-banner): Strip both per-group and
1751         per-user-address banners.
1752         (article-really-strip-banner): New.
1753
1754 2003-02-12  Michael Shields  <shields@msrl.com>
1755
1756         * gnus-sum.el (gnus-article-goto-next-page,
1757         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1758         relying on the summary bindings of `n' and `p'.
1759
1760 2003-02-12  Michael Shields  <shields@msrl.com>
1761
1762         * gnus-art.el (gnus-article-only-boring-p): New.
1763         (gnus-article-skip-boring): New.
1764         * gnus-cite.el (gnus-article-boring-faces): New.
1765         * gnus-sum.el (gnus-summary-next-page): Use
1766         gnus-article-only-boring-p.
1767
1768 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1771         (spam-ham-move-routine): unmark all articles before marking those
1772         of interest and calling gnus-summary-move-article
1773
1774 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1775
1776         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1777         logically the complement of gnus-get-buffer-create and
1778         gnus-add-buffer.
1779
1780         * gnus-util.el (gnus-kill-buffer): do.
1781
1782         * nnmail.el: Autoload gnus-kill-buffer.
1783
1784 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1785
1786         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1787         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1788         the current LINE.
1789         (gnus-agent-summary-fetch-group): Minimized the number of times
1790         that the article is updated in the buffer.
1791
1792 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1793
1794         * spam.el (spam-ham-move-routine): use the process-mark instead of
1795         gnus-current-article when moving articles
1796         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1797
1798 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1801         (gnus-topic-catchup-articles): Ditto.
1802         (gnus-topic-mark-topic): Reverse recursive logic.
1803
1804 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1805
1806         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1807         gnus-refer-thread-limit is t.
1808
1809 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1810
1811         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1812         sort-coding-systems to prefer utf-8 over utf-16.
1813
1814 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1815
1816         * gnus-agent.el (gnus-agent-expire-days):
1817         gnus-request-move-article depends on gnus-agent-expire to clean up
1818         the cache after moving the article.  Therefore, g-a-e-d can NOT
1819         default to nil or can gnus-agent-expire be disabled by doing so.
1820         If you don't want to run gnus-agent-expire, don't call it.
1821         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1822         when g-a-e-d was NOT nil was removed.
1823         (gnus-agent-article-name): Removed unnecessary input test as
1824         article IDs are always strings.
1825         (gnus-agent-regenerate-group): Added check to protect against
1826         servers that generate absurdly long article IDs.  Valid IDs are
1827         less than 10 digits to avoid overflow errors.  Fixed logic error
1828         when ensuring that the final article ID is present in the new
1829         alist.
1830
1831 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1834         next line after finding the parent.
1835
1836 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus.el (gnus-version-number): Bumped.
1839
1840 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1841
1842         * gnus.el: Oort Gnus v0.15 is released.
1843
1844 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1845
1846         * nnmail.el (nnmail-split-it): If a message ends up matching the
1847           same mailbox more than once, it will cause duplicates to appear
1848           in the mailbox.
1849
1850 2003-02-08  Simon Josefsson  <jas@extundo.com>
1851
1852         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1853         code that only worked under Emacs.
1854
1855         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1856         Das <satyaki@chicory.stanford.edu>.
1857
1858 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1859
1860         * gnus-art.el (gnus-article-refer-article): Use
1861         gnus-replace-in-string.
1862
1863         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1864         (gnus-remove-duplicates): do.
1865
1866 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1867
1868         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1869         (gnus-request-scan): set
1870         gnus-internal-registry-spool-current-method to gnus-command-method
1871         before a request-scan operation
1872
1873         * gnus-registry.el (regtest-nnmail): use
1874         gnus-internal-registry-spool-current-method
1875
1876 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * mail-source.el (mail-source-fetch): Typo fix.
1879
1880 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * nnmail.el (nnmail-spool-hook): new hook
1883         (nnmail-cache-insert): call nnmail-spool-hook
1884
1885         * gnus-registry.el: new file with examples of using the hooks
1886
1887         * gnus.el (gnus-registry): added registry customization group
1888         (gnus-group-prefixed-name): improve function to return full group
1889         name optionally
1890         (gnus-group-guess-prefixed-name): shortcut to
1891         gnus-group-prefixed-name, using just the group name
1892         (gnus-group-full-name): always get a group's full name
1893         (gnus-group-guess-full-name): shortcut, using just the group name
1894
1895         * gnus-sum.el (gnus-summary-article-move-hook)
1896         (gnus-summary-article-delete-hook)
1897         (gnus-summary-article-expire-hook): new hooks
1898         (gnus-summary-move-article, gnus-summary-expire-articles)
1899         (gnus-summary-delete-article): invoke the new hooks
1900
1901 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1902
1903         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1904         from message-ID
1905
1906 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1907
1908         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1909
1910 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1911
1912         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1913         (mm-write-region, mm-detect-coding-region): Doc fixes.
1914
1915 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * mail-source.el (mail-source-fetch): Ignore errors.
1918         (mail-source-ignore-errors): New variable.
1919
1920         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1921         articles.
1922
1923         * gnus-msg.el (gnus-version-expose-system): Change default.
1924
1925 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1926
1927         * gnus-msg.el (gnus-version-expose-system): New variable.
1928
1929 2003-02-07  Simon Josefsson  <jas@extundo.com>
1930
1931         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1932         patch from deskpot@myrealbox.com (Vasily Korytov).
1933
1934 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-art.el (article-display-face): Get the Face header from
1937         the current buffer.
1938
1939 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * gnus-art.el (gnus-mime-view-part-internally): Bind
1942         buffer-read-only to nil.
1943
1944 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1947         from g-a-e-1 to g-a-e-2.
1948
1949 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1952         of bbdb-search-simple, use spam-use-BBDB-exclusive
1953         (spam-check-whitelist): use spam-use-whitelist-exclusive
1954         (spam-use-whitelist-exclusive): new variable affecting
1955         spam-use-whitelist
1956         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1957
1958 2003-02-05  Simon Josefsson  <jas@extundo.com>
1959
1960         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1961         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1962         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1963         (gnus-agent-expire-1): New.
1964         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1965         (gnus-agent-expire-2): New.
1966
1967 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1968
1969         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1970         "delete-if" is misleading because it isn't actually destructive.
1971
1972         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1973
1974         * nnmail.el (nnmail-purge-split-history): do.
1975
1976         * gnus-win.el (gnus-get-buffer-window): do.
1977
1978         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1979         let-binding.
1980         (gnus-simplify-all-whitespace): do.
1981
1982 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-delay.el (gnus-delay-article): Fix binding of the
1985         nndraft:delayed group.
1986
1987 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1988
1989         * gnus.el (spam group parameters): change 'other to 'const in
1990         the group parameter definitions to soothe XEmacs
1991
1992 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1993
1994         * gnus-delay.el (gnus-delay-article): Really create
1995         nndraft:delayed group if it doesn't exist.
1996
1997 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1998
1999         * gnus-sum.el (gnus-summary-search-article): Speed up by
2000         disabling various visual features while searching.
2001         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2002
2003 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2004
2005         * spam.el (spam-list-of-checks): Don't quote nil and t in
2006         docstrings.  From the elisp manual:
2007
2008            When a documentation string refers to a Lisp symbol, write
2009            it [..] with single-quotes around it.  [..] There are two
2010            exceptions: write t and nil without single-quotes.
2011
2012         * messcompat.el (message-from-style): do.
2013
2014         * message.el (message-send-mail): do.
2015
2016         * gnus-util.el (gnus-use-byte-compile): do.
2017
2018         * gnus-score.el (gnus-score-lower-thread): do.
2019
2020         * gnus-int.el (gnus-server-unopen-status): do.
2021
2022         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2023         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2024
2025         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2026         (gnus-group-parameters): do.
2027
2028         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2029
2030         * mm-decode.el (mm-text-html-renderer): do.
2031
2032 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * nnheader.el (nnheader-directory-separator-character): Change the
2035         way to compute the dafault value.
2036
2037 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2038
2039         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2040         (gnus-button-alist): Fix regexp for describe-key.
2041         (gnus-button-handle-describe-function)
2042         (gnus-button-handle-describe-variable)
2043         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2044         (gnus-button-handle-apropos-variable)
2045         (gnus-button-handle-apropos-documentation): Docstring fix.
2046
2047         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2048
2049 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2052         to nil.
2053
2054         * nnmail.el: Removed gnus-util autoload.
2055
2056         * gnus.el: Use gnus-prin1-to-string throughout.
2057
2058         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2059         print-level.
2060
2061         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2062         (gnus-treat-display-grey-xface): Removed.
2063
2064         * gnus-fun.el (gnus-grab-cam-face): New.
2065         (gnus-convert-image-to-gray-x-face): Removed.
2066         (gnus-convert-gray-x-face-to-xpm): removed.
2067         (gnus-convert-gray-x-face-region): Removed.
2068         (gnus-grab-gray-x-face): Removed.
2069
2070         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2071
2072 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2073
2074         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2075         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2076         bound.
2077
2078         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2079
2080 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2081
2082         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2083         Remove -- these are bogus options which are never used.
2084
2085 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2086
2087         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2088
2089 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * spam.el (spam-check-blackholes)
2092         (spam-blackhole-good-server-regex): new variable to skip some IPs
2093         when checking blackholes; use it
2094         (spam-check-bogofilter-headers)
2095         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2096         case more X-Bogosity is used than just "Yes/No"
2097         (spam-ham-move-routine): semi-fixed, only first article is
2098         properly moved now
2099
2100 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2101
2102         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2103         as well.
2104
2105         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2106
2107         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2108
2109         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2110
2111         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2112
2113         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2114
2115 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-fun.el (gnus-face-encode): New function.
2118         (gnus-convert-png-to-face): Use it.
2119
2120         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2121
2122 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2123
2124         * mm-decode.el (mm-dissection-list): Remove.
2125         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2126         only used in mm-remove-all-parts.
2127         (mm-remove-all-parts): Remove it, it's never called.
2128
2129 2003-01-25  Simon Josefsson  <jas@extundo.com>
2130
2131         * gnus-group.el (gnus-group-make-group): Report errors.
2132
2133         * nnimap.el (nnimap-request-create-group): Ditto.
2134
2135         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2136
2137         * sieve.el (sieve-upload): Fix error printing.
2138
2139         * mm-encode.el (mm-qp-or-base64): Always QP iff
2140         mm-use-ultra-safe-encoding and cleartext PGP.
2141
2142         * gnus-sum.el (gnus-summary-select-article): Inhibit
2143         redisplay (mainly for secured messages).
2144
2145         * nnmail.el (nnmail-article-group): Copy body too (but don't
2146         process it).
2147
2148 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2149
2150         * gnus-art.el (gnus-article-setup-buffer): Reset
2151         gnus-button-marker-list.
2152
2153 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * nntp.el (nntp-read-timeout): Default to using a second delay
2156         under Microsoft Windows.
2157
2158 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * nnheader.el (nnheader-directory-separator-character): New
2161         variable.
2162
2163 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2164
2165         * gnus-agent.el (gnus-agent-max-fetch-size)
2166         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2167         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2168         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2169         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2170         (gnus-agent-braid-nov, gnus-agent-load-alist)
2171         (gnus-agent-article-alist-save-format)
2172         (gnus-agent-read-agentview, gnus-agent-save-alist)
2173         (gnus-agent-fetch-group-1, gnus-agent-expire)
2174         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2175         (gnus-agent-regenerate-group): Reformat to keep under eighty
2176         columns.  Reword docstrings so that first line is under eighty
2177         chars and a complete sentence.  Still need to work on the rear
2178         end of the file, in particular gnus-agent-expire.
2179
2180 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-agent.el (gnus-agentize): Indent.
2183
2184         * gnus.el (gnus-version-number): Bumped.
2185
2186 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2187
2188         * gnus.el: Oort Gnus v0.14 is released.
2189
2190 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2191
2192         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2193         before beginning.  Tiny patch from Mark Thomas
2194         <swoon@bellatlantic.net>.
2195
2196 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * spam.el (spam-check-blackholes, spam-split)
2199         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2200         gnus-message calls to show to users what spam.el is doing
2201
2202 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2203
2204         * gnus-msg.el (gnus-message-replysign)
2205         (gnus-message-replyencrypt): Fix typo.
2206
2207 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2210         details.
2211
2212 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-art.el (gnus-article-press-button): let* -> let.
2215         (gnus-mime-security-show-details): Cleaned up.
2216         (gnus-mime-security-press-button): Save excursion.
2217         (gnus-insert-mime-security-button): Clean up.
2218
2219         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2220
2221         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2222         timeout.
2223
2224         * nntp.el (nntp-accept-process-output): Removed timeout.
2225         (nntp-read-timeout): New variable.
2226         (nntp-accept-process-output): Use it.
2227
2228         * gnus-sum.el (gnus-data-find-list): Remove *.
2229
2230 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2231
2232         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2233         introduced on 2002-01-22.
2234         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2235
2236 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2237
2238         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2239         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2240         checks of incoming mail based on simple header regexp matching
2241
2242 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * gnus-sum.el (gnus-spam-mark): set to `$'
2245
2246 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2247
2248         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2249         gnus-newsgroup-unfetched, the list of articles whose headers have
2250         not been fetched from the server.
2251
2252         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2253         parameter as it never worked due to a bug.  Added check to prevent
2254         selection of any article in the gnus-newsgroup-unfetched list.
2255         (gnus-summary-find-prev): Added check to prevent selection of any
2256         article in the gnus-newsgroup-unfetched list.
2257         (gnus-summary-first-subject): Documented API. Modified
2258         implementation so that constraints are handled independently.
2259         Added check to prevent selection of any article in the
2260         gnus-newsgroup-unfetched list.
2261         (gnus-summary-first-unseen-subject): Updated parameters in
2262         gnus-summary-first-subject call to match new API.
2263         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2264         (gnus-summary-catchup): Do not mark unfetched articles as read.
2265
2266 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2267
2268         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2269         make-obsolete-variable allows only two arguments in XEmacs and
2270         Emacs 20.
2271
2272         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2273         gnus-article-hide-pgp.
2274         (gnus-summary-make-menu-bar): do.
2275
2276         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2277         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2278         gnus-article-hide-pgp.
2279         (article-hide-pgp): Remove.
2280         (gnus-article-hide): Remove gnus-article-hide-pgp.
2281
2282         * gnus.el: Remove gnus-article-hide-pgp
2283
2284 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * message.el (message-required-headers): Doc fix.
2287
2288 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2289
2290         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2291         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2292         option to make ifile a purely binary classifier
2293
2294 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2297         (mml-secure-encrypt-pgpmime): Removed double.
2298
2299         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2300         debugging statements.
2301
2302 2003-01-21  Andreas Fuchs  <asf@void.at>
2303
2304         * mml-sec.el (mml-sign-alist): Added pgpauto.
2305
2306 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus.el (gnus-version-number): Bumped version number.
2309
2310 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2311
2312         * gnus.el: Oort Gnus v0.13 is released.
2313
2314 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-art.el (gnus-button-url-regexp): Removed |.
2317
2318         * message.el (message-send-hook): Doc fix.
2319
2320         * gnus-win.el (gnus-buffer-configuration): Display article
2321         instead of article-copy when `reply'.
2322
2323 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2324
2325         * gnus.el (gnus-format): Change customize group to gnus.
2326         (gnus-cache): Add link.
2327         (gnus-group-charter-alist): Fix docstring.
2328
2329 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2330
2331         * mailcap.el (mailcap-print-command): lpr-command might be
2332         unbound in XEmacs.
2333
2334 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2335
2336         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2337
2338         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2339         calculation of net characters added for use in the gnus-data
2340         structure.
2341
2342 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2343
2344         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2345         message.  Suggested by Jari Aalto.
2346
2347 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2350         (gnus-article-reply-with-original): Ditto.
2351
2352         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2353         read articles don't become unread.
2354
2355 2003-01-17  Simon Josefsson  <jas@extundo.com>
2356
2357         * gnus-fun.el (gnus-x-face-from-file):
2358         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2359
2360         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2361         (gnus-convert-image-to-face-command): Doc fix.
2362
2363 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2366
2367 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2368
2369         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2370         avoid encoding problems.
2371
2372         * mailcap.el (mailcap-ps-command): New variable.
2373         (mailcap-mime-data): Add print entry where applicable.  Use
2374         pdftotext on a tty.
2375
2376 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2377
2378         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2379
2380 2003-01-16  Simon Josefsson  <jas@extundo.com>
2381
2382         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2383         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2384         (gnus-face-from-file): Doc fix; don't mention image format.
2385
2386 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * spam.el (spam-get-article-as-filename): new function (unused for now)
2389         (spam-get-article-as-buffer): new function
2390         (spam-get-article-as-string): use spam-get-article-as-buffer
2391         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2392
2393 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2394
2395         * gnus-agent.el: Don't use `path'.
2396         From the GNU coding standards:
2397
2398             Please do not use the term ``pathname'' that is used in Unix
2399             documentation; use ``file name'' (two words) instead.  We use
2400             the term ``path'' only for search paths, which are lists of
2401             directory names.
2402
2403         * nnsoup.el (nnsoup-file-name): Ditto.
2404
2405         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2406         (nnmail-group-pathname): Ditto.
2407
2408         * nnimap.el (nnimap-group-overview-filename): Ditto.
2409
2410         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2411         (nnheader-group-pathname): Ditto.
2412
2413         * nnfolder.el (nnfolder-group-pathname): Ditto.
2414
2415         * gnus.el (gnus-home-directory): Ditto.
2416
2417         * gnus-group.el (gnus-group-icon-list): Ditto.
2418
2419 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2420
2421         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2422
2423         * message.el (message-mode-menu): Use it.
2424         (message-mode-menu): Deactivate "Yank Original" if there's no
2425         reply buffer.
2426
2427         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2428
2429         * message.el (message-mark-active-p): New function.
2430
2431 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2434         (spam-bogofilter-database-directory): new variables
2435         (spam-check-bogofilter-headers, spam-check-bogofilter)
2436         (spam-bogofilter-register-with-bogofilter)
2437         (spam-bogofilter-register-spam-routine)
2438         (spam-bogofilter-register-ham-routine)
2439         (spam-group-ham-processor-bogofilter-p): new functions for the new
2440         Bogofilter interface
2441         (spam-summary-prepare-exit): use the new Bogofilter functions
2442         (spam-list-of-checks): added spam-use-bogofilter-headers
2443         (spam-bogofilter-score): rewrote function
2444         (spam-check-bogofilter): optional score parameter, uses
2445         spam-check-bogofilter-headers better
2446         (spam-check-bogofilter-headers): optional score parameter
2447
2448         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2449         default, in the gnus-start customization group.  Used to disable
2450         the spam-*/ham-* parameters.
2451         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2452
2453 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2454
2455         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2456         XEmacs.
2457
2458         * gnus-ems.el (gnus-mark-active-p): do.
2459
2460 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2461
2462         * gnus.texi (Using MIME): Mention auto-compression-mode with
2463         gnus-mime-copy-part.
2464
2465 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * message.el (message-send): Don't warn about duplicates when
2468         superseding.
2469
2470 2003-01-15  Simon Josefsson  <jas@extundo.com>
2471
2472         * nnimap.el (nnimap-split-download-body): New variable.
2473         (nnimap-split-articles): Use it.
2474
2475 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2476
2477         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2478         integrity checker was incorrectly flagging, and removing, articles
2479         whose article number was negative.
2480         (gnus-agent-fetch-group-1): When executed in the group's summary
2481         buffer, refresh each downloaded line to update the status flag and
2482         font.  Preserve the value of gnus-newsgroup-headers so that
2483         gnus-agent-fetch-articles can split the requests by size.
2484         (gnus-agent-expire): Corrected day calculation for when
2485         gnus-agent-expire-days contains a list.
2486
2487 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2490
2491 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2492
2493         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2494           /usr/bin/play as default player.
2495           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2496
2497 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2500         articles to be marked as well.
2501
2502 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2503         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2504         fictious headers generated by nnagent (ie. Undownloaded Article
2505         ####) in the list of articles that have not been downloaded.
2506
2507         * gnus-int.el (): Added require declarations to resolve
2508         compile-time warnings.
2509         (gnus-open-server): If the server status is set to offline,
2510         recursively execute gnus-open-server to open the offline backend
2511         (e.g. nnagent).
2512
2513 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2514
2515         * gnus-art.el (gnus-article-reply-with-original): Use
2516         gnus-mark-active-p.
2517         (gnus-article-followup-with-original): do.
2518
2519 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2520
2521         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2522
2523 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2526         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2527
2528 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2529
2530         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2531         (gnus-face-from-file): Ditto.
2532
2533 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2536         gnus-alter-articles-to-read-function to the unread articles.
2537
2538 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2539
2540         * deuglify.el (gnus-article-outlook-unwrap-lines)
2541         (gnus-article-outlook-repair-attribution)
2542         (gnus-article-outlook-rearrange-citation): New function names,
2543         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2544         doc-string.
2545
2546         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2547         removed `W k' key binding (use `W Y f' instead).
2548         (gnus-summary-make-menu-bar): Use new function names.
2549
2550 2003-01-13  Simon Josefsson  <jas@extundo.com>
2551
2552         * gnus-fun.el (gnus-random-x-face): Doc fix.
2553         (gnus-insert-random-x-face-header): New function.
2554
2555 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2556
2557         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2558         mark is not active.
2559
2560         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2561
2562         * gnus-ems.el (gnus-mark-active-p): New function.
2563
2564         * gnus-group.el (gnus-topic-mode-p): New function.
2565         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2566         Deactivate items if mark is not active.
2567
2568 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus.el (gnus-version-number): Bumped version.
2571         (gnus-summary-line-format): Doc fix.
2572
2573 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2574
2575         * gnus.el: Oort Gnus v0.12 is released.
2576
2577 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * mail-source.el (mail-sources): Removed autoload to make it
2580         compile under XEmacs.
2581
2582 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2583
2584         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2585         regexp or a function too.
2586         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2587         confirmation even if the original article is mail.
2588
2589 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2592         articles to be marked when not yanking.
2593
2594 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2595
2596         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2597
2598 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-fun.el (gnus-face-from-file): Autoload.
2601
2602         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2603         errors.
2604
2605 2003-01-12  Simon Josefsson  <jas@extundo.com>
2606
2607         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2608         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2609
2610         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2611         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2612
2613 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2616         in every string.
2617
2618         * gnus.el (gnus-version-number): Bumped version number.
2619
2620 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2621
2622         * gnus.el: Oort Gnus v0.11 is released.
2623
2624 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2625
2626         * message.el (message-fetch-reply-field): Narrow to headers.
2627
2628         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2629         if Gnus isn't alive.
2630
2631 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2632
2633         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2634         marks from articles that are already stored in the agent.
2635         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2636         backup copy of an invalid .overview file for later analysis.
2637
2638 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2639
2640         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2641         exit work with two frames.
2642
2643 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2644
2645         * message.el (message-forward-make-body): Use mule4.
2646
2647 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * message.el (message-mode-map): Move wide-reply command.
2650
2651 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2652
2653         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2654         castellano.
2655         (gnus-outlook-display-hook): New variable.
2656         (gnus-outlook-display-article-buffer): New function.
2657         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2658         (gnus-outlook-deuglify-article): Made them interactive and added
2659         optional arg.  Use `g-o-d-a-b'.
2660         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2661
2662         * gnus-sum.el: Added autoloads.
2663         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2664         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2665
2666 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus-art.el (gnus-display-mime): Use the mime emulation
2669         variable.
2670
2671         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2672
2673         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2674         newsrc-alist is initialized properly.
2675
2676         * mail-source.el (mail-sources): Autoload.
2677
2678         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2679         nil.
2680
2681         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2682         insert two newlines.
2683
2684         * message.el (message-check-news-header-syntax): Compute the
2685         header length correctly.
2686
2687 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2688
2689         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2690         alist when keeping fetched article file.
2691         (gnus-agent-retrieve-headers): When parsing response for article
2692         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2693         against garbage in the server's response.
2694
2695         * gnus-int.el (gnus-request-expire-articles,
2696         gnus-request-move-article): Only expire when the group's server
2697         has been agentized.
2698
2699 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2702         errors when deleting overlays.
2703
2704         * gnus-score.el (gnus-score-followup): Allow tracing.
2705
2706         * gnus-art.el (gnus-treat-display-face): New variable.
2707         (article-display-face): New command.
2708
2709         * gnus-fun.el (gnus-face-from-file): New function.
2710         (gnus-convert-face-to-png): Ditto.
2711
2712         * gnus-art.el (gnus-ignored-headers): Added Face.
2713
2714 2003-01-10  Simon Josefsson  <jas@extundo.com>
2715
2716         * nndraft.el (nndraft-request-group): Avoid crash in
2717         directory-files when draft directory doesn't exists.
2718
2719         * gnus-sum.el (gnus-select-article-hook): Add :option.
2720
2721 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2722
2723         * spam.el (spam-use-stat): new variable
2724         (spam-group-spam-processor-stat-p)
2725         (spam-group-ham-processor-stat-p): new convenience functions
2726         (spam-summary-prepare-exit): add spam/ham processors to sequence
2727         (spam-list-of-checks): add spam-use-stat to list of checks
2728         (spam-split): conditionally load the spam-stat tables
2729         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2730         spam-check-ifile): new functions
2731
2732         * spam-stat.el (spam-stat): typo fix
2733         (spam-stat-install-hooks): new variable
2734         (spam-stat-split-fancy-spam-group): added documentation clarification
2735         (spam-stat-split-fancy-spam-threshhold): new variable
2736         (spam-stat-install-hooks): make hooks conditional
2737         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2738
2739         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2740         spam-stat ham/spam processor symbols
2741
2742 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2745         file exists.
2746
2747 2003-01-10  Simon Josefsson  <jas@extundo.com>
2748
2749         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2750         undownloaded/downloadable only when unplugged.
2751
2752 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2753
2754         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2755
2756 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * spam.el (spam-check-ifile): fixed call-process-region to use the
2759         db parameter only if it's set
2760         (spam-ifile-register-with-ifile): ditto
2761
2762 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2763
2764         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2765         spam-stat-nbad before creating the hash table.
2766         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2767         Changed copyright statement to FSF.
2768
2769 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2770
2771         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2772         processable articles as read.
2773         (gnus-agent-summary-fetch-series): Remove processable and
2774         downloadable marks on all downloaded articles in the series.
2775
2776         * nntp.el (nntp-report): Throw error after reporting the problem.
2777         (nntp-accept-process-output): Corrected error check to report an
2778         error when the process is nil.
2779
2780 2003-01-09  Simon Josefsson  <jas@extundo.com>
2781
2782         * message.el (message-tool-bar-map): Add preview.
2783
2784 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2785
2786         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2787         previewing.
2788
2789 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2790
2791         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2792         bug when the (n+1)th article to be added to a group has a smaller
2793         number than the n articles already added.
2794
2795 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2796
2797         * message.el (message-mode-field-menu): Use backquote.
2798
2799 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * spam.el: fixed the BBDB autoloads again, using
2802         bbdb-search-simple now (which is not a macro, thank god)
2803
2804         * lpath.el (bbdb-search): removed function from maybe-fbind list
2805
2806         * gnus.el (ham-process-destination): added new parameter for
2807         destination of ham articles found in spam groups at summary exit
2808
2809         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2810         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2811         (spam-ifile-database-path): added new parameter for ifile's database
2812         (spam-move-spam-nonspam-groups-only): new parameter to determine
2813         if spam should be moved from all groups or only some
2814         (spam-summary-prepare-exit): fixed logic to use
2815         spam-move-spam-nonspam-groups-only when deciding to invoke
2816         spam-mark-spam-as-expired-and-move-routine; always invoke that
2817         routine after the spam has been expired-or-moved in case there's
2818         some spam left over; use spam-ham-move-routine in spam groups
2819         (spam-ham-move-routine): new function to move ham articles to the
2820         ham-process-destinations group parameter
2821
2822 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2825
2826         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2827         gnus-summary-update-article-line.
2828
2829 2003-01-08  Simon Josefsson  <jas@extundo.com>
2830
2831         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2832         not successful.
2833
2834 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2837
2838 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2841         logic, finally
2842
2843 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2846         (gnus-parse-format): Change to %~.
2847
2848         * message.el (message-generate-headers): Don't generate optional
2849         empty headers.
2850
2851 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * message.el (message-cross-post-default)
2854         (message-cross-post-note-function, message-shoot-gnksa-feet)
2855         (message-strip-subject-trailing-was, message-change-subject)
2856         (message-mark-insert-file, message-cross-post-followup-to)
2857         (message-cross-post-followup-to, message-mode-map)
2858         (message-generate-unsubscribed-mail-followup-to)
2859         (message-make-mail-followup-to): Minor changes to doc-strings and
2860         error messages.  Updated copyright line.
2861
2862         * message.el (message-make-mail-followup-to,
2863         message-generate-unsubscribed-mail-followup-to): New function
2864         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2865         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2866         names.
2867
2868         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2869         (mml-preview-insert-mft): Removed function name.
2870         (mml-preview): Use new function names.
2871
2872         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2873
2874         * message.el (message-mode-field-menu): Moved header related
2875         commands from "Message" to "Field" menu.
2876
2877 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * message.el (message-generate-headers-first): Added customization
2880         if variable is a list.
2881
2882 2003-01-07  Michael Shields  <shields@msrl.com>
2883
2884         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2885         where the last line of the article is the last line of the window.
2886
2887 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-msg.el (gnus-debug): Use ignore-errors.
2890
2891         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2892         `gnus-summary-update-line'.
2893
2894 2003-01-08  Simon Josefsson  <jas@extundo.com>
2895
2896         * gnus-art.el (gnus-unbuttonized-mime-types)
2897         (gnus-buttonized-mime-types): Doc fix.
2898
2899 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2900
2901         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2902
2903 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * nnrss.el (nnrss-group-alist): Add and clear up.
2906
2907 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2908
2909         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2910
2911         * lpath.el (bbdb-search): added BBDB functions for a better way to
2912         fix missing functions
2913
2914         * spam.el (spam-check-ifile): if should be an unless
2915
2916         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2917         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2918         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2919
2920 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2923         gnus-summary-refer-thread to thread menu.
2924
2925 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2926
2927         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2928         summary buffer, articles that cannot be fetched are marked as
2929         canceled.
2930
2931         * nntp.el (nntp-with-open-group): The quit signal handler must
2932         propagate the quit signal to the next outer handler so that the
2933         caller knows that the request aborted abnormally.
2934
2935 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2938         (spam-ifile-register-spam-routine)
2939         (spam-ifile-register-ham-routine): added ifile functionality that
2940         does not use ifile-gnus.el to classify and register articles
2941         (spam-get-article-as-string): convenience function
2942         (spam-summary-prepare-exit): added ifile spam and ham registration
2943         (spam-ifile-all-categories, spam-ifile-spam-category)
2944         (spam-ifile-path, spam-ifile): added customization options
2945
2946         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2947         exit processor
2948         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2949         list of choices
2950
2951 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-score.el (gnus-score-followup): Also score immediate
2954         followups.
2955
2956 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2959
2960 2003-01-07  Simon Josefsson  <jas@extundo.com>
2961
2962         * message.el (message-mode-menu): Fix receipt balloon help.
2963
2964 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2965
2966         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2967         always be interpreted as news.
2968
2969 2003-01-07  Simon Josefsson  <jas@extundo.com>
2970
2971         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2972         gnus-sieve-script, instead of the global variable
2973         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2974         <sb@dod.no>.
2975
2976 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2977
2978         * gnus.el: Renamed gnus-summary-*-uncached-face as
2979         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2980         the cache.
2981
2982         * gnus-sum.el: Ditto.
2983
2984 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2985
2986         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2987         in either the group or summary buffer.
2988         New command "JS", in summary buffer, will fetch articles per the
2989         group's category, predicate, and processable flags.
2990         (gnus-agent-summary-fetch-series): Rewritten to call
2991         gnus-agent-session-fetch-group once with all articles in the
2992         series.
2993         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2994         return list of fetched articles.
2995         (gnus-agent-fetch-articles): Split fetch list into sublists such
2996         that the article buffer is only slightly larger than
2997         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2998         the group's article alist is saved.
2999         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3000         longer result in the agent trying to fetch an article.
3001         (gnus-agent-fetch-group-1): Can now be called in either the group
3002         or summary buffer.  Removed the max-fetch-size code that I added
3003         on 2002-12-13 as that capability is now part of
3004         gnus-agent-fetch-articles.  Added code to update summary buffer.
3005         When called in the group buffer, articles that can not be fetched
3006         are AUTOMATICALLY MARKED AS READ.
3007
3008         * gnus-sum.el (): Modified eval-when-compile to minimize
3009         misleading compilation warnings.
3010         (gnus-update-summary-mark-positions): Changed code to use
3011         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3012
3013         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3014         empty file as the parser assumes that the file isn't empty.
3015
3016         * nntp.el (nntp-send-string): The process-send-string call can,
3017         because it performs I/O on the process, change the process' state
3018         from open to closed.  If this happens, call nntp-report
3019         immediately to report the broken connection.
3020         (nntp-report): Rewritten to avoid needing a global variable to
3021         determine the appropriate course of action.  Instead, two function
3022         implementations are provided and the nntp-report function value is
3023         bound to the appropriate implementation.
3024         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3025         (nntp-with-open-group): Now binds nntp-report's function cell
3026         rather than binding gnus-with-open-group-first-pass.  Added a
3027         condition-case to detect a quit during a nntp command.  When the
3028         quit occurs, the current connection is closed as a fetch articles
3029         request could have several megabytes queued up for reading.
3030         (nntp-retrieve-headers): Bind articles to itself.  If
3031         nntp-with-open-group repeats this command, I must have access to
3032         the original list of articles.
3033         (nntp-retrieve-groups): Ditto for groups.
3034         (nntp-retrieve-articles): Ditto for articles.
3035         (*): Replaced nntp-possibly-change-group calls to
3036         nntp-with-open-group forms in all, but one, occurrance.
3037         (nntp-accept-process-output): Bug fix. Detect when called with
3038         null process.
3039
3040 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3041
3042         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3043         if we don't need to.
3044         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3045
3046 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-group.el (gnus-group-make-web-group): Pass the select
3049         method on to group-create.
3050         (gnus-group-line-format-alist): %U is an integer.
3051
3052         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3053         ephemeral groups.
3054         (gnus-summary-read-group-1): Ditto.
3055         (gnus-group-make-articles-read): Ditto.
3056
3057         * mm-url.el (mm-url-program): Doc fix.
3058
3059         * message.el (message-mode-map): Rebound
3060         message-insert-wide-reply.
3061
3062 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3065         color as `gnus-group-startup-message' does.
3066
3067 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * spam.el: fixed line lengths to 80 chars or less
3070
3071         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3072         "not-read" mark
3073         (gnus-summary-mark-forward): added the spam-mark to the list of
3074         marks not to be marked as "read" when viewed
3075
3076 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3079
3080         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3081         Protect against unactive groups.
3082
3083         * message.el (message-check-news-header-syntax): Check long
3084         header lines.
3085         (message-check-news-header-syntax): Update `start'.
3086
3087         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3088         (gnus-group-line-format): %U.
3089         (gnus-group-line-format-alist): ?U.
3090         (gnus-number-of-unseen-articles-in-group): New function.
3091
3092         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3093
3094         * gnus.el (gnus-version-number): Bump version number.
3095
3096 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3097
3098         * gnus.el: Oort Gnus v0.10 is released.
3099
3100 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus.el (gnus-version-number): Fix version number.
3103
3104 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3105
3106         * gnus.el: Oort Gnus v0.08 is released.
3107
3108 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3109
3110         * mm-util.el: Add mm-string-make-unibyte.
3111
3112         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3113         UTF-8 groups.
3114
3115 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3118
3119         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3120
3121 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3122
3123         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3124         function.
3125
3126 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3129         (gnus-summary-read-group-1): Update group line.
3130         (gnus-summary-exit-no-update): Update group on exit.
3131
3132         * gnus-group.el (gnus-group-line-format): Add %*.
3133         (gnus-group-line-format-alist): Ditto.
3134         (gnus-group-insert-group-line): Set it.
3135         (gnus-group-is-exiting-p): New variable.
3136         (gnus-group-insert-group-line): Use it.
3137
3138 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3139
3140         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3141         enable BBDB ham processing
3142         (spam-blacklist-register-routine): enable blacklist spam processing
3143         (spam-whitelist-register-routine): enable whitelist ham processing
3144         (spam-fetch-field-from-fast): fast fetching of the "from" field
3145         from (gnus-data-list)
3146         (spam-summary-prepare-exit): works completely now
3147         (spam-use-blacklist): oops, should be nil by default
3148         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3149         split processing now; before it was for summary exit as
3150         well but that's done with the spam-contents and spam-process
3151         parameters now
3152
3153 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3154
3155         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3156         characters.
3157
3158 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3161         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3162         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3163         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3164         (spam-mark-spam-as-expired-and-move-routine)
3165         (spam-generic-register-routine, spam-BBDB-register-routine)
3166         (spam-ifile-register-routine, spam-blacklist-register-routine)
3167         (spam-whitelist-register-routine): new functions
3168         (spam-summary-prepare-exit): added summary exit processing (expire
3169         or move) of spam-marked articles for spam groups; added slots for
3170         all the spam-*-register-routine functions
3171
3172 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * pop3.el (pop3-retr): Wait 500 msecs.
3175         (pop3-read-response): Ditto.
3176
3177         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3178         right.
3179         (gnus-inews-make-draft): New function.
3180         (gnus-setup-message): Use it.
3181
3182         * message.el (message-required-headers): Add From.
3183
3184 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3185         Trivial patch from Norbert Koch <nk@viteno.net>.
3186
3187         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3188
3189 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * message.el (message-generate-headers): Let header formatters do
3192         their work.
3193
3194 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3195
3196         * deuglify.el (gnus-article-outlook-deuglify-article):
3197         Rehighlight, reapply treatments and call
3198         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3199         (gnus-outlook-repair-attribution-block): Recognize cited
3200         attributions.  Suggested by Niklas Morberg.
3201
3202 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3203
3204         * gnus-art.el (gnus-treat-predicate): Check condition first.
3205
3206 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3207
3208         * lpath.el: Add url-http-file-exists-p.
3209
3210         * gnus-group.el (gnus-group-fetch-charter): Use
3211         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3212
3213 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * message.el (message-draft-headers): Also generate From to get a
3216         nicer draft buffer summary.
3217
3218         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3219         parameter.
3220
3221         * gnus-art.el (article-wash-html): Clean up.
3222         (article-wash-html): Typo fix.
3223
3224         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3225         (gnus-summary-mail-forward): To many lists of lists.
3226
3227         * gnus-art.el (article-wash-html): Clean up.
3228
3229 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3230
3231         * gnus-art.el (gnus-treat-wash-html): New variable.
3232
3233 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * message.el (message-check-news-header-syntax): Allow posting.
3236         (message-check-news-header-syntax): Fix logic for sure, this
3237         time.
3238
3239 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3240
3241         * message.el (message-check-news-header-syntax): Check syntax of
3242         continuation headers.
3243
3244 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * gnus-art.el (gnus-button-url-regexp,
3247         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3248         (gnus-header-button-alist): Regexps are case insensitive here.
3249
3250 2003-01-02  Simon Josefsson  <jas@extundo.com>
3251
3252         * dig.el (query-dig): Doc fix.
3253
3254 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3255
3256         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3257         summary buffer line, not just the download mark.
3258
3259 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3262         (gnus-summary-insert-dormant-articles): New command and
3263         keystroke.
3264
3265         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3266         function for mass insertion of subjects.
3267
3268         * nndraft.el (nndraft-generate-headers): Don't move point.
3269
3270         * gnus.el (nnheader): Require nnheader.
3271
3272         * nndraft.el (nndraft-request-associate-buffer): Use
3273         make-local-variable.
3274
3275 2003-01-02  Michael Shields  <shields@msrl.com>
3276
3277         * nndraft.el (nndraft-request-associate-buffer): Make
3278         write-contents-hooks buffer-local before setting it.
3279
3280 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus.el (gnus-group-parameter-value): Take an extra param.
3283         (gnus-group-fast-parameter): Let group param results be nil.
3284
3285         * gnus-art.el (gnus-article-forward-header): New function.
3286         (article-date-ut): Use it to remove continuation date headers.
3287
3288         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3289         read-event.
3290         (gnus-summary-remove-bookmark): Clean up.
3291         (gnus-summary-set-bookmark): Clean up.
3292
3293         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3294
3295         * gnus.el (gnus-group-startup-message): Bind data-directory to
3296         the Gnus etc directory.
3297
3298 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3301         ham-processing of articles; use the new
3302         spam-group-(spam|ham)-contents-p functions
3303         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3304         convenience functions
3305         (spam-mark-junk-as-spam-routine): use the new
3306         spam-group-spam-contents-p function
3307
3308         * gnus.el (spam-process, spam-contents, spam-process-destination):
3309         added new parameters with corresponding global variables
3310         (gnus-group-spam-exit-processor-ifile,
3311         gnus-group-spam-exit-processor-bogofilter,
3312         gnus-group-spam-exit-processor-blacklist,
3313         gnus-group-spam-exit-processor-whitelist,
3314         gnus-group-spam-exit-processor-BBDB,
3315         gnus-group-spam-classification-spam,
3316         gnus-group-spam-classification-ham): added new symbols for the
3317         spam-process and spam-contents parameters
3318
3319         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3320         customization and list itself to store mark symbol rather than
3321         mark character.
3322         (spam-bogofilter-register-routine): added logic to generate mark
3323         values list from spam-ham-marks and spam-spam-marks, so (member)
3324         would work.
3325
3326 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * message.el (message-cross-post-followup-to): Fix comment.
3329
3330 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3333         customization and list itself to store mark symbol rather than
3334         mark character.
3335         (spam-bogofilter-register-routine): added logic to generate mark
3336         values list from spam-ham-marks and spam-spam-marks, so (member)
3337         would work.
3338
3339 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3340
3341         * message.el (message-signature-insert-empty-line): New variable.
3342
3343 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * message.el: Renamed functions and variables: "xpost" ->
3346         "cross-post", "-fup2" -> "-followup-to".
3347         (message-cross-post-old-target, message-cross-post-default,
3348         message-cross-post-note, message-followup-to-note,
3349         message-cross-post-note-function): New variables names.
3350         (message-xpost-old-target, message-xpost-default,
3351         message-xpost-note, message-fup2-note,
3352         message-xpost-note-function): Removed variable names.
3353         (message-cross-post-followup-to-header,
3354         message-cross-post-insert-note, message-cross-post-followup-to):
3355         New function names.
3356         (message-xpost-fup2-header, message-xpost-insert-note,
3357         message-xpost-fup2): Removed function names.
3358
3359 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * message.el (message-send-mail): Added message-cleanup-headers to
3362         prevent newlines in headers.
3363
3364 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * dns.el (dns-make-network-process): Comment.
3367
3368         * gnus-sum.el (gnus-summary-display-while-building): Default to
3369         nil.
3370
3371 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3372
3373         * gnus-sum.el (gnus-summary-display-while-building): New
3374         variable.
3375
3376 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3377
3378         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3379         before rearranging the article.
3380
3381 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nndraft.el (nndraft-generate-headers): New function.
3384         (nndraft-request-associate-buffer): Use it to write headers on
3385         buffer save.
3386
3387         * message.el (message-generate-headers): Let the function be a
3388         lambda form.
3389         (message-draft-headers): New variable.
3390
3391         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3392         function.
3393         (gnus-setup-message): Use it.
3394
3395         * message.el (message-generate-headers-first): Doc fix.
3396         (message-setup-1): Use new function for getting which headers to
3397         generate.
3398         (message-headers-to-generate): New function.
3399
3400 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3401
3402         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3403
3404 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3405
3406         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3407         mention negatives.
3408
3409 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3410
3411         * deuglify.el (gnus-outlook-rearrange-article): Use
3412         `transpose-regions' instead of tempering the kill-ring.
3413         (gnus-article-outlook-deuglify-article): Rehighlight article
3414         instead of a complete redisplay.
3415
3416 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3417
3418         * spam.el: most defvars are defcustoms now
3419
3420         patches from Michael Shields  <shields@msrl.com>
3421
3422         * spam.el (spam-bogofilter-articles): Select the article
3423         body using gnus-summary-show-article t instead of
3424         gnus-summary-select-article; this presents the raw text
3425         without running any hooks.
3426
3427         * spam.el (spam-bogofilter-articles): Use message-remove-header
3428         to remove headers; the old way incorrectly removed just the first
3429         line of folded headers.
3430
3431 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3434
3435 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-start.el (gnus-load): New function.
3438         (gnus-read-newsrc-el-file): Use it.
3439
3440 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3443         (gnus-button-handle-apropos-documentation): New function.
3444         (gnus-button-handle-ctan): New function.
3445         (gnus-button-alist): Use them.  Improve some regexps.
3446         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3447
3448 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3449
3450         * message.el (message-subscribed-p): New function.
3451         (message-send-mail): Use it.
3452         * mml.el (mml-preview-insert-mft): New function.
3453         (mml-preview): Use it.
3454
3455 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3458         when sorting by date.
3459
3460         * gnus-art.el (gnus-article-edit-mode): New variable.
3461         (gnus-article-setup-buffer): Warn user about discarding edits.
3462
3463         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3464         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3465         headers.
3466
3467         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3468
3469 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * message.el (message-completion-alist): Added "Mail-Followup-To"
3472         and "Mail-Copies-To".
3473
3474 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3475
3476         * gnus-group.el: Add key bindings for
3477         gnus-group-sort-groups-by-real-name and
3478         gnus-group-sort-selected-groups-by-real-name.
3479
3480 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3481
3482         * gnus.texi (Sorting Groups): Add key bindings for
3483         gnus-group-sort-groups-by-real-name and
3484         gnus-group-sort-selected-groups-by-real-name.
3485
3486 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * spam.el (spam-use-dig): new variable for blackhole checking
3489         through dig.el
3490         (spam-check-blackholes): added dig.el checking functionality and
3491         more verbose reporting; query-dig is autoloaded from dig.el
3492         (spam-use-blackholes): disabled by default
3493         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3494         blackhole servers list
3495
3496 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * message.el (message-required-headers): New variable.
3499
3500 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * dig.el (query-dig): new function
3503
3504 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3507         prefixes.
3508
3509         * dns.el (query-dns): Protect against errors.
3510
3511         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3512         (gnus-inews-add-send-actions): Mark all answered messages as
3513         answered.
3514
3515 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3516
3517         * nnmail.el (nnmail-split-it): Added tracing to
3518         `:' split rule
3519
3520 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3521
3522         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3523         and "%s" so we don't overquote them.
3524
3525 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3526
3527         * (mm-display-external): Display the actual command that has been
3528         executed in the echo area.
3529
3530 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3533
3534         * message.el (message-with-reply-buffer): New macro.
3535         (message-fetch-reply-field): Use it.
3536         (message-insert-wide-reply): New command and keystroke.
3537         (message-carefully-insert-headers): New function.
3538         (message-insert-to): Use new function.
3539
3540         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3541         (gnus-topic-goto-missing-group): Use it.
3542
3543         * message.el (message-required-news-headers): Removed Lines.
3544         (message-reply): Don't insert References first.
3545         (message-followup): Ditto.
3546         (message-make-references): New function.
3547         (message-followup): Set message-reply-headers before generating
3548         the buffer stuff.
3549
3550 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3551
3552         * mml.el (mml-generate-mime-1): Reverse the order of
3553         encoding/flowing.
3554
3555 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3558         after moving them.
3559
3560         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3561         fit with newer standard format.
3562         (gnus-summary-make-false-root-always): New variable.
3563         (gnus-gather-threads-by-subject): Use it.
3564
3565         * message.el (message-get-reply-headers): Take an address list
3566         optional argument.
3567
3568 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus.el (gnus-keep-backlog): Change default to 20.
3571
3572         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3573         start.
3574         (gnus-agent-check-overview-buffer): Remove negative article
3575         numbers.
3576
3577         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3578         (nnmail-cache-ignore-groups): Doc fix.
3579
3580         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3581         (nnimap-debug-buffer): New variable.
3582         (nnimap-debug): Use it.
3583
3584 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3585
3586         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3587
3588 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3591         they aren't already sorted.
3592
3593 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3594
3595         * message.el (message-mode-menu): Add ellipses to menu items
3596         expecting user interaction.
3597         (message-mode-field-menu): do.
3598
3599 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3600
3601         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3602         it isn't used any more.
3603
3604 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3605
3606         * binhex.el (binhex-decoder-program): Fix docstring.
3607
3608 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3609
3610         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3611         special chars if the mailcap file uses single quotes around %s.
3612         From Laurent Martelli <laurent@bearteam.org>.
3613
3614 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3615
3616         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3617         return the info object.
3618
3619 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3620
3621         * gnus-int.el (gnus-request-update-info): Artificially add
3622         (1 . (1- min)) to the read range, in case the backend doesn't
3623         store marks for nonexistent articles.
3624
3625 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * binhex.el (binhex-insert-char): Eval-and-compile.
3628
3629 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3630
3631         * lpath.el: Add tool-bar-local-item-from-menu.
3632
3633         * message.el (message-tool-bar-local-item-from-menu): New function.
3634         (message-tool-bar-map): Use it.
3635
3636 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3637
3638         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3639
3640         * gnus-art.el (gnus-article-header-rank): Last header in
3641         gnus-sorted-header-list should have higher rank than non-members.
3642
3643 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3646         covered methods.
3647
3648 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3649
3650         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3651         eval-when-compile.  Suggested by Kevin Greiner.
3652
3653 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3654
3655         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3656         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3657         even though no headers may have been fetched
3658         (gnus-agent-fetch-group-1, and perhaps others, require this
3659         behavior).
3660         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3661         server buffer is constrained by gnus-agent-max-fetch-size.
3662         Multiple chunks in the same group may perform arbitrarily large
3663         updates.
3664
3665 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3666
3667         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3668         gnus-summary-update-download-mark to update the article in the
3669         summary.
3670
3671 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3672
3673         * gnus.el (gnus-summary-high-uncached-face,
3674         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3675         New faces.
3676
3677         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3678         added this on 2002-11-23 but it just wasn't working out as
3679         intended.  The idea isn't entirely dead, three new faces
3680         gnus-summary-*-uncached-face are being added to gnus.el to provide
3681         the basis for an improved implementation.
3682         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3683         proper file to open is lib/servers.
3684         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3685         (i.e. removing the article from gnus-newsgroup-downloadable) will
3686         now restore the article's default mark rather than simply setting
3687         no mark.
3688         (gnus-agent-get-undownloaded-list): Corrected documentation.
3689         Added code to set new summary local variable,
3690         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3691         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3692         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3693         up to date.  Call new gnus-summary-update-download-mark to keep
3694         summary buffer up-to-date.
3695         (gnus-agent-fetch-selected-article): Keep
3696         gnus-newsgroup-undownloaded up to date.
3697         (gnus-agent-fetch-articles): Return list of articles that were
3698         successfully fetched.
3699         (gnus-agent-check-overview-buffer): No more thingatpt.
3700         (gnus-agent-expire): No longer deletes NOV entries of unread
3701         articles.
3702         (gnus-agent-unread-articles): New function.
3703         (gnus-agent-regenerate-group): The article number must be
3704         terminated by a tab character.  Added more messages to report
3705         repairs.  Inhibit quits while writing changes so it is now safe
3706         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3707         downloaded to 1) resolve the unbound references and 2) avoid
3708         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3709
3710         * gnus-art.el (gnus-article-prepare): The agent
3711         downloaded/undownloaded mark is no longer stored as the article's
3712         mark.
3713
3714         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3715         gnus-summary-highlight may use it.  Added downloaded as
3716         gnus-summary-highlight was using it.
3717
3718         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3719         the download mark now follows Kai's +/- convention.
3720         (gnus-downloaded-mark): Added ?+ mark.
3721         (gnus-summary-highlight): Added rules to select
3722         gnus-summary-high-uncached-face,
3723         gnus-summary-normal-uncached-face, and
3724         gnus-summary-low-uncached-face.  Removed the
3725         gnus-agent-downloaded-article-face.
3726         (gnus-summary-line-format-alist): Implemented the download flag
3727         format (?O) as named in the manual.  This implementation displays
3728         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3729         gnus-no-mark.
3730         (gnus-newsgroup-agentized): New local variable that identifies
3731         which groups are agentized.  While the agent is now on by default,
3732         you don't have to agentize every server that you use.
3733         (gnus-update-summary-mark-positions): Completed support for the
3734         download type of mark.
3735         (gnus-summary-insert-line): Added undownloaded to the parameters.
3736         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3737         reference by the gnus-summary-line-format-spec.
3738
3739         * nntp.el (nntp-with-open-group): This macro handles dropped or
3740         broken connections by opening a new connection and repeating the
3741         failed command.
3742         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3743         XOVER commands preceeding the active articles with the nov entry
3744         of the first available article.  When gnus connected to such a
3745         server, the unexpected nov entry would result in duplicate lines
3746         in the agent's overview file.  This patch fixes the duplicate
3747         lines problem and improves performance by skipping over all
3748         articles IDs that preceed the first nov entry in the server's
3749         reply.
3750
3751 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3754         (gnus-summary-highlight): Use it instead of `downloaded'.
3755         (gnus-summary-highlight-line): Ditto.
3756
3757         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3758
3759 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3762
3763         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3764         calls.
3765
3766         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3767         downloaded variable if we're in an uncovered group.
3768
3769         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3770         font to soemthing less noticeable.
3771         (gnus-agent-group-covered-p): New function.
3772
3773 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3776         Because of an unknown bug, the group buffer is saved in .overview
3777         file.
3778
3779 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3780
3781         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3782         `and' with `or'.
3783
3784 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3785
3786         * nntp.el (nntp-send-command): Assume that echo does not happen
3787         when nntp-open-connection-function is nntp-open-network-stream.
3788         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3789
3790 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3791
3792         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3793
3794 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3795
3796         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3797         nntp-server-buffer if we aren't going to write to it.
3798
3799 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3800         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3801
3802         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3803
3804 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3807         decoded words.
3808
3809 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3810
3811         * gnus.el (fboundp): After loading mm-util, make sure it was the
3812         right one.
3813
3814 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3815
3816         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3817         gnus-sum.  Made into a user option.
3818
3819         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3820         (gnus-summary-mark-article-as-unread)
3821
3822 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * time-date.el (date-to-time): Typo.
3825
3826         * parse-time.el: Typo.
3827
3828         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3829
3830         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3831
3832         * nnimap.el:
3833         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3834
3835         * mm-encode.el (mm-safer-encoding): Typo.
3836
3837         * messcompat.el: Typo.
3838
3839         * message.el (message-face-alist): Typo.
3840
3841         * imap.el (imap-interactive-login, imap-open): Typos.
3842
3843         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3844
3845         * gnus.el: Typo.
3846
3847         * gnus-win.el (gnus-configure-frame): Typo.
3848
3849         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3850
3851         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3852
3853         * gnus-sum.el (gnus-summary-article-number)
3854         (gnus-summary-read-group-1, gnus-summary-mark-article)
3855         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3856
3857         * gnus-mule.el (gnus-mule-add-group): Typo.
3858
3859         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3860
3861         * gnus-group.el (gnus-group-fetch-faq): Typo.
3862
3863         * gnus-art.el (gnus-decode-header-methods): Typo.
3864
3865         * flow-fill.el: Typo.
3866
3867 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3868
3869         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3870
3871 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3872
3873         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3874         (gnus-summary-mark-article-as-unread)
3875         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3876         Reformatting to avoid long lines.
3877         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3878
3879 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3880
3881         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3882         be accessed through `mail-header-number'.
3883
3884 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3885
3886         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3887         compressed range to gnus-summary-insert-articles.
3888
3889 2002-11-26  Kevin Ryde <user42@zip.com.au>
3890
3891         * gnus-art.el (gnus-mime-copy-part): Look for filename
3892         parameter under content-disposition, not content-type.
3893
3894         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3895         (gnus-summary-reselect-current-group): Use it.
3896
3897 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * gnus-agent.el (gnus-agent-uncached-articles): if
3900         gnus-agent-load-alist fails, return ARTICLES.
3901
3902         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3903
3904 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3905
3906         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3907         superfluous function call.
3908         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3909         Add warning to docstring.
3910
3911 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-agent.el: Autoload number-at-point instead.
3914         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3915
3916 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3917
3918         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3919         require thingatpt (for number-at-point) and protect against
3920         deactivate-mark being unbound (on XEmacs).
3921
3922 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3923
3924         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3925         print message on entry.
3926
3927         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3928
3929         * gnus-range.el (gnus-range-difference): New function.
3930         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3931
3932 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3933
3934         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3935         gnus-remove-from-range instead of gnus-range-difference which
3936         doesn't exist.
3937
3938 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3939         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3940
3941         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3942         used for showing which articles have been downloaded.
3943         (gnus-agent-article-alist): Format change.  Add documentation.
3944         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3945         process-marked articles.
3946         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3947         in the series are individually fetched to minimize lose of
3948         content due to an error/quit.
3949         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3950         gnus-message instead of message.
3951         (gnus-agent-read-servers): Use file lib/methods instead of
3952         lib/servers.  TODO: Why?
3953         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3954         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3955         come from the agent.  This means that they are not downloaded.
3956         (gnus-agent-fetch-selected-article): Don't use history.
3957         (gnus-agent-save-history, gnus-agent-enter-history)
3958         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3959         Removed function; history is not used anymore.
3960         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3961         (gnus-agent-crosspost): Started rewrite then realized that a typo
3962         in gnus-agent-fetch-articles ensures that this function is never
3963         called.  This will need to be fixed later.
3964         (gnus-agent-check-overview-buffer): Some sanity checks on the
3965         agent overview buffer.  This is a safety net used during
3966         development.
3967         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3968         changed, write a number to the file indicating this.
3969         (gnus-agent-fetch-headers): Rewrite to respect
3970         gnus-agent-consider-all-articles without relying on the
3971         `.fetched' files.  Make it fast.
3972         (gnus-agent-braid-nov): Change resulting from
3973         gnus-agent-fetch-headers change.
3974         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3975         `.fetched' files.
3976         (gnus-agent-read-agentview): New function, used by
3977         gnus-agent-load-alist.
3978         (gnus-agent-load-fetched-headers): Remove.
3979         (gnus-agent-save-alist): Rewrite to accomodate new format.
3980         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3981         same order as in gnus-newsgroup-headers.
3982         (gnus-agent-expire): Document and implement extra args ARTICLES,
3983         GROUP, FORCE.  Do not restrict usage.
3984         (gnus-agent-uncached-articles): New function.
3985         (gnus-agent-retrieve-headers): Use it.
3986         (gnus-agent-regenerate-group): No longer needs to be called from
3987         gnus-agent-regenerate.  Individual groups may be regenerated. The
3988         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3989         The article fetch dates are validated in the article alist.  The
3990         article alist is pruned of entries that do not reference existing
3991         NOV entries.  All changes are computed then applied with
3992         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3993         regeneration.  The optional clean parameter has been replaced with
3994         an optional reread parameter.  Clean is no longer necessary as
3995         regeneration gets the appropriate setting from
3996         gnus-agent-consider-all-articles.  The new reread parameter will
3997         result in fetched, or all, articles being marked as unread.
3998         (gnus-agent-regenerate): Removed code to regenerate the history
3999         file as it is no longer used.
4000
4001         * gnus-start.el (gnus-make-ascending-articles-unread): New
4002         function, for efficient mass-marking.
4003
4004         * gnus-sum.el (gnus-summary-highlight): Use new face for
4005         downloaded articles.
4006         (gnus-article-mark): Prefer to indicate read/unread status over
4007         downloaded status.
4008         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4009         line.
4010         (gnus-summary-highlight-line): Use new face for downloaded
4011         articles.
4012         (gnus-summary-insert-old-articles): Improved performance by
4013         replacing the initial LIST of older articles with a compressed
4014         RANGE of older articles.  Some servers appear to lie about
4015         their active range so the original list could contain millions
4016         of article numbers.  The range is not expanded into a list
4017         until the optional ALL parameter has been applied.
4018
4019 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4020
4021         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4022
4023 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * spam.el:
4026         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4027
4028         * spam.el: added `M s t' and `M s x' key mappings
4029
4030 2002-11-20  Simon Josefsson  <jas@extundo.com>
4031
4032         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4033
4034 2002-11-19  Simon Josefsson  <jas@extundo.com>
4035
4036         * gnus-sum.el (gnus-summary-morse-message): Load
4037         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4038         (unmorse-region): Autoload it instead.
4039
4040 2002-11-18  Simon Josefsson  <jas@extundo.com>
4041
4042         * gnus-sum.el (gnus-summary-morse-message): New function.
4043         (gnus-summary-wash-map): Bind to `W m'.
4044         (gnus-summary-make-menu-bar): Add.
4045
4046         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4047         before storing \Deleted mark on expired articles.
4048
4049 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4050         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4051
4052         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4053         parens in column 0.
4054
4055 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4056
4057         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4058
4059         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4060
4061         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4062
4063 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4064
4065         * message.el (message-set-auto-save-file-name): Use
4066         make-directory, to avoid the dependence on gnus-util.
4067
4068 2002-11-16  Simon Josefsson  <jas@extundo.com>
4069
4070         * nnimap.el (nnimap-callback-callback-function):
4071         (nnimap-callback-buffer): Removed, these cannot be global but must
4072         be embedded into the callback.
4073         (nnimap-make-callback): New.  Embedd article number, callback and
4074         buffer in function.
4075         (nnimap-callback, nnimap-request-article-part): Update.
4076
4077 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4080
4081 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4082
4083         * gnus.el (gnus-summary-line-format): Document %C.
4084
4085 2002-11-11  Simon Josefsson  <jas@extundo.com>
4086
4087         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4088         output when called interactively.
4089
4090 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4093
4094         * message.el (message-draft-coding-system): Improve comment; use
4095         mm-auto-save-coding-system for the default value.
4096
4097         * nndraft.el (nndraft-request-article): Revert to the state before
4098         2002-10-29; regexp-quote mail-header-separator.
4099
4100 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4101
4102         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4103         allow editing of drafts from an nnvirtual group.
4104
4105 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4108         mm-auto-save-coding-system.
4109
4110         * message.el (message-draft-coding-system): Default to
4111         iso-2022-7bit.
4112
4113         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4114         restore the default value to emacs-mule or escape-quoted.
4115
4116 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4119         a delayed or a queued article as well as a draft.
4120
4121         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4122         delayed or a queued article in the raw format; treat a delayed
4123         article as a raw article as well as a draft.
4124         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4125         for the delayed group.
4126
4127         * nndraft.el (nndraft-request-article): Ignore auto save files for
4128         a delayed or a queued article; don't bother to decode a queued
4129         article; don't bind nnmail-file-coding-system for a queued article.
4130
4131         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4132         and the queue group.
4133
4134 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4135
4136         * gnus-group.el (gnus-group-delete-group):
4137         gnus-cache-active-hashtb might be void.
4138
4139 2002-11-02  Simon Josefsson  <jas@extundo.com>
4140
4141         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4142         setting of the default user ID.  From Raymond Scholz
4143         <ray-2002@zonix.de>.
4144
4145 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4146
4147         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4148         charset.
4149
4150 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4151         From Alex Schroeder <alex@emacswiki.org>
4152         * spam-stat.el (spam-stat-process-directory): add dir to message
4153         (spam-stat-reduce-size): No longer remove words
4154         with values close to 0.5, because the default value is 0.2.
4155
4156 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4157
4158         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4159         documentation.
4160
4161 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4162
4163         * gnus-agent.el (gnus-agent-fetched-headers)
4164         (gnus-agent-load-fetched-headers)
4165         (gnus-agent-save-fetched-headers): Remove variable and two
4166         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4167         works better.
4168         (gnus-agent-fetch-headers): New implementation from Kevin
4169         Greiner.  Uses gnus-agent-article-alist to store information
4170         about fetched messages which aren't on the server anymore.  The
4171         trick is to return a list of considered messages to the caller,
4172         but to only fetch those which haven't been fetched yet.
4173
4174 2002-10-30  Simon Josefsson  <jas@extundo.com>
4175
4176         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4177
4178         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4179
4180 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4181
4182         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4183         versions of emacs-w3m than 1.3.3.
4184
4185         * lpath.el: Bind w3m-minor-mode-map.
4186
4187         * mm-view.el (mm-w3m-mode-command-alist)
4188         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4189         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4190         (mm-setup-w3m): Simplified.
4191         (mm-w3m-local-map-property): New function.
4192         (mm-inline-text-html-render-with-w3m): Use it.
4193
4194         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4195         mm-w3m-local-map-property.
4196
4197 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * mm-util.el (mm-auto-save-coding-system): Default to
4200         iso-2022-7bit.
4201
4202         * nndraft.el (nndraft-request-article): Decode an article using
4203         the coding-system emacs-mule if it seems to have been saved using
4204         emacs-mule.
4205         (nndraft-request-replace-article): Use message-draft-coding-system
4206         instead of mm-auto-save-coding-system for the draft or delayed
4207         group.
4208
4209 2002-10-28  Josh  <huber@alum.wpi.edu>
4210
4211         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4212         functions.
4213
4214 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         From mah@everybody.org (Mark A. Hershberger).
4216
4217         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4218         type values ("url" size) regardless of the values of
4219         mm-url-use-external.
4220
4221 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4222
4223         * nnimap.el (nnimap-request-article-part): Try harder to show
4224         group name in debugging message.
4225
4226 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4227
4228         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4229         directory if it doesn't exist.
4230         (gnus-agent-fetch-headers): Remove old cruft that tried to
4231         abstain from downloading articles more than once if
4232         gnus-agent-consider-all-articles was true.  This is now done
4233         properly via the .fetched files.
4234
4235 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * nndraft.el (nndraft-request-article): Treat delayed articles
4238         like drafts.
4239
4240 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4243
4244 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4245
4246         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4247         Remove unused optional arg DIR and corresponding code.
4248
4249         * nnimap.el (nnimap-request-article-part): Include group name in
4250         debugging output.
4251
4252 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4253
4254         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4255
4256 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4257
4258         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4259         contains range of headers that have been fetched by the agent
4260         already.  Compare gnus-agent-article-alist.
4261         (gnus-agent-file-header-cache): Like
4262         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4263         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4264         seen/recent logic.
4265         Remember which headers have been fetched before and don't fetch
4266         them again the next time round.
4267         (gnus-agent-load-fetched-headers)
4268         (gnus-agent-save-fetched-headers): New functions, for remembering
4269         which headers have been fetched before.
4270
4271 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * lpath.el: Remove useless bindings.
4274
4275 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4276
4277         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4278         features while searching.
4279
4280 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4281
4282         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4283
4284 2002-10-22  Simon Josefsson  <jas@extundo.com>
4285
4286         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4287         (pgg-snarf-keys): Add.
4288
4289 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * lpath.el: Fbind bbdb-records.
4292
4293         * spam.el: Don't autoload bbdb-records.
4294
4295 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4298         prevent inf-loop.
4299
4300 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * nnslashdot.el: Removed some test lines.
4303         More test.
4304
4305 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4306
4307         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4308         are known to be downloaded already.
4309
4310 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4313         (mm-text-html-washer-alist): Ditto.
4314
4315 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4316
4317         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4318         boundary between headers and body.
4319         * nnml.el (nnml-parse-head): Ditto.
4320
4321 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4324         entries.
4325
4326         * gnus-group.el (gnus-fetch-group): Allow an optional
4327         specification of the articles to select.
4328
4329         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4330
4331 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4332
4333         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4334         headers from the group, update variable `articles' to contain
4335         only those numbers where headers exist.  (When fetching all
4336         articles in a group, Gnus creates lots of numbers where there is
4337         no articles.)
4338
4339 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4340
4341         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4342         doesn't have the 'alist custom type, use cons cells instead.
4343         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4344         (pgg-parse-hash-algorithm-alist): Ditto.
4345         (pgg-parse-compression-algorithm-alist): Ditto.
4346         (pgg-parse-signature-type-alist): Ditto.
4347
4348         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4349
4350         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4351
4352         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4353
4354 2002-10-19  Simon Josefsson  <jas@extundo.com>
4355
4356         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4357         buffer.
4358
4359 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4360
4361         * gnus-spec.el (gnus-make-format-preserve-properties)
4362         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4363         properties also on XEmacs.  `gnus-xmas-format' is like format but
4364         preserves text properties on XEmacs (though it only understands
4365         simple format specs).  The variable
4366         `gnus-make-format-preserve-properties' controls whether the
4367         function is used, and is checked in `gnus-parse-simple-format'.
4368         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4369
4370         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4371         output.
4372         (gnus-agent-consider-all-articles): New variable.
4373         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4374         (gnus-agent-fetch-headers): Depending on
4375         gnus-agent-consider-all-articles, maybe get all articles.
4376         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4377         `read'.
4378         (gnus-predicate-imples-unread): New function.
4379         (gnus-agent-fetch-headers): Optimize to call
4380         gnus-list-of-unread-articles if that is sufficient.
4381         Check unseen and recent instead of seen and recent.
4382         (gnus-agent-fetch-headers): Abstain from calling
4383         gnus-list-range-intersection if range (a . b) would have (> a b).
4384
4385 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * message.el (message-send-mail): Make it possible to perform
4388         edebug-defun.
4389
4390 2002-10-18  Simon Josefsson  <jas@extundo.com>
4391
4392         * gnus-art.el (gnus-button-man-handler): Change default to
4393         `manual-entry' (defined in both emacsen).
4394         (gnus-button-man-handler): Remove emacsen difference and use
4395         `manual-entry'.
4396
4397 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * spam.el: Wrap autoload settings for bbdb-records,
4400         executable-find and ifile-spam-filter with eval-and-compile.
4401         (spam-display-buffer-contents): Remove.
4402         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4403
4404 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4405
4406         * spam.el (spam-display-buffer-contents): New function.
4407         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4408         from Katsumi Yamaoka <yamaoka@jpl.org>.
4409
4410 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4411
4412         * nnheader.el (nnheader-parse-naked-head): New function.
4413         (nnheader-parse-head): Use the above function, in order to handle
4414         continuation lines properly.
4415         (nnheader-remove-body): New function.
4416         (nnheader-remove-cr-followed-by-lf): New function.
4417         (nnheader-ms-strip-cr): Use the above function.
4418
4419         * gnus-agent.el (gnus-agent-regenerate-group): Call
4420         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4421         `nnheader-parse-head'.
4422         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4423
4424         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4425         continuation lines by itself; call `nnheader-parse-naked-head'
4426         instead of `nnheader-parse-head'.
4427         * nndiary.el (nndiary-parse-head): Ditto.
4428         * nnfolder.el (nnfolder-parse-head): Ditto.
4429         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4430         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4431         * nnml.el (nnml-parse-head): Ditto.
4432
4433 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4434
4435         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4436         XEmacs, default to it if featurep 'xemacs.
4437
4438 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * spam-stat.el: Check for the existence of hash functions instead
4441         of the Emacs version to decide whether to load cl.  Suggested by
4442         Kai Gro\e,A_\e(Bjohann.
4443
4444 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4445
4446         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4447         if it isn't open yet.
4448
4449 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-group.el: Require mm-url only when compiling.
4452         (gnus-group-fetch-charter): Require mm-url.
4453
4454         * spam-stat.el: Require cl for the functions gethash,
4455         hash-table-count, make-hash-table and mapc for Emacs 20.
4456         (puthash): Alias to cl-puthash for Emacs 20.
4457         (with-syntax-table): New macro for Emacs 20.
4458
4459 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4460
4461         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4462
4463 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4464
4465         * spam.el (spam-check-ifile): added ifile as a spam checking
4466         backend, and spam-use-ifle as the variable to toggle that check.
4467
4468 2002-10-12  Simon Josefsson  <jas@extundo.com>
4469
4470         * message.el (message-beginning-of-line): New variable.
4471         (message-beginning-of-line): Use it.
4472
4473 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4474
4475         * spam.el: more compilation fixes for BBDB
4476
4477         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4478         (spam-stat-reduce-size): Interactive.
4479         (spam-stat-reset): New function.
4480         (spam-stat-save): Interactive.
4481
4482 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * gnus.el: Autoload gnus-delay-initialize.
4485
4486         * message.el: Autoload gnus-delay-article.
4487
4488 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4489
4490         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4491         text property in Emacs.
4492
4493 2002-10-11  Simon Josefsson  <jas@extundo.com>
4494
4495         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4496         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4497
4498         * mml1991.el (mml1991-pgg-sign): Remove CR.
4499
4500 2002-10-10  Simon Josefsson  <jas@extundo.com>
4501
4502         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4503         decrypt failed.
4504         (mml2015-trust-boundaries-alist): Removed.
4505         (mml2015-gpg-extract-signature-details): Don't use it.
4506         (mml2015-unabbrev-trust-alist): New.
4507         (mml2015-gpg-extract-signature-details): Use it.
4508
4509 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4510
4511         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4512         BBDB installed
4513
4514         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4515         statistical analysis of spam in Lisp only
4516
4517 2002-10-10  Simon Josefsson  <jas@extundo.com>
4518
4519         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4520         auth, selected or examine state.
4521
4522         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4523         buffer and error buffer depending on type of information.
4524
4525         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4526         --status-fd stuff even if gpg.el is not used (revert earlier
4527         change).
4528         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4529         gnus details.
4530         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4531         buffer.
4532
4533         * pgg.el (pgg-verify-region): Use it.
4534
4535         * pgg-def.el (pgg-query-keyserver): New variable.
4536
4537         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4538         key-identifier in packet.  Is this a good idea?
4539
4540         * mml.el (mml-mode-map): Add security commands that operates on
4541         MIME parts.
4542         (mml-menu): And menu items for them.
4543
4544         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4545
4546         * mml.el (mml-parse-1): Support sender in #secure tags.
4547
4548         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4549         defined.
4550
4551         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4552         (mml-pgp-encrypt-buffer): Support combined signing.
4553
4554         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4555         (mml1991-gpg-encrypt): Ditto.
4556         (mml1991-pgg-encrypt): Ditto.
4557         (mml1991-encrypt): Pass sign parameter.
4558
4559         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4560         (mml-signencrypt-style): Mention the variable.
4561
4562 2002-10-09  Simon Josefsson  <jas@extundo.com>
4563
4564         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4565         pgg-gpg-user-id.
4566
4567         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4568         (pgg-fetch-key-function): Nil if w3 is not installed.
4569
4570 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4571
4572         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4573         gnus-agent-current-history.
4574
4575 2002-10-06  Simon Josefsson  <jas@extundo.com>
4576
4577         * imap.el (imap-parse-status): Don't use read to read token.
4578
4579 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4580
4581         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4582         for methods not covered by the agent, and when unplugged.
4583
4584 2002-10-05  Simon Josefsson  <jas@extundo.com>
4585
4586         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4587         signing.
4588
4589         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4590         a named server fails, ignore the server.
4591
4592         * mml1991.el (mml1991-pgg-sign): Do QP.
4593
4594         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4595         work.
4596
4597 2002-10-04  Simon Josefsson  <jas@extundo.com>
4598
4599         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4600
4601         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4602         binary-write-decoded-region from MEL.
4603
4604         * pgg.el (pgg-encrypt-region): Support sign.
4605
4606         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4607
4608         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4609
4610         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4611         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4612         branch where PGG was taken from in the ChangeLog entries below.
4613
4614 2002-10-01  Simon Josefsson  <jas@extundo.com>
4615
4616         * pgg-pgp.el: Don't require mel.  Don't use luna.
4617         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4618         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4619         (pgg-pgp-process-region): Don't use binary-funcall.
4620
4621         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4622
4623         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4624         instead of concat.
4625
4626         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4627
4628 2002-09-29  Simon Josefsson  <jas@extundo.com>
4629
4630         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4631         compile warnings.
4632
4633         * pgg.el (pgg-decrypt-region): Don't parse packet.
4634
4635         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4636
4637 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4638
4639         * pgg.el: Remove dependency on calist.el.
4640
4641 2002-09-28  Simon Josefsson  <jas@extundo.com>
4642
4643         * pgg.el (pgg-temporary-file-directory): New variable.
4644         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4645
4646         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4647         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4648
4649         * pgg-parse.el (pgg-char-int): Defalias.
4650         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4651         (pgg-read-bytes, pgg-read-body): Use it.
4652         (pgg-decode-packets): Don't use MEL, use base64-*.
4653         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4654         (pgg-string-as-unibyte): Defalias.
4655         (pgg-parse-armor-region): Use it.
4656
4657         * pgg-gpg.el (pgg-gpg-process-region): Use
4658         pgg-temporary-file-directory.
4659
4660         * luna.el: Don't def-edebug.
4661
4662         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4663         binary-write-decoded-region from MEL.
4664
4665         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4666
4667         * alist.el, calist.el: Don't require product/APEL.
4668
4669         * pgg-parse.el (top-level): Remove dependency on static.el,
4670         pccl.el, mel.el.
4671         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4672         `define-ccl-program' is boundp, instead of using broken.
4673
4674 2002-10-01  Simon Josefsson  <jas@extundo.com>
4675
4676         * message.el (message-required-mail-headers): Remove Lines:.
4677
4678 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4679         From Jesper Harder.
4680
4681         * gnus-group.el (gnus-group-fetch-charter,
4682         gnus-group-fetch-control): Prompt for group if given a prefix
4683         argument.
4684         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4685         gnus-group-fetch-control to summary key map and menu.
4686
4687 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4688
4689         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4690         number when there are no articles.
4691
4692 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4693
4694         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4695         arg ALL means to fetch all articles, not only downloadable ones.
4696         (gnus-agent-fetch-selected-article): New function for
4697         gnus-select-article-hook or gnus-mark-article-hook.
4698
4699 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4700         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4701
4702         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4703         raw-text.
4704
4705 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4706
4707         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4708         Pinard).
4709         Major revamp of the code, documentation is in comments in the file
4710         for now.
4711
4712 2002-09-30  Simon Josefsson  <jas@extundo.com>
4713
4714         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4715         buffer seem to be needed?
4716
4717 2002-09-29  Simon Josefsson  <jas@extundo.com>
4718
4719         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4720         compile warnings.
4721
4722         * mml1991.el (mml1991-function-alist): Add pgg.
4723         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4724         (mml1991-pgg-encrypt): Fix recipients querying.
4725
4726 2002-09-28  Simon Josefsson  <jas@extundo.com>
4727
4728         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4729         from dme@dme.org.
4730         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4731         handle is returned.
4732
4733 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4736         Protect against non-existent of `nnimap-mailbox-info'.
4737
4738 2002-09-27  Simon Josefsson  <jas@extundo.com>
4739
4740         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4741         (gnus-setup-news-hook): Use it.
4742         (gnus-after-getting-new-news-hook): Ditto.
4743
4744         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4745
4746 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4747         From Mats Lidell <matsl@contactor.se>.
4748
4749         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4750
4751 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4752
4753         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4754         the part to decode encoded words, use raw words instead of decoded
4755         words.
4756
4757 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4758
4759         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4760
4761         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4762         (mm-setup-w3m): Use it.
4763
4764 2002-09-27  Simon Josefsson  <jas@extundo.com>
4765
4766         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4767         article buffers.
4768
4769         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4770         it just in case.
4771         (nnimap-update-unseen): New function; update unseen count in
4772         `n-m-info'.
4773         (nnimap-close-group): Call it.
4774
4775         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4776         (gnus-after-getting-new-news-hook): Ditto.
4777
4778         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4779         message into verboselevel 9.  Change slow mail check message.
4780         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4781         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4782         used as a hook after getting new mail.
4783
4784 2002-09-26  Simon Josefsson  <jas@extundo.com>
4785
4786         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4787         SELECT/EXAMINE is first unseen article, not number of unseen
4788         articles.  Make them distinct by renaming the former to
4789         `first-unseen' instead of `unseen'.
4790
4791         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4792         too.
4793         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4794         changed.
4795         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4796
4797         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4798
4799         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4800         better.
4801
4802         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4803         if dissecting resulting buffer actually had any information.
4804
4805 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4808         because the function `string<' allows symbols.
4809
4810         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4811
4812 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4813
4814         * message.el (message-forward-make-body): Revert an early change
4815         because 8-bit utf-8 emails.
4816
4817 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4818
4819         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4820         links to Info)
4821         * gnus-art.el (gnus-treat-highlight-signature):
4822         * gnus-art.el (gnus-treat-buttonize):
4823         * gnus-art.el (gnus-treat-buttonize-head):
4824         * gnus-art.el (gnus-treat-emphasize):
4825         * gnus-art.el (gnus-treat-strip-cr):
4826         * gnus-art.el (gnus-treat-unsplit-urls):
4827         * gnus-art.el (gnus-treat-leading-whitespace):
4828         * gnus-art.el (gnus-treat-hide-headers):
4829         * gnus-art.el (gnus-treat-hide-boring-headers):
4830         * gnus-art.el (gnus-treat-hide-signature):
4831         * gnus-art.el (gnus-treat-fill-article):
4832         * gnus-art.el (gnus-treat-hide-citation):
4833         * gnus-art.el (gnus-treat-hide-citation-maybe):
4834         * gnus-art.el (gnus-treat-strip-list-identifiers):
4835         * gnus-art.el (gnus-treat-strip-pgp):
4836         * gnus-art.el (gnus-treat-strip-pem):
4837         * gnus-art.el (gnus-treat-strip-banner):
4838         * gnus-art.el (gnus-treat-highlight-headers):
4839         * gnus-art.el (gnus-treat-highlight-citation):
4840         * gnus-art.el (gnus-treat-date-ut):
4841         * gnus-art.el (gnus-treat-date-local):
4842         * gnus-art.el (gnus-treat-date-english):
4843         * gnus-art.el (gnus-treat-date-lapsed):
4844         * gnus-art.el (gnus-treat-date-original):
4845         * gnus-art.el (gnus-treat-date-iso8601):
4846         * gnus-art.el (gnus-treat-date-user-defined):
4847         * gnus-art.el (gnus-treat-strip-headers-in-body):
4848         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4849         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4850         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4851         * gnus-art.el (gnus-treat-unfold-headers):
4852         * gnus-art.el (gnus-treat-fold-headers):
4853         * gnus-art.el (gnus-treat-fold-newsgroups):
4854         * gnus-art.el (gnus-treat-overstrike):
4855         * gnus-art.el (gnus-treat-display-xface):
4856         * gnus-art.el (gnus-treat-display-smileys):
4857         * gnus-art.el (gnus-treat-from-picon):
4858         * gnus-art.el (gnus-treat-mail-picon):
4859         * gnus-art.el (gnus-treat-newsgroups-picon):
4860         * gnus-art.el (gnus-treat-body-boundary):
4861         * gnus-art.el (gnus-treat-capitalize-sentences):
4862         * gnus-art.el (gnus-treat-fill-long-lines):
4863         * gnus-art.el (gnus-treat-play-sounds):
4864         * gnus-art.el (gnus-treat-translate):
4865         * gnus-art.el (gnus-treat-x-pgp-sig):
4866         * gnus-art.el (gnus-mime-button-line-format):
4867         * gnus-art.el (gnus-button-man-level):
4868         * gnus-art.el (gnus-button-emacs-level):
4869         * gnus-cus.el (gnus-group-parameters):
4870         * gnus-gl.el (bbb-build-mid-scores-alist):
4871         * gnus-group.el (gnus-group-line-format):
4872         * gnus-mlspl.el (gnus-group-split-setup):
4873         * gnus-mlspl.el (gnus-group-split):
4874         * gnus-msg.el (gnus-mailing-list-groups):
4875         * gnus-msg.el (gnus-posting-styles):
4876         * gnus-nocem.el (gnus-nocem-issuers):
4877         * gnus-score.el (gnus-score-regexp-bad-p):
4878         * gnus-srvr.el (gnus-server-line-format):
4879         * gnus-topic.el (gnus-topic-line-format):
4880         * gnus.el (gnus-summary-line-format):
4881         * mail-source.el (mail-sources):
4882         * message.el (message-subscribed-address-file):
4883         * nnmail.el (nnmail-split-fancy):
4884
4885 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4886
4887         * mail-source.el(mail-source-run-script): use `functionp' to test
4888         whether the argument `script' is in fact a function.
4889         (mail-sources): adjust the defcustom to allow users to specify a
4890         function or a string as the value of the `:prescript' and
4891         `:postscript' arguments of the `file' and `pop3' mail sources.
4892
4893 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4894
4895         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4896         number when article 1 does not exist.
4897
4898 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4899
4900         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4901         apropos if apropos-variable does not exist.
4902         (gnus-button-guessed-mid-regexp)
4903         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4904         regexes.  From Reiner Steib.
4905         (gnus-button-handle-describe-function)
4906         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4907         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4908         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4909
4910 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4911         Trivial patch.
4912
4913         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4914         the file.
4915
4916 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4917
4918         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4919
4920 2002-09-24  Simon Josefsson  <jas@extundo.com>
4921
4922         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4923         (mml2015-use): Prefer PGG if installed.
4924         (mml2015-function-alist): Add PGG wrappers.
4925         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4926         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4927         prefix, make regexp optionally skip it.
4928         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4929         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4930         (mml2015-pgg-encrypt): New functions.
4931         (defvar, autoload): Prevent byte-compile warnings.
4932
4933 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4934         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4935
4936         * gnus-art.el (article-strip-banner): Check for the existence of
4937         from header.
4938
4939 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4940
4941         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4942         (gnus-button-alist): Improved regexp for
4943         gnus-button-handle-mid-or-mail (false positives), fixed
4944         gnus-button-handle-man entries.
4945         From Reiner Steib.
4946
4947 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4948         From Josh Huber.
4949
4950         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4951         nnmail-extra-headers is non-nil.
4952
4953 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4954
4955         * nnmaildir.el: Store article numbers persistently.  General
4956         revision.
4957         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4958         for nnmail-expiry-wait; delete instead of moving if 'force is
4959         given.
4960
4961 2002-09-23  Simon Josefsson  <jas@extundo.com>
4962         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4963
4964         * smime.el (smime-sign-buffer): Get key and extra certs.
4965         (smime-get-key-with-certs-by-email): Utility function.
4966
4967 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4968         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4969
4970         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4971         article exists.
4972
4973 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4974
4975         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4976
4977 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4978         From Reiner Steib.
4979
4980         * gnus-art.el (gnus-button-handle-custom,
4981         gnus-button-handle-mid-or-mail,
4982         gnus-button-handle-describe-{function,variable,key},
4983         gnus-button-handle-apropos{,command,variable}): New functions.
4984         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4985         gnus-button-{man,emacs,mail}-level): New variables.
4986         (gnus-button-alist): Use the above to buttonize emacs and mail
4987         related links.
4988
4989 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4990
4991         * gnus-int.el (gnus-status-message): Fix spacing.
4992
4993         * imap.el (imap-continuation): Fix typos.
4994
4995 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4998
4999         * gnus-art.el (gnus-article-reply-with-original): Correct
5000         with-current-buffer scope.
5001
5002         * message.el (message-completion-alist): Add Reply-To, From, etc.
5003
5004 2002-09-18  Simon Josefsson  <jas@extundo.com>
5005
5006         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5007         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5008
5009 2002-09-17  Simon Josefsson  <jas@extundo.com>
5010
5011         * nnimap.el (nnimap-expiry-target): Don't search for which
5012         articles exists here.
5013         (nnimap-request-expire-articles): Do it here instead.  Only expire
5014         when articles are found.  Suggested by Nevin Kapur
5015         <nevin@jhu.edu>.
5016
5017 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5018         From Reiner Steib <reiner.steib@gmx.de>.
5019
5020         * message.el (message-strip-subject-trailing-was)
5021         (message-change-subject, message-add-archive-header)
5022         (message-xpost-fup2-header, message-xpost-insert-note)
5023         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5024         adopted from message-utils.el.  Add functions to the keymap, mode
5025         describtion and menu.
5026         (message-change-subject,message-xpost-fup2): Signal error if
5027         current header is empty.
5028         (message-xpost-insert-note): Changed insert position.
5029         (message-archive-note): Ensure to insert note in message body (not
5030         in head).
5031         (message-archive-header, message-archive-note)
5032         (message-xpost-default, message-xpost-note, message-fup2-note)
5033         (message-xpost-note-function): New variables adopted from
5034         message-utils.el.  Changed some doc-strings.
5035         (message-mark-insert-{begin,end}): Rename from
5036         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5037         values.
5038         (message-subject-trailing-was-query)
5039         (message-subject-trailing-was-ask-regexp)
5040         (message-subject-trailing-was-regexp): New variables.
5041         (message-to-list-only): Added doc-string and menu entry.
5042
5043         * message-utils.el: Removed.  Functions are now in message.el.
5044
5045 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * gnus-art.el (gnus-article-reply-with-original,
5048         gnus-article-followup-with-original): Switch to
5049         gnus-summary-buffer before reply/followup.
5050
5051 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5052
5053         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5054         not exist. Toggle it anyway.
5055
5056 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5059
5060         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5061         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5062
5063         * rfc2047.el (message-posting-charset): Defvar it.
5064         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5065         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5066
5067         * mail-source.el (mail-source-fetch): Hide password.
5068
5069         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5070
5071 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5072         From John Paul Wallington <jpw@shootybangbang.com>.
5073
5074         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5075
5076 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5079
5080 2002-09-11  Simon Josefsson  <jas@extundo.com>
5081
5082         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5083         (nnimap-split-rule): Doc fix.
5084         (nnimap-request-expire-articles): Cleanup code.
5085
5086 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5087         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5088
5089         * gnus-art.el (gnus-article-address-banner-alist): New option.
5090         (article-strip-banner): Refer the above option to split banners of
5091         free mail servers, when no group parameter is specified.
5092
5093 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * nntp.el (nntp-wait-for-string): Check for a process in the
5096         current buffer instead of `nntp-server-buffer'.
5097
5098 2002-09-09  Simon Josefsson  <jas@extundo.com>
5099
5100         * gnus-art.el (gnus-button-man-handler): New variable.
5101         (gnus-button-alist): Use g-b-handle-man.
5102         (gnus-button-handle-man): New, call g-b-man-handler.
5103
5104 2002-09-08  Simon Josefsson  <jas@extundo.com>
5105
5106         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5107
5108 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5111
5112 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5115
5116         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5117         keystroke.
5118
5119         * gnus-srvr.el (gnus-browse-describe-group): New command and
5120         keystroke.
5121
5122 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5125         value for gnus-decoration property.
5126
5127 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5128
5129         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5130         string) as group name in case we have a CRLF in the file.
5131
5132 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5133
5134         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5135         group.
5136         (rfc1843-decode-hzp): do.
5137         (rfc1843-newsgroups-regexp): do.
5138
5139 2002-09-04  Simon Josefsson  <jas@extundo.com>
5140
5141         * message.el (message-canlock-generate): Make sure sha1 doesn't
5142         call external programs.
5143
5144 2002-09-03  Simon Josefsson  <jas@extundo.com>
5145
5146         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5147
5148         * gnus-agent.el (gnus-agent-batch): Add doc.
5149
5150 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5151
5152         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5153         check for signed and encrypted parts.
5154         * mml.el (mml-parse-1): Correct small typo which preventing
5155         setting recipients in a secure tag.
5156
5157 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * mm-util.el (mm-coding-system-priorities): Default to a list of
5160         iso-2022-jp and others for the Japanese environment.
5161
5162 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5165         invalid display names.
5166
5167 2002-08-30  Simon Josefsson  <jas@extundo.com>
5168
5169         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5170         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5171
5172 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5173
5174         * gnus.el (gnus-group-charter-alist): New option.
5175         (gnus-group-fetch-control-use-browse-url): New option.
5176
5177         * gnus-group.el (gnus-group-fetch-charter): New function.
5178         (gnus-group-fetch-control): New function.
5179         Add them to the keymap and menu. Require mm-url.
5180
5181 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5184         From Alex Schroeder <alex@emacswiki.org>.
5185
5186 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5187
5188         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5189         items expecting user interaction.
5190
5191         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5192
5193         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5194
5195         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5196
5197         * mml.el (mml-menu): do.
5198
5199 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mail-source.el (mail-source-touch-pop): New function.
5202
5203         * message.el (message-smtpmail-send-it): New function.
5204         (message-send-mail-function): Add it for a candidate.
5205
5206 2002-08-27  Simon Josefsson  <jas@extundo.com>
5207
5208         * gnus-msg.el (posting-charset-alist): Use
5209         gnus-define-group-parameter instead of defcustom.
5210         (gnus-put-message): Handle SPC in GCC.
5211         (gnus-inews-insert-gcc): Ditto.
5212         (gnus-inews-insert-archive-gcc): Ditto.
5213
5214 2002-08-26  Simon Josefsson  <jas@extundo.com>
5215
5216         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5217         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5218         (gnus-agent-possibly-save-gcc): Autoload.
5219         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5220
5221 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus.el (gnus-other-frame-function): New user option.
5224         (gnus-other-frame): Use it; add a doc-string; make it work with
5225         the gnuclient program.
5226
5227         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5228
5229         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5230         `device-connection' and `dfw-device'.
5231
5232 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5233
5234         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5235         positives, make it stricter.  From Jochen Hein (trivial change).
5236
5237 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus.el (gnus-other-frame): Trivial fix.
5240
5241 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus.el (gnus-other-frame-parameters): New user option.
5244         (gnus-other-frame-object): New variable.
5245         (gnus-other-frame): Make it search for existing Gnus frame; don't
5246         read new news; delete frame on exit.
5247
5248         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5249
5250         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5251
5252 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5253         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5254
5255         * message.el (message-set-auto-save-file-name): Add support for
5256         the Cygwin Emacs; the system-type is `cygwin'.
5257         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5258
5259 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5260
5261         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5262
5263         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5264         avoid arithmetic errors.
5265
5266 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5269
5270 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5273         (message-ignored-resent-headers): Add envelope From.
5274
5275 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5276
5277         * gnus.el (gnus-summary-line-format): Document %k specifier.
5278
5279 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5280
5281         * gnus-sum.el (gnus-summary-line-message-size): New function.
5282         (gnus-summary-line-format-alist): Use it.
5283
5284 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-art.el (article-make-date-line): Refer to the value for
5287         `gnus-article-time-format' in the summary buffer.
5288
5289         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5290
5291 2002-08-14  Simon Josefsson  <jas@extundo.com>
5292
5293         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5294         quoting.
5295         (gnus-button-alist): Fix doc.
5296         (gnus-header-button-alist): Use ' not ` for default value quoting.
5297         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5298         rationale similar to 2002-05-01 change.
5299         (gnus-article-add-buttons-to-head): Evaluate expression.
5300
5301         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5302
5303 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * message.el (message-font-lock-keywords): Refer to the value for
5306         `message-cite-prefix-regexp' dynamically.
5307
5308 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5311
5312 2002-08-12  Simon Josefsson  <jas@extundo.com>
5313
5314         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5315         (imap-shell-open): Skip initial junk before IMAP greeting.
5316
5317 2002-08-11  Simon Josefsson  <jas@extundo.com>
5318
5319         * message-utils.el (message-xpost-default,
5320         message-xpost-fup2-header, message-xpost-fup2): Fixed
5321         Typos.  Trivial changes from Reiner Steib
5322         <4uce.02.r.steib@gmx.net>.
5323
5324 2002-08-09  Simon Josefsson  <jas@extundo.com>
5325
5326         * message.el (message-canlock-password): Set
5327         canlock-password-for-verify to newly generated canlock-password.
5328         When Emacs is restarted, Custom makes sure this is set, but during
5329         the same session we must set it manually.
5330
5331 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5332
5333         * yenc.el: New file.
5334
5335         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5336         (mm-uu-type-alist): Add yenc.
5337         (mm-uu-yenc-filename): New function.
5338         (mm-uu-yenc-extract): New function.
5339
5340         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5341
5342 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * dgnushack.el (merge): Don't use coerce.
5345
5346 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5347
5348         * mailcap.el (mailcap-mime-data): Test window-system rather than
5349         mm-device-type.
5350         (mailcap-mime-data): Call xdvi and gv with "-safer".
5351
5352         * mm-util.el: Don't define mm-device-type.
5353
5354 2002-08-05  Simon Josefsson  <jas@extundo.com>
5355
5356         * mm-util.el (mm-coding-system-priorities): coding-system type not
5357         supported everywhere.
5358
5359 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus.el (gnus-version-number): Bumped version number.
5362
5363 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5364
5365         * gnus.el: Oort Gnus v0.07 is released.
5366
5367 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5370         (gnus-article-sort-functions): Doc fix.
5371         (t): New keystroke.
5372         (gnus-article-sort-by-random): New function.
5373         (gnus-thread-sort-by-random): New function.
5374
5375 2002-08-02  Simon Josefsson  <jas@extundo.com>
5376
5377         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5378         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5379
5380 2002-07-31  Danny Siu  <dsiu@adobe.com>
5381
5382         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5383         when splitting malformed messages without message-id
5384
5385 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5386         From Niklas Morberg <niklas.morberg@axis.com>.
5387
5388         * nnweb.el (nnweb-type, nnweb-type-definition)
5389         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5390         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5391         functionality.
5392         * nnweb.el: Removed old non-functioning search engines.
5393
5394 2002-07-27  Simon Josefsson  <jas@extundo.com>
5395
5396         * message.el (message-forward-make-body): Don't use
5397         `message-forward-ignored-headers' when doing a "raw" followup (it
5398         is important to preserve e.g. CTE).
5399
5400         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5401
5402         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5403         regexp-quote, Cyrus Sieve is fixed.
5404
5405         * sieve-manage.el (sieve-manage-deletescript): New function.
5406
5407         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5408         (sieve-manage-mode): Fix menubar.
5409         (sieve-activate): Change some messages.
5410         (sieve-deactivate-all): New function.
5411         (sieve-deactivate): New alias.
5412         (sieve-remove): New function.
5413         (sieve-help): Fix help.
5414         All suggested by Ned Ludd.
5415
5416 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5419         (mm-w3m-safe-url-regexp): New user option.
5420
5421         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5422         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5423
5424 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5425
5426         * gnus-sum.el (gnus-summary-delete-article): Force
5427         nnmail-expiry-target to 'delete, so that absolute deletion
5428         happens when absolute deletion is requested.
5429
5430 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5431         From Nevin Kapur <nevin@jhu.edu>.
5432
5433         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5434         headers as empty headers.
5435
5436 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5437         From Jochen Hein <jochen@jochen.org>.
5438
5439         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5440         correct typo.
5441         (gnus-emphasis-strikethru): New face.
5442
5443 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5444         From Jason Merrill <jason@redhat.com>.
5445
5446         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5447         entire file for each of a sequence of missing articles.
5448
5449         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5450         value for gnus-view-pseudos.
5451
5452         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5453         avoid nreverse.
5454
5455 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5456         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5457
5458         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5459         (gnus-summary-mode-line-format-alist): Add %h for number of
5460         spams.
5461         (gnus-newsgroup-spam-marked): New variable.
5462         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5463         (gnus-article-read-p, gnus-article-mark)
5464         (gnus-set-global-variables, gnus-set-global-variables)
5465         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5466         (gnus-summary-mark-article-as-unread)
5467         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5468         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5469         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5470
5471 2002-07-10  Simon Josefsson  <jas@extundo.com>
5472
5473         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5474         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5475
5476 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5477
5478         * gnus-sum.el (gnus-summary-delete-article): Respect group
5479         parameters while expiring.
5480
5481 2002-07-08  Simon Josefsson  <jas@extundo.com>
5482
5483         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5484         Enberg.
5485
5486 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5487
5488         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5489         function is called interactively.  From Niklas Morberg.
5490
5491 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5492
5493         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5494         cdaar to cdar and car.
5495
5496         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5497         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5498
5499 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5502         don't break a narrowed article.
5503
5504         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5505         (nntp-open-via-rlogin-and-telnet): Ditto.
5506
5507 2002-07-02  Didier Verna  <didier@xemacs.org>
5508
5509         * nnmail.el (nnmail-split-methods): fix custom type.
5510
5511 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5512
5513         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5514         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5515
5516 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5517
5518         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5519         (gnus-summary-resend-message): Use it.
5520
5521 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5524         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5525
5526 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5527
5528         * message.el (message-font-lock-keywords): Don't fontify
5529         headers in the message body, only in the header.
5530         (message-font-lock-make-header-matcher): New function, used by
5531         message-font-lock-keywords.
5532         From Katsumi Yamaoka <yamaoka@jpl.org>.
5533
5534 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5537
5538 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5541
5542 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5543
5544         * message.el (message-font-lock-keywords): Revert 2002-06-22
5545         change.
5546
5547 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5548
5549         * message.el (message-font-lock-keywords): Put colon in header
5550         name match.
5551
5552 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5553
5554         * message.el (message-font-lock-keywords): Don't use header faces
5555         in the body.  Thanks to Stefan Monnier for the hint on the
5556         implementation.
5557
5558 2002-05-09  Miles Bader  <miles@gnu.org>
5559
5560         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5561         (gnus-article-hide-citation): Respect it.
5562
5563 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5564
5565         * pop3.el (pop3-open-server): Fix typo.
5566
5567 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5568
5569         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5570         instead of push to ignore duplicate to-(list|address) values.
5571         * nnmail.el (nnmail-cache-ignore-groups): New.
5572         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5573
5574 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5575
5576         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5577         before sending.  Suggested by Jan Rychter.
5578
5579 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * dgnushack.el (remove): New compiler macro.
5582         (last, coerce, subseq): Remove compiler macros for those built-in
5583         or unused functions.
5584
5585 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5586
5587         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5588         sure to write byte-compiled versions of gnus-*-format-alist to
5589         .newsrc.eld.  From Simon Josefsson.
5590
5591 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5592
5593         * gnus-agent.el (gnus-agent-read-servers)
5594         (gnus-agent-write-servers): Put server name (string like
5595         "nnchoke:frumple") in the file instead of a server specification
5596         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5597         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5598
5599 2002-06-16  Simon Josefsson  <jas@extundo.com>
5600
5601         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5602         Reiner Steib <4uce.02.r.steib@gmx.net>.
5603
5604 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5605
5606         * nnheader.el (nnheader-file-name-translation-alist): Set the
5607         default value for MS Windows systems.
5608
5609         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5610
5611 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * message.el (message-beginning-of-line): Keep the region active
5614         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5615
5616 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5617
5618         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5619         * gnus-msg.el (gnus-summary-reply): Ditto.
5620         * gnus-msg.el (gnus-summary-handle-replysign): New.
5621
5622 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5625         if sending failed.
5626
5627 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5628
5629         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5630         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5631         to sign while encrypting.
5632
5633 2002-06-11  Simon Josefsson  <jas@extundo.com>
5634
5635         * gnus-int.el (gnus-request-move-article): Agent expire article if
5636         successfuly moved.
5637
5638         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5639         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5640
5641 2002-06-10  Simon Josefsson  <jas@extundo.com>
5642
5643         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5644
5645 2002-06-09  Simon Josefsson  <jas@extundo.com>
5646
5647         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5648
5649         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5650
5651 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * flow-fill.el (fill-flowed): Ignore errors.
5654
5655 2002-06-06  Simon Josefsson  <jas@extundo.com>
5656
5657         * message.el (message-send-mail-with-sendmail): Improve error message.
5658
5659 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5660
5661         * message.el (message-interactive): Change default from nil to t.
5662         Better to be safe than to be fast.
5663
5664 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5665
5666         * message.el (message-send-mail-with-sendmail): Check return value
5667         from call-process-region.
5668
5669 2002-06-04  Simon Josefsson  <jas@extundo.com>
5670
5671         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5672         (gnus-group-post-news, gnus-summary-mail-other-window)
5673         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5674         gnus-article-copy to nil, thereby inhibiting the `header' posting
5675         style match to use data from last viewed article.
5676         Suggested by Hrvoje Niksic.
5677
5678 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * spam.el (spam-point-at-eol): New alias.
5681         (spam-parse-whitelist): Use it.
5682
5683 2002-06-03  Simon Josefsson  <jas@extundo.com>
5684
5685         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5686         (nnmail-article-group): Use it.
5687
5688 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5689
5690         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5691         so that code reading them won't be surprised.  From Jesper Harder
5692         <harder@ifa.au.dk>.
5693
5694 2002-05-29  Simon Josefsson  <jas@extundo.com>
5695
5696         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5697         articles.
5698
5699         * gnus.el (gnus-agent-cache): Doc fix.
5700         (gnus-agent): Change default to t.
5701
5702         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5703         ARTICLES, GROUP and FORCE parameters.
5704
5705 2002-05-28  Simon Josefsson  <jas@extundo.com>
5706
5707         * gnus-group.el (gnus-group-line-format): Doc fix.
5708
5709 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5710
5711         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5712         original article before yanking.  From Jesper Harder
5713         <harder@ifa.au.dk>.
5714
5715 2002-05-26  Simon Josefsson  <jas@extundo.com>
5716
5717         * gnus-sum.el (gnus-summary-menu-split): New function.
5718         (gnus-summary-make-menu-bar): Split charset submenu.
5719         (gnus-summary-menu-maxlen): New variable.
5720         (gnus-summary-menu-split): Use it.
5721
5722 2002-05-25  Simon Josefsson  <jas@extundo.com>
5723
5724         * mml.el (mml-preview): Generate some headers.
5725
5726         * gnus.el (gnus-large-newsgroup): Fix :type.
5727
5728         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5729         Agent cache NOV's by default now).
5730         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5731
5732 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5733
5734         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5735         call to gnus-parent-id when we check for References loops.
5736         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5737         twice by saving the simplified subject string in simp-subject.
5738
5739 2002-05-23  Simon Josefsson  <jas@extundo.com>
5740
5741         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5742         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5743
5744         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5745         Niklas Morberg <niklas.morberg@axis.com>.
5746
5747 2002-05-22  Simon Josefsson  <jas@extundo.com>
5748
5749         * sieve.el (sieve-change-region): Define it before it is used.
5750
5751         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5752         (gnus-summary-reply): Ask for confirmation when replying to news.
5753         Defaults to not ask.  From Benjamin Rutt
5754         <rutt+news@cis.ohio-state.edu>.
5755
5756         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5757
5758 2002-05-21  Simon Josefsson  <jas@extundo.com>
5759
5760         * sieve-mode.el (sieve-manage): Fix autoloads.
5761
5762         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5763         name (makes it work with recent Cyrus timsieved).
5764
5765 2002-05-20  Jason  <jbaker@cs.utah.edu>
5766         Trivial patch.
5767
5768         * gnus-art.el (gnus-request-article-this-buffer): Try
5769         reconnecting if you don't get the message.
5770
5771 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5774         Reply-To headers from the headers.
5775
5776 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * mm-url.el (mm-url-insert): Remove junk message.
5779
5780 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5783         (nnslashdot-use-front-page): New variable.
5784         (nnslashdot-request-list): Use it.
5785
5786         * mm-url.el (mm-url-timeout): New variable.
5787         (mm-url-retries): Ditto.
5788         (mm-url-insert): Use it.
5789
5790 2002-05-16  Simon Josefsson  <jas@extundo.com>
5791
5792         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5793         (gnus-simplify-subject-functions): Mention g-s-a-w.
5794
5795 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5796
5797         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5798         nnmail-cache-insert.
5799         * nndiary.el (nndiary-request-accept-article): Ditto.
5800         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5801         * nnimap.el (nnimap-request-accept-article): Ditto.
5802         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5803         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5804         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5805         * nnmh.el (nnmh-request-accept-article): Ditto.
5806         * nnmail.el (nnmail-cache-insert): Change group to required,
5807         removed code which tried to figure out the group.
5808
5809 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5810
5811         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5812         messages. From Hans de Graaff <hans@degraaff.org>.
5813         * nnml.el (nnml-request-accept-article): Pass in the group name to
5814         nnmail-cache-insert, since it's available.
5815
5816 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5819
5820 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5821         From Florian Weimer <fw@deneb.enyo.de>.
5822
5823         * gnus.el (subscribed): New group parameter.
5824         (gnus-find-subscribed-addresses): Use it.
5825
5826 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5827
5828         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5829         the default for pgpmime to support pgp v2.
5830         * mml-sec.el (mml-signencrypt-style): New accessor function to
5831         allow users to get/set the signencrypt style more easily without
5832         frobbing the alist directly.
5833         * mml.el (mml-generate-mime-1): Use accessor function.
5834
5835 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5836
5837         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5838         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5839         <schwab@suse.de>.
5840
5841 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5842
5843         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5844         when intuiting the group the message is written to.  From Josh
5845         Huber <huber@alum.wpi.edu>.
5846
5847 2002-05-06  Simon Josefsson  <jas@extundo.com>
5848
5849         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5850         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5851
5852 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5853
5854         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5855         argument, and fixed compiler warning. (added autoload for
5856         gpg-encrypt).
5857
5858 2002-05-04  Simon Josefsson  <jas@extundo.com>
5859
5860         * mml1991.el (mml1991-function-alist): Doc fix.
5861
5862         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5863         doesn't exist (for previewing messages without having Gnus
5864         started).
5865
5866         * mm-util.el (mm-coding-system-priorities): Defcustom.
5867
5868         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5869
5870 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5871
5872         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5873         default.
5874         * mml-sec.el:
5875         * mml-sec.el (mml-signencrypt-style): New.
5876         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5877         argument `sign'.
5878         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5879         signencrypt.
5880         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5881         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5882         both signed & encryped is processed in one operation. (rather than
5883         two separate ops: sign, then encrypt)
5884         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5885         indication if a message is signed by an expired key.
5886         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5887         enables combined sign & encrypt operation. (this was always on
5888         before).
5889         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5890
5891 2002-05-01  Simon Josefsson  <jas@extundo.com>
5892
5893         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5894         server.
5895         (nnimap-mailbox-info): defvar instead of defvoo.
5896
5897 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5898
5899         * gnus.el: Oort Gnus v0.06 is released.
5900
5901 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * lpath.el: Bind url-package-version.
5904
5905 2002-05-01  Simon Josefsson  <jas@extundo.com>
5906
5907         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5908         filename before deleting the group itself, because the presence of
5909         a group filename decides if long filenames are used or not.
5910
5911         * gnus-art.el (gnus-button-alist): Don't inline
5912         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5913         without also modifying g-button-alist.
5914         (gnus-button-alist): Fix type to allow variable as well as regexp.
5915         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5916         themselves, variables to its contents.
5917         (gnus-button-entry): Ditto.
5918
5919 2002-05-01  Simon Josefsson  <jas@extundo.com>
5920
5921         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5922         UIDNEXT as a string.
5923
5924         * nnimap.el (nnimap-string-lessp-numerical): New function.
5925         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5926         integers.
5927
5928 2002-04-29  Simon Josefsson  <jas@extundo.com>
5929
5930         * nnmail.el (nnmail-cache-insert): Accept optional group
5931         parameter.
5932
5933         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5934         n-r-g-a is disabled.
5935
5936 2002-04-29  Simon Josefsson  <jas@extundo.com>
5937
5938         * nnimap.el (nnimap-split-fancy): Fix doc.
5939         (nnimap-split-fancy): Fix doc.
5940
5941         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5942         (nnimap-mailbox-info): New internal variable.
5943         (nnimap-retrieve-groups): Implement faster new mail check.
5944
5945         * nnimap.el (nnimap-split-articles): Support
5946         nnmail-cache-accepted-message-ids.
5947         (nnimap-request-accept-article): Ditto.
5948
5949         * imap.el (imap-mailbox-status-asynch): New command.
5950
5951 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5952
5953         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5954         are no subscribed mail groups.
5955         - Strip quoted names when comparing addresses
5956
5957 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5958
5959         * mm-decode.el (mm-text-html-renderer): Change customize type to
5960         const.
5961
5962         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5963         (gnus-debug-exclude-variables): do.
5964
5965 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5966
5967         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5968         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5969
5970 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * dns.el (dns-make-network-process): New macro.
5973         (query-dns): Use it.
5974
5975 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5978         article-buffer.
5979
5980         * mm-url.el (mm-url-package-name): New variable.
5981         (mm-url-package-version): New variable.
5982         (mm-url-insert-file-contents): Bind url-package-name and
5983         url-package-version here.
5984         * nnrss.el (nnrss-insert-w3): Move the bindings.
5985
5986         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5987         url-package-version. Trivial change from Andrew J Cosgriff
5988         <ajc@polydistortion.net>
5989
5990         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5991         attachments. Trivial change from Peter 'Luna' Runestig
5992         <peter@runestig.com>.
5993
5994 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5995
5996         * nnkiboze.el (nnkiboze-request-scan): Call
5997         nnkiboze-possibly-change-group.
5998         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5999         problems.
6000         (nnkiboze-generate-group): Set newsrc to the *highest* article
6001         number kibozed, not the lowest.
6002
6003 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6004
6005         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6006
6007 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6008         From Dan Christensen <jdc+news@uwo.ca>.
6009
6010         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6011         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6012         Recognize math postings.  Extract Date (now ignores "(15kb)").
6013         Extract email address using gnus-extract-address-components
6014         instead of just taking the first word.  Create Date and From
6015         headers for message which are missing these headers.  Get rid
6016         of spurious \\ lines (purely cosmetic).  Extend body-end and
6017         file-end regexps, to exclude more garbage from the message.
6018         Make URL rephrasing regexp more flexible, to match current
6019         format.
6020
6021 2002-04-23  Simon Josefsson  <jas@extundo.com>
6022
6023         * netrc.el: New file, functions copied from gnus-util.el by Ted
6024         Zlatanov <tzz@lifelogs.com>.
6025
6026         * gnus-util.el: Require netrc.
6027         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6028         new code in netrc.el.
6029
6030 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6031
6032         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6033         message-ignored-resent-headers, too.  From Matthieu Moy
6034         <Matthieu.Moy@imag.fr>.
6035
6036 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6037
6038         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6039         boolean not a string
6040         * gnus-group.el (gnus-group-line-format): add description of %C
6041         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6042           as %C
6043         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6044
6045 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6046
6047         * nnmaildir.el (nnmaildir-request-scan): typo: set
6048         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6049         nnmail-get-new-mail for 'find-new-groups.
6050
6051 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6052
6053         * nnmaildir.el (nnmaildir-request-update-info,
6054         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6055         unnecessary calls to nnmaildir-request-scan.
6056
6057 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6058
6059         * gnus-msg.el:
6060         * gnus-msg.el (gnus-message-replysign): New.
6061         * gnus-msg.el (gnus-message-replyencrypt): New.
6062         * gnus-msg.el (gnus-message-replysignencrypted): New.
6063         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6064         (above) to automatically encrypt/sign to encrypted/signed
6065         messages.
6066         * message.el:
6067         * message.el (message-mode-map): Add keybinding for
6068         `message-to-list-only'
6069         * message.el (message-mode): Add description for
6070         `message-to-list-only'
6071         * message.el (message-to-list-only): New.
6072         * message.el (message-make-mft): Changed to use the cl loop macro,
6073         and added optional flag to return only the matched list. (for use
6074         in new message-to-list-only function)
6075
6076 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6077
6078         * gnus-msg.el:
6079         * gnus-msg.el (gnus-message-replysign):
6080         * gnus-msg.el (gnus-replysign): New.
6081         * gnus-msg.el (gnus-replyencrypt): New.
6082         * gnus-msg.el (gnus-replysignencrypted): New.
6083         * gnus-msg.el (gnus-summary-reply):
6084         * message.el:
6085         * message.el (message-mode-map):
6086         * message.el (message-mode):
6087         * message.el (message-to-list-only): New.
6088         * message.el (message-make-mft):
6089
6090 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6091
6092         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6093
6094 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6095
6096         * message.el (message-gen-unsubscribed-mft): accept a prefix
6097         argument so CC can be included with C-u C-c C-f C-a
6098
6099 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6100         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6101
6102         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6103         Improve docstring.
6104         (spam-enter-blacklist): New command.
6105
6106         * gnus-sum.el (gnus-spam-mark): New mark.
6107         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6108         (gnus-summary-make-tool-bar): Correct conditional.
6109         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6110         (gnus-summary-mark-as-spam): New command.
6111
6112 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6113
6114         * mml-sec.el (mml-secure-message): changed to support arbritrary
6115         modes.
6116         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6117         changed to support "signencrypt" mode.
6118         * mml.el (mml-parse-1): changed to support different secure modes
6119         more easily. (for signencrypt)
6120
6121 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6122
6123         * gnus-sum.el (gnus-update-summary-mark-positions)
6124         (gnus-summary-toggle-header):
6125         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6126         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6127         (gnus-uu-post-encoded):
6128         * nnfolder.el (nnfolder-possibly-change-group):
6129         * nnimap.el (nnimap-retrieve-headers):
6130         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6131
6132 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6133
6134         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6135         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6136
6137 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-srvr.el (gnus-server-set-info): Clear
6140         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6141         From Daiki Ueno <ueno@unixuser.org>.
6142
6143 2002-04-11  Simon Josefsson  <jas@extundo.com>
6144
6145         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6146         viewing of security buttons.  Thanks to Nicolas Kowalski
6147         <Nicolas.Kowalski@imag.fr>.
6148
6149         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6150         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6151         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6152         <Nicolas.Kowalski@imag.fr>.
6153         (smime-decrypt-buffer): Ditto.
6154
6155 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6158         header line.
6159
6160 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6161
6162         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6163
6164 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6165
6166         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6167
6168 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6171         errors when debug.
6172
6173 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6174
6175         * message.el (message-make-mft): Changed MFT code from using
6176         message-recipients (which included Bcc) to use only the To and CC
6177         headers.
6178
6179 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6180
6181         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6182         add link.
6183         (gnus-treat-mail-picon): Ditto.
6184         (gnus-treat-newsgroups-picon): Ditto.
6185         (gnus-picon-databases): Fix custom type.
6186         (gnus-picon-databases): Add link.
6187         (gnus-article-x-face-command): Add to gnus-picon group.
6188
6189 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6190
6191         * message.el (message-buffer-naming-style): Remove.
6192
6193 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6194
6195         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6196
6197         * message.el (message-tool-bar-map): Ditto.
6198
6199         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6200
6201 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202
6203         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6204
6205 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6206
6207         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6208
6209 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6210         Trivial patch.
6211
6212         * dns.el: open-network-stream under XEmacs does udp.
6213
6214 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6215
6216         * spam.el (spam-enter-whitelist): New function.
6217         (spam-parse-whitelist): Ditto.
6218         (spam-refresh-list-cache): Ditto.
6219         (spam-address-whitelisted-p): New function.
6220
6221         * dns.el (query-dns): Use TCP when make-network-process isn't
6222         available.
6223         (dns-servers): New variable.
6224         (dns-parse-resolv-conf): New function.
6225         (query-dns): Use it.
6226
6227         * spam.el: New file.
6228
6229         * dns.el (query-dns): Test.
6230
6231 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * lpath.el (featurep): Bind make-network-process.
6234
6235 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6236
6237         * nnmaildir.el: Use defstruct.  Use a single copy of
6238         nnmail-extra-headers to save memory.  Store server's group name
6239         prefix instead of each group's prefixed name.
6240         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6241         nntp-server-buffer.
6242
6243 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * dns.el: New file.
6246
6247 2002-03-28  Simon Josefsson  <jas@extundo.com>
6248
6249         * gnus-sum.el (gnus-summary-dummy-line-format):
6250         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6251         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6252
6253 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6254
6255         * gnus-sum.el (gnus-summary-move-article)
6256         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6257         the doc string.
6258
6259 2002-03-28  Simon Josefsson  <jas@extundo.com>
6260
6261         * mml-sec.el (mml-secure-message): Search after
6262         mail-header-separator from top of message.
6263
6264 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6265
6266         * nnmaildir.el: Cosmetic changes.
6267         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6268         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6269         nnmaildir--group-ls): New macros/functions.  Use them.
6270         (nnmaildir--unlink): Evalutate argument only once.
6271
6272 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6273
6274         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6275         symbols.
6276         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6277         `gnus-point-at-eol'.
6278
6279 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6280
6281         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6282         nnmaildir--marks-dir): New macros.  Use them.
6283         Use inhibit-quit for atomicity instead of in-memory journaling.
6284         (nnmaildir--edit-prep): New function.
6285         (Local Variables): Use it.
6286
6287 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6288
6289         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6290
6291 2002-03-25  Simon Josefsson  <jas@extundo.com>
6292
6293         * message.el (message-mode): Fix doc.
6294
6295 2002-03-25  Simon Josefsson  <jas@extundo.com>
6296
6297         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6298         Matthieu Moy <Matthieu.Moy@imag.fr>.
6299
6300 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6301
6302         * mml-sec.el (mml-unsecure-message): Add docstring.
6303
6304 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6305
6306         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6307         value.
6308         Trivial change from andre@slamdunknetworks.com
6309
6310 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6311
6312         * mml.el (mml-mode-map): Added a keybinding for
6313         `mml-unsecure-message'.  Also, added a menu entry for said
6314         function in the Attachments menu.
6315
6316 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * canlock.el (canlock-version): Remove.
6319         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6320         here; simplify \x insertions.
6321         (canlock-sha1): New function, always return a unibyte string.
6322         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6323         of a password.
6324         (canlock-insert-header): Use `canlock-sha1'.
6325         (canlock-verify): Ditto.
6326
6327 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * message.el (message-fix-before-sending): Add an option that
6330         ignores illegible text.
6331         Trivial change from Mark Milhollan <mlm@attglobal.net>
6332
6333         * message.el (message-font-lock-keywords): Support multi-line MML
6334         tags.
6335
6336         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6337         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6338
6339 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6342         symbols for "View as different encoding" submenu.
6343
6344 2002-03-19  Simon Josefsson  <jas@extundo.com>
6345
6346         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6347         encoding" submenu.
6348
6349 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6350
6351         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6352
6353 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6354
6355         * gnus-sum.el (gnus-sum-thread-tree-root)
6356         (gnus-sum-thread-tree-single-indent)
6357         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6358         (gnus-sum-thread-tree-leaf-with-other)
6359         (gnus-sum-thread-tree-single-leaf): Make customizable.
6360
6361 2002-03-16  Simon Josefsson  <jas@extundo.com>
6362
6363         * gnus-util.el (gnus-extract-address-components): Don't break on
6364         names such as James "Kibo" Parry.  From Francis Litterio
6365         <franl@world.std.com>.
6366
6367 2002-03-13  Simon Josefsson  <jas@extundo.com>
6368
6369         * pop3.el (pop3-open-server): Revert multibyte change.  From
6370         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6371
6372         * message.el (message-send-mail-with-qmail): Make it work.  From
6373         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6374
6375 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6376
6377         * message.el (message-make-mft): Set case-fold-search while
6378         generating the MFT.  Also, a little cleanup in the MFT code.
6379
6380 2002-03-12  Simon Josefsson  <jas@extundo.com>
6381
6382         * message.el (message-qmail-inject-args): May be function.
6383         (message-send-mail-with-qmail): Call function if m-q-i-a is
6384         function.  From fn@hungry.org (Faried Nawaz).
6385
6386 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6387
6388         * message.el (message-abbrevs-loaded): Remove.
6389         (mailabbrev): Require it.
6390
6391         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6392
6393 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * pop3.el (pop3-open-server): Set process buffer unibyte.
6396
6397 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6400
6401 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6402
6403         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6404         too.
6405
6406 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6407
6408         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6409         duplication.
6410         (gnus-summary-save-parts-type-history): Ditto.
6411         (gnus-summary-save-parts-last-directory): Ditto.
6412         Trivial change from andre@slamdunknetworks.com
6413
6414 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6415
6416         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6417
6418 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6419
6420         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6421         -->" as the end of the first article.
6422
6423         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6424         From Matthieu Moy <Matthieu.Moy@imag.fr>
6425
6426         * message.el (message-add-action): Use add-to-list.
6427         (message-delete-action): New function.
6428
6429         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6430         pieces.
6431
6432 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6433
6434         * nnnil.el: New file.
6435         * gnus.el (gnus-valid-select-methods): Include nnnil.
6436
6437 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * message.el (message-syntax-checks): Because canlock is
6440         supported, we disable sender syntax check.
6441         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6442
6443         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6444         value of message-syntax-checks.
6445
6446         * qp.el (quoted-printable-decode-region): Doc addition.
6447         From: Eli Zaretskii <eliz@is.elta.co.il>
6448
6449         * mail-source.el (make-source-make-complex-temp-name): Use
6450         make-temp-file.
6451
6452         * mm-util.el (mm-make-temp-file): New function.
6453         * nneething.el (nneething-file-name): Use it.
6454         * mml-smime.el (mml-smime-encrypt): Ditto.
6455         * mm-view.el (mm-inline-wash-with-file): Ditto.
6456         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6457         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6458         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6459         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6460         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6461         * gnus-art.el (gnus-mime-print-part): Ditto.
6462
6463 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6464
6465         * message.el (nnmaildir-article-number-to-base-name): New
6466         function.
6467         (nnmaildir-base-name-to-article-number): New function.
6468
6469 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * smime.el (smime-make-temp-file): Don't quote
6472         `temporary-file-directory'.
6473
6474 2002-03-04  Simon Josefsson  <jas@extundo.com>
6475
6476         * smime.el (smime-sign-region): Rename argument keyfiles to
6477         keyfile. You only sign something with one key.
6478         (smime-sign-buffer): Better completing-read prompt.
6479         (smime-decrypt-buffer): Ditto.
6480
6481         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6482
6483         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6484         completing-read.
6485         (mm-view-pkcs7-decrypt): CRLF->LF.
6486
6487 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6488
6489         * message.el (message-hierarchical-addresses): New variable.
6490         (message-get-reply-headers): Use it.
6491         From Ted Zlatanov <teodor.zlatanov@divine.com>
6492
6493 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6494
6495         * message.el (message-mode): If buffer-file-name, don't set auto
6496         save file name.
6497         Trivial change from Geoff Greene <ggreene@wpi.edu>
6498
6499 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6500
6501         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6502         takes one argument in read-char.
6503
6504         * message.el (message-fix-before-sending): Forward a char.
6505         Check mmu-multibyte-p, add control-1.
6506
6507 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6508
6509         * gnus-start.el (gnus-read-init-file): Ditto.
6510
6511         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6512
6513         * dgnushack.el (dgnushack-make-load): Ditto.
6514
6515         * mail-source.el (mail-source-fetch): Extract the right error
6516         code.
6517
6518         * message.el (message-fix-before-sending): Check illegible text.
6519
6520         * gnus-util.el (gnus-multiple-choice): New function.
6521
6522         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6523         also defined in gnus-score.el.
6524
6525 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6526
6527         * message.el (message-get-reply-headers): downcase email addresses
6528         for comaparisons for duplicate removal.
6529
6530 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6533         implementation of PKCS#7, which just allows users read the
6534         message.
6535         (mm-view-pkcs7): Use it.
6536
6537 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus.el (large-newsgroup-initial): New parameter.
6540
6541         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6542         (gnus-summary-insert-old-articles): Ditto.
6543
6544 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6545
6546         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6547         used as the default answer of the question, "How many articles?".
6548         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6549
6550         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6551         small numbers.
6552
6553 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6554
6555         * deuglify.el: Fix comments.
6556
6557 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * html2text.el (html2text-clean-anchor): If there is no HREF,
6560         insert nothing.
6561
6562         * mml.el (mml-generate-mime-1): Add cdr.
6563         From: andre@slamdunknetworks.com
6564
6565         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6566         (mm-text-html-washer-alist): Ditto.
6567
6568         * mm-decode.el (mm-text-html-renderer): Add html2text.
6569
6570         * html2text.el: Face lift.
6571
6572         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6573
6574 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6575
6576         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6577
6578         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6579
6580         * deuglify.el: New file. The original file name is
6581         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6582
6583         * mm-decode.el (mm-display-external): Use
6584         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6585
6586 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6587
6588         * nnmaildir.el (nnmaildir-request-list): Report the highest
6589         article number, not the total number of articles.
6590
6591 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6592
6593         * gnus-sum.el: Move uu key map here.
6594         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6595
6596 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6597
6598         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6599         nnmail-expiry-wait* if expire-age parameter is not set.
6600
6601 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6604         function.
6605         (gnus-group-sort-selected-groups-by-real-name): New function.
6606         (gnus-group-make-menu-bar): Add sort by real name.
6607
6608         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6609         rebuild.
6610         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6611         nil as dependencies as well.
6612
6613 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6614
6615         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6616         for mime-parts.
6617
6618         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6619
6620         * gnus-group.el (gnus-group-name-decode): Don't test
6621         multibyte-string, because it breaks XEmacs.
6622         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6623
6624         * message.el (message-send-mail): Be talkative.
6625
6626         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6627         (mm-automatic-display): Ditto.
6628
6629         * mailcap.el (mailcap-mime-data): Ditto.
6630         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6631
6632 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * many files: Remove trailing whitespaces, replace spc+tab with
6635         tab, replace leading whitespaces with tabs.
6636
6637 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6638
6639         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6640         articles with no body and no blank line after the header.
6641
6642 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6645         parts.
6646
6647         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6648         non-ascii chars.
6649
6650         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6651
6652         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6653         w3-delay-image-loads.
6654         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6655         (mm-w3-prepare-buffer): Ditto.
6656
6657         * mail-source.el (mail-source-fetch-directory): Run scripts.
6658
6659 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6662         for Majordomo confirmations.
6663
6664 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6667
6668 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6671
6672 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6673
6674         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6675         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6676
6677 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6680         (mm-inline-render-with-stdin): Ditto.
6681         (mm-inline-render-with-function): Ditto.
6682         (mm-inline-wash-with-file): Bind coding-system-for-write.
6683         (mm-inline-wash-with-stdin): Ditto.
6684
6685 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6686
6687         Suggested by Felix Natter <fnatter@gmx.net>
6688
6689         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6690         gnus-mime-externalize-view.
6691         (gnus-mime-view-part-internally): Rename from
6692         gnus-mime-internalize-view.
6693         (gnus-article-view-part-externally): Rename from
6694         gnus-article-externalize-part.
6695         (gnus-mime-action-alist): Change correspondingly.
6696         (gnus-mime-button-commands): Ditto.
6697         (gnus-mime-action-alist): Remove duplication.
6698
6699         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6700
6701 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6702
6703         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6704
6705         * gnus-art.el (gnus-display-mime): Use it.
6706
6707         * mm-partial.el (mm-partial-find-parts): Use it.
6708
6709         * gnus-sum.el (gnus-article-loose-mime): Rename from
6710         gnus-article-no-strict-mime.
6711         (gnus-summary-save-parts): Use it.
6712
6713 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6716         local variable.
6717
6718         * gnus-art.el (article-display-x-face): Don't sort multiple
6719         X-Faces.
6720
6721 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6724         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6725
6726         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6727
6728 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6729
6730         Some ideas is inspired by code from Hrvoje Niksic
6731         <hniksic@arsdigita.com>
6732
6733         * gnus-art.el (gnus-article-wash-function): Set the default to
6734         nil, so that we use mm-text-html-renderer instead.
6735         (article-wash-html): Use mm-text-html-renderer.
6736
6737         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6738         (mm-text-html-renderer): New variable.
6739         (mm-inline-text-html-renderer): Set the default to nil, so that we
6740         use mm-text-html-renderer instead.
6741
6742         * mm-view.el (mm-inline-text-html): New function.
6743         (mm-text-html-renderer-alist): New variable.
6744         (mm-inline-text-vcard): New function.
6745         (mm-inline-text): Split.
6746         (mm-links-remove-leading-blank): New function.
6747         (mm-inline-render-with-file): New function.
6748         (mm-inline-render-with-stdin): New function.
6749         (mm-inline-render-with-function): New function.
6750         (mm-text-html-washer-alist): New variable.
6751         (mm-inline-wash-with-file): New function.
6752         (mm-inline-wash-with-stdin): New function.
6753
6754 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6755
6756         * message-utils.el: Fix installation doc.
6757         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6758
6759 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6760
6761         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6762         (gnus-post-method): Use it.
6763         (gnus-summary-cancel-article): Find the correct post-method.
6764
6765         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6766         * message.el (message-send-news): Ditto.
6767         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6768         <ipmonger@delamancha.org>
6769
6770         * gnus.el (gnus-select-method): Fix doc.
6771         (gnus-server-string): Use 'using nntp'.
6772
6773         * gnus-agent.el (gnus-slave-unplugged): New command.
6774         From: Felix Natter <fnatter@gmx.net>
6775
6776 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6777
6778         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6779         Call edit-done-function first, then change the window
6780         configuration.
6781         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6782         (gnus-article-edit-mode): mml-mode.
6783
6784         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6785         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6786
6787         * message-utils.el: Adopt the file.
6788
6789         * message-utils.el: New file.
6790         From Holger Schauer <Holger.Schauer@gmx.de>
6791
6792 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * gnus-sum.el (gnus-summary-move-article): Select-article only
6795         when gnus-move-split-methods is non-nil. And we don't render or
6796         mark the article.
6797
6798         * gnus-fun.el (gnus-shell-command-to-string): New function.
6799         (gnus-shell-command-on-region): New function.
6800         (gnus-random-x-face): Use them.
6801         (gnus-x-face-from-file): Ditto.
6802         (gnus-convert-image-to-gray-x-face): Ditto.
6803         (gnus-convert-gray-x-face-to-xpm): Ditto.
6804         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6805
6806 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-art.el (gnus-treat-display-xface): Don't use
6809         `shell-command-to-string' when compiling.
6810         (gnus-treat-display-grey-xface): Ditto.
6811
6812 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6813
6814         * nnmaildir.el (nnmaildir--article-count): If the group is
6815         completely empty, report minimum article number as 1 instead of 0.
6816
6817 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * gnus-agent.el (gnus-get-predicate): Use nconc.
6820
6821         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6822         gnus-summary-display-cache as cache.
6823
6824         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6825         (nndoc-mail-in-mail-type-p): New function.
6826         (nndoc-mail-in-mail-article-begin): New function.
6827
6828 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6829
6830         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6831
6832         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6833         use-hard-newlines to nil.
6834
6835         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6836         image is not available if window-system is not available.
6837
6838         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6839
6840 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6843         bookmark, because update-mark doesn't handle it correctly.
6844
6845 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6846
6847         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6848         directly instead of calling message-send-mail.
6849
6850         * gnus-start.el (gnus-read-descriptions-file): Use
6851         gnus-default-charset.
6852
6853         * mm-util.el (mm-guess-mime-charset): New function.
6854
6855         * gnus.el (gnus-default-charset): Use it.
6856         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6857         the default.
6858
6859 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6862         (article-display-x-face): Use it.  Disable grey xface, if
6863         uncompface is not found.
6864
6865         * message.el (message-mode): Don't enable multibyte on an indirect
6866         buffer.
6867
6868         * nnrss.el (nnrss-content-function): New variable.
6869         (nnrss-request-article): Use it.
6870
6871 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * gnus.el: Add article-unsplit-urls.
6874         * gnus-sum.el: Ditto.
6875         * gnus-art.el (gnus-treat-strip-cr): New variable.
6876         (gnus-treatment-function-alist): Use it.
6877         (article-unsplit-urls): New function.
6878         (gnus-article-make-menu-bar): Use it.
6879         From: Michael Cook <michael.cook@cisco.com>
6880
6881 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6882
6883         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6884         copy.
6885
6886 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6887
6888         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6889         with internal whitespace.
6890         (gnus-parent-id): Ditto.
6891
6892 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6893
6894         * gnus-art.el (gnus-article-treat-body-boundary): Add
6895         gnus-decoration property.
6896         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6897
6898         * message.el (message-mode): Set local-abbrev-table.
6899         From Matt Armstrong <matt@lickey.com>.
6900
6901         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6902         too many spaces.
6903
6904         * rfc2047.el (rfc2047-unfold-region): Ditto.
6905         (rfc2047-decode-region): Don't unfold. Let
6906         gnus-article-treat-unfold-headers do it.
6907
6908         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6909         From: Jesper Harder <harder@ifa.au.dk>
6910
6911 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6914         (gnus-configure-posting-styles): Use it.
6915         (gnus-configure-posting-styles): Remove trailing newspaces.
6916
6917 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6920         is non-nil.
6921
6922         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6923
6924         * gnus.el (gnus-server-to-method): Switch position with
6925         gnus-server-get-method.
6926         (gnus-agent): Add doc.
6927
6928         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6929         (gnus-summary-save-parts): Use it.
6930
6931         * gnus-art.el (gnus-display-mime): Use it.
6932         * mm-partial.el (mm-partial-find-parts): Use it.
6933
6934         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6935
6936         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6937         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6938
6939         * nnagent.el (nnagent-request-expire-articles): Don't delete
6940         files.
6941
6942 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6943
6944         * message.el (message-gen-unsubscribed-mft): New function.
6945         From Sriram Karra <karra@cs.utah.edu>.
6946
6947         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6948         open parenthesis.
6949
6950         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6951         (mm-inline-text-html-render-with-w3): Ditto.
6952         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6953         Suggested by Dave Love  <d.love@dl.ac.uk>.
6954
6955         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6956
6957         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6958         * nntp.el (nntp-send-command): Ditto.
6959         * nntp.el (nntp-send-command-nodelete): Ditto.
6960
6961 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6962
6963         * mm-url.el (mm-url-load-url): New function.
6964         (mm-url-insert-file-contents): Use it.
6965
6966         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6967
6968         * message.el (message-forward-make-body): Correctly copy
6969         forward-buffer.
6970
6971         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6972
6973 2002-02-04  Simon Josefsson  <jas@extundo.com>
6974
6975         * gnus-art.el (gnus-article-followup-with-original): Mark with
6976         force, prevent errors when following up from article buffer.
6977         (gnus-article-reply-with-original): Ditto.
6978
6979         * binhex.el (binhex-decoder-switches): Fix doc.  From
6980         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6981
6982 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6983
6984         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6985         highlight-citation after emphasize.
6986
6987 2002-02-04  Simon Josefsson  <jas@extundo.com>
6988
6989         * nnfolder.el (nnfolder-open-marks):
6990
6991         * nnml.el (nnml-open-marks): Message when done.  From David
6992         Edmondson <dme@sun.com>.
6993
6994 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6995
6996         * imap.el (imap-anonymous-auth): Fix typo.
6997         From: Steinar Bang <sb@dod.no>
6998
6999         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7000         save-excursion.
7001         (gnus-cache-braid-heads): Ditto.
7002
7003         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7004         line, because there are extra articles in the overview buffer.
7005
7006         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7007
7008         * message.el (message-forward-rmail-make-body): Directly use
7009         rmail-msg-restore-non-pruned-header to avoid calling
7010         vertical-motion.
7011
7012 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * gnus-cache.el (gnus-summary-insert-cached-articles):
7015         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7016
7017         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7018         gnus-newsgroups-unselected.
7019
7020         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7021         gnus-add-to-sorted-list.
7022
7023         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7024         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7025         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7026         (gnus-update-read-articles): UNREAD is sorted.
7027         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7028         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7029         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7030         (gnus-newsgroup-dormant): Require sorted.
7031
7032         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7033         directories.
7034         (gnus-dired-print): New function.
7035
7036         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7037         ps-despool.
7038
7039 2002-02-02  Simon Josefsson  <jas@extundo.com>
7040
7041         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7042
7043 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7046         t. This makes gnus-agent customizable without putting
7047         gnus-agentize into .gnus.
7048
7049         * gnus.el (gnus-agent): Make it customizable.
7050
7051         * gnus-dired.el: New file.
7052         From Benjamin Rutt <brutt@bloomington.in.us>
7053
7054         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7055         if no article.
7056         (gnus-cache-possibly-remove-article): Ditto.
7057         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7058
7059 2002-02-01  Simon Josefsson  <jas@extundo.com>
7060
7061         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7062
7063 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7066         (mm-setup-w3m): Don't bind keys listed in the above.
7067
7068 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7071         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7072         is non-nil; bind `w3m-force-redisplay' with nil.
7073
7074         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7075
7076         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7077
7078 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7081         use mail-header-unfold-field.
7082
7083         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7084         gnus-summary-limit.
7085
7086         * gnus-range.el (gnus-add-to-sorted-list): New function.
7087         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7088         (gnus-mark-article-as-unread): Ditto.
7089         (gnus-summary-mark-article-as-unread): Ditto.
7090         (gnus-build-get-header): Ditto.
7091         (gnus-summary-prepare-threads): Ditto.
7092         (gnus-summary-insert-pseudos): Ditto.
7093         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7094         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7095         (gnus-summary-insert-old-articles): Ditto.
7096
7097         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7098         (gnus-configure-posting-styles): Support the new format.
7099
7100         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7101         edebug-form-spec to (sexp body).
7102         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7103
7104         * message.el (message-reply-headers): Add doc.
7105
7106 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7109         gnus-cache-active-hashtb.
7110
7111         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7112         (gnus-agent-summary-fetch-group): Use it.
7113
7114         * gnus-msg.el (gnus-debug-files): New variable.
7115         (gnus-debug-exclude-variables): New variable.
7116         (gnus-debug): Use them.
7117
7118         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7119
7120 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7123         (message-mode-syntax-table): Move back the previous position.
7124
7125         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7126
7127         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7128         gnus-sorted-difference.
7129
7130         * nnsoup.el (nnsoup-request-expire-articles): Use
7131         gnus-sorted-difference.
7132
7133         * nnheader.el: Autoload gnus-sorted-difference.
7134
7135         * nnfolder.el (nnfolder-request-expire-articles): Use
7136         gnus-sorted-difference.
7137
7138         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7139         gnus-sorted-difference.
7140
7141         * gnus-range.el: Autoload cookies.
7142         (gnus-sorted-difference): New function.
7143         (gnus-sorted-ndifference): New function.
7144         (gnus-sorted-nintersection): Rename from
7145         gnus-set-sorted-intersection.
7146         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7147         (gnus-list-range-difference): Rename from
7148         gnus-inverse-list-range-intersection.
7149         (gnus-inverse-list-range-intersection): Use defalias.
7150
7151         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7152         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7153         (gnus-articles-to-read): Use gnus-sorted-difference.
7154         (gnus-summary-limit-mark-excluded-as-read): Use
7155         gnus-sorted-intersection and gnus-sorted-ndifference.
7156         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7157         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7158
7159         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7160
7161 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7164         property to the buffer for using emacs-w3m command keys.
7165
7166         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7167         option.
7168
7169         * mm-view.el (mm-w3m-mode-map): New variable.
7170         (mm-w3m-mode-command-alist): New variable.
7171         (mm-w3m-minor-mode): Removed.
7172         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7173         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7174         buffer for using emacs-w3m command keys.
7175
7176 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * message.el (message-mode-syntax-table): Move forward.
7179         (message-cite-prefix-regexp): Auto detect non word constituents.
7180         (message-cite-prefix-regexp): Don't use with-syntax-table.
7181
7182         * gnus-sum.el (gnus-summary-update-info): Use
7183         gnus-list-range-intersection.
7184
7185         * gnus-agent.el (gnus-agent-fetch-headers): Use
7186         gnus-list-range-intersection.
7187
7188         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7189         (gnus-list-range-intersection): Use it.
7190         (gnus-inverse-list-range-intersection): Ditto.
7191         (gnus-sorted-intersection): Add doc.
7192         (gnus-set-sorted-intersection): Add doc.
7193         (gnus-sorted-union): New function.
7194         (gnus-set-sorted-union): New function.
7195
7196         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7197         (gnus-inverse-list-range-intersection): Ditto.
7198
7199 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7200
7201         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7202
7203         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7204         and permit `:' and `\' in order to handle full Windows pathnames.
7205         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7206         technically not correct per standard, but seems to have common use.
7207
7208 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7209
7210         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7211         replacing numbers.
7212
7213 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7216
7217         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7218         Don't split when the window is small, e.g. when a small *BBDB*
7219         window is the lowest one.
7220
7221         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7222         nnheader-find-nov-line to speed up. Use nreverse, because it is
7223         sorted. Use nnheader-insert-nov-file.
7224
7225 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7228
7229         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7230         of `w3m-display-inline-images' with the value of
7231         `mm-inline-text-html-with-images'.
7232         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7233
7234         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7235
7236 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7237
7238         * time-date.el: Add autoload cookies.  Many doc fixes.
7239         (time-add): New function.
7240         (time-subtract): Renamed from subtract-time.
7241         (subtract-time): New alias for time-subtract.
7242
7243 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7246         emacs-w3m in doc-string.
7247
7248         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7249         `w3m-current-buffer'.
7250
7251 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7252
7253         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7254
7255         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7256         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7257         (mm-w3m-cid-retrieve): New function.
7258         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7259
7260 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7261
7262         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7263
7264 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7267
7268 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7271         32K.
7272
7273         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7274
7275         * nnmail.el (nnmail-article-group): Decode headers before running
7276         split rules over them.
7277         (nnmail-mail-splitting-charset): New variable.
7278
7279         * smiley.el: Replaced with smiley-ems.el.
7280
7281 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * mm-url.el (mm-url-predefined-programs): Add w3m.
7284         (mm-url-program): Ditto.
7285
7286 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * nnml.el (nnml-use-compressed-files): New variable.
7289         (nnml-filenames-are-evil): Removed.
7290         (nnml-current-group-article-to-file-alist): Don't use.
7291         (nnml-update-file-alist): Inhibit.
7292         (nnml-article-to-file): Use new var.
7293
7294 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7295
7296         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7297
7298         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7299
7300 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7303         function.
7304
7305         * gnus-util.el (gnus-cache-file-contents): New function.
7306
7307         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7308         (gnus-agent-load-alist): Use it.
7309
7310         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7311
7312         * nnheader.el (nnheader-insert-nov-file): New function.
7313
7314         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7315
7316         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7317         there are no references.
7318         (gnus-extract-message-id-from-in-reply-to): New function.
7319         (gnus-nov-parse-line): Use in-reply-to if there are no
7320         references.
7321
7322 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7325
7326         * gnus-util.el (gnus-parse-without-error): New macro.
7327
7328 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7329
7330         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7331         (gnus-article-wash-function): use locate-library to decide which
7332         to use.
7333
7334 2002-01-25  Simon Josefsson  <jas@extundo.com>
7335
7336         * pop3.el (pop3-munge-message-separator): Work if no date.
7337         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7338
7339 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-agent.el (gnus-agent-save-alist): Fix.
7342
7343         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7344         mistake.  Reinstated lost code.
7345
7346 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7347
7348         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7349         one exists in the case of an encrypted message with an internal
7350         signature.
7351
7352 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7355
7356 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * dgnushack.el: Commented out the experimental code.
7359
7360 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7363         error.
7364
7365         * gnus.el (gnus-server-to-method): Made into subst.
7366         (gnus-server-method-cache): New variable.
7367         (gnus-server-to-method): Use it.
7368         (gnus-group-method-cache): New variable.
7369         (gnus-find-method-for-group-1): Renamed.
7370         (gnus-find-method-for-group): New function.
7371         (gnus-group-method-cache): Removed.
7372
7373         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7374         function.
7375
7376         * gnus-range.el (gnus-members-of-range): New function.
7377         (gnus-list-range-intersection): Renamed.
7378         (gnus-inverse-list-range-intersection): New function.
7379
7380         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7381
7382         * nnagent.el (nnagent-retrieve-headers): New implementation.
7383
7384         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7385         implementation.
7386
7387 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7390         `w3m-meta-content-type-charset-regexp'.
7391
7392         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7393         charset-encoded html contents.
7394
7395 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7398         an empty file.
7399
7400         * nnweb.el (url): Ignore errors when request url.
7401
7402         * nnrss.el: Clean up the comments.
7403
7404 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7407
7408         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7409         (mm-inline-media-tests): Test whether the value of
7410         `mm-inline-text-html-renderer' is a function for text/html.
7411
7412         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7413         separated from `mm-inline-text'.
7414         (mm-w3m-minor-mode): New variable.
7415         (mm-w3m-setup): New variable.
7416         (mm-setup-w3m): New function.
7417         (mm-inline-text-html-render-with-w3m): New function.
7418         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7419         text/html.
7420
7421 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7422
7423         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7424
7425 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7428         and `gnus-xmas-completing-read'.
7429
7430 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7431
7432         * nneething.el (nneething-message-id-number): Abolished.
7433         (nneething-encode-file-name): Not encode numerical characters.
7434         (nneething-make-head): `nneething-message-id-number' is not
7435         used to generate message IDs.
7436
7437 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7440         characters.
7441
7442 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7445         (gnus-xmas-redefine): Redefine conditionally.
7446
7447 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7448
7449         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7450         tag.
7451
7452 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7453
7454         * message.el (message-font-lock-keywords): Added the secure tag.
7455         * mml-sec.el: Added functions to generate/modify/remove the secure
7456         tag while in message mode.
7457         * mml-sec.el (mml-secure-message): New.
7458         * mml-sec.el (mml-unsecure-message): New.
7459         * mml-sec.el (mml-secure-message-sign-smime): New.
7460         * mml-sec.el (mml-secure-message-sign-pgp): New.
7461         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7462         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7463         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7464         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7465         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7466         convert it to either a part or multipart depending on if there are
7467         other parts in the message.
7468         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7469         to use the secure tag, rather than the part tag.
7470         * mml.el (mml-preview): Added a save-excursion to keep cursor
7471         position after doing an MML preview.
7472
7473 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * nnheader.el (nnheader-parse-overview-file): New function.
7476         (nnheader-write-overview-file): New function.
7477
7478 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7481         in wanted.
7482
7483         * nnweb.el (nnweb-type-definition): Clean up.
7484
7485 2002-01-21  Alastair Burt  <burt@dfki.de>
7486         Trivial patch.
7487
7488         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7489         buffer exists before jumping to it.
7490
7491 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7494         function.
7495         (article-wash-html): Use it.
7496         (gnus-article-wash-function): New variable.
7497         (gnus-article-wash-html-with-w3m): New function.
7498
7499 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7500
7501         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7502         XEmacs.
7503
7504 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7505
7506         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7507         command line.
7508
7509 2002-01-21  Simon Josefsson  <jas@extundo.com>
7510
7511         * canlock.el (base64-encode-string): Autoload it from base64.
7512         (canlock-make-cancel-key): Base64 encode unibyte string.
7513
7514 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * nnfolder.el (nnfolder-request-accept-article): Unfold
7517         x-from-line.
7518         (nnfolder-request-replace-article): Ditto.
7519
7520 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7521
7522         * gnus-group.el (gnus-group-best-unread-group): Use the right
7523         positioning function.
7524
7525 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * smiley-ems.el (smiley-region): Use new function.
7528         (smiley-update-cache): Use general image functions.
7529         (smiley-region): Use general functions.
7530
7531         * gnus-util.el (gnus-graphic-display-p): New function.
7532
7533         * nnmail.el (nnmail-article-group): Allow outputting traces of
7534         non-strings.
7535
7536         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7537         (nndoc-exim-bounce-type-p): New function.
7538
7539         * message.el (message-dont-send): Doc fix.
7540
7541         * gnus-util.el (gnus-completing-read): Remove
7542         inherit-input-method.
7543
7544         * gnus-art.el (gnus-treat-smiley): Doc fix.
7545
7546         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7547         articles.
7548
7549 2002-01-19  Simon Josefsson  <jas@extundo.com>
7550
7551         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7552         (imap-kerberos4-open): Ditto.
7553         (imap-open): Set port correctly, don't set auth.
7554
7555 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus.el (gnus-version-number): Bump version number.
7558
7559 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7560
7561         * gnus.el: Oort Gnus v0.05 is released.
7562
7563 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7564
7565         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7566         exists.
7567
7568         * gnus-spec.el (gnus-string-width-function): New function.
7569         (gnus-tilde-cut-form): Use it.
7570         (gnus-tilde-max-form): Ditto.
7571         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7572         (gnus-substring-function): Use it.
7573         (gnus-tilde-cut-form): Ditto.
7574         (gnus-substring-function): New function.
7575
7576         * message.el (message-check-news-header-syntax): New message.
7577
7578         * gnus.el (gnus-slave-no-server): Doc fix.
7579
7580         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7581
7582 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7585         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7586         (seen (NUM1 . NUM2)).
7587
7588 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7591         number in closed topics.
7592
7593 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7594
7595         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7596         functions.
7597
7598 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus.el (gnus-group-find-parameter): Clean up.
7601
7602         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7603         articles.
7604
7605         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7606
7607         * nnmail.el (nnmail-article-group): Clean up.
7608
7609 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7610
7611         * gnus-agent.el (gnus-category-name): Intern the category name.
7612
7613 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7616
7617         * gnus-util.el (gnus-completing-read): New function.
7618
7619 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7622
7623         * smiley-ems.el (smiley-region): Register smiley.
7624         (smiley-toggle-buffer): Rewrite the function.
7625         (smiley-active): Removed.
7626
7627 2002-01-19  Simon Josefsson  <jas@extundo.com>
7628
7629         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7630         Jesper Harder <harder@ifa.au.dk>.
7631
7632 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7633
7634         * gnus-art.el (gnus-request-article-this-buffer): Call
7635         `nneething-get-file-name' to extract the file name from the
7636         message id.
7637
7638         * nneething.el (nneething-encode-file-name): New function.
7639         (nneething-decode-file-name): Ditto.
7640         (nneething-get-file-name): Ditto.
7641         (nneething-make-head): Encode the file name and encapsulate it
7642         into the field of the message id.
7643
7644 2002-01-18  Simon Josefsson  <jas@extundo.com>
7645
7646         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7647         stored in .marks.
7648
7649         * nnfolder.el (nnfolder-request-update-info): Ditto.
7650
7651 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7652
7653         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7654
7655 2002-01-18  Simon Josefsson  <jas@extundo.com>
7656
7657         * imap.el (imap-starttls-p): Don't check for binary.
7658         (imap-gssapi-auth-p): Ditto.
7659         (imap-kerberos4-auth-p): Ditto.
7660         (imap-open): Change logic.  Iterate through all possible streams,
7661         instead of bailing out after first failure.  Move authenticator
7662         decision to `imap-authenticate'.
7663         (imap-authenticate): Change logic, now finds the authenticator to
7664         use, was previously in `imap-open'.
7665         (imap-open): Return nil on failure.
7666         (imap-open): Setup temp buffer correctly.
7667         (imap-open): Return buffer only on success.
7668         (imap-interactive-login, imap-interactive-login): Tell the user
7669         which stream/authenticator is used for the queried
7670         username/password.
7671         (imap-open, imap-authenticate): Set variables.
7672         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7673         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7674
7675 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7678
7679 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7682
7683 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7686         (gnus-agent-group-mode-map): Bind it to "Jo".
7687         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7688
7689 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7690
7691         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7692         (gnus-summary-mail-toolbar): Add mail article deletion button.
7693
7694         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7695         false positives for lines of "^^^^".
7696
7697         * gnus-picon.el (gnus-picon-find-face): faces database is all
7698         lowercase.
7699
7700 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7701
7702         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7703         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7704         duplications.
7705         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7706
7707 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus-sum.el (gnus-summary-initial-limit): Inline
7710         gnus-summary-limit-children.
7711         (gnus-summary-initial-limit): Don't limit if
7712         gnus-newsgroup-display is nil.
7713         (gnus-summary-initial-limit): No, don't.
7714
7715         * gnus-util.el
7716         (gnus-put-text-property-excluding-characters-with-faces): Inline
7717         gnus-put-text-property.
7718
7719         * gnus-spec.el (gnus-default-format-specs): New variable.
7720
7721         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7722         gnus-format-specs.
7723         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7724
7725         * gnus-spec.el (gnus-update-format-specifications): Really check
7726         the Gnus version of the .newsrc.eld file.
7727         (gnus-format-specs): Save the new default summary format.
7728
7729         * gnus-util.el (gnus-parent-id): Check whether references is empty
7730         before splitting.
7731
7732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7733         functions.
7734         (gnus-gather-threads-by-references): Inline
7735         `gnus-split-references'.
7736
7737         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7738         default value of gnus-summary-line-format-spec.
7739
7740 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7741
7742         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7743         message.
7744         (nnslashdot-request-list): Ditto.
7745         (nnslashdot-sid-strip): Removed.
7746
7747 2002-01-15  Simon Josefsson  <jas@extundo.com>
7748
7749         * nnimap.el (nnimap-close-asynchronous): Enable.
7750         (nnimap-close-group): Expunge.
7751
7752 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * gnus-util.el (gnus-user-date-format-alist): Typo.
7755         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7756
7757 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7758
7759         * nneething.el (nneething-request-article): Set
7760         `nnmail-file-coding-system' to `binary' locally, in order to read
7761         files without any conversion.
7762
7763 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7766         nnheader-file-coding-system and nnmail-active-file-coding-system.
7767         (gnus-agent-regenerate-group): Ditto.
7768         (gnus-agent-regenerate): Ditto.
7769         (gnus-agent-write-active): Ditto.
7770         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7771
7772 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7773
7774         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7775         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7776
7777 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778
7779         * gnus.el: We don't need gnus-article-show-all-headers.
7780
7781         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7782         Ditto.
7783
7784         * gnus-sum.el (gnus-summary-select-article): Don't call
7785         show-all-headers, because hidden headers are not hidden text any
7786         more.
7787
7788 2002-01-13  Simon Josefsson  <jas@extundo.com>
7789
7790         * message.el (message-newline-and-reformat): Use `newline' instead
7791         of inserting \n, so that the newline is marked as hard.
7792
7793         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7794         From Jesper Harder <harder@ifa.au.dk>.
7795
7796 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * imap.el (imap-close): Keep going if quit.
7799
7800         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7801         nntp-server-buffer.
7802
7803 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7806         avoid unbinding shadowed variables.
7807
7808         * gnus-art.el (gnus-picon-databases): Moved here.
7809         (gnus-picons-installed-p): Moved here.
7810         (gnus-article-reply-with-original): Use `mark'.
7811
7812         * gnus.el (gnus-picon): Moved here and renamed.
7813
7814         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7815         installed.
7816         (gnus-treat-mail-picon): Ditto.
7817         (gnus-treat-newsgroups-picon): Ditto.
7818
7819         * gnus-picon.el (gnus-picons-installed-p): New function.
7820
7821 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7822
7823         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7824
7825 2002-01-12  Simon Josefsson  <jas@extundo.com>
7826
7827         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7828         (nnimap-before-find-minmax-bugworkaround): Use it.
7829         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7830         (nnimap-dont-close): New variable.
7831         (nnimap-close-group): Use it.
7832
7833 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834
7835         * gnus-art.el (gnus-article-reply-with-original): Use
7836         `mark-active'.
7837
7838         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7839
7840         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7841         (gnus-score-advanced): Clean up.
7842         (gnus-score-advanced): Accept a multiple of the score.
7843
7844 2002-01-12  Simon Josefsson  <jas@extundo.com>
7845
7846         * flow-fill.el (fill-flowed-display-column)
7847         (fill-flowed-encode-columnq): New variables.  Suggested by
7848         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7849         (fill-flowed-encode, fill-flowed): Use them.
7850
7851         * message.el (message-send-news, message-send-mail): Use
7852         m-b-s-n-p-e-h-n.
7853
7854         * mml.el (autoload): Autoload fill-flowed-encode.
7855         (mml-buffer-substring-no-properties-except-hard-newlines): New
7856         function.
7857         (mml-read-part): Use it.
7858         (mml-generate-mime-1): Encode format=flowed if appropriate.
7859         (mml-insert-mime-headers): Insert format=flowed.
7860
7861         * flow-fill.el (fill-flowed-encode): New function.
7862         (fill-flowed): Bind fill-column to window width.
7863
7864 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7867         it exists.
7868         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7869         (gnus-summary-buffer-name): Don't return the dead name after all.
7870         (gnus-summary-setup-buffer): Kill the dead buffer.
7871
7872         * gnus-art.el (gnus-article-followup-with-original): Store the
7873         value of the mark before deactivating it.
7874
7875 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7876
7877         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7878         From: Karl Kleinpaste <karl@charcoal.com>
7879
7880         * gnus-art.el (article-display-x-face): Ditto.
7881         (gnus-article-reply-with-original): Use gnus-region-active-p.
7882         (gnus-article-followup-with-original): Ditto.
7883
7884         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7885         downloadable article either.
7886
7887 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7888
7889         * gnus-art.el (article-display-x-face): Insert From:.
7890
7891         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7892         article. Bind gnus-display-mime-function and
7893         gnus-article-prepare-hook.
7894
7895         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7896         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7897         gnus-agent-possibly-synchronize-flags to the last.
7898         (gnus-agent-go-online): New function. New variable.
7899
7900 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7901
7902         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7903         (gnus-agent-regenerate): Ditto.
7904
7905 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * message.el (message-ignored-news-headers)
7908         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7909         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7910
7911         * gnus.el (gnus-gethash-safe): New macro.
7912
7913         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7914         (gnus-agent-regenerate): Show messages.
7915
7916 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7917
7918         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7919         (gnus-agent-regenerate): New function.
7920         (gnus-agent-save-alist): Sort.
7921         (gnus-agent-copy-nov-line): Test eobp.
7922         (gnus-agent-retrieve-headers): Erase buffer.
7923
7924 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7925
7926         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7927         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7928
7929         * gnus.el (gnus-agent-covered-methods): Move here.
7930         (gnus-online): New function.
7931         (gnus-agent-method-p): Move here.
7932
7933         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7934         nil. Remove articles-alist.
7935
7936         * gnus-start.el (gnus-get-unread-articles): Check online.
7937         (gnus-groups-to-gnus-format): Ditto.
7938         (gnus-active-to-gnus-format): Ditto.
7939
7940         * gnus-agent.el (gnus-agent-get-function): Use it.
7941         (gnus-agent-get-undownloaded-list): Ditto.
7942         (gnus-agent-fetch-session): Only fetch online methods.
7943
7944         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7945         (gnus-server-mode-map): Ditto.
7946         (gnus-server-offline-face): New face.
7947         (gnus-server-offline-face): New variable.
7948         (gnus-server-font-lock-keywords): Add offline.
7949         (gnus-server-insert-server-line): Ditto.
7950         (gnus-server-offline-server): New function.
7951
7952         * gnus-int.el (gnus-open-server): Turn to offline.
7953         (gnus-server-unopen-status): New variable.
7954
7955 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * nnkiboze.el (nnkiboze-request-article): Use
7958         gnus-agent-request-article.
7959
7960         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7961         function. Insert undownloaded NOV.
7962
7963         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7964         (gnus-agent-request-article): New function.
7965
7966         * gnus.el (gnus-agent-cache): New variable.
7967
7968         * gnus-int.el (gnus-retrieve-headers): Use
7969         gnus-agent-retrieve-headers.
7970         (gnus-request-head): Use gnus-agent-request-article.
7971         (gnus-request-body): Ditto.
7972
7973         * gnus-art.el (gnus-request-article-this-buffer): Use
7974         gnus-agent-request-article.
7975
7976         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7977         article if it is undownloaded.
7978
7979 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7982
7983 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * canlock.el (canlock-string-as-unibyte): New macro.
7986         (canlock-sha1-with-openssl): Return a unibyte string.
7987         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7988
7989 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7990
7991         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7992
7993 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7994
7995         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7996         application/x-emacs-lisp.
7997
7998         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7999
8000         * nntp.el (nntp-request-article): Add group parameter.
8001         (nntp-request-head): Ditto.
8002         (nntp-find-group-and-number): Add parameter group. Figure out
8003         number if the status line doesn't give (e.g. quimby.gnus.org).
8004
8005 2002-01-08  Simon Josefsson  <jas@extundo.com>
8006
8007         * mml.el (mml-generate-mime-1): Set recipient correctly.
8008
8009 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8010
8011         * message.el (message-read-from-minibuffer): Add parameter
8012         initial-contents.
8013         * gnus-msg.el (gnus-summary-resend-message): Use it.
8014
8015         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8016         behavior of quit-config.
8017
8018         * message.el (message-make-from): Don't quote fullname.
8019         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8020
8021         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8022         From: <andre@slamdunknetworks.com>
8023
8024 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8027
8028         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8029
8030         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8031         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8032         because bbdb may use it.
8033
8034 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8035
8036         * nneething.el (nneething-request-article): When a non-text file
8037         is converted to an article, its data is encoded in base64.  Call
8038         `nneething-make-head' with options to specify MIME types.
8039         (nneething-make-head): Add optional arguments to specify MIME
8040         types.
8041
8042 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8045         header if there is not.
8046
8047         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8048
8049         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8050         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8051         (gnus-inews-do-gcc): Use them.
8052
8053         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8054         gnus-newsgroup-unselected.
8055
8056 2002-01-06  Simon Josefsson  <jas@extundo.com>
8057
8058         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8059         condition-case, not ignore-errors.
8060
8061 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8064         gnus-fetch-old-headers.
8065
8066         * gnus-art.el (article-display-x-face): Use the current buffer
8067         unless `W f'. Otherwise, X-Face may be shown in the header of a
8068         forwarded part.
8069         (gnus-treatment-function-alist): Treat xface before hiding
8070         headers.
8071
8072 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8075         parameters.
8076
8077 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8080         (mm-guess-charset): New function.
8081         (mm-charset-after): Use it.
8082         (mm-detect-coding-region): New function.
8083         (mm-detect-mime-charset-region): New function.
8084
8085         * gnus-sum.el (gnus-summary-show-article): Use
8086         mm-detect-coding-region.
8087
8088 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * message.el (message-make-fqdn): Be less violent.
8091
8092         * gnus.el (gnus-logo-color-style): Compute custom form
8093         automatically.
8094
8095         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8096         score file of the parent to the document group.
8097
8098         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8099         parameters parameter.
8100
8101         * gnus-score.el (gnus-score-load-file): Clean up.
8102
8103 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8106         From: Damien Wyart <damien.wyart@free.fr>
8107
8108         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8109
8110 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8111
8112         * gnus-sum.el (gnus-select-group-hook): Typo.
8113
8114         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8115         is no quoted-printable-encoded STRING.
8116         From: Jesper Harder <harder@ifa.au.dk>
8117
8118         (rfc2047-decode-string): Decode it.
8119
8120 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8121
8122         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8123
8124 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8125         Trivial patch.
8126
8127         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8128         buffer to get rid of junk line.
8129
8130 2002-01-05  Simon Josefsson  <jas@extundo.com>
8131
8132         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8133         C-o.
8134         (message-mode-map): Bind message-insert-or-toggle-importance to
8135         C-c C-u.
8136         (message-mode-map): Bind message-disposition-notification-to to
8137         C-c M-n.
8138         (message-mode-menu): Add m-d-n-t.
8139         (message-mode-field-menu): Add m-goto-from.
8140         (message-mode): Doc fix.
8141         (message-goto-from): New function.
8142         (message-insert-disposition-notification-to): New function.
8143         (message-tool-bar-map): Add receipt button.
8144
8145 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-sum.el (gnus-thread-latest-date): New function.
8148         (gnus-thread-sort-by-most-recent-number): Renamed.
8149         (gnus-thread-sort-functions): Doc fix.
8150         (gnus-select-group-hook): Don't use setq on a hook.
8151         (gnus-thread-latest-date): Use date, not number
8152
8153         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8154         (gnus-agent-expire): Allow regexp of expire-days.
8155
8156         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8157         region.
8158         (gnus-article-followup-with-original): Ditto.
8159
8160         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8161
8162         * gnus-art.el (gnus-mime-display-alternative): Use
8163         gnus-local-map-property.
8164         (gnus-mime-display-alternative): Ditto.
8165         (gnus-insert-mime-security-button): Ditto.
8166         (gnus-insert-next-page-button): Ditto.
8167         (gnus-button-prev-page): Take optional args.
8168         (gnus-insert-prev-page-button): widget-convert.
8169
8170         * gnus-util.el (gnus-local-map-property): New function.
8171
8172         * gnus-art.el (gnus-prev-page-map): Use parent map.
8173         (gnus-next-page-map): Ditto.
8174
8175         * gnus-spec.el (gnus-parse-format): Clean up.
8176         (gnus-parse-format): Do complex formatting for %=.
8177
8178         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8179         "X-Face: " to the data in the built-in scenario.
8180
8181         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8182         (gnus-correct-pad-form): Renamed.
8183         (gnus-tilde-max-form): Clean up.
8184         (gnus-pad-form): Use gnus-use-correct-string-widths.
8185
8186         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8187         support if that is available.
8188
8189         * gnus-sum.el (gnus-thread-highest-number): New function.
8190         (gnus-thread-sort-by-most-recent-thread): New function.
8191         (gnus-thread-sort-functions): Doc fix.
8192
8193 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8194
8195         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8196         all cases.
8197         (gnus-summary-mode): Enable it in all cases.
8198         (gnus-summary-display-article): Ditto.
8199         (gnus-summary-edit-article): Ditto.
8200
8201         * gnus-ems.el (gnus-put-image): Really return glyph.
8202
8203         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8204         (gnus-treat-smiley): Don't take "P" in the interactive form.
8205
8206 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * compface.el (uncompface): XEmacs and Emacs have differing
8209         capabilities.
8210
8211         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8212
8213         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8214         (gnus-article-xface-ring-size): Removed.
8215         (gnus-article-display-xface): Removed.
8216         (gnus-remove-image): Cleaned up.
8217
8218         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8219         (gnus-xmas-create-image): Take pbm files.
8220         (gnus-x-face): Removed.
8221         (gnus-xmas-article-display-xface): Removed.
8222
8223         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8224         default-enable-multibyte-characters.
8225
8226         * compface.el (uncompface): Doc fix.
8227
8228         * gnus-art.el (gnus-article-x-face-command): Use
8229         gnus-display-x-face-in-from.
8230
8231         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8232
8233         * gnus-ems.el (gnus-put-image): Return the image.
8234
8235         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8236         (gnus-x-face): Moved here.
8237
8238 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8241         invisible if string is nil.
8242         (gnus-xmas-article-display-xface): Use it.
8243
8244         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8245         property when string is nil.
8246         (gnus-article-display-xface): Use it.
8247
8248 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * gnus-art.el (article-display-x-face): Check whether valid grey
8251         face was returned.
8252         (article-display-x-face): Place image in the right spot.
8253
8254         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8255         stderr.
8256         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8257
8258 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8261         parameters.
8262         (gnus-xmas-put-image): Allow non-strings to be passed.
8263
8264         * gnus-art.el (article-display-x-face): Use optional parameters.
8265
8266         * gnus-ems.el (gnus-create-image): Take optional parameters.
8267
8268         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8269
8270         * compface.el (compface-xbm-p): Removed.
8271
8272         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8273         (gnus-article-display-xface): Use compface.
8274
8275         * compface.el: New file.
8276
8277         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8278         (gnus-convert-image-to-x-face-command): Ditto.
8279         (gnus-random-x-face): Quote argument.
8280         (gnus-x-face-from-file): Ditto.
8281
8282 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8283
8284         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8285         the expire-group parameter once per article rather than once
8286         per group; bind `nnmaildir-article-file-name' and `article'
8287         for convenience.  Leave article alone when expire-group
8288         specifies the current group.
8289         (nnmaildir--update-nov): be more concurrency-friendly with
8290         temp file names.
8291
8292 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * gnus-start.el (gnus-read-init-file): Cleaned up.
8295
8296 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8297
8298         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8299         (gnus-read-init-file): Don't use it.
8300
8301 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8304
8305 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8306
8307         * gnus-start.el (gnus-read-init-file): Don't force coding system
8308         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8309
8310 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8313         * nnspool.el (nnspool-request-post): Ditto.
8314
8315         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8316         (mm-find-mime-charset-region): Use it.
8317
8318 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8319
8320         * gnus.el (gnus-summary-line-format): Added :link.
8321         * gnus-topic.el (gnus-topic-line-format): Ditto.
8322         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8323         * gnus-srvr.el (gnus-server-line-format): Ditto.
8324         * gnus-group.el (gnus-group-line-format): Ditto.
8325
8326         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8327         :keys, it works on both Emacsen.
8328
8329 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8330
8331         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8332
8333 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8336
8337 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8338
8339         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8340         very wide reply.
8341
8342 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8345         (gnus-picon-cache): New variable.
8346         (gnus-picon-transform-newsgroups): Cache stuff.
8347
8348         * gnus-art.el (gnus-article-reply-with-original): New command.
8349         (gnus-article-followup-with-original): New command.
8350
8351         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8352         END parameters.
8353         (gnus-summary-followup): Take a list of list of articles.
8354         (gnus-inews-yank-articles): Allow lists of article/regions.
8355
8356         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8357         longer the usual commands.
8358
8359         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8360         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8361         shell-command-on-region.
8362
8363 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8366           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8367
8368 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8369
8370         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8371         understand ':keys', wrap it in an featurep 'xemacs.
8372
8373 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8374
8375         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8376         order of headers (Actually, it is called in a reversed order). Add
8377         'gnus-image-text-deletable property.
8378         (gnus-remove-image): Remove text with such a property.
8379
8380         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8381         gnus-put-image.
8382
8383         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8384         with ", "
8385
8386 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8389
8390         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8391         (article-display-x-face): Display grey X-Faces.
8392
8393         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8394         (gnus-convert-gray-x-face-to-ppm): Ditto.
8395         (gnus-convert-image-to-gray-x-face): Ditto.
8396
8397         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8398         gnus-summary-show-raw-article.
8399
8400 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8401
8402         Display picons in XEmacs without showing text.
8403
8404         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8405         mm-create-image-xemacs to create xbm glyph, because it deletes
8406         temporary files.
8407         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8408         (gnus-xmas-remove-image): Make text visible, remove glyph.
8409
8410         * gnus-picon.el (gnus-picon-transform-newsgroups)
8411         (gnus-picon-transform-address): Insert spec backward, due to the
8412         incompatibility of gnus-xmas-put-image.
8413
8414 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8415
8416         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8417
8418 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * gnus.el: Doc fix.
8421
8422         * gnus-art.el: Doc fix.
8423
8424         * gnus-agent.el: Doc fix.
8425
8426 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8427
8428         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8429
8430 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8431
8432         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8433         NOV data out of the message again if nnmail-extra-headers has
8434         changed.
8435
8436 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-fun.el: New file.
8439         (gnus-convert-image-to-x-face-command): New variable.
8440         (gnus-insert-x-face): New function.
8441         (gnus-random-x-face): Renamed.
8442         (gnus-x-face-from-file): Renamed.
8443
8444         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8445         "_".
8446         (gnus-body-boundary-delimiter): Typo fix.
8447
8448 2002-01-02  Simon Josefsson  <jas@extundo.com>
8449
8450         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8451         (gnus-body-boundary-delimiter): Fix type.
8452
8453 2002-01-01  Simon Josefsson  <jas@extundo.com>
8454
8455         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8456         (gnus-treat-emphasize, gnus-treat-strip-cr)
8457         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8458         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8459         (gnus-treat-fill-article, gnus-treat-hide-citation)
8460         (gnus-treat-hide-citation-maybe)
8461         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8462         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8463         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8464         (gnus-treat-date-ut, gnus-treat-date-local)
8465         (gnus-treat-date-english, gnus-treat-date-lapsed)
8466         (gnus-treat-date-original, gnus-treat-date-iso8601)
8467         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8468         (gnus-treat-strip-trailing-blank-lines)
8469         (gnus-treat-strip-leading-blank-lines)
8470         (gnus-treat-strip-multiple-blank-lines)
8471         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8472         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8473         (gnus-treat-display-xface, gnus-treat-display-smileys)
8474         (gnus-treat-from-picon, gnus-treat-mail-picon)
8475         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8476         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8477         (gnus-treat-play-sounds, gnus-treat-translate)
8478         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8479
8480         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8481         (gnus-article-treat-body-boundary): Use it.
8482
8483         * message.el (message-mode): Fix doc.
8484         (message-mode-menu): Fix names.
8485
8486 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8489         articles.
8490
8491         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8492         (gnus-picon-transform-address): Search for unknown faces as well.
8493         (gnus-picon-find-face): Don't search "news" for MISC.
8494         (gnus-picon-user-directories): Changed default back to exclude
8495         "unknown".
8496
8497         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8498
8499         * gnus-picon.el (gnus-picon-find-face): Search through all
8500         databases.
8501         (gnus-picon-find-face): New implementation.
8502
8503         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8504         keystroke.
8505         (gnus-topic-goto-next-topic): Ditto.
8506
8507         * gnus.el (gnus-summary-line-format): Changed default.
8508
8509         * nnmail.el (nnmail-extra-headers): Change default.
8510
8511         * gnus-sum.el (gnus-extra-headers): Change default.
8512
8513         * message.el (message-news-other-window): Changed "news" to
8514         "posting".
8515         (message-news-other-frame): Ditto.
8516         (message-do-send-housekeeping): Ditto.
8517
8518         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8519         function.
8520         (gnus-article-unread-p): New function.
8521         (gnus-article-unseen-p): New function.
8522         (gnus-dead-summary-mode-map): Typo.
8523
8524         * gnus-util.el (gnus-make-predicate): New function.
8525         (gnus-make-predicate-1): New function.
8526
8527         * gnus-sum.el: New function.
8528         (gnus-map-articles): New function.
8529
8530         * gnus-art.el (gnus-treat-fold-headers): New variable.
8531         (gnus-article-treat-fold-headers): New command and keystroke.
8532
8533         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8534         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8535
8536 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * message.el (message-fcc-externalize-attachments): New variable.
8539         (message-do-fcc): Use it.
8540
8541         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8542         (gnus-inews-do-gcc): Use it.
8543
8544         * mml.el (mml-tweak-sexp-alist): New variable.
8545         (mml-externalize-attachments): New variable.
8546         (mml-tweak-part): Use mml-tweak-sexp-alist.
8547         (mml-tweak-externalize-attachments): New function.
8548
8549 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8550
8551         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8552         'set-glyph-face' so x-face back/foreground can be set.
8553
8554 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8555
8556         * message.el (message-fix-before-sending): Fix a typo.
8557
8558 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * gnus-art.el (gnus-treat-smiley): Renamed command.
8561         (gnus-article-remove-images): New command and keystroke.
8562
8563         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8564
8565         * smiley-ems.el (gnus-smiley-display): Removed.
8566
8567         * gnus.el (gnus-version-number): Update version.
8568
8569         * message.el (message-text-with-property): Renamed and moved
8570         here.
8571         (message-fix-before-sending): Highlight invisible text and place
8572         point there.
8573
8574 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8575
8576         * gnus.el: Oort Gnus v0.04 is released.
8577
8578 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8581
8582         * gnus-art.el (gnus-ignored-headers): More headers,
8583
8584         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8585         of `scan-error', since XEmacs doesn't seem to support that.
8586
8587 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8590         arg.
8591         (gnus-summary-best-unread-subject): Ditto.
8592         (gnus-summary-best-unread-subject): No, don't.
8593         (gnus-summary-better-unread-subject): New command.
8594
8595         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8596
8597         * lpath.el ((featurep 'xemacs)): fbind url function.
8598
8599         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8600         buffer.
8601         (gnus-xmas-remove-image): Implementation that does something.
8602         (gnus-xmas-article-display-xface): Mark images properly.
8603
8604         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8605
8606 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8607
8608         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8609
8610 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * gnus-group.el (gnus-group-line-format): Added %O to the default
8613         value.
8614
8615         * gnus-util.el (gnus-text-with-property): The smallest point is
8616         point-min.
8617
8618         * smiley-ems.el (smiley-region): Return images.
8619         (gnus-smiley-display): Allow toggling.
8620         (smiley-region): Use text properties, not overlays.
8621
8622         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8623         implemented yet.
8624
8625         * smiley-ems.el (smiley-update-cache): Check for valid types.
8626
8627         * gnus-art.el (gnus-with-article-buffer): New macro.
8628
8629         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8630         strings as well as the glyphs.
8631         (gnus-picon-transform-address): Ditto.
8632         (gnus-picon-insert-glyph): Ditto.
8633         (gnus-picon-transform-newsgroups): Toggle.
8634         (gnus-picon-transform-address): Toggle.
8635
8636         * gnus-ems.el (gnus-remove-image): New function.
8637         (gnus-put-image): Take an optional string.
8638
8639         * gnus-util.el (gnus-text-with-property): New function.
8640
8641         * gnus-art.el (gnus-delete-images): New function.
8642
8643         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8644
8645         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8646         (gnus-article-wash-status): Use it.
8647         (gnus-signature-toggle): Clean up.
8648         (gnus-add-wash-status): New function.
8649         (gnus-delete-wash-status): New function.
8650         (gnus-article-hide-text-type): Use them throughout.
8651         (gnus-add-image): New function.
8652
8653         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8654
8655         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8656         interface.
8657
8658         * gnus-art.el (article-display-x-face): Cleaned up.
8659
8660         * rfc2047.el (rfc2047-field-value): New function.
8661
8662         * mail-parse.el (mail-header-field-value): New alias.
8663
8664         * gnus-art.el (gnus-mime-print-part): Fix typos.
8665
8666         * smiley-ems.el (gnus-smiley-file-types): New variable.
8667         (smiley-update-cache): Use it.
8668         (smiley-regexp-alist): Suffix-less smiley names.
8669         (smiley-regexp-alist): Added more smileys.
8670
8671         * gnus-sum.el (gnus-print-buffer): Made into own function.
8672         (gnus-summary-print-article): Use it.
8673
8674         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8675         looked for when REQUEST is a string.
8676
8677         * gnus-art.el (gnus-mime-button-commands): Add printing
8678         keystroke.
8679         (gnus-mime-copy-part): Doc fix.
8680         (gnus-mime-print-part): New command.
8681
8682 2001-12-31  Simon Josefsson  <jas@extundo.com>
8683
8684         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8685         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8686
8687 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8690         (picon): Fix doc.
8691
8692         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8693         longer exists. Remove those codes.
8694         * gnus.el (gnus-use-picons): Ditto.
8695
8696 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8699         infloop.
8700
8701         * gnus-sum.el (t): New `W D' map.
8702
8703         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8704         (gnus-article-treat-body-boundary): Clean up.
8705         (gnus-body-boundary-face): Removed.
8706         (gnus-article-goto-header): Moved here.
8707         (gnus-article-goto-header): Allow better regexps.
8708         (gnus-article-treat-fold-newsgroups): New command.
8709
8710         * gnus-sum.el (gnus-summary-move-article): We have to select an
8711         article to give `gnus-read-move-group-name' an opportunity to
8712         suggest an appropriate default.
8713
8714         * rfc2047.el (rfc2047-fold-line): New function.
8715         (rfc2047-unfold-line): Ditto.
8716         (rfc2047-fold-region): Don't fold just after the header name.
8717
8718         * mail-parse.el (mail-header-fold-line): New alias.
8719         (mail-header-unfold-line): Ditto.
8720
8721         * gnus-art.el (gnus-body-boundary-face): Renamed.
8722         (gnus-article-treat-body-boundary): Use it.
8723         (gnus-article-treat-body-boundary): Use an invisible header and a
8724         line of underline characters.
8725
8726 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8727
8728         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8729
8730         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8731         (gnus-picon-split-address): New function.
8732         (gnus-picon-find-face): Use it.
8733         (gnus-picon-transform-address): Use it. Set first to t for each
8734         address.
8735
8736         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8737         the macro then use it.
8738         (gnus-treatment-function-alist): Treat picons earlier.
8739
8740 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * gnus-art.el (gnus-body-separator-face): New variable.
8743         (gnus-article-treat-body-boundary): Use a blank, colored line.
8744
8745         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8746         well.
8747
8748         * gnus-art.el (gnus-treat-body-boundary): New variable.
8749         (gnus-article-treat-unfold-headers): Use helper macro.
8750         (gnus-article-treat-body-boundary): New command.
8751
8752         * gnus.el (gnus-logo-color-style): Change the default color.
8753         (gnus-splash-face): Gray, gray.
8754
8755         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8756         colors.
8757
8758         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8759         (gnus-logo-color-style): Ditto.
8760         (gnus-logo-colors): Ditto.
8761
8762         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8763
8764         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8765
8766         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8767         (gnus-picon-transform-newsgroups): New function.
8768
8769         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8770         string.
8771
8772         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8773
8774         * gnus-art.el (gnus-treat-cc-picon): New variable.
8775         (gnus-treat-mail-picon): Renamed.
8776
8777         * gnus-picon.el: New implementation.
8778         (gnus-picon-find-face): Renamed.
8779         (gnus-treat-from-picon): Use it.
8780         (gnus-picon-transform-address): Renamed.
8781         (gnus-treat-from-picon): Use it.
8782         (gnus-picon-create-glyph): Renamed.
8783         (gnus-picon-transform-address): Use it.
8784         (gnus-treat-cc-picon): New command.
8785
8786         * mm-decode.el (mm-create-image-xemacs): Separated out into
8787         function.
8788         (mm-get-image): Use it.
8789
8790         * gnus-art.el (gnus-treat-display-picons): Simplify.
8791         (gnus-treat-from-picon): Renamed.
8792
8793         * gnus-ems.el (gnus-create-image): New function.
8794         (gnus-put-image): New function.
8795
8796         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8797         (gnus-with-article-headers): New macro.
8798         (gnus-article-goto-header): New function.
8799
8800         * gnus-xmas.el (gnus-image-type-available-p): New function.
8801
8802         * gnus-ems.el (gnus-image-type-available-p): New function.
8803
8804 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8805
8806         * nnrss.el (nnrss-check-group): Find the correct tag, because
8807         xml.el is changed.
8808
8809 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8812         lines are shorter than the window width.
8813         (gnus-ignored-headers): More headers.
8814
8815 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8818         (gnus-treat-unfold-headers): Renamed.
8819         (gnus-article-treat-unfold-headers): New command and keystroke.
8820
8821         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8822
8823         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8824
8825 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * sha1-el.el (sha1-use-external): New variable.
8828         (sha1-region): Use it.
8829         (sha1-string): Ditto.
8830
8831         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8832         * gnus-picon.el: Less warnings when compile.
8833
8834 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8837         alias.
8838         (gnus-picons-database): Default to list.
8839         (gnus-picons-lookup-internal): Use it.
8840
8841         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8842         to "bogus".
8843
8844         * gnus-win.el (gnus-configure-windows-hook): New hook.
8845
8846 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8847
8848         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8849
8850 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8853         lists.
8854         (gnus-select-newsgroup): Don't append; push.
8855         (gnus-adjust-marked-articles): Remove obsolete ranges from
8856         `seen'.
8857         (gnus-update-marks): Clean up.
8858         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8859
8860 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8861
8862         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8863
8864 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * gnus-sum.el (gnus-auto-select-subject): New variable.
8867         (gnus-summary-best-unread-subject): New function.
8868         (gnus-summary-best-unread-article): Use it.
8869         (gnus-summary-first-unseen-subject): New function and command.
8870
8871         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8872         other treatments.
8873
8874         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8875         function.
8876
8877         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8878         from the list of hidden types.
8879
8880         * mm-view.el (mm-inline-text): Ditto.
8881         (mm-inline-text): Ditto.
8882         (mm-w3-prepare-buffer): Ditto.
8883
8884         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8885
8886 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * gnus-art.el (gnus-ignored-headers): Added more headers.
8889
8890 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8891
8892         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8893         once.
8894
8895 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8898
8899 2001-12-28  Simon Josefsson  <jas@extundo.com>
8900
8901         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8902         Jesper Harder <harder@ifa.au.dk>.
8903
8904 2001-12-27  Simon Josefsson  <jas@extundo.com>
8905
8906         * gnus-sum.el (gnus-select-newsgroup): Make
8907         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8908         contain all articles (instead of none) when no seen marks have
8909         been set for the group.
8910         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8911         instead, it seems to result in shorter ranges.
8912
8913 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8916         insert-before-markers.
8917         From Jesper Harder <harder@ifa.au.dk>
8918
8919 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8920
8921         * nnmaildir.el (nnmaildir-save-mail): create the destination
8922         groups if they do not exist.
8923
8924 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8927
8928 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8929
8930         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8931         gnus-group-real-name.
8932
8933         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8934         (gnus-newsgroup-variables): Ditto.
8935
8936         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8937         return it.
8938
8939 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8940
8941         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8942         * nnmaildir.el (top-level): Add commentary.
8943         (nnmaildir-version): Indicate that nnmaildir is now a standard
8944         part of Gnus, not separately released.
8945
8946 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8949         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8950         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8951         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8952
8953 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8956
8957 2001-12-20  Simon Josefsson  <jas@extundo.com>
8958
8959         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8960         ZHU <zsh@cs.rochester.edu>.
8961         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8962         Brian P Templeton <bpt@tunes.org>.
8963
8964 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * nnmaildir.el: New file.
8967         From Paul Jarc <prj@po.cwru.edu>.
8968
8969 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * nndoc.el (nndoc-type-alist): Move forward to the end.
8972
8973 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8976         `dolist'.
8977
8978 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * gnus-win.el (gnus-frames-on-display-list): New function.
8981         (gnus-get-buffer-window): Use it.
8982
8983 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8986
8987 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8990
8991 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992            From Harald Meland <Harald.Meland@usit.uio.no>
8993
8994         * gnus-win.el (gnus-get-buffer-window): New function.
8995         (gnus-all-windows-visible-p): Use it.
8996
8997         * gnus-util.el (gnus-horizontal-recenter)
8998         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8999         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9000
9001         * gnus-score.el (gnus-score-insert-help): Use it.
9002
9003         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9004         (gnus-generate-tree, gnus-highlight-selected-tree)
9005         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9006         it.
9007
9008         * gnus-art.el (gnus-article-set-window-start)
9009         (gnus-mm-display-part, gnus-request-article-this-buffer)
9010         (gnus-button-next-page, gnus-button-prev-page)
9011         (gnus-article-button-next-page, gnus-article-button-prev-page):
9012         Use it.
9013
9014 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9015
9016         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9017         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9018         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9019
9020 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9023         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9024         * mml1991.el, nnultimate.el: Add `coding'.
9025
9026 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9027
9028         * ChangeLog: changed coding to buffer-file-coding-system
9029         * ChangeLog.1: same
9030         * nnwfm.el: same
9031         * gnus-smiley.el: same
9032         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9033         * gnus-delay.el: same
9034         * gnus-spec.el: same
9035         * message.el: same
9036         * mml1991.el: same
9037         * nnultimate.el: same
9038
9039 2001-12-16  Simon Josefsson  <jas@extundo.com>
9040         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9041
9042         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9043         (gnus-summary-save-map): Add muttprint.
9044         (gnus-summary-make-menu-bar): Ditto.
9045         (gnus-summary-muttprint): New function.
9046
9047         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9048
9049 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9052         temporary list instead of buffer.
9053
9054         * mm-url.el (executable-find): autoload.
9055
9056 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9057
9058         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9059         to variable, follow doc-string conventions).
9060
9061 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9062
9063         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9064         subscribe-level
9065         * gnus-topic.el (gnus-subscribe-topics): use it.
9066
9067 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9070         messages. (A small patch with indentation)
9071         From Sean Neakums <sneakums@zork.net>.
9072
9073         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9074         nil after shooting down the gnus-original-article-buffer.
9075
9076 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * uudecode.el (uudecode-use-external): New variable.
9079         (uudecode-decode-region): Automatically detect external program.
9080
9081         * binhex.el (binhex-use-external): New variable.
9082         (binhex-decode-region-internal): New function.
9083         (binhex-decode-region): Automatically detect external program.
9084
9085         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9086         Use them.
9087
9088 2001-12-12  Simon Josefsson  <jas@extundo.com>
9089
9090         * nnvirtual.el (nnvirtual-always-rescan)
9091         (nnvirtual-component-regexp): Fix doc.
9092
9093         * nnoo.el (defvoo): Add doc to defvoo variables.
9094
9095         * nnml.el (nnml-directory, nnml-active-file)
9096         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9097         (nnml-marks-is-evil, nnml-filenames-are-evil)
9098         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9099
9100         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9101         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9102         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9103         `error'.
9104
9105         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9106         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9107
9108         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9109         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9110         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9111         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9112
9113         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9114         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9115
9116         * imap.el, nnimap.el: Fix indentation.
9117
9118         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9119
9120 2001-12-12  Didier Verna  <didier@xemacs.org>
9121
9122         * gnus-msg.el (gnus-group-news): New function.
9123         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9124         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9125         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9126         for it.
9127         * gnus-msg.el (gnus-summary-news-other-window): New function.
9128         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9129         bind it to `i'.
9130         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9131         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9132         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9133         for it (called with a prefix).
9134         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9135         group-name argument.
9136         * gnus-msg.el (gnus-setup-message): use it.
9137
9138 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9139
9140         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9141
9142 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * mml.el (mime-to-mml): Remove Content-Disposition too.
9145
9146 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9149         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9150         strings only.
9151         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9152
9153 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9154
9155         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9156         (nnmail-fancy-expiry-target): Use it.
9157         Suggestions from Simon Josefsson <jas@extundo.com>.
9158
9159 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160
9161         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9162
9163 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9164
9165         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9166
9167         * gnus-util.el (gnus-url-unhex-string): Move here.
9168
9169 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9172         mm-url-decode-entities-nbsp.
9173
9174         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9175         * webmail.el, nnwfm.el: Use mm-url.
9176
9177         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9178         (mm-url-remove-markup): Move from nnweb.
9179         (mm-url-fetch-simple): Move from webmail.
9180
9181         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9182
9183 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9184
9185         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9186         (gnus-summary-print-article): Use it.
9187
9188         * gnus-util.el (gnus-replace-in-string): Typo.
9189
9190 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9191
9192         * nnweb.el (nnweb-replace-in-string): Removed.
9193
9194         * gnus-util.el (gnus-replace-in-string): New function.
9195         (gnus-mode-string-quote): Use it.
9196
9197         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9198         * nnwfm.el (nnwfm-create-mapping): Ditto.
9199
9200 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9201
9202         * dgnushack.el (dgnushack-compile): nnrss.el and
9203         nnslashdot.el don't depend on nnweb, url, w3.
9204
9205         * nnrss.el: Use mm-url.
9206
9207 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9208
9209         * mm-url.el (mm-url-insert-file-contents): Support file:.
9210
9211 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * mm-view.el: Lower case for the description line. Sync from the
9214         Emacs CVS.
9215
9216 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9219         From:  Stefan Monnier  <monnier@cs.yale.edu>
9220
9221 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9224
9225 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * mm-url.el: Require executable.
9228         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9229
9230 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * pop3.el (pop3-munge-message-separator): Only use valid date.
9233         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9234
9235         * Makefile.in: gnus-load.elc may not be generated.
9236
9237 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * mm-url.el: New file.
9240         * nnslashdot.el: Use it.
9241         * mm-extern.el (mm-extern-url): Use it.
9242
9243 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         * gnus-sum.el (gnus-summary-save-article): Nix
9246         gnus-display-mime-function and gnus-article-prepare-hook.
9247
9248         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9249         the beginning of lines.
9250         (gnus-complex-form-to-spec): Ditto.
9251
9252 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253
9254         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9255         From Paul Jarc <prj@po.cwru.edu>.
9256
9257 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258
9259         * message.el: New variable message-subscribed-address-file;
9260         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9261
9262 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * message.el (message-tab-body-function): Set to nil.
9265         (message-tab): Use text-mode-map or global-map.
9266         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9267
9268 2001-11-30  Simon Josefsson  <jas@extundo.com>
9269
9270         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9271         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9272         <christoph.conrad@gmx.de>.
9273         (gnus-agent-fetch-group-1): Add verbose message.
9274
9275 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9278         of integers.
9279
9280 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9281
9282         * message.el (message-newgroups-header-regexp)
9283         (message-completion-alist, message-tab-body-function): Use
9284         defcustom rather than defvar.
9285         (message-tab): Mention `message-tab-body-function' in doc.
9286         Suggested by Karl Eichwalder.
9287
9288 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9291
9292 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9293
9294         * nnheader.el (nnheader-find-nov-line): Don't use macro
9295         gnus-delete-line.
9296
9297         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9298         (gnus-group-name-charset): Ditto.
9299
9300         * gnus-util.el (gnus-buffer-live-p): Ditto.
9301
9302 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9305         open parenthesis in doc.
9306         (sieve-manage-authenticator-alist): Typo in doc.
9307         * imap.el (imap-authenticator-alist): Typo in doc.
9308         (imap-stream-alist): Backslash.
9309
9310         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9311           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9312
9313 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9316
9317         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9318
9319         * gnus-msg.el (gnus-configure-posting-styles): use
9320         make-local-hook. Add LOCAL for add-hook.
9321
9322 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9323
9324         * message.el (message-mode): Use `make-local-hook' unless
9325         obsolete.
9326         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9327
9328 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * canlock.el: Remove sha1.el and base64.el stuff.
9331
9332 2001-11-26  Didier Verna  <didier@xemacs.org>
9333
9334         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9335         if needed.
9336
9337 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * message.el (message-tamago-not-in-use-p): New function.
9340         (message-strip-forbidden-properties): Use it.
9341
9342 2001-11-26  Didier Verna  <didier@xemacs.org>
9343
9344         * gnus-start.el (gnus-check-first-time-used): only check for
9345         existence of .el[d] files.
9346
9347 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9350
9351         * message.el (message-setup-1): Clean up mc-*.
9352
9353 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9356         * gnus-score.el (gnus-score-find-bnews): Use it.
9357
9358         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9359         (gnus-summary-limit-to-author): Ditto.
9360         (gnus-summary-limit-to-extra): Ditto.
9361         (gnus-summary-find-matching): Support not-matching argument.
9362
9363 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9364
9365         * message.el (message-wash-subject): Use `insert' rather than
9366         `insert-string', which is deprecated.
9367
9368 2001-11-24  Simon Josefsson  <jas@extundo.com>
9369
9370         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9371         message. (Gnus does not "default" to using 8bit for the message,
9372         it default to use 8bit encoding and the user-supplied CTE
9373         value. Calling this behaviour "treating it as 8bit" is perhaps
9374         better.)
9375
9376         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9377         (compare mm-charset-to-coding-system).
9378
9379 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9380
9381         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9382         buffer. Correctly decode hex.
9383
9384 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus-agent.el (gnus-category-insert-line): Convert category
9387         names to strings.
9388
9389 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9390
9391         * message.el (sha1): eval-and-compile.
9392
9393 2001-11-20  Simon Josefsson  <jas@extundo.com>
9394
9395         * message.el (message-allow-no-recipients): New variable.
9396         (message-send): Use it, customize the prompting when posting to
9397         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9398
9399 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400
9401         * mm-util.el (mm-coding-system-priorities): New variable.
9402         (mm-sort-coding-systems-predicate): New function.
9403         (mm-find-mime-charset-region): Resort coding systems if needed.
9404         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9405
9406 2001-11-20  Didier Verna  <didier@xemacs.org>
9407
9408         * gnus-group.el (gnus-group-make-help-group): new optional
9409         argument to control the error behavior.
9410         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9411         erroring.
9412
9413 2001-11-19  Simon Josefsson  <jas@extundo.com>
9414
9415         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9416         instead of C-c C-u.  Suggested by Per Abrahamsen
9417         <abraham@dina.kvl.dk>.
9418
9419 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * nnfolder.el (nnfolder-read-folder): Use group instead of
9422         nnfolder-current-group.
9423         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9424
9425 2001-11-17  Simon Josefsson  <jas@extundo.com>
9426
9427         * message.el (message-send): Ask user if Fcc/Gcc should be
9428         performed when no other sender was specified.
9429         Suggested by prj@po.cwru.edu (Paul Jarc).
9430
9431 2001-11-17  Simon Josefsson  <jas@extundo.com>
9432
9433         * message.el (message-mode, message-mode-map): Use C-c C-u for
9434         Importance: instead of C-c C-p (used by SC).
9435
9436 2001-11-16  Simon Josefsson  <jas@extundo.com>
9437
9438         * message.el (message-insert-importance-high)
9439         (message-insert-importance-low): Save point.
9440
9441         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9442         value.
9443
9444 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9445
9446         * message.el (message-strip-special-text-properties): New option.
9447         (message-strip-forbidden-properties): Obey it.
9448
9449 2001-11-14  Sam Steingold  <sds@gnu.org>
9450
9451         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9452
9453 2001-11-15  Simon Josefsson  <jas@extundo.com>
9454
9455         Support "Importance:" header in Message.
9456
9457         * message.el (message-mode-map): Bind C-c C-p to
9458         `message-insert-or-toggle-importance'
9459         (message-mode-menu): Add message-insert-importance-{high,low}.
9460         (message-insert-importance-high, message-insert-importance-low)
9461         (message-insert-or-toggle-importance): New functions.
9462         (message-tool-bar-map): Add {un,}important.
9463         (message-mode): Doc fix.
9464
9465 2001-11-15  Simon Josefsson  <jas@extundo.com>
9466
9467         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9468
9469         * mml.el (mml-menu): Fix toolbar tooltip.
9470
9471 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9474         * nnml.el (nnml-save-marks): Ditto.
9475
9476         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9477
9478 2001-11-15  Simon Josefsson  <jas@extundo.com>
9479
9480         * nnml.el (nnml-save-marks):
9481         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9482         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9483
9484 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9485
9486         * gnus-art.el (gnus-article-wash-status-strings): Use
9487         `copy-sequence', not `copy-seq'.
9488
9489 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9490
9491         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9492         (gnus-gnus-article-wash-status-entry): New function.
9493         (gnus-article-wash-status): Use it.
9494
9495 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * mml1991.el: Add coding header.
9498
9499 2001-11-12  Simon Josefsson  <jas@extundo.com>
9500
9501         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9502         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9503         `mml1991-sign' and `mml1991-encrypt'.
9504         (mml1991-encrypt, mml1991-sign): New glue functions.
9505         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9506
9507         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9508         (mml-menu): Add PGP to menu.
9509
9510         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9511         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9512         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9513         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9514
9515         * mml2015.el: Mention RFC 3156.
9516
9517         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9518
9519 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9522
9523         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9524           From <Michael.Cook@cisco.com>
9525
9526 2001-11-11  Simon Josefsson  <jas@extundo.com>
9527
9528         * message.el (top-level): Autoload sha1.
9529         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9530         canlock, no need to require two different hash algs).  Suggested
9531         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9532
9533 2001-11-09  Simon Josefsson  <jas@extundo.com>
9534
9535         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9536         <Pavel@Janik.cz>.
9537
9538 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9539
9540         * message.el (message-point-in-header-p): New function.
9541         (message-do-auto-fill): Use it.
9542         (message-beginning-of-line): New function.  Goes to beginning of
9543         header value (i.e., end of header name), or to beginning of line
9544         if already at beginning of value.  Behaves like
9545         `beginning-of-line' when in message body.
9546         (message-mode-map): Bind it.
9547
9548 2001-11-08  Simon Josefsson  <jas@extundo.com>
9549
9550         * gnus-msg.el (gnus-posting-styles): Add doc.
9551
9552 2001-11-07  Simon Josefsson  <jas@extundo.com>
9553
9554         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9555
9556         * sieve-mode.el (sieve-control-commands-face)
9557         (sieve-control-commands-face, sieve-action-commands-face)
9558         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9559         faces.
9560         (sieve-font-lock-keywords): Use them.
9561         (sieve-mode): Only set font-lock-defaults in emacs.
9562
9563         * gnus-art.el (gnus-default-article-saver): Add
9564         gnus-summary-save-body-in-file.
9565         (gnus-summary-write-to-file): Fix doc.
9566
9567 2001-11-07  Simon Josefsson  <jas@extundo.com>
9568
9569         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9570         reference to the correct chapter in the manual.
9571
9572         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9573         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9574
9575 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         * mml.el (mml-preview): Bind mail-header-separator.
9578
9579 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * message.el: Always require canlock.
9582         (message-ignored-supersedes-headers): Include Cancel-Lock and
9583         Cancel-Key.
9584         (message-insert-canlock): Don't require canlock.
9585         (message-cancel-news): Don't check whether canlock is available.
9586         (message-supersede): Support cancel-locks.
9587
9588         * gnus-art.el: Don't autoload canlock.
9589
9590 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9591
9592         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9593         From: <andre@slamdunknetworks.com>
9594
9595 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * many files: Fix copyright lines.
9598
9599 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9600
9601         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9602         Suggested by Dave Love  <fx@gnu.org>.
9603
9604 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * message.el (message-kill-buffer): Remove auto-save file after
9607         confirm.
9608
9609         * message.el (message-send-mail): Call message-generate-headers
9610         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9611
9612         * gnus-topic.el (gnus-topic-rename): Initial-input.
9613         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9614
9615 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9616
9617         * message.el (message-forbidden-properties): New constant.
9618         (message-strip-forbidden-properties): New function.
9619         (message-mode): Activate it.
9620
9621 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9624         (mm-hack-charsets): Fix doc.
9625
9626 2001-11-02  Simon Josefsson  <jas@extundo.com>
9627
9628         * gnus-int.el (gnus-check-server): Message "...done" when done.
9629
9630         * imap.el (imap-close): Don't message (imap-send-command-wait
9631         returns if the connection is dropped).
9632         (imap-wait-for-tag): Nix out message only when necessary.
9633
9634         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9635         for non-crossposting.
9636         (gnus-sieve-crosspost): Default to t to be consistent with other
9637         parts of Gnus.
9638
9639 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9642         (mm-iso-8859-x-to-15-table): Ditto.
9643         (mm-iso-8859-x-to-15-region): Ditto.
9644         (mm-find-mime-charset-region): Ditto.
9645
9646 2001-11-01  Simon Josefsson  <jas@extundo.com>
9647
9648         * nnimap.el (nnimap-close-asynchronous): New variable.
9649         (nnimap-close-group): Use it.
9650         (nnimap-expunge): Don't use it.
9651
9652         * imap.el (imap-callbacks): New variable.
9653         (imap-remassoc): Copied from `gnus-remassoc'.
9654         (imap-add-callback): New function.
9655         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9656         behaviour.
9657         (imap-parse-response): Call the callback.
9658
9659         * message.el (message-insert-canlock): New variable.
9660         (message-canlock-generate, message-canlock-password)
9661         (message-insert-canlock): New functions.
9662         (message-send-news): Call `message-insert-canlock'.
9663         (top-level): Require canlock when compiling.
9664         (message-insert-canlock): Require canlock before we need it.
9665
9666 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9667
9668         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9669
9670 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9671
9672         * dgnushack.el (dgnushack-make-load): A workaround for
9673         custom-add-loads bug in some versions of XEmacs.
9674
9675 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9678
9679 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680
9681         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9682         (mm-hack-charsets): New variable.
9683         (mm-iso-8859-15-compatible): New variable.
9684         (mm-iso-8859-x-to-15-table): New variable.
9685         (mm-find-mime-charset-region): Add parameter hack-charsets.
9686
9687         * mm-bodies.el (mm-encode-body): Use it.
9688         * mml.el (mml-parse-1): Ditto.
9689
9690 2001-11-01  Simon Josefsson  <jas@extundo.com>
9691
9692         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9693
9694 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9695
9696         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9697         is nil.
9698
9699 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9700
9701         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9702
9703         * message.el (message-forward-rmail-make-body): Use
9704         save-window-excursion.
9705         (message-encode-message-body): Search with noerror.
9706         (message-setup-1): Convert compose-mail send-actions to
9707         message-send-actions.
9708
9709 2001-11-01  Simon Josefsson  <jas@extundo.com>
9710
9711         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9712         <yamaoka@jpl.org>.
9713
9714 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * sieve-manage.el (sieve-string-bytes): No complain.
9717
9718 2001-11-01  Simon Josefsson  <jas@extundo.com>
9719
9720         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9721         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9722         has autoload cookies, so no `require' should be necessary.)
9723
9724         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9725         files.
9726
9727 2001-10-31  Simon Josefsson  <jas@extundo.com>
9728
9729         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9730         parameter.
9731
9732         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9733         `display' is a number (and C-u wasn't used to enter group), only
9734         fetch that number of articles.
9735
9736 2001-10-31  Matt Armstrong  <matt@lickey.com>
9737
9738         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9739         not-subscribed -> subscribed.
9740
9741 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742         From: Josh Huber <huber@alum.wpi.edu>
9743
9744         * message.el (message-subscribed-address-functions): New variable.
9745         (message-subscribed-addresses): New variable.
9746         (message-subscribed-regexps): New variable.
9747         (message-goto-mail-followup-to): New function.
9748         (message-send-mail): Add Mail-Followup-To.
9749         (message-make-mft): New function.
9750
9751         * gnus.el (gnus-find-subscribed-addresses): New function.
9752
9753 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9756         (mail-source-fetch-pop): Ditto.
9757         (mail-source-check-pop): Ditto.
9758
9759         * gnus-start.el (gnus-read-init-file): Ditto.
9760         (gnus-activate-group): Ditto.
9761         (gnus-read-newsrc-el-file): Ditto.
9762
9763 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * message.el (message-get-reply-headers): Make sure there is ", ".
9766
9767         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9768         mm-coding-system-p. Don't correct it only in XEmacs.
9769         (mm-charset-to-coding-system): Use mm-coding-system-p and
9770         mm-get-coding-system-list.
9771         (mm-emacs-mule, mm-mule4-p): New variables.
9772         (mm-enable-multibyte, mm-disable-multibyte,
9773         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9774         mm-with-unibyte-current-buffer,
9775         mm-with-unibyte-current-buffer-mule4): Use them.
9776         (mm-find-mime-charset-region): Treat iso-2022-jp.
9777
9778         From  Dave Love  <fx@gnu.org>:
9779
9780         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9781         construction.
9782         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9783         entries conditional on not having a coding system defined for
9784         them.
9785         (mm-mule-charset-to-mime-charset): Use
9786         find-coding-systems-for-charsets if defined.
9787         (mm-charset-to-coding-system): Don't use
9788         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9789         later.  Add last resort search of coding systems.
9790         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9791         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9792         Mule 4.
9793         (mm-find-mime-charset-region): Re-write.
9794         (mm-with-unibyte-current-buffer): Restore buffer as well as
9795         multibyteness.
9796
9797 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9798
9799         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9800         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9801         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9802
9803 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9806         again.
9807
9808         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9809
9810 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9811
9812         * gnus-spec.el (gnus-parse-simple-format): Use
9813           buffer-substring-no-properties.
9814
9815 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-art.el (article-verify-cancel-lock): New function.
9818
9819         * nnheader.el (nntp-process-response): New variable.
9820         (nnheader-init-server-buffer): Make `nntp-process-response'
9821         buffer-local in `nntp-server-buffer'.
9822
9823         * nntp.el (nntp-prepare-post-hook): New hook.
9824         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9825         (nntp-async-trigger): Ditto.
9826         (nntp-request-post): Insert a server's ID if there's no Message-ID
9827         header; run `nntp-prepare-post-hook'.
9828
9829 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9832         instead.
9833
9834         * message.el (message-forward-subject-author-subject): Don't use
9835         message-news-p, which widens the buffer.
9836         (message-forward-make-body): New function.
9837         (message-forward): Use it.
9838         (message-insinuate-rmail): New function.
9839         (message-forward-rmail-make-body): New function.
9840
9841 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * mm-extern.el (mm-extern): Provide it.
9844
9845         * mm-partial.el (mm-partial): Provide it.
9846
9847 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9850
9851 2001-10-29  Simon Josefsson  <jas@extundo.com>
9852
9853         * mml.el (mml-preview): Bind message-this-is-news if it is
9854         news. From Jesper Harder <harder@myrealbox.com>.
9855
9856 2001-10-28  Simon Josefsson  <jas@extundo.com>
9857
9858         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9859
9860 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9861
9862         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9863         ironic smilies.
9864
9865 2001-10-27  Simon Josefsson  <jas@extundo.com>
9866
9867         * message.el (message-indent-citation): Don't add trailing
9868         whitespace when citing text.
9869
9870         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9871         <harder@ifa.au.dk>.
9872
9873 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9874
9875         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9876         not available.
9877         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9878         (nnweb-type-definition): Add google as alias of dejanews.
9879         (nnweb-google-parse-1): Forward 1 line.
9880
9881 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9882
9883         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9884         variable `message-forward-ignored-headers'.
9885
9886 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9887
9888         * gnus.el (gnus-expand-group-parameter): New function.
9889         (gnus-expand-group-parameters): Call it.
9890         (gnus-group-fast-parameter): New function.
9891         (gnus-group-find-parameter): Call it.
9892
9893 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9894
9895         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9896         vector (it didn't before because of a bug).
9897         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9898         available.  Before it converted it to an article number.
9899
9900         This makes followup to news articles with negative numbers in
9901         nnvirtual groups use news instead of mail.
9902
9903 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9904
9905         * gnus.el (post-method): Use `native' instead of `nil'.
9906
9907         * gnus-msg.el (gnus-post-method): Ditto.
9908
9909 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9910
9911         * gnus.el (gnus-define-group-parameter): Grammar fix.
9912
9913 2001-10-22  Simon Josefsson  <jas@extundo.com>
9914
9915         * gnus-msg.el (gnus-extended-version): Include
9916         system-configuration.
9917         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9918
9919 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9920
9921         * gnus.el (post-method): Customization fix: `native' is not a
9922         valid value.
9923         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9924         `native' is not a valid value.
9925
9926 2001-10-21  Simon Josefsson  <jas@extundo.com>
9927
9928         * nnimap.el (nnimap): Defgroup
9929         (nnimap-strict-function, nnimap-strict-function-match): New
9930         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9931         (nnimap-split-crosspost, nnimap-split-inbox)
9932         (nnimap-split-rule, nnimap-split-predicate)
9933         (nnimap-split-predicate): Defcustom.
9934         (nnimap-split-inbox, nnimap-expunge-search-string)
9935         (nnimap-importantize-dormant): Remove "*" from doc.
9936
9937 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9938
9939         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9940         not supplied via prefix arg.  From Lisp, make arg mandatory.
9941         Suggested by Frank Schmitt.
9942
9943 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9944
9945         * message.el (message-do-auto-fill): Avoid calling
9946         'rfc822-goto-eoh'.
9947
9948 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9949         From Paul Jarc <prj@po.cwru.edu>.
9950
9951         * message.el (message-get-reply-headers): Restructure the logic
9952         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9953
9954 2001-10-20  Simon Josefsson  <jas@extundo.com>
9955
9956         * message.el (message-cancel-news): Support cancel-locks.
9957         Suggested by Per Abrahamsson.
9958
9959         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9960         conses.  From David Z Maze <dmaze@MIT.EDU>.
9961
9962         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9963
9964 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9965
9966         * mm-decode.el (mm-default-directory): Fix customize type.
9967
9968         * message.el (message-setup-fill-variables): Kludge to use
9969         normal-auto-fill-function even if auto fill is already activated.
9970
9971 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9972
9973         * message.el (message-do-auto-fill): New version that does not
9974         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9975         (message-setup-1): Removed the `message-field' property.
9976
9977         * gnus-draft.el (gnus-draft-edit-message): Removed the
9978         `message-field' property.
9979
9980 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9981
9982         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9983         `message-field'.  The `field' property has a special significance in
9984         Emacs 21.
9985
9986         * message.el (message-send, message-setup-1): Ditto.
9987
9988 2001-10-18  Simon Josefsson  <jas@extundo.com>
9989
9990         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9991         when undoing.
9992
9993 2001-10-18  Simon Josefsson  <jas@extundo.com>
9994         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9995
9996         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9997         (gnus-summary-make-menu-bar): Ditto.
9998
9999 2001-10-17  Simon Josefsson  <jas@extundo.com>
10000
10001         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10002         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10003
10004 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10005
10006         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10007         * gnus-util.el (gnus-user-date): New function.
10008         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10009
10010 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10011
10012         * message.el (message-check-news-header-syntax): Special case
10013         nnvirtual groups.
10014
10015         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10016         customize type to `symbol'.
10017
10018 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10021         %&foo;.
10022         (gnus-parse-simple-format): Support user extended spec too.
10023         %u&foo; invokes gnus-user-format-function-foo.
10024
10025 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10028         the server.
10029         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10030         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10031         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10032         * nndiary.el (nndiary-request-expire-articles): Ditto.
10033         (nndiary-schedule): Defsubst it before use it.
10034         (nndiary-error): eval-and-compile.
10035
10036 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10037
10038         * gnus-msg.el (gnus-post-method): Changed two instances of
10039         `active' to `current' and one `null' to `not'.
10040
10041 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10042         From Katsumi Yamaoka <yamaoka@jpl.org>.
10043
10044         * message.el (message-setup-fill-variables): Use
10045         `normal-auto-fill-function' instead of `auto-fill-function'.
10046
10047 2001-10-16  Simon Josefsson  <jas@extundo.com>
10048
10049         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10050         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10051         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10052
10053 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10054         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10055
10056         * gnus-draft.el (gnus-draft-edit-message): Add text property
10057         `field' with value `header' to message headers.
10058         * message.el (message-setup-1): Really add text property to all of
10059         the header, not just part of it.
10060
10061 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * gnus-group.el (gnus-group-sort-by-server): Use it.
10064
10065         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10066
10067         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10068         and keystroke.
10069
10070 2001-10-14  Simon Josefsson  <jas@extundo.com>
10071
10072         * dig.el: Doc fix.
10073
10074         * smime.el: Doc fix.
10075
10076         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10077         charset magic from message.el.
10078
10079 2001-10-12  Simon Josefsson  <jas@extundo.com>
10080         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10081
10082         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10083         'cite from g-a-wash-types.
10084         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10085         (gnus-article-hide-citation): Fix.
10086
10087         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10088         character.
10089         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10090
10091         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10092         definition.
10093         (gnus-signature-toggle): Toggle `s' mode line character.
10094
10095         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10096         doing stuff that clears it.
10097
10098 2001-10-12  Simon Josefsson  <jas@extundo.com>
10099
10100         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10101         From Eric Marsden <emarsden@laas.fr>.
10102
10103 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10106         (autoload): Add some autoloads.
10107
10108 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10109         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10110
10111         * message.el (message-do-auto-fill): New function.  Like
10112         `do-auto-fill' but don't fill when in the message header.
10113         (message-setup-1): Put a text property on the message header.
10114         (message-setup-fill-variables): Use `message-do-auto-fill'.
10115
10116 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * message.el (message-send-mail-partially): Insert an empty line
10119         first, because of the change of message-make-lines.
10120
10121 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10122
10123         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10124         iso-8859-15, make it an alias for iso-8859-1.
10125
10126 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * message.el (message-send-news): Don't modify the value of
10129         `message-syntax-checks' if it is not a list (possibly it is
10130         `dont-check-for-anything-just-trust-me').
10131
10132 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10135         `find-coding-system' for XEmacs to check whether the coding-system
10136         `utf-8' is available.
10137
10138 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10139
10140         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10141
10142 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10143
10144         * message.el (message-send-news): Oops, missed case with no
10145         "Followup-To" header...
10146
10147 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10148
10149         * message.el (message-send-news): Allow
10150         `gnus-group-name-charset-group-alist' to affect encoding of the
10151         "Newsgroups" and "Followup-To" headers.
10152
10153 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * Makefile.in (install-el): Depend on gnus-load.el.
10156
10157 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * Makefile.in (install-el): Use -f.
10160         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10161
10162 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10163
10164         * message.el (message-send-news): Don't encode Followups-To when
10165         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10166
10167         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10168         header.
10169
10170         * gnus-art.el (article-decode-group-name): Also decode
10171         "Followup-To".
10172
10173         * rfc2047.el (rfc2047-encode-message-header): Encode without
10174         asking for null methods.
10175
10176         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10177         default charset for newsgroup names in accordance with USEFOR.
10178
10179         * gnus-group.el (gnus-group-name-charset-method-alist,
10180         gnus-group-name-charset-group-alist): Removed "*" from doc
10181         strings, "*" should not be used for complex variables.
10182
10183 2001-10-06  Simon Josefsson  <jas@extundo.com>
10184
10185         Support UTF-8 group names better.
10186
10187         * message.el (message-check-news-header-syntax): Encode group
10188         names before comparison.
10189
10190         * gnus-msg.el (gnus-copy-article-buffer): Run all
10191         `gnus-article-decode-hook's except `article-decode-charset'
10192         instead of hardcoding call to one of them.
10193
10194         * gnus-art.el (gnus-article-decode-hook): Add
10195         `article-decode-group-name'.
10196         (article-decode-group-name): New function, use `g-d-n'.
10197
10198         * gnus-group.el (gnus-group-insert-group-line): Decode
10199         gnus-tmp-group using `g-d-n'.
10200
10201         * gnus-util.el (gnus-decode-newsgroups): New function.
10202
10203 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10204
10205         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10206         `gnus-group-name-charset-group-alist'.
10207
10208 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * Makefile.in: Install el in install. Add uninstall.
10211
10212 2001-10-05  Simon Josefsson  <jas@extundo.com>
10213
10214         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10215
10216         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10217
10218         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10219         empty folders.
10220
10221         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10222         limiting if read-all (C-u RET) was used.
10223
10224 2001-10-04  Simon Josefsson  <jas@extundo.com>
10225
10226         * mail-source.el (mail-source-movemail-program): New variable.
10227         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10228         <thutt@thutt.vmware.com>.
10229
10230 2001-10-03  Simon Josefsson  <jas@extundo.com>
10231
10232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10233         (gnus-summary-line-format-alist): Fix param.
10234
10235 2001-10-02  Simon Josefsson  <jas@extundo.com>
10236
10237         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10238         don't go through `nnimap-request-expire-articles' to delete the
10239         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10240
10241 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * gnus-agent.el (gnus-agent-write-active): The min in the
10244         agent/active may be larger than that in the server/active.
10245
10246 2001-10-01  Simon Josefsson  <jas@extundo.com>
10247
10248         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10249         is IMAP4rev1.
10250
10251         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10252
10253         * nnfolder.el: Ditto.
10254
10255 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10256
10257         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10258         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10259
10260 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10261
10262         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10263         (message-mode-menu): Menu item for same.
10264
10265         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10266         delayed articles.
10267
10268         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10269         nndraft:delayed does not exist.
10270         (gnus-delay-initialize): Don't set up keymap, that's done from
10271         message.el now.
10272         (gnus-delay, gnus-delay-group, gnus-delay-header)
10273         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10274
10275 2001-09-29  Simon Josefsson  <jas@extundo.com>
10276
10277         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10278         utf-8, not eight-bit-control.
10279
10280         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10281         (imap-log, imap-debug): Custom.
10282         (imap-log-buffer, imap-debug-buffer): New constants.
10283         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10284         (imap-network-open, imap-shell-open, imap-starttls-open)
10285         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10286         (imap-debug): Use imap-*-buffer.
10287
10288         * nndoc.el (nndoc-article-type): Add mailman.
10289         (nndoc-type-alist): Ditto.
10290         (nndoc-mailman-type-p): New function.
10291
10292 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10295         gnus-art.el.
10296
10297 2001-09-27  Simon Josefsson  <jas@extundo.com>
10298
10299         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10300         (gnus-topic-catchup-articles): New function. Suggested by Robin
10301         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10302
10303 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10304         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10305
10306         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10307         previous ones.
10308
10309 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310         From Daiki Ueno  <ueno@unixuser.org>
10311
10312         * gnus-sum.el (gnus-summary-show-article): The arglist of
10313         detect-coding-region is incompatible.
10314
10315 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10317
10318         * gnus-group.el (gnus-group-delete-group): Typo.
10319
10320 2001-09-26  Simon Josefsson  <jas@extundo.com>
10321
10322         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10323
10324         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10325
10326 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10329
10330 2001-09-22  Simon Josefsson  <jas@extundo.com>
10331
10332         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10333
10334         * nnfolder.el (nnfolder-open-marks): Ditto.
10335
10336         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10337         (gnus-update-marks): Use it.
10338         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10339         hardcoded list.
10340
10341         * gnus.el (gnus-article-special-mark-lists): Add killed.
10342         (gnus-article-unpropagated-mark-lists): New constant.
10343
10344 2001-09-22  Simon Josefsson  <jas@extundo.com>
10345
10346         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10347         custom option.
10348
10349 2001-09-23  Simon Josefsson  <jas@extundo.com>
10350
10351         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10352
10353 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10356
10357 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10358
10359         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10360         accept lists of functions.
10361
10362 2001-09-20  Simon Josefsson  <jas@extundo.com>
10363
10364         * gnus-group.el (gnus-group-catchup): Update expire marks in
10365         backend.  Also, if ALL also set expire marks on tick/dormant.
10366
10367 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10368
10369         * message.el (message-tab-body-function): New variable.
10370         * message.el (message-tab): Use it.
10371
10372 2001-09-19  Sam Steingold  <sds@gnu.org>
10373
10374         * gnus-win.el (gnus-buffer-configuration): Respect
10375         `gnus-bug-create-help-buffer'.
10376
10377 2001-09-18  Simon Josefsson  <jas@extundo.com>
10378
10379         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10380         (gnus-parse-simple-format): Re-revert.
10381
10382 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10383         Trivial patch.
10384
10385         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10386         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10387
10388 2001-09-18  Simon Josefsson  <jas@extundo.com>
10389
10390         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10391         signed.
10392         (gnus-parse-simple-format): Don't use it.
10393
10394 2001-09-17  Miles Bader  <miles@gnu.org>
10395
10396         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10397         error querying a backend abort the whole process.
10398
10399 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10402         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10403
10404 2001-09-17  Didier Verna  <didier@xemacs.org>
10405
10406         * nndiary.el: version 0.2-b14.
10407         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10408         compatibility problem with XEmacs 21.1.
10409
10410 2001-09-15  Simon Josefsson  <jas@extundo.com>
10411
10412         * gnus-group.el (gnus-group-line-format): Document %c.
10413
10414         * nnml.el (nnml-parse-head): Handle CRLF files.
10415         (nnml-generate-nov-file): Ditto.
10416         (nnml-retrieve-headers): Ditto.
10417
10418 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10419
10420         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10421
10422 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10423
10424         * gnus-spec.el (gnus-correct-substring): Still stopped one
10425         character before we wanted (never included last character).
10426         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10427         add missing "," (once per function)
10428
10429 2001-09-14  Simon Josefsson  <jas@extundo.com>
10430
10431         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10432         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10433         default before gnus-group is loaded and the variable set.)
10434
10435         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10436         killed or unsent marks.
10437
10438         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10439         isn't an article to set it on (e.g. when you `a' in a group).
10440
10441 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10442
10443         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10444         can read e-mails from Microsoft Outlook users not using ISO
10445         8859-2 character set.
10446
10447 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * gnus-diary.el: Minor modifications to avoid warnings.
10450         (gnus-summary-misc-menu): defvar.
10451         (gnus-diary-check-message): Use gnus-point-at-eol.
10452         (gnus-diary-kill-entire-line): eval-and-compile.
10453
10454 2001-09-12  Didier Verna  <didier@xemacs.org>
10455
10456         * nndiary.el: new version (0.2-b13).
10457         * nndiary.el (nndiary-mail-sources): doc update.
10458         * nndiary.el (nndiary-split-methods): ditto.
10459         * nndiary.el (nndiary-request-accept-article-hooks): New.
10460         * nndiary.el (nndiary-request-accept-article): use it, check
10461         message validity.
10462         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10463         * nndiary.el (nndiary-schedule): fix bug (misplaced
10464         condition-case): it didn't return nil on error.
10465         * gnus-diary.el: new version.
10466         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10467         * gnus-diary.el (gnus-diary-header-value-history): New.
10468         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10469         * gnus-diary.el (gnus-diary-add-header): New.
10470         * gnus-diary.el (gnus-diary-check-message): New.
10471         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10472         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10473
10474 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10475
10476         * gnus-sum.el (gnus-select-newsgroup): Make
10477         `gnus-current-select-method' buffer-local.
10478
10479         * gnus-art.el (gnus-request-article-this-buffer): Refer
10480         `gnus-current-select-method' in the current summary buffer.
10481
10482 2001-09-10  Simon Josefsson  <jas@extundo.com>
10483         From Daniel Pittman <daniel@rimspace.net>
10484
10485         * gnus-spec.el (gnus-correct-pad-form): Fix.
10486
10487 2001-09-09  Simon Josefsson  <jas@extundo.com>
10488
10489         * mm-decode.el (mm-inline-media-tests): Add
10490         application/x-emacs-lisp.
10491         (mm-attachment-override-types): Add
10492         application/{x-,}pkcs7-signature.
10493
10494         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10495         (gnus-server-line-format, gnus-server-mode-line-format)
10496         (gnus-server-browse-in-group-buffer): Customize.
10497
10498 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * nnml.el (nnml-marks-changed-p): Typo.
10501         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10502         (nnml-marks-changed-p): Use gnus-gethash.
10503         (nnml-marks-modtime): Use gnus-make-hashtable.
10504
10505         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10506         (nnfolder-request-expire-articles, nnfolder-save-marks)
10507         (nnfolder-open-marks): Typo.
10508         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10509         (nnfolder-marks-changed-p): Use gnus-gethash.
10510         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10511
10512 2001-09-08  Simon Josefsson  <jas@extundo.com>
10513
10514         * nnfolder.el (nnfolder-marks-modtime): New variable.
10515         (nnfolder-marks-changed-p): New function.
10516         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10517         (nnfolder-request-update-info): Don't update if marks didn't change.
10518
10519         * nnml.el (nnml-marks-modtime): New variable.
10520         (nnml-marks-changed-p): New function.
10521         (nnml-save-marks, nnml-open-marks): Save modtime.
10522         (nnml-request-update-info): Don't update if marks didn't change.
10523
10524         * gnus-agent.el (gnus-agent-any-covered-gcc)
10525         (gnus-agent-add-server, gnus-agent-remove-server): Use
10526         gnus-agent-method-p.
10527
10528         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10529         (gnus-unbuttonized-mime-type-p): Use it.
10530
10531         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10532         fetch group.
10533
10534 2001-09-08  Simon Josefsson  <jas@extundo.com>
10535         From Daniel Pittman <daniel@rimspace.net>
10536
10537         * gnus-spec.el (gnus-correct-pad-form): New function.
10538         (gnus-parse-simple-format): Use it.
10539
10540 2001-09-07  Simon Josefsson  <jas@extundo.com>
10541
10542         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10543         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10544         Putnam <reader@newsguy.com>.
10545         (gnus-group-sort-selected-groups): Touch dribble file.
10546
10547 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10548
10549         * nnml.el (nnml-filenames-are-evil): New variable.
10550         (nnml-article-to-file-alist): Rename to ...
10551         (nnml-current-group-article-to-file-alist): ... this.
10552         Respect `nnml-filenames-are-evil'.
10553         (nnml-active-number): Update.
10554         (nnml-update-file-alist): Update.
10555         (nnml-request-article): Use nnheader-article-to-file-alist.
10556         (nnml-request-rename-group): Likewise.
10557
10558 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-sum.el (gnus-summary-insert-line): Fix.
10561
10562 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10563
10564         * gnus-sum.el: Bind g-s-t-s to "W g".
10565         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10566         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10567         display of graphical smilies.
10568
10569 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * gnus-start.el (gnus-setup-news): A typo.
10572         From Bill White <billw@wolfram.com>.
10573
10574 2001-09-06  Simon Josefsson  <jas@extundo.com>
10575
10576         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10577         and unseen marks.
10578
10579 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10580
10581         * nnmail.el (nnmail-split-fancy): Document `junk'.
10582
10583 2001-09-04  Simon Josefsson  <jas@extundo.com>
10584
10585         * imap.el (imap-search): Don't error if server is broken.
10586
10587 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10588
10589         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10590         searching for an article that isn't in the mbox.
10591
10592 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10595         right, and get all the comments.
10596
10597 2001-09-02  Simon Josefsson  <jas@extundo.com>
10598         Suggested by Dan Christensen <jdc+news@uwo.ca>
10599
10600         * nnfolder.el (nnfolder-request-update-info): Fix message.
10601
10602         * nnml.el (nnml-request-update-info): Ditto.
10603
10604 2001-09-01  Simon Josefsson  <jas@extundo.com>
10605
10606         * nnml.el (nnml-request-expire-articles): Also bind
10607         `nnml-current-group' and `nnml-article-file-alist' when using
10608         expiry-target. (Otherwise nnml will be in a inconsistent internal
10609         state causing all kind of problems.)
10610         (nnml-request-expire-articles): If `nnml-article-to-file' or
10611         `file-attributes' failes, return article as un-expirable instead
10612         of treating it as expired.
10613
10614 2001-08-31  Sam Steingold  <sds@gnu.org>
10615
10616         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10617         typo: `exmine' --> `examine'.
10618
10619 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10622
10623 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10624
10625         * nnml.el (nnml-check-directory-twice): Remove.
10626         (nnml-retrieve-headers): Ditto.
10627         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10628
10629 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10630
10631         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10632         directory twice on Windows, or on GNU Emacs-21.
10633
10634 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10635
10636         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10637         (nnml-request-rename-group): Ditto.
10638         (nnml-active-number): Ditto.
10639         (nnml-request-create-group): Use nnml-directory-articles.
10640         (nnml-request-expire-articles): Use nnml-directory-articles, which
10641         gets list from nov database if available.
10642         (nnml-get-nov-buffer): New function.
10643         (nnml-open-nov): Use it.
10644         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10645         gets alist from nov database if available.
10646         (nnml-directory-articles): New function.
10647         (nnml-article-to-file-alist): New function.
10648
10649 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10650
10651         * mm-decode.el (mm-display-external): Use `name' as filename, if
10652         `filename' attribute is not present.
10653
10654 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10655
10656         * mail-source.el (mail-source-flash): New defcustom.
10657         (mail-source-new-mail-p): Ring visible bell if appropriate.
10658         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10659         timer is cleared even if mail check signals an error.
10660
10661 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10664         type 'list.
10665
10666 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * flow-fill.el (fill-flowed): eol might be point-max.
10669
10670 2001-08-27  Simon Josefsson  <jas@extundo.com>
10671
10672         * nnml.el (nnml-request-update-info): Fix message.
10673         (nnml-open-marks): Ditto.
10674
10675         * nnfolder.el (nnfolder-request-update-info):
10676         (nnfolder-open-marks): Fix message.
10677
10678 2001-08-25  Simon Josefsson  <jas@extundo.com>
10679
10680         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10681         after group in ~/.
10682
10683 2001-08-25  Simon Josefsson  <jas@extundo.com>
10684         From Andreas Jaeger  <aj@suse.de>
10685
10686         * nnfolder.el (nnfolder-open-marks): Fix typo.
10687         * nnml.el (nnml-open-marks): Likewise.
10688
10689 2001-08-25  Simon Josefsson  <jas@extundo.com>
10690
10691         Make nnfolder groups self-contained as far as marks are concerned.
10692
10693         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10694         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10695         (nnfolder-open-server): Make marks directory.
10696         (nnfolder-request-delete-group): Delete marks file.
10697         (nnfolder-request-delete-group): Check of nov/marks file exist
10698         before deleting.
10699         (nnfolder-request-rename-group): Rename marks file.
10700         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10701         (nnfolder-request-set-mark, nnfolder-request-update-info)
10702         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10703         (nnfolder-open-marks): New functions.
10704         (top-level): Require gnus.
10705
10706 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * nnweb.el (nnweb-type-definition): Use google raw file.
10709         (nnweb-google-parse-1): Ditto.
10710         (nnweb-google-identity): Ditto.
10711         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10712         (nnweb-altavista-wash-article): Ditto.
10713         (nnweb-request-article): Remove nnweb-decode-entities.
10714
10715         * nnml.el: Require 'gnus.
10716
10717 2001-08-25  Simon Josefsson  <jas@extundo.com>
10718
10719         * nnml.el (nnml-marks-is-evil): Add doc.
10720
10721 2001-08-25  Simon Josefsson  <jas@extundo.com>
10722
10723         * nnml.el (nnml-save-marks): Wrap saving marks in a
10724         condition-case, to allow user to start Gnus if saving marks failed
10725         for some reason.
10726
10727 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10730
10731         * gnus-group.el (gnus-update-group-mark-positions): Bind
10732         gnus-group-update-hook to nil.
10733
10734 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * mml.el (mml-generate-mime-1): Force as multibyte string.
10737
10738 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * gnus-sum.el (gnus-summary-insert-line)
10741         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10742         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10743
10744         * gnus-spec.el (gnus-correct-substring): Take optional END.
10745
10746         * nnrss.el (nnrss-request-article): Remove \n.
10747         (nnrss-retrieve-headers): Lines number is -1.
10748
10749 2001-08-24  Simon Josefsson  <jas@extundo.com>
10750
10751         * gnus-group.el (gnus-info-clear-data): Call
10752         nnfoo-request-set-mark to propagate marks.  Fix bug:
10753         `gnus-group-update-line' doesn't update read range unless we call
10754         `gnus-get-unread-articles-in-group' first.
10755
10756         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10757         to server.
10758
10759 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10760
10761         * gnus-util.el (gnus-create-info-command): Return an interactive
10762         function.
10763
10764 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765         From Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10768
10769 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * gnus-sum.el (gnus-select-newsgroup): Use it.
10772
10773         * gnus-util.el (gnus-not-ignore): New function.
10774
10775         * lpath.el (featurep): Don't fbind char-int.
10776
10777         * gnus-util.el (gnus-create-info-command): New function.
10778
10779         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10780         right node.
10781
10782         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10783         (gnus-summary-limit-children): Use 'identity instead of `all'.
10784         (gnus-summary-limit-to-display-predicate): New command and
10785         keystroke.
10786
10787 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10790
10791         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10792
10793 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794
10795         * gnus-spec.el: Add the Gnus version.
10796         (gnus-update-format-specifications): If the Gnus version changes,
10797         nix out the format spec cache.
10798
10799         * gnus.el (gnus-continuum-version): Made into a command and
10800         optionalize the VERSION.
10801
10802         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10803         the start of the lines.
10804
10805 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * gnus.el (gnus-visual-p): Define function before use of
10808         function.
10809
10810 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10813         (gnus-article-mark-to-type): New function.
10814         (gnus-update-missing-marks): Only update marks of type 'list.
10815
10816         * gnus.el (gnus-article-special-mark-lists): New variable.
10817
10818 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10821         (gnus-select-newsgroup): Still use 'all.
10822         (gnus-summary-initial-limit): Comparing with 'all.
10823
10824 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10825
10826         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10827         active.
10828
10829 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10832         nnslashdot-*-retrieve-headers.
10833         (nnslashdot-request-article): Fix for slashcode 2.2.
10834         (nnslashdot-make-tuple): New function.
10835         (nnslashdot-read-groups): Use it.
10836
10837 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10840         list.
10841
10842         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10843
10844 2001-08-20  Simon Josefsson  <jas@extundo.com>
10845
10846         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10847         opened, error instead of continuing (and exploding later).
10848
10849 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * gnus.el (gnus-expand-group-parameters): Return the parameter
10852         list.
10853
10854         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10855         (gnus-summary-show-article): Guess at charset if required.
10856
10857         * gnus-spec.el (gnus-correct-substring): Stopped one character
10858         before we wanted.
10859
10860 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10861
10862         * earcon.el (earcon-auto-play): Remove unused option.
10863
10864 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10867         message down in levels, since it happens very fast.
10868
10869         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10870         of smiley-regexp-alist.
10871
10872         * mm-view.el (mm-inline-text): Ignore vcard errors.
10873
10874         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10875
10876         * gnus-score.el (gnus-all-score-files): Use append instead of
10877         nconc.
10878
10879         * gnus.el (gnus-splash-face): Doc fix.
10880
10881         * mm-decode.el (mm-mailcap-command): Use
10882         mm-path-name-rewrite-functions.
10883         (mm-path-name-rewrite-functions): New variable.
10884
10885         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10886         (gnus-complex-form-to-spec): Insert tab.
10887         (gnus-spec-tab): New function.
10888
10889         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10890         entering the group.
10891
10892         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10893         the positional spec.
10894         (gnus-parse-complex-format): React to %C.
10895
10896         * gnus-ems.el (gnus-char-width): Moved here.
10897
10898         * gnus-sum.el (gnus-select-newsgroup): Set
10899         gnus-newsgroup-articles.
10900         (gnus-unseen-mark): New variable.
10901         (gnus-newsgroup-unseen): Ditto.
10902         (gnus-newsgroup-seen): Ditto.
10903         (gnus-adjust-marked-articles): Use them.
10904         (gnus-update-marks): Use them.
10905         (gnus-summary-update-secondary-mark): Display.
10906         (gnus-summary-prepare-threads): Display.
10907
10908         * gnus-msg.el (gnus-inews-group-method): Use and return the
10909         method, not the server.
10910
10911 2001-08-19  Simon Josefsson  <jas@extundo.com>
10912
10913         * gnus-srvr.el (gnus-server-agent-face): New.
10914         (gnus-server-agent-face): New.
10915         (gnus-server-mode): Turn on font-lock-mode.
10916
10917         * gnus.el (gnus-server-visual): Add defgroup.
10918
10919 2001-08-19  Simon Josefsson  <jas@extundo.com>
10920         From Joe Casadonte <jcasadonte@northbound-train.com>
10921
10922         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10923         gnus-server-denied-face): New.
10924         (gnus-server-opened-face, gnus-server-closed-face,
10925         gnus-server-denied-face): New.
10926         (gnus-server-font-lock-keywords): Add.
10927
10928 2001-08-19  Simon Josefsson  <jas@extundo.com>
10929
10930         * nnml.el (nnml-request-set-mark): Return nil.
10931         (nnml-save-marks): Use nnml-possibly-create-directory.
10932         (nnml-open-marks): Only work in temp buffer when inserting/reading
10933         .marks file.
10934
10935 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus.el (gnus-expand-group-parameters): Fix.
10938
10939         * gnus-spec.el (gnus-char-width): New function.
10940         (gnus-correct-substring, gnus-correct-length): Use it.
10941
10942         * message.el (message-required-mail-headers): Fix doc.
10943
10944 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10945
10946         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10947
10948         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10949
10950 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10953         slashdot 2.2 (not fully fixed yet).
10954         (nnslashdot-request-article): Ditto.
10955
10956 2001-08-18  Simon Josefsson  <jas@extundo.com>
10957
10958         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10959         nnimap.
10960
10961         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10962         gnus-util.
10963         (nnimap-request-update-info-internal): Use new functions.
10964
10965         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10966         new functions.
10967
10968 2001-08-18  Simon Josefsson  <jas@extundo.com>
10969
10970         Make nnml groups self-contained as far as marks are concerned.
10971
10972         * nnml.el (nnml-request-delete-group): Delete marks file.
10973         (nnml-request-rename-group): Move marks file.
10974         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10975         variables.
10976         (nnml-request-set-mark, nnml-request-update-info): New server
10977         functions.
10978         (nnml-save-marks, nnml-open-marks): New functions.
10979
10980 2001-08-18  Simon Josefsson  <jas@extundo.com>
10981
10982         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10983         `set' when setting marks.
10984
10985 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * gnus.el (gnus-info-find-node): Take an argument.
10988
10989         * gnus-art.el (gnus-button-handle-info): New function.
10990         (gnus-url-unhex-string): Replace "+" with " ".
10991
10992 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * message.el (message-check-news-header-syntax): Check bad From.
10995
10996 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * gnus-spec.el (gnus-correct-length): New function.
10999         (gnus-correct-substring): New function.
11000         (gnus-tilde-max-form): Use it.
11001
11002 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11003
11004         * nnmh.el: Docstring changes as below.
11005
11006         * nnml.el: Docstring changes as below.
11007
11008         * nnbabyl.el: Docstring changes as below.
11009
11010         * nnmbox.el: Docstring changes as below.
11011
11012         * nnfolder.el: Added docstrings identifying each virtual server
11013         parameter.
11014
11015 2001-08-18  Simon Josefsson  <jas@extundo.com>
11016
11017         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11018
11019 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11020
11021         * message.el: rename "Abort Message" to "Postpone Message".
11022         Remove "Attach file as MIME" from Message menu, it's already in
11023         the MIME menu.
11024
11025 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11026
11027         * smime.el (smime-point-at-eol): eval-and-compile.
11028         (smime-make-temp-file): New function.
11029         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11030         Use it.
11031
11032 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11035         (gnus-agent-summary-fetch-group): New command and keystroke.
11036
11037         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11038         (gnus-mime-display-security): Make it respect
11039         gnus-unbuttonized-mime-type-p.
11040
11041         * gnus-sum.el (gnus-articles-to-read): Comments.
11042         (gnus-article-marked-p): New function.
11043         (gnus-summary-display-make-predicate): New function.
11044         (gnus-select-newsgroup): Use them.
11045
11046         * mm-decode.el (mm-save-part-to-file): Made it not error.
11047
11048 2001-08-17  Simon Josefsson  <jas@extundo.com>
11049
11050         * imap.el (imap-wait-for-tag): If process-status isn't open or
11051         run, return nil instead of sit-for looping.
11052
11053 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11054
11055         * lpath.el (featurep): fbind xml-parse-region.
11056
11057         * gnus.el (gnus-message-archive-method): Default to "archive".
11058         (gnus-message-archive-method): Doc fix.
11059         (gnus-parameters-get-parameter): Cleaned up.
11060         (gnus-expand-group-parameter): New function.
11061
11062         * gnus-start.el (gnus-setup-news): Push the archive server only
11063         the server list.
11064
11065         * mml.el (mml-menu): Changed name to "Attachments".
11066
11067         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11068         when there is something to detroy.
11069
11070 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11073         nil.
11074
11075 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11076
11077         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11078         which specifies a time today or tomorrow.
11079
11080 2001-08-15  Simon Josefsson  <jas@extundo.com>
11081         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11082
11083         * gnus-agent.el (gnus-agent-make-mode-line-string)
11084         (gnus-agent-toggle-plugged): Use new API.
11085
11086 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11087
11088         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11089         deadline has expired.
11090
11091 2001-08-12  Simon Josefsson  <jas@extundo.com>
11092         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11093
11094         Support `recent' mark indicating newly arrived messages (to
11095         separate from old but unread messages).
11096
11097         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11098         `nnmail-split-history' if recent is > 0.
11099         (nnimap-request-update-info-internal): Update `recent' marks.
11100         (nnimap-request-set-mark): Never set `recent' marks.
11101         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11102         recent.
11103
11104         * gnus-sum.el (gnus-recent-mark): New mark.
11105         (gnus-newsgroup-recent): New variable.
11106         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11107         (gnus-summary-prepare-threads): Mark recent articles.
11108         (gnus-summary-add-mark): Support recent.
11109         (gnus-summary-update-secondary-mark): Support recent.
11110
11111         * gnus.el (gnus-article-mark-lists): Add recent.
11112
11113 2001-08-12  Simon Josefsson  <jas@extundo.com>
11114
11115         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11116         whether successful decoding took place.  Add doc.
11117
11118 2001-08-12  Simon Josefsson  <jas@extundo.com>
11119         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11120
11121         * gnus.el (gnus-summary-line-format, gnus-parameters):
11122         * gnus-gl.el (gnus-summary-grouplens-line-format):
11123         * gnus-salt.el (gnus-summary-pick-line-format):
11124         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11125
11126 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11127         Committed by Kai Gro\e,b_\e(Bjohann.
11128
11129         * gnus-score.el (gnus-score-string): Fix `match' regexp
11130         for `extra' header case.
11131
11132 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * nnmbox.el (nnmbox-read-mbox): No warning.
11135
11136 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * nndoc.el (nndoc-article-type): Fix doc.
11139         (nndoc-generate-article-function): New variable.
11140         (nndoc-dissection-function): New variable.
11141         (nndoc-type-alist): Add oe-dbx.
11142         (nndoc-oe-dbx-type-p): New function.
11143         (nndoc-oe-dbx-dissection): New function.
11144         (nndoc-oe-dbx-generate-article): New function.
11145
11146 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11147
11148         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11149         whether deadline has been reached.  Patch from Dan Nicolaescu
11150         <dann@godzilla.ics.uci.edu>.
11151
11152 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153
11154         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11155         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11156         <rintaman@cs.Helsinki.FI>.
11157
11158         * mail-source.el (mail-source-movemail): The error buffer is
11159         modified, but nothing in it.
11160
11161 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * message.el (message-bogus-system-names): New variable.
11164         (message-make-fqdn): Use it.
11165
11166 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * nndraft.el (nndraft-request-group): Use
11169         nndraft-auto-save-file-name.
11170
11171 2001-08-09  Simon Josefsson  <jas@extundo.com>
11172
11173         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11174         Don't ask whether to decrypt.  Just leave result in buffer (don't
11175         call mm).
11176
11177         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11178         parts as well.
11179         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11180         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11181
11182 2001-08-09  Simon Josefsson  <jas@extundo.com>
11183
11184         * mm-decode.el (mm-insert-part): Return decoding success status.
11185         (mm-save-part-to-file): Error if decoding failed.
11186
11187 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * message.el (message-tab): Use indent-relative.
11190         (message-mode): Don't bind indent-line-function to indent-relative.
11191
11192 2001-08-09  Simon Josefsson  <jas@extundo.com>
11193
11194         * message.el (message-get-reply-headers): Fix string. Suggested by
11195         Christoph Conrad <cc@cli.de>.
11196
11197 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11198
11199         * message.el (message-tab): Use the current value of
11200         indent-line-function.
11201         (message-mode): Bind indent-line-function to indent-relative.
11202
11203 2001-08-08  Simon Josefsson  <jas@extundo.com>
11204
11205         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11206         whether `imtest' is installed.
11207
11208 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11210
11211         * gnus-sum.el (gnus-summary-show-article): Call
11212         gnus-summary-update-secondary-secondary-mark.
11213         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11214         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11215
11216 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11219
11220         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11221
11222         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11223         <gerd@gnu.org>.
11224
11225         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11226
11227         * gnus-util.el (gnus-output-to-rmail): Ditto.
11228         (gnus-output-to-mail): Ditto.
11229
11230         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11231
11232 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11233
11234         * message.el (message-indent-citation): Use
11235         `message-yank-cited-prefix' for empty lines.
11236
11237 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11238
11239         * message.el (message-indent-citation): Quote only lines starting
11240         with ">" using `message-yank-cited-prefix'.
11241
11242 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11243         Trivial patch.
11244
11245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11246         gnus-cache-fully-p.
11247
11248 2001-08-04  Simon Josefsson  <jas@extundo.com>
11249
11250         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11251         file if it doesn't exist (by calling gnus-cache-read-active).
11252
11253 2001-08-04  Simon Josefsson  <jas@extundo.com>
11254
11255         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11256         (gnus-cache-passively-or-fully-p): Removed.
11257         (gnus-cache-fully-p): Fix it.
11258
11259         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11260
11261 2001-08-04  Simon Josefsson  <jas@extundo.com>
11262
11263         * gnus-cache.el (gnus-cache-fully-p)
11264         (gnus-cache-passively-or-fully-p): New functions.
11265         (gnus-cache-possibly-enter-article): Cosmetic change, use
11266         `g-c-p-o-f-p'.
11267         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11268         was bogus (`g-c-p-a-a' does not change active info, just change
11269         the functions parameters).
11270         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11271         not removed in groups that match `gnus-uncacheable-groups'.
11272
11273         Reported and modifications based on discussions with Nuutti
11274         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11275
11276 2001-08-04  Simon Josefsson  <jas@extundo.com>
11277         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11278
11279         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11280         calls `gnus-cache-update-active' if bounds has been extended.
11281
11282 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11283
11284         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11285         before remove.
11286         (gnus-mime-security-show-details): Ditto.
11287
11288 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11289
11290         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11291         syntax.  Protect string-match against nil string and regexp.
11292
11293 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * mm-util.el (mm-find-charset-region): Remove control-1.
11296
11297 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11298
11299         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11300
11301 2001-08-04  Simon Josefsson  <jas@extundo.com>
11302
11303         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11304         buffer.  Delete MIME-Version header.
11305
11306 2001-08-03  Simon Josefsson  <jas@extundo.com>
11307
11308         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11309         that is entered does not necessarily have the highest article
11310         number in the group, so use `gnus-cache-possibly-alter-active'
11311         instead of `gnus-cache-update-active'.
11312
11313 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11316
11317 2001-08-03  Simon Josefsson  <jas@extundo.com>
11318
11319         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11320         menu.
11321
11322 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus.el (post-method): New group parameter.  It also provides
11325         the user option `gnus-post-method-alist' and the internal function
11326         `gnus-parameter-post-method'.
11327
11328         * gnus-msg.el (gnus-post-method): Bind the value of
11329         `gnus-post-method' to the group parameter if it is defined.
11330
11331 2001-08-02  Simon Josefsson  <jas@extundo.com>
11332
11333         * smime.el (smime-extra-arguments): Removed.
11334         (smime-call-openssl-region): Don't use it.
11335
11336 2001-08-02  Simon Josefsson  <jas@extundo.com>
11337
11338         * smime.el (smime-sign-region): Handle stderr.
11339         (smime-encrypt-region): Ditto.
11340
11341         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11342         match the ASN.1 length bytes.
11343         (mm-pkcs7-enveloped-magic): Ditto.
11344         (mm-view-pkcs7-get-type): Don't regexp quote.
11345
11346 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347         From Andreas Fuchs <asf@void.at>
11348
11349         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11350
11351 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * gnus-art.el (gnus-header-button-alist): References regexp.
11354
11355 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11356
11357         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11358         already fboundp.  Add INTERACTIVE arg to autoload form.
11359
11360 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11363
11364         * nnmail.el (nnmail-cache-open): Ditto.
11365
11366 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11369
11370 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11373
11374 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11375         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11376
11377         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11378         (gnus-agent-toggle-plugged): Use it.
11379
11380 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11381
11382         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11383         (gnus-ding-file-coding-system): New variable.
11384         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11385         (gnus-slave-save-newsrc): Use it.
11386
11387 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11388
11389         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11390         syntax.
11391
11392 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393         Originally from Andreas Fuchs <asf@void.at>
11394
11395         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11396         (mml2015-gpg-pretty-print-fpr): New function.
11397         (mml2015-gpg-extract-signature-details): More details, rename from
11398         `m-g-e-from'.
11399         (mml2015-gpg-verify): Use them.
11400         (mml2015-gpg-clear-verify): Use them.
11401
11402 2001-07-31  Simon Josefsson  <jas@extundo.com>
11403
11404         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11405         buffer when done.
11406
11407 2001-07-30  Simon Josefsson  <jas@extundo.com>
11408
11409         * smime.el (smime-call-openssl-region): Revert previous change,
11410         just pass on buf to `call-process-region'.
11411         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11412         `smime-new-details-buffer'.  Inserts error messages into buffer.
11413         (smime-noverify-region): Ditto.
11414         (smime-decrypt-region): Ditto.  Handles stderr separately.
11415         (smime-verify-buffer, smime-noverify-buffer)
11416         (smime-decrypt-buffer): Doc fix.
11417         (smime-new-details-buffer): New function.
11418         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11419         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11420         (smime-sign-region, smime-encrypt-region): Don't use
11421         `insert-buffer'.
11422
11423         * mml-smime.el (mml-smime-verify): Fix security button strings.
11424
11425 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11426
11427         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11428         gnus-article-mime-handles.
11429
11430 2001-07-29  Simon Josefsson  <jas@extundo.com>
11431
11432         * mail-source.el (top-level): Require message for message-directory.
11433         (mail-source-directory): Change default to message-directory.
11434
11435         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11436         (smime-certificate-directory, smime-openssl-program)
11437         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11438         (smime-extra-arguments): New variable.
11439         (smime-dns-server): Fix customize group.
11440         (smime-call-openssl-region): Use `smime-extra-arguments'.
11441
11442 2001-07-29  Simon Josefsson  <jas@extundo.com>
11443         From Vladimir Volovich <vvv@vsu.ru>
11444
11445         * smime.el (smime-call-openssl-region): Ignore stderr.
11446
11447 2001-07-29  Simon Josefsson  <jas@extundo.com>
11448         From Christoph Conrad <christoph.conrad@gmx.de>
11449
11450         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11451         file.
11452
11453 2001-07-29  Simon Josefsson  <jas@extundo.com>
11454
11455         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11456
11457         Support S/MIME decryption.
11458
11459         * mm-decode.el (mm-inline-media-tests):
11460         (mm-inlined-types):
11461         (mm-automatic-display):
11462         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11463
11464         * mm-view.el (mm-pkcs7-signed-magic):
11465         (mm-pkcs7-enveloped-magic): New variables.
11466         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11467         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11468         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11469         PKCS#7 blobs.
11470
11471         * smime.el (smime-decrypt-region): Expand keyfile.
11472
11473 2001-07-29  Simon Josefsson  <jas@extundo.com>
11474
11475         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11476         `ssl.el' variables.
11477
11478         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11479         but line instead of narrowing to it, because `nnmail-parse-active'
11480         calls widen.  Thanks to Christoph Conrad
11481         <christoph.conrad@gmx.de>.
11482
11483 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11484
11485         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11486         for %B spec.
11487
11488         * gnus-sum.el (gnus-summary-prepare-threads): If
11489         gnus-sum-thread-tree-root is nil, use subject instead.
11490         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11491         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11492         (gnus-sum-thread-tree-leaf-with-other)
11493         (gnus-sum-thread-tree-single-leaf): Documentation.
11494         (gnus-sum-thread-tree-single-indent): Allow nil.
11495
11496 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * message.el (message-fill-paragraph): Do nothing if the user
11499         wants filladapt-mode.
11500
11501 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11502
11503         * mm-decode.el (mm-image-type-from-buffer): New function.
11504         (mm-get-image): Use it.
11505
11506 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11507
11508         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11509
11510         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11511         mm-display-parts too.
11512
11513 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * nnfolder.el (nnfolder-request-accept-article): Bind
11516         nntp-server-buffer.
11517
11518         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11519         nntp-server-buffer.
11520
11521 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * message.el (message-check-news-header-syntax): Use
11524         message-post-method.
11525         (message-send-news): Bind message-post-method.
11526
11527 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * mml.el (mml-tweak-type-alist): New variable.
11530         (mml-tweak-function-alist): New variable.
11531         (mml-tweak-part): New function.
11532         (mml-generate-mime-1): Use it.
11533
11534 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * nnfolder.el (nnfolder-request-accept-article): Replace
11537         nnfolder-request-list.
11538
11539 2001-07-27  Simon Josefsson  <jas@extundo.com>
11540
11541         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11542         nnoo-change-server failed to do it.
11543
11544 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11545
11546         * gnus.el (gnus-parameters): Make it customizable.
11547
11548 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11551
11552         * message.el (message-set-auto-save-file-name): More
11553         poor-system-types.
11554
11555         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11556
11557         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11558         supports +.
11559
11560 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * mm-decode.el (mm-readable-p): New function.
11563         (mm-inline-media-tests): Fix the default testers.
11564
11565 2001-07-26  Simon Josefsson  <jas@extundo.com>
11566
11567         * nnimap.el (nnimap-version): Bump version number.
11568
11569 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570         From Steven E. Harris <seh@speakeasy.org>
11571
11572         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11573         in M$Windows too.
11574
11575 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11576
11577         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11578
11579 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11582
11583         * mm-decode.el (mm-get-image): Guess then use the type.
11584
11585         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11586
11587 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11588
11589         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11590         display (%B) for threads if threading is off.
11591
11592 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593         From Henrik Enberg <henrik@enberg.org>
11594
11595         * gnus-msg.el: Customization patch.
11596
11597 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11598
11599         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11600         variable.
11601         (nnmail-split-fancy-with-parent): Ignore certain groups.
11602
11603 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * gnus-util.el (gnus-byte-compile): New function.
11606         (gnus-use-byte-compile): New variable.
11607         (gnus-make-sort-function): Use it.
11608
11609         * nnmail.el (nnmail-get-new-mail): Use it.
11610
11611         * gnus-agent.el (gnus-category-make-function): Simple function or
11612         compiled function.
11613         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11614
11615         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11616         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11617         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11618
11619         * message.el (message-check-news-header-syntax): Remove quote.
11620
11621 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * message.el (message-use-mail-followup-to): `t' is not a
11624         documented value.
11625
11626 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11627
11628         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11629
11630 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11633         there are long lines.
11634
11635 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * dgnushack.el (copy-list): New compiler macro.
11638
11639 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * message.el (message-bounce): If no Return-Path, the whole
11642         content is considered as the original message.
11643
11644         * nnml.el (nnml-check-directory-twice): New variable.
11645         (nnml-article-to-file): Use it.
11646         (nnml-retrieve-headers): Hack it.
11647
11648 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * gnus-win.el (gnus-buffer-configuration): New configure.
11651
11652         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11653         not alive.
11654
11655         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11656         (mm-display-external): Use display-term configure.
11657
11658 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11659
11660         * gnus-delay.el (gnus-delay-default-hour): New variable.
11661         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11662
11663 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11664         From Karl Kleinpaste <karl@charcoal.com>
11665
11666         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11667         (gnus-summary-prepare-threads): Ditto.
11668
11669         * gnus.el (gnus-summary-line-format): Add %B.
11670
11671 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11672
11673         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11674
11675         * mm-util.el (mm-string-as-multibyte): New function.
11676
11677         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11678
11679 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * mm-util.el (mm-universal-coding-system): New variable.
11682
11683         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11684
11685         * score-mode.el (score-mode-coding-system): Use it.
11686
11687 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-start.el (gnus-setup-news): Call
11690         `gnus-check-bogus-newsgroups' just after the native server is
11691         opened.
11692
11693 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11694
11695         * nnmail.el (nnmail-do-request-post): Util function to be used by
11696         `nnchoke-request-post' for all nnmail-derived backends.
11697
11698         * nnml.el (nnml-request-post): Use it.
11699
11700         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11701         backend, for it groks nnml-request-post.
11702
11703         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11704         Treat `mail-post' backends like `mail' backends, not like `news'
11705         backends.
11706
11707 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * gnus-msg.el (gnus-setup-message): make-local-hook.
11710
11711 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11712
11713         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11714         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11715         <karl@charcoal.com>, slightly changed by Kai.
11716
11717         * message.el (message-check-news-header-syntax): When checking
11718         whether the groups exist, check the right server based on
11719         `gnus-post-method'.
11720
11721 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11722
11723         * gnus-delay.el: New file.
11724
11725 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * mm-util.el (mm-read-coding-system): Take two arguments.
11728
11729         * gnus-sum.el (gnus-summary-show-article): Use
11730         mm-read-coding-system.
11731
11732         * gnus-art.el (article-de-quoted-unreadable):
11733         (article-de-base64-unreadable, article-wash-html):
11734         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11735
11736 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11737
11738         * nnml.el (nnml-request-post): New function.  Can be used for
11739         annotations in nnml groups.
11740
11741 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11744         command.
11745
11746         * gnus-start.el (gnus-find-new-newsgroups): Use
11747         `message-make-date' instead of `current-time-string'.
11748         (gnus-ask-server-for-new-groups): Ditto.
11749         (gnus-check-first-time-used): Ditto.
11750
11751 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11752
11753         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11754
11755 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11756
11757         * message.el (message-shorten-references): Change `maxcount' and
11758         `cut' to obey USEFOR draft 5.
11759
11760 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11761
11762         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11763         (gnus-summary-set-article-display-arrow): New function.
11764         (gnus-summary-goto-subject): Use it.
11765
11766 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11767
11768         * gnus-sum.el (gnus-summary-import-article): Insert date if
11769         doesn't exist.
11770
11771 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * mml.el (mml-content-type-parameters): New variable.
11774         (mml-content-disposition-parameters): New variable.
11775         (mml-insert-mime-headers): Use them.
11776         (mml-parse-1): Accept charset.
11777
11778 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * gnus-group.el (gnus-group-select-group): Doc fix.
11781
11782         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11783
11784 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11787         to handle `define-derived-mode'.
11788
11789 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790         From:  Stefan Monnier  <monnier@cs.yale.edu>
11791
11792         * message.el (message-mode): Use define-derived-mode.
11793         (message-tab): message-completion-alist.
11794
11795         * imap.el (imap-interactive-login): Use make-local-variable.
11796         (imap-open): Ditto.
11797         (imap-authenticate): Ditto.
11798
11799         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11800
11801         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11802
11803 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11804
11805         * message.el (message-citation-line-function): Refer to
11806         gnus-cite-attribution-suffix.
11807
11808 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11809
11810         * gnus-art.el,...: Error convention changes.
11811
11812 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11815
11816 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11819         (nnrss-read-server-data): Ditto.
11820
11821 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822
11823         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11824         * Cleanup files.
11825         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11826
11827 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * gnus.el (gnus-summary-line-format): Add %o.
11830
11831         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11832         unless shell outputs something.
11833
11834 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11835
11836         * gnus-art.el (gnus-boring-article-headers): Better doc.
11837         (article-hide-headers): Better regexp.
11838         Suggested by Matt Swift <swift@alum.mit.edu>.
11839
11840         * nnheader.el (nnheader-max-head-length): Better doc.
11841         (nnheader-header-value): Skip spaces.
11842         (nnheader-parse-head): Remove space.
11843         Suggested by Matt Swift <swift@alum.mit.edu>.
11844
11845         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11846         (gnus-get-newsgroup-headers): Remove space.
11847
11848 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849
11850         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11851         (gnus-summary-reply): Use it.
11852         (gnus-summary-reply-broken-reply-to): New function.
11853         (gnus-msg-force-broken-reply-to): New function.
11854
11855         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11856
11857 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11860
11861 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11862
11863         * mm-decode.el (mm-external-terminal-program): New variable.
11864         (mm-display-external): Use it. Use term to display when no
11865         window-system.
11866
11867 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11868
11869         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11870         Browse->Next entries to Browse->Prev
11871
11872 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873
11874         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11875
11876 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11879         for the default encoding.
11880
11881         * nnrss.el (nnrss-url-field): New field.
11882         (nnrss-request-article): Add newsgroups.
11883
11884         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11885
11886 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11889
11890         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11891         (gnus-draft-setup): Remove backlog.
11892
11893 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11894
11895         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11896         Cleanup.
11897
11898 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * gnus-msg.el (gnus-bug): Erase buffer.
11901
11902         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11903
11904 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * mm-decode.el (mm-attachment-override-p): Fix typo.
11907
11908 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * gnus-kill.el (gnus-execute): Work with the extra headers.
11911         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11912
11913 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11916         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11917
11918         * message.el (message-send-mail-real-function): New variable.
11919         (message-send-mail-partially, message-send-mail):
11920
11921         * nngateway.el (nngateway-request-post): Use it.
11922
11923         * gnus-agent.el (gnus-agentize): Use it.
11924
11925         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11926         (nnsoup-revert-variables): Use it.
11927
11928 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11929
11930         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11931         text/plain if the type doesn't match any other media types.
11932         (mm-inlined-types): Doc fix.
11933         (mm-display-inline): Revert previous change (now handled by a
11934         default type in `mm-inline-media-tests'.
11935         (mm-inlinable-p): Revive.
11936         (mm-display-part): Call `mm-inlinable-p'.
11937         (mm-attachment-override-p): Ditto.
11938         (mm-inlined-p): Doc fix.
11939
11940         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11941         well as `mm-inlined-p'.
11942
11943 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11944
11945         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11946         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11947
11948 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949         From  Paul Jarc <prj@po.cwru.edu>
11950
11951         * message.el (message-use-mail-followup-to): New variable.
11952         (message-get-reply-headers): Use it.
11953
11954 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11955
11956         * nnheader.el (nnheader-init-server-buffer): Make sure the
11957         *nntpd* buffer is made multibyte instead of a random buffer.
11958
11959 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11962         when it returns headers.
11963
11964 2001-07-07  Simon Josefsson  <jas@extundo.com>
11965
11966         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11967         trying to fold. Thanks to Colin Walters
11968         <walters@cis.ohio-state.edu>
11969
11970 2001-07-06  Simon Josefsson  <jas@extundo.com>
11971
11972         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11973         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11974         Add information in `assert's.
11975
11976         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11977         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11978         and `nnimap-group-overview-filename', should handle all
11979         change-of-uidvalidity related issues.  But there may be other
11980         problems.)
11981
11982 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11983
11984         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11985         header name when folding.
11986
11987 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11988
11989         * mm-decode.el (mm-inlined-types): Document relationship with
11990         `mm-inline-media-tests'.
11991         (mm-display-inline): Default to displaying as plain text if no
11992         inlining handler is available.
11993         (mm-inlinable-p): Remove.
11994         (mm-inlined-p): Don't call `mm-inlinable-p'.
11995         (mm-automatic-display-p): Ditto.
11996         (mm-attachment-override-p): Ditto.
11997
11998 2001-07-04  Simon Josefsson  <jas@extundo.com>
11999
12000         * nnimap.el (nnimap-importantize-dormant): New variable.
12001         (nnimap-request-update-info-internal): Use it.
12002         (nnimap-request-set-mark): Ditto.
12003
12004 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12005
12006         * nntp.el (nntp-send-command): don't pass a buffer argument to
12007         `point'. Only XEmacs accepts this.
12008         * nntp.el (nntp-send-command-nodelete): ditto.
12009         * nntp.el (nntp-send-command-and-decode): ditto.
12010
12011 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12012
12013         * nntp.el (nntp-open-connection-function): doc update.
12014         * nntp.el (nntp-pre-command): New.
12015         * nntp.el (nntp-via-rlogin-command): New.
12016         * nntp.el (nntp-via-telnet-command): New.
12017         * nntp.el (nntp-via-telnet-switches): New.
12018         * nntp.el (nntp-via-user-name): New.
12019         * nntp.el (nntp-via-user-password): New.
12020         * nntp.el (nntp-via-address): New.
12021         * nntp.el (nntp-via-envuser): New.
12022         * nntp.el (nntp-via-shell-prompt): New.
12023         * nntp.el (nntp-open-telnet-stream): New.
12024         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12025         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12026         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12027         * nntp.el (nntp-send-command): ditto.
12028         * nntp.el (nntp-send-command-nodelete): ditto.
12029         * nntp.el (nntp-send-command-and-decode): ditto.
12030
12031 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12032         Trivial patch.
12033
12034         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12035         `when'.
12036
12037 2001-07-03  Simon Josefsson  <jas@extundo.com>
12038         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12039
12040         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12041
12042 2001-07-03  Simon Josefsson  <jas@extundo.com>
12043
12044         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12045         remove it (workaround XEmacs `fill-region' bug).
12046
12047 2001-07-01  Simon Josefsson  <jas@extundo.com>
12048
12049         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12050
12051 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12052
12053         * mml2015.el (mml2015-format-error): New function.
12054         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12055         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12056         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12057
12058 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12061         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12062
12063         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12064         group variables.
12065
12066 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12069
12070         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12071         (nnrss-save-group-data): Ditto.
12072
12073         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12074
12075 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * message.el (message-do-send-housekeeping): Narrow to headers.
12078
12079 2001-06-24  Simon Josefsson  <jas@extundo.com>
12080
12081         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12082         insertion when breaking lines looked for " \t" instead of "[ \t]".
12083         (rfc2047-encode-message-header): Fold lines even if
12084         no QP encoding is done.
12085
12086 2001-06-23  Simon Josefsson  <jas@extundo.com>
12087         From Samuel Tardieu <sam@inf.enst.fr>
12088
12089         * smime.el (smime-keys): Support additional certificates.
12090         (smime-make-certfiles): New function.
12091         (smime-sign-region): Use previous variables.
12092         (smime-get-certfiles): New function.
12093         (smime-sign-buffer): Use it.
12094         (smime-verify-region): Support both CAfile and CApath.
12095
12096 2001-06-23  Simon Josefsson  <jas@extundo.com>
12097
12098         * smime.el (smime-decrypt-region): Perhaps work.
12099
12100 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12101
12102         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12103
12104 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12105
12106         * mm-decode.el (mm-save-part): Rewrite file name.
12107         (mm-file-name-rewrite-functions): New variable.
12108         (mm-file-name-delete-whitespace): New function.
12109         (mm-file-name-trim-whitespace): New function.
12110         (mm-file-name-collapse-whitespace): New function.
12111         (mm-file-name-replace-whitespace): New variable and function.
12112
12113 2001-06-22  Simon Josefsson  <jas@extundo.com>
12114
12115         * message.el (message-make-date): Workaround locale for weekdays.
12116
12117 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * message.el (message-goto-body): Return nil if not found. (revert!)
12120
12121 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122         From Fremlin <chief@bandits.org>
12123
12124         * message.el (message-goto-body): Some messages have no header.
12125
12126         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12127
12128 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12129
12130         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12131
12132 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * message.el (message-make-date): Add week day.
12135         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12136
12137 2001-06-19  Simon Josefsson  <jas@extundo.com>
12138
12139         * message.el (message-yank-prefix): Doc fix.
12140         (message-yank-cited-prefix): Ditto.
12141         (message-delete-not-region): Keep citation prefix on first line,
12142         if possible and appropriate.
12143
12144 2001-06-19  Simon Josefsson  <jas@extundo.com>
12145
12146         * imap.el (imap-process-connection-type): New variable.
12147         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12148         recent `imtest's work completely (no line length issues), while
12149         making making old `imtest's unusable.  Thanks to NAGY Andras
12150         <nagya@inf.elte.hu> for his work.
12151
12152 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12153
12154         * imap.el (imap-ssl-program): Add -quiet to shut up
12155         OpenSSL/SSLeay's internal debug talk.
12156
12157 2001-06-19  Matt Armstrong  <matt@lickey.com>
12158
12159         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12160         server.
12161
12162 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * nnmail.el (nnmail-article-buffer): New variable.
12165         (nnmail-split-incoming): Use it.
12166
12167 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12168
12169         * qp.el (quoted-printable-decode-region): If called interactively,
12170         use coding-system-for-read.
12171
12172 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * message.el (message-check-news-header-syntax): Check Reply-To.
12175
12176 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * mml.el (mml-parse-1): Use message options.
12179
12180         * message.el (message-do-fcc): Don't do anything if there is no
12181         FCC.
12182
12183 2001-06-16  Simon Josefsson  <jas@extundo.com>
12184
12185         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12186         (nnimap-expunge-search-string): New variable.
12187         (nnimap-request-expire-articles): Use it.
12188
12189 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * message.el (message-send-mail-with-qmail): wrong exit status is
12192         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12193
12194 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-art.el (article-strip-multiple-blank-lines): Use
12197         delete-region instead of replace-match.
12198
12199 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12202         (nnweb-google-wash-article): Ditto.
12203
12204 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12205
12206         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12207
12208 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12211         specs.
12212
12213 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12214
12215         * gnus.el (gnus-email-address): Move it here.
12216
12217         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12218         requested.
12219         (article-de-base64-unreadable): Ditto.
12220         (article-wash-html): Ditto.
12221
12222 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223
12224         * message.el (message-options-set-recipient): Don't add ", "
12225         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12226
12227 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12230
12231 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232
12233         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12234         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12235
12236         * nnrss.el (nnrss-node-text): Node might be nil.
12237
12238 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12239
12240         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12241         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12242
12243         * nnrss.el (nnrss-group-alist): More items.
12244
12245 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12246
12247         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12248
12249 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250         Trivial patch from Dale Hagglund  <rdh@best.com>
12251
12252         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12253         restrict clauses.
12254
12255 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         From Benjamin Rutt <brutt+news@bloomington.in.us>
12258
12259         * message.el (message-wide-reply-confirm-recipients): New variable.
12260
12261 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12263
12264         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12265         fix so it works with XEmacs.
12266
12267 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12270         headers.
12271
12272 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * nnrss.el: Fix a few bugs.
12275
12276 2001-06-05  Simon Josefsson  <jas@extundo.com>
12277
12278         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12279         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12280
12281 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12282
12283         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12284         binary so that we don't transmit ISO 2022 garbage to the process.
12285         This is needed under XEmacs.
12286
12287 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12288
12289         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12290         autoloaded incorrectly below because ssl-program-* is bound.)
12291         Thanks to Amos Gouaux for report.
12292
12293 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12294
12295         * imap.el (imap-kerberos4-open):
12296         (imap-gssapi-open):
12297         (imap-ssl-open):
12298         (imap-network-open):
12299         (imap-shell-open):
12300         (imap-starttls-open): Set buffer to workaround spurious
12301         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12302         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12303         Colman <colman@ppllc.com> for report.
12304
12305 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * gnus-sum.el (gnus-summary-catchup): New argument.
12308         (gnus-summary-catchup-from-here): New function.
12309
12310 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12311
12312         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12313         back, then insert glyph.  (Before, the glyph was inserted first,
12314         then the newline.)  This works around a behavior in XEmacs where
12315         it is not possible to insert a character after a glyph which is at
12316         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12317
12318 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12319
12320         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12321
12322         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12323         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12324         mm-destroy-postponed-undisplay-list): New functions.
12325         (mm-display-external): Use them.
12326
12327 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12328
12329         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12330         `default-low' when evaluating `gnus-summary-highlight'.
12331         From Raja R Harinath <harinath@cs.umn.edu>.
12332
12333 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12334
12335         * message.el (message-yank-cited-prefix): New variable.
12336         (message-indent-citation): Use it.
12337
12338         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12339         as details.
12340         (mml2015-mailcrypt-clear-verify): Ditto.
12341
12342 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12343         From Nevin Kapur <nevin@jhu.edu>.
12344
12345         * gnus-sum.el (gnus-summary-default-high-score,
12346         gnus-summary-default-low-score): New variables.
12347         (gnus-summary-highlight): Use them.
12348
12349 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12350
12351         * message.el (message-mail): pass the 'send-actions argument to
12352         `message-setup'.
12353
12354 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12355         From Raymond Scholz <ray-2001@zonix.de>
12356
12357         * gnus-art.el (gnus-mime-view-part-as-charset):
12358         (gnus-mime-internalize-part): Doc fixes.
12359
12360 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12361
12362         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12363         status lines without any text ("^215$").
12364
12365 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * nnrss.el (nnrss-check-group): Reverse.
12368
12369 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12370
12371         * message.el (message-get-reply-headers):
12372         (message-followup): Fix typo, suggested by David Green
12373         <dgreen@uab.edu>
12374
12375 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12376
12377         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12378
12379         * nnrss.el (nnrss-open-server): Read server data when it is called.
12380         (nnrss-request-expire-articles): Fix.
12381
12382 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12383
12384         * message.el (message-do-send-housekeeping): mail-abbrevs may
12385         rename buffer behind Gnus.
12386
12387 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12390         (nnrss-group-alist): Add more resources.
12391         (nnrss-check-group): Ignore errors.
12392
12393 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12394
12395         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12396
12397         * nnslashdot.el (nnslashdot-request-list): Add time.
12398         (nnslashdot-request-expire-articles): New function.
12399
12400         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12401         secondary methods too.
12402
12403 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12404
12405         * message.el (message-use-followup-to): Set default value to t.
12406
12407 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12408
12409         * message.el (message-dont-reply-to-names): Fix documentation.
12410         (message-get-reply-headers): Use Mail-Followup-To only for wide
12411         replies.
12412
12413 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12414
12415         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12416         correctly.
12417         (nnrss-check-group): Use time.
12418
12419 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12420
12421         * gnus.el: Oort Gnus v0.03 is released.
12422
12423 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12426         group.
12427
12428 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12431
12432 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * nnultimate.el (nnultimate-retrieve-headers): Return all
12435         available headers.
12436
12437         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12438         (gnus-get-newsgroup-headers-xover): Use it.
12439
12440 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12443
12444 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12447
12448 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12451         disable it.
12452
12453         * gnus.el (gnus-info-nodes): Remove a few The's.
12454
12455 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * mail-source.el (mail-source-movemail): Call-process may return a
12458         signal description string.
12459
12460         * gnus-start.el (gnus-read-newsrc-el-file):
12461         gnus-newsrc-file-version may be nil.
12462
12463         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12464         Suggested by Michael Sperber [Mr. Preprocessor]
12465         <sperber@informatik.uni-tuebingen.de>.
12466
12467 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12468
12469         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12470
12471 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12472
12473         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12474         fontify HANDLE.
12475
12476 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12477
12478         * smime.el (smime-ask-passphrase): Rework to return value.
12479         (smime-sign-region): Rework to bind value and use it.
12480         (smime-decrypt-region): Ditto.
12481
12482 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12483         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12484
12485         * smime.el (smime-ask-passphrase): New function.
12486         (smime-sign-region): Use it.
12487         (smime-encrypt-cipher): New variable.
12488         (smime-decrypt-region): Ditto.
12489
12490 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12491         Committed by Simon Josefsson  <simon@josefsson.org>
12492
12493         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12494         the log.
12495
12496 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12497
12498         * gnus.el: Oort Gnus v0.02 is released.
12499
12500 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12501
12502         * gnus.el: Oort Gnus v0.01 is released.
12503
12504 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * gnus-sum.el (gnus-summary-highlight): Highlight read
12507         undownloaded articles as read articles.
12508
12509         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12510         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12511         articles, even read ones, as such.
12512
12513         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12514         (gnus-find-matching-articles): New function.
12515         (gnus-summary-limit-include-matching-articles): New command.
12516         (gnus-summary-limit-include-thread): Include articles that have
12517         matching subjects.
12518         (gnus-offer-save-summaries): Clean up.
12519
12520 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12521
12522         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12523
12524 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525         From Jason Merrill <jason_merrill@redhat.com>
12526
12527         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12528
12529 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12530         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12533         newsgroup names when the original article is a news message.
12534
12535 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12538         supported. Suggest by Jim Meyering <jim@meyering.net>.
12539
12540 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12541         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12542
12543         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12544         regexp in nnmail-split-fancy.
12545
12546 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12547
12548         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12549
12550 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12551
12552         * message.el (message-send-mail): Improve the interaction with the
12553         user.
12554
12555 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12556
12557         * imap.el (imap-message-copy): Work around buggy servers that
12558         doesn't send TRYCREATE tags.
12559
12560 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12563
12564 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12567         date.
12568
12569 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12572         lives.
12573
12574 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12575
12576         * gnus-art.el (gnus-parse-news-url): New function.
12577         (gnus-button-handle-news): New function.
12578         (gnus-button-alist): Point to new functions.
12579
12580         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12581
12582         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12583         gnus-format-specs.
12584
12585         * message.el (message-check-news-header-syntax): Question even
12586         when Gnus doesn't know the group names.
12587         (message-send-news): Clean up.
12588
12589         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12590         exited on purpose without saving.
12591
12592         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12593
12594 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * gnus-score.el (gnus-score-orphans): Clean up.
12597
12598         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12599
12600         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12601         later.
12602
12603         * gnus-start.el (gnus-close-all-servers): Find the right items to
12604         close.
12605
12606         * qp.el (quoted-printable-decode-region): Just message
12607         malformation; don't quit.
12608
12609 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610         From Gerd Moellmann <gerd@gnu.org>.
12611
12612         * gnus.el (gnus-interactive): A typo.
12613
12614 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12615         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12618         `assq-delete-all', if that function exists; otherwise use the old
12619         definition. Documentation changed to match the one in
12620         `assq-delete-all'.
12621
12622 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623
12624         * gnus-start.el (gnus-close-all-servers): New function.
12625
12626         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12627         (gnus-server-remove-denials): Clean up.
12628
12629         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12630         keystroke.
12631
12632 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633
12634         * message.el (message-send-news): Message where we are sending.
12635         (message-send-mail): Ditto.
12636
12637         * gnus.el (gnus-server-string): New function.
12638
12639         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12640
12641         * mm-decode.el (mm-default-directory): Customized.
12642         (mm-tmp-directory): Ditto.
12643
12644         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12645         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12646         or Chars.
12647         (gnus-summary-line-format-alist): ?l is now a string.
12648         (gnus-summary-prepare-threads): Output ? for unknown lines.
12649         (gnus-summary-insert-line): Ditto.
12650         (gnus-summary-print-article): Unbalanced parentheses.
12651
12652         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12653         out whether new stuff has arrived.
12654
12655 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12656
12657         * gnus-sum.el: Let printing work on ttys on Emacs.
12658
12659 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12662         when forcing news.
12663
12664         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12665         command.
12666
12667 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12668
12669         * message.el (message-set-auto-save-file-name): Don't use
12670         asterisks under nt.
12671
12672 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673
12674         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12675         lists of articles.
12676
12677         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12678
12679         * gnus-msg.el (gnus-put-message): Clean up.
12680         (gnus-summary-reply): Mark all replied-to articles as replied to.
12681         (gnus-inews-add-send-actions): Also mark as forwarded.
12682         (gnus-summary-mail-forward): Mark as forwarded.
12683
12684         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12685         of articles.
12686         (gnus-summary-mark-article-as-forwarded): Ditto.
12687
12688         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12689         forwarded.
12690         (gnus-summary-mail-forward): Clean up.
12691
12692         * gnus.el (gnus-article-mark-lists): Added forward.
12693
12694         * gnus-sum.el (gnus-forwarded-mark): New variable.
12695         (gnus-summary-prepare-threads): Use it.
12696         (gnus-summary-update-secondary-mark): Ditto.
12697         (gnus-newsgroup-forwarded): New variable.
12698
12699 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12702         (gnus-summary-very-wide-reply): New command and keystroke.
12703         (gnus-summary-very-wide-reply-with-original): Ditto.
12704
12705         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12706         (gnus-score-adaptive): Use it.
12707
12708         * gnus-start.el (gnus-get-unread-articles): Clean up.
12709
12710 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711
12712         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12713         boards.
12714
12715 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12716
12717         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12718         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12719
12720 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12721
12722         * nnultimate.el (nnultimate-retrieve-headers): Understand
12723         long-form month names.
12724
12725 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * gnus-sum.el (gnus-summary-show-all-headers):
12728         gnus-article-show-all-headers is broken. Use
12729         gnus-summary-toggle-header instead.
12730
12731         * mml2015.el (mml2015-gpg-extract-from): No error.
12732
12733 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12735
12736         * mml2015.el (mml2015-gpg-extract-from): New function.
12737         (mml2015-gpg-verify): Use it.
12738         (mml2015-gpg-clear-verify): Use it.
12739
12740 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * message.el (message-setup-fill-variables): Use
12743         fill-paragraph-function.
12744         (message-fill-paragraph): Take an argument.
12745         (message-newline-and-reformat): Take another argument.
12746
12747 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12748
12749         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12750
12751 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12752
12753         * message.el (message-forward): local-variable-p takes an extra
12754         argument in XEmacs.
12755
12756 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12757
12758         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12759         `nnimap-use-nov-p' (it really tested the negative).
12760         (nnimap-retrieve-headers): Use it.
12761
12762 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12763
12764         * message.el (message-generate-headers-first): Update doc.
12765
12766 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12767         Trivial patch.
12768
12769         * gnus.el (gnus-summary-line-format): Typo.
12770
12771 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12772
12773         * mailcap.el (mailcap-mime-data): Add application/sieve.
12774         (mailcap-mime-extensions): Add .siv, .xls.
12775
12776 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777         From Christoph Conrad <christoph.conrad@gmx.de>
12778
12779         * gnus-score.el (gnus-summary-lower-thread): Typo.
12780
12781 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * message.el (message-forward-decoded-p): New variable.
12784         (message-forward-subject-author-subject): Use it.
12785         (message-make-forward-subject): Use it.
12786         (message-forward): Use it.
12787
12788         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12789
12790         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12791         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12792
12793 ;;Has been fixed -- zsh.
12794 ;;2001-03-05  Dave Love  <fx@gnu.org>
12795 ;;
12796 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12797 ;;      Move it after definition of mm-coding-system-p.
12798 ;;
12799 2001-03-01  Dave Love  <fx@gnu.org>
12800
12801         * mm-util.el (mm-inhibit-file-name-handlers): Add
12802         image-file-handler.
12803
12804 2001-02-11  Dave Love  <fx@gnu.org>
12805
12806         * message.el (message-signature-file): Fix doc, :type.
12807
12808 2001-02-08  Dave Love  <fx@gnu.org>
12809
12810         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12811         (message-posting-charset): Defvar when compiling again.
12812         (rfc2047-encodable-p): Require message.
12813
12814         * gnus-sum.el (gnus-alter-articles-to-read-function):
12815         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12816
12817 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12818
12819         * nnrss.el: New file.
12820
12821 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12822         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12823
12824         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12825         `skip-chars-forward'.
12826
12827 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12828
12829         * nndraft.el (nndraft-request-group): Restore auto save files if
12830         the original files do not exist.
12831
12832 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12833
12834         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12835         SCORE paths.
12836
12837         * mm-decode.el (mm-dissect-buffer): Call
12838         mail-extract-address-components only if necessary.
12839
12840 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12843         directory part.
12844         (gnus-score-search-global-directories): Use file-directory-p.
12845
12846         * gnus-score.el (gnus-score-score-files-1): Use
12847         gnus-kill-files-directory.
12848         From Adrian Aichner <adrian@xemacs.org>.
12849
12850 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * gnus.el (charset): Move here from gnus-sum.el.
12853
12854 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12855
12856         * mml.el (mml-preview): Disable local map.
12857
12858         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12859         gnus-article-post-menu here.
12860
12861         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12862         if it has not been made.
12863
12864 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12865
12866         * gnus-art.el (gnus-article-describe-key): Map key to event.
12867         (gnus-article-describe-key-briefly): Ditto
12868
12869 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12872
12873 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874         From Katsumi Yamaoka <yamaoka@jpl.org>.
12875
12876         * dgnushack.el (coerce, merge, subseq): defmacro.
12877
12878 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12879
12880         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12881         A fake defalias in nndraft.el results a not-activated bug in
12882         uncompiled versions.
12883
12884 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12885         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * gnus-util.el (gnus-split-references): Handle malformed References:.
12888
12889 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12892
12893 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12894         From NAGY Andras <nagya@inf.elte.hu>.
12895
12896         * gnus.el (gnus-parameters): Typo.
12897
12898 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * gnus.el (gnus-read-method): Remove redundancy.
12901
12902 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12905         (nnslashdot-request-list): Use it.
12906
12907 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * nnml.el (nnml-generate-active-info): Fix the case when there is
12910         no file.
12911
12912         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12913         (gnus-summary-create-article): New function.
12914
12915         * gnus-group.el (gnus-group-mark-article-read): New function.
12916
12917         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12918
12919         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12920
12921 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12922
12923         * gnus-art.el (gnus-article-edit-done): Don't use
12924         gnus-article-edit-exit.
12925         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12926
12927         * gnus.el (gnus-parameters): New variable.
12928         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12929         (gnus-parameters-get-parameter): New function.
12930         (gnus-group-find-parameter): Use it.
12931
12932 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12933
12934         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12935         change of default value to `current'.
12936
12937 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * nneething.el (nneething-get-head): Insert unreadable file too.
12940
12941 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12944
12945         * webmail.el (webmail-type-definition): Deja is bought by google.
12946
12947 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948
12949         * gnus-sum.el (gnus-fetch-headers): New function.
12950         (gnus-select-newsgroup): Use it.
12951         (gnus-summary-insert-articles): New function.
12952         (gnus-summary-insert-old-articles): New function.
12953         (gnus-summary-insert-new-articles): New function.
12954
12955         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12956         (gnus-group-list-active): Ditto.
12957         * gnus-sum.el (gnus-set-mode-line): Ditto.
12958         (gnus-summary-read-group-1): Ditto.
12959
12960 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12963         current topic.
12964
12965 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12966
12967         * smiley.el (gnus-smiley-display): Don't do widening.
12968
12969         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12970         within body.
12971
12972         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12973
12974         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12975         New variable.
12976         (gnus-mime-display-multipart-related-as-mixed): New variable.
12977         (gnus-mime-display-part): Use them.
12978
12979 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12980
12981         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12982         something special.
12983
12984 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12987         (nnweb-request-article): Call reference if exists.
12988         (nnweb-type-definition): Dejanews is bought by google.com.
12989         Beta!
12990
12991 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12992
12993         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12994
12995 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12996
12997         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12998         gnus-article-sort-functions.
12999         (gnus-article-sort-functions): Doc fix.  Refer to
13000         gnus-thread-sort-functions.
13001
13002 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13003         From Paul Jarc <prj@po.cwru.edu>.
13004
13005         * message.el (message-get-reply-headers): More fixes.
13006
13007 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13008         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * message.el (message-get-reply-headers): Fix bug with
13011         Mail-Followup-To/to-address interaction.
13012
13013 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13014
13015         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13016         gnus-article-copy.
13017
13018 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * message.el (message-do-send-housekeeping): Rename to a better
13021         name.
13022
13023 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * message.el (message-cancel-news): Check article first, then ask
13026         yes or no.
13027
13028 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13029
13030         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13031
13032 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * gnus-range.el (gnus-range-normalize): New function.
13035
13036 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13037
13038         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13039
13040 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13041
13042         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13043
13044         * nnagent.el (nnagent-request-regenerate): New function.
13045
13046         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13047
13048         * nnml.el (nnml-generate-nov-databases): Accept argument
13049         server. Don't open server if it is opened.
13050         (nnml-request-regenerate): Use it. Change to deffoo.
13051
13052 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13053         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * gnus.el (gnus-define-group-parameter): Fix.
13056
13057 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * gnus.el (gnus-define-group-parameter): Improved.
13060
13061         * gnus-sum.el (charset): Define parameter.
13062         (ignored-charsets): Ditto.
13063         (gnus-summary-setup-default-charset): Use them.
13064
13065         * gnus-start.el (gnus-read-descriptions-file): Use them.
13066
13067         * gnus-cus.el (gnus-group-parameters): Remove them.
13068
13069 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13070
13071         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13072
13073 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13074
13075         * gnus-sum.el (gnus-summary-read-group-1): Remove
13076         gnus-summary-set-local-parameters.
13077         (gnus-summary-setup-buffer): Put it here.
13078
13079 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13080
13081         * gnus.el (to-address): Define parameter.
13082         (to-list): Ditto.
13083         * gnus-art.el (article-hide-boring-headers): Use them.
13084         * gnus-msg.el (gnus-post-news): Ditto.
13085         * gnus-cus.el (gnus-group-parameters): Remove them.
13086
13087 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13088
13089         * gnus-draft.el (gnus-draft-reminder): New function.
13090
13091         * gnus-art.el (gnus-sender-save-name): New function.
13092
13093 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * mm-util.el (mm-mime-charset): Error message.
13096
13097 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13098
13099         * message.el (message-check-news-body-syntax): Don't check mml lines.
13100
13101 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13102
13103         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13104         subscribe.
13105
13106         * gnus-start.el (gnus-call-subscribe-functions): New function.
13107         (gnus-find-new-newsgroups): Use it.
13108         (gnus-ask-server-for-new-groups): Use it.
13109         (gnus-check-first-time-used): Use it.
13110         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13111         (gnus-subscribe-options-newsgroup-method): Ditto.
13112         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13113         return .
13114
13115 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13116
13117         * gnus-cus.el (gnus-score-customize): Doc fix.
13118
13119 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13120
13121         * dgnushack.el (my-getenv): Typo.
13122
13123 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13124
13125         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13126
13127 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13128
13129         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13130
13131         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13132         (gnus-treatment-function-alist): Use it.
13133         (article-remove-leading-whitespace): New function.
13134         (gnus-article-make-menu-bar): Use it.
13135
13136         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13137         remove-leading-whitespace.
13138         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13139         because of conflict.
13140
13141 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13142
13143         * Makefile.in: Hack generating gnus-load.el.
13144         * dgnushack.el: Ditto.
13145         * gnus-load.el: Remove it.
13146
13147 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13148
13149         * dgnushack.el : Add URLDIR.
13150
13151         * Makefile.in (EMACS_COMP): Ditto.
13152
13153 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13154
13155         * gnus-cus.el (gnus-score-customize): Error on no score file.
13156
13157 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13158
13159         * mm-decode.el (mm-merge-handles): New function.
13160
13161         * mm-view.el (mm-inline-message): Use it.
13162         (mm-view-message): Ditto.
13163
13164         * mm-partial.el (mm-inline-partial): Ditto.
13165
13166         * mm-extern.el (mm-inline-external-body): Ditto.
13167
13168         * gnus-art.el (gnus-mime-view-part): Ditto.
13169         (gnus-mime-view-part-as-type): Ditto.
13170         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13171         cases.
13172
13173 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13174
13175         * message.el (message-cancel-news): Allow to shoot foot.
13176         (message-supersede): Ditto.
13177
13178 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13179         Trivial patch.
13180
13181         * gnus-sum.el (gnus-simplify-subject-re): Use
13182         message-subject-re-regexp.
13183
13184 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13185
13186         * nnmail.el (nnmail-expiry-target-group): Bind
13187         nnmail-cache-accepted-message-ids to nil.
13188
13189         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13190         coding system.
13191
13192 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * qp.el (quoted-printable-encode-region): Make sure characters are
13195         between 00 and FF.  Don't check charset.
13196
13197         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13198         in Emacs 20.
13199         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13200
13201 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * message.el (message-make-forward-subject): Argument decoded.
13204         (message-forward): Use it when digest.
13205
13206         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13207         buffer.
13208
13209 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13210
13211         * message.el (message-generate-headers-first): Doc fix.
13212
13213 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13214
13215         * gnus-art.el (article-make-date-line): Error proof.
13216
13217 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13218
13219         * gnus-group.el (gnus-group-listing-limit): New variable.
13220         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13221
13222         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13223
13224 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13225
13226         * message.el (message-newline-and-reformat): Special case for
13227         breaking at BOL.
13228
13229 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13230
13231         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13232         message/rfc822.
13233
13234 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13235
13236         * message.el (message-encode-message-body): Don't insert
13237         Content-Type if it is inside a mail.
13238
13239 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13240
13241         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13242         gnus-article-commands-menu.
13243
13244         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13245         in Emacs.
13246
13247         * gnus-start.el (gnus-read-descriptions-file): Use
13248         gnus-group-name-charset and gnus-group-charset-alist.
13249
13250 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13253         active region.
13254
13255         * gnus-start.el (gnus-group-change-level): Remove from both
13256         gnus-zombie-list and gnus-killed-list.
13257
13258 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13259
13260         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13261         gnus-subscribe-topics.
13262
13263         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13264
13265 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13266
13267         * gnus-art.el (gnus-article-make-menu-bar): Make
13268         gnus-article-post-menu.
13269
13270         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13271
13272         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13273
13274         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13275
13276         * message.el (message-mode-menu): Ditto.
13277
13278         * gnus-art.el (defvar): eval-when-compile.
13279
13280 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * gnus-agent.el (gnus-agentize): Fix doc.
13283
13284 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13285
13286         * mml.el (mml-preview): Bind `q'.
13287
13288 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13291
13292 2001-01-31  Dave Love  <fx@gnu.org>
13293
13294         * mm-util.el (mm-mime-mule-charset-alist)
13295         (mm-find-mime-charset-region): Consider mule-utf-8.
13296
13297 2001-01-31  Dave Love  <fx@gnu.org>
13298
13299         * gnus-art.el (gnus-article-x-face-command)
13300         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13301         :version.
13302
13303 2001-01-26  Dave Love  <fx@gnu.org>
13304
13305         * mm-util.el (mm-multibyte-string-p): New.
13306
13307 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13308 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13309 ;;      string-as-multibyte on class.  Clarify line-folding.
13310         (quoted-printable-encode-string): Make temp buffer inherit
13311         string's multibyteness.
13312
13313 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13314
13315         * nnheader.el (toplevel): Don't require `gnus-util' at
13316         compile-time; this creates a circular dependency, and prevents
13317         a bootstrap.
13318
13319 2001-01-22  Andreas Schwab  <schwab@suse.de>
13320
13321         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13322
13323 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13324
13325         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13326
13327         * gnus-art.el (article-hide-list-identifiers): Ditto.
13328
13329         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13330
13331 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13334
13335         * gnus-art.el (article-hide-list-identifiers): Similar.
13336
13337 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13338
13339         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13340
13341 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13342
13343         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13344
13345 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13346
13347         * gnus-util.el (gnus-string-equal): New function.
13348
13349         * gnus-art.el (article-hide-boring-headers): Use it.
13350
13351 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13352
13353         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13354
13355 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13358
13359 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13360
13361         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13362         command if there is not last-saver.
13363
13364 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13365
13366         * nntp.el (nntp-open-connection): 201 is possible.
13367
13368 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13371         (rfc2047-charset-encoding-alist): Add big5.
13372
13373 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13374
13375         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13376         (gnus-agent-remove-server): Ditto.
13377         (autoload): gnus-server-update-server.
13378
13379         * gnus-srvr.el (gnus-server-line-format): Add %a.
13380         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13381         (gnus-server-insert-server-line): Use it.
13382
13383 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13386         GB2312 and Big5.
13387
13388 2001-01-24  Simon Josefsson  <sj@extundo.com>
13389
13390         * mail-source.el (mail-sources): Add :program specifier to IMAP
13391         mail source.
13392         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13393
13394 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13395
13396         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13397
13398 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13399
13400         * nntp.el (nntp-wait-for): Return the success code.
13401         (nntp-open-connection): Use it.
13402
13403 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13406
13407 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13408
13409         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13410
13411 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13412
13413         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13414         argument. Allow to print several articles in one file.
13415
13416 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13417
13418         * webmail.el (webmail-type-definition): netaddress changes.
13419
13420 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13421
13422         * gnus.el: Fix copyright. Remove trailing spaces.
13423
13424         * message.el (message-forward): Use mule4.
13425
13426 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13427
13428         * mm-util.el (mm-string-as-unibyte): New function.
13429
13430         * message.el (message-forward): Use it.
13431
13432 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13433
13434         * message.el (message-cite-original-without-signature): Don't peel
13435         off the blank line.
13436         (message-get-reply-headers): Add Cc if it is not in follow-to.
13437
13438 2001-01-20  Simon Josefsson  <sj@extundo.com>
13439
13440         * mm-decode.el (mm-handle-multipart-from): Add.
13441         (mm-dissect-buffer): Save From: header value.
13442         (mm-security-from): Remove.
13443         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13444
13445         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13446         instead of `mml-security-from'.  Protect null from value.
13447
13448 2001-01-20  Simon Josefsson  <sj@extundo.com>
13449
13450         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13451         application/vnd.ms-excel attachments.
13452
13453 2001-01-19  Simon Josefsson  <sj@extundo.com>
13454
13455         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13456
13457 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * message.el (message-ignored-mail-headers): Ditto.
13460
13461 2001-01-19  Simon Josefsson  <sj@extundo.com>
13462
13463         * message.el (message-ignored-news-headers): Only search beginning
13464         of line.
13465
13466 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13467         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13468
13469         * message.el (message-send-mail): Content-Type may not be there.
13470
13471 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13474         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13475
13476         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13477         not.
13478
13479 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13482         non-native groups.
13483
13484 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * message.el (message-yank-original): Understand
13487         universal-argument.
13488
13489 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13492         (article-hide-boring-headers): Ditto.
13493
13494         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13495
13496 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13497
13498         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13499         one.
13500
13501 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13502
13503         * message.el (message-make-in-reply-to): Add comment to message-id
13504         (old syntax, see 2000-08-02 change).
13505
13506 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13509         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13510         (gnus-button-reply): Ditto.
13511
13512 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-art.el (article-display-x-face): Fix.
13515
13516 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13517
13518         * gnus-art.el (article-display-x-face): Use
13519         gnus-original-article-buffer.
13520
13521 2001-01-15  Jack Twilley  <jmt@tbe.net>
13522
13523         * message.el (message-add-header): Move to point-max.
13524
13525 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13526
13527         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13528         nil, improve documentation.
13529         (smime-certificate-directory): Comment out false hints (until it
13530         is implemented).
13531
13532         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13533         there aren't any keys.
13534         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13535         verify certificate.  Default is changed to only check integrity.
13536         Improved security status texts.  If a certificate doesn't contain
13537         a email address, don't fail.
13538
13539         * smime.el (smime-noverify-region):
13540         (smime-noverify-buffer): New functions.  Verifies integrity only.
13541
13542 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13545
13546 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13547
13548         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13549         (gnus-remove-some-windows): Ditto.
13550
13551 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * gnus-art.el (article-make-date-line): 11th.
13554
13555 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13558         (mml2015-gpg-sign): Ditto.
13559
13560 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13561
13562         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13563         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13564
13565 2001-01-08  Dave Love  <fx@gnu.org>
13566
13567         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13568         single character.
13569
13570         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13571
13572         * message.el: Doc and message fixes.
13573         (message-send-rename-function)
13574         (message-make-forward-subject-function)
13575         (message-send-mail-function, message-reply-to-function)
13576         (message-wide-reply-to-function, message-followup-to-function)
13577         (message-distribution-function, message-auto-save-directory): Fix
13578         :type.
13579
13580         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13581         proceeding after warnings.  Amend multipart warning message.
13582
13583 2001-01-04  Dave Love  <fx@gnu.org>
13584
13585         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13586         compiling.
13587         (gnus-make-directory): Require nnmail.
13588
13589         * mm-decode.el (mm-inline-media-tests): Add
13590         image/x-portable-bitmap.
13591         (mm-get-image): Grok pbm.
13592
13593 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13594
13595         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13596
13597 2001-01-09  Didier Verna  <didier@xemacs.org>
13598
13599         * dgnushack.el (dgnushack-compile): give a dummy value to
13600         `gnus-xmas-glyph-directory' for the time of compilation.
13601         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13602         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13603         * gnus-art.el: ditto.
13604         * gnus-group.el: ditto.
13605         * gnus-salt.el: ditto.
13606         * gnus-sum.el: ditto.
13607         * gnus-topic.el: ditto.
13608         * gnus-xmas.el (gnus-xmas-define): see above.
13609         * gnus-xmas.el (gnus-xmas-redefine): see above.
13610         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13611         non-continuable error when the directory can't be found.
13612
13613 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13614
13615         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13616         handle.
13617         * gnus-art.el (gnus-mime-view-part): Copy it.
13618         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13619
13620 2001-01-09  Michael Downes  <mjd@ams.org>
13621
13622         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13623
13624 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13627         orig-file. Use ',source.
13628
13629 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13632         (gnus-xmas-group-startup-message):
13633         Detect gnus-xmas-glyph-directory when it is nil.
13634
13635 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13636
13637         * pop3.el (pop3-get-message-count): Andrew Innes
13638         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13639
13640 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13643
13644         * time-date.el (time-to-number-of-days): New function.
13645
13646 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13647         Trivial patch.
13648
13649         * nnslashdot.el (nnslashdot-request-list): Always get the right
13650         sid.
13651
13652 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * message.el (message-minibuffer-local-map): New keymap.
13655         (message-read-from-minibuffer): Use it.
13656         * gnus-msg.el (gnus-summary-resend-message): Use it
13657
13658 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13659
13660         * gnus-start.el (gnus-display-time-event-handler): New function.
13661         (gnus-after-getting-new-news-hook): Use it.
13662
13663 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * message.el (message-ignored-mail-headers): Add draft header.
13666
13667 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13668
13669         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13670         excursion.
13671
13672         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13673
13674 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13675         A revoked patch.
13676
13677         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13678
13679 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * qp.el (quoted-printable-decode-region): Don't backward-char.
13682
13683 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13684
13685         * gnus-draft.el: Mark articles as replied.
13686
13687         * gnus-sum.el (gnus-summary-add-mark): New function.
13688
13689         * gnus-group.el (gnus-add-mark): New function.
13690
13691         * gnus-sum.el (gnus-summary-buffer-name): New function.
13692         (gnus-summary-setup-buffer): Use it.
13693
13694         * gnus-draft.el: Set things up with the right post method and
13695         stuff.
13696
13697         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13698
13699         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13700
13701         * gnus.el (gnus-draft-meta-information-header): New variable.
13702
13703 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13704
13705         * gnus-art.el (gnus-treatment-function-alist): Move the date
13706         functions before the header sorting functions.
13707
13708         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13709
13710         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13711         Don't (push "/usr/share/emacs/site-lisp" load-path).
13712
13713         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13714         to empty fill prefixes.
13715
13716 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13719         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13720
13721 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13722
13723         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13724
13725         * nnml.el (autoload): Move to nnheader.el.
13726
13727         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13728         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13729         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13730         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13731
13732 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13733
13734         * gnus-art.el (article-make-date-line): Get the hours right.
13735         (gnus-ignored-headers): More hiding.
13736
13737         * nnmail.el (nnmail-expiry-wait): Not an integer.
13738
13739         * message.el (message-goto-body): Only expand abbrev when called
13740         interactively.
13741         (message-make-lines): Use it.
13742
13743 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13746
13747 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13748
13749         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13750         include the expunged articles.
13751
13752         * gnus-group.el (gnus-group-sort-by-server): New function.
13753
13754         * gnus.el (gnus-method-to-server-name): New function.
13755         (gnus-group-prefixed-name): Use it.
13756
13757         * gnus-group.el (gnus-group-sort-function): Doc fix.
13758         (gnus-group-sort-groups-by-server): New command.
13759
13760 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13761
13762         * gnus-art.el (gnus-treat-date-english): New variable.
13763         (article-date-english): New command.
13764         (gnus-english-month-names): New variable.
13765         (article-make-date-line): Do 'english.
13766
13767         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13768         after the fill prefix.
13769
13770         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13771         score...".
13772
13773         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13774
13775         * message.el (message-mode-map): Bind comment-region.
13776
13777         * gnus-art.el (gnus-mime-display-part): Let w3 display
13778         multipart/related.
13779
13780         * mm-bodies.el (mm-long-lines-p): New function.
13781         (mm-body-encoding): Use it.
13782         (mm-body-encoding): Encode articles with lines longer than 1000
13783         characters.
13784
13785 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * mm-util.el (mm-enable-multibyte): Use
13788         default-enable-multibyte-characters.
13789         (mm-enable-multibyte-mule4): Ditto.
13790         (mm-disable-multibyte): Test XEmacs.
13791         (mm-disable-multibyte-mule4): Ditto.
13792         (mm-with-unibyte-current-buffer): Simplified.
13793         (mm-with-unibyte-current-buffer-mule4): Ditto.
13794
13795 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13798
13799         * nnheader.el (nnheader-string-as-multibyte): New alias.
13800
13801         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13802
13803         * gnus-uu.el (gnus-message-process-mark): New function.
13804         (gnus-uu-mark-by-regexp): Use it.
13805         (gnus-new-processable): New function.
13806
13807 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13808          Trivial patch.
13809
13810         * gnus-sum.el (gnus-no-mark): New variable.
13811
13812 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13815         backslashes.
13816
13817 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13820         definition.
13821
13822 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13825
13826         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13827         XEmacs.
13828
13829 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13830         Trivial patch.
13831
13832         * mml.el (mml-read-tag): Save tag location.
13833
13834 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13835
13836         * starttls.el: Sync with Emacs 21.
13837
13838 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13839
13840         * message.el (message-mail): Support yank-action.
13841
13842         * message.el (message-setup): Revoke the last change.
13843
13844 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13845
13846         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13847         <jvromans@squirrel.nl>.
13848
13849 2000-12-24  Simon Josefsson  <sj@extundo.com>
13850
13851         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13852         mailing list junk at end of part.
13853
13854 2000-12-23  Simon Josefsson  <sj@extundo.com>
13855
13856         * nnimap.el (nnimap-expiry-target): New function.
13857         (nnimap-request-expire-articles): Use it.
13858
13859 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * gnus.el (gnus-group-parameters-more): New variable.
13862         * gnus-cus.el (gnus-group-customize): Use it.
13863
13864         * gnus.el (gnus-define-group-parameter): New macro.
13865         (auto-expire): Use it
13866         (total-expire): Use it.
13867         * gnus-art.el (banner): Use it.
13868
13869         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13870         <ljz@asfast.com>.
13871
13872 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13873
13874         * gnus-topic.el (gnus-topic-create-topic): Use list.
13875
13876         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13877         before binding gnus-default-article-saver.
13878
13879         * gnus-sum.el (gnus-summary-save-article):
13880         (gnus-summary-pipe-output):
13881         (gnus-summary-save-article-mail):
13882         (gnus-summary-save-article-rmail):
13883         (gnus-summary-save-article-file):
13884         (gnus-summary-write-article-file):
13885         (gnus-summary-save-article-body-file): Ditto.
13886
13887         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13888
13889 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13890
13891         * gnus-art.el (gnus-mime-security-button-map):
13892         (gnus-mime-button-map): Add parent.
13893
13894 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13895
13896         * messagexmas.el (message-xmas-redefine): New function.
13897
13898         * message.el: Use it.
13899
13900         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13901
13902         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13903
13904 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13907         malformatted messages.
13908
13909 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13910
13911         * mm-util.el (mm-image-load-path): New function.
13912
13913         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13914
13915         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13916
13917         * message.el (message-tool-bar-map): Use it.
13918
13919         * Makefile.in (install-el): New rule.
13920
13921 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (article-treat-dumbquotes): Quote \.
13924
13925 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13926
13927         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13928         Emacs 20 runs on a terminal.
13929
13930 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13933
13934         * mml.el (gnus-add-minor-mode): Autoload.
13935
13936         * message.el (message-forward): Save-restriction.
13937
13938 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13939
13940         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13941         Paul Stevenson <p.stevenson@surrey.ac.uk>
13942
13943 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13944
13945         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13946
13947         * mml.el (gnus-ems): Don't require.
13948
13949         * gnus.el (gnus-decode-rfc1522): Removed.
13950         (gnus-set-text-properties): Define.
13951
13952 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13953
13954         * gnus-art.el (gnus-mime-*): handle may be nil.
13955
13956         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13957
13958         * gnus.el (gnus-group-remove-excess-properties): Not defined
13959         in gnus-xmas.
13960
13961 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * message.el (message-mail-user-agent): Add :version.
13964
13965 2000-12-21  Miles Bader  <miles@gnu.org>
13966
13967         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13968
13969 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13970
13971         * message.el (message-mail-user-agent): New variable.
13972         (message-setup): Renamed to message-setup-1. Support
13973         mail-user-agent.
13974         (message-mail-user-agent): New function.
13975         (message-mail): Use it.
13976         (message-reply): Use it.
13977         (message-resend): Use it.
13978         (message-mail-other-window): Use it.
13979         (message-mail-other-frame): Use it.
13980
13981         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13982
13983 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13984
13985         * message.el (message-tool-bar-map): Simplify.
13986         (message-narrow-to-head-1): New function.
13987         (message-narrow-to-head): Use it.
13988         (message-reply): Ditto.
13989         (message-cancel-news): Ditto.
13990         (message-supersede): Ditto.
13991         (message-make-forward-subject): Ditto.
13992         (message-bounce): Ditto.
13993
13994 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * uudecode.el (uudecode-decode-region-external): make-temp-file
13997         may not be defined.
13998
13999         * binhex.el (defalias): eval-and-compile.
14000
14001         * message.el (message-tool-bar-map): New function.
14002         (message-mode): Use it.
14003
14004 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14005
14006         * nntp.el (nntp-find-connection): Remove the entry.
14007         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14008
14009 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14012
14013         * message.el (message-forward): Copy buffer in unibyte mode.
14014
14015 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14016
14017         * message.el (message-make-forward-subject): Don't widen. Decode.
14018         (message-forward): Don't decode subject.
14019
14020 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14021
14022         * qp.el (quoted-printable-encode-region): Upcase QP.
14023
14024 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14025
14026         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14027         mail-extract-a-c instead. Don't depend on Gnus.
14028
14029         * mml.el (gnus-ems): Require it.
14030
14031         * gnus-msg.el (gnus-summary-mail-forward):
14032
14033         * message.el (message-forward):  Move mime-to-mml here.
14034
14035 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14038         * gnus-art.el (gnus-insert-mime-button): Simplify.
14039         (gnus-mime-display-alternative): Ditto.
14040         (gnus-insert-mime-security-button): Ditto.
14041
14042 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14043
14044         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14045         text-property-not-all doesn't return nil when start=mark(end).
14046         (gnus-remove-text-properties-when): Ditto.
14047
14048 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14049
14050         * gnus-start.el (gnus-group-change-level): Remove group from
14051         gnus-active-hashtb if real killed.
14052
14053 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14054
14055         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14056         (gnus-mime-display-alternative): Ditto.
14057         (gnus-insert-mime-security-button): Ditto.
14058
14059 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14060
14061         * gnus-start.el (gnus-group-change-level): Don't add it into
14062         killed-list if it was killed.
14063
14064 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14065
14066         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14067         (nnmbox-active-file-coding-system): Ditto.
14068
14069         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14070
14071 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14072
14073         * gnus.el (gnus-version):
14074         (gnus-version-number): Set to Oort Gnus 0.01.
14075
14076         * gnus-art.el (gnus-mime-security-button-map):
14077         (gnus-insert-mime-security-button): Fix for Emacs21.
14078
14079 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14080
14081         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14082         easymenu, because XEmacs doesn't understand :help.
14083
14084         * mm-uu.el: Require binhex.
14085
14086 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14087
14088         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14089
14090 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14091
14092         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14093
14094 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14095
14096         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14097
14098 2000-12-18  Dave Love  <fx@gnu.org>
14099
14100         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14101         (unused).
14102
14103 2000-12-13  Miles Bader  <miles@gnu.org>
14104
14105         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14106         to t, so that we don't get stuck while trying to smilefy
14107         intangible text.
14108
14109 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14110
14111         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14112         at the end of the buffer.
14113         (smiley-region): In the loop, move to the end of the submatch
14114         matching the smiley instead of using the end of the match
14115         of the whole regexp.
14116
14117 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14118
14119         * message.el (message-mode): Doc fix.
14120
14121 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14122
14123         * smiley-ems.el (smiley-region): Doc fix.
14124
14125 2000-12-11  Miles Bader  <miles@gnu.org>
14126
14127         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14128         bottom line visible, check to see if it's partially obscured, and
14129         if so, either scroll one more line to make it fully visible, or
14130         revert to showing the second line from the top.
14131
14132 2000-12-07  Dave Love  <fx@gnu.org>
14133
14134         * mailcap.el (mailcap-download-directory)
14135         * gnus-audio.el (gnus-audio-directory)
14136         * smiley-ems.el (smiley-data-directory): Fix :type.
14137
14138 2000-11-30  Dave Love  <fx@gnu.org>
14139
14140         * message.el (message-auto-save-directory): Use
14141         file-name-as-directory.
14142         (message-set-auto-save-file-name): Create
14143         message-auto-save-directory if necessary.
14144         (message-replace-chars-in-string): Removed -- unused.
14145         (message-mail-alias-type): Customize.
14146         (message-headers): Remove duplicate defgroup.
14147
14148 2000-11-29  Dave Love  <fx@gnu.org>
14149
14150         * qp.el (quoted-printable-decode-region): Use error, not message
14151         to report malformed text (like base64).  Amend message.
14152
14153 2000-11-29  Miles Bader  <miles@gnu.org>
14154
14155         * message.el (message-header-lines): Fontify tag.
14156
14157 2000-11-27  Dave Love  <fx@gnu.org>
14158
14159         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14160         compiler warning.
14161
14162 ;2000-11-26  Dave Love  <fx@gnu.org>
14163 ;
14164 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14165 ;
14166 2000-11-23  Dave Love  <fx@gnu.org>
14167
14168         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14169
14170         * mm-uu.el (uudecode): Require.
14171         (uudecode-decode-region, uudecode-decode-region-external): Don't
14172         autoload.
14173         (mm-uu-copy-to-buffer): Doc fix.
14174         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14175         type fix.
14176
14177         * mailcap.el: Doc fixes.
14178         (mailcap-mime-data): Various adjustments.
14179         (mailcap): New group.
14180         (mailcap-download-directory): Customize.
14181         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14182         (mailcap-temporary-directory): Deleted (unused).
14183         (mailcap-unescape-mime-test): Simplify slightly.
14184         (mailcap-viewer-passes-test): Use functionp.
14185         (mailcap-command-p): Aliased to executable-find.
14186
14187         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14188         default-enable-multibyte-characters is nil.
14189
14190 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14191
14192         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14193
14194 2000-11-21  Dave Love  <fx@gnu.org>
14195
14196         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14197         gnus-article-mode-map.
14198 ;       (gnus-mime-button-menu): Use mouse-set-point.
14199         (gnus-insert-mime-button, gnus-mime-display-alternative)
14200         (gnus-mime-display-alternative): Don't use local-map property.
14201
14202 2000-11-17  Dave Love  <fx@gnu.org>
14203
14204         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14205         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14206         and make-temp-file.
14207         (uudecode-decode-region): Doc fix.
14208
14209 2000-11-14  Dave Love  <fx@gnu.org>
14210
14211         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14212         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14213         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14214         New files, derived from the XPMs.
14215
14216 2000-11-10  Dave Love  <fx@gnu.org>
14217
14218         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14219         (gnus-agent-lib-file, gnus-agent-load-alist)
14220         (gnus-agent-save-alist, gnus-agent-article-name): Use
14221         expand-file-name.
14222
14223         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14224         :version.
14225         (nnkiboze-score-file): Defvar when compiling.
14226
14227         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14228
14229         * gnus-art.el (gnus-article-banner-alist)
14230         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14231         (gnus-article-date-lapsed-new-header)
14232         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14233         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14234         (gnus-treat-strip-headers-in-body)
14235         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14236         (gnus-treat-translate): Add :version.
14237         (gnus-article-mime-part-function): Fix defcustom.
14238
14239         * nnmail.el (nnmail-expiry-target)
14240         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14241         (nnmail-split-header-length-limit): Add :version.
14242
14243         * gnus-sum.el (gnus-auto-expirable-marks)
14244         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14245         (gnus-extra-headers, gnus-ignored-from-addresses)
14246         (gnus-newsgroup-ignored-charsets)
14247         (gnus-group-highlight-words-alist)
14248         (gnus-summary-show-article-charset-alist): Add :version.
14249
14250         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14251         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14252         files, converted from the XPMs.
14253
14254         * gnus-cache.el (gnus-cache-active-file): Don't use
14255         file-name-as-directory on directory.
14256         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14257         use file-name-as-directory on directory.
14258
14259         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14260         (date-to-time): Use it.
14261
14262 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14263 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14264 ;       (message-newline-and-reformat): Likewise.
14265         (message-forward-as-mime, message-forward-ignored-headers)
14266         (message-buffer-naming-style, message-default-charset)
14267         (message-dont-reply-to-names, message-send-mail-partially-limit):
14268         Add :version.
14269
14270         * mm-util.el: Doc fixes.
14271         (mm-mime-charset): Don't use the raw result of
14272         mm-preferred-coding-system.
14273         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14274         (mm-with-unibyte): Simplify.
14275
14276         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14277         concat.
14278
14279         * pop3.el (pop3-version): Deleted.
14280         (pop3-make-date): New function, avoiding message-make-date.
14281         (pop3-munge-message-separator): Use it.
14282
14283 2000-11-09  Dave Love  <fx@gnu.org>
14284
14285         * gnus-group.el (gnus-group-make-directory-group)
14286         (gnus-group-fetch-faq): Use expand-file-name.
14287         (gnus-group-fetch-faq): Simplify completing-read form.
14288
14289         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14290         test for Mule.
14291
14292         * message.el (tool-bar-map): Defvar when compiling.
14293
14294         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14295         (gnus-tm-lisp-directory): Deleted.
14296         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14297         (featurep 'xemacs).
14298         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14299         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14300         version numbers from file names.
14301
14302 2000-11-08  Dave Love  <fx@gnu.org>
14303
14304         * mm-view.el: Use featurep for XEmacs test.
14305         (mm-inline-message): Test for `remove-specifier'; don't use
14306         condition-case.
14307
14308         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14309
14310         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14311         (gnus-score-find-bnews): Don't concat "".
14312
14313         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14314         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14315         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14316         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14317
14318         * gnus-sum.el: Put some defvars in eval-when-compile.
14319         (gnus-summary-mode-hook): Add :options.
14320         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14321         (gnus-summary-tool-bar-map): New variable.
14322         (gnus-summary-make-tool-bar): New function.
14323         (gnus-summary-mode): Put kill-all-local-variables first.
14324
14325         * gnus-group.el (gnus-group-toolbar-map): New variable.
14326         (gnus-group-make-tool-bar): Rewritten.
14327         (gnus-group-mode): Put kill-all-local-variables first.
14328
14329         * rfc2047.el: Require gnus-util.
14330
14331         * nnml.el (gnus-sorted-intersection): Autoload.
14332
14333         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14334         Put some defvars in eval-when-compile.
14335         (gnus-intersection, gnus-sorted-complement):  Autoload.
14336
14337         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14338
14339         * mm-encode.el (mm-body-7-or-8): Autoload.
14340
14341         * mm-decode.el (mm-insert-inline): Autoload.
14342
14343         * mml.el:
14344         * message.el: Put some defvars in eval-when-compile.
14345
14346         * gnus-msg.el: Put some defvars in eval-when-compile.
14347         (gnus-msg-mail): Move after gnus-setup-message.
14348
14349         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14350
14351 2000-11-07  Dave Love  <fx@gnu.org>
14352
14353         * gnus-util.el (nnheader): Don't require message (recursive
14354         autoload).
14355
14356         * uudecode.el: Avoid compiler warnings.
14357
14358         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14359         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14360
14361 2000-11-06  Dave Love  <fx@gnu.org>
14362
14363         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14364
14365         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14366         (uudecode-char-int): New alias, replacing char-int.
14367         (uudecode-decode-region): Don't call buffer-disable-undo.
14368
14369 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14370 ;       (mm-uu-configure-list): Doc fix.
14371 ;
14372 ;       * earcon.el (running-xemacs): Don't define.
14373 ;
14374 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14375 ;
14376 ;       * message.el (message-font-lock-keywords): Match a final newline
14377 ;       to help font-lock's multiline support.
14378 ;
14379 2000-11-03  Dave Love  <fx@gnu.org>
14380
14381         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14382
14383         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14384         name.
14385
14386         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14387         <banner>: Fix custom type, doc.
14388
14389         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14390         name.  Don't disable undo explicitly.
14391
14392 ;2000-11-02  Dave Love  <fx@gnu.org>
14393 ;
14394 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14395 ;       cite-prefix.
14396
14397 2000-11-01  Dave Love  <fx@gnu.org>
14398
14399         * rfc2047.el (base64): Require unconditionally.
14400         (message-posting-charset): Defvar when compiling.
14401         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14402         message.
14403
14404         * gnus-sum.el (nnoo): Require.
14405         (mm-uu-dissect): Autoload.
14406
14407         * mml.el (mml-parse-1): Clarify message.
14408         (mml-minibuffer-read-type): Use mailcap-mime-types.
14409
14410 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14411
14412         * mml.el: Fix a typo in the requiring of CL.
14413
14414 2000-11-01  Dave Love  <fx@gnu.org>
14415
14416         * utf7.el: Require cl when compiling.
14417
14418         * binhex.el: Use (featurep 'xemacs).
14419         (binhex-char-int): New alias, replacing char-int.  Change callers.
14420         (binhex-decode-region): Simplify work buffer code.
14421         (binhex-decode-region-external): Use expand-file-name, not concat.
14422
14423 2000-10-30  Dave Love  <fx@gnu.org>
14424
14425         * gnus-art.el: Fix 2000-10-27 change properly.
14426
14427 2000-10-28  Miles Bader  <miles@gnu.org>
14428
14429         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14430
14431 2000-10-27  Dave Love  <fx@gnu.org>
14432
14433         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14434         strings.
14435         (gnus-group-make-tool-bar): New function.
14436         (gnus-group-mode): Use it.
14437
14438         * message.el (message-mode-menu): Add some :help strings.
14439         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14440         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14441
14442         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14443         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14444         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14445
14446         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14447         display-graphic-p here.
14448
14449 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14450
14451         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14452         of the `gnus-xemacs' variable, as the latter has been removed.
14453         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14454         * gnus-art.el (gnus-treat-display-xface)
14455         (gnus-treat-display-smileys, gnus-treat-display-picons)
14456         (gnus-article-read-summary-keys): Likewise.
14457
14458 2000-10-26  Dave Love  <fx@gnu.org>
14459
14460         (defvar): Use rmail-spool-directory unconditionally.
14461
14462 2000-10-18  Dave Love  <fx@gnu.org>
14463
14464         * mm-bodies.el (mm-uu-decode-function)
14465         (mm-uu-binhex-decode-function): Defvar when compiling.
14466
14467         * gnus-nocem.el (gnus-nocem-issuers): Update.
14468         (gnus-nocem-check-from): New option.
14469         (gnus-nocem-scan-groups): Use it.
14470         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14471         (gnus-nocem-check-article-limit): Add :version.
14472
14473 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14474
14475         * ietf-drums.el (mm-util): Require CL when compiling.
14476
14477 2000-10-15  Dave Love  <fx@gnu.org>
14478
14479         * qp.el: Require mm-util.
14480
14481 2000-10-13  Dave Love  <fx@gnu.org>
14482
14483         * qp.el (quoted-printable-decode-region): Avoid invalid
14484         coding-systems.
14485
14486 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14487
14488         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14489         to a recursive load.
14490
14491 2000-10-12  Dave Love  <fx@gnu.org>
14492
14493         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14494
14495         * gnus.el (gnus-group-startup-message): Check for PBM image.
14496
14497 2000-10-09  Dave Love  <fx@gnu.org>
14498
14499         * mail-source.el (mail-source-fetch-imap): Bind
14500         default-enable-multibyte-characters rather than using
14501         mm-disable-multibyte.
14502
14503 2000-10-05  Dave Love  <fx@gnu.org>
14504
14505         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14506         Autoload.
14507         (quoted-printable-decode-region):  Rename arg which confused
14508         charset with coding-system.  Don't use nonascii-insert-offset.
14509         Coding-system encode the region initially.  Don't recognize `=='
14510         as valid QP.  Coding-system decode the region finally.
14511         (quoted-printable-decode-string): Rename arg which confused
14512         charset with coding-system.
14513
14514         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14515         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14516         mm-encode-coding-region.
14517         (mm-decode-body, mm-decode-string): Rename variables which
14518         confused charset with coding-system.
14519         (binhex-decode-region): Don't autoload.
14520         (mm-body-encoding): Require message.
14521         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14522         cond branches.
14523
14524         * gnus-art.el (article-de-quoted-unreadable)
14525         (article-de-base64-unreadable): Fold search case
14526         rather than downcasing string.  Apply mm-charset-to-coding-system
14527         to arg of quoted-printable-decode-region.
14528
14529 2000-10-04  Dave Love  <fx@gnu.org>
14530
14531         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14532         Require ring when compiling.
14533         (gnus-article-compface-xbm): New variable.
14534
14535 2000-10-04  Dave Love  <fx@gnu.org>
14536
14537         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14538         pbm images.
14539
14540         * frown.pbm, smile.pbm, wry.pbm: New files.
14541
14542         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14543
14544 2000-10-03  Dave Love  <fx@gnu.org>
14545
14546         * mail-source.el (mail-sources): Revert to nil.
14547
14548         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14549
14550         * qp.el: Don't require mm-util.
14551         (quoted-printable-decode-region): Rewritten.
14552         (quoted-printable-decode-string, quoted-printable-encode-region):
14553         Doc fix.
14554         (quoted-printable-encode-region): Barf on multibyte characters.
14555         Maybe make the class multibyte.  Upcase chars, not formatted
14556         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14557         (quoted-printable-encode-string): Don't use
14558         mm-with-unibyte-buffer.
14559
14560 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14561
14562         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14563
14564 2000-09-21  Dave Love  <fx@gnu.org>
14565
14566         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14567         (for Emacs 20).  Tidy somewhat.
14568
14569 2000-09-21  Dave Love  <fx@gnu.org>
14570
14571         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14572         image processing.  Rationalize logic somewhat.
14573
14574 2000-09-20  Dave Love  <fx@gnu.org>
14575
14576         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14577         specifically.
14578
14579         * gnus.el (gnus-version-number): Avoid some redundant
14580         autoloads.
14581
14582 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14583
14584         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14585         to XBM; we always have PBM support.
14586
14587 2000-09-14  Dave Love  <fx@gnu.org>
14588
14589         * gnus.el (gnus-charset):
14590         * mm-decode.el (mime-display):
14591         * imap.el (imap) <defgroup>: Add :version.
14592
14593 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14594
14595         * parse-time.el: Fix author's mail address.
14596
14597         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14598         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14599         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14600         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14601         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14602         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14603         * rfc2231.el, uudecode.el: Fix copyright notice.
14604
14605         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14606         require `w3' at load-time only if not running in batch mode.
14607
14608 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * gnus.el: Before merge with Emacs21.
14611
14612 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14613
14614         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14615
14616 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14617
14618         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14619         to avoid conflict with the standard `back-to-indentation'
14620         binding.
14621
14622 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14623
14624         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14625
14626         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14627         (mm-disable-multibyte-mule4): Ditto.
14628         (mm-with-unibyte-current-buffer-mule4): Ditto.
14629
14630 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14631
14632         * pop3.el (pop3-movemail): Use binary.
14633         (pop3-movemail-file-coding-system): Removed.
14634
14635 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14636
14637         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14638
14639 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14640
14641         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14642         exists.
14643
14644 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14645
14646         * gnus-msg.el (gnus-post-method): Use backend name when the
14647         address is "".
14648
14649 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14650
14651         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14652         mm-verify-option.
14653         (gnus-treat-x-pgp-sig): Default value.
14654         (gnus-ignored-headers): Redundant.
14655
14656 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14657
14658         * gnus-win.el (gnus-configure-frame): Save selected window.
14659
14660 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14661
14662         * nnmbox.el: Require gnus-range.
14663         (nnmbox-group-building-active-articles): New variable.
14664         (nnmbox-group-active-articles): New variable; this is a cache of
14665         all active articles by group and number.
14666         (nnmbox-in-header-p): New function.
14667         (nnmbox-find-article): New function.
14668         (nnmbox-record-active-article): New function.
14669         (nnmbox-record-deleted-article): New function.
14670         (nnmbox-is-article-active-p): New function.
14671         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14672         (nnmbox-request-article): Ditto.  Also supply extra arg to
14673         nnmbox-article-group-number.
14674         (nnmbox-request-expire-articles): Ditto.
14675         (nnmbox-request-move-article): Ditto.
14676         (nnmbox-request-replace-article): Ditto.
14677         (nnmbox-request-rename-group): Rename group entry in active
14678         article cache.
14679         (nnmbox-delete-mail): Update active article cache, unless article
14680         is being replaced.
14681         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14682         than partially duplicating it.
14683         (nnmbox-article-group-number): Add extra `this-line' arg, to
14684         handle articles belonging to multiple groups.
14685         (nnmbox-save-mail): Update active article cache.
14686         (nnmbox-read-mbox): Build active article cache when loading mbox.
14687         Also do some repair work, if we find articles that are missing the
14688         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14689         reconstruct these from Xref info.
14690
14691 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14692
14693         * mail-source.el (mail-source-report-new-mail): Use
14694         nnheader-run-at-time.
14695
14696 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14697
14698         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14699         an error is thrown, and then rethrow the error.
14700         (mail-source-check-pop): Ditto.
14701         (mail-source-start-idle-timer): Prevent multiple pop checks
14702         running if the check takes a long time.
14703
14704 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14705
14706         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14707         succeed.
14708
14709 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14710
14711         * gnus-win.el (gnus-configure-windows): Make sure
14712         nntp-server-buffer is live.
14713         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14714
14715 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14716
14717         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14718
14719 2000-12-04  Andreas Jaeger  <aj@suse.de>
14720
14721         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14722
14723 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14724
14725         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14726
14727 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14729
14730         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14731
14732 2000-12-01  Simon Josefsson  <sj@extundo.com>
14733
14734         * mml-smime.el (mml-smime-verify): Fix address parsing.
14735
14736 2000-12-01  Simon Josefsson  <sj@extundo.com>
14737
14738         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14739         more than one certificate inside PKCS#7 blob.  Better security
14740         information (clamed / actual sender, openssl output, certificates
14741         inside message).
14742
14743         * smime.el (smime-verify-region): Output to /dev/null.
14744         (smime-buffer-as-string-region): Don't parse empty lines.
14745
14746 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14747
14748         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14749         ?d and ?D.
14750         (gnus-mime-security-show-details-inline): New variable.
14751         (gnus-mime-security-show-details): Use them.
14752         (gnus-insert-mime-security-button): Ditto.
14753
14754         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14755         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14756         (mml2015-gpg-clear-verify): Ditto.
14757         (mml2015-gpg-decrypt-1): Ditto.
14758         (mml2015-use): Prefer 'gpg.
14759
14760 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * gnus-util.el (gnus-add-text-properties-when): New function.
14763         (gnus-remove-text-properties-when): Ditto.
14764
14765         * gnus-cite.el (gnus-article-hide-citation): Use them.
14766         (gnus-article-toggle-cited-text): Use them.
14767
14768         * gnus-art.el (gnus-signature-toggle): Use them.
14769         (gnus-article-show-hidden-text): Ditto.
14770         (gnus-article-hide-text): Ditto.
14771
14772 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14773
14774         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14775
14776 2000-11-30  Simon Josefsson  <sj@extundo.com>
14777
14778         * smime.el (smime-point-at-eol): New alias.
14779         (smime-buffer-as-string-region): Use it.
14780
14781 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14782
14783         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14784
14785 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14786
14787         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14788
14789         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14790
14791         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14792
14793 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14794
14795         * nnmh.el (nnmh-request-expire-articles): Implemented
14796         expiry-target for nnmh backend.
14797
14798 2000-11-30  Simon Josefsson  <sj@extundo.com>
14799
14800         * mm-decode.el (mm-security-from): New variable.
14801         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14802
14803         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14804         than `from'.
14805
14806 2000-11-30  Simon Josefsson  <sj@extundo.com>
14807
14808         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14809         address match sender address.
14810
14811         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14812
14813         * smime.el (smime-verify-region): Don't copy buffer.
14814         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14815         (smime-pkcs7-region): New function.
14816         (smime-pkcs7-certificates-region): Ditto.
14817         (smime-pkcs7-email-region): Ditto.
14818         (smime-buffer-as-string-region): Ditto.
14819
14820         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14821         buffer.
14822
14823 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14824
14825         * smime.el (smime-decrypt-region): Fix keyfile argument.
14826
14827 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14828
14829         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14830
14831 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14832
14833         * message.el (message-shoot-gnksa-feet): New variable.
14834         (message-gnksa-enable-p): New function.
14835         (message-send): Use it.
14836         (message-check-news-body-syntax): Ditto.
14837
14838 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * message.el (message-make-message-id): Remove the redundancy.
14841
14842 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14843
14844         * message.el (message-setup): Discourage using mc-install-*-mode.
14845
14846         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14847
14848 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14849
14850         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14851
14852 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14855
14856 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14857
14858         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14859
14860 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14861
14862         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14863         insert-buffer-substring.
14864
14865         * message.el (message-send-mail): Use buffer-substring-no-properties.
14866         (message-send-news): Ditto.
14867
14868 2000-11-22  David Edmondson  <dme@dme.org>
14869
14870         * imap.el (imap-wait-for-tag): Message read info.
14871
14872 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14873
14874         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14875         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14876         (mml2015-gpg-encrypt): Ditto.
14877
14878 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14879
14880         * mm-decode.el (mm-verify-option): Default value.
14881
14882         * mml-sec.el (mml-secure-part): Error message.
14883
14884 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14885
14886         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14887
14888 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14889
14890         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14891
14892 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14893
14894         * gnus-art.el (gnus-article-describe-key): Use prompt.
14895         (gnus-article-describe-key-briefly): Ditto.
14896
14897 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14898
14899         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14900
14901 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14902
14903         * gnus-art.el (gnus-article-describe-key): New function.
14904         (gnus-article-describe-key-briefly): New function.
14905
14906 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * mm-decode.el (mm-decrypt-option): Doc typo.
14909
14910         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14911         return a number.
14912
14913 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14914
14915         * message.el (message-newline-and-reformat): Typo.
14916
14917 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14918
14919         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14920         original-article-buffer exists.
14921
14922         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14923         (rfc2047-header-encoding-alist): Addresses are different from text.
14924         (rfc2047-encode-message-header): Ditto.
14925         (rfc2047-dissect-region): Extra parameter.
14926         (rfc2047-encode-region): Ditto.
14927         (rfc2047-encode-string): Ditto.
14928
14929 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14930
14931         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14932         (mm-uu-pgp-encrypted-extract): Use it.
14933         (mm-uu-pgp-signed-extract-1): New function.
14934         (mm-uu-pgp-signed-extract): Use it.
14935
14936         * gnus-art.el (gnus-mime-display-security): New function.
14937         (gnus-mime-display-part): Use it.
14938         (gnus-mime-security-verify-or-decrypt): New function.
14939         (gnus-mime-security-press-button): New function.
14940         (gnus-insert-mime-security-button): Use it.
14941
14942         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14943         (mm-find-raw-part-by-type): Ditto.
14944         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14945         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14946         (mm-destroy-parts): Kill nested multibyte buffer.
14947
14948         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14949         (mml2015-gpg-verify): Ditto.
14950
14951 2000-11-18  Simon Josefsson  <sj@extundo.com>
14952
14953         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14954         (mml2015-function-alist): Use it.
14955
14956         * mml-sec.el (mml-sign-alist): Update names.
14957         (mml-encrypt-alist): Ditto.
14958         (mml-secure-part-smime-sign): Moved to mml-smime.el
14959         as `mml-smime-sign-query'.
14960         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14961         `mml-smime-get-file-cert'.
14962         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14963         `mml-smime-get-dns-cert'.
14964         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14965         `mml-smime-encrypt-query'.
14966         (mml-smime-sign-buffer): Use mml-smime-sign.
14967         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14968
14969         * mml-smime.el (mml-smime-sign): New function.
14970         (mml-smime-encrypt):
14971         (mml-smime-sign-query):
14972         (mml-smime-get-file-cert):
14973         (mml-smime-get-dns-cert):
14974         (mml-smime-encrypt-query): Moved from mml-sec.el.
14975
14976 2000-11-16  Simon Josefsson  <sj@extundo.com>
14977
14978         * mml2015.el (mml2015-gpg-clear-verify): New function.
14979         (mml2015-function-alist): Add it.
14980
14981 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14982
14983         * message.el (message-setup-fill-variables): Use
14984         message-cite-prefix-regexp.
14985         (message-newline-and-reformat): Check the end of citation, leading
14986         WSP, break in the cite prefix.
14987         (message-fill-paragraph): New function.
14988
14989 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14990
14991         * lpath.el: Shut up.
14992
14993 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14994
14995         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14996         raw 8-bit in headers in dk.* newsgroups.
14997
14998 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14999
15000         * message.el (message-newline-and-reformat): Match extra WSPs.
15001
15002 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15003
15004         * mml.el (mml-generate-mime-1): Ignore ascii.
15005
15006 2000-11-16 Justin Sheehy  <justin@iago.org>
15007
15008         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15009
15010 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15011
15012         * message.el (message-cite-prefix-regexp): Prefix should not end
15013         at space.
15014
15015 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15016
15017         * message.el (message-mode-syntax-table): Add - as a word
15018         constituent as in articles.
15019         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15020         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15021         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15022
15023 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15024
15025         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15026
15027 2000-11-12  David Edmondson  <dme@dme.org>
15028
15029         * message.el (message-font-lock-keywords): use
15030         message-cite-prefix-regexp.
15031
15032 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15033
15034         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15035         Stein Arild Str\e,Ax\e(Bmme.
15036         (gnus-group-jump-to-group): Use it.
15037         (gnus-group-jump-to-group-prompt): Customize.
15038
15039 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15042
15043 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15044
15045         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15046         incompatible.
15047         (mml2015-mailcrypt-sign): Ditto.
15048
15049 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15050
15051         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15052         group is open.
15053
15054 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15055
15056         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15057         nnvirtual articles.
15058         (gnus-backlog-request-article): Don't request nnvirtual articles.
15059
15060 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15061
15062         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15063         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15064
15065 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15066
15067         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15068         * mml.el (mml-generate-mime-1): Use charset attribute.
15069         * mm-bodies.el (mm-encode-body): Add parameter charset.
15070         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15071
15072 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15073
15074         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15075         (mml2015-mailcrypt-clear-decrypt): Ditto.
15076         (mml2015-mailcrypt-verify): Ditto.
15077         (mml2015-mailcrypt-clear-verify): Ditto.
15078         (mml2015-gpg-verify): Ditto.
15079
15080 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15081
15082         * smime.el (smime-openssl-program): Test the existence of openssl.
15083         * mml-smime.el: Require mm-decode.
15084         (mml-smime-verify-test): New function.
15085         * mm-decode.el (mm-verify-function-alist): Use it.
15086
15087 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15088
15089         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15090         anyway.
15091
15092 2000-11-13  Simon Josefsson  <sj@extundo.com>
15093
15094         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15095         verification doesn't work.
15096
15097 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15100         (gnus-inews-do-gcc): Use it.
15101
15102 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15103
15104         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15105         leading space.
15106         * mm-extern.el (mm-inline-external-body): Report error when no
15107         access-type.
15108
15109 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15110
15111         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15112
15113 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15114
15115         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15116
15117 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15118
15119         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15120         as multipart/mixed.
15121
15122 2000-11-12  David Edmondson  <dme@dme.org>
15123
15124         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15125         and replace `.' with `\w' to allow for different syntax tables
15126         (from Vladimir Volovich).
15127         * message.el (message-newline-and-reformat): use
15128         `message-cite-prefix-regexp'.
15129         * gnus-cite.el (gnus-supercite-regexp): use
15130         `message-cite-prefix-regexp'.
15131         * gnus-cite.el (gnus-cite-parse): use
15132         `message-cite-prefix-regexp'.
15133
15134 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15135
15136         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15137         PGP SIGNATURE.  Escape leading "-"'s.
15138         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15139
15140 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15141
15142         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15143
15144 2000-11-11  Simon Josefsson  <sj@extundo.com>
15145
15146         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15147
15148         * smime.el (smime-details-buffer): New variable.
15149         (smime-sign-region):
15150         (smime-encrypt-region):
15151         (smime-verify-region):
15152         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15153
15154         * mml-smime.el (mml-smime-verify): Support security info.
15155
15156 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15157
15158         * mm-decode.el (mm-verify-option): Set default to nil.
15159         (mm-decrypt-option): Ditto.
15160         * gnus-art.el (article-verify-x-pgp-sig): New function.
15161
15162 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15163
15164         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15165         preferred part.
15166
15167 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15168
15169         * gnus-sum.el (gnus-move-split-methods): Say that
15170         `gnus-split-methods' uses file names, whereas this uses group
15171         names.  (Report from Nevin Kapur)
15172
15173 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15174
15175         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15176
15177 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15178
15179         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15180         (nnheader-directory-articles): Use it.
15181         (nnheader-article-to-file-alist): Ditto.
15182
15183 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15184
15185         * rfc2047.el (rfc2047-pad-base64): New function.
15186         (rfc2047-decode): Use it.
15187
15188 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15189
15190         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15191         select method.
15192
15193 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15194
15195         * mml2015.el (mml2015-gpg-decrypt-1):
15196         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15197
15198 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15199
15200         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15201
15202 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15203
15204         * pop3.el (pop3-munge-message-separator): A message may have an
15205         empty body.
15206
15207 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15208
15209         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15210         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15211         (mm-uu-pgp-signed-extract): Use coding-system.
15212
15213 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15216         (gnus-insert-mime-security-button): New function.
15217         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15218         * mml2015.el:  Add security info when verify or decrypt.
15219         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15220         (mm-uu-pgp-encrypted-extract): Ditto.
15221
15222 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15223
15224         * mm-decode.el (mm-display-parts): New function.
15225         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15226
15227 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15228
15229         * gnus-mlspl.el: Documentation tweaks.
15230
15231 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15232
15233         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15234         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15235         argument.
15236
15237 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15240
15241 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15242
15243         * gnus-art.el (gnus-article-encrypt): New function.
15244         (gnus-article-encrypt-protocol-alist): New variable.
15245         (gnus-article-encrypt-protocol): New variable.
15246         * mml2015.el (mml2015-self-encrypt): New function.
15247         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15248
15249 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15250
15251         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15252         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15253         let mailcap do it.
15254         * mml2015.el: Remove snarf code.
15255         * mm-decode.el: Remove snarf code.
15256
15257 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15258
15259         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15260         (mml-insert-mime): Understand gnus-decoded.
15261         (mime-to-mml): New parameter handles.
15262         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15263         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15264
15265 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15266
15267         * mm-decode.el (mime-security): New group.
15268         (mm-verify-function-alist): Add test function.
15269         (mm-decrypt-function-alist): Ditto.
15270         (mm-snarf-option): Set default value as nil.
15271         (mm-find-part-by-type): Recursive parameter.
15272         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15273         * mml2015.el: Support draft-ietf-openpgp-multsig.
15274
15275 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15276
15277         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15278         (gnus-article-view-part-as-charset): New function.
15279
15280 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * mm-decode.el (mm-verify-option): Default value.
15283         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15284
15285 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15286
15287         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15288
15289 2000-11-05  Simon Josefsson  <sj@extundo.com>
15290
15291         * mml-smime.el (mml-smime-verify): Work in original multipart
15292         buffert.
15293
15294         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15295         (mm-handle-multipart-ctl-parameter): Ditto.
15296         (mm-alist-to-plist): New function.
15297         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15298         for multiparts.
15299         (mm-destroy-parts): Destroy multipart buffert.
15300         (mm-remove-part): Ditto.
15301
15302         * mml-smime.el (mml-smime-sign): Not used.
15303         (mml-smime-encrypt): Ditto.
15304
15305         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15306
15307         Verify S/MIME signature support.
15308
15309         * mm-decode.el (mm-inline-media-tests): Add
15310         application/{x-,}pkcs7-signature.
15311         (mm-inlined-types): Ditto.
15312         (mm-automatic-display): Ditto.
15313         (mm-verify-function-alist): Ditto.  Add name of method.
15314         (mm-decrypt-function-alist): Add name of method.
15315         (mm-find-part-by-type): Add documentation.
15316         (mm-possibly-verify-or-decrypt): Use new format of
15317         mm-{verify,decrypt}-function-alist.  Use method names.
15318
15319         * mml-smime.el (mml-smime-verify): New function.
15320
15321 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15322
15323         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15324
15325 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15326
15327         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15328         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15329         * mm-decode.el (mm-snarf-option): New variable.
15330
15331 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15332
15333         * mm-util.el (mm-subst-char-in-string): New function.
15334         (mm-replace-chars-in-string): Use it.
15335         * message.el (message-replace-chars-in-string): Use it.
15336         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15337         * gnus-mh.el (mh-lib-progs): Shut up.
15338
15339 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15340
15341         * base64.el, md5.el: Moved to contrib directory.
15342
15343 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15344
15345         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15346         the last article when search.
15347
15348 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15349
15350         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15351         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15352
15353 2000-09-29  David Edmondson  <dme@thus.net>
15354
15355         * message.el (message-newline-and-reformat): Typo.
15356
15357 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15358
15359         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15360
15361 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15362
15363         * nntp.el (nntp-decode-text): Delete bogus status lines.
15364
15365 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15366
15367         * message.el (message-font-lock-keywords): Match a final newline
15368         to help font-lock's multiline support.
15369
15370 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15371
15372         * nnoo.el (nnoo-set): New function.
15373
15374 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15375
15376         * gpg.el, gpg-ring.el: Moved to contrib directory.
15377
15378 2000-11-04  Simon Josefsson  <sj@extundo.com>
15379
15380         * nnimap.el (nnimap-split-inbox): Typo.
15381
15382 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15383
15384         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15385
15386 2000-11-03  Simon Josefsson  <sj@extundo.com>
15387
15388         * rfc2231.el (rfc2231-parse-qp-string): New function.
15389         (require): rfc2047.
15390
15391         * mail-parse.el (mail-header-parse-content-type):
15392         (mail-header-parse-content-disposition): Support invalid QP
15393         encoded strings, by using `rfc2231-parse-qp-string'.
15394
15395 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15396
15397         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15398         (rfc2231-decode-encoded-string): Typo "> X 1".
15399         (rfc2231-encode-string): Insert the name of charset.
15400         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15401
15402 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15403
15404         * mm-decode.el (mm-save-part): Return the filename.
15405         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15406         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15407         (gnus-mime-action-alist): Use it.
15408         (gnus-mime-button-commands): Use it.
15409         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15410         (mm-inline-external-body): unwind-protect.
15411
15412 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15413
15414         * gnus-art.el (gnus-insert-mime-button): Show url.
15415
15416 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15417
15418         * mml.el (mml-generate-mime-1): Support external url.
15419         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15420
15421 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15422
15423         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15424         * mm-decode.el (mm-display-external): Ditto.
15425         * mm-extern.el: New file.
15426         * mm-decode.el (mm-inline-media-tests): Hook it up.
15427         (mm-inlined-types): Inline message/external-body.
15428
15429 2000-11-02  Simon Josefsson  <sj@extundo.com>
15430
15431         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15432
15433         * message.el (message-get-reply-headers): Better handling when
15434         Mail-Followup-To is very large.
15435
15436 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15437
15438         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15439         * gnus-art.el (gnus-article-edit-done):
15440         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15441         counting code here.
15442         * gnus-msg.el (gnus-setup-message): Remove a hack.
15443
15444 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15445
15446         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15447         (gnus-summary-mode): Make them local variables.
15448         (gnus-set-global-variables): Globalize them.
15449         (gnus-summary-exit): Kill them.
15450
15451 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15452
15453         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15454         word.
15455
15456 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15457
15458         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15459         gnus-article-wash-types.
15460         * gnus-art.el (gnus-article-wash-status): Use them.
15461
15462 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15463
15464         * mml.el (mml-read-tag): Remove spaces and LF.
15465
15466 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15467
15468         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15469         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15470
15471 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15472
15473         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15474
15475 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15476
15477         * gnus-sum.el (gnus-article-charset): New variable.
15478         (gnus-summary-display-article): Set it.
15479         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15480         * gnus-art.el (gnus-article-mode): Make it local variable.
15481
15482 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15483
15484         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15485
15486 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15487
15488         * nnwfm.el: New file.
15489
15490         * nnweb.el (nnweb-replace-in-string): New function.
15491
15492 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15493
15494         * mml2015.el: Wrap gpg.el.
15495         * gpg.el (gpg-verify): The last argument of apply is a list.
15496         (gpg-encrypt): Add passphrase as a parameter.
15497
15498 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15499
15500         * gpg.el: New file.
15501         * gpg-ring.el: New file.
15502
15503 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15504
15505         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15506
15507 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15510         double-quote characters.
15511         (gnus-summary-prepare-threads): Ditto.
15512
15513 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15514
15515         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15516         * mml.el (mml-read-tag): Don't skip the leading space.
15517         * lpath.el (font-lock-set-defaults): Shut up.
15518
15519 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15520
15521         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15522
15523 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15524
15525         * qp.el (quoted-printable-encode-region): Replace leading - when
15526         ultra safe.
15527         * mml.el (mml-generate-mime-postprocess-function): Removed.
15528         (mml-postprocess-alist): Removed.
15529         (mml-generate-mime-1): Use ultra-safe when sign.
15530         * mml2015.el (mml2015-fix-micalg): Uppercase.
15531         (mml2015-verify): Insert LF.
15532         (mml2015-mailcrypt-sign): Downcase; search backward.
15533
15534 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15537         restrictive.
15538         (nnultimate-table-regexp): New variable.
15539         (nnultimate-forum-table-p): Use it.
15540
15541 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15542         Trivial patch.
15543
15544         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15545
15546 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15547
15548         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15549         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15550
15551 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15552
15553         * mml2015.el: Shut up.
15554
15555 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15556
15557         * gnus.el (gnus-server-browse-hashtb): Removed.
15558         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15559         (gnus-group-insert-group-line-info): Use simplified method.
15560         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15561
15562 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15565         moved here.
15566         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15567         * gnus-group.el (gnus-group-prepare-flat): Use it.
15568         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15569
15570 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15571
15572         * mml.el (mml-mode): Show menu in XEmacs.
15573
15574 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15575
15576         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15577         (gnus-server-read-server-in-server-buffer): New function.
15578         (gnus-browse-foreign-server): Browse in group buffer.
15579         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15580         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15581         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15582         * gnus.el (gnus-server-browse-hashtb): New variable.
15583
15584 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15585
15586         * nnfolder.el (nnfolder-open-nov): Use group.
15587
15588 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15589
15590         * nnfolder.el: Add NOV. Set version to 2.0.
15591         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15592
15593 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15594
15595         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15596
15597 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15600         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15601
15602 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15603
15604         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15605
15606 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15607
15608         * mm-decode.el (mm-verify-function-alist): New variable.
15609         (mm-verify-option): New variable.
15610         (mm-decrypt-function-alist): Ditto.
15611         (mm-decrypt-option): Ditto.
15612         (mm-find-raw-part-by-type): New function.
15613         (mm-possibly-verify-or-decrypt): New function.
15614         (mm-dissect-multipart): Use it.
15615         * mml2015.el (mml2015-fix-micalg): New function.
15616         (mml2015-decrypt): Use new interface.
15617         (mml2015-verify):  Use new interface.
15618         (mml2015-setup): Make it bogus.
15619
15620 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15621
15622         * mml.el (mml-generate-mime-postprocess-function): Set to
15623         mml-postprocess.
15624         (autoload): Autoload mml2015 and mml-smime.
15625         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15626         * mml2015.el (mml2015-encrypt): New function.
15627         (mml2015-sign): New function.
15628         (mml2015-encrypt-function): New variable.
15629         (mml2015-sign-function): New variable.
15630         (mml2015-mailcrypt-encrypt): Use message-recipients.
15631         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15632         * mml-smime.el (mml-smime-setup): Ditto.
15633
15634 2000-10-28  Simon Josefsson  <sj@extundo.com>
15635
15636         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15637         Communigate Pro 3.3.1 server.
15638
15639         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15640         in buffers.
15641         (mml-secure-dns-server): Removed.
15642         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15643         write certificates to files.
15644
15645         * smime.el (smime-dns-server): New variable.
15646         (smime-mail-to-domain):
15647         (smime-cert-by-dns): New functions.
15648
15649         * dig.el: New file.
15650
15651 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15652
15653         * message.el (message-options): New variable.
15654         (message-options-set-recipient): New function.
15655         (message-send): Use them.
15656         * gnus-int.el (gnus-request-replace-article): Use them.
15657         (gnus-request-accept-article): Ditto.
15658         * mml.el (mml-preview): Use them.
15659         * gnus-sum.el (gnus-summary-edit-article): Use them.
15660
15661         * message.el (message-options-get): New function.
15662         (message-options-get): New function.
15663         * rfc2047.el (rfc2047-encode-message-header): Use them.
15664         * mm-bodies.el (mm-encode-body): Use them.
15665
15666 2000-10-28  Simon Josefsson  <sj@extundo.com>
15667
15668         * nnimap.el (nnimap-retrieve-which-headers):
15669         (nnimap-request-article-part): Quote message-id.
15670
15671         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15672         (smime-CA-file): New variable.
15673         (smime-call-openssl-region): Don't error.
15674         (smime-sign-region): Return result value.
15675         (smime-encrypt-region): Ditto.
15676         (smime-verify-region): New function.
15677         (smime-decrypt-region): Ditto.
15678         (smime-verify-buffer): Ditto.
15679         (smime-decrypt-buffer): Ditto.
15680
15681         * mml.el: Require mml-sec.
15682         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15683         (mml-mode-map): Add "sign" and "encrypt" maps.
15684         (mml-menu): Add security menu.
15685         (mml-preview): Use generate-new-buffer.
15686
15687         * mml-sec.el: New file.
15688
15689 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15690
15691         * mm-decode.el (mm-find-part-by-type): Move it here.
15692         * mml.el (mml-postprocess): Move it here.
15693         (mml-postprocess-alist): Move it here. Merge them.
15694
15695 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15696
15697         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15698         unencoded stuff in the header.
15699
15700 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15701
15702         * gnus-group.el (gnus-group-listed-groups): New variable.
15703         (gnus-group-list-option): New variable.
15704         (gnus-group-list-limit-map): New keymap.
15705         (gnus-group-list-flush-map): New keymap.
15706         (gnus-group-list-plus-map): New keymap.
15707         (gnus-group-prepare-logic): New function.
15708         (gnus-group-prepare-flat): Merge with
15709         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15710         (gnus-group-prepare-flat-list-dead): Ditto.
15711         (gnus-group-list-matching): Use gnus-group-prepare-function.
15712         (gnus-group-list-dormant): Ditto.
15713         (gnus-group-list-cached): Ditto.
15714         (gnus-group-listed-groups): New function.
15715         (gnus-group-list-limit): New function.
15716         (gnus-group-list-flush): New function.
15717         (gnus-group-list-plus): New function.
15718         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15719         (gnus-topic-prepare-topic): Ditto.
15720
15721 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15722
15723         * message.el (message-insert-to, message-get-reply-headers):
15724         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15725
15726 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15727
15728         * mml2015.el: New file.
15729         * smime.el: New file.
15730         * mml-smime.el: New file.
15731
15732 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15733
15734         * ChangeLog: Moved to ChangeLog.1.
15735
15736     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15737   Copying and distribution of this file, with or without modification,
15738   are permitted provided the copyright notice and this notice are preserved.
15739
15740 ;; Local Variables:
15741 ;; coding: iso-2022-7bit
15742 ;; End: