Synch to Oort Gnus 200304152216.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-next-page-1): New function.
4         (gnus-article-next-page): Use it.
5
6 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * spam.el (spam-split): added save-restriction to save-excursion
9
10 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
11         From Julien Avarre <julien@avarre.com>
12
13         * gnus-fun.el: Fixed autoload cookie.
14
15 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
16         From Remi Letot  <remi.letot@easynet.be>
17
18         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
19         instead of remove-if.
20
21 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
24         copy-sequence instead of remove which is a cl run-time function in
25         Emacs 20.
26
27 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
28
29         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
30         local copy of gnus-discouraged-post-methods with the current
31         method removed.
32
33 2003-04-14  Simon Josefsson  <jas@extundo.com>
34
35         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
36
37 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
38
39         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
40         of `mm-coding-system-priorities' to base coding system.
41
42         * gnus-sum.el: Added coding cookie ("middle dot" in
43         gnus-summary-morse-message).
44
45 2003-04-13  Simon Josefsson  <jas@extundo.com>
46
47         * gnus-art.el (article-fill-long-lines)
48         (article-verify-x-pgp-sig, article-decode-group-name)
49         (gnus-mime-button-menu): Split >80 character lines.
50
51 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
52
53         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
54         we're let-binding it.
55
56         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
57
58 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * message.el (message-hide-headers): Don't do intangible.
61
62         * gnus.el (gnus-group-prefixed-name): Comment out the test for
63         colon. 
64
65         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
66         to the ephemeral entry, but the prefixed name.
67
68         * gnus.el (gnus-group-prefixed-name): Clean up.
69
70 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
71
72         * gnus-agent.el (gnus-agent-group-pathname): Bind
73         gnus-command-method so that gnus-agent-directory will always
74         return a valid directory.
75         * gnus-cache.el (gnus-cache-enter-article): Remove article from
76         gnus-newsgroup-undownloaded so that the summary will display the
77         article as downloaded.
78         (gnus-cache-remove-article): If the article isn't in the agent,
79         remove it from gnus-newsgroup-undownloaded so that the summary
80         will display the article as undownloaded.
81
82 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus.el (gnus-version-number): Bump.
85
86 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
87
88         * gnus.el: Oort Gnus v0.18 is released.
89
90 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
93
94 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-art.el (gnus-article-next-page): Use
97         gnus-article-over-scroll.
98         (gnus-article-over-scroll): New variable.
99
100         * message.el (message-newline-and-reformat): Place a boundary
101         before filling.
102         (message-make-forward-subject-function): Changed default to
103         message-forward-subject-name-subject. 
104         (message-forward-subject-name-subject): New function.
105
106         * nnimap.el (nnimap-split-fancy): Ditto.
107
108         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
109
110         * gnus-cus.el (gnus-group-parameters): Removed "which see".
111
112         * mml.el (mml-minibuffer-read-file): Bind
113         completion-ignored-extensions to nil.
114
115         * message.el (message-fix-before-sending): Comment fix.
116         (message-fix-before-sending): Make hidden headers visible.
117         (message-hide-headers): Bind after-change-functions to nil.
118         (message-forbidden-properties): Put invisible and intangible
119         back. 
120         (message-strip-forbidden-properties): Ignore message-hidden text.
121
122         * gnus-msg.el: Hide headers.
123
124         * message.el (message-hidden-headers): New variable.
125         (message-hide-headers): New function.
126         (message-hide-header-p): New function.
127         (message-hide-header-p): Change logic.
128         (message-forbidden-properties): Remove intangible nil invisible
129         nil. 
130         (message-hide-headers): Narrow to headers.
131
132         * lpath.el (featurep): Bind Info-directory, Info-menu.
133
134 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
135
136         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
137         encoded.
138         (mm-encode-body): Don't corrupt UTF-16.
139         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
140
141 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
142
143         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
144         the CACHE are now detected and handled the same as an article
145         downloaded into the agent.
146         (gnus-agent-group-path): Modified to match nnmail-group-pathname
147         so that the agent front-end and back-end (nnagent) always use the
148         same directory.
149         (gnus-agent-group-pathname): New function. Wrapper for
150         nnmail-group-pathname.
151         (gnus-agent-expire-unagentized-dirs): New variable.  May be
152         customized to disable gnus-agent-expire-unagentized-dirs.
153         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
154         as the directories in gnus-agent-expire-current-dirs were
155         expanded.
156
157 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
158
159         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
160         body" entry in read only groups.
161
162 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
163
164         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
165         and "Create article" items in non-editable groups.
166
167 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
168
169         * gnus-agent.el (gnus-agent-write-active): Added option of
170         replacing, rather than updating, the agent's active file.  Do NOT
171         use the fully qualified group name as gnus-active-to-gnus-format
172         blindly prefixes group names with server names.
173         (gnus-agent-save-group-info): Merge BOTH min/max of current active
174         range, was just merging min, with specified active range.
175         (gnus-agent-expire): Save agent's active ranges after
176         expiring all groups.
177         (gnus-agent-expire-group-1): Update min of agent's active range to
178         min article currently fetched.
179         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
180         same ancestor multiple times.
181
182         * gnus-async.el (gnus-asynchronous): Moved defcustom of
183         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
184         seems to fix an intermittant error in which loading gnus-async
185         fails to define gnus-asynchronous (the variable).
186
187         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
188         non-essential.  Removed on all platforms.
189         (gnus-select-newsgroup): When the agent is active, expand the
190         group's active range to include fetched articles that are no
191         longer in the server's active range.
192
193         * gnus-util.el (gnus-with-output-to-file): Removed all of the
194         print-* bindings as they should be handled by the function doing
195         the printing.
196
197 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
198
199         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
200         might be unbound in non-MULE XEmacsen.
201
202 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
203
204         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
205         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
206         recognize diffs.
207
208         * mm-bodies.el (mm-decode-body): Use the supplied charset
209         unconditionally if `code-pages' hasn't been loaded.
210
211 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
212
213         * gnus-art.el (article-verify-x-pgp-sig): Don't use
214         `insert-buffer', the docstring says "This function is meant for
215         the user to run interactively.  Don't call it from programs!"
216
217         * mm-extern.el (mm-extern-mail-server): do.
218
219         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
220         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
221         (mml1991-pgg-encrypt): do.
222
223         * pgg.el (pgg-decrypt-region): do.
224
225         * mm-view.el (mm-view-pkcs7-decrypt): do.
226
227         * mml-smime.el (mml-smime-verify): do.
228
229         * mml.el (mml-insert-mime, mml-preview): do.
230
231         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
232         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
233         (mml2015-pgg-encrypt): do.
234
235 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
238
239 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
240
241         * mm-uu.el (mm-uu-copy-to-buffer): Copy
242         `buffer-file-coding-system' to the new buffer.
243         (mm-uu-pgp-signed-extract-1): Don't copy
244         `buffer-file-coding-system' here.
245
246         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
247         exist in XEmacs.
248         (mm-decode-body): Add missing quote.
249
250         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
251         buffer-file-coding-system.
252
253         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
254         last-coding-system-used.
255
256         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
257         according to buffer-file-coding-system.
258
259         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
260
261         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
262         (pgg-pgp-snarf-keys-region): do.
263
264         * pgg-pgp5.el (pgg-pgp5-verify-region)
265         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
266
267         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
268         
269 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * spam.el (spam-split): (save-excursion) around (widen)
272         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
273         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
274
275 2003-04-05  Steve Youngs  <youngs@xemacs.org>
276
277         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
278         don't use it when loading gnus-sum.el if we're in XEmacs.
279
280 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
281
282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
283         print-escape-nonascii to fix more characters in compiled format
284         specs.
285
286 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
287
288         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
289         Fix customization type.
290
291 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
292
293         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
294         print-quoted, print-readably, print-escape-multibyte, and
295         print-level to match original behavior of gnus-prin1.  This should
296         repair the format of .newsrc.eld when using compiled format specs.
297
298 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
299
300         * gnus-group.el (tool-bar-map): defvar it.
301
302         * gnus-art.el (tool-bar-map): do.
303
304         * gnus-sum.el (tool-bar-map): do.
305
306 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
307
308         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
309
310 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
311
312         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
313         and value.
314         (gnus-button-alist): Use it.
315
316 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
317
318         * pgg-gpg.el (pgg-gpg-process-region): do.
319
320         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
321         (pgg-pgp-snarf-keys-region): do.
322
323         * pgg-pgp5.el (pgg-pgp5-verify-region)
324         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
325
326         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
327         unsafe.
328         (pgg-temporary-file-directory): Remove.
329
330 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * lpath.el: Fbind Info-directory and Info-menu.
333
334 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
335
336         * gnus-util.el (gnus-message): Added doc-string.
337
338         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
339         (gnus-score-edit-file-at-point): Goto first match when using `e'.
340
341 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
342
343         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
344         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
345
346 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
349         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
350
351 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
352
353         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
354         print-escape-newlines to print escape sequences rather than
355         literal newline characters.
356
357 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
358
359         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
360         `message-valid-fqdn-regexp' for initialization.
361         (gnus-button-handle-info-url): Renamed and extended version of
362         `gnus-button-handle-info'.
363         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
364         (gnus-button-handle-symbol, gnus-button-handle-library)
365         (gnus-button-handle-info-keystrokes): New functions.
366         (gnus-button-browse-level): New variable.
367         (gnus-button-alist): Use them.  Added levels.
368         (gnus-header-button-alist): Added levels.
369
370 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus.el (gnus-version-number): Bump.
373
374 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
375
376         * gnus.el: Oort Gnus v0.17 is released.
377
378 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-start.el (gnus-unload): Removed.
381
382         * pop3.el (pop3-read-response): Use
383         nnheader-accept-process-output.
384         (pop3-retr): Ditto.
385
386         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
387         (mm-text-html-washer-alist): Ditto.
388
389 2003-03-31  Simon Josefsson  <jas@extundo.com>
390
391         * imap.el (imap-gssapi-program): Also try GNU SASL.
392         (imap-gssapi-open): Accept GNU SASL greeting.
393         (imap-read-timeout): New.
394         (imap-wait-for-tag): Use it.
395
396 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * nntp.el (nntp-accept-process-output): Use new function.
399
400         * nnheader.el (nnheader-read-timeout): New variable.
401         (nnheader-accept-process-output): New function.
402
403         * nntp.el (nntp-read-timeout): Removed.
404
405         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
406
407 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
410
411 2003-03-30  Simon Josefsson  <jas@extundo.com>
412
413         * message.el (message-idna-inside-rhs-p): Narrow to header before
414         searching.
415
416         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
417
418 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
421
422 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
423
424         * message.el (message-make-in-reply-to): Use
425         mail-extract-address-components to determine sender's
426         name/address.
427
428 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
431
432         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
433         valid lambda.
434         (gnus-registry-translate-from-alist): Ditto.
435
436         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
437         print-length to nil.
438
439         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
440
441         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
442         (gnus-grab-cam-face): Use it.
443
444 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
445
446         * nnmaildir.el (nnmaildir-request-set-mark,
447         nnmaildir-close-group): Allow each mark directory in a group to
448         have its own inode for mark files, to accommodate AFS.
449
450 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by gnus-read-newsrc-el-file
453         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
454
455         * gnus-registry.el (gnus-registry-translate-to-alist)
456         (gnus-registry-translate-from-alist, alist-to-hashtable)
457         (hashtable-to-alist): new functions
458         (gnus-register-spool-action): add a spool item to the registry
459
460         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
461         list of saved variables
462         (gnus-registry-alist): new variable
463
464 2003-03-27  Simon Josefsson  <jas@extundo.com>
465
466         * gnus-art.el (article-decode-group-name): Be correct instead of
467         smart.
468
469 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
470
471         * lpath.el: Bind url-current-object for FSF Emacs; bind
472         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
473         for both Emacsen.
474
475 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
476
477         * gnus-sum.el (gnus-article-loose-mime)
478         (gnus-article-emulate-mime): Move to gnus-article-mime customize
479         group.
480
481         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
482         doc string.
483
484 2003-03-26  Kevin Ryde <user42@zip.com.au>
485
486         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
487         gnus-summary-find-uncancelled, skip temporary articles inserted by
488         "refer" functions.
489
490 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
491
492         * smiley.el (smiley-buffer): New function.
493
494 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
495
496         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
497         gnus-summary-update-line (which updated the article's face) with
498         gnus-summary-update-download-mark (which updates the article's
499         face by calling gnus-summary-update-line AND updates the download
500         mark to show that the article was fetched).
501
502 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
503
504         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
505         option of deleting agent directories for groups/servers that are
506         not currently agentized.
507         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
508
509         * gnus-int.el (gnus-open-server): Report backend errors in
510         condition handler.
511
512 2003-03-23  Simon Josefsson  <jas@extundo.com>
513
514         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
515         header.
516
517         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
518         same as Newsgroups.
519
520         * nntp.el (nntp-open-connection-function): Mention
521         nntp-open-tls-stream.
522         (nntp-open-tls-stream): New function.
523
524         * tls.el: New file.
525
526         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
527         instead of SSL.
528         (nnimap-stream): Add other streams, link to imap variables.
529         (nnimap-authenticator): Add other authenticator, link to imap
530         variables.
531
532         * imap.el: Autoload open-tls-stream.
533         (imap-streams): Add tls in front of ssl.
534         (imap-stream-alist): Add tls.
535         (imap-default-tls-port): New variable.
536         (imap-tls-p, imap-tls-open): New functions.
537
538 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
539
540         * mm-url.el (mm-url-insert-file-contents): parse url only if
541         results is a list.
542
543 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * mail-source.el (mail-source-fetch-imap): Revert.
546
547 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
548
549         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
550         less strict regexp.
551
552 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * mail-source.el (mail-source-fetch-imap): Use buffer name for
555         more imap function.
556
557 2003-03-21  Simon Josefsson  <jas@extundo.com>
558
559         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
560         Followup-To data inline.
561
562 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
563
564         * gnus-art.el (gnus-treat-display-xface): Don't enable if
565         icontopbm isn't available.
566
567 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
568
569         * gnus-int.el (gnus-open-server): Catch errors in backend's
570         open-server method.  Returns nil rather than crashing startup.
571
572         * gnus-sum.el (eval-when-compile): Modified to resolve
573         compile-time warnings.
574
575         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
576         Reports length of series so that the user can compare N with a
577         subject that should, if the entire series is present, contain
578         '(.../N)'.
579         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
580         of temp file (Win-XP may leave the temp file locked when the
581         uudecode process fails).
582
583 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
584
585         * message.el (message-split-line): Ignore error.
586
587         * lpath.el (split-line): Avoid split-line warning message.
588
589 2003-03-20  Kim F. Storm  <storm@cua.dk>
590
591         * message.el (message-split-line): New function.
592         (message-mode-map): Remap split-line to message-split-line.
593
594 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
595
596         * message.el (message-make-overlay): Defalias it to make-overlay.
597         (message-delete-overlay): Defalias it to delete-overlay.
598         (message-overlay-put): Defalias it to overlay-put.
599         (message-idna-to-ascii-rhs-1): Use them.
600
601         * messagexmas.el (message-xmas-redefine): Defalias some overlay
602         functions to extent functions.
603
604 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
605
606         * message.el (message-check-news-header-syntax): Fixed regexp.
607
608 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
609
610         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
611
612         * mm-url.el (mm-url-insert): Move url-current-object stuff into
613         mm-url-insert-file-contents.
614
615         * nnrss.el (nnrss-fetch): Fetch the local stuff.
616         (nnrss-check-group): Use it.
617
618 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
619
620         * nnrss.el: Primitive XML Name-space support.  This means that RSS
621         feeds like Kevin Burton's[1] can now be read in Gnus.
622
623         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
624         means that if you want to read the RSS feed for example.com, all
625         you have to do is hit "G R http://www.example.com/ RET" and
626         nnrss.el will find and the feed listed on the site or (if you have
627         loaded xml-rpc.el) look it up on syndic8.com.
628
629         Marked the message as HTML (by adding a Content-Type header) so
630         that Gnus will render it as html if the user wants that.
631
632         Implemented the ability to save nnrss-group-alist so that any new
633         feeds the you subscribe to will be found the next time you start
634         up.
635
636         Implemented support for RSS 2.0 elements (author, pubDate).
637
638         Prefer for <content:encoded> over <description> where both
639         elements exist.
640
641         * mm-url.el (mm-url-insert): Set url-current-object.
642
643         * gnus-group.el (gnus-group-make-rss-group): New function.
644
645 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
646
647         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
648         for highlight overlays.
649
650 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
653         a NOV.
654
655 2003-03-20  Simon Josefsson  <jas@extundo.com>
656
657         * message.el (message-use-idna): Disable if UTF-8 unavailable.
658         (message-idna-to-ascii-rhs): Use it.
659
660         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
661
662 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
665         (spam-group-ham-marks, spam-group-spam-marks): new functions
666         (spam-spam-marks, spam-ham-marks): removed in favor of the
667         spam-marks and ham-marks parameters
668         (spam-generic-register-routine, spam-ham-move-routine): use the
669         new spam-group-{spam,ham}-mark-p functions
670
671         * gnus.el (spam-marks, ham-marks): new group parameters with
672         default values same as the old spam-spam-marks and spam-ham-marks
673
674 2003-03-19  Simon Josefsson  <jas@extundo.com>
675
676         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
677         (gnus-use-idna): New variable.
678         (article-decode-idna-rhs): New function.
679
680         * message.el (message-use-idna): New variable.
681         (message-mode-field-menu): Add entry for IDNA.
682         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
683         (message-idna-to-ascii-rhs): New function.
684         (message-generate-headers): Invoke IDNA code.
685
686 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
687
688         * nnmaildir.el (nnmaildir--system-name): New function.
689         (nnmaildir-request-accept-article): Use it.
690
691 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-util.el (gnus-byte-compile): Make it work silently as the
694         gnus-compile function does.
695
696         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
697         bogus change.
698
699 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
700
701         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
702         sort-coding-systems is defined.
703
704 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
705
706         * nnmaildir.el (nnmaildir-open-server,
707         nnmaildir-request-scan,
708         nnmaildir-request-create-group,
709         nnmaildir-request-delete-group): Replace create-directory with
710         target-prefix.
711
712 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
713
714         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
715         find-charset-string which is slooow in XEmacs.
716
717 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
720         compiler under XEmacs.
721
722 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
723
724         * gnus-art.el (gnus-treat-highlight-signature): Make the default
725         work for multipart/signed where the message text isn't `last'.
726
727 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
730         the value of mm-inline-text-html-with-images.
731         (mm-inline-text-html-render-with-w3m): Don't bind
732         w3m-display-inline-images.
733
734         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
735         w3m-display-inline-images.
736
737         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
738         regardless of an Emacs flavor.
739
740 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus.el (gnus-version-number): Bump.
743
744 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
745
746         * gnus.el: Oort Gnus v0.16 is released.
747
748 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * lpath.el (featurep): Bind mm-w3m-mode-map.
751
752 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
753
754         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
755         'respool-able backends define a global nnchoke-get-new-mail
756         variable.
757
758 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
759
760         * gnus-art.el (gnus-mime-delete-part): New function.
761         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
762
763 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * message.el (message-check-news-header-syntax): Don't push
766         groups twice onto list of unknown groups.
767
768         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
769         back.
770
771         * nnheader.el (nnheader-find-etc-directory): Doc fix.
772
773         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
774         config unless the summary buffer exists.
775
776         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
777         that target group is computed correctly when articles are marked
778         as read by Xref handling.
779
780         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
781         imap-open.
782
783         * message.el (message-send-mail): Add courtesy string to Bcc's,
784         too.
785
786         * gnus-cite.el (gnus-cited-line-p): New function.
787
788 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
789
790         * mm-bodies.el (mm-decode-body): Add new optional parameter,
791         force, to use the supplied charset unconditionally.
792
793         * gnus-art.el (article-decode-charset): Use it.
794
795 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
796
797         * mm-bodies.el (mm-decode-coding-region-safely): New function.
798         (mm-decode-body): Use it.
799
800         * rfc2047.el (rfc2047-decode-region): do.
801         (rfc2047-decode-string): Guess coding system if the default is
802         invalid.
803
804 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
805
806         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
807         articles are marked 'read, so we get correct article counts.
808
809 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
812         the button.
813         (gnus-insert-prev-page-button): Ditto.
814         (gnus-insert-next-page-button): Ditto.
815         (gnus-insert-mime-security-button): Ditto.
816
817         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
818         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
819         (mm-inline-image-xemacs): Ditto.
820
821 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
822
823         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
824         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
825         the recent filename uniqueness discussion.
826
827 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
830         newline next time.
831         (mm-inline-image-xemacs): Ditto.
832
833 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
834
835         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
836         kill-line.
837
838 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
839
840         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
841         kill-line.
842
843 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
844
845         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
846         fixing the code to match the documentation.
847         (gnus-agent-fetch-selected-article): Replaced
848         gnus-summary-update-article-line with gnus-summary-update-line as
849         the former did not correctly recalculate the thread indentation.
850         (gnus-agent-find-parameter): The agent-predicate, if not found
851         anywhere else, defaults to the value of gnus-agent-predicate.
852         (gnus-agent-fetch-session): Fixed typo; now executes
853         gnus-agent-fetched-hook rather than the undocumented
854         gnus-agent-fetch-hook.
855         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
856         default agent predicate is now provided by
857         gnus-agent-find-parameter.
858         (gnus-agent-message): New macro.  This macro avoids potentially
859         costly parameter evaluation when the message's level is too high
860         to display.
861         (gnus-agent-expire-group-1): Disabled undo tracking in temp
862         overview buffer. Uses new gnus-agent-message macro to reduce
863         overhead of optional messages. Reversed message levels to
864         emphasize percent completion messages.  Detailed messages of
865         little use except when debugging code.
866
867 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * spam.el (spam-ham-move-routine): use
870         spam-mark-ham-unread-before-move-from-spam-group
871         (spam-mark-ham-unread-before-move-from-spam-group): new variable
872
873 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
874
875         * spam.el: load nnimap.el when compiling
876         (spam-setup-widening): use
877         nnimap-split-download-body-default instead of
878         nnimap-split-download-body which is a user-customizable variable
879
880 2003-03-07  Simon Josefsson  <jas@extundo.com>
881
882         * nnimap.el (nnimap-split-download-body-default): New, holds
883         default for n-s-d-b.
884         (nnimap-split-download-body): Add new setting (symbol default),
885         which uses contents of n-s-d-b-d, and made it the default.
886
887 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         * spam.el (spam-use-hashcash): new variable
890         (spam-list-of-checks): added spam-use-hashcash with associated
891         spam-check-hashcash
892         (spam-check-hashcash): new function, installed iff hashcash.el is
893         loaded
894         (spam-setup-widening): don't use (return)
895
896 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
897
898         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
899         predicate of `false' to avoid an error when a group defines no
900         predicate. Fixed typo that disabled agent scoring (i.e. the
901         low/high predicates should now work).
902
903 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * spam.el: add spam-maybe-spam-stat-load to
906         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
907         (spam-bogofilter-register-with-bogofilter): use
908         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
909         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
910         custom variables to replace "-s" and "-n"
911
912         * gnus-group.el (gnus-group-get-new-news): call the new
913         gnus-get-top-new-news-hook hook
914
915         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
916         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
917
918 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
921
922 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
925         a cl run-time function.
926
927 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
928
929         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
930         on gnus-agent-short-article.
931         (gnus-category-read): Replaced CL function mapcar* with new macro:
932         gnus-mapcar.
933         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
934         support functions that accept multiple parameters.  A separate
935         sequence must be provided for each parameter in the function.
936         Iteration stops when the end of the shortest list is reached.
937
938 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
939
940         * nnimap.el (nnimap-request-accept-article): Use delete-region.
941
942         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
943         (html2text-delete-single-tag, html2text-clean-anchor)
944         (html2text-remove-tags): Use delete-region.
945         (html2text-fix-paragraphs): Simplify.
946
947         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
948         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
949         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
950         kill-region.
951
952 2003-03-04  John Paul Wallington  <jpw@gnu.org>
953
954         * gnus-agent.el (gnus-agent-enable-expiration)
955         (gnus-agent-article-alist, gnus-agent-article-alist)
956         (gnus-agent-cat-defaccessor): Doc fixes.
957
958 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
959
960         * gnus-agent.el (gnus-function-implies-unread-1): Grok
961         byte-compiled functions.
962
963 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
964
965         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
966         customization between new maneuvering (which permits selecting
967         undownloaded articles) and old maneuvering (which skipped over
968         undownloaded articles) behaviors.
969         (gnus-summary-find-next): Pass through the unread and subject
970         parameters when calling gnus-summary-find-prev.
971         (gnus-summary-find-next,gnus-summary-find-prev): Apply
972         gnus-auto-goto-ignores to filter out unacceptable articles.
973
974 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
975
976         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
977         exists in all supported Emacs versions, so we don't need this
978         compatibility function.
979         (mail-source-fetch-pop, mail-source-check-pop)
980         (mail-source-fetch-webmail): Use read-passwd.
981
982         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
983         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
984         read-passwd.
985
986         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
987
988         * imap.el (imap-read-passwd): Remove.
989         (imap-interactive-login): Use read-passwd.
990
991         * canlock.el (canlock-read-passwd): Remove.
992         (canlock-insert-header, canlock-verify): Use read-passwd.
993
994         * sieve-manage.el (sieve-manage-read-passwd): Remove.
995         (sieve-manage-interactive-login): Use read-passwd.
996
997         * pop3.el (pop3-read-passwd): Remove.
998         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
999         read-passwd.
1000
1001         * pgg.el (pgg-read-passphrase): Simplify.
1002
1003 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1004
1005         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1006         'plugged' when actually 'unplugged' bug.
1007         (gnus-category-read): Ignore nil values when converting an
1008         old-format category so that the new-format category will default
1009         those attributes to the global variables.
1010
1011 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1012
1013         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1014         doc-string.
1015
1016 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1017
1018         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1019         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1020         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1021         * mm-url.el (mm-url-decode-entities-string): do.
1022         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1023         * mm-decode.el (mm-find-raw-part-by-type): do.
1024         * message.el (message-send-mail-partially)
1025         (message-send-mail-with-sendmail): do.
1026         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1027         * gnus-kill.el (gnus-pp-gnus-kill): do.
1028         * gnus-art.el (gnus-article-treat-unfold-headers)
1029         (gnus-article-encrypt-body): do.
1030
1031 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1032
1033         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1034         (mail-source-delete-old-incoming-confirm): New variable.
1035         (mail-source-delete-old-incoming): Use it.  New function.
1036         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1037         `mail-source-delete-incoming' is a nonnegative integer.
1038
1039 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1040
1041         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1042         (gnus-user-agent): Fixed typo.
1043
1044 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1045
1046         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1047         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1048
1049 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1052         (gnus-agent-fetch-session): Allow debugging to take place.
1053
1054 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1055
1056         * gnus-sum.el (gnus-highlight-selected-summary)
1057         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1058         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1059         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1060         and makes it clear that we don't need the side effect.
1061         * gnus-util.el (gnus-delete-line): do.
1062         * gnus-xmas.el (gnus-group-add-icon): do.
1063         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1064         * nntp.el (nntp-send-authinfo-from-file): do.
1065         * nnml.el (nnml-header-value): do.
1066         * nnheader.el (nnheader-insert-references): do.
1067         * gnus-cite.el (gnus-article-highlight-citation)
1068         (gnus-cite-parse): do.
1069         * gnus-score.el (gnus-score-followup): do.
1070         * gnus-draft.el (gnus-draft-send): do.
1071         * gnus-group.el (gnus-group-highlight-line): do.
1072         * gnus-cache.el (gnus-cache-braid-nov): do.
1073         * nnfolder.el (nnfolder-retrieve-headers)
1074         (nnfolder-request-article): do.
1075         * gnus-art.el (article-hide-boring-headers)
1076         (gnus-article-hide-header): do.
1077
1078         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1079         * nnml.el (nnml-request-replace-article): do.
1080         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1081         * nnfolder.el (nnfolder-request-move-article): do.
1082         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1083         * gnus-art.el (gnus-mm-display-part): do.
1084
1085         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1086
1087 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1088
1089         * nntp.el (nntp-possibly-change-group): Avoid calling
1090         process-buffer on nil (Which happened when you lost your
1091         connection while fetching); instead signal a "Server Closed
1092         Connection" error.
1093
1094 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1095
1096         * gnus-agent.el (gnus-agent-enable-expiration): New
1097         variable. Either ENABLE or DISABLE.  Sets default behavior for
1098         selecting which groups are expired.
1099         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1100         gnus-agent-set-cat-groups): Provides abstract interface for
1101         accessing agent category.  Category now implemented by an alist.
1102         (gnus-agent-add-group, gnus-agent-remove-group,
1103         gnus-category-insert-line, gnus-category-edit-predicate,
1104         gnus-category-edit-score, gnus-category-edit-groups,
1105         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1106         new agent category abstraction.
1107         (gnus-agent-find-parameter): New function. Search for agent
1108         configuration parameter first in the group's parameters, then its
1109         topics (if any), and then the group's category.  If not found
1110         anywhere, use the original defined constants.
1111         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1112         gnus-agent-find-parameter.
1113         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1114         gnus-agent-cache now blocks retrieving headers and articles from
1115         the local cache.  Fetched content is still added to the cache
1116         before being returned.
1117         (gnus-agent-fetch-session): Use error-message-string to generate
1118         displayed error message.
1119         (gnus-agent-customize-category): New Command. 'e' in category
1120         buffer opens category customization buffer.
1121         (gnus-category-read): Reads either positional or alist format;
1122         returns alist format.
1123         (gnus-category-write): Writes category file compatible with
1124         current, and previous, versions of gnus-agent.
1125         (gnus-category-make-function, gnus-category-make-function-1):
1126         Corrected documentation; parameter is predicate NOT category.
1127         (gnus-predicate-implies-unread): Now works in more cases per the
1128         todo comment.
1129         (gnus-function-implies-unread-1): New function. Supports
1130         gnus-predicate-implies-unread.
1131         (gnus-agent-expire-group): Command now provides default of group
1132         under point.
1133         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1134         agent-days-until-old parameters. No longer supports
1135         gnus-agent-expire-days being set to an alist.
1136         (gnus-agent-request-article): Now performs its own checks of
1137         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1138         assuming that the caller will do them correctly.
1139         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1140         gnus-agent-expire-days is set to an alist.  Converts said alist
1141         into group parameter so that gnus-agent-expire-days will not be
1142         needed.
1143         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1144         checks surrounding gnus-agent-request-article removed; now
1145         performed by gnus-agent-request-article.
1146         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1147         customizable group/topic parameters that regulate the agent.
1148         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1149         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1150         the list of gnus buffers.
1151         (gnus-trim-whitespace): Removes leading and trailing whitespace
1152         from multiline strings.
1153         (gnus-agent-cat-prepare-category-field,
1154         gnus-agent-customize-category): Constructs a category
1155         customization buffer.
1156         * gnus-int.el (gnus-retrieve-headers,
1157         gnus-request-expire-articles): No longer checks gnus-agent-cache
1158         as it is handled internally by the agent.
1159         (gnus-request-head, gnus-request-body): Conditional checks
1160         surrounding gnus-agent-request-article removed; now performed by
1161         gnus-agent-request-article.
1162
1163         * gnus-start.el (): Added defvar statements to resolve compilation
1164         warnings.
1165         (gnus-long-file-names): New function. Isolates platform dependent
1166         msdos-long-file-names.
1167         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1168         option of writing directly to file.  Avoids memory exhausted
1169         errors when .newsrc.eld is huge.
1170         (gnus-save-newsrc-file): Uses new
1171         gnus-save-startup-file-via-temp-buffer.
1172         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1173         standard-output.
1174         (gnus-display-time-event-handler): Changed to alias from a defun
1175         to avoid a compile-time warning when display-time-event-handler is
1176         not defined.
1177         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1178         standard-output such that prin1 and princ will write directly to a
1179         file.
1180
1181         * gnus.el (gnus-agent-cache): Expanded documentation.
1182         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1183         so that this face is actually bold.
1184
1185         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1186         gnus-use-cache has been set.
1187
1188 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1189
1190         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1191
1192 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1193
1194         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1195
1196 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1197
1198         * spam.el: Fix typo.
1199
1200 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1201         (Trivial patch.)
1202
1203         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1204         errors-buffer. This produces a nicer error message in case of
1205         problems.
1206
1207 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1210         load stats iff spam-use-stat is on
1211
1212         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1213         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1214         instead of spam-stat-load and spam-stat-save in the
1215         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1216
1217 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1218
1219         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1220
1221 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * message.el (message-make-fqdn): Protect against nil user-mail.
1224
1225 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1226
1227         * gnus-art.el (gnus-boring-article-headers): New values:
1228         'to-list and 'cc-list.
1229
1230 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * spam.el (spam-setup-widening): new function to set
1233         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1234         (spam-list-of-statistical-checks): list of statistical splitter
1235         checks
1236         (spam-split): added a widen call when a statistical check is
1237         enabled
1238
1239 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1240
1241         * gnus-msg.el (gnus-user-agent): Changed default to
1242         'emacs-gnus-type, renamed 'full.
1243
1244 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1245
1246         * nnfolder.el (nnfolder-request-accept-article): Don't use
1247         mail-header-unfold-field.
1248
1249 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1250
1251         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1252         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1253
1254 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1255
1256         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1257         (spam-split): remove spam-stat-load call
1258
1259 2003-02-26  Simon Josefsson  <jas@extundo.com>
1260
1261         * gnus-sum.el (gnus-summary-toggle-header): Run
1262         gnus-article-decode-hook instead of calling a-decode-encoded-words
1263         directly (the latter is run as part of the former).
1264
1265 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1268
1269 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1270
1271         * message.el (message-sendmail-envelope-from): New option.
1272         (message-sendmail-envelope-from): New function.
1273         (message-send-mail-with-sendmail): Use it.
1274
1275 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1276
1277         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1278         compensation for TDMA addresses.
1279
1280 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1281
1282         * gnus-msg.el (gnus-user-agent): New variable.
1283         (gnus-version-expose-system): Removed.  Obsoleted by
1284         `gnus-user-agent'.
1285         (gnus-extended-version): Use `gnus-user-agent'.
1286
1287 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * spam.el (spam-stat-register-spam-routine,
1290         spam-stat-register-ham-routine): remove spam-stat-save
1291         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1292
1293 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1294
1295         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1296         reference.
1297
1298 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1299
1300         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1301         calculation to avoid integer overflow.
1302
1303 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1304
1305         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1306
1307 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1308         * spam.el: disabled spam-get-article-as-filename
1309
1310         From Michael Shields  <shields@msrl.com>
1311
1312         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1313         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1314         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1315         * spam.el (spam-summary-prepare-exit): Use it.
1316         * gnus.el (gnus-install-group-spam-parameters): New.
1317         * spam.el (spam-group-ham-processor-copy-p): New.
1318         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1319         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1320         that would cause the current message to be moved if the group had
1321         no spam.
1322         * spam.el (spam-ham-move-routine): New `copy' argument.
1323
1324 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1325         From Martin Thornquist <martint@ifi.uio.no>
1326
1327         * gnus-topic.el (gnus-topic-select-group): Select last group if
1328         after last group.
1329         * gnus-group.el (gnus-group-select-group): Ditto.
1330
1331 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1334         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1335         point-at-(b|e)ol which aren't available in Emacs 20.
1336
1337         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1338
1339 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1340
1341         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1342         clause of the condition-case statement.  Errors connecting to a
1343         server no longer terminate gnus.
1344
1345         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1346         make its use obvious.  Added no-nothing case to avoid
1347         opening(closing) servers when already open(closed).
1348         (gnus-agent-while-plugged): Added macro to facilitate internal use
1349         of gnus-agent-toggle-plugged.
1350         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1351         temporarily open servers.
1352         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1353         as sorting gnus-newsgroup-headers is wrong.
1354         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1355         to temporarily open servers. Corrected logic to handle setting
1356         gnus-agent-mark-unread-after-downloaded.
1357         (gnus-agent-fetch-articles): Now handles headers with missing
1358         article sizes and/or missing article lengths.  Now clears the
1359         message buffer when finished.
1360         (gnus-agent-fetch-group-1): Position point before calling
1361         gnus-summary-set-agent-mark.
1362         (gnus-get-predicate): Corrected description, parameter is
1363         predicate not category.
1364         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1365         provide a separate single group expiration function.
1366         (gnus-agent-regenerate-group): Now clears the message buffer when
1367         finished.
1368
1369 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1370
1371         * gnus.el (gnus-agent-target-move-group-header): New variable.
1372         * gnus-draft.el (gnus-draft-send): If special header
1373         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1374         that group, instead of performing the regular sending functions.
1375
1376 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1379
1380 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1381
1382         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1383         variables.
1384         (message-make-fqdn): Use it.  Improved validity check.
1385
1386 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * message.el (message-user-mail-address): Check whether
1389         user-mail-address looks valid.
1390
1391         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1392
1393         * gnus-util.el (gnus-fetch-original-field): New function.
1394
1395 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1396
1397         * message.el (message-mode): \\(...\\) around additional
1398         paragraph-separate alternative.
1399
1400 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1401
1402         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1403         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1404         display key bindings.
1405         (gnus-mime-button-menu): Rewrite.
1406
1407 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-art.el (gnus-button-url-regexp): Removed `.
1410
1411 2003-02-23  Max Froumentin  <mf@w3.org>
1412
1413         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1414
1415 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-art.el (gnus-mime-action-on-part): Require a match
1418         interactively.
1419
1420         * gnus-start.el (gnus-save-newsrc-file): Use
1421         gnus-backup-startup-file.
1422         (gnus-backup-startup-file): New variable.
1423
1424 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus.el (gnus-summary-buffer-name): Moved function here.
1427
1428         * gnus-draft.el (defun): Remove debug.
1429
1430 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1431
1432         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1433         can't open server.
1434
1435 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-draft.el (defun): Configure posting styles.
1438
1439         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1440         the entry for the group exists before we alter it.
1441
1442 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1443
1444         * message.el (message-mode): MML tags separate paragraphs.  Small
1445         change from David S Goldberg <david.goldberg6@verizon.net>.
1446
1447         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1448         `gnus-newsgroup-headers'.
1449
1450         * gnus-art.el (gnus-article-refer-article): Grok more message id
1451         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1452
1453 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1454
1455         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1456         use "path name".
1457
1458 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1459
1460         * gnus-sum.el (gnus-summary-move-article)
1461         (gnus-summary-expire-articles): send data header for article, not
1462         just article ID
1463
1464         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1465         (gnus-register-spool-action): added hashtable of message ID keys
1466         with message motion data
1467
1468 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1469         From Reiner Steib  <Reiner.Steib@gmx.de>.
1470
1471         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1472         variable, used in `gnus-button-mid-or-mail-heuristic'.
1473         (gnus-button-mid-or-mail-heuristic): New function derived from
1474         Florian Weimer's Perl script.
1475         (gnus-button-handle-mid-or-mail): Allow a function instead of
1476         'guess.
1477         (gnus-button-guessed-mid-regexp): Removed.
1478
1479 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * message.el (message-resend): Bind message-setup-hook to nil;
1482         remove X-Draft-From header.
1483
1484 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1485
1486         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1487         (gnus-newsgroup-undownloaded)
1488         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1489         Doc fixes.
1490
1491 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1492
1493         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1494         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1495
1496 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1497
1498         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1499         insert-string which is obsolete in Emacs 21.4.
1500
1501         * message.el (message-cross-post-followup-to-header): do.
1502
1503         * spam.el (spam-ifile-register-with-ifile)
1504         (spam-stat-register-spam-routine)
1505         (spam-stat-register-ham-routine)
1506         (spam-bogofilter-register-with-bogofilter): do.
1507
1508         * mailcap.el (mailcap-mime-data): Fix typo.
1509
1510         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1511
1512 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1513
1514         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1515         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1516         `gnus-cite-unsightly-citation-regexp'.
1517
1518 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1521         even if there's just a header.
1522
1523 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1524
1525         * message.el (message-fix-before-sending): Fix highlighting of
1526         illegible and invisible text.
1527
1528         * gnus-util.el (gnus-multiple-choice): Separate choices with
1529         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1530
1531 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1532
1533         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1534
1535 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * spam.el (spam-ham-move-routine)
1538         (spam-mark-spam-as-expired-and-move-routine): use
1539         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1540         around process-mark manipulation on the group
1541
1542 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1543
1544         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1545         submenu.
1546
1547 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * mail-source.el (mail-source-fetch): Reverse the return value of
1550         the continuation question.
1551
1552 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nndraft.el (nndraft-request-move-article): Bind
1555         nnmh-allow-delete-final to t.
1556
1557 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1558
1559         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1560
1561 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1562
1563         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1564         the buffer's size.
1565
1566 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1567
1568         * nnheader.el: Added cygwin to system-type comparisons.
1569
1570 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1571
1572         * imap.el (imap-mailbox-status): Fix typo.
1573
1574 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1575
1576         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1577         online.
1578
1579 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1580
1581         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1582         commands.
1583         * gnus-sum.el: Small change from Frank Weinberg
1584         <frank@usenet-rundfahrt.de>:
1585         (gnus-auto-center-group): New variable.
1586         (gnus-summary-read-group-1): Use it.
1587         (gnus-summary-next-group): Fix docstring.
1588
1589 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-util.el (gnus-faces-at): Simplify.
1592
1593 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * spam.el (spam-ham-move-routine)
1596         (spam-mark-spam-as-expired-and-move-routine): made the article
1597         move conditional, so it's not called even if there's nothing to move
1598
1599 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1600
1601         * message.el (message-unix-mail-delimiter): Accept any whitespace
1602         after the email address and before the date; do not require the
1603         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1604
1605 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1608         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1609
1610         * gnus-util.el (gnus-faces-at): New macro.
1611
1612 2003-02-13  Michael Shields  <shields@msrl.com>
1613
1614         * gnus-cite.el
1615         (gnus-cite-attribution-suffix, gnus-cite-parse):
1616         Better handling for Microsoft citation styles.
1617         (gnus-unsightly-citation-regexp): New.
1618
1619 2003-02-12  Michael Shields  <shields@msrl.com>
1620
1621         * gnus-art.el (article-strip-banner): Strip both per-group and
1622         per-user-address banners.
1623         (article-really-strip-banner): New.
1624
1625 2003-02-12  Michael Shields  <shields@msrl.com>
1626
1627         * gnus-sum.el (gnus-article-goto-next-page,
1628         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1629         relying on the summary bindings of `n' and `p'.
1630
1631 2003-02-12  Michael Shields  <shields@msrl.com>
1632
1633         * gnus-art.el (gnus-article-only-boring-p): New.
1634         (gnus-article-skip-boring): New.
1635         * gnus-cite.el (gnus-article-boring-faces): New.
1636         * gnus-sum.el (gnus-summary-next-page): Use
1637         gnus-article-only-boring-p.
1638
1639 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1640
1641         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1642         (spam-ham-move-routine): unmark all articles before marking those
1643         of interest and calling gnus-summary-move-article
1644
1645 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1646
1647         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1648         logically the complement of gnus-get-buffer-create and
1649         gnus-add-buffer.
1650
1651         * gnus-util.el (gnus-kill-buffer): do.
1652
1653         * nnmail.el: Autoload gnus-kill-buffer.
1654
1655 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1656
1657         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1658         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1659         the current LINE.
1660         (gnus-agent-summary-fetch-group): Minimized the number of times
1661         that the article is updated in the buffer.
1662
1663 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * spam.el (spam-ham-move-routine): use the process-mark instead of
1666         gnus-current-article when moving articles
1667         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1668
1669 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1672         (gnus-topic-catchup-articles): Ditto.
1673         (gnus-topic-mark-topic): Reverse recursive logic.
1674
1675 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1676
1677         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1678         gnus-refer-thread-limit is t.
1679
1680 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1681
1682         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1683         sort-coding-systems to prefer utf-8 over utf-16.
1684
1685 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1686
1687         * gnus-agent.el (gnus-agent-expire-days):
1688         gnus-request-move-article depends on gnus-agent-expire to clean up
1689         the cache after moving the article.  Therefore, g-a-e-d can NOT
1690         default to nil or can gnus-agent-expire be disabled by doing so.
1691         If you don't want to run gnus-agent-expire, don't call it.
1692         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1693         when g-a-e-d was NOT nil was removed.
1694         (gnus-agent-article-name): Removed unnecessary input test as
1695         article IDs are always strings.
1696         (gnus-agent-regenerate-group): Added check to protect against
1697         servers that generate absurdly long article IDs.  Valid IDs are
1698         less than 10 digits to avoid overflow errors.  Fixed logic error
1699         when ensuring that the final article ID is present in the new
1700         alist.
1701
1702 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1705         next line after finding the parent.
1706
1707 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus.el (gnus-version-number): Bumped.
1710
1711 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1712
1713         * gnus.el: Oort Gnus v0.15 is released.
1714
1715 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1716
1717         * nnmail.el (nnmail-split-it): If a message ends up matching the
1718           same mailbox more than once, it will cause duplicates to appear
1719           in the mailbox.
1720
1721 2003-02-08  Simon Josefsson  <jas@extundo.com>
1722
1723         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1724         code that only worked under Emacs.
1725
1726         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1727         Das <satyaki@chicory.stanford.edu>.
1728
1729 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1730
1731         * gnus-art.el (gnus-article-refer-article): Use
1732         gnus-replace-in-string.
1733
1734         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1735         (gnus-remove-duplicates): do.
1736
1737 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1740         (gnus-request-scan): set
1741         gnus-internal-registry-spool-current-method to gnus-command-method
1742         before a request-scan operation
1743
1744         * gnus-registry.el (regtest-nnmail): use
1745         gnus-internal-registry-spool-current-method
1746
1747 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * mail-source.el (mail-source-fetch): Typo fix.
1750
1751 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         * nnmail.el (nnmail-spool-hook): new hook
1754         (nnmail-cache-insert): call nnmail-spool-hook
1755
1756         * gnus-registry.el: new file with examples of using the hooks
1757
1758         * gnus.el (gnus-registry): added registry customization group
1759         (gnus-group-prefixed-name): improve function to return full group
1760         name optionally
1761         (gnus-group-guess-prefixed-name): shortcut to
1762         gnus-group-prefixed-name, using just the group name
1763         (gnus-group-full-name): always get a group's full name
1764         (gnus-group-guess-full-name): shortcut, using just the group name
1765
1766         * gnus-sum.el (gnus-summary-article-move-hook)
1767         (gnus-summary-article-delete-hook)
1768         (gnus-summary-article-expire-hook): new hooks
1769         (gnus-summary-move-article, gnus-summary-expire-articles)
1770         (gnus-summary-delete-article): invoke the new hooks
1771
1772 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1773
1774         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1775         from message-ID
1776
1777 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1778
1779         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1780
1781 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1782
1783         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1784         (mm-write-region, mm-detect-coding-region): Doc fixes.
1785
1786 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * mail-source.el (mail-source-fetch): Ignore errors.
1789         (mail-source-ignore-errors): New variable.
1790
1791         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1792         articles.
1793
1794         * gnus-msg.el (gnus-version-expose-system): Change default.
1795
1796 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1797
1798         * gnus-msg.el (gnus-version-expose-system): New variable.
1799
1800 2003-02-07  Simon Josefsson  <jas@extundo.com>
1801
1802         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1803         patch from deskpot@myrealbox.com (Vasily Korytov).
1804
1805 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-art.el (article-display-face): Get the Face header from
1808         the current buffer.
1809
1810 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (gnus-mime-view-part-internally): Bind
1813         buffer-read-only to nil.
1814
1815 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1818         from g-a-e-1 to g-a-e-2.
1819
1820 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1823         of bbdb-search-simple, use spam-use-BBDB-exclusive
1824         (spam-check-whitelist): use spam-use-whitelist-exclusive
1825         (spam-use-whitelist-exclusive): new variable affecting
1826         spam-use-whitelist
1827         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1828
1829 2003-02-05  Simon Josefsson  <jas@extundo.com>
1830
1831         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1832         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1833         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1834         (gnus-agent-expire-1): New.
1835         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1836         (gnus-agent-expire-2): New.
1837
1838 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1839
1840         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1841         "delete-if" is misleading because it isn't actually destructive.
1842
1843         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1844
1845         * nnmail.el (nnmail-purge-split-history): do.
1846
1847         * gnus-win.el (gnus-get-buffer-window): do.
1848
1849         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1850         let-binding.
1851         (gnus-simplify-all-whitespace): do.
1852
1853 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-delay.el (gnus-delay-article): Fix binding of the
1856         nndraft:delayed group.
1857
1858 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * gnus.el (spam group parameters): change 'other to 'const in
1861         the group parameter definitions to soothe XEmacs
1862
1863 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1864
1865         * gnus-delay.el (gnus-delay-article): Really create
1866         nndraft:delayed group if it doesn't exist.
1867
1868 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1869
1870         * gnus-sum.el (gnus-summary-search-article): Speed up by
1871         disabling various visual features while searching.
1872         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1873
1874 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1875
1876         * spam.el (spam-list-of-checks): Don't quote nil and t in
1877         docstrings.  From the elisp manual:
1878
1879            When a documentation string refers to a Lisp symbol, write
1880            it [..] with single-quotes around it.  [..] There are two
1881            exceptions: write t and nil without single-quotes.
1882
1883         * messcompat.el (message-from-style): do.
1884
1885         * message.el (message-send-mail): do.
1886
1887         * gnus-util.el (gnus-use-byte-compile): do.
1888
1889         * gnus-score.el (gnus-score-lower-thread): do.
1890
1891         * gnus-int.el (gnus-server-unopen-status): do.
1892
1893         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1894         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1895
1896         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1897         (gnus-group-parameters): do.
1898
1899         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1900
1901         * mm-decode.el (mm-text-html-renderer): do.
1902
1903 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * nnheader.el (nnheader-directory-separator-character): Change the
1906         way to compute the dafault value.
1907
1908 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1909
1910         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1911         (gnus-button-alist): Fix regexp for describe-key.
1912         (gnus-button-handle-describe-function)
1913         (gnus-button-handle-describe-variable)
1914         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1915         (gnus-button-handle-apropos-variable)
1916         (gnus-button-handle-apropos-documentation): Docstring fix.
1917
1918         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1919
1920 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1923         to nil.
1924
1925         * nnmail.el: Removed gnus-util autoload.
1926
1927         * gnus.el: Use gnus-prin1-to-string throughout.
1928
1929         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1930         print-level.
1931
1932         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1933         (gnus-treat-display-grey-xface): Removed.
1934
1935         * gnus-fun.el (gnus-grab-cam-face): New.
1936         (gnus-convert-image-to-gray-x-face): Removed.
1937         (gnus-convert-gray-x-face-to-xpm): removed.
1938         (gnus-convert-gray-x-face-region): Removed.
1939         (gnus-grab-gray-x-face): Removed.
1940
1941         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1942
1943 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1944
1945         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1946         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1947         bound.
1948
1949         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1950
1951 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1952
1953         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1954         Remove -- these are bogus options which are never used.
1955
1956 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1957
1958         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1959
1960 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * spam.el (spam-check-blackholes)
1963         (spam-blackhole-good-server-regex): new variable to skip some IPs
1964         when checking blackholes; use it
1965         (spam-check-bogofilter-headers)
1966         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1967         case more X-Bogosity is used than just "Yes/No"
1968         (spam-ham-move-routine): semi-fixed, only first article is
1969         properly moved now
1970
1971 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1972
1973         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1974         as well.
1975
1976         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1977
1978         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1979
1980         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1981
1982         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1983
1984         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1985
1986 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-fun.el (gnus-face-encode): New function.
1989         (gnus-convert-png-to-face): Use it.
1990
1991         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1992
1993 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1994
1995         * mm-decode.el (mm-dissection-list): Remove.
1996         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1997         only used in mm-remove-all-parts.
1998         (mm-remove-all-parts): Remove it, it's never called.
1999
2000 2003-01-25  Simon Josefsson  <jas@extundo.com>
2001
2002         * gnus-group.el (gnus-group-make-group): Report errors.
2003
2004         * nnimap.el (nnimap-request-create-group): Ditto.
2005
2006         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2007
2008         * sieve.el (sieve-upload): Fix error printing.
2009
2010         * mm-encode.el (mm-qp-or-base64): Always QP iff
2011         mm-use-ultra-safe-encoding and cleartext PGP.
2012
2013         * gnus-sum.el (gnus-summary-select-article): Inhibit
2014         redisplay (mainly for secured messages).
2015
2016         * nnmail.el (nnmail-article-group): Copy body too (but don't
2017         process it).
2018
2019 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2020
2021         * gnus-art.el (gnus-article-setup-buffer): Reset
2022         gnus-button-marker-list.
2023
2024 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * nntp.el (nntp-read-timeout): Default to using a second delay
2027         under Microsoft Windows.
2028
2029 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * nnheader.el (nnheader-directory-separator-character): New
2032         variable.
2033
2034 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2035
2036         * gnus-agent.el (gnus-agent-max-fetch-size)
2037         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2038         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2039         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2040         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2041         (gnus-agent-braid-nov, gnus-agent-load-alist)
2042         (gnus-agent-article-alist-save-format)
2043         (gnus-agent-read-agentview, gnus-agent-save-alist)
2044         (gnus-agent-fetch-group-1, gnus-agent-expire)
2045         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2046         (gnus-agent-regenerate-group): Reformat to keep under eighty
2047         columns.  Reword docstrings so that first line is under eighty
2048         chars and a complete sentence.  Still need to work on the rear
2049         end of the file, in particular gnus-agent-expire.
2050
2051 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-agent.el (gnus-agentize): Indent.
2054
2055         * gnus.el (gnus-version-number): Bumped.
2056
2057 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2058
2059         * gnus.el: Oort Gnus v0.14 is released.
2060
2061 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2062
2063         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2064         before beginning.  Tiny patch from Mark Thomas
2065         <swoon@bellatlantic.net>.
2066
2067 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * spam.el (spam-check-blackholes, spam-split)
2070         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2071         gnus-message calls to show to users what spam.el is doing
2072
2073 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2074
2075         * gnus-msg.el (gnus-message-replysign)
2076         (gnus-message-replyencrypt): Fix typo.
2077
2078 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2081         details.
2082
2083 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * gnus-art.el (gnus-article-press-button): let* -> let.
2086         (gnus-mime-security-show-details): Cleaned up.
2087         (gnus-mime-security-press-button): Save excursion.
2088         (gnus-insert-mime-security-button): Clean up.
2089
2090         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2091
2092         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2093         timeout.
2094
2095         * nntp.el (nntp-accept-process-output): Removed timeout.
2096         (nntp-read-timeout): New variable.
2097         (nntp-accept-process-output): Use it.
2098
2099         * gnus-sum.el (gnus-data-find-list): Remove *.
2100
2101 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2102
2103         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2104         introduced on 2002-01-22.
2105         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2106
2107 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2108
2109         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2110         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2111         checks of incoming mail based on simple header regexp matching
2112
2113 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2114
2115         * gnus-sum.el (gnus-spam-mark): set to `$'
2116
2117 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2118
2119         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2120         gnus-newsgroup-unfetched, the list of articles whose headers have
2121         not been fetched from the server.
2122
2123         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2124         parameter as it never worked due to a bug.  Added check to prevent
2125         selection of any article in the gnus-newsgroup-unfetched list.
2126         (gnus-summary-find-prev): Added check to prevent selection of any
2127         article in the gnus-newsgroup-unfetched list.
2128         (gnus-summary-first-subject): Documented API. Modified
2129         implementation so that constraints are handled independently.
2130         Added check to prevent selection of any article in the
2131         gnus-newsgroup-unfetched list.
2132         (gnus-summary-first-unseen-subject): Updated parameters in
2133         gnus-summary-first-subject call to match new API.
2134         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2135         (gnus-summary-catchup): Do not mark unfetched articles as read.
2136
2137 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2138
2139         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2140         make-obsolete-variable allows only two arguments in XEmacs and
2141         Emacs 20.
2142
2143         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2144         gnus-article-hide-pgp.
2145         (gnus-summary-make-menu-bar): do.
2146
2147         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2148         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2149         gnus-article-hide-pgp.
2150         (article-hide-pgp): Remove.
2151         (gnus-article-hide): Remove gnus-article-hide-pgp.
2152
2153         * gnus.el: Remove gnus-article-hide-pgp
2154
2155 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * message.el (message-required-headers): Doc fix.
2158
2159 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2160
2161         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2162         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2163         option to make ifile a purely binary classifier
2164
2165 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2168         (mml-secure-encrypt-pgpmime): Removed double.
2169
2170         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2171         debugging statements.
2172
2173 2003-01-21  Andreas Fuchs  <asf@void.at>
2174
2175         * mml-sec.el (mml-sign-alist): Added pgpauto.
2176
2177 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus.el (gnus-version-number): Bumped version number.
2180
2181 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2182
2183         * gnus.el: Oort Gnus v0.13 is released.
2184
2185 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (gnus-button-url-regexp): Removed |.
2188
2189         * message.el (message-send-hook): Doc fix.
2190
2191         * gnus-win.el (gnus-buffer-configuration): Display article
2192         instead of article-copy when `reply'.
2193
2194 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2195
2196         * gnus.el (gnus-format): Change customize group to gnus.
2197         (gnus-cache): Add link.
2198         (gnus-group-charter-alist): Fix docstring.
2199
2200 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2201
2202         * mailcap.el (mailcap-print-command): lpr-command might be
2203         unbound in XEmacs.
2204
2205 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2206
2207         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2208
2209         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2210         calculation of net characters added for use in the gnus-data
2211         structure.
2212
2213 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2214
2215         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2216         message.  Suggested by Jari Aalto.
2217
2218 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2221         (gnus-article-reply-with-original): Ditto.
2222
2223         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2224         read articles don't become unread.
2225
2226 2003-01-17  Simon Josefsson  <jas@extundo.com>
2227
2228         * gnus-fun.el (gnus-x-face-from-file):
2229         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2230
2231         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2232         (gnus-convert-image-to-face-command): Doc fix.
2233
2234 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2237
2238 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2239
2240         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2241         avoid encoding problems.
2242
2243         * mailcap.el (mailcap-ps-command): New variable.
2244         (mailcap-mime-data): Add print entry where applicable.  Use
2245         pdftotext on a tty.
2246
2247 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2248
2249         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2250
2251 2003-01-16  Simon Josefsson  <jas@extundo.com>
2252
2253         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2254         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2255         (gnus-face-from-file): Doc fix; don't mention image format.
2256
2257 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * spam.el (spam-get-article-as-filename): new function (unused for now)
2260         (spam-get-article-as-buffer): new function
2261         (spam-get-article-as-string): use spam-get-article-as-buffer
2262         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2263
2264 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2265
2266         * gnus-agent.el: Don't use `path'.
2267         From the GNU coding standards:
2268
2269             Please do not use the term ``pathname'' that is used in Unix
2270             documentation; use ``file name'' (two words) instead.  We use
2271             the term ``path'' only for search paths, which are lists of
2272             directory names.
2273
2274         * nnsoup.el (nnsoup-file-name): Ditto.
2275
2276         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2277         (nnmail-group-pathname): Ditto.
2278
2279         * nnimap.el (nnimap-group-overview-filename): Ditto.
2280
2281         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2282         (nnheader-group-pathname): Ditto.
2283
2284         * nnfolder.el (nnfolder-group-pathname): Ditto.
2285
2286         * gnus.el (gnus-home-directory): Ditto.
2287
2288         * gnus-group.el (gnus-group-icon-list): Ditto.
2289
2290 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2291
2292         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2293
2294         * message.el (message-mode-menu): Use it.
2295         (message-mode-menu): Deactivate "Yank Original" if there's no
2296         reply buffer.
2297
2298         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2299
2300         * message.el (message-mark-active-p): New function.
2301
2302 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2303
2304         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2305         (spam-bogofilter-database-directory): new variables
2306         (spam-check-bogofilter-headers, spam-check-bogofilter)
2307         (spam-bogofilter-register-with-bogofilter)
2308         (spam-bogofilter-register-spam-routine)
2309         (spam-bogofilter-register-ham-routine)
2310         (spam-group-ham-processor-bogofilter-p): new functions for the new
2311         Bogofilter interface
2312         (spam-summary-prepare-exit): use the new Bogofilter functions
2313         (spam-list-of-checks): added spam-use-bogofilter-headers
2314         (spam-bogofilter-score): rewrote function
2315         (spam-check-bogofilter): optional score parameter, uses
2316         spam-check-bogofilter-headers better
2317         (spam-check-bogofilter-headers): optional score parameter
2318
2319         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2320         default, in the gnus-start customization group.  Used to disable
2321         the spam-*/ham-* parameters.
2322         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2323
2324 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2325
2326         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2327         XEmacs.
2328
2329         * gnus-ems.el (gnus-mark-active-p): do.
2330
2331 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2332
2333         * gnus.texi (Using MIME): Mention auto-compression-mode with
2334         gnus-mime-copy-part.
2335
2336 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * message.el (message-send): Don't warn about duplicates when
2339         superseding.
2340
2341 2003-01-15  Simon Josefsson  <jas@extundo.com>
2342
2343         * nnimap.el (nnimap-split-download-body): New variable.
2344         (nnimap-split-articles): Use it.
2345
2346 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2347
2348         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2349         integrity checker was incorrectly flagging, and removing, articles
2350         whose article number was negative.
2351         (gnus-agent-fetch-group-1): When executed in the group's summary
2352         buffer, refresh each downloaded line to update the status flag and
2353         font.  Preserve the value of gnus-newsgroup-headers so that
2354         gnus-agent-fetch-articles can split the requests by size.
2355         (gnus-agent-expire): Corrected day calculation for when
2356         gnus-agent-expire-days contains a list.
2357
2358 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2361
2362 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2363
2364         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2365           /usr/bin/play as default player.
2366           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2367
2368 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2371         articles to be marked as well.
2372
2373 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2374         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2375         fictious headers generated by nnagent (ie. Undownloaded Article
2376         ####) in the list of articles that have not been downloaded.
2377
2378         * gnus-int.el (): Added require declarations to resolve
2379         compile-time warnings.
2380         (gnus-open-server): If the server status is set to offline,
2381         recursively execute gnus-open-server to open the offline backend
2382         (e.g. nnagent).
2383
2384 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2385
2386         * gnus-art.el (gnus-article-reply-with-original): Use
2387         gnus-mark-active-p.
2388         (gnus-article-followup-with-original): do.
2389
2390 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2391
2392         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2393
2394 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2395
2396         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2397         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2398
2399 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2400
2401         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2402         (gnus-face-from-file): Ditto.
2403
2404 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2407         gnus-alter-articles-to-read-function to the unread articles.
2408
2409 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2410
2411         * deuglify.el (gnus-article-outlook-unwrap-lines)
2412         (gnus-article-outlook-repair-attribution)
2413         (gnus-article-outlook-rearrange-citation): New function names,
2414         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2415         doc-string.
2416
2417         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2418         removed `W k' key binding (use `W Y f' instead).
2419         (gnus-summary-make-menu-bar): Use new function names.
2420
2421 2003-01-13  Simon Josefsson  <jas@extundo.com>
2422
2423         * gnus-fun.el (gnus-random-x-face): Doc fix.
2424         (gnus-insert-random-x-face-header): New function.
2425
2426 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2427
2428         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2429         mark is not active.
2430
2431         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2432
2433         * gnus-ems.el (gnus-mark-active-p): New function.
2434
2435         * gnus-group.el (gnus-topic-mode-p): New function.
2436         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2437         Deactivate items if mark is not active.
2438
2439 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus.el (gnus-version-number): Bumped version.
2442         (gnus-summary-line-format): Doc fix.
2443
2444 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2445
2446         * gnus.el: Oort Gnus v0.12 is released.
2447
2448 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * mail-source.el (mail-sources): Removed autoload to make it
2451         compile under XEmacs.
2452
2453 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2454
2455         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2456         regexp or a function too.
2457         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2458         confirmation even if the original article is mail.
2459
2460 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2463         articles to be marked when not yanking.
2464
2465 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2466
2467         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2468
2469 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-fun.el (gnus-face-from-file): Autoload.
2472
2473         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2474         errors.
2475
2476 2003-01-12  Simon Josefsson  <jas@extundo.com>
2477
2478         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2479         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2480
2481         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2482         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2483
2484 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2487         in every string.
2488
2489         * gnus.el (gnus-version-number): Bumped version number.
2490
2491 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2492
2493         * gnus.el: Oort Gnus v0.11 is released.
2494
2495 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2496
2497         * message.el (message-fetch-reply-field): Narrow to headers.
2498
2499         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2500         if Gnus isn't alive.
2501
2502 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2503
2504         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2505         marks from articles that are already stored in the agent.
2506         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2507         backup copy of an invalid .overview file for later analysis.
2508
2509 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2510
2511         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2512         exit work with two frames.
2513
2514 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2515
2516         * message.el (message-forward-make-body): Use mule4.
2517
2518 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * message.el (message-mode-map): Move wide-reply command.
2521
2522 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2523
2524         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2525         castellano.
2526         (gnus-outlook-display-hook): New variable.
2527         (gnus-outlook-display-article-buffer): New function.
2528         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2529         (gnus-outlook-deuglify-article): Made them interactive and added
2530         optional arg.  Use `g-o-d-a-b'.
2531         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2532
2533         * gnus-sum.el: Added autoloads.
2534         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2535         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2536
2537 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-art.el (gnus-display-mime): Use the mime emulation
2540         variable.
2541
2542         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2543
2544         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2545         newsrc-alist is initialized properly.
2546
2547         * mail-source.el (mail-sources): Autoload.
2548
2549         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2550         nil.
2551
2552         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2553         insert two newlines.
2554
2555         * message.el (message-check-news-header-syntax): Compute the
2556         header length correctly.
2557
2558 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2559
2560         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2561         alist when keeping fetched article file.
2562         (gnus-agent-retrieve-headers): When parsing response for article
2563         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2564         against garbage in the server's response.
2565
2566         * gnus-int.el (gnus-request-expire-articles,
2567         gnus-request-move-article): Only expire when the group's server
2568         has been agentized.
2569
2570 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2573         errors when deleting overlays.
2574
2575         * gnus-score.el (gnus-score-followup): Allow tracing.
2576
2577         * gnus-art.el (gnus-treat-display-face): New variable.
2578         (article-display-face): New command.
2579
2580         * gnus-fun.el (gnus-face-from-file): New function.
2581         (gnus-convert-face-to-png): Ditto.
2582
2583         * gnus-art.el (gnus-ignored-headers): Added Face.
2584
2585 2003-01-10  Simon Josefsson  <jas@extundo.com>
2586
2587         * nndraft.el (nndraft-request-group): Avoid crash in
2588         directory-files when draft directory doesn't exists.
2589
2590         * gnus-sum.el (gnus-select-article-hook): Add :option.
2591
2592 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2593
2594         * spam.el (spam-use-stat): new variable
2595         (spam-group-spam-processor-stat-p)
2596         (spam-group-ham-processor-stat-p): new convenience functions
2597         (spam-summary-prepare-exit): add spam/ham processors to sequence
2598         (spam-list-of-checks): add spam-use-stat to list of checks
2599         (spam-split): conditionally load the spam-stat tables
2600         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2601         spam-check-ifile): new functions
2602
2603         * spam-stat.el (spam-stat): typo fix
2604         (spam-stat-install-hooks): new variable
2605         (spam-stat-split-fancy-spam-group): added documentation clarification
2606         (spam-stat-split-fancy-spam-threshhold): new variable
2607         (spam-stat-install-hooks): make hooks conditional
2608         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2609
2610         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2611         spam-stat ham/spam processor symbols
2612
2613 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2616         file exists.
2617
2618 2003-01-10  Simon Josefsson  <jas@extundo.com>
2619
2620         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2621         undownloaded/downloadable only when unplugged.
2622
2623 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2624
2625         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2626
2627 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * spam.el (spam-check-ifile): fixed call-process-region to use the
2630         db parameter only if it's set
2631         (spam-ifile-register-with-ifile): ditto
2632
2633 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2634
2635         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2636         spam-stat-nbad before creating the hash table.
2637         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2638         Changed copyright statement to FSF.
2639
2640 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2641
2642         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2643         processable articles as read.
2644         (gnus-agent-summary-fetch-series): Remove processable and
2645         downloadable marks on all downloaded articles in the series.
2646
2647         * nntp.el (nntp-report): Throw error after reporting the problem.
2648         (nntp-accept-process-output): Corrected error check to report an
2649         error when the process is nil.
2650
2651 2003-01-09  Simon Josefsson  <jas@extundo.com>
2652
2653         * message.el (message-tool-bar-map): Add preview.
2654
2655 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2656
2657         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2658         previewing.
2659
2660 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2661
2662         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2663         bug when the (n+1)th article to be added to a group has a smaller
2664         number than the n articles already added.
2665
2666 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2667
2668         * message.el (message-mode-field-menu): Use backquote.
2669
2670 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * spam.el: fixed the BBDB autoloads again, using
2673         bbdb-search-simple now (which is not a macro, thank god)
2674
2675         * lpath.el (bbdb-search): removed function from maybe-fbind list
2676
2677         * gnus.el (ham-process-destination): added new parameter for
2678         destination of ham articles found in spam groups at summary exit
2679
2680         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2681         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2682         (spam-ifile-database-path): added new parameter for ifile's database
2683         (spam-move-spam-nonspam-groups-only): new parameter to determine
2684         if spam should be moved from all groups or only some
2685         (spam-summary-prepare-exit): fixed logic to use
2686         spam-move-spam-nonspam-groups-only when deciding to invoke
2687         spam-mark-spam-as-expired-and-move-routine; always invoke that
2688         routine after the spam has been expired-or-moved in case there's
2689         some spam left over; use spam-ham-move-routine in spam groups
2690         (spam-ham-move-routine): new function to move ham articles to the
2691         ham-process-destinations group parameter
2692
2693 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2696
2697         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2698         gnus-summary-update-article-line.
2699
2700 2003-01-08  Simon Josefsson  <jas@extundo.com>
2701
2702         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2703         not successful.
2704
2705 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2708
2709 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2712         logic, finally
2713
2714 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2717         (gnus-parse-format): Change to %~.
2718
2719         * message.el (message-generate-headers): Don't generate optional
2720         empty headers.
2721
2722 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2723
2724         * message.el (message-cross-post-default)
2725         (message-cross-post-note-function, message-shoot-gnksa-feet)
2726         (message-strip-subject-trailing-was, message-change-subject)
2727         (message-mark-insert-file, message-cross-post-followup-to)
2728         (message-cross-post-followup-to, message-mode-map)
2729         (message-generate-unsubscribed-mail-followup-to)
2730         (message-make-mail-followup-to): Minor changes to doc-strings and
2731         error messages.  Updated copyright line.
2732
2733         * message.el (message-make-mail-followup-to,
2734         message-generate-unsubscribed-mail-followup-to): New function
2735         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2736         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2737         names.
2738
2739         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2740         (mml-preview-insert-mft): Removed function name.
2741         (mml-preview): Use new function names.
2742
2743         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2744
2745         * message.el (message-mode-field-menu): Moved header related
2746         commands from "Message" to "Field" menu.
2747
2748 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2749
2750         * message.el (message-generate-headers-first): Added customization
2751         if variable is a list.
2752
2753 2003-01-07  Michael Shields  <shields@msrl.com>
2754
2755         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2756         where the last line of the article is the last line of the window.
2757
2758 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-msg.el (gnus-debug): Use ignore-errors.
2761
2762         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2763         `gnus-summary-update-line'.
2764
2765 2003-01-08  Simon Josefsson  <jas@extundo.com>
2766
2767         * gnus-art.el (gnus-unbuttonized-mime-types)
2768         (gnus-buttonized-mime-types): Doc fix.
2769
2770 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2771
2772         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2773
2774 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2775
2776         * nnrss.el (nnrss-group-alist): Add and clear up.
2777
2778 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2781
2782         * lpath.el (bbdb-search): added BBDB functions for a better way to
2783         fix missing functions
2784
2785         * spam.el (spam-check-ifile): if should be an unless
2786
2787         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2788         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2789         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2790
2791 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2794         gnus-summary-refer-thread to thread menu.
2795
2796 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2797
2798         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2799         summary buffer, articles that cannot be fetched are marked as
2800         canceled.
2801
2802         * nntp.el (nntp-with-open-group): The quit signal handler must
2803         propagate the quit signal to the next outer handler so that the
2804         caller knows that the request aborted abnormally.
2805
2806 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2807
2808         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2809         (spam-ifile-register-spam-routine)
2810         (spam-ifile-register-ham-routine): added ifile functionality that
2811         does not use ifile-gnus.el to classify and register articles
2812         (spam-get-article-as-string): convenience function
2813         (spam-summary-prepare-exit): added ifile spam and ham registration
2814         (spam-ifile-all-categories, spam-ifile-spam-category)
2815         (spam-ifile-path, spam-ifile): added customization options
2816
2817         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2818         exit processor
2819         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2820         list of choices
2821
2822 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * gnus-score.el (gnus-score-followup): Also score immediate
2825         followups.
2826
2827 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2830
2831 2003-01-07  Simon Josefsson  <jas@extundo.com>
2832
2833         * message.el (message-mode-menu): Fix receipt balloon help.
2834
2835 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2836
2837         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2838         always be interpreted as news.
2839
2840 2003-01-07  Simon Josefsson  <jas@extundo.com>
2841
2842         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2843         gnus-sieve-script, instead of the global variable
2844         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2845         <sb@dod.no>.
2846
2847 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2848
2849         * gnus.el: Renamed gnus-summary-*-uncached-face as
2850         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2851         the cache.
2852
2853         * gnus-sum.el: Ditto.
2854
2855 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2856
2857         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2858         in either the group or summary buffer.
2859         New command "JS", in summary buffer, will fetch articles per the
2860         group's category, predicate, and processable flags.
2861         (gnus-agent-summary-fetch-series): Rewritten to call
2862         gnus-agent-session-fetch-group once with all articles in the
2863         series.
2864         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2865         return list of fetched articles.
2866         (gnus-agent-fetch-articles): Split fetch list into sublists such
2867         that the article buffer is only slightly larger than
2868         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2869         the group's article alist is saved.
2870         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2871         longer result in the agent trying to fetch an article.
2872         (gnus-agent-fetch-group-1): Can now be called in either the group
2873         or summary buffer.  Removed the max-fetch-size code that I added
2874         on 2002-12-13 as that capability is now part of
2875         gnus-agent-fetch-articles.  Added code to update summary buffer.
2876         When called in the group buffer, articles that can not be fetched
2877         are AUTOMATICALLY MARKED AS READ.
2878
2879         * gnus-sum.el (): Modified eval-when-compile to minimize
2880         misleading compilation warnings.
2881         (gnus-update-summary-mark-positions): Changed code to use
2882         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2883
2884         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2885         empty file as the parser assumes that the file isn't empty.
2886
2887         * nntp.el (nntp-send-string): The process-send-string call can,
2888         because it performs I/O on the process, change the process' state
2889         from open to closed.  If this happens, call nntp-report
2890         immediately to report the broken connection.
2891         (nntp-report): Rewritten to avoid needing a global variable to
2892         determine the appropriate course of action.  Instead, two function
2893         implementations are provided and the nntp-report function value is
2894         bound to the appropriate implementation.
2895         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2896         (nntp-with-open-group): Now binds nntp-report's function cell
2897         rather than binding gnus-with-open-group-first-pass.  Added a
2898         condition-case to detect a quit during a nntp command.  When the
2899         quit occurs, the current connection is closed as a fetch articles
2900         request could have several megabytes queued up for reading.
2901         (nntp-retrieve-headers): Bind articles to itself.  If
2902         nntp-with-open-group repeats this command, I must have access to
2903         the original list of articles.
2904         (nntp-retrieve-groups): Ditto for groups.
2905         (nntp-retrieve-articles): Ditto for articles.
2906         (*): Replaced nntp-possibly-change-group calls to
2907         nntp-with-open-group forms in all, but one, occurrance.
2908         (nntp-accept-process-output): Bug fix. Detect when called with
2909         null process.
2910
2911 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2912
2913         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2914         if we don't need to.
2915         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2916
2917 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-group.el (gnus-group-make-web-group): Pass the select
2920         method on to group-create.
2921         (gnus-group-line-format-alist): %U is an integer.
2922
2923         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2924         ephemeral groups.
2925         (gnus-summary-read-group-1): Ditto.
2926         (gnus-group-make-articles-read): Ditto.
2927
2928         * mm-url.el (mm-url-program): Doc fix.
2929
2930         * message.el (message-mode-map): Rebound
2931         message-insert-wide-reply.
2932
2933 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2936         color as `gnus-group-startup-message' does.
2937
2938 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         * spam.el: fixed line lengths to 80 chars or less
2941
2942         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2943         "not-read" mark
2944         (gnus-summary-mark-forward): added the spam-mark to the list of
2945         marks not to be marked as "read" when viewed
2946
2947 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2950
2951         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2952         Protect against unactive groups.
2953
2954         * message.el (message-check-news-header-syntax): Check long
2955         header lines.
2956         (message-check-news-header-syntax): Update `start'.
2957
2958         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2959         (gnus-group-line-format): %U.
2960         (gnus-group-line-format-alist): ?U.
2961         (gnus-number-of-unseen-articles-in-group): New function.
2962
2963         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2964
2965         * gnus.el (gnus-version-number): Bump version number.
2966
2967 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2968
2969         * gnus.el: Oort Gnus v0.10 is released.
2970
2971 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * gnus.el (gnus-version-number): Fix version number.
2974
2975 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2976
2977         * gnus.el: Oort Gnus v0.08 is released.
2978
2979 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2980
2981         * mm-util.el: Add mm-string-make-unibyte.
2982
2983         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2984         UTF-8 groups.
2985
2986 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2989
2990         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2991
2992 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2993
2994         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2995         function.
2996
2997 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3000         (gnus-summary-read-group-1): Update group line.
3001         (gnus-summary-exit-no-update): Update group on exit.
3002
3003         * gnus-group.el (gnus-group-line-format): Add %*.
3004         (gnus-group-line-format-alist): Ditto.
3005         (gnus-group-insert-group-line): Set it.
3006         (gnus-group-is-exiting-p): New variable.
3007         (gnus-group-insert-group-line): Use it.
3008
3009 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3010
3011         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3012         enable BBDB ham processing
3013         (spam-blacklist-register-routine): enable blacklist spam processing
3014         (spam-whitelist-register-routine): enable whitelist ham processing
3015         (spam-fetch-field-from-fast): fast fetching of the "from" field
3016         from (gnus-data-list)
3017         (spam-summary-prepare-exit): works completely now
3018         (spam-use-blacklist): oops, should be nil by default
3019         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3020         split processing now; before it was for summary exit as
3021         well but that's done with the spam-contents and spam-process
3022         parameters now
3023
3024 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3025
3026         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3027         characters.
3028
3029 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3030
3031         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3032         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3033         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3034         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3035         (spam-mark-spam-as-expired-and-move-routine)
3036         (spam-generic-register-routine, spam-BBDB-register-routine)
3037         (spam-ifile-register-routine, spam-blacklist-register-routine)
3038         (spam-whitelist-register-routine): new functions
3039         (spam-summary-prepare-exit): added summary exit processing (expire
3040         or move) of spam-marked articles for spam groups; added slots for
3041         all the spam-*-register-routine functions
3042
3043 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * pop3.el (pop3-retr): Wait 500 msecs.
3046         (pop3-read-response): Ditto.
3047
3048         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3049         right.
3050         (gnus-inews-make-draft): New function.
3051         (gnus-setup-message): Use it.
3052
3053         * message.el (message-required-headers): Add From.
3054
3055 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3056         Trivial patch from Norbert Koch <nk@viteno.net>.
3057
3058         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3059
3060 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * message.el (message-generate-headers): Let header formatters do
3063         their work.
3064
3065 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3066
3067         * deuglify.el (gnus-article-outlook-deuglify-article):
3068         Rehighlight, reapply treatments and call
3069         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3070         (gnus-outlook-repair-attribution-block): Recognize cited
3071         attributions.  Suggested by Niklas Morberg.
3072
3073 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3074
3075         * gnus-art.el (gnus-treat-predicate): Check condition first.
3076
3077 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3078
3079         * lpath.el: Add url-http-file-exists-p.
3080
3081         * gnus-group.el (gnus-group-fetch-charter): Use
3082         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3083
3084 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * message.el (message-draft-headers): Also generate From to get a
3087         nicer draft buffer summary.
3088
3089         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3090         parameter.
3091
3092         * gnus-art.el (article-wash-html): Clean up.
3093         (article-wash-html): Typo fix.
3094
3095         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3096         (gnus-summary-mail-forward): To many lists of lists.
3097
3098         * gnus-art.el (article-wash-html): Clean up.
3099
3100 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3101
3102         * gnus-art.el (gnus-treat-wash-html): New variable.
3103
3104 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * message.el (message-check-news-header-syntax): Allow posting.
3107         (message-check-news-header-syntax): Fix logic for sure, this
3108         time.
3109
3110 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3111
3112         * message.el (message-check-news-header-syntax): Check syntax of
3113         continuation headers.
3114
3115 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3116
3117         * gnus-art.el (gnus-button-url-regexp,
3118         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3119         (gnus-header-button-alist): Regexps are case insensitive here.
3120
3121 2003-01-02  Simon Josefsson  <jas@extundo.com>
3122
3123         * dig.el (query-dig): Doc fix.
3124
3125 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3126
3127         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3128         summary buffer line, not just the download mark.
3129
3130 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3133         (gnus-summary-insert-dormant-articles): New command and
3134         keystroke.
3135
3136         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3137         function for mass insertion of subjects.
3138
3139         * nndraft.el (nndraft-generate-headers): Don't move point.
3140
3141         * gnus.el (nnheader): Require nnheader.
3142
3143         * nndraft.el (nndraft-request-associate-buffer): Use
3144         make-local-variable.
3145
3146 2003-01-02  Michael Shields  <shields@msrl.com>
3147
3148         * nndraft.el (nndraft-request-associate-buffer): Make
3149         write-contents-hooks buffer-local before setting it.
3150
3151 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus.el (gnus-group-parameter-value): Take an extra param.
3154         (gnus-group-fast-parameter): Let group param results be nil.
3155
3156         * gnus-art.el (gnus-article-forward-header): New function.
3157         (article-date-ut): Use it to remove continuation date headers.
3158
3159         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3160         read-event.
3161         (gnus-summary-remove-bookmark): Clean up.
3162         (gnus-summary-set-bookmark): Clean up.
3163
3164         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3165
3166         * gnus.el (gnus-group-startup-message): Bind data-directory to
3167         the Gnus etc directory.
3168
3169 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3172         ham-processing of articles; use the new
3173         spam-group-(spam|ham)-contents-p functions
3174         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3175         convenience functions
3176         (spam-mark-junk-as-spam-routine): use the new
3177         spam-group-spam-contents-p function
3178
3179         * gnus.el (spam-process, spam-contents, spam-process-destination):
3180         added new parameters with corresponding global variables
3181         (gnus-group-spam-exit-processor-ifile,
3182         gnus-group-spam-exit-processor-bogofilter,
3183         gnus-group-spam-exit-processor-blacklist,
3184         gnus-group-spam-exit-processor-whitelist,
3185         gnus-group-spam-exit-processor-BBDB,
3186         gnus-group-spam-classification-spam,
3187         gnus-group-spam-classification-ham): added new symbols for the
3188         spam-process and spam-contents parameters
3189
3190         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3191         customization and list itself to store mark symbol rather than
3192         mark character.
3193         (spam-bogofilter-register-routine): added logic to generate mark
3194         values list from spam-ham-marks and spam-spam-marks, so (member)
3195         would work.
3196
3197 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * message.el (message-cross-post-followup-to): Fix comment.
3200
3201 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3204         customization and list itself to store mark symbol rather than
3205         mark character.
3206         (spam-bogofilter-register-routine): added logic to generate mark
3207         values list from spam-ham-marks and spam-spam-marks, so (member)
3208         would work.
3209
3210 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3211
3212         * message.el (message-signature-insert-empty-line): New variable.
3213
3214 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * message.el: Renamed functions and variables: "xpost" ->
3217         "cross-post", "-fup2" -> "-followup-to".
3218         (message-cross-post-old-target, message-cross-post-default,
3219         message-cross-post-note, message-followup-to-note,
3220         message-cross-post-note-function): New variables names.
3221         (message-xpost-old-target, message-xpost-default,
3222         message-xpost-note, message-fup2-note,
3223         message-xpost-note-function): Removed variable names.
3224         (message-cross-post-followup-to-header,
3225         message-cross-post-insert-note, message-cross-post-followup-to):
3226         New function names.
3227         (message-xpost-fup2-header, message-xpost-insert-note,
3228         message-xpost-fup2): Removed function names.
3229
3230 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * message.el (message-send-mail): Added message-cleanup-headers to
3233         prevent newlines in headers.
3234
3235 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * dns.el (dns-make-network-process): Comment.
3238
3239         * gnus-sum.el (gnus-summary-display-while-building): Default to
3240         nil.
3241
3242 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3243
3244         * gnus-sum.el (gnus-summary-display-while-building): New
3245         variable.
3246
3247 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3248
3249         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3250         before rearranging the article.
3251
3252 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * nndraft.el (nndraft-generate-headers): New function.
3255         (nndraft-request-associate-buffer): Use it to write headers on
3256         buffer save.
3257
3258         * message.el (message-generate-headers): Let the function be a
3259         lambda form.
3260         (message-draft-headers): New variable.
3261
3262         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3263         function.
3264         (gnus-setup-message): Use it.
3265
3266         * message.el (message-generate-headers-first): Doc fix.
3267         (message-setup-1): Use new function for getting which headers to
3268         generate.
3269         (message-headers-to-generate): New function.
3270
3271 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3272
3273         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3274
3275 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3276
3277         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3278         mention negatives.
3279
3280 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3281
3282         * deuglify.el (gnus-outlook-rearrange-article): Use
3283         `transpose-regions' instead of tempering the kill-ring.
3284         (gnus-article-outlook-deuglify-article): Rehighlight article
3285         instead of a complete redisplay.
3286
3287 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3288
3289         * spam.el: most defvars are defcustoms now
3290
3291         patches from Michael Shields  <shields@msrl.com>
3292
3293         * spam.el (spam-bogofilter-articles): Select the article
3294         body using gnus-summary-show-article t instead of
3295         gnus-summary-select-article; this presents the raw text
3296         without running any hooks.
3297
3298         * spam.el (spam-bogofilter-articles): Use message-remove-header
3299         to remove headers; the old way incorrectly removed just the first
3300         line of folded headers.
3301
3302 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3305
3306 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-start.el (gnus-load): New function.
3309         (gnus-read-newsrc-el-file): Use it.
3310
3311 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3314         (gnus-button-handle-apropos-documentation): New function.
3315         (gnus-button-handle-ctan): New function.
3316         (gnus-button-alist): Use them.  Improve some regexps.
3317         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3318
3319 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3320
3321         * message.el (message-subscribed-p): New function.
3322         (message-send-mail): Use it.
3323         * mml.el (mml-preview-insert-mft): New function.
3324         (mml-preview): Use it.
3325
3326 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3329         when sorting by date.
3330
3331         * gnus-art.el (gnus-article-edit-mode): New variable.
3332         (gnus-article-setup-buffer): Warn user about discarding edits.
3333
3334         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3335         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3336         headers.
3337
3338         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3339
3340 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3341
3342         * message.el (message-completion-alist): Added "Mail-Followup-To"
3343         and "Mail-Copies-To".
3344
3345 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3346
3347         * gnus-group.el: Add key bindings for
3348         gnus-group-sort-groups-by-real-name and
3349         gnus-group-sort-selected-groups-by-real-name.
3350
3351 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3352
3353         * gnus.texi (Sorting Groups): Add key bindings for
3354         gnus-group-sort-groups-by-real-name and
3355         gnus-group-sort-selected-groups-by-real-name.
3356
3357 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * spam.el (spam-use-dig): new variable for blackhole checking
3360         through dig.el
3361         (spam-check-blackholes): added dig.el checking functionality and
3362         more verbose reporting; query-dig is autoloaded from dig.el
3363         (spam-use-blackholes): disabled by default
3364         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3365         blackhole servers list
3366
3367 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * message.el (message-required-headers): New variable.
3370
3371 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3372
3373         * dig.el (query-dig): new function
3374
3375 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3378         prefixes.
3379
3380         * dns.el (query-dns): Protect against errors.
3381
3382         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3383         (gnus-inews-add-send-actions): Mark all answered messages as
3384         answered.
3385
3386 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3387
3388         * nnmail.el (nnmail-split-it): Added tracing to
3389         `:' split rule
3390
3391 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3392
3393         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3394         and "%s" so we don't overquote them.
3395
3396 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3397
3398         * (mm-display-external): Display the actual command that has been
3399         executed in the echo area.
3400
3401 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3404
3405         * message.el (message-with-reply-buffer): New macro.
3406         (message-fetch-reply-field): Use it.
3407         (message-insert-wide-reply): New command and keystroke.
3408         (message-carefully-insert-headers): New function.
3409         (message-insert-to): Use new function.
3410
3411         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3412         (gnus-topic-goto-missing-group): Use it.
3413
3414         * message.el (message-required-news-headers): Removed Lines.
3415         (message-reply): Don't insert References first.
3416         (message-followup): Ditto.
3417         (message-make-references): New function.
3418         (message-followup): Set message-reply-headers before generating
3419         the buffer stuff.
3420
3421 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3422
3423         * mml.el (mml-generate-mime-1): Reverse the order of
3424         encoding/flowing.
3425
3426 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3429         after moving them.
3430
3431         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3432         fit with newer standard format.
3433         (gnus-summary-make-false-root-always): New variable.
3434         (gnus-gather-threads-by-subject): Use it.
3435
3436         * message.el (message-get-reply-headers): Take an address list
3437         optional argument.
3438
3439 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * gnus.el (gnus-keep-backlog): Change default to 20.
3442
3443         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3444         start.
3445         (gnus-agent-check-overview-buffer): Remove negative article
3446         numbers.
3447
3448         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3449         (nnmail-cache-ignore-groups): Doc fix.
3450
3451         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3452         (nnimap-debug-buffer): New variable.
3453         (nnimap-debug): Use it.
3454
3455 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3456
3457         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3458
3459 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3462         they aren't already sorted.
3463
3464 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3465
3466         * message.el (message-mode-menu): Add ellipses to menu items
3467         expecting user interaction.
3468         (message-mode-field-menu): do.
3469
3470 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3471
3472         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3473         it isn't used any more.
3474
3475 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3476
3477         * binhex.el (binhex-decoder-program): Fix docstring.
3478
3479 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3480
3481         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3482         special chars if the mailcap file uses single quotes around %s.
3483         From Laurent Martelli <laurent@bearteam.org>.
3484
3485 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3486
3487         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3488         return the info object.
3489
3490 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3491
3492         * gnus-int.el (gnus-request-update-info): Artificially add
3493         (1 . (1- min)) to the read range, in case the backend doesn't
3494         store marks for nonexistent articles.
3495
3496 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * binhex.el (binhex-insert-char): Eval-and-compile.
3499
3500 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3501
3502         * lpath.el: Add tool-bar-local-item-from-menu.
3503
3504         * message.el (message-tool-bar-local-item-from-menu): New function.
3505         (message-tool-bar-map): Use it.
3506
3507 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3508
3509         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3510
3511         * gnus-art.el (gnus-article-header-rank): Last header in
3512         gnus-sorted-header-list should have higher rank than non-members.
3513
3514 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3517         covered methods.
3518
3519 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3520
3521         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3522         eval-when-compile.  Suggested by Kevin Greiner.
3523
3524 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3525
3526         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3527         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3528         even though no headers may have been fetched
3529         (gnus-agent-fetch-group-1, and perhaps others, require this
3530         behavior).
3531         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3532         server buffer is constrained by gnus-agent-max-fetch-size.
3533         Multiple chunks in the same group may perform arbitrarily large
3534         updates.
3535
3536 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3537
3538         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3539         gnus-summary-update-download-mark to update the article in the
3540         summary.
3541
3542 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3543
3544         * gnus.el (gnus-summary-high-uncached-face,
3545         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3546         New faces.
3547
3548         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3549         added this on 2002-11-23 but it just wasn't working out as
3550         intended.  The idea isn't entirely dead, three new faces
3551         gnus-summary-*-uncached-face are being added to gnus.el to provide
3552         the basis for an improved implementation.
3553         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3554         proper file to open is lib/servers.
3555         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3556         (i.e. removing the article from gnus-newsgroup-downloadable) will
3557         now restore the article's default mark rather than simply setting
3558         no mark.
3559         (gnus-agent-get-undownloaded-list): Corrected documentation.
3560         Added code to set new summary local variable,
3561         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3562         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3563         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3564         up to date.  Call new gnus-summary-update-download-mark to keep
3565         summary buffer up-to-date.
3566         (gnus-agent-fetch-selected-article): Keep
3567         gnus-newsgroup-undownloaded up to date.
3568         (gnus-agent-fetch-articles): Return list of articles that were
3569         successfully fetched.
3570         (gnus-agent-check-overview-buffer): No more thingatpt.
3571         (gnus-agent-expire): No longer deletes NOV entries of unread
3572         articles.
3573         (gnus-agent-unread-articles): New function.
3574         (gnus-agent-regenerate-group): The article number must be
3575         terminated by a tab character.  Added more messages to report
3576         repairs.  Inhibit quits while writing changes so it is now safe
3577         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3578         downloaded to 1) resolve the unbound references and 2) avoid
3579         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3580
3581         * gnus-art.el (gnus-article-prepare): The agent
3582         downloaded/undownloaded mark is no longer stored as the article's
3583         mark.
3584
3585         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3586         gnus-summary-highlight may use it.  Added downloaded as
3587         gnus-summary-highlight was using it.
3588
3589         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3590         the download mark now follows Kai's +/- convention.
3591         (gnus-downloaded-mark): Added ?+ mark.
3592         (gnus-summary-highlight): Added rules to select
3593         gnus-summary-high-uncached-face,
3594         gnus-summary-normal-uncached-face, and
3595         gnus-summary-low-uncached-face.  Removed the
3596         gnus-agent-downloaded-article-face.
3597         (gnus-summary-line-format-alist): Implemented the download flag
3598         format (?O) as named in the manual.  This implementation displays
3599         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3600         gnus-no-mark.
3601         (gnus-newsgroup-agentized): New local variable that identifies
3602         which groups are agentized.  While the agent is now on by default,
3603         you don't have to agentize every server that you use.
3604         (gnus-update-summary-mark-positions): Completed support for the
3605         download type of mark.
3606         (gnus-summary-insert-line): Added undownloaded to the parameters.
3607         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3608         reference by the gnus-summary-line-format-spec.
3609
3610         * nntp.el (nntp-with-open-group): This macro handles dropped or
3611         broken connections by opening a new connection and repeating the
3612         failed command.
3613         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3614         XOVER commands preceeding the active articles with the nov entry
3615         of the first available article.  When gnus connected to such a
3616         server, the unexpected nov entry would result in duplicate lines
3617         in the agent's overview file.  This patch fixes the duplicate
3618         lines problem and improves performance by skipping over all
3619         articles IDs that preceed the first nov entry in the server's
3620         reply.
3621
3622 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3625         (gnus-summary-highlight): Use it instead of `downloaded'.
3626         (gnus-summary-highlight-line): Ditto.
3627
3628         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3629
3630 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3633
3634         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3635         calls.
3636
3637         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3638         downloaded variable if we're in an uncovered group.
3639
3640         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3641         font to soemthing less noticeable.
3642         (gnus-agent-group-covered-p): New function.
3643
3644 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3645
3646         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3647         Because of an unknown bug, the group buffer is saved in .overview
3648         file.
3649
3650 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3651
3652         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3653         `and' with `or'.
3654
3655 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3656
3657         * nntp.el (nntp-send-command): Assume that echo does not happen
3658         when nntp-open-connection-function is nntp-open-network-stream.
3659         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3660
3661 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3664
3665 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3666
3667         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3668         nntp-server-buffer if we aren't going to write to it.
3669
3670 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3671         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3672
3673         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3674
3675 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3678         decoded words.
3679
3680 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3681
3682         * gnus.el (fboundp): After loading mm-util, make sure it was the
3683         right one.
3684
3685 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3686
3687         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3688         gnus-sum.  Made into a user option.
3689
3690         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3691         (gnus-summary-mark-article-as-unread)
3692
3693 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3694
3695         * time-date.el (date-to-time): Typo.
3696
3697         * parse-time.el: Typo.
3698
3699         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3700
3701         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3702
3703         * nnimap.el:
3704         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3705
3706         * mm-encode.el (mm-safer-encoding): Typo.
3707
3708         * messcompat.el: Typo.
3709
3710         * message.el (message-face-alist): Typo.
3711
3712         * imap.el (imap-interactive-login, imap-open): Typos.
3713
3714         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3715
3716         * gnus.el: Typo.
3717
3718         * gnus-win.el (gnus-configure-frame): Typo.
3719
3720         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3721
3722         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3723
3724         * gnus-sum.el (gnus-summary-article-number)
3725         (gnus-summary-read-group-1, gnus-summary-mark-article)
3726         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3727
3728         * gnus-mule.el (gnus-mule-add-group): Typo.
3729
3730         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3731
3732         * gnus-group.el (gnus-group-fetch-faq): Typo.
3733
3734         * gnus-art.el (gnus-decode-header-methods): Typo.
3735
3736         * flow-fill.el: Typo.
3737
3738 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3739
3740         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3741
3742 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3743
3744         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3745         (gnus-summary-mark-article-as-unread)
3746         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3747         Reformatting to avoid long lines.
3748         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3749
3750 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3751
3752         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3753         be accessed through `mail-header-number'.
3754
3755 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3756
3757         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3758         compressed range to gnus-summary-insert-articles.
3759
3760 2002-11-26  Kevin Ryde <user42@zip.com.au>
3761
3762         * gnus-art.el (gnus-mime-copy-part): Look for filename
3763         parameter under content-disposition, not content-type.
3764
3765         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3766         (gnus-summary-reselect-current-group): Use it.
3767
3768 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * gnus-agent.el (gnus-agent-uncached-articles): if
3771         gnus-agent-load-alist fails, return ARTICLES.
3772
3773         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3774
3775 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3776
3777         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3778         superfluous function call.
3779         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3780         Add warning to docstring.
3781
3782 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-agent.el: Autoload number-at-point instead.
3785         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3786
3787 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3788
3789         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3790         require thingatpt (for number-at-point) and protect against
3791         deactivate-mark being unbound (on XEmacs).
3792
3793 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3794
3795         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3796         print message on entry.
3797
3798         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3799
3800         * gnus-range.el (gnus-range-difference): New function.
3801         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3802
3803 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3804
3805         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3806         gnus-remove-from-range instead of gnus-range-difference which
3807         doesn't exist.
3808
3809 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3810         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3811
3812         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3813         used for showing which articles have been downloaded.
3814         (gnus-agent-article-alist): Format change.  Add documentation.
3815         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3816         process-marked articles.
3817         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3818         in the series are individually fetched to minimize lose of
3819         content due to an error/quit.
3820         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3821         gnus-message instead of message.
3822         (gnus-agent-read-servers): Use file lib/methods instead of
3823         lib/servers.  TODO: Why?
3824         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3825         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3826         come from the agent.  This means that they are not downloaded.
3827         (gnus-agent-fetch-selected-article): Don't use history.
3828         (gnus-agent-save-history, gnus-agent-enter-history)
3829         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3830         Removed function; history is not used anymore.
3831         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3832         (gnus-agent-crosspost): Started rewrite then realized that a typo
3833         in gnus-agent-fetch-articles ensures that this function is never
3834         called.  This will need to be fixed later.
3835         (gnus-agent-check-overview-buffer): Some sanity checks on the
3836         agent overview buffer.  This is a safety net used during
3837         development.
3838         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3839         changed, write a number to the file indicating this.
3840         (gnus-agent-fetch-headers): Rewrite to respect
3841         gnus-agent-consider-all-articles without relying on the
3842         `.fetched' files.  Make it fast.
3843         (gnus-agent-braid-nov): Change resulting from
3844         gnus-agent-fetch-headers change.
3845         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3846         `.fetched' files.
3847         (gnus-agent-read-agentview): New function, used by
3848         gnus-agent-load-alist.
3849         (gnus-agent-load-fetched-headers): Remove.
3850         (gnus-agent-save-alist): Rewrite to accomodate new format.
3851         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3852         same order as in gnus-newsgroup-headers.
3853         (gnus-agent-expire): Document and implement extra args ARTICLES,
3854         GROUP, FORCE.  Do not restrict usage.
3855         (gnus-agent-uncached-articles): New function.
3856         (gnus-agent-retrieve-headers): Use it.
3857         (gnus-agent-regenerate-group): No longer needs to be called from
3858         gnus-agent-regenerate.  Individual groups may be regenerated. The
3859         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3860         The article fetch dates are validated in the article alist.  The
3861         article alist is pruned of entries that do not reference existing
3862         NOV entries.  All changes are computed then applied with
3863         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3864         regeneration.  The optional clean parameter has been replaced with
3865         an optional reread parameter.  Clean is no longer necessary as
3866         regeneration gets the appropriate setting from
3867         gnus-agent-consider-all-articles.  The new reread parameter will
3868         result in fetched, or all, articles being marked as unread.
3869         (gnus-agent-regenerate): Removed code to regenerate the history
3870         file as it is no longer used.
3871
3872         * gnus-start.el (gnus-make-ascending-articles-unread): New
3873         function, for efficient mass-marking.
3874
3875         * gnus-sum.el (gnus-summary-highlight): Use new face for
3876         downloaded articles.
3877         (gnus-article-mark): Prefer to indicate read/unread status over
3878         downloaded status.
3879         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3880         line.
3881         (gnus-summary-highlight-line): Use new face for downloaded
3882         articles.
3883         (gnus-summary-insert-old-articles): Improved performance by
3884         replacing the initial LIST of older articles with a compressed
3885         RANGE of older articles.  Some servers appear to lie about
3886         their active range so the original list could contain millions
3887         of article numbers.  The range is not expanded into a list
3888         until the optional ALL parameter has been applied.
3889
3890 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3891
3892         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3893
3894 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3895
3896         * spam.el:
3897         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3898
3899         * spam.el: added `M s t' and `M s x' key mappings
3900
3901 2002-11-20  Simon Josefsson  <jas@extundo.com>
3902
3903         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3904
3905 2002-11-19  Simon Josefsson  <jas@extundo.com>
3906
3907         * gnus-sum.el (gnus-summary-morse-message): Load
3908         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3909         (unmorse-region): Autoload it instead.
3910
3911 2002-11-18  Simon Josefsson  <jas@extundo.com>
3912
3913         * gnus-sum.el (gnus-summary-morse-message): New function.
3914         (gnus-summary-wash-map): Bind to `W m'.
3915         (gnus-summary-make-menu-bar): Add.
3916
3917         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3918         before storing \Deleted mark on expired articles.
3919
3920 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3921         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3922
3923         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3924         parens in column 0.
3925
3926 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3927
3928         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3929
3930         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3931
3932         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3933
3934 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3935
3936         * message.el (message-set-auto-save-file-name): Use
3937         make-directory, to avoid the dependence on gnus-util.
3938
3939 2002-11-16  Simon Josefsson  <jas@extundo.com>
3940
3941         * nnimap.el (nnimap-callback-callback-function):
3942         (nnimap-callback-buffer): Removed, these cannot be global but must
3943         be embedded into the callback.
3944         (nnimap-make-callback): New.  Embedd article number, callback and
3945         buffer in function.
3946         (nnimap-callback, nnimap-request-article-part): Update.
3947
3948 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3951
3952 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3953
3954         * gnus.el (gnus-summary-line-format): Document %C.
3955
3956 2002-11-11  Simon Josefsson  <jas@extundo.com>
3957
3958         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3959         output when called interactively.
3960
3961 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3964
3965         * message.el (message-draft-coding-system): Improve comment; use
3966         mm-auto-save-coding-system for the default value.
3967
3968         * nndraft.el (nndraft-request-article): Revert to the state before
3969         2002-10-29; regexp-quote mail-header-separator.
3970
3971 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3972
3973         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3974         allow editing of drafts from an nnvirtual group.
3975
3976 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3979         mm-auto-save-coding-system.
3980
3981         * message.el (message-draft-coding-system): Default to
3982         iso-2022-7bit.
3983
3984         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3985         restore the default value to emacs-mule or escape-quoted.
3986
3987 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3990         a delayed or a queued article as well as a draft.
3991
3992         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3993         delayed or a queued article in the raw format; treat a delayed
3994         article as a raw article as well as a draft.
3995         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3996         for the delayed group.
3997
3998         * nndraft.el (nndraft-request-article): Ignore auto save files for
3999         a delayed or a queued article; don't bother to decode a queued
4000         article; don't bind nnmail-file-coding-system for a queued article.
4001
4002         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4003         and the queue group.
4004
4005 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4006
4007         * gnus-group.el (gnus-group-delete-group):
4008         gnus-cache-active-hashtb might be void.
4009
4010 2002-11-02  Simon Josefsson  <jas@extundo.com>
4011
4012         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4013         setting of the default user ID.  From Raymond Scholz
4014         <ray-2002@zonix.de>.
4015
4016 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4017
4018         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4019         charset.
4020
4021 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4022         From Alex Schroeder <alex@emacswiki.org>
4023         * spam-stat.el (spam-stat-process-directory): add dir to message
4024         (spam-stat-reduce-size): No longer remove words
4025         with values close to 0.5, because the default value is 0.2.
4026
4027 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4028
4029         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4030         documentation.
4031
4032 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4033
4034         * gnus-agent.el (gnus-agent-fetched-headers)
4035         (gnus-agent-load-fetched-headers)
4036         (gnus-agent-save-fetched-headers): Remove variable and two
4037         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4038         works better.
4039         (gnus-agent-fetch-headers): New implementation from Kevin
4040         Greiner.  Uses gnus-agent-article-alist to store information
4041         about fetched messages which aren't on the server anymore.  The
4042         trick is to return a list of considered messages to the caller,
4043         but to only fetch those which haven't been fetched yet.
4044
4045 2002-10-30  Simon Josefsson  <jas@extundo.com>
4046
4047         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4048
4049         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4050
4051 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4052
4053         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4054         versions of emacs-w3m than 1.3.3.
4055
4056         * lpath.el: Bind w3m-minor-mode-map.
4057
4058         * mm-view.el (mm-w3m-mode-command-alist)
4059         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4060         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4061         (mm-setup-w3m): Simplified.
4062         (mm-w3m-local-map-property): New function.
4063         (mm-inline-text-html-render-with-w3m): Use it.
4064
4065         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4066         mm-w3m-local-map-property.
4067
4068 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * mm-util.el (mm-auto-save-coding-system): Default to
4071         iso-2022-7bit.
4072
4073         * nndraft.el (nndraft-request-article): Decode an article using
4074         the coding-system emacs-mule if it seems to have been saved using
4075         emacs-mule.
4076         (nndraft-request-replace-article): Use message-draft-coding-system
4077         instead of mm-auto-save-coding-system for the draft or delayed
4078         group.
4079
4080 2002-10-28  Josh  <huber@alum.wpi.edu>
4081
4082         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4083         functions.
4084
4085 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4086         From mah@everybody.org (Mark A. Hershberger).
4087
4088         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4089         type values ("url" size) regardless of the values of
4090         mm-url-use-external.
4091
4092 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4093
4094         * nnimap.el (nnimap-request-article-part): Try harder to show
4095         group name in debugging message.
4096
4097 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4098
4099         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4100         directory if it doesn't exist.
4101         (gnus-agent-fetch-headers): Remove old cruft that tried to
4102         abstain from downloading articles more than once if
4103         gnus-agent-consider-all-articles was true.  This is now done
4104         properly via the .fetched files.
4105
4106 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * nndraft.el (nndraft-request-article): Treat delayed articles
4109         like drafts.
4110
4111 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4114
4115 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4116
4117         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4118         Remove unused optional arg DIR and corresponding code.
4119
4120         * nnimap.el (nnimap-request-article-part): Include group name in
4121         debugging output.
4122
4123 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4124
4125         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4126
4127 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4128
4129         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4130         contains range of headers that have been fetched by the agent
4131         already.  Compare gnus-agent-article-alist.
4132         (gnus-agent-file-header-cache): Like
4133         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4134         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4135         seen/recent logic.
4136         Remember which headers have been fetched before and don't fetch
4137         them again the next time round.
4138         (gnus-agent-load-fetched-headers)
4139         (gnus-agent-save-fetched-headers): New functions, for remembering
4140         which headers have been fetched before.
4141
4142 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * lpath.el: Remove useless bindings.
4145
4146 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4147
4148         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4149         features while searching.
4150
4151 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4152
4153         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4154
4155 2002-10-22  Simon Josefsson  <jas@extundo.com>
4156
4157         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4158         (pgg-snarf-keys): Add.
4159
4160 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * lpath.el: Fbind bbdb-records.
4163
4164         * spam.el: Don't autoload bbdb-records.
4165
4166 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4169         prevent inf-loop.
4170
4171 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * nnslashdot.el: Removed some test lines.
4174         More test.
4175
4176 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4177
4178         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4179         are known to be downloaded already.
4180
4181 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4184         (mm-text-html-washer-alist): Ditto.
4185
4186 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4187
4188         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4189         boundary between headers and body.
4190         * nnml.el (nnml-parse-head): Ditto.
4191
4192 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4195         entries.
4196
4197         * gnus-group.el (gnus-fetch-group): Allow an optional
4198         specification of the articles to select.
4199
4200         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4201
4202 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4203
4204         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4205         headers from the group, update variable `articles' to contain
4206         only those numbers where headers exist.  (When fetching all
4207         articles in a group, Gnus creates lots of numbers where there is
4208         no articles.)
4209
4210 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4211
4212         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4213         doesn't have the 'alist custom type, use cons cells instead.
4214         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4215         (pgg-parse-hash-algorithm-alist): Ditto.
4216         (pgg-parse-compression-algorithm-alist): Ditto.
4217         (pgg-parse-signature-type-alist): Ditto.
4218
4219         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4220
4221         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4222
4223         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4224
4225 2002-10-19  Simon Josefsson  <jas@extundo.com>
4226
4227         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4228         buffer.
4229
4230 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4231
4232         * gnus-spec.el (gnus-make-format-preserve-properties)
4233         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4234         properties also on XEmacs.  `gnus-xmas-format' is like format but
4235         preserves text properties on XEmacs (though it only understands
4236         simple format specs).  The variable
4237         `gnus-make-format-preserve-properties' controls whether the
4238         function is used, and is checked in `gnus-parse-simple-format'.
4239         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4240
4241         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4242         output.
4243         (gnus-agent-consider-all-articles): New variable.
4244         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4245         (gnus-agent-fetch-headers): Depending on
4246         gnus-agent-consider-all-articles, maybe get all articles.
4247         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4248         `read'.
4249         (gnus-predicate-imples-unread): New function.
4250         (gnus-agent-fetch-headers): Optimize to call
4251         gnus-list-of-unread-articles if that is sufficient.
4252         Check unseen and recent instead of seen and recent.
4253         (gnus-agent-fetch-headers): Abstain from calling
4254         gnus-list-range-intersection if range (a . b) would have (> a b).
4255
4256 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * message.el (message-send-mail): Make it possible to perform
4259         edebug-defun.
4260
4261 2002-10-18  Simon Josefsson  <jas@extundo.com>
4262
4263         * gnus-art.el (gnus-button-man-handler): Change default to
4264         `manual-entry' (defined in both emacsen).
4265         (gnus-button-man-handler): Remove emacsen difference and use
4266         `manual-entry'.
4267
4268 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * spam.el: Wrap autoload settings for bbdb-records,
4271         executable-find and ifile-spam-filter with eval-and-compile.
4272         (spam-display-buffer-contents): Remove.
4273         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4274
4275 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4276
4277         * spam.el (spam-display-buffer-contents): New function.
4278         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4279         from Katsumi Yamaoka <yamaoka@jpl.org>.
4280
4281 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4282
4283         * nnheader.el (nnheader-parse-naked-head): New function.
4284         (nnheader-parse-head): Use the above function, in order to handle
4285         continuation lines properly.
4286         (nnheader-remove-body): New function.
4287         (nnheader-remove-cr-followed-by-lf): New function.
4288         (nnheader-ms-strip-cr): Use the above function.
4289
4290         * gnus-agent.el (gnus-agent-regenerate-group): Call
4291         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4292         `nnheader-parse-head'.
4293         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4294
4295         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4296         continuation lines by itself; call `nnheader-parse-naked-head'
4297         instead of `nnheader-parse-head'.
4298         * nndiary.el (nndiary-parse-head): Ditto.
4299         * nnfolder.el (nnfolder-parse-head): Ditto.
4300         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4301         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4302         * nnml.el (nnml-parse-head): Ditto.
4303
4304 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4305
4306         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4307         XEmacs, default to it if featurep 'xemacs.
4308
4309 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * spam-stat.el: Check for the existence of hash functions instead
4312         of the Emacs version to decide whether to load cl.  Suggested by
4313         Kai Gro\e,A_\e(Bjohann.
4314
4315 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4316
4317         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4318         if it isn't open yet.
4319
4320 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-group.el: Require mm-url only when compiling.
4323         (gnus-group-fetch-charter): Require mm-url.
4324
4325         * spam-stat.el: Require cl for the functions gethash,
4326         hash-table-count, make-hash-table and mapc for Emacs 20.
4327         (puthash): Alias to cl-puthash for Emacs 20.
4328         (with-syntax-table): New macro for Emacs 20.
4329
4330 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4331
4332         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4333
4334 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4335
4336         * spam.el (spam-check-ifile): added ifile as a spam checking
4337         backend, and spam-use-ifle as the variable to toggle that check.
4338
4339 2002-10-12  Simon Josefsson  <jas@extundo.com>
4340
4341         * message.el (message-beginning-of-line): New variable.
4342         (message-beginning-of-line): Use it.
4343
4344 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4345
4346         * spam.el: more compilation fixes for BBDB
4347
4348         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4349         (spam-stat-reduce-size): Interactive.
4350         (spam-stat-reset): New function.
4351         (spam-stat-save): Interactive.
4352
4353 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * gnus.el: Autoload gnus-delay-initialize.
4356
4357         * message.el: Autoload gnus-delay-article.
4358
4359 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4360
4361         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4362         text property in Emacs.
4363
4364 2002-10-11  Simon Josefsson  <jas@extundo.com>
4365
4366         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4367         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4368
4369         * mml1991.el (mml1991-pgg-sign): Remove CR.
4370
4371 2002-10-10  Simon Josefsson  <jas@extundo.com>
4372
4373         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4374         decrypt failed.
4375         (mml2015-trust-boundaries-alist): Removed.
4376         (mml2015-gpg-extract-signature-details): Don't use it.
4377         (mml2015-unabbrev-trust-alist): New.
4378         (mml2015-gpg-extract-signature-details): Use it.
4379
4380 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4381
4382         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4383         BBDB installed
4384
4385         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4386         statistical analysis of spam in Lisp only
4387
4388 2002-10-10  Simon Josefsson  <jas@extundo.com>
4389
4390         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4391         auth, selected or examine state.
4392
4393         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4394         buffer and error buffer depending on type of information.
4395
4396         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4397         --status-fd stuff even if gpg.el is not used (revert earlier
4398         change).
4399         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4400         gnus details.
4401         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4402         buffer.
4403
4404         * pgg.el (pgg-verify-region): Use it.
4405
4406         * pgg-def.el (pgg-query-keyserver): New variable.
4407
4408         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4409         key-identifier in packet.  Is this a good idea?
4410
4411         * mml.el (mml-mode-map): Add security commands that operates on
4412         MIME parts.
4413         (mml-menu): And menu items for them.
4414
4415         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4416
4417         * mml.el (mml-parse-1): Support sender in #secure tags.
4418
4419         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4420         defined.
4421
4422         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4423         (mml-pgp-encrypt-buffer): Support combined signing.
4424
4425         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4426         (mml1991-gpg-encrypt): Ditto.
4427         (mml1991-pgg-encrypt): Ditto.
4428         (mml1991-encrypt): Pass sign parameter.
4429
4430         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4431         (mml-signencrypt-style): Mention the variable.
4432
4433 2002-10-09  Simon Josefsson  <jas@extundo.com>
4434
4435         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4436         pgg-gpg-user-id.
4437
4438         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4439         (pgg-fetch-key-function): Nil if w3 is not installed.
4440
4441 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4442
4443         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4444         gnus-agent-current-history.
4445
4446 2002-10-06  Simon Josefsson  <jas@extundo.com>
4447
4448         * imap.el (imap-parse-status): Don't use read to read token.
4449
4450 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4451
4452         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4453         for methods not covered by the agent, and when unplugged.
4454
4455 2002-10-05  Simon Josefsson  <jas@extundo.com>
4456
4457         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4458         signing.
4459
4460         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4461         a named server fails, ignore the server.
4462
4463         * mml1991.el (mml1991-pgg-sign): Do QP.
4464
4465         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4466         work.
4467
4468 2002-10-04  Simon Josefsson  <jas@extundo.com>
4469
4470         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4471
4472         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4473         binary-write-decoded-region from MEL.
4474
4475         * pgg.el (pgg-encrypt-region): Support sign.
4476
4477         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4478
4479         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4480
4481         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4482         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4483         branch where PGG was taken from in the ChangeLog entries below.
4484
4485 2002-10-01  Simon Josefsson  <jas@extundo.com>
4486
4487         * pgg-pgp.el: Don't require mel.  Don't use luna.
4488         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4489         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4490         (pgg-pgp-process-region): Don't use binary-funcall.
4491
4492         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4493
4494         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4495         instead of concat.
4496
4497         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4498
4499 2002-09-29  Simon Josefsson  <jas@extundo.com>
4500
4501         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4502         compile warnings.
4503
4504         * pgg.el (pgg-decrypt-region): Don't parse packet.
4505
4506         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4507
4508 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4509
4510         * pgg.el: Remove dependency on calist.el.
4511
4512 2002-09-28  Simon Josefsson  <jas@extundo.com>
4513
4514         * pgg.el (pgg-temporary-file-directory): New variable.
4515         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4516
4517         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4518         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4519
4520         * pgg-parse.el (pgg-char-int): Defalias.
4521         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4522         (pgg-read-bytes, pgg-read-body): Use it.
4523         (pgg-decode-packets): Don't use MEL, use base64-*.
4524         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4525         (pgg-string-as-unibyte): Defalias.
4526         (pgg-parse-armor-region): Use it.
4527
4528         * pgg-gpg.el (pgg-gpg-process-region): Use
4529         pgg-temporary-file-directory.
4530
4531         * luna.el: Don't def-edebug.
4532
4533         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4534         binary-write-decoded-region from MEL.
4535
4536         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4537
4538         * alist.el, calist.el: Don't require product/APEL.
4539
4540         * pgg-parse.el (top-level): Remove dependency on static.el,
4541         pccl.el, mel.el.
4542         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4543         `define-ccl-program' is boundp, instead of using broken.
4544
4545 2002-10-01  Simon Josefsson  <jas@extundo.com>
4546
4547         * message.el (message-required-mail-headers): Remove Lines:.
4548
4549 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4550         From Jesper Harder.
4551
4552         * gnus-group.el (gnus-group-fetch-charter,
4553         gnus-group-fetch-control): Prompt for group if given a prefix
4554         argument.
4555         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4556         gnus-group-fetch-control to summary key map and menu.
4557
4558 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4559
4560         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4561         number when there are no articles.
4562
4563 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4564
4565         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4566         arg ALL means to fetch all articles, not only downloadable ones.
4567         (gnus-agent-fetch-selected-article): New function for
4568         gnus-select-article-hook or gnus-mark-article-hook.
4569
4570 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4571         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4572
4573         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4574         raw-text.
4575
4576 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4577
4578         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4579         Pinard).
4580         Major revamp of the code, documentation is in comments in the file
4581         for now.
4582
4583 2002-09-30  Simon Josefsson  <jas@extundo.com>
4584
4585         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4586         buffer seem to be needed?
4587
4588 2002-09-29  Simon Josefsson  <jas@extundo.com>
4589
4590         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4591         compile warnings.
4592
4593         * mml1991.el (mml1991-function-alist): Add pgg.
4594         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4595         (mml1991-pgg-encrypt): Fix recipients querying.
4596
4597 2002-09-28  Simon Josefsson  <jas@extundo.com>
4598
4599         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4600         from dme@dme.org.
4601         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4602         handle is returned.
4603
4604 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4607         Protect against non-existent of `nnimap-mailbox-info'.
4608
4609 2002-09-27  Simon Josefsson  <jas@extundo.com>
4610
4611         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4612         (gnus-setup-news-hook): Use it.
4613         (gnus-after-getting-new-news-hook): Ditto.
4614
4615         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4616
4617 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4618         From Mats Lidell <matsl@contactor.se>.
4619
4620         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4621
4622 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4623
4624         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4625         the part to decode encoded words, use raw words instead of decoded
4626         words.
4627
4628 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4629
4630         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4631
4632         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4633         (mm-setup-w3m): Use it.
4634
4635 2002-09-27  Simon Josefsson  <jas@extundo.com>
4636
4637         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4638         article buffers.
4639
4640         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4641         it just in case.
4642         (nnimap-update-unseen): New function; update unseen count in
4643         `n-m-info'.
4644         (nnimap-close-group): Call it.
4645
4646         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4647         (gnus-after-getting-new-news-hook): Ditto.
4648
4649         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4650         message into verboselevel 9.  Change slow mail check message.
4651         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4652         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4653         used as a hook after getting new mail.
4654
4655 2002-09-26  Simon Josefsson  <jas@extundo.com>
4656
4657         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4658         SELECT/EXAMINE is first unseen article, not number of unseen
4659         articles.  Make them distinct by renaming the former to
4660         `first-unseen' instead of `unseen'.
4661
4662         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4663         too.
4664         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4665         changed.
4666         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4667
4668         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4669
4670         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4671         better.
4672
4673         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4674         if dissecting resulting buffer actually had any information.
4675
4676 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4679         because the function `string<' allows symbols.
4680
4681         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4682
4683 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4684
4685         * message.el (message-forward-make-body): Revert an early change
4686         because 8-bit utf-8 emails.
4687
4688 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4689
4690         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4691         links to Info)
4692         * gnus-art.el (gnus-treat-highlight-signature):
4693         * gnus-art.el (gnus-treat-buttonize):
4694         * gnus-art.el (gnus-treat-buttonize-head):
4695         * gnus-art.el (gnus-treat-emphasize):
4696         * gnus-art.el (gnus-treat-strip-cr):
4697         * gnus-art.el (gnus-treat-unsplit-urls):
4698         * gnus-art.el (gnus-treat-leading-whitespace):
4699         * gnus-art.el (gnus-treat-hide-headers):
4700         * gnus-art.el (gnus-treat-hide-boring-headers):
4701         * gnus-art.el (gnus-treat-hide-signature):
4702         * gnus-art.el (gnus-treat-fill-article):
4703         * gnus-art.el (gnus-treat-hide-citation):
4704         * gnus-art.el (gnus-treat-hide-citation-maybe):
4705         * gnus-art.el (gnus-treat-strip-list-identifiers):
4706         * gnus-art.el (gnus-treat-strip-pgp):
4707         * gnus-art.el (gnus-treat-strip-pem):
4708         * gnus-art.el (gnus-treat-strip-banner):
4709         * gnus-art.el (gnus-treat-highlight-headers):
4710         * gnus-art.el (gnus-treat-highlight-citation):
4711         * gnus-art.el (gnus-treat-date-ut):
4712         * gnus-art.el (gnus-treat-date-local):
4713         * gnus-art.el (gnus-treat-date-english):
4714         * gnus-art.el (gnus-treat-date-lapsed):
4715         * gnus-art.el (gnus-treat-date-original):
4716         * gnus-art.el (gnus-treat-date-iso8601):
4717         * gnus-art.el (gnus-treat-date-user-defined):
4718         * gnus-art.el (gnus-treat-strip-headers-in-body):
4719         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4720         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4721         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4722         * gnus-art.el (gnus-treat-unfold-headers):
4723         * gnus-art.el (gnus-treat-fold-headers):
4724         * gnus-art.el (gnus-treat-fold-newsgroups):
4725         * gnus-art.el (gnus-treat-overstrike):
4726         * gnus-art.el (gnus-treat-display-xface):
4727         * gnus-art.el (gnus-treat-display-smileys):
4728         * gnus-art.el (gnus-treat-from-picon):
4729         * gnus-art.el (gnus-treat-mail-picon):
4730         * gnus-art.el (gnus-treat-newsgroups-picon):
4731         * gnus-art.el (gnus-treat-body-boundary):
4732         * gnus-art.el (gnus-treat-capitalize-sentences):
4733         * gnus-art.el (gnus-treat-fill-long-lines):
4734         * gnus-art.el (gnus-treat-play-sounds):
4735         * gnus-art.el (gnus-treat-translate):
4736         * gnus-art.el (gnus-treat-x-pgp-sig):
4737         * gnus-art.el (gnus-mime-button-line-format):
4738         * gnus-art.el (gnus-button-man-level):
4739         * gnus-art.el (gnus-button-emacs-level):
4740         * gnus-cus.el (gnus-group-parameters):
4741         * gnus-gl.el (bbb-build-mid-scores-alist):
4742         * gnus-group.el (gnus-group-line-format):
4743         * gnus-mlspl.el (gnus-group-split-setup):
4744         * gnus-mlspl.el (gnus-group-split):
4745         * gnus-msg.el (gnus-mailing-list-groups):
4746         * gnus-msg.el (gnus-posting-styles):
4747         * gnus-nocem.el (gnus-nocem-issuers):
4748         * gnus-score.el (gnus-score-regexp-bad-p):
4749         * gnus-srvr.el (gnus-server-line-format):
4750         * gnus-topic.el (gnus-topic-line-format):
4751         * gnus.el (gnus-summary-line-format):
4752         * mail-source.el (mail-sources):
4753         * message.el (message-subscribed-address-file):
4754         * nnmail.el (nnmail-split-fancy):
4755
4756 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4757
4758         * mail-source.el(mail-source-run-script): use `functionp' to test
4759         whether the argument `script' is in fact a function.
4760         (mail-sources): adjust the defcustom to allow users to specify a
4761         function or a string as the value of the `:prescript' and
4762         `:postscript' arguments of the `file' and `pop3' mail sources.
4763
4764 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4765
4766         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4767         number when article 1 does not exist.
4768
4769 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4770
4771         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4772         apropos if apropos-variable does not exist.
4773         (gnus-button-guessed-mid-regexp)
4774         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4775         regexes.  From Reiner Steib.
4776         (gnus-button-handle-describe-function)
4777         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4778         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4779         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4780
4781 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4782         Trivial patch.
4783
4784         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4785         the file.
4786
4787 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4788
4789         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4790
4791 2002-09-24  Simon Josefsson  <jas@extundo.com>
4792
4793         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4794         (mml2015-use): Prefer PGG if installed.
4795         (mml2015-function-alist): Add PGG wrappers.
4796         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4797         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4798         prefix, make regexp optionally skip it.
4799         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4800         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4801         (mml2015-pgg-encrypt): New functions.
4802         (defvar, autoload): Prevent byte-compile warnings.
4803
4804 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4805         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4806
4807         * gnus-art.el (article-strip-banner): Check for the existence of
4808         from header.
4809
4810 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4811
4812         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4813         (gnus-button-alist): Improved regexp for
4814         gnus-button-handle-mid-or-mail (false positives), fixed
4815         gnus-button-handle-man entries.
4816         From Reiner Steib.
4817
4818 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4819         From Josh Huber.
4820
4821         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4822         nnmail-extra-headers is non-nil.
4823
4824 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4825
4826         * nnmaildir.el: Store article numbers persistently.  General
4827         revision.
4828         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4829         for nnmail-expiry-wait; delete instead of moving if 'force is
4830         given.
4831
4832 2002-09-23  Simon Josefsson  <jas@extundo.com>
4833         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4834
4835         * smime.el (smime-sign-buffer): Get key and extra certs.
4836         (smime-get-key-with-certs-by-email): Utility function.
4837
4838 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4839         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4840
4841         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4842         article exists.
4843
4844 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4845
4846         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4847
4848 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4849         From Reiner Steib.
4850
4851         * gnus-art.el (gnus-button-handle-custom,
4852         gnus-button-handle-mid-or-mail,
4853         gnus-button-handle-describe-{function,variable,key},
4854         gnus-button-handle-apropos{,command,variable}): New functions.
4855         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4856         gnus-button-{man,emacs,mail}-level): New variables.
4857         (gnus-button-alist): Use the above to buttonize emacs and mail
4858         related links.
4859
4860 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4861
4862         * gnus-int.el (gnus-status-message): Fix spacing.
4863
4864         * imap.el (imap-continuation): Fix typos.
4865
4866 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4867
4868         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4869
4870         * gnus-art.el (gnus-article-reply-with-original): Correct
4871         with-current-buffer scope.
4872
4873         * message.el (message-completion-alist): Add Reply-To, From, etc.
4874
4875 2002-09-18  Simon Josefsson  <jas@extundo.com>
4876
4877         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4878         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4879
4880 2002-09-17  Simon Josefsson  <jas@extundo.com>
4881
4882         * nnimap.el (nnimap-expiry-target): Don't search for which
4883         articles exists here.
4884         (nnimap-request-expire-articles): Do it here instead.  Only expire
4885         when articles are found.  Suggested by Nevin Kapur
4886         <nevin@jhu.edu>.
4887
4888 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4889         From Reiner Steib <reiner.steib@gmx.de>.
4890
4891         * message.el (message-strip-subject-trailing-was)
4892         (message-change-subject, message-add-archive-header)
4893         (message-xpost-fup2-header, message-xpost-insert-note)
4894         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4895         adopted from message-utils.el.  Add functions to the keymap, mode
4896         describtion and menu.
4897         (message-change-subject,message-xpost-fup2): Signal error if
4898         current header is empty.
4899         (message-xpost-insert-note): Changed insert position.
4900         (message-archive-note): Ensure to insert note in message body (not
4901         in head).
4902         (message-archive-header, message-archive-note)
4903         (message-xpost-default, message-xpost-note, message-fup2-note)
4904         (message-xpost-note-function): New variables adopted from
4905         message-utils.el.  Changed some doc-strings.
4906         (message-mark-insert-{begin,end}): Rename from
4907         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4908         values.
4909         (message-subject-trailing-was-query)
4910         (message-subject-trailing-was-ask-regexp)
4911         (message-subject-trailing-was-regexp): New variables.
4912         (message-to-list-only): Added doc-string and menu entry.
4913
4914         * message-utils.el: Removed.  Functions are now in message.el.
4915
4916 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4917
4918         * gnus-art.el (gnus-article-reply-with-original,
4919         gnus-article-followup-with-original): Switch to
4920         gnus-summary-buffer before reply/followup.
4921
4922 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4923
4924         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4925         not exist. Toggle it anyway.
4926
4927 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4928
4929         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4930
4931         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4932         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4933
4934         * rfc2047.el (message-posting-charset): Defvar it.
4935         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4936         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4937
4938         * mail-source.el (mail-source-fetch): Hide password.
4939
4940         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4941
4942 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4943         From John Paul Wallington <jpw@shootybangbang.com>.
4944
4945         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4946
4947 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4950
4951 2002-09-11  Simon Josefsson  <jas@extundo.com>
4952
4953         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4954         (nnimap-split-rule): Doc fix.
4955         (nnimap-request-expire-articles): Cleanup code.
4956
4957 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4958         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4959
4960         * gnus-art.el (gnus-article-address-banner-alist): New option.
4961         (article-strip-banner): Refer the above option to split banners of
4962         free mail servers, when no group parameter is specified.
4963
4964 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * nntp.el (nntp-wait-for-string): Check for a process in the
4967         current buffer instead of `nntp-server-buffer'.
4968
4969 2002-09-09  Simon Josefsson  <jas@extundo.com>
4970
4971         * gnus-art.el (gnus-button-man-handler): New variable.
4972         (gnus-button-alist): Use g-b-handle-man.
4973         (gnus-button-handle-man): New, call g-b-man-handler.
4974
4975 2002-09-08  Simon Josefsson  <jas@extundo.com>
4976
4977         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4978
4979 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4982
4983 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4986
4987         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4988         keystroke.
4989
4990         * gnus-srvr.el (gnus-browse-describe-group): New command and
4991         keystroke.
4992
4993 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4996         value for gnus-decoration property.
4997
4998 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4999
5000         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5001         string) as group name in case we have a CRLF in the file.
5002
5003 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5004
5005         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5006         group.
5007         (rfc1843-decode-hzp): do.
5008         (rfc1843-newsgroups-regexp): do.
5009
5010 2002-09-04  Simon Josefsson  <jas@extundo.com>
5011
5012         * message.el (message-canlock-generate): Make sure sha1 doesn't
5013         call external programs.
5014
5015 2002-09-03  Simon Josefsson  <jas@extundo.com>
5016
5017         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5018
5019         * gnus-agent.el (gnus-agent-batch): Add doc.
5020
5021 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5022
5023         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5024         check for signed and encrypted parts.
5025         * mml.el (mml-parse-1): Correct small typo which preventing
5026         setting recipients in a secure tag.
5027
5028 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * mm-util.el (mm-coding-system-priorities): Default to a list of
5031         iso-2022-jp and others for the Japanese environment.
5032
5033 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5036         invalid display names.
5037
5038 2002-08-30  Simon Josefsson  <jas@extundo.com>
5039
5040         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5041         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5042
5043 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5044
5045         * gnus.el (gnus-group-charter-alist): New option.
5046         (gnus-group-fetch-control-use-browse-url): New option.
5047
5048         * gnus-group.el (gnus-group-fetch-charter): New function.
5049         (gnus-group-fetch-control): New function.
5050         Add them to the keymap and menu. Require mm-url.
5051
5052 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5055         From Alex Schroeder <alex@emacswiki.org>.
5056
5057 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5058
5059         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5060         items expecting user interaction.
5061
5062         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5063
5064         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5065
5066         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5067
5068         * mml.el (mml-menu): do.
5069
5070 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * mail-source.el (mail-source-touch-pop): New function.
5073
5074         * message.el (message-smtpmail-send-it): New function.
5075         (message-send-mail-function): Add it for a candidate.
5076
5077 2002-08-27  Simon Josefsson  <jas@extundo.com>
5078
5079         * gnus-msg.el (posting-charset-alist): Use
5080         gnus-define-group-parameter instead of defcustom.
5081         (gnus-put-message): Handle SPC in GCC.
5082         (gnus-inews-insert-gcc): Ditto.
5083         (gnus-inews-insert-archive-gcc): Ditto.
5084
5085 2002-08-26  Simon Josefsson  <jas@extundo.com>
5086
5087         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5088         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5089         (gnus-agent-possibly-save-gcc): Autoload.
5090         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5091
5092 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus.el (gnus-other-frame-function): New user option.
5095         (gnus-other-frame): Use it; add a doc-string; make it work with
5096         the gnuclient program.
5097
5098         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5099
5100         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5101         `device-connection' and `dfw-device'.
5102
5103 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5104
5105         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5106         positives, make it stricter.  From Jochen Hein (trivial change).
5107
5108 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus.el (gnus-other-frame): Trivial fix.
5111
5112 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus.el (gnus-other-frame-parameters): New user option.
5115         (gnus-other-frame-object): New variable.
5116         (gnus-other-frame): Make it search for existing Gnus frame; don't
5117         read new news; delete frame on exit.
5118
5119         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5120
5121         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5122
5123 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5124         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5125
5126         * message.el (message-set-auto-save-file-name): Add support for
5127         the Cygwin Emacs; the system-type is `cygwin'.
5128         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5129
5130 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5133
5134         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5135         avoid arithmetic errors.
5136
5137 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5140
5141 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5144         (message-ignored-resent-headers): Add envelope From.
5145
5146 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5147
5148         * gnus.el (gnus-summary-line-format): Document %k specifier.
5149
5150 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5151
5152         * gnus-sum.el (gnus-summary-line-message-size): New function.
5153         (gnus-summary-line-format-alist): Use it.
5154
5155 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-art.el (article-make-date-line): Refer to the value for
5158         `gnus-article-time-format' in the summary buffer.
5159
5160         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5161
5162 2002-08-14  Simon Josefsson  <jas@extundo.com>
5163
5164         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5165         quoting.
5166         (gnus-button-alist): Fix doc.
5167         (gnus-header-button-alist): Use ' not ` for default value quoting.
5168         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5169         rationale similar to 2002-05-01 change.
5170         (gnus-article-add-buttons-to-head): Evaluate expression.
5171
5172         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5173
5174 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * message.el (message-font-lock-keywords): Refer to the value for
5177         `message-cite-prefix-regexp' dynamically.
5178
5179 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5182
5183 2002-08-12  Simon Josefsson  <jas@extundo.com>
5184
5185         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5186         (imap-shell-open): Skip initial junk before IMAP greeting.
5187
5188 2002-08-11  Simon Josefsson  <jas@extundo.com>
5189
5190         * message-utils.el (message-xpost-default,
5191         message-xpost-fup2-header, message-xpost-fup2): Fixed
5192         Typos.  Trivial changes from Reiner Steib
5193         <4uce.02.r.steib@gmx.net>.
5194
5195 2002-08-09  Simon Josefsson  <jas@extundo.com>
5196
5197         * message.el (message-canlock-password): Set
5198         canlock-password-for-verify to newly generated canlock-password.
5199         When Emacs is restarted, Custom makes sure this is set, but during
5200         the same session we must set it manually.
5201
5202 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5203
5204         * yenc.el: New file.
5205
5206         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5207         (mm-uu-type-alist): Add yenc.
5208         (mm-uu-yenc-filename): New function.
5209         (mm-uu-yenc-extract): New function.
5210
5211         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5212
5213 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * dgnushack.el (merge): Don't use coerce.
5216
5217 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5218
5219         * mailcap.el (mailcap-mime-data): Test window-system rather than
5220         mm-device-type.
5221         (mailcap-mime-data): Call xdvi and gv with "-safer".
5222
5223         * mm-util.el: Don't define mm-device-type.
5224
5225 2002-08-05  Simon Josefsson  <jas@extundo.com>
5226
5227         * mm-util.el (mm-coding-system-priorities): coding-system type not
5228         supported everywhere.
5229
5230 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus.el (gnus-version-number): Bumped version number.
5233
5234 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5235
5236         * gnus.el: Oort Gnus v0.07 is released.
5237
5238 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5241         (gnus-article-sort-functions): Doc fix.
5242         (t): New keystroke.
5243         (gnus-article-sort-by-random): New function.
5244         (gnus-thread-sort-by-random): New function.
5245
5246 2002-08-02  Simon Josefsson  <jas@extundo.com>
5247
5248         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5249         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5250
5251 2002-07-31  Danny Siu  <dsiu@adobe.com>
5252
5253         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5254         when splitting malformed messages without message-id
5255
5256 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5257         From Niklas Morberg <niklas.morberg@axis.com>.
5258
5259         * nnweb.el (nnweb-type, nnweb-type-definition)
5260         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5261         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5262         functionality.
5263         * nnweb.el: Removed old non-functioning search engines.
5264
5265 2002-07-27  Simon Josefsson  <jas@extundo.com>
5266
5267         * message.el (message-forward-make-body): Don't use
5268         `message-forward-ignored-headers' when doing a "raw" followup (it
5269         is important to preserve e.g. CTE).
5270
5271         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5272
5273         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5274         regexp-quote, Cyrus Sieve is fixed.
5275
5276         * sieve-manage.el (sieve-manage-deletescript): New function.
5277
5278         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5279         (sieve-manage-mode): Fix menubar.
5280         (sieve-activate): Change some messages.
5281         (sieve-deactivate-all): New function.
5282         (sieve-deactivate): New alias.
5283         (sieve-remove): New function.
5284         (sieve-help): Fix help.
5285         All suggested by Ned Ludd.
5286
5287 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5290         (mm-w3m-safe-url-regexp): New user option.
5291
5292         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5293         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5294
5295 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5296
5297         * gnus-sum.el (gnus-summary-delete-article): Force
5298         nnmail-expiry-target to 'delete, so that absolute deletion
5299         happens when absolute deletion is requested.
5300
5301 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5302         From Nevin Kapur <nevin@jhu.edu>.
5303
5304         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5305         headers as empty headers.
5306
5307 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5308         From Jochen Hein <jochen@jochen.org>.
5309
5310         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5311         correct typo.
5312         (gnus-emphasis-strikethru): New face.
5313
5314 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5315         From Jason Merrill <jason@redhat.com>.
5316
5317         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5318         entire file for each of a sequence of missing articles.
5319
5320         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5321         value for gnus-view-pseudos.
5322
5323         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5324         avoid nreverse.
5325
5326 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5327         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5328
5329         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5330         (gnus-summary-mode-line-format-alist): Add %h for number of
5331         spams.
5332         (gnus-newsgroup-spam-marked): New variable.
5333         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5334         (gnus-article-read-p, gnus-article-mark)
5335         (gnus-set-global-variables, gnus-set-global-variables)
5336         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5337         (gnus-summary-mark-article-as-unread)
5338         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5339         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5340         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5341
5342 2002-07-10  Simon Josefsson  <jas@extundo.com>
5343
5344         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5345         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5346
5347 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5348
5349         * gnus-sum.el (gnus-summary-delete-article): Respect group
5350         parameters while expiring.
5351
5352 2002-07-08  Simon Josefsson  <jas@extundo.com>
5353
5354         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5355         Enberg.
5356
5357 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5358
5359         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5360         function is called interactively.  From Niklas Morberg.
5361
5362 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5365         cdaar to cdar and car.
5366
5367         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5368         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5369
5370 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5373         don't break a narrowed article.
5374
5375         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5376         (nntp-open-via-rlogin-and-telnet): Ditto.
5377
5378 2002-07-02  Didier Verna  <didier@xemacs.org>
5379
5380         * nnmail.el (nnmail-split-methods): fix custom type.
5381
5382 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5383
5384         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5385         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5386
5387 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5388
5389         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5390         (gnus-summary-resend-message): Use it.
5391
5392 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5395         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5396
5397 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5398
5399         * message.el (message-font-lock-keywords): Don't fontify
5400         headers in the message body, only in the header.
5401         (message-font-lock-make-header-matcher): New function, used by
5402         message-font-lock-keywords.
5403         From Katsumi Yamaoka <yamaoka@jpl.org>.
5404
5405 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5408
5409 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5412
5413 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5414
5415         * message.el (message-font-lock-keywords): Revert 2002-06-22
5416         change.
5417
5418 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5419
5420         * message.el (message-font-lock-keywords): Put colon in header
5421         name match.
5422
5423 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5424
5425         * message.el (message-font-lock-keywords): Don't use header faces
5426         in the body.  Thanks to Stefan Monnier for the hint on the
5427         implementation.
5428
5429 2002-05-09  Miles Bader  <miles@gnu.org>
5430
5431         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5432         (gnus-article-hide-citation): Respect it.
5433
5434 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5435
5436         * pop3.el (pop3-open-server): Fix typo.
5437
5438 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5439
5440         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5441         instead of push to ignore duplicate to-(list|address) values.
5442         * nnmail.el (nnmail-cache-ignore-groups): New.
5443         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5444
5445 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5446
5447         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5448         before sending.  Suggested by Jan Rychter.
5449
5450 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * dgnushack.el (remove): New compiler macro.
5453         (last, coerce, subseq): Remove compiler macros for those built-in
5454         or unused functions.
5455
5456 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5457
5458         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5459         sure to write byte-compiled versions of gnus-*-format-alist to
5460         .newsrc.eld.  From Simon Josefsson.
5461
5462 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5463
5464         * gnus-agent.el (gnus-agent-read-servers)
5465         (gnus-agent-write-servers): Put server name (string like
5466         "nnchoke:frumple") in the file instead of a server specification
5467         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5468         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5469
5470 2002-06-16  Simon Josefsson  <jas@extundo.com>
5471
5472         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5473         Reiner Steib <4uce.02.r.steib@gmx.net>.
5474
5475 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5476
5477         * nnheader.el (nnheader-file-name-translation-alist): Set the
5478         default value for MS Windows systems.
5479
5480         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5481
5482 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * message.el (message-beginning-of-line): Keep the region active
5485         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5486
5487 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5488
5489         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5490         * gnus-msg.el (gnus-summary-reply): Ditto.
5491         * gnus-msg.el (gnus-summary-handle-replysign): New.
5492
5493 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5496         if sending failed.
5497
5498 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5499
5500         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5501         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5502         to sign while encrypting.
5503
5504 2002-06-11  Simon Josefsson  <jas@extundo.com>
5505
5506         * gnus-int.el (gnus-request-move-article): Agent expire article if
5507         successfuly moved.
5508
5509         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5510         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5511
5512 2002-06-10  Simon Josefsson  <jas@extundo.com>
5513
5514         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5515
5516 2002-06-09  Simon Josefsson  <jas@extundo.com>
5517
5518         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5519
5520         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5521
5522 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * flow-fill.el (fill-flowed): Ignore errors.
5525
5526 2002-06-06  Simon Josefsson  <jas@extundo.com>
5527
5528         * message.el (message-send-mail-with-sendmail): Improve error message.
5529
5530 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5531
5532         * message.el (message-interactive): Change default from nil to t.
5533         Better to be safe than to be fast.
5534
5535 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5536
5537         * message.el (message-send-mail-with-sendmail): Check return value
5538         from call-process-region.
5539
5540 2002-06-04  Simon Josefsson  <jas@extundo.com>
5541
5542         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5543         (gnus-group-post-news, gnus-summary-mail-other-window)
5544         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5545         gnus-article-copy to nil, thereby inhibiting the `header' posting
5546         style match to use data from last viewed article.
5547         Suggested by Hrvoje Niksic.
5548
5549 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * spam.el (spam-point-at-eol): New alias.
5552         (spam-parse-whitelist): Use it.
5553
5554 2002-06-03  Simon Josefsson  <jas@extundo.com>
5555
5556         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5557         (nnmail-article-group): Use it.
5558
5559 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5560
5561         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5562         so that code reading them won't be surprised.  From Jesper Harder
5563         <harder@ifa.au.dk>.
5564
5565 2002-05-29  Simon Josefsson  <jas@extundo.com>
5566
5567         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5568         articles.
5569
5570         * gnus.el (gnus-agent-cache): Doc fix.
5571         (gnus-agent): Change default to t.
5572
5573         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5574         ARTICLES, GROUP and FORCE parameters.
5575
5576 2002-05-28  Simon Josefsson  <jas@extundo.com>
5577
5578         * gnus-group.el (gnus-group-line-format): Doc fix.
5579
5580 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5581
5582         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5583         original article before yanking.  From Jesper Harder
5584         <harder@ifa.au.dk>.
5585
5586 2002-05-26  Simon Josefsson  <jas@extundo.com>
5587
5588         * gnus-sum.el (gnus-summary-menu-split): New function.
5589         (gnus-summary-make-menu-bar): Split charset submenu.
5590         (gnus-summary-menu-maxlen): New variable.
5591         (gnus-summary-menu-split): Use it.
5592
5593 2002-05-25  Simon Josefsson  <jas@extundo.com>
5594
5595         * mml.el (mml-preview): Generate some headers.
5596
5597         * gnus.el (gnus-large-newsgroup): Fix :type.
5598
5599         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5600         Agent cache NOV's by default now).
5601         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5602
5603 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5604
5605         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5606         call to gnus-parent-id when we check for References loops.
5607         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5608         twice by saving the simplified subject string in simp-subject.
5609
5610 2002-05-23  Simon Josefsson  <jas@extundo.com>
5611
5612         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5613         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5614
5615         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5616         Niklas Morberg <niklas.morberg@axis.com>.
5617
5618 2002-05-22  Simon Josefsson  <jas@extundo.com>
5619
5620         * sieve.el (sieve-change-region): Define it before it is used.
5621
5622         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5623         (gnus-summary-reply): Ask for confirmation when replying to news.
5624         Defaults to not ask.  From Benjamin Rutt
5625         <rutt+news@cis.ohio-state.edu>.
5626
5627         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5628
5629 2002-05-21  Simon Josefsson  <jas@extundo.com>
5630
5631         * sieve-mode.el (sieve-manage): Fix autoloads.
5632
5633         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5634         name (makes it work with recent Cyrus timsieved).
5635
5636 2002-05-20  Jason  <jbaker@cs.utah.edu>
5637         Trivial patch.
5638
5639         * gnus-art.el (gnus-request-article-this-buffer): Try
5640         reconnecting if you don't get the message.
5641
5642 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5645         Reply-To headers from the headers.
5646
5647 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * mm-url.el (mm-url-insert): Remove junk message.
5650
5651 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5654         (nnslashdot-use-front-page): New variable.
5655         (nnslashdot-request-list): Use it.
5656
5657         * mm-url.el (mm-url-timeout): New variable.
5658         (mm-url-retries): Ditto.
5659         (mm-url-insert): Use it.
5660
5661 2002-05-16  Simon Josefsson  <jas@extundo.com>
5662
5663         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5664         (gnus-simplify-subject-functions): Mention g-s-a-w.
5665
5666 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5667
5668         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5669         nnmail-cache-insert.
5670         * nndiary.el (nndiary-request-accept-article): Ditto.
5671         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5672         * nnimap.el (nnimap-request-accept-article): Ditto.
5673         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5674         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5675         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5676         * nnmh.el (nnmh-request-accept-article): Ditto.
5677         * nnmail.el (nnmail-cache-insert): Change group to required,
5678         removed code which tried to figure out the group.
5679
5680 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5681
5682         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5683         messages. From Hans de Graaff <hans@degraaff.org>.
5684         * nnml.el (nnml-request-accept-article): Pass in the group name to
5685         nnmail-cache-insert, since it's available.
5686
5687 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5688
5689         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5690
5691 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5692         From Florian Weimer <fw@deneb.enyo.de>.
5693
5694         * gnus.el (subscribed): New group parameter.
5695         (gnus-find-subscribed-addresses): Use it.
5696
5697 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5698
5699         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5700         the default for pgpmime to support pgp v2.
5701         * mml-sec.el (mml-signencrypt-style): New accessor function to
5702         allow users to get/set the signencrypt style more easily without
5703         frobbing the alist directly.
5704         * mml.el (mml-generate-mime-1): Use accessor function.
5705
5706 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5707
5708         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5709         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5710         <schwab@suse.de>.
5711
5712 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5713
5714         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5715         when intuiting the group the message is written to.  From Josh
5716         Huber <huber@alum.wpi.edu>.
5717
5718 2002-05-06  Simon Josefsson  <jas@extundo.com>
5719
5720         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5721         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5722
5723 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5724
5725         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5726         argument, and fixed compiler warning. (added autoload for
5727         gpg-encrypt).
5728
5729 2002-05-04  Simon Josefsson  <jas@extundo.com>
5730
5731         * mml1991.el (mml1991-function-alist): Doc fix.
5732
5733         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5734         doesn't exist (for previewing messages without having Gnus
5735         started).
5736
5737         * mm-util.el (mm-coding-system-priorities): Defcustom.
5738
5739         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5740
5741 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5742
5743         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5744         default.
5745         * mml-sec.el:
5746         * mml-sec.el (mml-signencrypt-style): New.
5747         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5748         argument `sign'.
5749         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5750         signencrypt.
5751         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5752         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5753         both signed & encryped is processed in one operation. (rather than
5754         two separate ops: sign, then encrypt)
5755         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5756         indication if a message is signed by an expired key.
5757         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5758         enables combined sign & encrypt operation. (this was always on
5759         before).
5760         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5761
5762 2002-05-01  Simon Josefsson  <jas@extundo.com>
5763
5764         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5765         server.
5766         (nnimap-mailbox-info): defvar instead of defvoo.
5767
5768 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5769
5770         * gnus.el: Oort Gnus v0.06 is released.
5771
5772 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * lpath.el: Bind url-package-version.
5775
5776 2002-05-01  Simon Josefsson  <jas@extundo.com>
5777
5778         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5779         filename before deleting the group itself, because the presence of
5780         a group filename decides if long filenames are used or not.
5781
5782         * gnus-art.el (gnus-button-alist): Don't inline
5783         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5784         without also modifying g-button-alist.
5785         (gnus-button-alist): Fix type to allow variable as well as regexp.
5786         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5787         themselves, variables to its contents.
5788         (gnus-button-entry): Ditto.
5789
5790 2002-05-01  Simon Josefsson  <jas@extundo.com>
5791
5792         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5793         UIDNEXT as a string.
5794
5795         * nnimap.el (nnimap-string-lessp-numerical): New function.
5796         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5797         integers.
5798
5799 2002-04-29  Simon Josefsson  <jas@extundo.com>
5800
5801         * nnmail.el (nnmail-cache-insert): Accept optional group
5802         parameter.
5803
5804         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5805         n-r-g-a is disabled.
5806
5807 2002-04-29  Simon Josefsson  <jas@extundo.com>
5808
5809         * nnimap.el (nnimap-split-fancy): Fix doc.
5810         (nnimap-split-fancy): Fix doc.
5811
5812         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5813         (nnimap-mailbox-info): New internal variable.
5814         (nnimap-retrieve-groups): Implement faster new mail check.
5815
5816         * nnimap.el (nnimap-split-articles): Support
5817         nnmail-cache-accepted-message-ids.
5818         (nnimap-request-accept-article): Ditto.
5819
5820         * imap.el (imap-mailbox-status-asynch): New command.
5821
5822 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5823
5824         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5825         are no subscribed mail groups.
5826         - Strip quoted names when comparing addresses
5827
5828 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5829
5830         * mm-decode.el (mm-text-html-renderer): Change customize type to
5831         const.
5832
5833         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5834         (gnus-debug-exclude-variables): do.
5835
5836 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5837
5838         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5839         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5840
5841 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * dns.el (dns-make-network-process): New macro.
5844         (query-dns): Use it.
5845
5846 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5847
5848         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5849         article-buffer.
5850
5851         * mm-url.el (mm-url-package-name): New variable.
5852         (mm-url-package-version): New variable.
5853         (mm-url-insert-file-contents): Bind url-package-name and
5854         url-package-version here.
5855         * nnrss.el (nnrss-insert-w3): Move the bindings.
5856
5857         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5858         url-package-version. Trivial change from Andrew J Cosgriff
5859         <ajc@polydistortion.net>
5860
5861         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5862         attachments. Trivial change from Peter 'Luna' Runestig
5863         <peter@runestig.com>.
5864
5865 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5866
5867         * nnkiboze.el (nnkiboze-request-scan): Call
5868         nnkiboze-possibly-change-group.
5869         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5870         problems.
5871         (nnkiboze-generate-group): Set newsrc to the *highest* article
5872         number kibozed, not the lowest.
5873
5874 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5875
5876         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5877
5878 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5879         From Dan Christensen <jdc+news@uwo.ca>.
5880
5881         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5882         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5883         Recognize math postings.  Extract Date (now ignores "(15kb)").
5884         Extract email address using gnus-extract-address-components
5885         instead of just taking the first word.  Create Date and From
5886         headers for message which are missing these headers.  Get rid
5887         of spurious \\ lines (purely cosmetic).  Extend body-end and
5888         file-end regexps, to exclude more garbage from the message.
5889         Make URL rephrasing regexp more flexible, to match current
5890         format.
5891
5892 2002-04-23  Simon Josefsson  <jas@extundo.com>
5893
5894         * netrc.el: New file, functions copied from gnus-util.el by Ted
5895         Zlatanov <tzz@lifelogs.com>.
5896
5897         * gnus-util.el: Require netrc.
5898         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5899         new code in netrc.el.
5900
5901 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5902
5903         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5904         message-ignored-resent-headers, too.  From Matthieu Moy
5905         <Matthieu.Moy@imag.fr>.
5906
5907 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5908
5909         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5910         boolean not a string
5911         * gnus-group.el (gnus-group-line-format): add description of %C
5912         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5913           as %C
5914         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5915
5916 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5917
5918         * nnmaildir.el (nnmaildir-request-scan): typo: set
5919         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5920         nnmail-get-new-mail for 'find-new-groups.
5921
5922 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5923
5924         * nnmaildir.el (nnmaildir-request-update-info,
5925         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5926         unnecessary calls to nnmaildir-request-scan.
5927
5928 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5929
5930         * gnus-msg.el:
5931         * gnus-msg.el (gnus-message-replysign): New.
5932         * gnus-msg.el (gnus-message-replyencrypt): New.
5933         * gnus-msg.el (gnus-message-replysignencrypted): New.
5934         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5935         (above) to automatically encrypt/sign to encrypted/signed
5936         messages.
5937         * message.el:
5938         * message.el (message-mode-map): Add keybinding for
5939         `message-to-list-only'
5940         * message.el (message-mode): Add description for
5941         `message-to-list-only'
5942         * message.el (message-to-list-only): New.
5943         * message.el (message-make-mft): Changed to use the cl loop macro,
5944         and added optional flag to return only the matched list. (for use
5945         in new message-to-list-only function)
5946
5947 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5948
5949         * gnus-msg.el:
5950         * gnus-msg.el (gnus-message-replysign):
5951         * gnus-msg.el (gnus-replysign): New.
5952         * gnus-msg.el (gnus-replyencrypt): New.
5953         * gnus-msg.el (gnus-replysignencrypted): New.
5954         * gnus-msg.el (gnus-summary-reply):
5955         * message.el:
5956         * message.el (message-mode-map):
5957         * message.el (message-mode):
5958         * message.el (message-to-list-only): New.
5959         * message.el (message-make-mft):
5960
5961 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5964
5965 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5966
5967         * message.el (message-gen-unsubscribed-mft): accept a prefix
5968         argument so CC can be included with C-u C-c C-f C-a
5969
5970 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5971         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5972
5973         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5974         Improve docstring.
5975         (spam-enter-blacklist): New command.
5976
5977         * gnus-sum.el (gnus-spam-mark): New mark.
5978         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5979         (gnus-summary-make-tool-bar): Correct conditional.
5980         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5981         (gnus-summary-mark-as-spam): New command.
5982
5983 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5984
5985         * mml-sec.el (mml-secure-message): changed to support arbritrary
5986         modes.
5987         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5988         changed to support "signencrypt" mode.
5989         * mml.el (mml-parse-1): changed to support different secure modes
5990         more easily. (for signencrypt)
5991
5992 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5993
5994         * gnus-sum.el (gnus-update-summary-mark-positions)
5995         (gnus-summary-toggle-header):
5996         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5997         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5998         (gnus-uu-post-encoded):
5999         * nnfolder.el (nnfolder-possibly-change-group):
6000         * nnimap.el (nnimap-retrieve-headers):
6001         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6002
6003 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6004
6005         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6006         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6007
6008 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-srvr.el (gnus-server-set-info): Clear
6011         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6012         From Daiki Ueno <ueno@unixuser.org>.
6013
6014 2002-04-11  Simon Josefsson  <jas@extundo.com>
6015
6016         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6017         viewing of security buttons.  Thanks to Nicolas Kowalski
6018         <Nicolas.Kowalski@imag.fr>.
6019
6020         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6021         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6022         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6023         <Nicolas.Kowalski@imag.fr>.
6024         (smime-decrypt-buffer): Ditto.
6025
6026 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6029         header line.
6030
6031 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6032
6033         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6034
6035 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6036
6037         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6038
6039 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6040
6041         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6042         errors when debug.
6043
6044 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6045
6046         * message.el (message-make-mft): Changed MFT code from using
6047         message-recipients (which included Bcc) to use only the To and CC
6048         headers.
6049
6050 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6051
6052         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6053         add link.
6054         (gnus-treat-mail-picon): Ditto.
6055         (gnus-treat-newsgroups-picon): Ditto.
6056         (gnus-picon-databases): Fix custom type.
6057         (gnus-picon-databases): Add link.
6058         (gnus-article-x-face-command): Add to gnus-picon group.
6059
6060 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6061
6062         * message.el (message-buffer-naming-style): Remove.
6063
6064 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6067
6068         * message.el (message-tool-bar-map): Ditto.
6069
6070         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6071
6072 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6073
6074         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6075
6076 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6077
6078         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6079
6080 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6081         Trivial patch.
6082
6083         * dns.el: open-network-stream under XEmacs does udp.
6084
6085 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6086
6087         * spam.el (spam-enter-whitelist): New function.
6088         (spam-parse-whitelist): Ditto.
6089         (spam-refresh-list-cache): Ditto.
6090         (spam-address-whitelisted-p): New function.
6091
6092         * dns.el (query-dns): Use TCP when make-network-process isn't
6093         available.
6094         (dns-servers): New variable.
6095         (dns-parse-resolv-conf): New function.
6096         (query-dns): Use it.
6097
6098         * spam.el: New file.
6099
6100         * dns.el (query-dns): Test.
6101
6102 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * lpath.el (featurep): Bind make-network-process.
6105
6106 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6107
6108         * nnmaildir.el: Use defstruct.  Use a single copy of
6109         nnmail-extra-headers to save memory.  Store server's group name
6110         prefix instead of each group's prefixed name.
6111         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6112         nntp-server-buffer.
6113
6114 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * dns.el: New file.
6117
6118 2002-03-28  Simon Josefsson  <jas@extundo.com>
6119
6120         * gnus-sum.el (gnus-summary-dummy-line-format):
6121         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6122         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6123
6124 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6125
6126         * gnus-sum.el (gnus-summary-move-article)
6127         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6128         the doc string.
6129
6130 2002-03-28  Simon Josefsson  <jas@extundo.com>
6131
6132         * mml-sec.el (mml-secure-message): Search after
6133         mail-header-separator from top of message.
6134
6135 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6136
6137         * nnmaildir.el: Cosmetic changes.
6138         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6139         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6140         nnmaildir--group-ls): New macros/functions.  Use them.
6141         (nnmaildir--unlink): Evalutate argument only once.
6142
6143 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6144
6145         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6146         symbols.
6147         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6148         `gnus-point-at-eol'.
6149
6150 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6151
6152         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6153         nnmaildir--marks-dir): New macros.  Use them.
6154         Use inhibit-quit for atomicity instead of in-memory journaling.
6155         (nnmaildir--edit-prep): New function.
6156         (Local Variables): Use it.
6157
6158 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6159
6160         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6161
6162 2002-03-25  Simon Josefsson  <jas@extundo.com>
6163
6164         * message.el (message-mode): Fix doc.
6165
6166 2002-03-25  Simon Josefsson  <jas@extundo.com>
6167
6168         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6169         Matthieu Moy <Matthieu.Moy@imag.fr>.
6170
6171 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6172
6173         * mml-sec.el (mml-unsecure-message): Add docstring.
6174
6175 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6178         value.
6179         Trivial change from andre@slamdunknetworks.com
6180
6181 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6182
6183         * mml.el (mml-mode-map): Added a keybinding for
6184         `mml-unsecure-message'.  Also, added a menu entry for said
6185         function in the Attachments menu.
6186
6187 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * canlock.el (canlock-version): Remove.
6190         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6191         here; simplify \x insertions.
6192         (canlock-sha1): New function, always return a unibyte string.
6193         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6194         of a password.
6195         (canlock-insert-header): Use `canlock-sha1'.
6196         (canlock-verify): Ditto.
6197
6198 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * message.el (message-fix-before-sending): Add an option that
6201         ignores illegible text.
6202         Trivial change from Mark Milhollan <mlm@attglobal.net>
6203
6204         * message.el (message-font-lock-keywords): Support multi-line MML
6205         tags.
6206
6207         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6208         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6209
6210 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6213         symbols for "View as different encoding" submenu.
6214
6215 2002-03-19  Simon Josefsson  <jas@extundo.com>
6216
6217         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6218         encoding" submenu.
6219
6220 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6221
6222         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6223
6224 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6225
6226         * gnus-sum.el (gnus-sum-thread-tree-root)
6227         (gnus-sum-thread-tree-single-indent)
6228         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6229         (gnus-sum-thread-tree-leaf-with-other)
6230         (gnus-sum-thread-tree-single-leaf): Make customizable.
6231
6232 2002-03-16  Simon Josefsson  <jas@extundo.com>
6233
6234         * gnus-util.el (gnus-extract-address-components): Don't break on
6235         names such as James "Kibo" Parry.  From Francis Litterio
6236         <franl@world.std.com>.
6237
6238 2002-03-13  Simon Josefsson  <jas@extundo.com>
6239
6240         * pop3.el (pop3-open-server): Revert multibyte change.  From
6241         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6242
6243         * message.el (message-send-mail-with-qmail): Make it work.  From
6244         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6245
6246 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6247
6248         * message.el (message-make-mft): Set case-fold-search while
6249         generating the MFT.  Also, a little cleanup in the MFT code.
6250
6251 2002-03-12  Simon Josefsson  <jas@extundo.com>
6252
6253         * message.el (message-qmail-inject-args): May be function.
6254         (message-send-mail-with-qmail): Call function if m-q-i-a is
6255         function.  From fn@hungry.org (Faried Nawaz).
6256
6257 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6258
6259         * message.el (message-abbrevs-loaded): Remove.
6260         (mailabbrev): Require it.
6261
6262         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6263
6264 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * pop3.el (pop3-open-server): Set process buffer unibyte.
6267
6268 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6271
6272 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6273
6274         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6275         too.
6276
6277 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6280         duplication.
6281         (gnus-summary-save-parts-type-history): Ditto.
6282         (gnus-summary-save-parts-last-directory): Ditto.
6283         Trivial change from andre@slamdunknetworks.com
6284
6285 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6286
6287         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6288
6289 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6292         -->" as the end of the first article.
6293
6294         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6295         From Matthieu Moy <Matthieu.Moy@imag.fr>
6296
6297         * message.el (message-add-action): Use add-to-list.
6298         (message-delete-action): New function.
6299
6300         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6301         pieces.
6302
6303 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6304
6305         * nnnil.el: New file.
6306         * gnus.el (gnus-valid-select-methods): Include nnnil.
6307
6308 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6309
6310         * message.el (message-syntax-checks): Because canlock is
6311         supported, we disable sender syntax check.
6312         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6313
6314         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6315         value of message-syntax-checks.
6316
6317         * qp.el (quoted-printable-decode-region): Doc addition.
6318         From: Eli Zaretskii <eliz@is.elta.co.il>
6319
6320         * mail-source.el (make-source-make-complex-temp-name): Use
6321         make-temp-file.
6322
6323         * mm-util.el (mm-make-temp-file): New function.
6324         * nneething.el (nneething-file-name): Use it.
6325         * mml-smime.el (mml-smime-encrypt): Ditto.
6326         * mm-view.el (mm-inline-wash-with-file): Ditto.
6327         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6328         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6329         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6330         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6331         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6332         * gnus-art.el (gnus-mime-print-part): Ditto.
6333
6334 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6335
6336         * message.el (nnmaildir-article-number-to-base-name): New
6337         function.
6338         (nnmaildir-base-name-to-article-number): New function.
6339
6340 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * smime.el (smime-make-temp-file): Don't quote
6343         `temporary-file-directory'.
6344
6345 2002-03-04  Simon Josefsson  <jas@extundo.com>
6346
6347         * smime.el (smime-sign-region): Rename argument keyfiles to
6348         keyfile. You only sign something with one key.
6349         (smime-sign-buffer): Better completing-read prompt.
6350         (smime-decrypt-buffer): Ditto.
6351
6352         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6353
6354         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6355         completing-read.
6356         (mm-view-pkcs7-decrypt): CRLF->LF.
6357
6358 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6359
6360         * message.el (message-hierarchical-addresses): New variable.
6361         (message-get-reply-headers): Use it.
6362         From Ted Zlatanov <teodor.zlatanov@divine.com>
6363
6364 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * message.el (message-mode): If buffer-file-name, don't set auto
6367         save file name.
6368         Trivial change from Geoff Greene <ggreene@wpi.edu>
6369
6370 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6373         takes one argument in read-char.
6374
6375         * message.el (message-fix-before-sending): Forward a char.
6376         Check mmu-multibyte-p, add control-1.
6377
6378 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6379
6380         * gnus-start.el (gnus-read-init-file): Ditto.
6381
6382         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6383
6384         * dgnushack.el (dgnushack-make-load): Ditto.
6385
6386         * mail-source.el (mail-source-fetch): Extract the right error
6387         code.
6388
6389         * message.el (message-fix-before-sending): Check illegible text.
6390
6391         * gnus-util.el (gnus-multiple-choice): New function.
6392
6393         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6394         also defined in gnus-score.el.
6395
6396 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6397
6398         * message.el (message-get-reply-headers): downcase email addresses
6399         for comaparisons for duplicate removal.
6400
6401 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6402
6403         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6404         implementation of PKCS#7, which just allows users read the
6405         message.
6406         (mm-view-pkcs7): Use it.
6407
6408 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * gnus.el (large-newsgroup-initial): New parameter.
6411
6412         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6413         (gnus-summary-insert-old-articles): Ditto.
6414
6415 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6416
6417         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6418         used as the default answer of the question, "How many articles?".
6419         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6420
6421         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6422         small numbers.
6423
6424 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6425
6426         * deuglify.el: Fix comments.
6427
6428 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6429
6430         * html2text.el (html2text-clean-anchor): If there is no HREF,
6431         insert nothing.
6432
6433         * mml.el (mml-generate-mime-1): Add cdr.
6434         From: andre@slamdunknetworks.com
6435
6436         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6437         (mm-text-html-washer-alist): Ditto.
6438
6439         * mm-decode.el (mm-text-html-renderer): Add html2text.
6440
6441         * html2text.el: Face lift.
6442
6443         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6444
6445 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6446
6447         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6448
6449         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6450
6451         * deuglify.el: New file. The original file name is
6452         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6453
6454         * mm-decode.el (mm-display-external): Use
6455         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6456
6457 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6458
6459         * nnmaildir.el (nnmaildir-request-list): Report the highest
6460         article number, not the total number of articles.
6461
6462 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6463
6464         * gnus-sum.el: Move uu key map here.
6465         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6466
6467 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6468
6469         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6470         nnmail-expiry-wait* if expire-age parameter is not set.
6471
6472 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6473
6474         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6475         function.
6476         (gnus-group-sort-selected-groups-by-real-name): New function.
6477         (gnus-group-make-menu-bar): Add sort by real name.
6478
6479         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6480         rebuild.
6481         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6482         nil as dependencies as well.
6483
6484 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6485
6486         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6487         for mime-parts.
6488
6489         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6490
6491         * gnus-group.el (gnus-group-name-decode): Don't test
6492         multibyte-string, because it breaks XEmacs.
6493         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6494
6495         * message.el (message-send-mail): Be talkative.
6496
6497         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6498         (mm-automatic-display): Ditto.
6499
6500         * mailcap.el (mailcap-mime-data): Ditto.
6501         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6502
6503 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * many files: Remove trailing whitespaces, replace spc+tab with
6506         tab, replace leading whitespaces with tabs.
6507
6508 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6509
6510         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6511         articles with no body and no blank line after the header.
6512
6513 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6514
6515         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6516         parts.
6517
6518         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6519         non-ascii chars.
6520
6521         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6522
6523         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6524         w3-delay-image-loads.
6525         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6526         (mm-w3-prepare-buffer): Ditto.
6527
6528         * mail-source.el (mail-source-fetch-directory): Run scripts.
6529
6530 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6533         for Majordomo confirmations.
6534
6535 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6538
6539 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6542
6543 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6544
6545         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6546         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6547
6548 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6551         (mm-inline-render-with-stdin): Ditto.
6552         (mm-inline-render-with-function): Ditto.
6553         (mm-inline-wash-with-file): Bind coding-system-for-write.
6554         (mm-inline-wash-with-stdin): Ditto.
6555
6556 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         Suggested by Felix Natter <fnatter@gmx.net>
6559
6560         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6561         gnus-mime-externalize-view.
6562         (gnus-mime-view-part-internally): Rename from
6563         gnus-mime-internalize-view.
6564         (gnus-article-view-part-externally): Rename from
6565         gnus-article-externalize-part.
6566         (gnus-mime-action-alist): Change correspondingly.
6567         (gnus-mime-button-commands): Ditto.
6568         (gnus-mime-action-alist): Remove duplication.
6569
6570         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6571
6572 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6573
6574         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6575
6576         * gnus-art.el (gnus-display-mime): Use it.
6577
6578         * mm-partial.el (mm-partial-find-parts): Use it.
6579
6580         * gnus-sum.el (gnus-article-loose-mime): Rename from
6581         gnus-article-no-strict-mime.
6582         (gnus-summary-save-parts): Use it.
6583
6584 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6587         local variable.
6588
6589         * gnus-art.el (article-display-x-face): Don't sort multiple
6590         X-Faces.
6591
6592 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6595         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6596
6597         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6598
6599 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         Some ideas is inspired by code from Hrvoje Niksic
6602         <hniksic@arsdigita.com>
6603
6604         * gnus-art.el (gnus-article-wash-function): Set the default to
6605         nil, so that we use mm-text-html-renderer instead.
6606         (article-wash-html): Use mm-text-html-renderer.
6607
6608         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6609         (mm-text-html-renderer): New variable.
6610         (mm-inline-text-html-renderer): Set the default to nil, so that we
6611         use mm-text-html-renderer instead.
6612
6613         * mm-view.el (mm-inline-text-html): New function.
6614         (mm-text-html-renderer-alist): New variable.
6615         (mm-inline-text-vcard): New function.
6616         (mm-inline-text): Split.
6617         (mm-links-remove-leading-blank): New function.
6618         (mm-inline-render-with-file): New function.
6619         (mm-inline-render-with-stdin): New function.
6620         (mm-inline-render-with-function): New function.
6621         (mm-text-html-washer-alist): New variable.
6622         (mm-inline-wash-with-file): New function.
6623         (mm-inline-wash-with-stdin): New function.
6624
6625 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * message-utils.el: Fix installation doc.
6628         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6629
6630 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6633         (gnus-post-method): Use it.
6634         (gnus-summary-cancel-article): Find the correct post-method.
6635
6636         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6637         * message.el (message-send-news): Ditto.
6638         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6639         <ipmonger@delamancha.org>
6640
6641         * gnus.el (gnus-select-method): Fix doc.
6642         (gnus-server-string): Use 'using nntp'.
6643
6644         * gnus-agent.el (gnus-slave-unplugged): New command.
6645         From: Felix Natter <fnatter@gmx.net>
6646
6647 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6648
6649         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6650         Call edit-done-function first, then change the window
6651         configuration.
6652         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6653         (gnus-article-edit-mode): mml-mode.
6654
6655         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6656         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6657
6658         * message-utils.el: Adopt the file.
6659
6660         * message-utils.el: New file.
6661         From Holger Schauer <Holger.Schauer@gmx.de>
6662
6663 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664
6665         * gnus-sum.el (gnus-summary-move-article): Select-article only
6666         when gnus-move-split-methods is non-nil. And we don't render or
6667         mark the article.
6668
6669         * gnus-fun.el (gnus-shell-command-to-string): New function.
6670         (gnus-shell-command-on-region): New function.
6671         (gnus-random-x-face): Use them.
6672         (gnus-x-face-from-file): Ditto.
6673         (gnus-convert-image-to-gray-x-face): Ditto.
6674         (gnus-convert-gray-x-face-to-xpm): Ditto.
6675         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6676
6677 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-art.el (gnus-treat-display-xface): Don't use
6680         `shell-command-to-string' when compiling.
6681         (gnus-treat-display-grey-xface): Ditto.
6682
6683 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6684
6685         * nnmaildir.el (nnmaildir--article-count): If the group is
6686         completely empty, report minimum article number as 1 instead of 0.
6687
6688 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6689
6690         * gnus-agent.el (gnus-get-predicate): Use nconc.
6691
6692         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6693         gnus-summary-display-cache as cache.
6694
6695         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6696         (nndoc-mail-in-mail-type-p): New function.
6697         (nndoc-mail-in-mail-article-begin): New function.
6698
6699 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6700
6701         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6702
6703         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6704         use-hard-newlines to nil.
6705
6706         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6707         image is not available if window-system is not available.
6708
6709         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6710
6711 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6712
6713         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6714         bookmark, because update-mark doesn't handle it correctly.
6715
6716 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6719         directly instead of calling message-send-mail.
6720
6721         * gnus-start.el (gnus-read-descriptions-file): Use
6722         gnus-default-charset.
6723
6724         * mm-util.el (mm-guess-mime-charset): New function.
6725
6726         * gnus.el (gnus-default-charset): Use it.
6727         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6728         the default.
6729
6730 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6731
6732         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6733         (article-display-x-face): Use it.  Disable grey xface, if
6734         uncompface is not found.
6735
6736         * message.el (message-mode): Don't enable multibyte on an indirect
6737         buffer.
6738
6739         * nnrss.el (nnrss-content-function): New variable.
6740         (nnrss-request-article): Use it.
6741
6742 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6743
6744         * gnus.el: Add article-unsplit-urls.
6745         * gnus-sum.el: Ditto.
6746         * gnus-art.el (gnus-treat-strip-cr): New variable.
6747         (gnus-treatment-function-alist): Use it.
6748         (article-unsplit-urls): New function.
6749         (gnus-article-make-menu-bar): Use it.
6750         From: Michael Cook <michael.cook@cisco.com>
6751
6752 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6753
6754         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6755         copy.
6756
6757 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6758
6759         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6760         with internal whitespace.
6761         (gnus-parent-id): Ditto.
6762
6763 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * gnus-art.el (gnus-article-treat-body-boundary): Add
6766         gnus-decoration property.
6767         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6768
6769         * message.el (message-mode): Set local-abbrev-table.
6770         From Matt Armstrong <matt@lickey.com>.
6771
6772         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6773         too many spaces.
6774
6775         * rfc2047.el (rfc2047-unfold-region): Ditto.
6776         (rfc2047-decode-region): Don't unfold. Let
6777         gnus-article-treat-unfold-headers do it.
6778
6779         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6780         From: Jesper Harder <harder@ifa.au.dk>
6781
6782 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6785         (gnus-configure-posting-styles): Use it.
6786         (gnus-configure-posting-styles): Remove trailing newspaces.
6787
6788 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6789
6790         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6791         is non-nil.
6792
6793         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6794
6795         * gnus.el (gnus-server-to-method): Switch position with
6796         gnus-server-get-method.
6797         (gnus-agent): Add doc.
6798
6799         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6800         (gnus-summary-save-parts): Use it.
6801
6802         * gnus-art.el (gnus-display-mime): Use it.
6803         * mm-partial.el (mm-partial-find-parts): Use it.
6804
6805         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6806
6807         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6808         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6809
6810         * nnagent.el (nnagent-request-expire-articles): Don't delete
6811         files.
6812
6813 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * message.el (message-gen-unsubscribed-mft): New function.
6816         From Sriram Karra <karra@cs.utah.edu>.
6817
6818         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6819         open parenthesis.
6820
6821         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6822         (mm-inline-text-html-render-with-w3): Ditto.
6823         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6824         Suggested by Dave Love  <d.love@dl.ac.uk>.
6825
6826         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6827
6828         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6829         * nntp.el (nntp-send-command): Ditto.
6830         * nntp.el (nntp-send-command-nodelete): Ditto.
6831
6832 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * mm-url.el (mm-url-load-url): New function.
6835         (mm-url-insert-file-contents): Use it.
6836
6837         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6838
6839         * message.el (message-forward-make-body): Correctly copy
6840         forward-buffer.
6841
6842         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6843
6844 2002-02-04  Simon Josefsson  <jas@extundo.com>
6845
6846         * gnus-art.el (gnus-article-followup-with-original): Mark with
6847         force, prevent errors when following up from article buffer.
6848         (gnus-article-reply-with-original): Ditto.
6849
6850         * binhex.el (binhex-decoder-switches): Fix doc.  From
6851         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6852
6853 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6856         highlight-citation after emphasize.
6857
6858 2002-02-04  Simon Josefsson  <jas@extundo.com>
6859
6860         * nnfolder.el (nnfolder-open-marks):
6861
6862         * nnml.el (nnml-open-marks): Message when done.  From David
6863         Edmondson <dme@sun.com>.
6864
6865 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6866
6867         * imap.el (imap-anonymous-auth): Fix typo.
6868         From: Steinar Bang <sb@dod.no>
6869
6870         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6871         save-excursion.
6872         (gnus-cache-braid-heads): Ditto.
6873
6874         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6875         line, because there are extra articles in the overview buffer.
6876
6877         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6878
6879         * message.el (message-forward-rmail-make-body): Directly use
6880         rmail-msg-restore-non-pruned-header to avoid calling
6881         vertical-motion.
6882
6883 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * gnus-cache.el (gnus-summary-insert-cached-articles):
6886         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6887
6888         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6889         gnus-newsgroups-unselected.
6890
6891         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6892         gnus-add-to-sorted-list.
6893
6894         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6895         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6896         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6897         (gnus-update-read-articles): UNREAD is sorted.
6898         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6899         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6900         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6901         (gnus-newsgroup-dormant): Require sorted.
6902
6903         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6904         directories.
6905         (gnus-dired-print): New function.
6906
6907         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6908         ps-despool.
6909
6910 2002-02-02  Simon Josefsson  <jas@extundo.com>
6911
6912         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6913
6914 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6915
6916         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6917         t. This makes gnus-agent customizable without putting
6918         gnus-agentize into .gnus.
6919
6920         * gnus.el (gnus-agent): Make it customizable.
6921
6922         * gnus-dired.el: New file.
6923         From Benjamin Rutt <brutt@bloomington.in.us>
6924
6925         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6926         if no article.
6927         (gnus-cache-possibly-remove-article): Ditto.
6928         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6929
6930 2002-02-01  Simon Josefsson  <jas@extundo.com>
6931
6932         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6933
6934 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6937         (mm-setup-w3m): Don't bind keys listed in the above.
6938
6939 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6942         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6943         is non-nil; bind `w3m-force-redisplay' with nil.
6944
6945         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6946
6947         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6948
6949 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6950
6951         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6952         use mail-header-unfold-field.
6953
6954         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6955         gnus-summary-limit.
6956
6957         * gnus-range.el (gnus-add-to-sorted-list): New function.
6958         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6959         (gnus-mark-article-as-unread): Ditto.
6960         (gnus-summary-mark-article-as-unread): Ditto.
6961         (gnus-build-get-header): Ditto.
6962         (gnus-summary-prepare-threads): Ditto.
6963         (gnus-summary-insert-pseudos): Ditto.
6964         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6965         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6966         (gnus-summary-insert-old-articles): Ditto.
6967
6968         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6969         (gnus-configure-posting-styles): Support the new format.
6970
6971         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6972         edebug-form-spec to (sexp body).
6973         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6974
6975         * message.el (message-reply-headers): Add doc.
6976
6977 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6978
6979         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6980         gnus-cache-active-hashtb.
6981
6982         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6983         (gnus-agent-summary-fetch-group): Use it.
6984
6985         * gnus-msg.el (gnus-debug-files): New variable.
6986         (gnus-debug-exclude-variables): New variable.
6987         (gnus-debug): Use them.
6988
6989         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6990
6991 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6992
6993         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6994         (message-mode-syntax-table): Move back the previous position.
6995
6996         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6997
6998         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6999         gnus-sorted-difference.
7000
7001         * nnsoup.el (nnsoup-request-expire-articles): Use
7002         gnus-sorted-difference.
7003
7004         * nnheader.el: Autoload gnus-sorted-difference.
7005
7006         * nnfolder.el (nnfolder-request-expire-articles): Use
7007         gnus-sorted-difference.
7008
7009         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7010         gnus-sorted-difference.
7011
7012         * gnus-range.el: Autoload cookies.
7013         (gnus-sorted-difference): New function.
7014         (gnus-sorted-ndifference): New function.
7015         (gnus-sorted-nintersection): Rename from
7016         gnus-set-sorted-intersection.
7017         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7018         (gnus-list-range-difference): Rename from
7019         gnus-inverse-list-range-intersection.
7020         (gnus-inverse-list-range-intersection): Use defalias.
7021
7022         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7023         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7024         (gnus-articles-to-read): Use gnus-sorted-difference.
7025         (gnus-summary-limit-mark-excluded-as-read): Use
7026         gnus-sorted-intersection and gnus-sorted-ndifference.
7027         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7028         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7029
7030         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7031
7032 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7035         property to the buffer for using emacs-w3m command keys.
7036
7037         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7038         option.
7039
7040         * mm-view.el (mm-w3m-mode-map): New variable.
7041         (mm-w3m-mode-command-alist): New variable.
7042         (mm-w3m-minor-mode): Removed.
7043         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7044         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7045         buffer for using emacs-w3m command keys.
7046
7047 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7048
7049         * message.el (message-mode-syntax-table): Move forward.
7050         (message-cite-prefix-regexp): Auto detect non word constituents.
7051         (message-cite-prefix-regexp): Don't use with-syntax-table.
7052
7053         * gnus-sum.el (gnus-summary-update-info): Use
7054         gnus-list-range-intersection.
7055
7056         * gnus-agent.el (gnus-agent-fetch-headers): Use
7057         gnus-list-range-intersection.
7058
7059         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7060         (gnus-list-range-intersection): Use it.
7061         (gnus-inverse-list-range-intersection): Ditto.
7062         (gnus-sorted-intersection): Add doc.
7063         (gnus-set-sorted-intersection): Add doc.
7064         (gnus-sorted-union): New function.
7065         (gnus-set-sorted-union): New function.
7066
7067         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7068         (gnus-inverse-list-range-intersection): Ditto.
7069
7070 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7071
7072         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7073
7074         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7075         and permit `:' and `\' in order to handle full Windows pathnames.
7076         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7077         technically not correct per standard, but seems to have common use.
7078
7079 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7080
7081         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7082         replacing numbers.
7083
7084 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7087
7088         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7089         Don't split when the window is small, e.g. when a small *BBDB*
7090         window is the lowest one.
7091
7092         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7093         nnheader-find-nov-line to speed up. Use nreverse, because it is
7094         sorted. Use nnheader-insert-nov-file.
7095
7096 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7099
7100         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7101         of `w3m-display-inline-images' with the value of
7102         `mm-inline-text-html-with-images'.
7103         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7104
7105         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7106
7107 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7108
7109         * time-date.el: Add autoload cookies.  Many doc fixes.
7110         (time-add): New function.
7111         (time-subtract): Renamed from subtract-time.
7112         (subtract-time): New alias for time-subtract.
7113
7114 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7117         emacs-w3m in doc-string.
7118
7119         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7120         `w3m-current-buffer'.
7121
7122 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7123
7124         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7125
7126         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7127         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7128         (mm-w3m-cid-retrieve): New function.
7129         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7130
7131 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7134
7135 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7138
7139 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7142         32K.
7143
7144         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7145
7146         * nnmail.el (nnmail-article-group): Decode headers before running
7147         split rules over them.
7148         (nnmail-mail-splitting-charset): New variable.
7149
7150         * smiley.el: Replaced with smiley-ems.el.
7151
7152 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7153
7154         * mm-url.el (mm-url-predefined-programs): Add w3m.
7155         (mm-url-program): Ditto.
7156
7157 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * nnml.el (nnml-use-compressed-files): New variable.
7160         (nnml-filenames-are-evil): Removed.
7161         (nnml-current-group-article-to-file-alist): Don't use.
7162         (nnml-update-file-alist): Inhibit.
7163         (nnml-article-to-file): Use new var.
7164
7165 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7168
7169         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7170
7171 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7174         function.
7175
7176         * gnus-util.el (gnus-cache-file-contents): New function.
7177
7178         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7179         (gnus-agent-load-alist): Use it.
7180
7181         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7182
7183         * nnheader.el (nnheader-insert-nov-file): New function.
7184
7185         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7186
7187         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7188         there are no references.
7189         (gnus-extract-message-id-from-in-reply-to): New function.
7190         (gnus-nov-parse-line): Use in-reply-to if there are no
7191         references.
7192
7193 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7196
7197         * gnus-util.el (gnus-parse-without-error): New macro.
7198
7199 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7202         (gnus-article-wash-function): use locate-library to decide which
7203         to use.
7204
7205 2002-01-25  Simon Josefsson  <jas@extundo.com>
7206
7207         * pop3.el (pop3-munge-message-separator): Work if no date.
7208         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7209
7210 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-agent.el (gnus-agent-save-alist): Fix.
7213
7214         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7215         mistake.  Reinstated lost code.
7216
7217 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7218
7219         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7220         one exists in the case of an encrypted message with an internal
7221         signature.
7222
7223 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7226
7227 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * dgnushack.el: Commented out the experimental code.
7230
7231 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7234         error.
7235
7236         * gnus.el (gnus-server-to-method): Made into subst.
7237         (gnus-server-method-cache): New variable.
7238         (gnus-server-to-method): Use it.
7239         (gnus-group-method-cache): New variable.
7240         (gnus-find-method-for-group-1): Renamed.
7241         (gnus-find-method-for-group): New function.
7242         (gnus-group-method-cache): Removed.
7243
7244         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7245         function.
7246
7247         * gnus-range.el (gnus-members-of-range): New function.
7248         (gnus-list-range-intersection): Renamed.
7249         (gnus-inverse-list-range-intersection): New function.
7250
7251         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7252
7253         * nnagent.el (nnagent-retrieve-headers): New implementation.
7254
7255         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7256         implementation.
7257
7258 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7261         `w3m-meta-content-type-charset-regexp'.
7262
7263         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7264         charset-encoded html contents.
7265
7266 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7269         an empty file.
7270
7271         * nnweb.el (url): Ignore errors when request url.
7272
7273         * nnrss.el: Clean up the comments.
7274
7275 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7278
7279         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7280         (mm-inline-media-tests): Test whether the value of
7281         `mm-inline-text-html-renderer' is a function for text/html.
7282
7283         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7284         separated from `mm-inline-text'.
7285         (mm-w3m-minor-mode): New variable.
7286         (mm-w3m-setup): New variable.
7287         (mm-setup-w3m): New function.
7288         (mm-inline-text-html-render-with-w3m): New function.
7289         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7290         text/html.
7291
7292 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7293
7294         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7295
7296 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7299         and `gnus-xmas-completing-read'.
7300
7301 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7302
7303         * nneething.el (nneething-message-id-number): Abolished.
7304         (nneething-encode-file-name): Not encode numerical characters.
7305         (nneething-make-head): `nneething-message-id-number' is not
7306         used to generate message IDs.
7307
7308 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7311         characters.
7312
7313 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7316         (gnus-xmas-redefine): Redefine conditionally.
7317
7318 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7319
7320         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7321         tag.
7322
7323 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7324
7325         * message.el (message-font-lock-keywords): Added the secure tag.
7326         * mml-sec.el: Added functions to generate/modify/remove the secure
7327         tag while in message mode.
7328         * mml-sec.el (mml-secure-message): New.
7329         * mml-sec.el (mml-unsecure-message): New.
7330         * mml-sec.el (mml-secure-message-sign-smime): New.
7331         * mml-sec.el (mml-secure-message-sign-pgp): New.
7332         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7333         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7334         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7335         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7336         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7337         convert it to either a part or multipart depending on if there are
7338         other parts in the message.
7339         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7340         to use the secure tag, rather than the part tag.
7341         * mml.el (mml-preview): Added a save-excursion to keep cursor
7342         position after doing an MML preview.
7343
7344 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * nnheader.el (nnheader-parse-overview-file): New function.
7347         (nnheader-write-overview-file): New function.
7348
7349 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7352         in wanted.
7353
7354         * nnweb.el (nnweb-type-definition): Clean up.
7355
7356 2002-01-21  Alastair Burt  <burt@dfki.de>
7357         Trivial patch.
7358
7359         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7360         buffer exists before jumping to it.
7361
7362 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7365         function.
7366         (article-wash-html): Use it.
7367         (gnus-article-wash-function): New variable.
7368         (gnus-article-wash-html-with-w3m): New function.
7369
7370 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7371
7372         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7373         XEmacs.
7374
7375 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7376
7377         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7378         command line.
7379
7380 2002-01-21  Simon Josefsson  <jas@extundo.com>
7381
7382         * canlock.el (base64-encode-string): Autoload it from base64.
7383         (canlock-make-cancel-key): Base64 encode unibyte string.
7384
7385 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * nnfolder.el (nnfolder-request-accept-article): Unfold
7388         x-from-line.
7389         (nnfolder-request-replace-article): Ditto.
7390
7391 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7392
7393         * gnus-group.el (gnus-group-best-unread-group): Use the right
7394         positioning function.
7395
7396 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * smiley-ems.el (smiley-region): Use new function.
7399         (smiley-update-cache): Use general image functions.
7400         (smiley-region): Use general functions.
7401
7402         * gnus-util.el (gnus-graphic-display-p): New function.
7403
7404         * nnmail.el (nnmail-article-group): Allow outputting traces of
7405         non-strings.
7406
7407         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7408         (nndoc-exim-bounce-type-p): New function.
7409
7410         * message.el (message-dont-send): Doc fix.
7411
7412         * gnus-util.el (gnus-completing-read): Remove
7413         inherit-input-method.
7414
7415         * gnus-art.el (gnus-treat-smiley): Doc fix.
7416
7417         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7418         articles.
7419
7420 2002-01-19  Simon Josefsson  <jas@extundo.com>
7421
7422         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7423         (imap-kerberos4-open): Ditto.
7424         (imap-open): Set port correctly, don't set auth.
7425
7426 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * gnus.el (gnus-version-number): Bump version number.
7429
7430 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7431
7432         * gnus.el: Oort Gnus v0.05 is released.
7433
7434 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7437         exists.
7438
7439         * gnus-spec.el (gnus-string-width-function): New function.
7440         (gnus-tilde-cut-form): Use it.
7441         (gnus-tilde-max-form): Ditto.
7442         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7443         (gnus-substring-function): Use it.
7444         (gnus-tilde-cut-form): Ditto.
7445         (gnus-substring-function): New function.
7446
7447         * message.el (message-check-news-header-syntax): New message.
7448
7449         * gnus.el (gnus-slave-no-server): Doc fix.
7450
7451         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7452
7453 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7456         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7457         (seen (NUM1 . NUM2)).
7458
7459 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7462         number in closed topics.
7463
7464 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7465
7466         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7467         functions.
7468
7469 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus.el (gnus-group-find-parameter): Clean up.
7472
7473         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7474         articles.
7475
7476         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7477
7478         * nnmail.el (nnmail-article-group): Clean up.
7479
7480 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7481
7482         * gnus-agent.el (gnus-category-name): Intern the category name.
7483
7484 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7487
7488         * gnus-util.el (gnus-completing-read): New function.
7489
7490 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7493
7494         * smiley-ems.el (smiley-region): Register smiley.
7495         (smiley-toggle-buffer): Rewrite the function.
7496         (smiley-active): Removed.
7497
7498 2002-01-19  Simon Josefsson  <jas@extundo.com>
7499
7500         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7501         Jesper Harder <harder@ifa.au.dk>.
7502
7503 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7504
7505         * gnus-art.el (gnus-request-article-this-buffer): Call
7506         `nneething-get-file-name' to extract the file name from the
7507         message id.
7508
7509         * nneething.el (nneething-encode-file-name): New function.
7510         (nneething-decode-file-name): Ditto.
7511         (nneething-get-file-name): Ditto.
7512         (nneething-make-head): Encode the file name and encapsulate it
7513         into the field of the message id.
7514
7515 2002-01-18  Simon Josefsson  <jas@extundo.com>
7516
7517         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7518         stored in .marks.
7519
7520         * nnfolder.el (nnfolder-request-update-info): Ditto.
7521
7522 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7525
7526 2002-01-18  Simon Josefsson  <jas@extundo.com>
7527
7528         * imap.el (imap-starttls-p): Don't check for binary.
7529         (imap-gssapi-auth-p): Ditto.
7530         (imap-kerberos4-auth-p): Ditto.
7531         (imap-open): Change logic.  Iterate through all possible streams,
7532         instead of bailing out after first failure.  Move authenticator
7533         decision to `imap-authenticate'.
7534         (imap-authenticate): Change logic, now finds the authenticator to
7535         use, was previously in `imap-open'.
7536         (imap-open): Return nil on failure.
7537         (imap-open): Setup temp buffer correctly.
7538         (imap-open): Return buffer only on success.
7539         (imap-interactive-login, imap-interactive-login): Tell the user
7540         which stream/authenticator is used for the queried
7541         username/password.
7542         (imap-open, imap-authenticate): Set variables.
7543         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7544         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7545
7546 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7547
7548         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7549
7550 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7553
7554 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7555
7556         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7557         (gnus-agent-group-mode-map): Bind it to "Jo".
7558         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7559
7560 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7561
7562         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7563         (gnus-summary-mail-toolbar): Add mail article deletion button.
7564
7565         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7566         false positives for lines of "^^^^".
7567
7568         * gnus-picon.el (gnus-picon-find-face): faces database is all
7569         lowercase.
7570
7571 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7574         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7575         duplications.
7576         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7577
7578 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-sum.el (gnus-summary-initial-limit): Inline
7581         gnus-summary-limit-children.
7582         (gnus-summary-initial-limit): Don't limit if
7583         gnus-newsgroup-display is nil.
7584         (gnus-summary-initial-limit): No, don't.
7585
7586         * gnus-util.el
7587         (gnus-put-text-property-excluding-characters-with-faces): Inline
7588         gnus-put-text-property.
7589
7590         * gnus-spec.el (gnus-default-format-specs): New variable.
7591
7592         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7593         gnus-format-specs.
7594         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7595
7596         * gnus-spec.el (gnus-update-format-specifications): Really check
7597         the Gnus version of the .newsrc.eld file.
7598         (gnus-format-specs): Save the new default summary format.
7599
7600         * gnus-util.el (gnus-parent-id): Check whether references is empty
7601         before splitting.
7602
7603         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7604         functions.
7605         (gnus-gather-threads-by-references): Inline
7606         `gnus-split-references'.
7607
7608         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7609         default value of gnus-summary-line-format-spec.
7610
7611 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7614         message.
7615         (nnslashdot-request-list): Ditto.
7616         (nnslashdot-sid-strip): Removed.
7617
7618 2002-01-15  Simon Josefsson  <jas@extundo.com>
7619
7620         * nnimap.el (nnimap-close-asynchronous): Enable.
7621         (nnimap-close-group): Expunge.
7622
7623 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7624
7625         * gnus-util.el (gnus-user-date-format-alist): Typo.
7626         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7627
7628 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7629
7630         * nneething.el (nneething-request-article): Set
7631         `nnmail-file-coding-system' to `binary' locally, in order to read
7632         files without any conversion.
7633
7634 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7635
7636         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7637         nnheader-file-coding-system and nnmail-active-file-coding-system.
7638         (gnus-agent-regenerate-group): Ditto.
7639         (gnus-agent-regenerate): Ditto.
7640         (gnus-agent-write-active): Ditto.
7641         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7644
7645         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7646         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7647
7648 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7649
7650         * gnus.el: We don't need gnus-article-show-all-headers.
7651
7652         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7653         Ditto.
7654
7655         * gnus-sum.el (gnus-summary-select-article): Don't call
7656         show-all-headers, because hidden headers are not hidden text any
7657         more.
7658
7659 2002-01-13  Simon Josefsson  <jas@extundo.com>
7660
7661         * message.el (message-newline-and-reformat): Use `newline' instead
7662         of inserting \n, so that the newline is marked as hard.
7663
7664         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7665         From Jesper Harder <harder@ifa.au.dk>.
7666
7667 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7668
7669         * imap.el (imap-close): Keep going if quit.
7670
7671         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7672         nntp-server-buffer.
7673
7674 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7677         avoid unbinding shadowed variables.
7678
7679         * gnus-art.el (gnus-picon-databases): Moved here.
7680         (gnus-picons-installed-p): Moved here.
7681         (gnus-article-reply-with-original): Use `mark'.
7682
7683         * gnus.el (gnus-picon): Moved here and renamed.
7684
7685         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7686         installed.
7687         (gnus-treat-mail-picon): Ditto.
7688         (gnus-treat-newsgroups-picon): Ditto.
7689
7690         * gnus-picon.el (gnus-picons-installed-p): New function.
7691
7692 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7695
7696 2002-01-12  Simon Josefsson  <jas@extundo.com>
7697
7698         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7699         (nnimap-before-find-minmax-bugworkaround): Use it.
7700         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7701         (nnimap-dont-close): New variable.
7702         (nnimap-close-group): Use it.
7703
7704 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-art.el (gnus-article-reply-with-original): Use
7707         `mark-active'.
7708
7709         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7710
7711         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7712         (gnus-score-advanced): Clean up.
7713         (gnus-score-advanced): Accept a multiple of the score.
7714
7715 2002-01-12  Simon Josefsson  <jas@extundo.com>
7716
7717         * flow-fill.el (fill-flowed-display-column)
7718         (fill-flowed-encode-columnq): New variables.  Suggested by
7719         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7720         (fill-flowed-encode, fill-flowed): Use them.
7721
7722         * message.el (message-send-news, message-send-mail): Use
7723         m-b-s-n-p-e-h-n.
7724
7725         * mml.el (autoload): Autoload fill-flowed-encode.
7726         (mml-buffer-substring-no-properties-except-hard-newlines): New
7727         function.
7728         (mml-read-part): Use it.
7729         (mml-generate-mime-1): Encode format=flowed if appropriate.
7730         (mml-insert-mime-headers): Insert format=flowed.
7731
7732         * flow-fill.el (fill-flowed-encode): New function.
7733         (fill-flowed): Bind fill-column to window width.
7734
7735 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7738         it exists.
7739         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7740         (gnus-summary-buffer-name): Don't return the dead name after all.
7741         (gnus-summary-setup-buffer): Kill the dead buffer.
7742
7743         * gnus-art.el (gnus-article-followup-with-original): Store the
7744         value of the mark before deactivating it.
7745
7746 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7747
7748         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7749         From: Karl Kleinpaste <karl@charcoal.com>
7750
7751         * gnus-art.el (article-display-x-face): Ditto.
7752         (gnus-article-reply-with-original): Use gnus-region-active-p.
7753         (gnus-article-followup-with-original): Ditto.
7754
7755         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7756         downloadable article either.
7757
7758 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7759
7760         * gnus-art.el (article-display-x-face): Insert From:.
7761
7762         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7763         article. Bind gnus-display-mime-function and
7764         gnus-article-prepare-hook.
7765
7766         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7767         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7768         gnus-agent-possibly-synchronize-flags to the last.
7769         (gnus-agent-go-online): New function. New variable.
7770
7771 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7772
7773         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7774         (gnus-agent-regenerate): Ditto.
7775
7776 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7777
7778         * message.el (message-ignored-news-headers)
7779         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7780         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7781
7782         * gnus.el (gnus-gethash-safe): New macro.
7783
7784         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7785         (gnus-agent-regenerate): Show messages.
7786
7787 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7788
7789         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7790         (gnus-agent-regenerate): New function.
7791         (gnus-agent-save-alist): Sort.
7792         (gnus-agent-copy-nov-line): Test eobp.
7793         (gnus-agent-retrieve-headers): Erase buffer.
7794
7795 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7798         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7799
7800         * gnus.el (gnus-agent-covered-methods): Move here.
7801         (gnus-online): New function.
7802         (gnus-agent-method-p): Move here.
7803
7804         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7805         nil. Remove articles-alist.
7806
7807         * gnus-start.el (gnus-get-unread-articles): Check online.
7808         (gnus-groups-to-gnus-format): Ditto.
7809         (gnus-active-to-gnus-format): Ditto.
7810
7811         * gnus-agent.el (gnus-agent-get-function): Use it.
7812         (gnus-agent-get-undownloaded-list): Ditto.
7813         (gnus-agent-fetch-session): Only fetch online methods.
7814
7815         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7816         (gnus-server-mode-map): Ditto.
7817         (gnus-server-offline-face): New face.
7818         (gnus-server-offline-face): New variable.
7819         (gnus-server-font-lock-keywords): Add offline.
7820         (gnus-server-insert-server-line): Ditto.
7821         (gnus-server-offline-server): New function.
7822
7823         * gnus-int.el (gnus-open-server): Turn to offline.
7824         (gnus-server-unopen-status): New variable.
7825
7826 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7827
7828         * nnkiboze.el (nnkiboze-request-article): Use
7829         gnus-agent-request-article.
7830
7831         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7832         function. Insert undownloaded NOV.
7833
7834         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7835         (gnus-agent-request-article): New function.
7836
7837         * gnus.el (gnus-agent-cache): New variable.
7838
7839         * gnus-int.el (gnus-retrieve-headers): Use
7840         gnus-agent-retrieve-headers.
7841         (gnus-request-head): Use gnus-agent-request-article.
7842         (gnus-request-body): Ditto.
7843
7844         * gnus-art.el (gnus-request-article-this-buffer): Use
7845         gnus-agent-request-article.
7846
7847         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7848         article if it is undownloaded.
7849
7850 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7853
7854 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * canlock.el (canlock-string-as-unibyte): New macro.
7857         (canlock-sha1-with-openssl): Return a unibyte string.
7858         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7859
7860 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7861
7862         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7863
7864 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7867         application/x-emacs-lisp.
7868
7869         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7870
7871         * nntp.el (nntp-request-article): Add group parameter.
7872         (nntp-request-head): Ditto.
7873         (nntp-find-group-and-number): Add parameter group. Figure out
7874         number if the status line doesn't give (e.g. quimby.gnus.org).
7875
7876 2002-01-08  Simon Josefsson  <jas@extundo.com>
7877
7878         * mml.el (mml-generate-mime-1): Set recipient correctly.
7879
7880 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7881
7882         * message.el (message-read-from-minibuffer): Add parameter
7883         initial-contents.
7884         * gnus-msg.el (gnus-summary-resend-message): Use it.
7885
7886         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7887         behavior of quit-config.
7888
7889         * message.el (message-make-from): Don't quote fullname.
7890         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7891
7892         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7893         From: <andre@slamdunknetworks.com>
7894
7895 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7898
7899         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7900
7901         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7902         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7903         because bbdb may use it.
7904
7905 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7906
7907         * nneething.el (nneething-request-article): When a non-text file
7908         is converted to an article, its data is encoded in base64.  Call
7909         `nneething-make-head' with options to specify MIME types.
7910         (nneething-make-head): Add optional arguments to specify MIME
7911         types.
7912
7913 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7916         header if there is not.
7917
7918         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7919
7920         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7921         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7922         (gnus-inews-do-gcc): Use them.
7923
7924         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7925         gnus-newsgroup-unselected.
7926
7927 2002-01-06  Simon Josefsson  <jas@extundo.com>
7928
7929         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7930         condition-case, not ignore-errors.
7931
7932 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7933
7934         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7935         gnus-fetch-old-headers.
7936
7937         * gnus-art.el (article-display-x-face): Use the current buffer
7938         unless `W f'. Otherwise, X-Face may be shown in the header of a
7939         forwarded part.
7940         (gnus-treatment-function-alist): Treat xface before hiding
7941         headers.
7942
7943 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7946         parameters.
7947
7948 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7949
7950         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7951         (mm-guess-charset): New function.
7952         (mm-charset-after): Use it.
7953         (mm-detect-coding-region): New function.
7954         (mm-detect-mime-charset-region): New function.
7955
7956         * gnus-sum.el (gnus-summary-show-article): Use
7957         mm-detect-coding-region.
7958
7959 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7960
7961         * message.el (message-make-fqdn): Be less violent.
7962
7963         * gnus.el (gnus-logo-color-style): Compute custom form
7964         automatically.
7965
7966         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7967         score file of the parent to the document group.
7968
7969         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7970         parameters parameter.
7971
7972         * gnus-score.el (gnus-score-load-file): Clean up.
7973
7974 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7975
7976         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7977         From: Damien Wyart <damien.wyart@free.fr>
7978
7979         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7980
7981 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7982
7983         * gnus-sum.el (gnus-select-group-hook): Typo.
7984
7985         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7986         is no quoted-printable-encoded STRING.
7987         From: Jesper Harder <harder@ifa.au.dk>
7988
7989         (rfc2047-decode-string): Decode it.
7990
7991 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7994
7995 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7996         Trivial patch.
7997
7998         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7999         buffer to get rid of junk line.
8000
8001 2002-01-05  Simon Josefsson  <jas@extundo.com>
8002
8003         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8004         C-o.
8005         (message-mode-map): Bind message-insert-or-toggle-importance to
8006         C-c C-u.
8007         (message-mode-map): Bind message-disposition-notification-to to
8008         C-c M-n.
8009         (message-mode-menu): Add m-d-n-t.
8010         (message-mode-field-menu): Add m-goto-from.
8011         (message-mode): Doc fix.
8012         (message-goto-from): New function.
8013         (message-insert-disposition-notification-to): New function.
8014         (message-tool-bar-map): Add receipt button.
8015
8016 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-sum.el (gnus-thread-latest-date): New function.
8019         (gnus-thread-sort-by-most-recent-number): Renamed.
8020         (gnus-thread-sort-functions): Doc fix.
8021         (gnus-select-group-hook): Don't use setq on a hook.
8022         (gnus-thread-latest-date): Use date, not number
8023
8024         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8025         (gnus-agent-expire): Allow regexp of expire-days.
8026
8027         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8028         region.
8029         (gnus-article-followup-with-original): Ditto.
8030
8031         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8032
8033         * gnus-art.el (gnus-mime-display-alternative): Use
8034         gnus-local-map-property.
8035         (gnus-mime-display-alternative): Ditto.
8036         (gnus-insert-mime-security-button): Ditto.
8037         (gnus-insert-next-page-button): Ditto.
8038         (gnus-button-prev-page): Take optional args.
8039         (gnus-insert-prev-page-button): widget-convert.
8040
8041         * gnus-util.el (gnus-local-map-property): New function.
8042
8043         * gnus-art.el (gnus-prev-page-map): Use parent map.
8044         (gnus-next-page-map): Ditto.
8045
8046         * gnus-spec.el (gnus-parse-format): Clean up.
8047         (gnus-parse-format): Do complex formatting for %=.
8048
8049         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8050         "X-Face: " to the data in the built-in scenario.
8051
8052         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8053         (gnus-correct-pad-form): Renamed.
8054         (gnus-tilde-max-form): Clean up.
8055         (gnus-pad-form): Use gnus-use-correct-string-widths.
8056
8057         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8058         support if that is available.
8059
8060         * gnus-sum.el (gnus-thread-highest-number): New function.
8061         (gnus-thread-sort-by-most-recent-thread): New function.
8062         (gnus-thread-sort-functions): Doc fix.
8063
8064 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8067         all cases.
8068         (gnus-summary-mode): Enable it in all cases.
8069         (gnus-summary-display-article): Ditto.
8070         (gnus-summary-edit-article): Ditto.
8071
8072         * gnus-ems.el (gnus-put-image): Really return glyph.
8073
8074         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8075         (gnus-treat-smiley): Don't take "P" in the interactive form.
8076
8077 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * compface.el (uncompface): XEmacs and Emacs have differing
8080         capabilities.
8081
8082         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8083
8084         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8085         (gnus-article-xface-ring-size): Removed.
8086         (gnus-article-display-xface): Removed.
8087         (gnus-remove-image): Cleaned up.
8088
8089         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8090         (gnus-xmas-create-image): Take pbm files.
8091         (gnus-x-face): Removed.
8092         (gnus-xmas-article-display-xface): Removed.
8093
8094         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8095         default-enable-multibyte-characters.
8096
8097         * compface.el (uncompface): Doc fix.
8098
8099         * gnus-art.el (gnus-article-x-face-command): Use
8100         gnus-display-x-face-in-from.
8101
8102         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8103
8104         * gnus-ems.el (gnus-put-image): Return the image.
8105
8106         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8107         (gnus-x-face): Moved here.
8108
8109 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110
8111         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8112         invisible if string is nil.
8113         (gnus-xmas-article-display-xface): Use it.
8114
8115         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8116         property when string is nil.
8117         (gnus-article-display-xface): Use it.
8118
8119 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * gnus-art.el (article-display-x-face): Check whether valid grey
8122         face was returned.
8123         (article-display-x-face): Place image in the right spot.
8124
8125         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8126         stderr.
8127         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8128
8129 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8132         parameters.
8133         (gnus-xmas-put-image): Allow non-strings to be passed.
8134
8135         * gnus-art.el (article-display-x-face): Use optional parameters.
8136
8137         * gnus-ems.el (gnus-create-image): Take optional parameters.
8138
8139         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8140
8141         * compface.el (compface-xbm-p): Removed.
8142
8143         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8144         (gnus-article-display-xface): Use compface.
8145
8146         * compface.el: New file.
8147
8148         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8149         (gnus-convert-image-to-x-face-command): Ditto.
8150         (gnus-random-x-face): Quote argument.
8151         (gnus-x-face-from-file): Ditto.
8152
8153 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8154
8155         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8156         the expire-group parameter once per article rather than once
8157         per group; bind `nnmaildir-article-file-name' and `article'
8158         for convenience.  Leave article alone when expire-group
8159         specifies the current group.
8160         (nnmaildir--update-nov): be more concurrency-friendly with
8161         temp file names.
8162
8163 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-start.el (gnus-read-init-file): Cleaned up.
8166
8167 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8168
8169         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8170         (gnus-read-init-file): Don't use it.
8171
8172 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8175
8176 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8177
8178         * gnus-start.el (gnus-read-init-file): Don't force coding system
8179         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8180
8181 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8182
8183         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8184         * nnspool.el (nnspool-request-post): Ditto.
8185
8186         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8187         (mm-find-mime-charset-region): Use it.
8188
8189 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8190
8191         * gnus.el (gnus-summary-line-format): Added :link.
8192         * gnus-topic.el (gnus-topic-line-format): Ditto.
8193         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8194         * gnus-srvr.el (gnus-server-line-format): Ditto.
8195         * gnus-group.el (gnus-group-line-format): Ditto.
8196
8197         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8198         :keys, it works on both Emacsen.
8199
8200 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8203
8204 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8207
8208 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8209
8210         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8211         very wide reply.
8212
8213 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8216         (gnus-picon-cache): New variable.
8217         (gnus-picon-transform-newsgroups): Cache stuff.
8218
8219         * gnus-art.el (gnus-article-reply-with-original): New command.
8220         (gnus-article-followup-with-original): New command.
8221
8222         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8223         END parameters.
8224         (gnus-summary-followup): Take a list of list of articles.
8225         (gnus-inews-yank-articles): Allow lists of article/regions.
8226
8227         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8228         longer the usual commands.
8229
8230         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8231         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8232         shell-command-on-region.
8233
8234 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235
8236         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8237           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8238
8239 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8240
8241         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8242         understand ':keys', wrap it in an featurep 'xemacs.
8243
8244 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8247         order of headers (Actually, it is called in a reversed order). Add
8248         'gnus-image-text-deletable property.
8249         (gnus-remove-image): Remove text with such a property.
8250
8251         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8252         gnus-put-image.
8253
8254         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8255         with ", "
8256
8257 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8260
8261         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8262         (article-display-x-face): Display grey X-Faces.
8263
8264         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8265         (gnus-convert-gray-x-face-to-ppm): Ditto.
8266         (gnus-convert-image-to-gray-x-face): Ditto.
8267
8268         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8269         gnus-summary-show-raw-article.
8270
8271 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8272
8273         Display picons in XEmacs without showing text.
8274
8275         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8276         mm-create-image-xemacs to create xbm glyph, because it deletes
8277         temporary files.
8278         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8279         (gnus-xmas-remove-image): Make text visible, remove glyph.
8280
8281         * gnus-picon.el (gnus-picon-transform-newsgroups)
8282         (gnus-picon-transform-address): Insert spec backward, due to the
8283         incompatibility of gnus-xmas-put-image.
8284
8285 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8286
8287         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8288
8289 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus.el: Doc fix.
8292
8293         * gnus-art.el: Doc fix.
8294
8295         * gnus-agent.el: Doc fix.
8296
8297 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8300
8301 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8302
8303         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8304         NOV data out of the message again if nnmail-extra-headers has
8305         changed.
8306
8307 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * gnus-fun.el: New file.
8310         (gnus-convert-image-to-x-face-command): New variable.
8311         (gnus-insert-x-face): New function.
8312         (gnus-random-x-face): Renamed.
8313         (gnus-x-face-from-file): Renamed.
8314
8315         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8316         "_".
8317         (gnus-body-boundary-delimiter): Typo fix.
8318
8319 2002-01-02  Simon Josefsson  <jas@extundo.com>
8320
8321         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8322         (gnus-body-boundary-delimiter): Fix type.
8323
8324 2002-01-01  Simon Josefsson  <jas@extundo.com>
8325
8326         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8327         (gnus-treat-emphasize, gnus-treat-strip-cr)
8328         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8329         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8330         (gnus-treat-fill-article, gnus-treat-hide-citation)
8331         (gnus-treat-hide-citation-maybe)
8332         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8333         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8334         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8335         (gnus-treat-date-ut, gnus-treat-date-local)
8336         (gnus-treat-date-english, gnus-treat-date-lapsed)
8337         (gnus-treat-date-original, gnus-treat-date-iso8601)
8338         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8339         (gnus-treat-strip-trailing-blank-lines)
8340         (gnus-treat-strip-leading-blank-lines)
8341         (gnus-treat-strip-multiple-blank-lines)
8342         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8343         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8344         (gnus-treat-display-xface, gnus-treat-display-smileys)
8345         (gnus-treat-from-picon, gnus-treat-mail-picon)
8346         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8347         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8348         (gnus-treat-play-sounds, gnus-treat-translate)
8349         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8350
8351         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8352         (gnus-article-treat-body-boundary): Use it.
8353
8354         * message.el (message-mode): Fix doc.
8355         (message-mode-menu): Fix names.
8356
8357 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8360         articles.
8361
8362         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8363         (gnus-picon-transform-address): Search for unknown faces as well.
8364         (gnus-picon-find-face): Don't search "news" for MISC.
8365         (gnus-picon-user-directories): Changed default back to exclude
8366         "unknown".
8367
8368         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8369
8370         * gnus-picon.el (gnus-picon-find-face): Search through all
8371         databases.
8372         (gnus-picon-find-face): New implementation.
8373
8374         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8375         keystroke.
8376         (gnus-topic-goto-next-topic): Ditto.
8377
8378         * gnus.el (gnus-summary-line-format): Changed default.
8379
8380         * nnmail.el (nnmail-extra-headers): Change default.
8381
8382         * gnus-sum.el (gnus-extra-headers): Change default.
8383
8384         * message.el (message-news-other-window): Changed "news" to
8385         "posting".
8386         (message-news-other-frame): Ditto.
8387         (message-do-send-housekeeping): Ditto.
8388
8389         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8390         function.
8391         (gnus-article-unread-p): New function.
8392         (gnus-article-unseen-p): New function.
8393         (gnus-dead-summary-mode-map): Typo.
8394
8395         * gnus-util.el (gnus-make-predicate): New function.
8396         (gnus-make-predicate-1): New function.
8397
8398         * gnus-sum.el: New function.
8399         (gnus-map-articles): New function.
8400
8401         * gnus-art.el (gnus-treat-fold-headers): New variable.
8402         (gnus-article-treat-fold-headers): New command and keystroke.
8403
8404         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8405         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8406
8407 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8408
8409         * message.el (message-fcc-externalize-attachments): New variable.
8410         (message-do-fcc): Use it.
8411
8412         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8413         (gnus-inews-do-gcc): Use it.
8414
8415         * mml.el (mml-tweak-sexp-alist): New variable.
8416         (mml-externalize-attachments): New variable.
8417         (mml-tweak-part): Use mml-tweak-sexp-alist.
8418         (mml-tweak-externalize-attachments): New function.
8419
8420 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8421
8422         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8423         'set-glyph-face' so x-face back/foreground can be set.
8424
8425 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8426
8427         * message.el (message-fix-before-sending): Fix a typo.
8428
8429 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-art.el (gnus-treat-smiley): Renamed command.
8432         (gnus-article-remove-images): New command and keystroke.
8433
8434         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8435
8436         * smiley-ems.el (gnus-smiley-display): Removed.
8437
8438         * gnus.el (gnus-version-number): Update version.
8439
8440         * message.el (message-text-with-property): Renamed and moved
8441         here.
8442         (message-fix-before-sending): Highlight invisible text and place
8443         point there.
8444
8445 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8446
8447         * gnus.el: Oort Gnus v0.04 is released.
8448
8449 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8452
8453         * gnus-art.el (gnus-ignored-headers): More headers,
8454
8455         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8456         of `scan-error', since XEmacs doesn't seem to support that.
8457
8458 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8461         arg.
8462         (gnus-summary-best-unread-subject): Ditto.
8463         (gnus-summary-best-unread-subject): No, don't.
8464         (gnus-summary-better-unread-subject): New command.
8465
8466         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8467
8468         * lpath.el ((featurep 'xemacs)): fbind url function.
8469
8470         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8471         buffer.
8472         (gnus-xmas-remove-image): Implementation that does something.
8473         (gnus-xmas-article-display-xface): Mark images properly.
8474
8475         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8476
8477 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8478
8479         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8480
8481 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-group.el (gnus-group-line-format): Added %O to the default
8484         value.
8485
8486         * gnus-util.el (gnus-text-with-property): The smallest point is
8487         point-min.
8488
8489         * smiley-ems.el (smiley-region): Return images.
8490         (gnus-smiley-display): Allow toggling.
8491         (smiley-region): Use text properties, not overlays.
8492
8493         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8494         implemented yet.
8495
8496         * smiley-ems.el (smiley-update-cache): Check for valid types.
8497
8498         * gnus-art.el (gnus-with-article-buffer): New macro.
8499
8500         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8501         strings as well as the glyphs.
8502         (gnus-picon-transform-address): Ditto.
8503         (gnus-picon-insert-glyph): Ditto.
8504         (gnus-picon-transform-newsgroups): Toggle.
8505         (gnus-picon-transform-address): Toggle.
8506
8507         * gnus-ems.el (gnus-remove-image): New function.
8508         (gnus-put-image): Take an optional string.
8509
8510         * gnus-util.el (gnus-text-with-property): New function.
8511
8512         * gnus-art.el (gnus-delete-images): New function.
8513
8514         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8515
8516         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8517         (gnus-article-wash-status): Use it.
8518         (gnus-signature-toggle): Clean up.
8519         (gnus-add-wash-status): New function.
8520         (gnus-delete-wash-status): New function.
8521         (gnus-article-hide-text-type): Use them throughout.
8522         (gnus-add-image): New function.
8523
8524         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8525
8526         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8527         interface.
8528
8529         * gnus-art.el (article-display-x-face): Cleaned up.
8530
8531         * rfc2047.el (rfc2047-field-value): New function.
8532
8533         * mail-parse.el (mail-header-field-value): New alias.
8534
8535         * gnus-art.el (gnus-mime-print-part): Fix typos.
8536
8537         * smiley-ems.el (gnus-smiley-file-types): New variable.
8538         (smiley-update-cache): Use it.
8539         (smiley-regexp-alist): Suffix-less smiley names.
8540         (smiley-regexp-alist): Added more smileys.
8541
8542         * gnus-sum.el (gnus-print-buffer): Made into own function.
8543         (gnus-summary-print-article): Use it.
8544
8545         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8546         looked for when REQUEST is a string.
8547
8548         * gnus-art.el (gnus-mime-button-commands): Add printing
8549         keystroke.
8550         (gnus-mime-copy-part): Doc fix.
8551         (gnus-mime-print-part): New command.
8552
8553 2001-12-31  Simon Josefsson  <jas@extundo.com>
8554
8555         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8556         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8557
8558 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8559
8560         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8561         (picon): Fix doc.
8562
8563         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8564         longer exists. Remove those codes.
8565         * gnus.el (gnus-use-picons): Ditto.
8566
8567 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8570         infloop.
8571
8572         * gnus-sum.el (t): New `W D' map.
8573
8574         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8575         (gnus-article-treat-body-boundary): Clean up.
8576         (gnus-body-boundary-face): Removed.
8577         (gnus-article-goto-header): Moved here.
8578         (gnus-article-goto-header): Allow better regexps.
8579         (gnus-article-treat-fold-newsgroups): New command.
8580
8581         * gnus-sum.el (gnus-summary-move-article): We have to select an
8582         article to give `gnus-read-move-group-name' an opportunity to
8583         suggest an appropriate default.
8584
8585         * rfc2047.el (rfc2047-fold-line): New function.
8586         (rfc2047-unfold-line): Ditto.
8587         (rfc2047-fold-region): Don't fold just after the header name.
8588
8589         * mail-parse.el (mail-header-fold-line): New alias.
8590         (mail-header-unfold-line): Ditto.
8591
8592         * gnus-art.el (gnus-body-boundary-face): Renamed.
8593         (gnus-article-treat-body-boundary): Use it.
8594         (gnus-article-treat-body-boundary): Use an invisible header and a
8595         line of underline characters.
8596
8597 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8598
8599         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8600
8601         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8602         (gnus-picon-split-address): New function.
8603         (gnus-picon-find-face): Use it.
8604         (gnus-picon-transform-address): Use it. Set first to t for each
8605         address.
8606
8607         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8608         the macro then use it.
8609         (gnus-treatment-function-alist): Treat picons earlier.
8610
8611 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus-art.el (gnus-body-separator-face): New variable.
8614         (gnus-article-treat-body-boundary): Use a blank, colored line.
8615
8616         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8617         well.
8618
8619         * gnus-art.el (gnus-treat-body-boundary): New variable.
8620         (gnus-article-treat-unfold-headers): Use helper macro.
8621         (gnus-article-treat-body-boundary): New command.
8622
8623         * gnus.el (gnus-logo-color-style): Change the default color.
8624         (gnus-splash-face): Gray, gray.
8625
8626         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8627         colors.
8628
8629         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8630         (gnus-logo-color-style): Ditto.
8631         (gnus-logo-colors): Ditto.
8632
8633         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8634
8635         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8636
8637         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8638         (gnus-picon-transform-newsgroups): New function.
8639
8640         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8641         string.
8642
8643         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8644
8645         * gnus-art.el (gnus-treat-cc-picon): New variable.
8646         (gnus-treat-mail-picon): Renamed.
8647
8648         * gnus-picon.el: New implementation.
8649         (gnus-picon-find-face): Renamed.
8650         (gnus-treat-from-picon): Use it.
8651         (gnus-picon-transform-address): Renamed.
8652         (gnus-treat-from-picon): Use it.
8653         (gnus-picon-create-glyph): Renamed.
8654         (gnus-picon-transform-address): Use it.
8655         (gnus-treat-cc-picon): New command.
8656
8657         * mm-decode.el (mm-create-image-xemacs): Separated out into
8658         function.
8659         (mm-get-image): Use it.
8660
8661         * gnus-art.el (gnus-treat-display-picons): Simplify.
8662         (gnus-treat-from-picon): Renamed.
8663
8664         * gnus-ems.el (gnus-create-image): New function.
8665         (gnus-put-image): New function.
8666
8667         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8668         (gnus-with-article-headers): New macro.
8669         (gnus-article-goto-header): New function.
8670
8671         * gnus-xmas.el (gnus-image-type-available-p): New function.
8672
8673         * gnus-ems.el (gnus-image-type-available-p): New function.
8674
8675 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8676
8677         * nnrss.el (nnrss-check-group): Find the correct tag, because
8678         xml.el is changed.
8679
8680 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8683         lines are shorter than the window width.
8684         (gnus-ignored-headers): More headers.
8685
8686 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8689         (gnus-treat-unfold-headers): Renamed.
8690         (gnus-article-treat-unfold-headers): New command and keystroke.
8691
8692         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8693
8694         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8695
8696 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8697
8698         * sha1-el.el (sha1-use-external): New variable.
8699         (sha1-region): Use it.
8700         (sha1-string): Ditto.
8701
8702         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8703         * gnus-picon.el: Less warnings when compile.
8704
8705 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8708         alias.
8709         (gnus-picons-database): Default to list.
8710         (gnus-picons-lookup-internal): Use it.
8711
8712         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8713         to "bogus".
8714
8715         * gnus-win.el (gnus-configure-windows-hook): New hook.
8716
8717 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8718
8719         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8720
8721 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8724         lists.
8725         (gnus-select-newsgroup): Don't append; push.
8726         (gnus-adjust-marked-articles): Remove obsolete ranges from
8727         `seen'.
8728         (gnus-update-marks): Clean up.
8729         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8730
8731 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8732
8733         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8734
8735 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * gnus-sum.el (gnus-auto-select-subject): New variable.
8738         (gnus-summary-best-unread-subject): New function.
8739         (gnus-summary-best-unread-article): Use it.
8740         (gnus-summary-first-unseen-subject): New function and command.
8741
8742         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8743         other treatments.
8744
8745         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8746         function.
8747
8748         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8749         from the list of hidden types.
8750
8751         * mm-view.el (mm-inline-text): Ditto.
8752         (mm-inline-text): Ditto.
8753         (mm-w3-prepare-buffer): Ditto.
8754
8755         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8756
8757 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-art.el (gnus-ignored-headers): Added more headers.
8760
8761 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8762
8763         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8764         once.
8765
8766 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8769
8770 2001-12-28  Simon Josefsson  <jas@extundo.com>
8771
8772         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8773         Jesper Harder <harder@ifa.au.dk>.
8774
8775 2001-12-27  Simon Josefsson  <jas@extundo.com>
8776
8777         * gnus-sum.el (gnus-select-newsgroup): Make
8778         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8779         contain all articles (instead of none) when no seen marks have
8780         been set for the group.
8781         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8782         instead, it seems to result in shorter ranges.
8783
8784 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8787         insert-before-markers.
8788         From Jesper Harder <harder@ifa.au.dk>
8789
8790 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8791
8792         * nnmaildir.el (nnmaildir-save-mail): create the destination
8793         groups if they do not exist.
8794
8795 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8798
8799 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8800
8801         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8802         gnus-group-real-name.
8803
8804         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8805         (gnus-newsgroup-variables): Ditto.
8806
8807         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8808         return it.
8809
8810 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8811
8812         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8813         * nnmaildir.el (top-level): Add commentary.
8814         (nnmaildir-version): Indicate that nnmaildir is now a standard
8815         part of Gnus, not separately released.
8816
8817 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8818
8819         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8820         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8821         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8822         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8823
8824 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8827
8828 2001-12-20  Simon Josefsson  <jas@extundo.com>
8829
8830         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8831         ZHU <zsh@cs.rochester.edu>.
8832         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8833         Brian P Templeton <bpt@tunes.org>.
8834
8835 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8836
8837         * nnmaildir.el: New file.
8838         From Paul Jarc <prj@po.cwru.edu>.
8839
8840 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8841
8842         * nndoc.el (nndoc-type-alist): Move forward to the end.
8843
8844 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8847         `dolist'.
8848
8849 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * gnus-win.el (gnus-frames-on-display-list): New function.
8852         (gnus-get-buffer-window): Use it.
8853
8854 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8857
8858 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8859
8860         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8861
8862 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863            From Harald Meland <Harald.Meland@usit.uio.no>
8864
8865         * gnus-win.el (gnus-get-buffer-window): New function.
8866         (gnus-all-windows-visible-p): Use it.
8867
8868         * gnus-util.el (gnus-horizontal-recenter)
8869         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8870         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8871
8872         * gnus-score.el (gnus-score-insert-help): Use it.
8873
8874         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8875         (gnus-generate-tree, gnus-highlight-selected-tree)
8876         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8877         it.
8878
8879         * gnus-art.el (gnus-article-set-window-start)
8880         (gnus-mm-display-part, gnus-request-article-this-buffer)
8881         (gnus-button-next-page, gnus-button-prev-page)
8882         (gnus-article-button-next-page, gnus-article-button-prev-page):
8883         Use it.
8884
8885 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8886
8887         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8888         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8889         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8890
8891 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8892
8893         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8894         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8895         * mml1991.el, nnultimate.el: Add `coding'.
8896
8897 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8898
8899         * ChangeLog: changed coding to buffer-file-coding-system
8900         * ChangeLog.1: same
8901         * nnwfm.el: same
8902         * gnus-smiley.el: same
8903         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8904         * gnus-delay.el: same
8905         * gnus-spec.el: same
8906         * message.el: same
8907         * mml1991.el: same
8908         * nnultimate.el: same
8909
8910 2001-12-16  Simon Josefsson  <jas@extundo.com>
8911         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8912
8913         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8914         (gnus-summary-save-map): Add muttprint.
8915         (gnus-summary-make-menu-bar): Ditto.
8916         (gnus-summary-muttprint): New function.
8917
8918         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8919
8920 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8923         temporary list instead of buffer.
8924
8925         * mm-url.el (executable-find): autoload.
8926
8927 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8928
8929         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8930         to variable, follow doc-string conventions).
8931
8932 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8933
8934         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8935         subscribe-level
8936         * gnus-topic.el (gnus-subscribe-topics): use it.
8937
8938 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8941         messages. (A small patch with indentation)
8942         From Sean Neakums <sneakums@zork.net>.
8943
8944         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8945         nil after shooting down the gnus-original-article-buffer.
8946
8947 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * uudecode.el (uudecode-use-external): New variable.
8950         (uudecode-decode-region): Automatically detect external program.
8951
8952         * binhex.el (binhex-use-external): New variable.
8953         (binhex-decode-region-internal): New function.
8954         (binhex-decode-region): Automatically detect external program.
8955
8956         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8957         Use them.
8958
8959 2001-12-12  Simon Josefsson  <jas@extundo.com>
8960
8961         * nnvirtual.el (nnvirtual-always-rescan)
8962         (nnvirtual-component-regexp): Fix doc.
8963
8964         * nnoo.el (defvoo): Add doc to defvoo variables.
8965
8966         * nnml.el (nnml-directory, nnml-active-file)
8967         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8968         (nnml-marks-is-evil, nnml-filenames-are-evil)
8969         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8970
8971         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8972         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8973         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8974         `error'.
8975
8976         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8977         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8978
8979         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8980         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8981         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8982         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8983
8984         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8985         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8986
8987         * imap.el, nnimap.el: Fix indentation.
8988
8989         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8990
8991 2001-12-12  Didier Verna  <didier@xemacs.org>
8992
8993         * gnus-msg.el (gnus-group-news): New function.
8994         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8995         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8996         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8997         for it.
8998         * gnus-msg.el (gnus-summary-news-other-window): New function.
8999         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9000         bind it to `i'.
9001         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9002         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9003         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9004         for it (called with a prefix).
9005         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9006         group-name argument.
9007         * gnus-msg.el (gnus-setup-message): use it.
9008
9009 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9012
9013 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9014
9015         * mml.el (mime-to-mml): Remove Content-Disposition too.
9016
9017 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9018
9019         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9020         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9021         strings only.
9022         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9023
9024 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9025
9026         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9027         (nnmail-fancy-expiry-target): Use it.
9028         Suggestions from Simon Josefsson <jas@extundo.com>.
9029
9030 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9033
9034 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9037
9038         * gnus-util.el (gnus-url-unhex-string): Move here.
9039
9040 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9043         mm-url-decode-entities-nbsp.
9044
9045         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9046         * webmail.el, nnwfm.el: Use mm-url.
9047
9048         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9049         (mm-url-remove-markup): Move from nnweb.
9050         (mm-url-fetch-simple): Move from webmail.
9051
9052         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9053
9054 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9055
9056         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9057         (gnus-summary-print-article): Use it.
9058
9059         * gnus-util.el (gnus-replace-in-string): Typo.
9060
9061 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9062
9063         * nnweb.el (nnweb-replace-in-string): Removed.
9064
9065         * gnus-util.el (gnus-replace-in-string): New function.
9066         (gnus-mode-string-quote): Use it.
9067
9068         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9069         * nnwfm.el (nnwfm-create-mapping): Ditto.
9070
9071 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9072
9073         * dgnushack.el (dgnushack-compile): nnrss.el and
9074         nnslashdot.el don't depend on nnweb, url, w3.
9075
9076         * nnrss.el: Use mm-url.
9077
9078 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * mm-url.el (mm-url-insert-file-contents): Support file:.
9081
9082 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * mm-view.el: Lower case for the description line. Sync from the
9085         Emacs CVS.
9086
9087 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9090         From:  Stefan Monnier  <monnier@cs.yale.edu>
9091
9092 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9095
9096 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * mm-url.el: Require executable.
9099         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9100
9101 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9102
9103         * pop3.el (pop3-munge-message-separator): Only use valid date.
9104         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9105
9106         * Makefile.in: gnus-load.elc may not be generated.
9107
9108 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * mm-url.el: New file.
9111         * nnslashdot.el: Use it.
9112         * mm-extern.el (mm-extern-url): Use it.
9113
9114 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * gnus-sum.el (gnus-summary-save-article): Nix
9117         gnus-display-mime-function and gnus-article-prepare-hook.
9118
9119         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9120         the beginning of lines.
9121         (gnus-complex-form-to-spec): Ditto.
9122
9123 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9124
9125         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9126         From Paul Jarc <prj@po.cwru.edu>.
9127
9128 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9129
9130         * message.el: New variable message-subscribed-address-file;
9131         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9132
9133 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9134
9135         * message.el (message-tab-body-function): Set to nil.
9136         (message-tab): Use text-mode-map or global-map.
9137         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9138
9139 2001-11-30  Simon Josefsson  <jas@extundo.com>
9140
9141         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9142         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9143         <christoph.conrad@gmx.de>.
9144         (gnus-agent-fetch-group-1): Add verbose message.
9145
9146 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9149         of integers.
9150
9151 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9152
9153         * message.el (message-newgroups-header-regexp)
9154         (message-completion-alist, message-tab-body-function): Use
9155         defcustom rather than defvar.
9156         (message-tab): Mention `message-tab-body-function' in doc.
9157         Suggested by Karl Eichwalder.
9158
9159 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160
9161         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9162
9163 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9164
9165         * nnheader.el (nnheader-find-nov-line): Don't use macro
9166         gnus-delete-line.
9167
9168         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9169         (gnus-group-name-charset): Ditto.
9170
9171         * gnus-util.el (gnus-buffer-live-p): Ditto.
9172
9173 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9176         open parenthesis in doc.
9177         (sieve-manage-authenticator-alist): Typo in doc.
9178         * imap.el (imap-authenticator-alist): Typo in doc.
9179         (imap-stream-alist): Backslash.
9180
9181         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9182           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9183
9184 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9185
9186         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9187
9188         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9189
9190         * gnus-msg.el (gnus-configure-posting-styles): use
9191         make-local-hook. Add LOCAL for add-hook.
9192
9193 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9194
9195         * message.el (message-mode): Use `make-local-hook' unless
9196         obsolete.
9197         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9198
9199 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * canlock.el: Remove sha1.el and base64.el stuff.
9202
9203 2001-11-26  Didier Verna  <didier@xemacs.org>
9204
9205         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9206         if needed.
9207
9208 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * message.el (message-tamago-not-in-use-p): New function.
9211         (message-strip-forbidden-properties): Use it.
9212
9213 2001-11-26  Didier Verna  <didier@xemacs.org>
9214
9215         * gnus-start.el (gnus-check-first-time-used): only check for
9216         existence of .el[d] files.
9217
9218 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9219
9220         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9221
9222         * message.el (message-setup-1): Clean up mc-*.
9223
9224 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9225
9226         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9227         * gnus-score.el (gnus-score-find-bnews): Use it.
9228
9229         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9230         (gnus-summary-limit-to-author): Ditto.
9231         (gnus-summary-limit-to-extra): Ditto.
9232         (gnus-summary-find-matching): Support not-matching argument.
9233
9234 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9235
9236         * message.el (message-wash-subject): Use `insert' rather than
9237         `insert-string', which is deprecated.
9238
9239 2001-11-24  Simon Josefsson  <jas@extundo.com>
9240
9241         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9242         message. (Gnus does not "default" to using 8bit for the message,
9243         it default to use 8bit encoding and the user-supplied CTE
9244         value. Calling this behaviour "treating it as 8bit" is perhaps
9245         better.)
9246
9247         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9248         (compare mm-charset-to-coding-system).
9249
9250 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9253         buffer. Correctly decode hex.
9254
9255 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9256
9257         * gnus-agent.el (gnus-category-insert-line): Convert category
9258         names to strings.
9259
9260 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9261
9262         * message.el (sha1): eval-and-compile.
9263
9264 2001-11-20  Simon Josefsson  <jas@extundo.com>
9265
9266         * message.el (message-allow-no-recipients): New variable.
9267         (message-send): Use it, customize the prompting when posting to
9268         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9269
9270 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9271
9272         * mm-util.el (mm-coding-system-priorities): New variable.
9273         (mm-sort-coding-systems-predicate): New function.
9274         (mm-find-mime-charset-region): Resort coding systems if needed.
9275         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9276
9277 2001-11-20  Didier Verna  <didier@xemacs.org>
9278
9279         * gnus-group.el (gnus-group-make-help-group): new optional
9280         argument to control the error behavior.
9281         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9282         erroring.
9283
9284 2001-11-19  Simon Josefsson  <jas@extundo.com>
9285
9286         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9287         instead of C-c C-u.  Suggested by Per Abrahamsen
9288         <abraham@dina.kvl.dk>.
9289
9290 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * nnfolder.el (nnfolder-read-folder): Use group instead of
9293         nnfolder-current-group.
9294         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9295
9296 2001-11-17  Simon Josefsson  <jas@extundo.com>
9297
9298         * message.el (message-send): Ask user if Fcc/Gcc should be
9299         performed when no other sender was specified.
9300         Suggested by prj@po.cwru.edu (Paul Jarc).
9301
9302 2001-11-17  Simon Josefsson  <jas@extundo.com>
9303
9304         * message.el (message-mode, message-mode-map): Use C-c C-u for
9305         Importance: instead of C-c C-p (used by SC).
9306
9307 2001-11-16  Simon Josefsson  <jas@extundo.com>
9308
9309         * message.el (message-insert-importance-high)
9310         (message-insert-importance-low): Save point.
9311
9312         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9313         value.
9314
9315 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9316
9317         * message.el (message-strip-special-text-properties): New option.
9318         (message-strip-forbidden-properties): Obey it.
9319
9320 2001-11-14  Sam Steingold  <sds@gnu.org>
9321
9322         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9323
9324 2001-11-15  Simon Josefsson  <jas@extundo.com>
9325
9326         Support "Importance:" header in Message.
9327
9328         * message.el (message-mode-map): Bind C-c C-p to
9329         `message-insert-or-toggle-importance'
9330         (message-mode-menu): Add message-insert-importance-{high,low}.
9331         (message-insert-importance-high, message-insert-importance-low)
9332         (message-insert-or-toggle-importance): New functions.
9333         (message-tool-bar-map): Add {un,}important.
9334         (message-mode): Doc fix.
9335
9336 2001-11-15  Simon Josefsson  <jas@extundo.com>
9337
9338         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9339
9340         * mml.el (mml-menu): Fix toolbar tooltip.
9341
9342 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9345         * nnml.el (nnml-save-marks): Ditto.
9346
9347         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9348
9349 2001-11-15  Simon Josefsson  <jas@extundo.com>
9350
9351         * nnml.el (nnml-save-marks):
9352         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9353         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9354
9355 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9356
9357         * gnus-art.el (gnus-article-wash-status-strings): Use
9358         `copy-sequence', not `copy-seq'.
9359
9360 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9361
9362         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9363         (gnus-gnus-article-wash-status-entry): New function.
9364         (gnus-article-wash-status): Use it.
9365
9366 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * mml1991.el: Add coding header.
9369
9370 2001-11-12  Simon Josefsson  <jas@extundo.com>
9371
9372         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9373         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9374         `mml1991-sign' and `mml1991-encrypt'.
9375         (mml1991-encrypt, mml1991-sign): New glue functions.
9376         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9377
9378         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9379         (mml-menu): Add PGP to menu.
9380
9381         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9382         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9383         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9384         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9385
9386         * mml2015.el: Mention RFC 3156.
9387
9388         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9389
9390 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9393
9394         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9395           From <Michael.Cook@cisco.com>
9396
9397 2001-11-11  Simon Josefsson  <jas@extundo.com>
9398
9399         * message.el (top-level): Autoload sha1.
9400         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9401         canlock, no need to require two different hash algs).  Suggested
9402         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9403
9404 2001-11-09  Simon Josefsson  <jas@extundo.com>
9405
9406         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9407         <Pavel@Janik.cz>.
9408
9409 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9410
9411         * message.el (message-point-in-header-p): New function.
9412         (message-do-auto-fill): Use it.
9413         (message-beginning-of-line): New function.  Goes to beginning of
9414         header value (i.e., end of header name), or to beginning of line
9415         if already at beginning of value.  Behaves like
9416         `beginning-of-line' when in message body.
9417         (message-mode-map): Bind it.
9418
9419 2001-11-08  Simon Josefsson  <jas@extundo.com>
9420
9421         * gnus-msg.el (gnus-posting-styles): Add doc.
9422
9423 2001-11-07  Simon Josefsson  <jas@extundo.com>
9424
9425         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9426
9427         * sieve-mode.el (sieve-control-commands-face)
9428         (sieve-control-commands-face, sieve-action-commands-face)
9429         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9430         faces.
9431         (sieve-font-lock-keywords): Use them.
9432         (sieve-mode): Only set font-lock-defaults in emacs.
9433
9434         * gnus-art.el (gnus-default-article-saver): Add
9435         gnus-summary-save-body-in-file.
9436         (gnus-summary-write-to-file): Fix doc.
9437
9438 2001-11-07  Simon Josefsson  <jas@extundo.com>
9439
9440         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9441         reference to the correct chapter in the manual.
9442
9443         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9444         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9445
9446 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * mml.el (mml-preview): Bind mail-header-separator.
9449
9450 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * message.el: Always require canlock.
9453         (message-ignored-supersedes-headers): Include Cancel-Lock and
9454         Cancel-Key.
9455         (message-insert-canlock): Don't require canlock.
9456         (message-cancel-news): Don't check whether canlock is available.
9457         (message-supersede): Support cancel-locks.
9458
9459         * gnus-art.el: Don't autoload canlock.
9460
9461 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9462
9463         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9464         From: <andre@slamdunknetworks.com>
9465
9466 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9467
9468         * many files: Fix copyright lines.
9469
9470 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9471
9472         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9473         Suggested by Dave Love  <fx@gnu.org>.
9474
9475 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * message.el (message-kill-buffer): Remove auto-save file after
9478         confirm.
9479
9480         * message.el (message-send-mail): Call message-generate-headers
9481         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9482
9483         * gnus-topic.el (gnus-topic-rename): Initial-input.
9484         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9485
9486 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9487
9488         * message.el (message-forbidden-properties): New constant.
9489         (message-strip-forbidden-properties): New function.
9490         (message-mode): Activate it.
9491
9492 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9495         (mm-hack-charsets): Fix doc.
9496
9497 2001-11-02  Simon Josefsson  <jas@extundo.com>
9498
9499         * gnus-int.el (gnus-check-server): Message "...done" when done.
9500
9501         * imap.el (imap-close): Don't message (imap-send-command-wait
9502         returns if the connection is dropped).
9503         (imap-wait-for-tag): Nix out message only when necessary.
9504
9505         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9506         for non-crossposting.
9507         (gnus-sieve-crosspost): Default to t to be consistent with other
9508         parts of Gnus.
9509
9510 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9513         (mm-iso-8859-x-to-15-table): Ditto.
9514         (mm-iso-8859-x-to-15-region): Ditto.
9515         (mm-find-mime-charset-region): Ditto.
9516
9517 2001-11-01  Simon Josefsson  <jas@extundo.com>
9518
9519         * nnimap.el (nnimap-close-asynchronous): New variable.
9520         (nnimap-close-group): Use it.
9521         (nnimap-expunge): Don't use it.
9522
9523         * imap.el (imap-callbacks): New variable.
9524         (imap-remassoc): Copied from `gnus-remassoc'.
9525         (imap-add-callback): New function.
9526         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9527         behaviour.
9528         (imap-parse-response): Call the callback.
9529
9530         * message.el (message-insert-canlock): New variable.
9531         (message-canlock-generate, message-canlock-password)
9532         (message-insert-canlock): New functions.
9533         (message-send-news): Call `message-insert-canlock'.
9534         (top-level): Require canlock when compiling.
9535         (message-insert-canlock): Require canlock before we need it.
9536
9537 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9540
9541 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * dgnushack.el (dgnushack-make-load): A workaround for
9544         custom-add-loads bug in some versions of XEmacs.
9545
9546 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9547
9548         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9549
9550 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9553         (mm-hack-charsets): New variable.
9554         (mm-iso-8859-15-compatible): New variable.
9555         (mm-iso-8859-x-to-15-table): New variable.
9556         (mm-find-mime-charset-region): Add parameter hack-charsets.
9557
9558         * mm-bodies.el (mm-encode-body): Use it.
9559         * mml.el (mml-parse-1): Ditto.
9560
9561 2001-11-01  Simon Josefsson  <jas@extundo.com>
9562
9563         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9564
9565 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9566
9567         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9568         is nil.
9569
9570 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9573
9574         * message.el (message-forward-rmail-make-body): Use
9575         save-window-excursion.
9576         (message-encode-message-body): Search with noerror.
9577         (message-setup-1): Convert compose-mail send-actions to
9578         message-send-actions.
9579
9580 2001-11-01  Simon Josefsson  <jas@extundo.com>
9581
9582         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9583         <yamaoka@jpl.org>.
9584
9585 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * sieve-manage.el (sieve-string-bytes): No complain.
9588
9589 2001-11-01  Simon Josefsson  <jas@extundo.com>
9590
9591         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9592         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9593         has autoload cookies, so no `require' should be necessary.)
9594
9595         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9596         files.
9597
9598 2001-10-31  Simon Josefsson  <jas@extundo.com>
9599
9600         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9601         parameter.
9602
9603         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9604         `display' is a number (and C-u wasn't used to enter group), only
9605         fetch that number of articles.
9606
9607 2001-10-31  Matt Armstrong  <matt@lickey.com>
9608
9609         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9610         not-subscribed -> subscribed.
9611
9612 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613         From: Josh Huber <huber@alum.wpi.edu>
9614
9615         * message.el (message-subscribed-address-functions): New variable.
9616         (message-subscribed-addresses): New variable.
9617         (message-subscribed-regexps): New variable.
9618         (message-goto-mail-followup-to): New function.
9619         (message-send-mail): Add Mail-Followup-To.
9620         (message-make-mft): New function.
9621
9622         * gnus.el (gnus-find-subscribed-addresses): New function.
9623
9624 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9627         (mail-source-fetch-pop): Ditto.
9628         (mail-source-check-pop): Ditto.
9629
9630         * gnus-start.el (gnus-read-init-file): Ditto.
9631         (gnus-activate-group): Ditto.
9632         (gnus-read-newsrc-el-file): Ditto.
9633
9634 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * message.el (message-get-reply-headers): Make sure there is ", ".
9637
9638         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9639         mm-coding-system-p. Don't correct it only in XEmacs.
9640         (mm-charset-to-coding-system): Use mm-coding-system-p and
9641         mm-get-coding-system-list.
9642         (mm-emacs-mule, mm-mule4-p): New variables.
9643         (mm-enable-multibyte, mm-disable-multibyte,
9644         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9645         mm-with-unibyte-current-buffer,
9646         mm-with-unibyte-current-buffer-mule4): Use them.
9647         (mm-find-mime-charset-region): Treat iso-2022-jp.
9648
9649         From  Dave Love  <fx@gnu.org>:
9650
9651         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9652         construction.
9653         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9654         entries conditional on not having a coding system defined for
9655         them.
9656         (mm-mule-charset-to-mime-charset): Use
9657         find-coding-systems-for-charsets if defined.
9658         (mm-charset-to-coding-system): Don't use
9659         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9660         later.  Add last resort search of coding systems.
9661         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9662         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9663         Mule 4.
9664         (mm-find-mime-charset-region): Re-write.
9665         (mm-with-unibyte-current-buffer): Restore buffer as well as
9666         multibyteness.
9667
9668 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9671         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9672         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9673
9674 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9677         again.
9678
9679         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9680
9681 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus-spec.el (gnus-parse-simple-format): Use
9684           buffer-substring-no-properties.
9685
9686 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-art.el (article-verify-cancel-lock): New function.
9689
9690         * nnheader.el (nntp-process-response): New variable.
9691         (nnheader-init-server-buffer): Make `nntp-process-response'
9692         buffer-local in `nntp-server-buffer'.
9693
9694         * nntp.el (nntp-prepare-post-hook): New hook.
9695         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9696         (nntp-async-trigger): Ditto.
9697         (nntp-request-post): Insert a server's ID if there's no Message-ID
9698         header; run `nntp-prepare-post-hook'.
9699
9700 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9701
9702         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9703         instead.
9704
9705         * message.el (message-forward-subject-author-subject): Don't use
9706         message-news-p, which widens the buffer.
9707         (message-forward-make-body): New function.
9708         (message-forward): Use it.
9709         (message-insinuate-rmail): New function.
9710         (message-forward-rmail-make-body): New function.
9711
9712 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9713
9714         * mm-extern.el (mm-extern): Provide it.
9715
9716         * mm-partial.el (mm-partial): Provide it.
9717
9718 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9719
9720         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9721
9722 2001-10-29  Simon Josefsson  <jas@extundo.com>
9723
9724         * mml.el (mml-preview): Bind message-this-is-news if it is
9725         news. From Jesper Harder <harder@myrealbox.com>.
9726
9727 2001-10-28  Simon Josefsson  <jas@extundo.com>
9728
9729         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9730
9731 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9732
9733         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9734         ironic smilies.
9735
9736 2001-10-27  Simon Josefsson  <jas@extundo.com>
9737
9738         * message.el (message-indent-citation): Don't add trailing
9739         whitespace when citing text.
9740
9741         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9742         <harder@ifa.au.dk>.
9743
9744 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9745
9746         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9747         not available.
9748         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9749         (nnweb-type-definition): Add google as alias of dejanews.
9750         (nnweb-google-parse-1): Forward 1 line.
9751
9752 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9753
9754         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9755         variable `message-forward-ignored-headers'.
9756
9757 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9758
9759         * gnus.el (gnus-expand-group-parameter): New function.
9760         (gnus-expand-group-parameters): Call it.
9761         (gnus-group-fast-parameter): New function.
9762         (gnus-group-find-parameter): Call it.
9763
9764 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9765
9766         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9767         vector (it didn't before because of a bug).
9768         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9769         available.  Before it converted it to an article number.
9770
9771         This makes followup to news articles with negative numbers in
9772         nnvirtual groups use news instead of mail.
9773
9774 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9775
9776         * gnus.el (post-method): Use `native' instead of `nil'.
9777
9778         * gnus-msg.el (gnus-post-method): Ditto.
9779
9780 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9781
9782         * gnus.el (gnus-define-group-parameter): Grammar fix.
9783
9784 2001-10-22  Simon Josefsson  <jas@extundo.com>
9785
9786         * gnus-msg.el (gnus-extended-version): Include
9787         system-configuration.
9788         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9789
9790 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9791
9792         * gnus.el (post-method): Customization fix: `native' is not a
9793         valid value.
9794         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9795         `native' is not a valid value.
9796
9797 2001-10-21  Simon Josefsson  <jas@extundo.com>
9798
9799         * nnimap.el (nnimap): Defgroup
9800         (nnimap-strict-function, nnimap-strict-function-match): New
9801         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9802         (nnimap-split-crosspost, nnimap-split-inbox)
9803         (nnimap-split-rule, nnimap-split-predicate)
9804         (nnimap-split-predicate): Defcustom.
9805         (nnimap-split-inbox, nnimap-expunge-search-string)
9806         (nnimap-importantize-dormant): Remove "*" from doc.
9807
9808 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9809
9810         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9811         not supplied via prefix arg.  From Lisp, make arg mandatory.
9812         Suggested by Frank Schmitt.
9813
9814 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9815
9816         * message.el (message-do-auto-fill): Avoid calling
9817         'rfc822-goto-eoh'.
9818
9819 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9820         From Paul Jarc <prj@po.cwru.edu>.
9821
9822         * message.el (message-get-reply-headers): Restructure the logic
9823         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9824
9825 2001-10-20  Simon Josefsson  <jas@extundo.com>
9826
9827         * message.el (message-cancel-news): Support cancel-locks.
9828         Suggested by Per Abrahamsson.
9829
9830         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9831         conses.  From David Z Maze <dmaze@MIT.EDU>.
9832
9833         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9834
9835 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9836
9837         * mm-decode.el (mm-default-directory): Fix customize type.
9838
9839         * message.el (message-setup-fill-variables): Kludge to use
9840         normal-auto-fill-function even if auto fill is already activated.
9841
9842 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9843
9844         * message.el (message-do-auto-fill): New version that does not
9845         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9846         (message-setup-1): Removed the `message-field' property.
9847
9848         * gnus-draft.el (gnus-draft-edit-message): Removed the
9849         `message-field' property.
9850
9851 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9852
9853         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9854         `message-field'.  The `field' property has a special significance in
9855         Emacs 21.
9856
9857         * message.el (message-send, message-setup-1): Ditto.
9858
9859 2001-10-18  Simon Josefsson  <jas@extundo.com>
9860
9861         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9862         when undoing.
9863
9864 2001-10-18  Simon Josefsson  <jas@extundo.com>
9865         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9866
9867         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9868         (gnus-summary-make-menu-bar): Ditto.
9869
9870 2001-10-17  Simon Josefsson  <jas@extundo.com>
9871
9872         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9873         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9874
9875 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9876
9877         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9878         * gnus-util.el (gnus-user-date): New function.
9879         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9880
9881 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9882
9883         * message.el (message-check-news-header-syntax): Special case
9884         nnvirtual groups.
9885
9886         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9887         customize type to `symbol'.
9888
9889 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9892         %&foo;.
9893         (gnus-parse-simple-format): Support user extended spec too.
9894         %u&foo; invokes gnus-user-format-function-foo.
9895
9896 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9899         the server.
9900         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9901         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9902         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9903         * nndiary.el (nndiary-request-expire-articles): Ditto.
9904         (nndiary-schedule): Defsubst it before use it.
9905         (nndiary-error): eval-and-compile.
9906
9907 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9908
9909         * gnus-msg.el (gnus-post-method): Changed two instances of
9910         `active' to `current' and one `null' to `not'.
9911
9912 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9913         From Katsumi Yamaoka <yamaoka@jpl.org>.
9914
9915         * message.el (message-setup-fill-variables): Use
9916         `normal-auto-fill-function' instead of `auto-fill-function'.
9917
9918 2001-10-16  Simon Josefsson  <jas@extundo.com>
9919
9920         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9921         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9922         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9923
9924 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9925         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9926
9927         * gnus-draft.el (gnus-draft-edit-message): Add text property
9928         `field' with value `header' to message headers.
9929         * message.el (message-setup-1): Really add text property to all of
9930         the header, not just part of it.
9931
9932 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * gnus-group.el (gnus-group-sort-by-server): Use it.
9935
9936         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9937
9938         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9939         and keystroke.
9940
9941 2001-10-14  Simon Josefsson  <jas@extundo.com>
9942
9943         * dig.el: Doc fix.
9944
9945         * smime.el: Doc fix.
9946
9947         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9948         charset magic from message.el.
9949
9950 2001-10-12  Simon Josefsson  <jas@extundo.com>
9951         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9952
9953         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9954         'cite from g-a-wash-types.
9955         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9956         (gnus-article-hide-citation): Fix.
9957
9958         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9959         character.
9960         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9961
9962         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9963         definition.
9964         (gnus-signature-toggle): Toggle `s' mode line character.
9965
9966         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9967         doing stuff that clears it.
9968
9969 2001-10-12  Simon Josefsson  <jas@extundo.com>
9970
9971         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9972         From Eric Marsden <emarsden@laas.fr>.
9973
9974 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9977         (autoload): Add some autoloads.
9978
9979 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9980         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9981
9982         * message.el (message-do-auto-fill): New function.  Like
9983         `do-auto-fill' but don't fill when in the message header.
9984         (message-setup-1): Put a text property on the message header.
9985         (message-setup-fill-variables): Use `message-do-auto-fill'.
9986
9987 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * message.el (message-send-mail-partially): Insert an empty line
9990         first, because of the change of message-make-lines.
9991
9992 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9993
9994         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9995         iso-8859-15, make it an alias for iso-8859-1.
9996
9997 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * message.el (message-send-news): Don't modify the value of
10000         `message-syntax-checks' if it is not a list (possibly it is
10001         `dont-check-for-anything-just-trust-me').
10002
10003 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10006         `find-coding-system' for XEmacs to check whether the coding-system
10007         `utf-8' is available.
10008
10009 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10010
10011         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10012
10013 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10014
10015         * message.el (message-send-news): Oops, missed case with no
10016         "Followup-To" header...
10017
10018 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10019
10020         * message.el (message-send-news): Allow
10021         `gnus-group-name-charset-group-alist' to affect encoding of the
10022         "Newsgroups" and "Followup-To" headers.
10023
10024 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * Makefile.in (install-el): Depend on gnus-load.el.
10027
10028 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * Makefile.in (install-el): Use -f.
10031         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10032
10033 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10034
10035         * message.el (message-send-news): Don't encode Followups-To when
10036         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10037
10038         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10039         header.
10040
10041         * gnus-art.el (article-decode-group-name): Also decode
10042         "Followup-To".
10043
10044         * rfc2047.el (rfc2047-encode-message-header): Encode without
10045         asking for null methods.
10046
10047         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10048         default charset for newsgroup names in accordance with USEFOR.
10049
10050         * gnus-group.el (gnus-group-name-charset-method-alist,
10051         gnus-group-name-charset-group-alist): Removed "*" from doc
10052         strings, "*" should not be used for complex variables.
10053
10054 2001-10-06  Simon Josefsson  <jas@extundo.com>
10055
10056         Support UTF-8 group names better.
10057
10058         * message.el (message-check-news-header-syntax): Encode group
10059         names before comparison.
10060
10061         * gnus-msg.el (gnus-copy-article-buffer): Run all
10062         `gnus-article-decode-hook's except `article-decode-charset'
10063         instead of hardcoding call to one of them.
10064
10065         * gnus-art.el (gnus-article-decode-hook): Add
10066         `article-decode-group-name'.
10067         (article-decode-group-name): New function, use `g-d-n'.
10068
10069         * gnus-group.el (gnus-group-insert-group-line): Decode
10070         gnus-tmp-group using `g-d-n'.
10071
10072         * gnus-util.el (gnus-decode-newsgroups): New function.
10073
10074 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10075
10076         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10077         `gnus-group-name-charset-group-alist'.
10078
10079 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * Makefile.in: Install el in install. Add uninstall.
10082
10083 2001-10-05  Simon Josefsson  <jas@extundo.com>
10084
10085         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10086
10087         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10088
10089         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10090         empty folders.
10091
10092         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10093         limiting if read-all (C-u RET) was used.
10094
10095 2001-10-04  Simon Josefsson  <jas@extundo.com>
10096
10097         * mail-source.el (mail-source-movemail-program): New variable.
10098         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10099         <thutt@thutt.vmware.com>.
10100
10101 2001-10-03  Simon Josefsson  <jas@extundo.com>
10102
10103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10104         (gnus-summary-line-format-alist): Fix param.
10105
10106 2001-10-02  Simon Josefsson  <jas@extundo.com>
10107
10108         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10109         don't go through `nnimap-request-expire-articles' to delete the
10110         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10111
10112 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113
10114         * gnus-agent.el (gnus-agent-write-active): The min in the
10115         agent/active may be larger than that in the server/active.
10116
10117 2001-10-01  Simon Josefsson  <jas@extundo.com>
10118
10119         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10120         is IMAP4rev1.
10121
10122         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10123
10124         * nnfolder.el: Ditto.
10125
10126 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10127
10128         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10129         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10130
10131 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10132
10133         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10134         (message-mode-menu): Menu item for same.
10135
10136         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10137         delayed articles.
10138
10139         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10140         nndraft:delayed does not exist.
10141         (gnus-delay-initialize): Don't set up keymap, that's done from
10142         message.el now.
10143         (gnus-delay, gnus-delay-group, gnus-delay-header)
10144         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10145
10146 2001-09-29  Simon Josefsson  <jas@extundo.com>
10147
10148         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10149         utf-8, not eight-bit-control.
10150
10151         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10152         (imap-log, imap-debug): Custom.
10153         (imap-log-buffer, imap-debug-buffer): New constants.
10154         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10155         (imap-network-open, imap-shell-open, imap-starttls-open)
10156         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10157         (imap-debug): Use imap-*-buffer.
10158
10159         * nndoc.el (nndoc-article-type): Add mailman.
10160         (nndoc-type-alist): Ditto.
10161         (nndoc-mailman-type-p): New function.
10162
10163 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10166         gnus-art.el.
10167
10168 2001-09-27  Simon Josefsson  <jas@extundo.com>
10169
10170         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10171         (gnus-topic-catchup-articles): New function. Suggested by Robin
10172         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10173
10174 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10176
10177         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10178         previous ones.
10179
10180 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10181         From Daiki Ueno  <ueno@unixuser.org>
10182
10183         * gnus-sum.el (gnus-summary-show-article): The arglist of
10184         detect-coding-region is incompatible.
10185
10186 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10187         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10188
10189         * gnus-group.el (gnus-group-delete-group): Typo.
10190
10191 2001-09-26  Simon Josefsson  <jas@extundo.com>
10192
10193         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10194
10195         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10196
10197 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10200
10201 2001-09-22  Simon Josefsson  <jas@extundo.com>
10202
10203         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10204
10205         * nnfolder.el (nnfolder-open-marks): Ditto.
10206
10207         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10208         (gnus-update-marks): Use it.
10209         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10210         hardcoded list.
10211
10212         * gnus.el (gnus-article-special-mark-lists): Add killed.
10213         (gnus-article-unpropagated-mark-lists): New constant.
10214
10215 2001-09-22  Simon Josefsson  <jas@extundo.com>
10216
10217         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10218         custom option.
10219
10220 2001-09-23  Simon Josefsson  <jas@extundo.com>
10221
10222         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10223
10224 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10227
10228 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10229
10230         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10231         accept lists of functions.
10232
10233 2001-09-20  Simon Josefsson  <jas@extundo.com>
10234
10235         * gnus-group.el (gnus-group-catchup): Update expire marks in
10236         backend.  Also, if ALL also set expire marks on tick/dormant.
10237
10238 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10239
10240         * message.el (message-tab-body-function): New variable.
10241         * message.el (message-tab): Use it.
10242
10243 2001-09-19  Sam Steingold  <sds@gnu.org>
10244
10245         * gnus-win.el (gnus-buffer-configuration): Respect
10246         `gnus-bug-create-help-buffer'.
10247
10248 2001-09-18  Simon Josefsson  <jas@extundo.com>
10249
10250         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10251         (gnus-parse-simple-format): Re-revert.
10252
10253 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10254         Trivial patch.
10255
10256         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10257         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10258
10259 2001-09-18  Simon Josefsson  <jas@extundo.com>
10260
10261         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10262         signed.
10263         (gnus-parse-simple-format): Don't use it.
10264
10265 2001-09-17  Miles Bader  <miles@gnu.org>
10266
10267         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10268         error querying a backend abort the whole process.
10269
10270 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10273         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10274
10275 2001-09-17  Didier Verna  <didier@xemacs.org>
10276
10277         * nndiary.el: version 0.2-b14.
10278         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10279         compatibility problem with XEmacs 21.1.
10280
10281 2001-09-15  Simon Josefsson  <jas@extundo.com>
10282
10283         * gnus-group.el (gnus-group-line-format): Document %c.
10284
10285         * nnml.el (nnml-parse-head): Handle CRLF files.
10286         (nnml-generate-nov-file): Ditto.
10287         (nnml-retrieve-headers): Ditto.
10288
10289 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10290
10291         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10292
10293 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10294
10295         * gnus-spec.el (gnus-correct-substring): Still stopped one
10296         character before we wanted (never included last character).
10297         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10298         add missing "," (once per function)
10299
10300 2001-09-14  Simon Josefsson  <jas@extundo.com>
10301
10302         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10303         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10304         default before gnus-group is loaded and the variable set.)
10305
10306         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10307         killed or unsent marks.
10308
10309         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10310         isn't an article to set it on (e.g. when you `a' in a group).
10311
10312 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10313
10314         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10315         can read e-mails from Microsoft Outlook users not using ISO
10316         8859-2 character set.
10317
10318 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10319
10320         * gnus-diary.el: Minor modifications to avoid warnings.
10321         (gnus-summary-misc-menu): defvar.
10322         (gnus-diary-check-message): Use gnus-point-at-eol.
10323         (gnus-diary-kill-entire-line): eval-and-compile.
10324
10325 2001-09-12  Didier Verna  <didier@xemacs.org>
10326
10327         * nndiary.el: new version (0.2-b13).
10328         * nndiary.el (nndiary-mail-sources): doc update.
10329         * nndiary.el (nndiary-split-methods): ditto.
10330         * nndiary.el (nndiary-request-accept-article-hooks): New.
10331         * nndiary.el (nndiary-request-accept-article): use it, check
10332         message validity.
10333         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10334         * nndiary.el (nndiary-schedule): fix bug (misplaced
10335         condition-case): it didn't return nil on error.
10336         * gnus-diary.el: new version.
10337         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10338         * gnus-diary.el (gnus-diary-header-value-history): New.
10339         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10340         * gnus-diary.el (gnus-diary-add-header): New.
10341         * gnus-diary.el (gnus-diary-check-message): New.
10342         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10343         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10344
10345 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10346
10347         * gnus-sum.el (gnus-select-newsgroup): Make
10348         `gnus-current-select-method' buffer-local.
10349
10350         * gnus-art.el (gnus-request-article-this-buffer): Refer
10351         `gnus-current-select-method' in the current summary buffer.
10352
10353 2001-09-10  Simon Josefsson  <jas@extundo.com>
10354         From Daniel Pittman <daniel@rimspace.net>
10355
10356         * gnus-spec.el (gnus-correct-pad-form): Fix.
10357
10358 2001-09-09  Simon Josefsson  <jas@extundo.com>
10359
10360         * mm-decode.el (mm-inline-media-tests): Add
10361         application/x-emacs-lisp.
10362         (mm-attachment-override-types): Add
10363         application/{x-,}pkcs7-signature.
10364
10365         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10366         (gnus-server-line-format, gnus-server-mode-line-format)
10367         (gnus-server-browse-in-group-buffer): Customize.
10368
10369 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10370
10371         * nnml.el (nnml-marks-changed-p): Typo.
10372         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10373         (nnml-marks-changed-p): Use gnus-gethash.
10374         (nnml-marks-modtime): Use gnus-make-hashtable.
10375
10376         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10377         (nnfolder-request-expire-articles, nnfolder-save-marks)
10378         (nnfolder-open-marks): Typo.
10379         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10380         (nnfolder-marks-changed-p): Use gnus-gethash.
10381         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10382
10383 2001-09-08  Simon Josefsson  <jas@extundo.com>
10384
10385         * nnfolder.el (nnfolder-marks-modtime): New variable.
10386         (nnfolder-marks-changed-p): New function.
10387         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10388         (nnfolder-request-update-info): Don't update if marks didn't change.
10389
10390         * nnml.el (nnml-marks-modtime): New variable.
10391         (nnml-marks-changed-p): New function.
10392         (nnml-save-marks, nnml-open-marks): Save modtime.
10393         (nnml-request-update-info): Don't update if marks didn't change.
10394
10395         * gnus-agent.el (gnus-agent-any-covered-gcc)
10396         (gnus-agent-add-server, gnus-agent-remove-server): Use
10397         gnus-agent-method-p.
10398
10399         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10400         (gnus-unbuttonized-mime-type-p): Use it.
10401
10402         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10403         fetch group.
10404
10405 2001-09-08  Simon Josefsson  <jas@extundo.com>
10406         From Daniel Pittman <daniel@rimspace.net>
10407
10408         * gnus-spec.el (gnus-correct-pad-form): New function.
10409         (gnus-parse-simple-format): Use it.
10410
10411 2001-09-07  Simon Josefsson  <jas@extundo.com>
10412
10413         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10414         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10415         Putnam <reader@newsguy.com>.
10416         (gnus-group-sort-selected-groups): Touch dribble file.
10417
10418 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10419
10420         * nnml.el (nnml-filenames-are-evil): New variable.
10421         (nnml-article-to-file-alist): Rename to ...
10422         (nnml-current-group-article-to-file-alist): ... this.
10423         Respect `nnml-filenames-are-evil'.
10424         (nnml-active-number): Update.
10425         (nnml-update-file-alist): Update.
10426         (nnml-request-article): Use nnheader-article-to-file-alist.
10427         (nnml-request-rename-group): Likewise.
10428
10429 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-sum.el (gnus-summary-insert-line): Fix.
10432
10433 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10434
10435         * gnus-sum.el: Bind g-s-t-s to "W g".
10436         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10437         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10438         display of graphical smilies.
10439
10440 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * gnus-start.el (gnus-setup-news): A typo.
10443         From Bill White <billw@wolfram.com>.
10444
10445 2001-09-06  Simon Josefsson  <jas@extundo.com>
10446
10447         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10448         and unseen marks.
10449
10450 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10451
10452         * nnmail.el (nnmail-split-fancy): Document `junk'.
10453
10454 2001-09-04  Simon Josefsson  <jas@extundo.com>
10455
10456         * imap.el (imap-search): Don't error if server is broken.
10457
10458 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10459
10460         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10461         searching for an article that isn't in the mbox.
10462
10463 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10466         right, and get all the comments.
10467
10468 2001-09-02  Simon Josefsson  <jas@extundo.com>
10469         Suggested by Dan Christensen <jdc+news@uwo.ca>
10470
10471         * nnfolder.el (nnfolder-request-update-info): Fix message.
10472
10473         * nnml.el (nnml-request-update-info): Ditto.
10474
10475 2001-09-01  Simon Josefsson  <jas@extundo.com>
10476
10477         * nnml.el (nnml-request-expire-articles): Also bind
10478         `nnml-current-group' and `nnml-article-file-alist' when using
10479         expiry-target. (Otherwise nnml will be in a inconsistent internal
10480         state causing all kind of problems.)
10481         (nnml-request-expire-articles): If `nnml-article-to-file' or
10482         `file-attributes' failes, return article as un-expirable instead
10483         of treating it as expired.
10484
10485 2001-08-31  Sam Steingold  <sds@gnu.org>
10486
10487         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10488         typo: `exmine' --> `examine'.
10489
10490 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10493
10494 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * nnml.el (nnml-check-directory-twice): Remove.
10497         (nnml-retrieve-headers): Ditto.
10498         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10499
10500 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10501
10502         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10503         directory twice on Windows, or on GNU Emacs-21.
10504
10505 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10506
10507         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10508         (nnml-request-rename-group): Ditto.
10509         (nnml-active-number): Ditto.
10510         (nnml-request-create-group): Use nnml-directory-articles.
10511         (nnml-request-expire-articles): Use nnml-directory-articles, which
10512         gets list from nov database if available.
10513         (nnml-get-nov-buffer): New function.
10514         (nnml-open-nov): Use it.
10515         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10516         gets alist from nov database if available.
10517         (nnml-directory-articles): New function.
10518         (nnml-article-to-file-alist): New function.
10519
10520 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10521
10522         * mm-decode.el (mm-display-external): Use `name' as filename, if
10523         `filename' attribute is not present.
10524
10525 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10526
10527         * mail-source.el (mail-source-flash): New defcustom.
10528         (mail-source-new-mail-p): Ring visible bell if appropriate.
10529         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10530         timer is cleared even if mail check signals an error.
10531
10532 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10533
10534         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10535         type 'list.
10536
10537 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * flow-fill.el (fill-flowed): eol might be point-max.
10540
10541 2001-08-27  Simon Josefsson  <jas@extundo.com>
10542
10543         * nnml.el (nnml-request-update-info): Fix message.
10544         (nnml-open-marks): Ditto.
10545
10546         * nnfolder.el (nnfolder-request-update-info):
10547         (nnfolder-open-marks): Fix message.
10548
10549 2001-08-25  Simon Josefsson  <jas@extundo.com>
10550
10551         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10552         after group in ~/.
10553
10554 2001-08-25  Simon Josefsson  <jas@extundo.com>
10555         From Andreas Jaeger  <aj@suse.de>
10556
10557         * nnfolder.el (nnfolder-open-marks): Fix typo.
10558         * nnml.el (nnml-open-marks): Likewise.
10559
10560 2001-08-25  Simon Josefsson  <jas@extundo.com>
10561
10562         Make nnfolder groups self-contained as far as marks are concerned.
10563
10564         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10565         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10566         (nnfolder-open-server): Make marks directory.
10567         (nnfolder-request-delete-group): Delete marks file.
10568         (nnfolder-request-delete-group): Check of nov/marks file exist
10569         before deleting.
10570         (nnfolder-request-rename-group): Rename marks file.
10571         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10572         (nnfolder-request-set-mark, nnfolder-request-update-info)
10573         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10574         (nnfolder-open-marks): New functions.
10575         (top-level): Require gnus.
10576
10577 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * nnweb.el (nnweb-type-definition): Use google raw file.
10580         (nnweb-google-parse-1): Ditto.
10581         (nnweb-google-identity): Ditto.
10582         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10583         (nnweb-altavista-wash-article): Ditto.
10584         (nnweb-request-article): Remove nnweb-decode-entities.
10585
10586         * nnml.el: Require 'gnus.
10587
10588 2001-08-25  Simon Josefsson  <jas@extundo.com>
10589
10590         * nnml.el (nnml-marks-is-evil): Add doc.
10591
10592 2001-08-25  Simon Josefsson  <jas@extundo.com>
10593
10594         * nnml.el (nnml-save-marks): Wrap saving marks in a
10595         condition-case, to allow user to start Gnus if saving marks failed
10596         for some reason.
10597
10598 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10601
10602         * gnus-group.el (gnus-update-group-mark-positions): Bind
10603         gnus-group-update-hook to nil.
10604
10605 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * mml.el (mml-generate-mime-1): Force as multibyte string.
10608
10609 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * gnus-sum.el (gnus-summary-insert-line)
10612         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10613         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10614
10615         * gnus-spec.el (gnus-correct-substring): Take optional END.
10616
10617         * nnrss.el (nnrss-request-article): Remove \n.
10618         (nnrss-retrieve-headers): Lines number is -1.
10619
10620 2001-08-24  Simon Josefsson  <jas@extundo.com>
10621
10622         * gnus-group.el (gnus-info-clear-data): Call
10623         nnfoo-request-set-mark to propagate marks.  Fix bug:
10624         `gnus-group-update-line' doesn't update read range unless we call
10625         `gnus-get-unread-articles-in-group' first.
10626
10627         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10628         to server.
10629
10630 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10631
10632         * gnus-util.el (gnus-create-info-command): Return an interactive
10633         function.
10634
10635 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10636         From Katsumi Yamaoka <yamaoka@jpl.org>
10637
10638         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10639
10640 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus-sum.el (gnus-select-newsgroup): Use it.
10643
10644         * gnus-util.el (gnus-not-ignore): New function.
10645
10646         * lpath.el (featurep): Don't fbind char-int.
10647
10648         * gnus-util.el (gnus-create-info-command): New function.
10649
10650         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10651         right node.
10652
10653         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10654         (gnus-summary-limit-children): Use 'identity instead of `all'.
10655         (gnus-summary-limit-to-display-predicate): New command and
10656         keystroke.
10657
10658 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10659
10660         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10661
10662         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10663
10664 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * gnus-spec.el: Add the Gnus version.
10667         (gnus-update-format-specifications): If the Gnus version changes,
10668         nix out the format spec cache.
10669
10670         * gnus.el (gnus-continuum-version): Made into a command and
10671         optionalize the VERSION.
10672
10673         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10674         the start of the lines.
10675
10676 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus.el (gnus-visual-p): Define function before use of
10679         function.
10680
10681 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10684         (gnus-article-mark-to-type): New function.
10685         (gnus-update-missing-marks): Only update marks of type 'list.
10686
10687         * gnus.el (gnus-article-special-mark-lists): New variable.
10688
10689 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10692         (gnus-select-newsgroup): Still use 'all.
10693         (gnus-summary-initial-limit): Comparing with 'all.
10694
10695 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10698         active.
10699
10700 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10701
10702         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10703         nnslashdot-*-retrieve-headers.
10704         (nnslashdot-request-article): Fix for slashcode 2.2.
10705         (nnslashdot-make-tuple): New function.
10706         (nnslashdot-read-groups): Use it.
10707
10708 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10711         list.
10712
10713         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10714
10715 2001-08-20  Simon Josefsson  <jas@extundo.com>
10716
10717         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10718         opened, error instead of continuing (and exploding later).
10719
10720 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus.el (gnus-expand-group-parameters): Return the parameter
10723         list.
10724
10725         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10726         (gnus-summary-show-article): Guess at charset if required.
10727
10728         * gnus-spec.el (gnus-correct-substring): Stopped one character
10729         before we wanted.
10730
10731 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10732
10733         * earcon.el (earcon-auto-play): Remove unused option.
10734
10735 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10738         message down in levels, since it happens very fast.
10739
10740         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10741         of smiley-regexp-alist.
10742
10743         * mm-view.el (mm-inline-text): Ignore vcard errors.
10744
10745         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10746
10747         * gnus-score.el (gnus-all-score-files): Use append instead of
10748         nconc.
10749
10750         * gnus.el (gnus-splash-face): Doc fix.
10751
10752         * mm-decode.el (mm-mailcap-command): Use
10753         mm-path-name-rewrite-functions.
10754         (mm-path-name-rewrite-functions): New variable.
10755
10756         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10757         (gnus-complex-form-to-spec): Insert tab.
10758         (gnus-spec-tab): New function.
10759
10760         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10761         entering the group.
10762
10763         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10764         the positional spec.
10765         (gnus-parse-complex-format): React to %C.
10766
10767         * gnus-ems.el (gnus-char-width): Moved here.
10768
10769         * gnus-sum.el (gnus-select-newsgroup): Set
10770         gnus-newsgroup-articles.
10771         (gnus-unseen-mark): New variable.
10772         (gnus-newsgroup-unseen): Ditto.
10773         (gnus-newsgroup-seen): Ditto.
10774         (gnus-adjust-marked-articles): Use them.
10775         (gnus-update-marks): Use them.
10776         (gnus-summary-update-secondary-mark): Display.
10777         (gnus-summary-prepare-threads): Display.
10778
10779         * gnus-msg.el (gnus-inews-group-method): Use and return the
10780         method, not the server.
10781
10782 2001-08-19  Simon Josefsson  <jas@extundo.com>
10783
10784         * gnus-srvr.el (gnus-server-agent-face): New.
10785         (gnus-server-agent-face): New.
10786         (gnus-server-mode): Turn on font-lock-mode.
10787
10788         * gnus.el (gnus-server-visual): Add defgroup.
10789
10790 2001-08-19  Simon Josefsson  <jas@extundo.com>
10791         From Joe Casadonte <jcasadonte@northbound-train.com>
10792
10793         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10794         gnus-server-denied-face): New.
10795         (gnus-server-opened-face, gnus-server-closed-face,
10796         gnus-server-denied-face): New.
10797         (gnus-server-font-lock-keywords): Add.
10798
10799 2001-08-19  Simon Josefsson  <jas@extundo.com>
10800
10801         * nnml.el (nnml-request-set-mark): Return nil.
10802         (nnml-save-marks): Use nnml-possibly-create-directory.
10803         (nnml-open-marks): Only work in temp buffer when inserting/reading
10804         .marks file.
10805
10806 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * gnus.el (gnus-expand-group-parameters): Fix.
10809
10810         * gnus-spec.el (gnus-char-width): New function.
10811         (gnus-correct-substring, gnus-correct-length): Use it.
10812
10813         * message.el (message-required-mail-headers): Fix doc.
10814
10815 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10818
10819         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10820
10821 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10824         slashdot 2.2 (not fully fixed yet).
10825         (nnslashdot-request-article): Ditto.
10826
10827 2001-08-18  Simon Josefsson  <jas@extundo.com>
10828
10829         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10830         nnimap.
10831
10832         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10833         gnus-util.
10834         (nnimap-request-update-info-internal): Use new functions.
10835
10836         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10837         new functions.
10838
10839 2001-08-18  Simon Josefsson  <jas@extundo.com>
10840
10841         Make nnml groups self-contained as far as marks are concerned.
10842
10843         * nnml.el (nnml-request-delete-group): Delete marks file.
10844         (nnml-request-rename-group): Move marks file.
10845         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10846         variables.
10847         (nnml-request-set-mark, nnml-request-update-info): New server
10848         functions.
10849         (nnml-save-marks, nnml-open-marks): New functions.
10850
10851 2001-08-18  Simon Josefsson  <jas@extundo.com>
10852
10853         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10854         `set' when setting marks.
10855
10856 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10857
10858         * gnus.el (gnus-info-find-node): Take an argument.
10859
10860         * gnus-art.el (gnus-button-handle-info): New function.
10861         (gnus-url-unhex-string): Replace "+" with " ".
10862
10863 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10864
10865         * message.el (message-check-news-header-syntax): Check bad From.
10866
10867 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * gnus-spec.el (gnus-correct-length): New function.
10870         (gnus-correct-substring): New function.
10871         (gnus-tilde-max-form): Use it.
10872
10873 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10874
10875         * nnmh.el: Docstring changes as below.
10876
10877         * nnml.el: Docstring changes as below.
10878
10879         * nnbabyl.el: Docstring changes as below.
10880
10881         * nnmbox.el: Docstring changes as below.
10882
10883         * nnfolder.el: Added docstrings identifying each virtual server
10884         parameter.
10885
10886 2001-08-18  Simon Josefsson  <jas@extundo.com>
10887
10888         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10889
10890 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10891
10892         * message.el: rename "Abort Message" to "Postpone Message".
10893         Remove "Attach file as MIME" from Message menu, it's already in
10894         the MIME menu.
10895
10896 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * smime.el (smime-point-at-eol): eval-and-compile.
10899         (smime-make-temp-file): New function.
10900         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10901         Use it.
10902
10903 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10906         (gnus-agent-summary-fetch-group): New command and keystroke.
10907
10908         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10909         (gnus-mime-display-security): Make it respect
10910         gnus-unbuttonized-mime-type-p.
10911
10912         * gnus-sum.el (gnus-articles-to-read): Comments.
10913         (gnus-article-marked-p): New function.
10914         (gnus-summary-display-make-predicate): New function.
10915         (gnus-select-newsgroup): Use them.
10916
10917         * mm-decode.el (mm-save-part-to-file): Made it not error.
10918
10919 2001-08-17  Simon Josefsson  <jas@extundo.com>
10920
10921         * imap.el (imap-wait-for-tag): If process-status isn't open or
10922         run, return nil instead of sit-for looping.
10923
10924 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925
10926         * lpath.el (featurep): fbind xml-parse-region.
10927
10928         * gnus.el (gnus-message-archive-method): Default to "archive".
10929         (gnus-message-archive-method): Doc fix.
10930         (gnus-parameters-get-parameter): Cleaned up.
10931         (gnus-expand-group-parameter): New function.
10932
10933         * gnus-start.el (gnus-setup-news): Push the archive server only
10934         the server list.
10935
10936         * mml.el (mml-menu): Changed name to "Attachments".
10937
10938         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10939         when there is something to detroy.
10940
10941 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10944         nil.
10945
10946 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10947
10948         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10949         which specifies a time today or tomorrow.
10950
10951 2001-08-15  Simon Josefsson  <jas@extundo.com>
10952         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10953
10954         * gnus-agent.el (gnus-agent-make-mode-line-string)
10955         (gnus-agent-toggle-plugged): Use new API.
10956
10957 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10958
10959         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10960         deadline has expired.
10961
10962 2001-08-12  Simon Josefsson  <jas@extundo.com>
10963         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10964
10965         Support `recent' mark indicating newly arrived messages (to
10966         separate from old but unread messages).
10967
10968         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10969         `nnmail-split-history' if recent is > 0.
10970         (nnimap-request-update-info-internal): Update `recent' marks.
10971         (nnimap-request-set-mark): Never set `recent' marks.
10972         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10973         recent.
10974
10975         * gnus-sum.el (gnus-recent-mark): New mark.
10976         (gnus-newsgroup-recent): New variable.
10977         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10978         (gnus-summary-prepare-threads): Mark recent articles.
10979         (gnus-summary-add-mark): Support recent.
10980         (gnus-summary-update-secondary-mark): Support recent.
10981
10982         * gnus.el (gnus-article-mark-lists): Add recent.
10983
10984 2001-08-12  Simon Josefsson  <jas@extundo.com>
10985
10986         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10987         whether successful decoding took place.  Add doc.
10988
10989 2001-08-12  Simon Josefsson  <jas@extundo.com>
10990         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10991
10992         * gnus.el (gnus-summary-line-format, gnus-parameters):
10993         * gnus-gl.el (gnus-summary-grouplens-line-format):
10994         * gnus-salt.el (gnus-summary-pick-line-format):
10995         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10996
10997 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10998         Committed by Kai Gro\e,b_\e(Bjohann.
10999
11000         * gnus-score.el (gnus-score-string): Fix `match' regexp
11001         for `extra' header case.
11002
11003 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * nnmbox.el (nnmbox-read-mbox): No warning.
11006
11007 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11008
11009         * nndoc.el (nndoc-article-type): Fix doc.
11010         (nndoc-generate-article-function): New variable.
11011         (nndoc-dissection-function): New variable.
11012         (nndoc-type-alist): Add oe-dbx.
11013         (nndoc-oe-dbx-type-p): New function.
11014         (nndoc-oe-dbx-dissection): New function.
11015         (nndoc-oe-dbx-generate-article): New function.
11016
11017 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11018
11019         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11020         whether deadline has been reached.  Patch from Dan Nicolaescu
11021         <dann@godzilla.ics.uci.edu>.
11022
11023 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11026         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11027         <rintaman@cs.Helsinki.FI>.
11028
11029         * mail-source.el (mail-source-movemail): The error buffer is
11030         modified, but nothing in it.
11031
11032 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * message.el (message-bogus-system-names): New variable.
11035         (message-make-fqdn): Use it.
11036
11037 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * nndraft.el (nndraft-request-group): Use
11040         nndraft-auto-save-file-name.
11041
11042 2001-08-09  Simon Josefsson  <jas@extundo.com>
11043
11044         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11045         Don't ask whether to decrypt.  Just leave result in buffer (don't
11046         call mm).
11047
11048         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11049         parts as well.
11050         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11051         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11052
11053 2001-08-09  Simon Josefsson  <jas@extundo.com>
11054
11055         * mm-decode.el (mm-insert-part): Return decoding success status.
11056         (mm-save-part-to-file): Error if decoding failed.
11057
11058 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11059
11060         * message.el (message-tab): Use indent-relative.
11061         (message-mode): Don't bind indent-line-function to indent-relative.
11062
11063 2001-08-09  Simon Josefsson  <jas@extundo.com>
11064
11065         * message.el (message-get-reply-headers): Fix string. Suggested by
11066         Christoph Conrad <cc@cli.de>.
11067
11068 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11069
11070         * message.el (message-tab): Use the current value of
11071         indent-line-function.
11072         (message-mode): Bind indent-line-function to indent-relative.
11073
11074 2001-08-08  Simon Josefsson  <jas@extundo.com>
11075
11076         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11077         whether `imtest' is installed.
11078
11079 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11081
11082         * gnus-sum.el (gnus-summary-show-article): Call
11083         gnus-summary-update-secondary-secondary-mark.
11084         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11085         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11086
11087 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11088
11089         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11090
11091         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11092
11093         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11094         <gerd@gnu.org>.
11095
11096         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11097
11098         * gnus-util.el (gnus-output-to-rmail): Ditto.
11099         (gnus-output-to-mail): Ditto.
11100
11101         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11102
11103 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11104
11105         * message.el (message-indent-citation): Use
11106         `message-yank-cited-prefix' for empty lines.
11107
11108 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11109
11110         * message.el (message-indent-citation): Quote only lines starting
11111         with ">" using `message-yank-cited-prefix'.
11112
11113 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11114         Trivial patch.
11115
11116         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11117         gnus-cache-fully-p.
11118
11119 2001-08-04  Simon Josefsson  <jas@extundo.com>
11120
11121         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11122         file if it doesn't exist (by calling gnus-cache-read-active).
11123
11124 2001-08-04  Simon Josefsson  <jas@extundo.com>
11125
11126         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11127         (gnus-cache-passively-or-fully-p): Removed.
11128         (gnus-cache-fully-p): Fix it.
11129
11130         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11131
11132 2001-08-04  Simon Josefsson  <jas@extundo.com>
11133
11134         * gnus-cache.el (gnus-cache-fully-p)
11135         (gnus-cache-passively-or-fully-p): New functions.
11136         (gnus-cache-possibly-enter-article): Cosmetic change, use
11137         `g-c-p-o-f-p'.
11138         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11139         was bogus (`g-c-p-a-a' does not change active info, just change
11140         the functions parameters).
11141         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11142         not removed in groups that match `gnus-uncacheable-groups'.
11143
11144         Reported and modifications based on discussions with Nuutti
11145         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11146
11147 2001-08-04  Simon Josefsson  <jas@extundo.com>
11148         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11149
11150         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11151         calls `gnus-cache-update-active' if bounds has been extended.
11152
11153 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154
11155         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11156         before remove.
11157         (gnus-mime-security-show-details): Ditto.
11158
11159 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11160
11161         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11162         syntax.  Protect string-match against nil string and regexp.
11163
11164 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * mm-util.el (mm-find-charset-region): Remove control-1.
11167
11168 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11171
11172 2001-08-04  Simon Josefsson  <jas@extundo.com>
11173
11174         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11175         buffer.  Delete MIME-Version header.
11176
11177 2001-08-03  Simon Josefsson  <jas@extundo.com>
11178
11179         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11180         that is entered does not necessarily have the highest article
11181         number in the group, so use `gnus-cache-possibly-alter-active'
11182         instead of `gnus-cache-update-active'.
11183
11184 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11185
11186         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11187
11188 2001-08-03  Simon Josefsson  <jas@extundo.com>
11189
11190         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11191         menu.
11192
11193 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus.el (post-method): New group parameter.  It also provides
11196         the user option `gnus-post-method-alist' and the internal function
11197         `gnus-parameter-post-method'.
11198
11199         * gnus-msg.el (gnus-post-method): Bind the value of
11200         `gnus-post-method' to the group parameter if it is defined.
11201
11202 2001-08-02  Simon Josefsson  <jas@extundo.com>
11203
11204         * smime.el (smime-extra-arguments): Removed.
11205         (smime-call-openssl-region): Don't use it.
11206
11207 2001-08-02  Simon Josefsson  <jas@extundo.com>
11208
11209         * smime.el (smime-sign-region): Handle stderr.
11210         (smime-encrypt-region): Ditto.
11211
11212         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11213         match the ASN.1 length bytes.
11214         (mm-pkcs7-enveloped-magic): Ditto.
11215         (mm-view-pkcs7-get-type): Don't regexp quote.
11216
11217 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218         From Andreas Fuchs <asf@void.at>
11219
11220         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11221
11222 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * gnus-art.el (gnus-header-button-alist): References regexp.
11225
11226 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11227
11228         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11229         already fboundp.  Add INTERACTIVE arg to autoload form.
11230
11231 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11234
11235         * nnmail.el (nnmail-cache-open): Ditto.
11236
11237 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11240
11241 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11244
11245 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11246         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11247
11248         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11249         (gnus-agent-toggle-plugged): Use it.
11250
11251 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11254         (gnus-ding-file-coding-system): New variable.
11255         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11256         (gnus-slave-save-newsrc): Use it.
11257
11258 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11259
11260         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11261         syntax.
11262
11263 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264         Originally from Andreas Fuchs <asf@void.at>
11265
11266         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11267         (mml2015-gpg-pretty-print-fpr): New function.
11268         (mml2015-gpg-extract-signature-details): More details, rename from
11269         `m-g-e-from'.
11270         (mml2015-gpg-verify): Use them.
11271         (mml2015-gpg-clear-verify): Use them.
11272
11273 2001-07-31  Simon Josefsson  <jas@extundo.com>
11274
11275         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11276         buffer when done.
11277
11278 2001-07-30  Simon Josefsson  <jas@extundo.com>
11279
11280         * smime.el (smime-call-openssl-region): Revert previous change,
11281         just pass on buf to `call-process-region'.
11282         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11283         `smime-new-details-buffer'.  Inserts error messages into buffer.
11284         (smime-noverify-region): Ditto.
11285         (smime-decrypt-region): Ditto.  Handles stderr separately.
11286         (smime-verify-buffer, smime-noverify-buffer)
11287         (smime-decrypt-buffer): Doc fix.
11288         (smime-new-details-buffer): New function.
11289         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11290         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11291         (smime-sign-region, smime-encrypt-region): Don't use
11292         `insert-buffer'.
11293
11294         * mml-smime.el (mml-smime-verify): Fix security button strings.
11295
11296 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11297
11298         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11299         gnus-article-mime-handles.
11300
11301 2001-07-29  Simon Josefsson  <jas@extundo.com>
11302
11303         * mail-source.el (top-level): Require message for message-directory.
11304         (mail-source-directory): Change default to message-directory.
11305
11306         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11307         (smime-certificate-directory, smime-openssl-program)
11308         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11309         (smime-extra-arguments): New variable.
11310         (smime-dns-server): Fix customize group.
11311         (smime-call-openssl-region): Use `smime-extra-arguments'.
11312
11313 2001-07-29  Simon Josefsson  <jas@extundo.com>
11314         From Vladimir Volovich <vvv@vsu.ru>
11315
11316         * smime.el (smime-call-openssl-region): Ignore stderr.
11317
11318 2001-07-29  Simon Josefsson  <jas@extundo.com>
11319         From Christoph Conrad <christoph.conrad@gmx.de>
11320
11321         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11322         file.
11323
11324 2001-07-29  Simon Josefsson  <jas@extundo.com>
11325
11326         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11327
11328         Support S/MIME decryption.
11329
11330         * mm-decode.el (mm-inline-media-tests):
11331         (mm-inlined-types):
11332         (mm-automatic-display):
11333         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11334
11335         * mm-view.el (mm-pkcs7-signed-magic):
11336         (mm-pkcs7-enveloped-magic): New variables.
11337         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11338         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11339         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11340         PKCS#7 blobs.
11341
11342         * smime.el (smime-decrypt-region): Expand keyfile.
11343
11344 2001-07-29  Simon Josefsson  <jas@extundo.com>
11345
11346         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11347         `ssl.el' variables.
11348
11349         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11350         but line instead of narrowing to it, because `nnmail-parse-active'
11351         calls widen.  Thanks to Christoph Conrad
11352         <christoph.conrad@gmx.de>.
11353
11354 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11355
11356         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11357         for %B spec.
11358
11359         * gnus-sum.el (gnus-summary-prepare-threads): If
11360         gnus-sum-thread-tree-root is nil, use subject instead.
11361         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11362         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11363         (gnus-sum-thread-tree-leaf-with-other)
11364         (gnus-sum-thread-tree-single-leaf): Documentation.
11365         (gnus-sum-thread-tree-single-indent): Allow nil.
11366
11367 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * message.el (message-fill-paragraph): Do nothing if the user
11370         wants filladapt-mode.
11371
11372 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11373
11374         * mm-decode.el (mm-image-type-from-buffer): New function.
11375         (mm-get-image): Use it.
11376
11377 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11380
11381         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11382         mm-display-parts too.
11383
11384 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * nnfolder.el (nnfolder-request-accept-article): Bind
11387         nntp-server-buffer.
11388
11389         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11390         nntp-server-buffer.
11391
11392 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * message.el (message-check-news-header-syntax): Use
11395         message-post-method.
11396         (message-send-news): Bind message-post-method.
11397
11398 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * mml.el (mml-tweak-type-alist): New variable.
11401         (mml-tweak-function-alist): New variable.
11402         (mml-tweak-part): New function.
11403         (mml-generate-mime-1): Use it.
11404
11405 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11406
11407         * nnfolder.el (nnfolder-request-accept-article): Replace
11408         nnfolder-request-list.
11409
11410 2001-07-27  Simon Josefsson  <jas@extundo.com>
11411
11412         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11413         nnoo-change-server failed to do it.
11414
11415 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * gnus.el (gnus-parameters): Make it customizable.
11418
11419 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11420
11421         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11422
11423         * message.el (message-set-auto-save-file-name): More
11424         poor-system-types.
11425
11426         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11427
11428         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11429         supports +.
11430
11431 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * mm-decode.el (mm-readable-p): New function.
11434         (mm-inline-media-tests): Fix the default testers.
11435
11436 2001-07-26  Simon Josefsson  <jas@extundo.com>
11437
11438         * nnimap.el (nnimap-version): Bump version number.
11439
11440 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441         From Steven E. Harris <seh@speakeasy.org>
11442
11443         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11444         in M$Windows too.
11445
11446 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11447
11448         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11449
11450 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11453
11454         * mm-decode.el (mm-get-image): Guess then use the type.
11455
11456         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11457
11458 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11459
11460         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11461         display (%B) for threads if threading is off.
11462
11463 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11464         From Henrik Enberg <henrik@enberg.org>
11465
11466         * gnus-msg.el: Customization patch.
11467
11468 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11469
11470         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11471         variable.
11472         (nnmail-split-fancy-with-parent): Ignore certain groups.
11473
11474 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11475
11476         * gnus-util.el (gnus-byte-compile): New function.
11477         (gnus-use-byte-compile): New variable.
11478         (gnus-make-sort-function): Use it.
11479
11480         * nnmail.el (nnmail-get-new-mail): Use it.
11481
11482         * gnus-agent.el (gnus-category-make-function): Simple function or
11483         compiled function.
11484         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11485
11486         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11487         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11488         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11489
11490         * message.el (message-check-news-header-syntax): Remove quote.
11491
11492 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * message.el (message-use-mail-followup-to): `t' is not a
11495         documented value.
11496
11497 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11500
11501 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11502
11503         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11504         there are long lines.
11505
11506 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * dgnushack.el (copy-list): New compiler macro.
11509
11510 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11511
11512         * message.el (message-bounce): If no Return-Path, the whole
11513         content is considered as the original message.
11514
11515         * nnml.el (nnml-check-directory-twice): New variable.
11516         (nnml-article-to-file): Use it.
11517         (nnml-retrieve-headers): Hack it.
11518
11519 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11520
11521         * gnus-win.el (gnus-buffer-configuration): New configure.
11522
11523         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11524         not alive.
11525
11526         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11527         (mm-display-external): Use display-term configure.
11528
11529 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11530
11531         * gnus-delay.el (gnus-delay-default-hour): New variable.
11532         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11533
11534 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535         From Karl Kleinpaste <karl@charcoal.com>
11536
11537         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11538         (gnus-summary-prepare-threads): Ditto.
11539
11540         * gnus.el (gnus-summary-line-format): Add %B.
11541
11542 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11545
11546         * mm-util.el (mm-string-as-multibyte): New function.
11547
11548         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11549
11550 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11551
11552         * mm-util.el (mm-universal-coding-system): New variable.
11553
11554         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11555
11556         * score-mode.el (score-mode-coding-system): Use it.
11557
11558 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-start.el (gnus-setup-news): Call
11561         `gnus-check-bogus-newsgroups' just after the native server is
11562         opened.
11563
11564 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11565
11566         * nnmail.el (nnmail-do-request-post): Util function to be used by
11567         `nnchoke-request-post' for all nnmail-derived backends.
11568
11569         * nnml.el (nnml-request-post): Use it.
11570
11571         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11572         backend, for it groks nnml-request-post.
11573
11574         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11575         Treat `mail-post' backends like `mail' backends, not like `news'
11576         backends.
11577
11578 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579
11580         * gnus-msg.el (gnus-setup-message): make-local-hook.
11581
11582 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11583
11584         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11585         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11586         <karl@charcoal.com>, slightly changed by Kai.
11587
11588         * message.el (message-check-news-header-syntax): When checking
11589         whether the groups exist, check the right server based on
11590         `gnus-post-method'.
11591
11592 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11593
11594         * gnus-delay.el: New file.
11595
11596 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * mm-util.el (mm-read-coding-system): Take two arguments.
11599
11600         * gnus-sum.el (gnus-summary-show-article): Use
11601         mm-read-coding-system.
11602
11603         * gnus-art.el (article-de-quoted-unreadable):
11604         (article-de-base64-unreadable, article-wash-html):
11605         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11606
11607 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11608
11609         * nnml.el (nnml-request-post): New function.  Can be used for
11610         annotations in nnml groups.
11611
11612 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11615         command.
11616
11617         * gnus-start.el (gnus-find-new-newsgroups): Use
11618         `message-make-date' instead of `current-time-string'.
11619         (gnus-ask-server-for-new-groups): Ditto.
11620         (gnus-check-first-time-used): Ditto.
11621
11622 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11625
11626 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11627
11628         * message.el (message-shorten-references): Change `maxcount' and
11629         `cut' to obey USEFOR draft 5.
11630
11631 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11632
11633         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11634         (gnus-summary-set-article-display-arrow): New function.
11635         (gnus-summary-goto-subject): Use it.
11636
11637 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * gnus-sum.el (gnus-summary-import-article): Insert date if
11640         doesn't exist.
11641
11642 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11643
11644         * mml.el (mml-content-type-parameters): New variable.
11645         (mml-content-disposition-parameters): New variable.
11646         (mml-insert-mime-headers): Use them.
11647         (mml-parse-1): Accept charset.
11648
11649 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * gnus-group.el (gnus-group-select-group): Doc fix.
11652
11653         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11654
11655 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11658         to handle `define-derived-mode'.
11659
11660 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11661         From:  Stefan Monnier  <monnier@cs.yale.edu>
11662
11663         * message.el (message-mode): Use define-derived-mode.
11664         (message-tab): message-completion-alist.
11665
11666         * imap.el (imap-interactive-login): Use make-local-variable.
11667         (imap-open): Ditto.
11668         (imap-authenticate): Ditto.
11669
11670         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11671
11672         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11673
11674 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11675
11676         * message.el (message-citation-line-function): Refer to
11677         gnus-cite-attribution-suffix.
11678
11679 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11680
11681         * gnus-art.el,...: Error convention changes.
11682
11683 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11684
11685         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11686
11687 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11688
11689         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11690         (nnrss-read-server-data): Ditto.
11691
11692 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11693
11694         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11695         * Cleanup files.
11696         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11697
11698 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11699
11700         * gnus.el (gnus-summary-line-format): Add %o.
11701
11702         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11703         unless shell outputs something.
11704
11705 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * gnus-art.el (gnus-boring-article-headers): Better doc.
11708         (article-hide-headers): Better regexp.
11709         Suggested by Matt Swift <swift@alum.mit.edu>.
11710
11711         * nnheader.el (nnheader-max-head-length): Better doc.
11712         (nnheader-header-value): Skip spaces.
11713         (nnheader-parse-head): Remove space.
11714         Suggested by Matt Swift <swift@alum.mit.edu>.
11715
11716         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11717         (gnus-get-newsgroup-headers): Remove space.
11718
11719 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11722         (gnus-summary-reply): Use it.
11723         (gnus-summary-reply-broken-reply-to): New function.
11724         (gnus-msg-force-broken-reply-to): New function.
11725
11726         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11727
11728 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11731
11732 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11733
11734         * mm-decode.el (mm-external-terminal-program): New variable.
11735         (mm-display-external): Use it. Use term to display when no
11736         window-system.
11737
11738 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11739
11740         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11741         Browse->Next entries to Browse->Prev
11742
11743 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11746
11747 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11750         for the default encoding.
11751
11752         * nnrss.el (nnrss-url-field): New field.
11753         (nnrss-request-article): Add newsgroups.
11754
11755         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11756
11757 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11760
11761         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11762         (gnus-draft-setup): Remove backlog.
11763
11764 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11765
11766         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11767         Cleanup.
11768
11769 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * gnus-msg.el (gnus-bug): Erase buffer.
11772
11773         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11774
11775 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * mm-decode.el (mm-attachment-override-p): Fix typo.
11778
11779 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-kill.el (gnus-execute): Work with the extra headers.
11782         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11783
11784 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11787         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11788
11789         * message.el (message-send-mail-real-function): New variable.
11790         (message-send-mail-partially, message-send-mail):
11791
11792         * nngateway.el (nngateway-request-post): Use it.
11793
11794         * gnus-agent.el (gnus-agentize): Use it.
11795
11796         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11797         (nnsoup-revert-variables): Use it.
11798
11799 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11800
11801         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11802         text/plain if the type doesn't match any other media types.
11803         (mm-inlined-types): Doc fix.
11804         (mm-display-inline): Revert previous change (now handled by a
11805         default type in `mm-inline-media-tests'.
11806         (mm-inlinable-p): Revive.
11807         (mm-display-part): Call `mm-inlinable-p'.
11808         (mm-attachment-override-p): Ditto.
11809         (mm-inlined-p): Doc fix.
11810
11811         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11812         well as `mm-inlined-p'.
11813
11814 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11815
11816         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11817         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11818
11819 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820         From  Paul Jarc <prj@po.cwru.edu>
11821
11822         * message.el (message-use-mail-followup-to): New variable.
11823         (message-get-reply-headers): Use it.
11824
11825 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11826
11827         * nnheader.el (nnheader-init-server-buffer): Make sure the
11828         *nntpd* buffer is made multibyte instead of a random buffer.
11829
11830 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11833         when it returns headers.
11834
11835 2001-07-07  Simon Josefsson  <jas@extundo.com>
11836
11837         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11838         trying to fold. Thanks to Colin Walters
11839         <walters@cis.ohio-state.edu>
11840
11841 2001-07-06  Simon Josefsson  <jas@extundo.com>
11842
11843         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11844         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11845         Add information in `assert's.
11846
11847         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11848         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11849         and `nnimap-group-overview-filename', should handle all
11850         change-of-uidvalidity related issues.  But there may be other
11851         problems.)
11852
11853 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11854
11855         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11856         header name when folding.
11857
11858 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11859
11860         * mm-decode.el (mm-inlined-types): Document relationship with
11861         `mm-inline-media-tests'.
11862         (mm-display-inline): Default to displaying as plain text if no
11863         inlining handler is available.
11864         (mm-inlinable-p): Remove.
11865         (mm-inlined-p): Don't call `mm-inlinable-p'.
11866         (mm-automatic-display-p): Ditto.
11867         (mm-attachment-override-p): Ditto.
11868
11869 2001-07-04  Simon Josefsson  <jas@extundo.com>
11870
11871         * nnimap.el (nnimap-importantize-dormant): New variable.
11872         (nnimap-request-update-info-internal): Use it.
11873         (nnimap-request-set-mark): Ditto.
11874
11875 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11876
11877         * nntp.el (nntp-send-command): don't pass a buffer argument to
11878         `point'. Only XEmacs accepts this.
11879         * nntp.el (nntp-send-command-nodelete): ditto.
11880         * nntp.el (nntp-send-command-and-decode): ditto.
11881
11882 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11883
11884         * nntp.el (nntp-open-connection-function): doc update.
11885         * nntp.el (nntp-pre-command): New.
11886         * nntp.el (nntp-via-rlogin-command): New.
11887         * nntp.el (nntp-via-telnet-command): New.
11888         * nntp.el (nntp-via-telnet-switches): New.
11889         * nntp.el (nntp-via-user-name): New.
11890         * nntp.el (nntp-via-user-password): New.
11891         * nntp.el (nntp-via-address): New.
11892         * nntp.el (nntp-via-envuser): New.
11893         * nntp.el (nntp-via-shell-prompt): New.
11894         * nntp.el (nntp-open-telnet-stream): New.
11895         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11896         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11897         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11898         * nntp.el (nntp-send-command): ditto.
11899         * nntp.el (nntp-send-command-nodelete): ditto.
11900         * nntp.el (nntp-send-command-and-decode): ditto.
11901
11902 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11903         Trivial patch.
11904
11905         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11906         `when'.
11907
11908 2001-07-03  Simon Josefsson  <jas@extundo.com>
11909         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11910
11911         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11912
11913 2001-07-03  Simon Josefsson  <jas@extundo.com>
11914
11915         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11916         remove it (workaround XEmacs `fill-region' bug).
11917
11918 2001-07-01  Simon Josefsson  <jas@extundo.com>
11919
11920         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11921
11922 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * mml2015.el (mml2015-format-error): New function.
11925         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11926         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11927         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11928
11929 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11932         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11933
11934         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11935         group variables.
11936
11937 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11938
11939         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11940
11941         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11942         (nnrss-save-group-data): Ditto.
11943
11944         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11945
11946 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * message.el (message-do-send-housekeeping): Narrow to headers.
11949
11950 2001-06-24  Simon Josefsson  <jas@extundo.com>
11951
11952         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11953         insertion when breaking lines looked for " \t" instead of "[ \t]".
11954         (rfc2047-encode-message-header): Fold lines even if
11955         no QP encoding is done.
11956
11957 2001-06-23  Simon Josefsson  <jas@extundo.com>
11958         From Samuel Tardieu <sam@inf.enst.fr>
11959
11960         * smime.el (smime-keys): Support additional certificates.
11961         (smime-make-certfiles): New function.
11962         (smime-sign-region): Use previous variables.
11963         (smime-get-certfiles): New function.
11964         (smime-sign-buffer): Use it.
11965         (smime-verify-region): Support both CAfile and CApath.
11966
11967 2001-06-23  Simon Josefsson  <jas@extundo.com>
11968
11969         * smime.el (smime-decrypt-region): Perhaps work.
11970
11971 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11974
11975 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11976
11977         * mm-decode.el (mm-save-part): Rewrite file name.
11978         (mm-file-name-rewrite-functions): New variable.
11979         (mm-file-name-delete-whitespace): New function.
11980         (mm-file-name-trim-whitespace): New function.
11981         (mm-file-name-collapse-whitespace): New function.
11982         (mm-file-name-replace-whitespace): New variable and function.
11983
11984 2001-06-22  Simon Josefsson  <jas@extundo.com>
11985
11986         * message.el (message-make-date): Workaround locale for weekdays.
11987
11988 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11989
11990         * message.el (message-goto-body): Return nil if not found. (revert!)
11991
11992 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993         From Fremlin <chief@bandits.org>
11994
11995         * message.el (message-goto-body): Some messages have no header.
11996
11997         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11998
11999 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12000
12001         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12002
12003 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12004
12005         * message.el (message-make-date): Add week day.
12006         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12007
12008 2001-06-19  Simon Josefsson  <jas@extundo.com>
12009
12010         * message.el (message-yank-prefix): Doc fix.
12011         (message-yank-cited-prefix): Ditto.
12012         (message-delete-not-region): Keep citation prefix on first line,
12013         if possible and appropriate.
12014
12015 2001-06-19  Simon Josefsson  <jas@extundo.com>
12016
12017         * imap.el (imap-process-connection-type): New variable.
12018         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12019         recent `imtest's work completely (no line length issues), while
12020         making making old `imtest's unusable.  Thanks to NAGY Andras
12021         <nagya@inf.elte.hu> for his work.
12022
12023 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12024
12025         * imap.el (imap-ssl-program): Add -quiet to shut up
12026         OpenSSL/SSLeay's internal debug talk.
12027
12028 2001-06-19  Matt Armstrong  <matt@lickey.com>
12029
12030         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12031         server.
12032
12033 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12034
12035         * nnmail.el (nnmail-article-buffer): New variable.
12036         (nnmail-split-incoming): Use it.
12037
12038 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12039
12040         * qp.el (quoted-printable-decode-region): If called interactively,
12041         use coding-system-for-read.
12042
12043 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * message.el (message-check-news-header-syntax): Check Reply-To.
12046
12047 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12048
12049         * mml.el (mml-parse-1): Use message options.
12050
12051         * message.el (message-do-fcc): Don't do anything if there is no
12052         FCC.
12053
12054 2001-06-16  Simon Josefsson  <jas@extundo.com>
12055
12056         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12057         (nnimap-expunge-search-string): New variable.
12058         (nnimap-request-expire-articles): Use it.
12059
12060 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * message.el (message-send-mail-with-qmail): wrong exit status is
12063         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12064
12065 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12066
12067         * gnus-art.el (article-strip-multiple-blank-lines): Use
12068         delete-region instead of replace-match.
12069
12070 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12071
12072         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12073         (nnweb-google-wash-article): Ditto.
12074
12075 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12076
12077         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12078
12079 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12082         specs.
12083
12084 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12085
12086         * gnus.el (gnus-email-address): Move it here.
12087
12088         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12089         requested.
12090         (article-de-base64-unreadable): Ditto.
12091         (article-wash-html): Ditto.
12092
12093 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12094
12095         * message.el (message-options-set-recipient): Don't add ", "
12096         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12097
12098 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12101
12102 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12105         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12106
12107         * nnrss.el (nnrss-node-text): Node might be nil.
12108
12109 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12112         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12113
12114         * nnrss.el (nnrss-group-alist): More items.
12115
12116 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12119
12120 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121         Trivial patch from Dale Hagglund  <rdh@best.com>
12122
12123         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12124         restrict clauses.
12125
12126 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         From Benjamin Rutt <brutt+news@bloomington.in.us>
12129
12130         * message.el (message-wide-reply-confirm-recipients): New variable.
12131
12132 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12134
12135         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12136         fix so it works with XEmacs.
12137
12138 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12139
12140         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12141         headers.
12142
12143 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12144
12145         * nnrss.el: Fix a few bugs.
12146
12147 2001-06-05  Simon Josefsson  <jas@extundo.com>
12148
12149         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12150         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12151
12152 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12153
12154         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12155         binary so that we don't transmit ISO 2022 garbage to the process.
12156         This is needed under XEmacs.
12157
12158 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12159
12160         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12161         autoloaded incorrectly below because ssl-program-* is bound.)
12162         Thanks to Amos Gouaux for report.
12163
12164 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12165
12166         * imap.el (imap-kerberos4-open):
12167         (imap-gssapi-open):
12168         (imap-ssl-open):
12169         (imap-network-open):
12170         (imap-shell-open):
12171         (imap-starttls-open): Set buffer to workaround spurious
12172         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12173         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12174         Colman <colman@ppllc.com> for report.
12175
12176 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * gnus-sum.el (gnus-summary-catchup): New argument.
12179         (gnus-summary-catchup-from-here): New function.
12180
12181 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12182
12183         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12184         back, then insert glyph.  (Before, the glyph was inserted first,
12185         then the newline.)  This works around a behavior in XEmacs where
12186         it is not possible to insert a character after a glyph which is at
12187         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12188
12189 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12190
12191         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12192
12193         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12194         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12195         mm-destroy-postponed-undisplay-list): New functions.
12196         (mm-display-external): Use them.
12197
12198 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12199
12200         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12201         `default-low' when evaluating `gnus-summary-highlight'.
12202         From Raja R Harinath <harinath@cs.umn.edu>.
12203
12204 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12205
12206         * message.el (message-yank-cited-prefix): New variable.
12207         (message-indent-citation): Use it.
12208
12209         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12210         as details.
12211         (mml2015-mailcrypt-clear-verify): Ditto.
12212
12213 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12214         From Nevin Kapur <nevin@jhu.edu>.
12215
12216         * gnus-sum.el (gnus-summary-default-high-score,
12217         gnus-summary-default-low-score): New variables.
12218         (gnus-summary-highlight): Use them.
12219
12220 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12221
12222         * message.el (message-mail): pass the 'send-actions argument to
12223         `message-setup'.
12224
12225 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12226         From Raymond Scholz <ray-2001@zonix.de>
12227
12228         * gnus-art.el (gnus-mime-view-part-as-charset):
12229         (gnus-mime-internalize-part): Doc fixes.
12230
12231 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12232
12233         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12234         status lines without any text ("^215$").
12235
12236 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * nnrss.el (nnrss-check-group): Reverse.
12239
12240 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12241
12242         * message.el (message-get-reply-headers):
12243         (message-followup): Fix typo, suggested by David Green
12244         <dgreen@uab.edu>
12245
12246 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12247
12248         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12249
12250         * nnrss.el (nnrss-open-server): Read server data when it is called.
12251         (nnrss-request-expire-articles): Fix.
12252
12253 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * message.el (message-do-send-housekeeping): mail-abbrevs may
12256         rename buffer behind Gnus.
12257
12258 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12261         (nnrss-group-alist): Add more resources.
12262         (nnrss-check-group): Ignore errors.
12263
12264 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12265
12266         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12267
12268         * nnslashdot.el (nnslashdot-request-list): Add time.
12269         (nnslashdot-request-expire-articles): New function.
12270
12271         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12272         secondary methods too.
12273
12274 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12275
12276         * message.el (message-use-followup-to): Set default value to t.
12277
12278 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12279
12280         * message.el (message-dont-reply-to-names): Fix documentation.
12281         (message-get-reply-headers): Use Mail-Followup-To only for wide
12282         replies.
12283
12284 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12287         correctly.
12288         (nnrss-check-group): Use time.
12289
12290 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12291
12292         * gnus.el: Oort Gnus v0.03 is released.
12293
12294 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12295
12296         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12297         group.
12298
12299 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12300
12301         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12302
12303 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * nnultimate.el (nnultimate-retrieve-headers): Return all
12306         available headers.
12307
12308         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12309         (gnus-get-newsgroup-headers-xover): Use it.
12310
12311 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12312
12313         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12314
12315 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12318
12319 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12320
12321         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12322         disable it.
12323
12324         * gnus.el (gnus-info-nodes): Remove a few The's.
12325
12326 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * mail-source.el (mail-source-movemail): Call-process may return a
12329         signal description string.
12330
12331         * gnus-start.el (gnus-read-newsrc-el-file):
12332         gnus-newsrc-file-version may be nil.
12333
12334         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12335         Suggested by Michael Sperber [Mr. Preprocessor]
12336         <sperber@informatik.uni-tuebingen.de>.
12337
12338 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12339
12340         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12341
12342 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12343
12344         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12345         fontify HANDLE.
12346
12347 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12348
12349         * smime.el (smime-ask-passphrase): Rework to return value.
12350         (smime-sign-region): Rework to bind value and use it.
12351         (smime-decrypt-region): Ditto.
12352
12353 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12354         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12355
12356         * smime.el (smime-ask-passphrase): New function.
12357         (smime-sign-region): Use it.
12358         (smime-encrypt-cipher): New variable.
12359         (smime-decrypt-region): Ditto.
12360
12361 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12362         Committed by Simon Josefsson  <simon@josefsson.org>
12363
12364         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12365         the log.
12366
12367 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12368
12369         * gnus.el: Oort Gnus v0.02 is released.
12370
12371 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12372
12373         * gnus.el: Oort Gnus v0.01 is released.
12374
12375 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * gnus-sum.el (gnus-summary-highlight): Highlight read
12378         undownloaded articles as read articles.
12379
12380         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12381         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12382         articles, even read ones, as such.
12383
12384         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12385         (gnus-find-matching-articles): New function.
12386         (gnus-summary-limit-include-matching-articles): New command.
12387         (gnus-summary-limit-include-thread): Include articles that have
12388         matching subjects.
12389         (gnus-offer-save-summaries): Clean up.
12390
12391 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12392
12393         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12394
12395 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396         From Jason Merrill <jason_merrill@redhat.com>
12397
12398         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12399
12400 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12401         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12404         newsgroup names when the original article is a news message.
12405
12406 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12407
12408         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12409         supported. Suggest by Jim Meyering <jim@meyering.net>.
12410
12411 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12412         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12413
12414         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12415         regexp in nnmail-split-fancy.
12416
12417 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12418
12419         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12420
12421 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12422
12423         * message.el (message-send-mail): Improve the interaction with the
12424         user.
12425
12426 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12427
12428         * imap.el (imap-message-copy): Work around buggy servers that
12429         doesn't send TRYCREATE tags.
12430
12431 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12434
12435 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12438         date.
12439
12440 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12443         lives.
12444
12445 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * gnus-art.el (gnus-parse-news-url): New function.
12448         (gnus-button-handle-news): New function.
12449         (gnus-button-alist): Point to new functions.
12450
12451         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12452
12453         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12454         gnus-format-specs.
12455
12456         * message.el (message-check-news-header-syntax): Question even
12457         when Gnus doesn't know the group names.
12458         (message-send-news): Clean up.
12459
12460         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12461         exited on purpose without saving.
12462
12463         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12464
12465 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-score.el (gnus-score-orphans): Clean up.
12468
12469         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12470
12471         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12472         later.
12473
12474         * gnus-start.el (gnus-close-all-servers): Find the right items to
12475         close.
12476
12477         * qp.el (quoted-printable-decode-region): Just message
12478         malformation; don't quit.
12479
12480 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12481         From Gerd Moellmann <gerd@gnu.org>.
12482
12483         * gnus.el (gnus-interactive): A typo.
12484
12485 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12486         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12489         `assq-delete-all', if that function exists; otherwise use the old
12490         definition. Documentation changed to match the one in
12491         `assq-delete-all'.
12492
12493 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494
12495         * gnus-start.el (gnus-close-all-servers): New function.
12496
12497         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12498         (gnus-server-remove-denials): Clean up.
12499
12500         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12501         keystroke.
12502
12503 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * message.el (message-send-news): Message where we are sending.
12506         (message-send-mail): Ditto.
12507
12508         * gnus.el (gnus-server-string): New function.
12509
12510         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12511
12512         * mm-decode.el (mm-default-directory): Customized.
12513         (mm-tmp-directory): Ditto.
12514
12515         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12516         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12517         or Chars.
12518         (gnus-summary-line-format-alist): ?l is now a string.
12519         (gnus-summary-prepare-threads): Output ? for unknown lines.
12520         (gnus-summary-insert-line): Ditto.
12521         (gnus-summary-print-article): Unbalanced parentheses.
12522
12523         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12524         out whether new stuff has arrived.
12525
12526 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12527
12528         * gnus-sum.el: Let printing work on ttys on Emacs.
12529
12530 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531
12532         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12533         when forcing news.
12534
12535         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12536         command.
12537
12538 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12539
12540         * message.el (message-set-auto-save-file-name): Don't use
12541         asterisks under nt.
12542
12543 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12544
12545         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12546         lists of articles.
12547
12548         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12549
12550         * gnus-msg.el (gnus-put-message): Clean up.
12551         (gnus-summary-reply): Mark all replied-to articles as replied to.
12552         (gnus-inews-add-send-actions): Also mark as forwarded.
12553         (gnus-summary-mail-forward): Mark as forwarded.
12554
12555         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12556         of articles.
12557         (gnus-summary-mark-article-as-forwarded): Ditto.
12558
12559         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12560         forwarded.
12561         (gnus-summary-mail-forward): Clean up.
12562
12563         * gnus.el (gnus-article-mark-lists): Added forward.
12564
12565         * gnus-sum.el (gnus-forwarded-mark): New variable.
12566         (gnus-summary-prepare-threads): Use it.
12567         (gnus-summary-update-secondary-mark): Ditto.
12568         (gnus-newsgroup-forwarded): New variable.
12569
12570 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12573         (gnus-summary-very-wide-reply): New command and keystroke.
12574         (gnus-summary-very-wide-reply-with-original): Ditto.
12575
12576         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12577         (gnus-score-adaptive): Use it.
12578
12579         * gnus-start.el (gnus-get-unread-articles): Clean up.
12580
12581 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12582
12583         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12584         boards.
12585
12586 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12587
12588         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12589         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12590
12591 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * nnultimate.el (nnultimate-retrieve-headers): Understand
12594         long-form month names.
12595
12596 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12597
12598         * gnus-sum.el (gnus-summary-show-all-headers):
12599         gnus-article-show-all-headers is broken. Use
12600         gnus-summary-toggle-header instead.
12601
12602         * mml2015.el (mml2015-gpg-extract-from): No error.
12603
12604 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12606
12607         * mml2015.el (mml2015-gpg-extract-from): New function.
12608         (mml2015-gpg-verify): Use it.
12609         (mml2015-gpg-clear-verify): Use it.
12610
12611 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12612
12613         * message.el (message-setup-fill-variables): Use
12614         fill-paragraph-function.
12615         (message-fill-paragraph): Take an argument.
12616         (message-newline-and-reformat): Take another argument.
12617
12618 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12619
12620         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12621
12622 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12623
12624         * message.el (message-forward): local-variable-p takes an extra
12625         argument in XEmacs.
12626
12627 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12628
12629         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12630         `nnimap-use-nov-p' (it really tested the negative).
12631         (nnimap-retrieve-headers): Use it.
12632
12633 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12634
12635         * message.el (message-generate-headers-first): Update doc.
12636
12637 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12638         Trivial patch.
12639
12640         * gnus.el (gnus-summary-line-format): Typo.
12641
12642 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12643
12644         * mailcap.el (mailcap-mime-data): Add application/sieve.
12645         (mailcap-mime-extensions): Add .siv, .xls.
12646
12647 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12648         From Christoph Conrad <christoph.conrad@gmx.de>
12649
12650         * gnus-score.el (gnus-summary-lower-thread): Typo.
12651
12652 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * message.el (message-forward-decoded-p): New variable.
12655         (message-forward-subject-author-subject): Use it.
12656         (message-make-forward-subject): Use it.
12657         (message-forward): Use it.
12658
12659         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12660
12661         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12662         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12663
12664 ;;Has been fixed -- zsh.
12665 ;;2001-03-05  Dave Love  <fx@gnu.org>
12666 ;;
12667 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12668 ;;      Move it after definition of mm-coding-system-p.
12669 ;;
12670 2001-03-01  Dave Love  <fx@gnu.org>
12671
12672         * mm-util.el (mm-inhibit-file-name-handlers): Add
12673         image-file-handler.
12674
12675 2001-02-11  Dave Love  <fx@gnu.org>
12676
12677         * message.el (message-signature-file): Fix doc, :type.
12678
12679 2001-02-08  Dave Love  <fx@gnu.org>
12680
12681         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12682         (message-posting-charset): Defvar when compiling again.
12683         (rfc2047-encodable-p): Require message.
12684
12685         * gnus-sum.el (gnus-alter-articles-to-read-function):
12686         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12687
12688 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12689
12690         * nnrss.el: New file.
12691
12692 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12693         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12694
12695         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12696         `skip-chars-forward'.
12697
12698 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12699
12700         * nndraft.el (nndraft-request-group): Restore auto save files if
12701         the original files do not exist.
12702
12703 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12704
12705         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12706         SCORE paths.
12707
12708         * mm-decode.el (mm-dissect-buffer): Call
12709         mail-extract-address-components only if necessary.
12710
12711 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12714         directory part.
12715         (gnus-score-search-global-directories): Use file-directory-p.
12716
12717         * gnus-score.el (gnus-score-score-files-1): Use
12718         gnus-kill-files-directory.
12719         From Adrian Aichner <adrian@xemacs.org>.
12720
12721 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * gnus.el (charset): Move here from gnus-sum.el.
12724
12725 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * mml.el (mml-preview): Disable local map.
12728
12729         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12730         gnus-article-post-menu here.
12731
12732         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12733         if it has not been made.
12734
12735 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12736
12737         * gnus-art.el (gnus-article-describe-key): Map key to event.
12738         (gnus-article-describe-key-briefly): Ditto
12739
12740 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12743
12744 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745         From Katsumi Yamaoka <yamaoka@jpl.org>.
12746
12747         * dgnushack.el (coerce, merge, subseq): defmacro.
12748
12749 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12752         A fake defalias in nndraft.el results a not-activated bug in
12753         uncompiled versions.
12754
12755 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12756         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * gnus-util.el (gnus-split-references): Handle malformed References:.
12759
12760 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12761
12762         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12763
12764 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765         From NAGY Andras <nagya@inf.elte.hu>.
12766
12767         * gnus.el (gnus-parameters): Typo.
12768
12769 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12770
12771         * gnus.el (gnus-read-method): Remove redundancy.
12772
12773 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12774
12775         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12776         (nnslashdot-request-list): Use it.
12777
12778 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12779
12780         * nnml.el (nnml-generate-active-info): Fix the case when there is
12781         no file.
12782
12783         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12784         (gnus-summary-create-article): New function.
12785
12786         * gnus-group.el (gnus-group-mark-article-read): New function.
12787
12788         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12789
12790         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12791
12792 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * gnus-art.el (gnus-article-edit-done): Don't use
12795         gnus-article-edit-exit.
12796         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12797
12798         * gnus.el (gnus-parameters): New variable.
12799         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12800         (gnus-parameters-get-parameter): New function.
12801         (gnus-group-find-parameter): Use it.
12802
12803 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12804
12805         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12806         change of default value to `current'.
12807
12808 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * nneething.el (nneething-get-head): Insert unreadable file too.
12811
12812 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12813
12814         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12815
12816         * webmail.el (webmail-type-definition): Deja is bought by google.
12817
12818 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12819
12820         * gnus-sum.el (gnus-fetch-headers): New function.
12821         (gnus-select-newsgroup): Use it.
12822         (gnus-summary-insert-articles): New function.
12823         (gnus-summary-insert-old-articles): New function.
12824         (gnus-summary-insert-new-articles): New function.
12825
12826         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12827         (gnus-group-list-active): Ditto.
12828         * gnus-sum.el (gnus-set-mode-line): Ditto.
12829         (gnus-summary-read-group-1): Ditto.
12830
12831 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12834         current topic.
12835
12836 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12837
12838         * smiley.el (gnus-smiley-display): Don't do widening.
12839
12840         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12841         within body.
12842
12843         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12844
12845         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12846         New variable.
12847         (gnus-mime-display-multipart-related-as-mixed): New variable.
12848         (gnus-mime-display-part): Use them.
12849
12850 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12853         something special.
12854
12855 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12856
12857         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12858         (nnweb-request-article): Call reference if exists.
12859         (nnweb-type-definition): Dejanews is bought by google.com.
12860         Beta!
12861
12862 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12863
12864         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12865
12866 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12867
12868         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12869         gnus-article-sort-functions.
12870         (gnus-article-sort-functions): Doc fix.  Refer to
12871         gnus-thread-sort-functions.
12872
12873 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874         From Paul Jarc <prj@po.cwru.edu>.
12875
12876         * message.el (message-get-reply-headers): More fixes.
12877
12878 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12879         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * message.el (message-get-reply-headers): Fix bug with
12882         Mail-Followup-To/to-address interaction.
12883
12884 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12887         gnus-article-copy.
12888
12889 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * message.el (message-do-send-housekeeping): Rename to a better
12892         name.
12893
12894 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * message.el (message-cancel-news): Check article first, then ask
12897         yes or no.
12898
12899 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12900
12901         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12902
12903 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * gnus-range.el (gnus-range-normalize): New function.
12906
12907 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12908
12909         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12910
12911 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12914
12915         * nnagent.el (nnagent-request-regenerate): New function.
12916
12917         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12918
12919         * nnml.el (nnml-generate-nov-databases): Accept argument
12920         server. Don't open server if it is opened.
12921         (nnml-request-regenerate): Use it. Change to deffoo.
12922
12923 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12924         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12925
12926         * gnus.el (gnus-define-group-parameter): Fix.
12927
12928 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12929
12930         * gnus.el (gnus-define-group-parameter): Improved.
12931
12932         * gnus-sum.el (charset): Define parameter.
12933         (ignored-charsets): Ditto.
12934         (gnus-summary-setup-default-charset): Use them.
12935
12936         * gnus-start.el (gnus-read-descriptions-file): Use them.
12937
12938         * gnus-cus.el (gnus-group-parameters): Remove them.
12939
12940 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12943
12944 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12945
12946         * gnus-sum.el (gnus-summary-read-group-1): Remove
12947         gnus-summary-set-local-parameters.
12948         (gnus-summary-setup-buffer): Put it here.
12949
12950 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951
12952         * gnus.el (to-address): Define parameter.
12953         (to-list): Ditto.
12954         * gnus-art.el (article-hide-boring-headers): Use them.
12955         * gnus-msg.el (gnus-post-news): Ditto.
12956         * gnus-cus.el (gnus-group-parameters): Remove them.
12957
12958 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * gnus-draft.el (gnus-draft-reminder): New function.
12961
12962         * gnus-art.el (gnus-sender-save-name): New function.
12963
12964 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965
12966         * mm-util.el (mm-mime-charset): Error message.
12967
12968 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12969
12970         * message.el (message-check-news-body-syntax): Don't check mml lines.
12971
12972 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12975         subscribe.
12976
12977         * gnus-start.el (gnus-call-subscribe-functions): New function.
12978         (gnus-find-new-newsgroups): Use it.
12979         (gnus-ask-server-for-new-groups): Use it.
12980         (gnus-check-first-time-used): Use it.
12981         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12982         (gnus-subscribe-options-newsgroup-method): Ditto.
12983         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12984         return .
12985
12986 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12987
12988         * gnus-cus.el (gnus-score-customize): Doc fix.
12989
12990 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12991
12992         * dgnushack.el (my-getenv): Typo.
12993
12994 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12995
12996         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12997
12998 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12999
13000         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13001
13002         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13003         (gnus-treatment-function-alist): Use it.
13004         (article-remove-leading-whitespace): New function.
13005         (gnus-article-make-menu-bar): Use it.
13006
13007         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13008         remove-leading-whitespace.
13009         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13010         because of conflict.
13011
13012 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13013
13014         * Makefile.in: Hack generating gnus-load.el.
13015         * dgnushack.el: Ditto.
13016         * gnus-load.el: Remove it.
13017
13018 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * dgnushack.el : Add URLDIR.
13021
13022         * Makefile.in (EMACS_COMP): Ditto.
13023
13024 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13025
13026         * gnus-cus.el (gnus-score-customize): Error on no score file.
13027
13028 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13029
13030         * mm-decode.el (mm-merge-handles): New function.
13031
13032         * mm-view.el (mm-inline-message): Use it.
13033         (mm-view-message): Ditto.
13034
13035         * mm-partial.el (mm-inline-partial): Ditto.
13036
13037         * mm-extern.el (mm-inline-external-body): Ditto.
13038
13039         * gnus-art.el (gnus-mime-view-part): Ditto.
13040         (gnus-mime-view-part-as-type): Ditto.
13041         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13042         cases.
13043
13044 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13045
13046         * message.el (message-cancel-news): Allow to shoot foot.
13047         (message-supersede): Ditto.
13048
13049 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13050         Trivial patch.
13051
13052         * gnus-sum.el (gnus-simplify-subject-re): Use
13053         message-subject-re-regexp.
13054
13055 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * nnmail.el (nnmail-expiry-target-group): Bind
13058         nnmail-cache-accepted-message-ids to nil.
13059
13060         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13061         coding system.
13062
13063 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13064
13065         * qp.el (quoted-printable-encode-region): Make sure characters are
13066         between 00 and FF.  Don't check charset.
13067
13068         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13069         in Emacs 20.
13070         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13071
13072 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * message.el (message-make-forward-subject): Argument decoded.
13075         (message-forward): Use it when digest.
13076
13077         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13078         buffer.
13079
13080 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13081
13082         * message.el (message-generate-headers-first): Doc fix.
13083
13084 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085
13086         * gnus-art.el (article-make-date-line): Error proof.
13087
13088 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13089
13090         * gnus-group.el (gnus-group-listing-limit): New variable.
13091         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13092
13093         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13094
13095 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13096
13097         * message.el (message-newline-and-reformat): Special case for
13098         breaking at BOL.
13099
13100 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13101
13102         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13103         message/rfc822.
13104
13105 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13106
13107         * message.el (message-encode-message-body): Don't insert
13108         Content-Type if it is inside a mail.
13109
13110 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13113         gnus-article-commands-menu.
13114
13115         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13116         in Emacs.
13117
13118         * gnus-start.el (gnus-read-descriptions-file): Use
13119         gnus-group-name-charset and gnus-group-charset-alist.
13120
13121 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13122
13123         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13124         active region.
13125
13126         * gnus-start.el (gnus-group-change-level): Remove from both
13127         gnus-zombie-list and gnus-killed-list.
13128
13129 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13132         gnus-subscribe-topics.
13133
13134         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13135
13136 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13137
13138         * gnus-art.el (gnus-article-make-menu-bar): Make
13139         gnus-article-post-menu.
13140
13141         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13142
13143         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13144
13145         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13146
13147         * message.el (message-mode-menu): Ditto.
13148
13149         * gnus-art.el (defvar): eval-when-compile.
13150
13151 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * gnus-agent.el (gnus-agentize): Fix doc.
13154
13155 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13156
13157         * mml.el (mml-preview): Bind `q'.
13158
13159 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13160
13161         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13162
13163 2001-01-31  Dave Love  <fx@gnu.org>
13164
13165         * mm-util.el (mm-mime-mule-charset-alist)
13166         (mm-find-mime-charset-region): Consider mule-utf-8.
13167
13168 2001-01-31  Dave Love  <fx@gnu.org>
13169
13170         * gnus-art.el (gnus-article-x-face-command)
13171         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13172         :version.
13173
13174 2001-01-26  Dave Love  <fx@gnu.org>
13175
13176         * mm-util.el (mm-multibyte-string-p): New.
13177
13178 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13179 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13180 ;;      string-as-multibyte on class.  Clarify line-folding.
13181         (quoted-printable-encode-string): Make temp buffer inherit
13182         string's multibyteness.
13183
13184 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13185
13186         * nnheader.el (toplevel): Don't require `gnus-util' at
13187         compile-time; this creates a circular dependency, and prevents
13188         a bootstrap.
13189
13190 2001-01-22  Andreas Schwab  <schwab@suse.de>
13191
13192         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13193
13194 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13195
13196         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13197
13198         * gnus-art.el (article-hide-list-identifiers): Ditto.
13199
13200         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13201
13202 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13203
13204         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13205
13206         * gnus-art.el (article-hide-list-identifiers): Similar.
13207
13208 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13209
13210         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13211
13212 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13215
13216 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13217
13218         * gnus-util.el (gnus-string-equal): New function.
13219
13220         * gnus-art.el (article-hide-boring-headers): Use it.
13221
13222 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13223
13224         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13225
13226 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13227
13228         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13229
13230 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13233         command if there is not last-saver.
13234
13235 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * nntp.el (nntp-open-connection): 201 is possible.
13238
13239 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13240
13241         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13242         (rfc2047-charset-encoding-alist): Add big5.
13243
13244 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13245
13246         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13247         (gnus-agent-remove-server): Ditto.
13248         (autoload): gnus-server-update-server.
13249
13250         * gnus-srvr.el (gnus-server-line-format): Add %a.
13251         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13252         (gnus-server-insert-server-line): Use it.
13253
13254 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13255
13256         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13257         GB2312 and Big5.
13258
13259 2001-01-24  Simon Josefsson  <sj@extundo.com>
13260
13261         * mail-source.el (mail-sources): Add :program specifier to IMAP
13262         mail source.
13263         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13264
13265 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13266
13267         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13268
13269 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * nntp.el (nntp-wait-for): Return the success code.
13272         (nntp-open-connection): Use it.
13273
13274 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13275
13276         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13277
13278 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13279
13280         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13281
13282 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13283
13284         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13285         argument. Allow to print several articles in one file.
13286
13287 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13288
13289         * webmail.el (webmail-type-definition): netaddress changes.
13290
13291 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13292
13293         * gnus.el: Fix copyright. Remove trailing spaces.
13294
13295         * message.el (message-forward): Use mule4.
13296
13297 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13298
13299         * mm-util.el (mm-string-as-unibyte): New function.
13300
13301         * message.el (message-forward): Use it.
13302
13303 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13304
13305         * message.el (message-cite-original-without-signature): Don't peel
13306         off the blank line.
13307         (message-get-reply-headers): Add Cc if it is not in follow-to.
13308
13309 2001-01-20  Simon Josefsson  <sj@extundo.com>
13310
13311         * mm-decode.el (mm-handle-multipart-from): Add.
13312         (mm-dissect-buffer): Save From: header value.
13313         (mm-security-from): Remove.
13314         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13315
13316         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13317         instead of `mml-security-from'.  Protect null from value.
13318
13319 2001-01-20  Simon Josefsson  <sj@extundo.com>
13320
13321         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13322         application/vnd.ms-excel attachments.
13323
13324 2001-01-19  Simon Josefsson  <sj@extundo.com>
13325
13326         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13327
13328 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * message.el (message-ignored-mail-headers): Ditto.
13331
13332 2001-01-19  Simon Josefsson  <sj@extundo.com>
13333
13334         * message.el (message-ignored-news-headers): Only search beginning
13335         of line.
13336
13337 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13338         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13339
13340         * message.el (message-send-mail): Content-Type may not be there.
13341
13342 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13345         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13346
13347         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13348         not.
13349
13350 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13351
13352         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13353         non-native groups.
13354
13355 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * message.el (message-yank-original): Understand
13358         universal-argument.
13359
13360 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13363         (article-hide-boring-headers): Ditto.
13364
13365         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13366
13367 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13370         one.
13371
13372 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13373
13374         * message.el (message-make-in-reply-to): Add comment to message-id
13375         (old syntax, see 2000-08-02 change).
13376
13377 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13378
13379         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13380         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13381         (gnus-button-reply): Ditto.
13382
13383 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-art.el (article-display-x-face): Fix.
13386
13387 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13388
13389         * gnus-art.el (article-display-x-face): Use
13390         gnus-original-article-buffer.
13391
13392 2001-01-15  Jack Twilley  <jmt@tbe.net>
13393
13394         * message.el (message-add-header): Move to point-max.
13395
13396 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13397
13398         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13399         nil, improve documentation.
13400         (smime-certificate-directory): Comment out false hints (until it
13401         is implemented).
13402
13403         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13404         there aren't any keys.
13405         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13406         verify certificate.  Default is changed to only check integrity.
13407         Improved security status texts.  If a certificate doesn't contain
13408         a email address, don't fail.
13409
13410         * smime.el (smime-noverify-region):
13411         (smime-noverify-buffer): New functions.  Verifies integrity only.
13412
13413 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414
13415         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13416
13417 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13418
13419         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13420         (gnus-remove-some-windows): Ditto.
13421
13422 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * gnus-art.el (article-make-date-line): 11th.
13425
13426 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13427
13428         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13429         (mml2015-gpg-sign): Ditto.
13430
13431 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13434         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13435
13436 2001-01-08  Dave Love  <fx@gnu.org>
13437
13438         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13439         single character.
13440
13441         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13442
13443         * message.el: Doc and message fixes.
13444         (message-send-rename-function)
13445         (message-make-forward-subject-function)
13446         (message-send-mail-function, message-reply-to-function)
13447         (message-wide-reply-to-function, message-followup-to-function)
13448         (message-distribution-function, message-auto-save-directory): Fix
13449         :type.
13450
13451         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13452         proceeding after warnings.  Amend multipart warning message.
13453
13454 2001-01-04  Dave Love  <fx@gnu.org>
13455
13456         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13457         compiling.
13458         (gnus-make-directory): Require nnmail.
13459
13460         * mm-decode.el (mm-inline-media-tests): Add
13461         image/x-portable-bitmap.
13462         (mm-get-image): Grok pbm.
13463
13464 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13465
13466         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13467
13468 2001-01-09  Didier Verna  <didier@xemacs.org>
13469
13470         * dgnushack.el (dgnushack-compile): give a dummy value to
13471         `gnus-xmas-glyph-directory' for the time of compilation.
13472         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13473         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13474         * gnus-art.el: ditto.
13475         * gnus-group.el: ditto.
13476         * gnus-salt.el: ditto.
13477         * gnus-sum.el: ditto.
13478         * gnus-topic.el: ditto.
13479         * gnus-xmas.el (gnus-xmas-define): see above.
13480         * gnus-xmas.el (gnus-xmas-redefine): see above.
13481         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13482         non-continuable error when the directory can't be found.
13483
13484 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13487         handle.
13488         * gnus-art.el (gnus-mime-view-part): Copy it.
13489         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13490
13491 2001-01-09  Michael Downes  <mjd@ams.org>
13492
13493         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13494
13495 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13496
13497         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13498         orig-file. Use ',source.
13499
13500 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13503         (gnus-xmas-group-startup-message):
13504         Detect gnus-xmas-glyph-directory when it is nil.
13505
13506 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * pop3.el (pop3-get-message-count): Andrew Innes
13509         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13510
13511 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13512
13513         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13514
13515         * time-date.el (time-to-number-of-days): New function.
13516
13517 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13518         Trivial patch.
13519
13520         * nnslashdot.el (nnslashdot-request-list): Always get the right
13521         sid.
13522
13523 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13524
13525         * message.el (message-minibuffer-local-map): New keymap.
13526         (message-read-from-minibuffer): Use it.
13527         * gnus-msg.el (gnus-summary-resend-message): Use it
13528
13529 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13530
13531         * gnus-start.el (gnus-display-time-event-handler): New function.
13532         (gnus-after-getting-new-news-hook): Use it.
13533
13534 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * message.el (message-ignored-mail-headers): Add draft header.
13537
13538 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13539
13540         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13541         excursion.
13542
13543         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13544
13545 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13546         A revoked patch.
13547
13548         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13549
13550 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13551
13552         * qp.el (quoted-printable-decode-region): Don't backward-char.
13553
13554 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13555
13556         * gnus-draft.el: Mark articles as replied.
13557
13558         * gnus-sum.el (gnus-summary-add-mark): New function.
13559
13560         * gnus-group.el (gnus-add-mark): New function.
13561
13562         * gnus-sum.el (gnus-summary-buffer-name): New function.
13563         (gnus-summary-setup-buffer): Use it.
13564
13565         * gnus-draft.el: Set things up with the right post method and
13566         stuff.
13567
13568         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13569
13570         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13571
13572         * gnus.el (gnus-draft-meta-information-header): New variable.
13573
13574 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13575
13576         * gnus-art.el (gnus-treatment-function-alist): Move the date
13577         functions before the header sorting functions.
13578
13579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13580
13581         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13582         Don't (push "/usr/share/emacs/site-lisp" load-path).
13583
13584         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13585         to empty fill prefixes.
13586
13587 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13590         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13591
13592 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13593
13594         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13595
13596         * nnml.el (autoload): Move to nnheader.el.
13597
13598         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13599         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13600         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13601         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13602
13603 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * gnus-art.el (article-make-date-line): Get the hours right.
13606         (gnus-ignored-headers): More hiding.
13607
13608         * nnmail.el (nnmail-expiry-wait): Not an integer.
13609
13610         * message.el (message-goto-body): Only expand abbrev when called
13611         interactively.
13612         (message-make-lines): Use it.
13613
13614 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13615
13616         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13617
13618 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13619
13620         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13621         include the expunged articles.
13622
13623         * gnus-group.el (gnus-group-sort-by-server): New function.
13624
13625         * gnus.el (gnus-method-to-server-name): New function.
13626         (gnus-group-prefixed-name): Use it.
13627
13628         * gnus-group.el (gnus-group-sort-function): Doc fix.
13629         (gnus-group-sort-groups-by-server): New command.
13630
13631 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13632
13633         * gnus-art.el (gnus-treat-date-english): New variable.
13634         (article-date-english): New command.
13635         (gnus-english-month-names): New variable.
13636         (article-make-date-line): Do 'english.
13637
13638         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13639         after the fill prefix.
13640
13641         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13642         score...".
13643
13644         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13645
13646         * message.el (message-mode-map): Bind comment-region.
13647
13648         * gnus-art.el (gnus-mime-display-part): Let w3 display
13649         multipart/related.
13650
13651         * mm-bodies.el (mm-long-lines-p): New function.
13652         (mm-body-encoding): Use it.
13653         (mm-body-encoding): Encode articles with lines longer than 1000
13654         characters.
13655
13656 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * mm-util.el (mm-enable-multibyte): Use
13659         default-enable-multibyte-characters.
13660         (mm-enable-multibyte-mule4): Ditto.
13661         (mm-disable-multibyte): Test XEmacs.
13662         (mm-disable-multibyte-mule4): Ditto.
13663         (mm-with-unibyte-current-buffer): Simplified.
13664         (mm-with-unibyte-current-buffer-mule4): Ditto.
13665
13666 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13669
13670         * nnheader.el (nnheader-string-as-multibyte): New alias.
13671
13672         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13673
13674         * gnus-uu.el (gnus-message-process-mark): New function.
13675         (gnus-uu-mark-by-regexp): Use it.
13676         (gnus-new-processable): New function.
13677
13678 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13679          Trivial patch.
13680
13681         * gnus-sum.el (gnus-no-mark): New variable.
13682
13683 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13684
13685         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13686         backslashes.
13687
13688 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13691         definition.
13692
13693 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13696
13697         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13698         XEmacs.
13699
13700 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13701         Trivial patch.
13702
13703         * mml.el (mml-read-tag): Save tag location.
13704
13705 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13706
13707         * starttls.el: Sync with Emacs 21.
13708
13709 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * message.el (message-mail): Support yank-action.
13712
13713         * message.el (message-setup): Revoke the last change.
13714
13715 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13718         <jvromans@squirrel.nl>.
13719
13720 2000-12-24  Simon Josefsson  <sj@extundo.com>
13721
13722         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13723         mailing list junk at end of part.
13724
13725 2000-12-23  Simon Josefsson  <sj@extundo.com>
13726
13727         * nnimap.el (nnimap-expiry-target): New function.
13728         (nnimap-request-expire-articles): Use it.
13729
13730 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13731
13732         * gnus.el (gnus-group-parameters-more): New variable.
13733         * gnus-cus.el (gnus-group-customize): Use it.
13734
13735         * gnus.el (gnus-define-group-parameter): New macro.
13736         (auto-expire): Use it
13737         (total-expire): Use it.
13738         * gnus-art.el (banner): Use it.
13739
13740         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13741         <ljz@asfast.com>.
13742
13743 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * gnus-topic.el (gnus-topic-create-topic): Use list.
13746
13747         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13748         before binding gnus-default-article-saver.
13749
13750         * gnus-sum.el (gnus-summary-save-article):
13751         (gnus-summary-pipe-output):
13752         (gnus-summary-save-article-mail):
13753         (gnus-summary-save-article-rmail):
13754         (gnus-summary-save-article-file):
13755         (gnus-summary-write-article-file):
13756         (gnus-summary-save-article-body-file): Ditto.
13757
13758         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13759
13760 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13761
13762         * gnus-art.el (gnus-mime-security-button-map):
13763         (gnus-mime-button-map): Add parent.
13764
13765 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13766
13767         * messagexmas.el (message-xmas-redefine): New function.
13768
13769         * message.el: Use it.
13770
13771         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13772
13773         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13774
13775 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13776
13777         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13778         malformatted messages.
13779
13780 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * mm-util.el (mm-image-load-path): New function.
13783
13784         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13785
13786         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13787
13788         * message.el (message-tool-bar-map): Use it.
13789
13790         * Makefile.in (install-el): New rule.
13791
13792 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-art.el (article-treat-dumbquotes): Quote \.
13795
13796 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13799         Emacs 20 runs on a terminal.
13800
13801 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13802
13803         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13804
13805         * mml.el (gnus-add-minor-mode): Autoload.
13806
13807         * message.el (message-forward): Save-restriction.
13808
13809 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13810
13811         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13812         Paul Stevenson <p.stevenson@surrey.ac.uk>
13813
13814 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13815
13816         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13817
13818         * mml.el (gnus-ems): Don't require.
13819
13820         * gnus.el (gnus-decode-rfc1522): Removed.
13821         (gnus-set-text-properties): Define.
13822
13823 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * gnus-art.el (gnus-mime-*): handle may be nil.
13826
13827         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13828
13829         * gnus.el (gnus-group-remove-excess-properties): Not defined
13830         in gnus-xmas.
13831
13832 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13833
13834         * message.el (message-mail-user-agent): Add :version.
13835
13836 2000-12-21  Miles Bader  <miles@gnu.org>
13837
13838         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13839
13840 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13841
13842         * message.el (message-mail-user-agent): New variable.
13843         (message-setup): Renamed to message-setup-1. Support
13844         mail-user-agent.
13845         (message-mail-user-agent): New function.
13846         (message-mail): Use it.
13847         (message-reply): Use it.
13848         (message-resend): Use it.
13849         (message-mail-other-window): Use it.
13850         (message-mail-other-frame): Use it.
13851
13852         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13853
13854 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * message.el (message-tool-bar-map): Simplify.
13857         (message-narrow-to-head-1): New function.
13858         (message-narrow-to-head): Use it.
13859         (message-reply): Ditto.
13860         (message-cancel-news): Ditto.
13861         (message-supersede): Ditto.
13862         (message-make-forward-subject): Ditto.
13863         (message-bounce): Ditto.
13864
13865 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13866
13867         * uudecode.el (uudecode-decode-region-external): make-temp-file
13868         may not be defined.
13869
13870         * binhex.el (defalias): eval-and-compile.
13871
13872         * message.el (message-tool-bar-map): New function.
13873         (message-mode): Use it.
13874
13875 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13876
13877         * nntp.el (nntp-find-connection): Remove the entry.
13878         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13879
13880 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13881
13882         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13883
13884         * message.el (message-forward): Copy buffer in unibyte mode.
13885
13886 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * message.el (message-make-forward-subject): Don't widen. Decode.
13889         (message-forward): Don't decode subject.
13890
13891 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13892
13893         * qp.el (quoted-printable-encode-region): Upcase QP.
13894
13895 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13896
13897         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13898         mail-extract-a-c instead. Don't depend on Gnus.
13899
13900         * mml.el (gnus-ems): Require it.
13901
13902         * gnus-msg.el (gnus-summary-mail-forward):
13903
13904         * message.el (message-forward):  Move mime-to-mml here.
13905
13906 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13907
13908         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13909         * gnus-art.el (gnus-insert-mime-button): Simplify.
13910         (gnus-mime-display-alternative): Ditto.
13911         (gnus-insert-mime-security-button): Ditto.
13912
13913 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13914
13915         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13916         text-property-not-all doesn't return nil when start=mark(end).
13917         (gnus-remove-text-properties-when): Ditto.
13918
13919 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13920
13921         * gnus-start.el (gnus-group-change-level): Remove group from
13922         gnus-active-hashtb if real killed.
13923
13924 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13927         (gnus-mime-display-alternative): Ditto.
13928         (gnus-insert-mime-security-button): Ditto.
13929
13930 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * gnus-start.el (gnus-group-change-level): Don't add it into
13933         killed-list if it was killed.
13934
13935 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13936
13937         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13938         (nnmbox-active-file-coding-system): Ditto.
13939
13940         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13941
13942 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13943
13944         * gnus.el (gnus-version):
13945         (gnus-version-number): Set to Oort Gnus 0.01.
13946
13947         * gnus-art.el (gnus-mime-security-button-map):
13948         (gnus-insert-mime-security-button): Fix for Emacs21.
13949
13950 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13951
13952         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13953         easymenu, because XEmacs doesn't understand :help.
13954
13955         * mm-uu.el: Require binhex.
13956
13957 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13958
13959         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13960
13961 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13962
13963         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13964
13965 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13966
13967         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13968
13969 2000-12-18  Dave Love  <fx@gnu.org>
13970
13971         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13972         (unused).
13973
13974 2000-12-13  Miles Bader  <miles@gnu.org>
13975
13976         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13977         to t, so that we don't get stuck while trying to smilefy
13978         intangible text.
13979
13980 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13981
13982         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13983         at the end of the buffer.
13984         (smiley-region): In the loop, move to the end of the submatch
13985         matching the smiley instead of using the end of the match
13986         of the whole regexp.
13987
13988 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13989
13990         * message.el (message-mode): Doc fix.
13991
13992 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13993
13994         * smiley-ems.el (smiley-region): Doc fix.
13995
13996 2000-12-11  Miles Bader  <miles@gnu.org>
13997
13998         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13999         bottom line visible, check to see if it's partially obscured, and
14000         if so, either scroll one more line to make it fully visible, or
14001         revert to showing the second line from the top.
14002
14003 2000-12-07  Dave Love  <fx@gnu.org>
14004
14005         * mailcap.el (mailcap-download-directory)
14006         * gnus-audio.el (gnus-audio-directory)
14007         * smiley-ems.el (smiley-data-directory): Fix :type.
14008
14009 2000-11-30  Dave Love  <fx@gnu.org>
14010
14011         * message.el (message-auto-save-directory): Use
14012         file-name-as-directory.
14013         (message-set-auto-save-file-name): Create
14014         message-auto-save-directory if necessary.
14015         (message-replace-chars-in-string): Removed -- unused.
14016         (message-mail-alias-type): Customize.
14017         (message-headers): Remove duplicate defgroup.
14018
14019 2000-11-29  Dave Love  <fx@gnu.org>
14020
14021         * qp.el (quoted-printable-decode-region): Use error, not message
14022         to report malformed text (like base64).  Amend message.
14023
14024 2000-11-29  Miles Bader  <miles@gnu.org>
14025
14026         * message.el (message-header-lines): Fontify tag.
14027
14028 2000-11-27  Dave Love  <fx@gnu.org>
14029
14030         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14031         compiler warning.
14032
14033 ;2000-11-26  Dave Love  <fx@gnu.org>
14034 ;
14035 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14036 ;
14037 2000-11-23  Dave Love  <fx@gnu.org>
14038
14039         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14040
14041         * mm-uu.el (uudecode): Require.
14042         (uudecode-decode-region, uudecode-decode-region-external): Don't
14043         autoload.
14044         (mm-uu-copy-to-buffer): Doc fix.
14045         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14046         type fix.
14047
14048         * mailcap.el: Doc fixes.
14049         (mailcap-mime-data): Various adjustments.
14050         (mailcap): New group.
14051         (mailcap-download-directory): Customize.
14052         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14053         (mailcap-temporary-directory): Deleted (unused).
14054         (mailcap-unescape-mime-test): Simplify slightly.
14055         (mailcap-viewer-passes-test): Use functionp.
14056         (mailcap-command-p): Aliased to executable-find.
14057
14058         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14059         default-enable-multibyte-characters is nil.
14060
14061 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14062
14063         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14064
14065 2000-11-21  Dave Love  <fx@gnu.org>
14066
14067         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14068         gnus-article-mode-map.
14069 ;       (gnus-mime-button-menu): Use mouse-set-point.
14070         (gnus-insert-mime-button, gnus-mime-display-alternative)
14071         (gnus-mime-display-alternative): Don't use local-map property.
14072
14073 2000-11-17  Dave Love  <fx@gnu.org>
14074
14075         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14076         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14077         and make-temp-file.
14078         (uudecode-decode-region): Doc fix.
14079
14080 2000-11-14  Dave Love  <fx@gnu.org>
14081
14082         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14083         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14084         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14085         New files, derived from the XPMs.
14086
14087 2000-11-10  Dave Love  <fx@gnu.org>
14088
14089         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14090         (gnus-agent-lib-file, gnus-agent-load-alist)
14091         (gnus-agent-save-alist, gnus-agent-article-name): Use
14092         expand-file-name.
14093
14094         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14095         :version.
14096         (nnkiboze-score-file): Defvar when compiling.
14097
14098         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14099
14100         * gnus-art.el (gnus-article-banner-alist)
14101         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14102         (gnus-article-date-lapsed-new-header)
14103         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14104         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14105         (gnus-treat-strip-headers-in-body)
14106         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14107         (gnus-treat-translate): Add :version.
14108         (gnus-article-mime-part-function): Fix defcustom.
14109
14110         * nnmail.el (nnmail-expiry-target)
14111         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14112         (nnmail-split-header-length-limit): Add :version.
14113
14114         * gnus-sum.el (gnus-auto-expirable-marks)
14115         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14116         (gnus-extra-headers, gnus-ignored-from-addresses)
14117         (gnus-newsgroup-ignored-charsets)
14118         (gnus-group-highlight-words-alist)
14119         (gnus-summary-show-article-charset-alist): Add :version.
14120
14121         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14122         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14123         files, converted from the XPMs.
14124
14125         * gnus-cache.el (gnus-cache-active-file): Don't use
14126         file-name-as-directory on directory.
14127         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14128         use file-name-as-directory on directory.
14129
14130         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14131         (date-to-time): Use it.
14132
14133 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14134 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14135 ;       (message-newline-and-reformat): Likewise.
14136         (message-forward-as-mime, message-forward-ignored-headers)
14137         (message-buffer-naming-style, message-default-charset)
14138         (message-dont-reply-to-names, message-send-mail-partially-limit):
14139         Add :version.
14140
14141         * mm-util.el: Doc fixes.
14142         (mm-mime-charset): Don't use the raw result of
14143         mm-preferred-coding-system.
14144         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14145         (mm-with-unibyte): Simplify.
14146
14147         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14148         concat.
14149
14150         * pop3.el (pop3-version): Deleted.
14151         (pop3-make-date): New function, avoiding message-make-date.
14152         (pop3-munge-message-separator): Use it.
14153
14154 2000-11-09  Dave Love  <fx@gnu.org>
14155
14156         * gnus-group.el (gnus-group-make-directory-group)
14157         (gnus-group-fetch-faq): Use expand-file-name.
14158         (gnus-group-fetch-faq): Simplify completing-read form.
14159
14160         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14161         test for Mule.
14162
14163         * message.el (tool-bar-map): Defvar when compiling.
14164
14165         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14166         (gnus-tm-lisp-directory): Deleted.
14167         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14168         (featurep 'xemacs).
14169         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14170         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14171         version numbers from file names.
14172
14173 2000-11-08  Dave Love  <fx@gnu.org>
14174
14175         * mm-view.el: Use featurep for XEmacs test.
14176         (mm-inline-message): Test for `remove-specifier'; don't use
14177         condition-case.
14178
14179         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14180
14181         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14182         (gnus-score-find-bnews): Don't concat "".
14183
14184         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14185         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14186         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14187         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14188
14189         * gnus-sum.el: Put some defvars in eval-when-compile.
14190         (gnus-summary-mode-hook): Add :options.
14191         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14192         (gnus-summary-tool-bar-map): New variable.
14193         (gnus-summary-make-tool-bar): New function.
14194         (gnus-summary-mode): Put kill-all-local-variables first.
14195
14196         * gnus-group.el (gnus-group-toolbar-map): New variable.
14197         (gnus-group-make-tool-bar): Rewritten.
14198         (gnus-group-mode): Put kill-all-local-variables first.
14199
14200         * rfc2047.el: Require gnus-util.
14201
14202         * nnml.el (gnus-sorted-intersection): Autoload.
14203
14204         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14205         Put some defvars in eval-when-compile.
14206         (gnus-intersection, gnus-sorted-complement):  Autoload.
14207
14208         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14209
14210         * mm-encode.el (mm-body-7-or-8): Autoload.
14211
14212         * mm-decode.el (mm-insert-inline): Autoload.
14213
14214         * mml.el:
14215         * message.el: Put some defvars in eval-when-compile.
14216
14217         * gnus-msg.el: Put some defvars in eval-when-compile.
14218         (gnus-msg-mail): Move after gnus-setup-message.
14219
14220         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14221
14222 2000-11-07  Dave Love  <fx@gnu.org>
14223
14224         * gnus-util.el (nnheader): Don't require message (recursive
14225         autoload).
14226
14227         * uudecode.el: Avoid compiler warnings.
14228
14229         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14230         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14231
14232 2000-11-06  Dave Love  <fx@gnu.org>
14233
14234         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14235
14236         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14237         (uudecode-char-int): New alias, replacing char-int.
14238         (uudecode-decode-region): Don't call buffer-disable-undo.
14239
14240 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14241 ;       (mm-uu-configure-list): Doc fix.
14242 ;
14243 ;       * earcon.el (running-xemacs): Don't define.
14244 ;
14245 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14246 ;
14247 ;       * message.el (message-font-lock-keywords): Match a final newline
14248 ;       to help font-lock's multiline support.
14249 ;
14250 2000-11-03  Dave Love  <fx@gnu.org>
14251
14252         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14253
14254         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14255         name.
14256
14257         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14258         <banner>: Fix custom type, doc.
14259
14260         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14261         name.  Don't disable undo explicitly.
14262
14263 ;2000-11-02  Dave Love  <fx@gnu.org>
14264 ;
14265 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14266 ;       cite-prefix.
14267
14268 2000-11-01  Dave Love  <fx@gnu.org>
14269
14270         * rfc2047.el (base64): Require unconditionally.
14271         (message-posting-charset): Defvar when compiling.
14272         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14273         message.
14274
14275         * gnus-sum.el (nnoo): Require.
14276         (mm-uu-dissect): Autoload.
14277
14278         * mml.el (mml-parse-1): Clarify message.
14279         (mml-minibuffer-read-type): Use mailcap-mime-types.
14280
14281 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14282
14283         * mml.el: Fix a typo in the requiring of CL.
14284
14285 2000-11-01  Dave Love  <fx@gnu.org>
14286
14287         * utf7.el: Require cl when compiling.
14288
14289         * binhex.el: Use (featurep 'xemacs).
14290         (binhex-char-int): New alias, replacing char-int.  Change callers.
14291         (binhex-decode-region): Simplify work buffer code.
14292         (binhex-decode-region-external): Use expand-file-name, not concat.
14293
14294 2000-10-30  Dave Love  <fx@gnu.org>
14295
14296         * gnus-art.el: Fix 2000-10-27 change properly.
14297
14298 2000-10-28  Miles Bader  <miles@gnu.org>
14299
14300         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14301
14302 2000-10-27  Dave Love  <fx@gnu.org>
14303
14304         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14305         strings.
14306         (gnus-group-make-tool-bar): New function.
14307         (gnus-group-mode): Use it.
14308
14309         * message.el (message-mode-menu): Add some :help strings.
14310         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14311         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14312
14313         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14314         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14315         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14316
14317         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14318         display-graphic-p here.
14319
14320 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14321
14322         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14323         of the `gnus-xemacs' variable, as the latter has been removed.
14324         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14325         * gnus-art.el (gnus-treat-display-xface)
14326         (gnus-treat-display-smileys, gnus-treat-display-picons)
14327         (gnus-article-read-summary-keys): Likewise.
14328
14329 2000-10-26  Dave Love  <fx@gnu.org>
14330
14331         (defvar): Use rmail-spool-directory unconditionally.
14332
14333 2000-10-18  Dave Love  <fx@gnu.org>
14334
14335         * mm-bodies.el (mm-uu-decode-function)
14336         (mm-uu-binhex-decode-function): Defvar when compiling.
14337
14338         * gnus-nocem.el (gnus-nocem-issuers): Update.
14339         (gnus-nocem-check-from): New option.
14340         (gnus-nocem-scan-groups): Use it.
14341         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14342         (gnus-nocem-check-article-limit): Add :version.
14343
14344 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14345
14346         * ietf-drums.el (mm-util): Require CL when compiling.
14347
14348 2000-10-15  Dave Love  <fx@gnu.org>
14349
14350         * qp.el: Require mm-util.
14351
14352 2000-10-13  Dave Love  <fx@gnu.org>
14353
14354         * qp.el (quoted-printable-decode-region): Avoid invalid
14355         coding-systems.
14356
14357 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14358
14359         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14360         to a recursive load.
14361
14362 2000-10-12  Dave Love  <fx@gnu.org>
14363
14364         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14365
14366         * gnus.el (gnus-group-startup-message): Check for PBM image.
14367
14368 2000-10-09  Dave Love  <fx@gnu.org>
14369
14370         * mail-source.el (mail-source-fetch-imap): Bind
14371         default-enable-multibyte-characters rather than using
14372         mm-disable-multibyte.
14373
14374 2000-10-05  Dave Love  <fx@gnu.org>
14375
14376         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14377         Autoload.
14378         (quoted-printable-decode-region):  Rename arg which confused
14379         charset with coding-system.  Don't use nonascii-insert-offset.
14380         Coding-system encode the region initially.  Don't recognize `=='
14381         as valid QP.  Coding-system decode the region finally.
14382         (quoted-printable-decode-string): Rename arg which confused
14383         charset with coding-system.
14384
14385         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14386         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14387         mm-encode-coding-region.
14388         (mm-decode-body, mm-decode-string): Rename variables which
14389         confused charset with coding-system.
14390         (binhex-decode-region): Don't autoload.
14391         (mm-body-encoding): Require message.
14392         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14393         cond branches.
14394
14395         * gnus-art.el (article-de-quoted-unreadable)
14396         (article-de-base64-unreadable): Fold search case
14397         rather than downcasing string.  Apply mm-charset-to-coding-system
14398         to arg of quoted-printable-decode-region.
14399
14400 2000-10-04  Dave Love  <fx@gnu.org>
14401
14402         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14403         Require ring when compiling.
14404         (gnus-article-compface-xbm): New variable.
14405
14406 2000-10-04  Dave Love  <fx@gnu.org>
14407
14408         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14409         pbm images.
14410
14411         * frown.pbm, smile.pbm, wry.pbm: New files.
14412
14413         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14414
14415 2000-10-03  Dave Love  <fx@gnu.org>
14416
14417         * mail-source.el (mail-sources): Revert to nil.
14418
14419         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14420
14421         * qp.el: Don't require mm-util.
14422         (quoted-printable-decode-region): Rewritten.
14423         (quoted-printable-decode-string, quoted-printable-encode-region):
14424         Doc fix.
14425         (quoted-printable-encode-region): Barf on multibyte characters.
14426         Maybe make the class multibyte.  Upcase chars, not formatted
14427         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14428         (quoted-printable-encode-string): Don't use
14429         mm-with-unibyte-buffer.
14430
14431 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14432
14433         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14434
14435 2000-09-21  Dave Love  <fx@gnu.org>
14436
14437         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14438         (for Emacs 20).  Tidy somewhat.
14439
14440 2000-09-21  Dave Love  <fx@gnu.org>
14441
14442         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14443         image processing.  Rationalize logic somewhat.
14444
14445 2000-09-20  Dave Love  <fx@gnu.org>
14446
14447         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14448         specifically.
14449
14450         * gnus.el (gnus-version-number): Avoid some redundant
14451         autoloads.
14452
14453 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14454
14455         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14456         to XBM; we always have PBM support.
14457
14458 2000-09-14  Dave Love  <fx@gnu.org>
14459
14460         * gnus.el (gnus-charset):
14461         * mm-decode.el (mime-display):
14462         * imap.el (imap) <defgroup>: Add :version.
14463
14464 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14465
14466         * parse-time.el: Fix author's mail address.
14467
14468         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14469         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14470         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14471         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14472         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14473         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14474         * rfc2231.el, uudecode.el: Fix copyright notice.
14475
14476         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14477         require `w3' at load-time only if not running in batch mode.
14478
14479 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480
14481         * gnus.el: Before merge with Emacs21.
14482
14483 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14484
14485         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14486
14487 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14488
14489         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14490         to avoid conflict with the standard `back-to-indentation'
14491         binding.
14492
14493 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14494
14495         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14496
14497         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14498         (mm-disable-multibyte-mule4): Ditto.
14499         (mm-with-unibyte-current-buffer-mule4): Ditto.
14500
14501 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14502
14503         * pop3.el (pop3-movemail): Use binary.
14504         (pop3-movemail-file-coding-system): Removed.
14505
14506 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14507
14508         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14509
14510 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14511
14512         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14513         exists.
14514
14515 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14516
14517         * gnus-msg.el (gnus-post-method): Use backend name when the
14518         address is "".
14519
14520 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14521
14522         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14523         mm-verify-option.
14524         (gnus-treat-x-pgp-sig): Default value.
14525         (gnus-ignored-headers): Redundant.
14526
14527 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14528
14529         * gnus-win.el (gnus-configure-frame): Save selected window.
14530
14531 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14532
14533         * nnmbox.el: Require gnus-range.
14534         (nnmbox-group-building-active-articles): New variable.
14535         (nnmbox-group-active-articles): New variable; this is a cache of
14536         all active articles by group and number.
14537         (nnmbox-in-header-p): New function.
14538         (nnmbox-find-article): New function.
14539         (nnmbox-record-active-article): New function.
14540         (nnmbox-record-deleted-article): New function.
14541         (nnmbox-is-article-active-p): New function.
14542         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14543         (nnmbox-request-article): Ditto.  Also supply extra arg to
14544         nnmbox-article-group-number.
14545         (nnmbox-request-expire-articles): Ditto.
14546         (nnmbox-request-move-article): Ditto.
14547         (nnmbox-request-replace-article): Ditto.
14548         (nnmbox-request-rename-group): Rename group entry in active
14549         article cache.
14550         (nnmbox-delete-mail): Update active article cache, unless article
14551         is being replaced.
14552         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14553         than partially duplicating it.
14554         (nnmbox-article-group-number): Add extra `this-line' arg, to
14555         handle articles belonging to multiple groups.
14556         (nnmbox-save-mail): Update active article cache.
14557         (nnmbox-read-mbox): Build active article cache when loading mbox.
14558         Also do some repair work, if we find articles that are missing the
14559         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14560         reconstruct these from Xref info.
14561
14562 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14563
14564         * mail-source.el (mail-source-report-new-mail): Use
14565         nnheader-run-at-time.
14566
14567 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14568
14569         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14570         an error is thrown, and then rethrow the error.
14571         (mail-source-check-pop): Ditto.
14572         (mail-source-start-idle-timer): Prevent multiple pop checks
14573         running if the check takes a long time.
14574
14575 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14576
14577         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14578         succeed.
14579
14580 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14581
14582         * gnus-win.el (gnus-configure-windows): Make sure
14583         nntp-server-buffer is live.
14584         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14585
14586 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14587
14588         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14589
14590 2000-12-04  Andreas Jaeger  <aj@suse.de>
14591
14592         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14593
14594 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595
14596         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14597
14598 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14599         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14600
14601         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14602
14603 2000-12-01  Simon Josefsson  <sj@extundo.com>
14604
14605         * mml-smime.el (mml-smime-verify): Fix address parsing.
14606
14607 2000-12-01  Simon Josefsson  <sj@extundo.com>
14608
14609         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14610         more than one certificate inside PKCS#7 blob.  Better security
14611         information (clamed / actual sender, openssl output, certificates
14612         inside message).
14613
14614         * smime.el (smime-verify-region): Output to /dev/null.
14615         (smime-buffer-as-string-region): Don't parse empty lines.
14616
14617 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14618
14619         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14620         ?d and ?D.
14621         (gnus-mime-security-show-details-inline): New variable.
14622         (gnus-mime-security-show-details): Use them.
14623         (gnus-insert-mime-security-button): Ditto.
14624
14625         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14626         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14627         (mml2015-gpg-clear-verify): Ditto.
14628         (mml2015-gpg-decrypt-1): Ditto.
14629         (mml2015-use): Prefer 'gpg.
14630
14631 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14632
14633         * gnus-util.el (gnus-add-text-properties-when): New function.
14634         (gnus-remove-text-properties-when): Ditto.
14635
14636         * gnus-cite.el (gnus-article-hide-citation): Use them.
14637         (gnus-article-toggle-cited-text): Use them.
14638
14639         * gnus-art.el (gnus-signature-toggle): Use them.
14640         (gnus-article-show-hidden-text): Ditto.
14641         (gnus-article-hide-text): Ditto.
14642
14643 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14644
14645         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14646
14647 2000-11-30  Simon Josefsson  <sj@extundo.com>
14648
14649         * smime.el (smime-point-at-eol): New alias.
14650         (smime-buffer-as-string-region): Use it.
14651
14652 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14653
14654         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14655
14656 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14657
14658         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14659
14660         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14661
14662         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14663
14664 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14665
14666         * nnmh.el (nnmh-request-expire-articles): Implemented
14667         expiry-target for nnmh backend.
14668
14669 2000-11-30  Simon Josefsson  <sj@extundo.com>
14670
14671         * mm-decode.el (mm-security-from): New variable.
14672         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14673
14674         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14675         than `from'.
14676
14677 2000-11-30  Simon Josefsson  <sj@extundo.com>
14678
14679         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14680         address match sender address.
14681
14682         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14683
14684         * smime.el (smime-verify-region): Don't copy buffer.
14685         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14686         (smime-pkcs7-region): New function.
14687         (smime-pkcs7-certificates-region): Ditto.
14688         (smime-pkcs7-email-region): Ditto.
14689         (smime-buffer-as-string-region): Ditto.
14690
14691         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14692         buffer.
14693
14694 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14695
14696         * smime.el (smime-decrypt-region): Fix keyfile argument.
14697
14698 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14699
14700         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14701
14702 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * message.el (message-shoot-gnksa-feet): New variable.
14705         (message-gnksa-enable-p): New function.
14706         (message-send): Use it.
14707         (message-check-news-body-syntax): Ditto.
14708
14709 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * message.el (message-make-message-id): Remove the redundancy.
14712
14713 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14714
14715         * message.el (message-setup): Discourage using mc-install-*-mode.
14716
14717         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14718
14719 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14720
14721         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14722
14723 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14724
14725         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14726
14727 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728
14729         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14730
14731 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14732
14733         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14734         insert-buffer-substring.
14735
14736         * message.el (message-send-mail): Use buffer-substring-no-properties.
14737         (message-send-news): Ditto.
14738
14739 2000-11-22  David Edmondson  <dme@dme.org>
14740
14741         * imap.el (imap-wait-for-tag): Message read info.
14742
14743 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14744
14745         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14746         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14747         (mml2015-gpg-encrypt): Ditto.
14748
14749 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14750
14751         * mm-decode.el (mm-verify-option): Default value.
14752
14753         * mml-sec.el (mml-secure-part): Error message.
14754
14755 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14758
14759 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14760
14761         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14762
14763 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14764
14765         * gnus-art.el (gnus-article-describe-key): Use prompt.
14766         (gnus-article-describe-key-briefly): Ditto.
14767
14768 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14769
14770         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14771
14772 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14773
14774         * gnus-art.el (gnus-article-describe-key): New function.
14775         (gnus-article-describe-key-briefly): New function.
14776
14777 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14778
14779         * mm-decode.el (mm-decrypt-option): Doc typo.
14780
14781         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14782         return a number.
14783
14784 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14785
14786         * message.el (message-newline-and-reformat): Typo.
14787
14788 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14789
14790         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14791         original-article-buffer exists.
14792
14793         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14794         (rfc2047-header-encoding-alist): Addresses are different from text.
14795         (rfc2047-encode-message-header): Ditto.
14796         (rfc2047-dissect-region): Extra parameter.
14797         (rfc2047-encode-region): Ditto.
14798         (rfc2047-encode-string): Ditto.
14799
14800 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14801
14802         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14803         (mm-uu-pgp-encrypted-extract): Use it.
14804         (mm-uu-pgp-signed-extract-1): New function.
14805         (mm-uu-pgp-signed-extract): Use it.
14806
14807         * gnus-art.el (gnus-mime-display-security): New function.
14808         (gnus-mime-display-part): Use it.
14809         (gnus-mime-security-verify-or-decrypt): New function.
14810         (gnus-mime-security-press-button): New function.
14811         (gnus-insert-mime-security-button): Use it.
14812
14813         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14814         (mm-find-raw-part-by-type): Ditto.
14815         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14816         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14817         (mm-destroy-parts): Kill nested multibyte buffer.
14818
14819         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14820         (mml2015-gpg-verify): Ditto.
14821
14822 2000-11-18  Simon Josefsson  <sj@extundo.com>
14823
14824         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14825         (mml2015-function-alist): Use it.
14826
14827         * mml-sec.el (mml-sign-alist): Update names.
14828         (mml-encrypt-alist): Ditto.
14829         (mml-secure-part-smime-sign): Moved to mml-smime.el
14830         as `mml-smime-sign-query'.
14831         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14832         `mml-smime-get-file-cert'.
14833         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14834         `mml-smime-get-dns-cert'.
14835         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14836         `mml-smime-encrypt-query'.
14837         (mml-smime-sign-buffer): Use mml-smime-sign.
14838         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14839
14840         * mml-smime.el (mml-smime-sign): New function.
14841         (mml-smime-encrypt):
14842         (mml-smime-sign-query):
14843         (mml-smime-get-file-cert):
14844         (mml-smime-get-dns-cert):
14845         (mml-smime-encrypt-query): Moved from mml-sec.el.
14846
14847 2000-11-16  Simon Josefsson  <sj@extundo.com>
14848
14849         * mml2015.el (mml2015-gpg-clear-verify): New function.
14850         (mml2015-function-alist): Add it.
14851
14852 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * message.el (message-setup-fill-variables): Use
14855         message-cite-prefix-regexp.
14856         (message-newline-and-reformat): Check the end of citation, leading
14857         WSP, break in the cite prefix.
14858         (message-fill-paragraph): New function.
14859
14860 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14861
14862         * lpath.el: Shut up.
14863
14864 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14865
14866         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14867         raw 8-bit in headers in dk.* newsgroups.
14868
14869 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14870
14871         * message.el (message-newline-and-reformat): Match extra WSPs.
14872
14873 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14874
14875         * mml.el (mml-generate-mime-1): Ignore ascii.
14876
14877 2000-11-16 Justin Sheehy  <justin@iago.org>
14878
14879         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14880
14881 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14882
14883         * message.el (message-cite-prefix-regexp): Prefix should not end
14884         at space.
14885
14886 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14887
14888         * message.el (message-mode-syntax-table): Add - as a word
14889         constituent as in articles.
14890         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14891         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14892         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14893
14894 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14895
14896         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14897
14898 2000-11-12  David Edmondson  <dme@dme.org>
14899
14900         * message.el (message-font-lock-keywords): use
14901         message-cite-prefix-regexp.
14902
14903 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14904
14905         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14906         Stein Arild Str\e,Ax\e(Bmme.
14907         (gnus-group-jump-to-group): Use it.
14908         (gnus-group-jump-to-group-prompt): Customize.
14909
14910 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14911
14912         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14913
14914 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14915
14916         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14917         incompatible.
14918         (mml2015-mailcrypt-sign): Ditto.
14919
14920 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14921
14922         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14923         group is open.
14924
14925 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14926
14927         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14928         nnvirtual articles.
14929         (gnus-backlog-request-article): Don't request nnvirtual articles.
14930
14931 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932
14933         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14934         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14935
14936 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14937
14938         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14939         * mml.el (mml-generate-mime-1): Use charset attribute.
14940         * mm-bodies.el (mm-encode-body): Add parameter charset.
14941         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14942
14943 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14946         (mml2015-mailcrypt-clear-decrypt): Ditto.
14947         (mml2015-mailcrypt-verify): Ditto.
14948         (mml2015-mailcrypt-clear-verify): Ditto.
14949         (mml2015-gpg-verify): Ditto.
14950
14951 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14952
14953         * smime.el (smime-openssl-program): Test the existence of openssl.
14954         * mml-smime.el: Require mm-decode.
14955         (mml-smime-verify-test): New function.
14956         * mm-decode.el (mm-verify-function-alist): Use it.
14957
14958 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14959
14960         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14961         anyway.
14962
14963 2000-11-13  Simon Josefsson  <sj@extundo.com>
14964
14965         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14966         verification doesn't work.
14967
14968 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14969
14970         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14971         (gnus-inews-do-gcc): Use it.
14972
14973 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14974
14975         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14976         leading space.
14977         * mm-extern.el (mm-inline-external-body): Report error when no
14978         access-type.
14979
14980 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14981
14982         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14983
14984 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14985
14986         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14987
14988 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14991         as multipart/mixed.
14992
14993 2000-11-12  David Edmondson  <dme@dme.org>
14994
14995         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14996         and replace `.' with `\w' to allow for different syntax tables
14997         (from Vladimir Volovich).
14998         * message.el (message-newline-and-reformat): use
14999         `message-cite-prefix-regexp'.
15000         * gnus-cite.el (gnus-supercite-regexp): use
15001         `message-cite-prefix-regexp'.
15002         * gnus-cite.el (gnus-cite-parse): use
15003         `message-cite-prefix-regexp'.
15004
15005 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15006
15007         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15008         PGP SIGNATURE.  Escape leading "-"'s.
15009         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15010
15011 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15012
15013         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15014
15015 2000-11-11  Simon Josefsson  <sj@extundo.com>
15016
15017         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15018
15019         * smime.el (smime-details-buffer): New variable.
15020         (smime-sign-region):
15021         (smime-encrypt-region):
15022         (smime-verify-region):
15023         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15024
15025         * mml-smime.el (mml-smime-verify): Support security info.
15026
15027 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15028
15029         * mm-decode.el (mm-verify-option): Set default to nil.
15030         (mm-decrypt-option): Ditto.
15031         * gnus-art.el (article-verify-x-pgp-sig): New function.
15032
15033 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034
15035         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15036         preferred part.
15037
15038 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15039
15040         * gnus-sum.el (gnus-move-split-methods): Say that
15041         `gnus-split-methods' uses file names, whereas this uses group
15042         names.  (Report from Nevin Kapur)
15043
15044 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15045
15046         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15047
15048 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15049
15050         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15051         (nnheader-directory-articles): Use it.
15052         (nnheader-article-to-file-alist): Ditto.
15053
15054 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15055
15056         * rfc2047.el (rfc2047-pad-base64): New function.
15057         (rfc2047-decode): Use it.
15058
15059 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15060
15061         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15062         select method.
15063
15064 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15065
15066         * mml2015.el (mml2015-gpg-decrypt-1):
15067         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15068
15069 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15070
15071         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15072
15073 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15074
15075         * pop3.el (pop3-munge-message-separator): A message may have an
15076         empty body.
15077
15078 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15079
15080         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15081         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15082         (mm-uu-pgp-signed-extract): Use coding-system.
15083
15084 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15085
15086         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15087         (gnus-insert-mime-security-button): New function.
15088         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15089         * mml2015.el:  Add security info when verify or decrypt.
15090         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15091         (mm-uu-pgp-encrypted-extract): Ditto.
15092
15093 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15094
15095         * mm-decode.el (mm-display-parts): New function.
15096         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15097
15098 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15099
15100         * gnus-mlspl.el: Documentation tweaks.
15101
15102 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15103
15104         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15105         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15106         argument.
15107
15108 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15109
15110         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15111
15112 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15113
15114         * gnus-art.el (gnus-article-encrypt): New function.
15115         (gnus-article-encrypt-protocol-alist): New variable.
15116         (gnus-article-encrypt-protocol): New variable.
15117         * mml2015.el (mml2015-self-encrypt): New function.
15118         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15119
15120 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15121
15122         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15123         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15124         let mailcap do it.
15125         * mml2015.el: Remove snarf code.
15126         * mm-decode.el: Remove snarf code.
15127
15128 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15129
15130         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15131         (mml-insert-mime): Understand gnus-decoded.
15132         (mime-to-mml): New parameter handles.
15133         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15134         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15135
15136 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15137
15138         * mm-decode.el (mime-security): New group.
15139         (mm-verify-function-alist): Add test function.
15140         (mm-decrypt-function-alist): Ditto.
15141         (mm-snarf-option): Set default value as nil.
15142         (mm-find-part-by-type): Recursive parameter.
15143         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15144         * mml2015.el: Support draft-ietf-openpgp-multsig.
15145
15146 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15147
15148         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15149         (gnus-article-view-part-as-charset): New function.
15150
15151 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * mm-decode.el (mm-verify-option): Default value.
15154         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15155
15156 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15157
15158         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15159
15160 2000-11-05  Simon Josefsson  <sj@extundo.com>
15161
15162         * mml-smime.el (mml-smime-verify): Work in original multipart
15163         buffert.
15164
15165         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15166         (mm-handle-multipart-ctl-parameter): Ditto.
15167         (mm-alist-to-plist): New function.
15168         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15169         for multiparts.
15170         (mm-destroy-parts): Destroy multipart buffert.
15171         (mm-remove-part): Ditto.
15172
15173         * mml-smime.el (mml-smime-sign): Not used.
15174         (mml-smime-encrypt): Ditto.
15175
15176         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15177
15178         Verify S/MIME signature support.
15179
15180         * mm-decode.el (mm-inline-media-tests): Add
15181         application/{x-,}pkcs7-signature.
15182         (mm-inlined-types): Ditto.
15183         (mm-automatic-display): Ditto.
15184         (mm-verify-function-alist): Ditto.  Add name of method.
15185         (mm-decrypt-function-alist): Add name of method.
15186         (mm-find-part-by-type): Add documentation.
15187         (mm-possibly-verify-or-decrypt): Use new format of
15188         mm-{verify,decrypt}-function-alist.  Use method names.
15189
15190         * mml-smime.el (mml-smime-verify): New function.
15191
15192 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15193
15194         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15195
15196 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15197
15198         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15199         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15200         * mm-decode.el (mm-snarf-option): New variable.
15201
15202 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15203
15204         * mm-util.el (mm-subst-char-in-string): New function.
15205         (mm-replace-chars-in-string): Use it.
15206         * message.el (message-replace-chars-in-string): Use it.
15207         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15208         * gnus-mh.el (mh-lib-progs): Shut up.
15209
15210 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15211
15212         * base64.el, md5.el: Moved to contrib directory.
15213
15214 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15215
15216         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15217         the last article when search.
15218
15219 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15220
15221         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15222         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15223
15224 2000-09-29  David Edmondson  <dme@thus.net>
15225
15226         * message.el (message-newline-and-reformat): Typo.
15227
15228 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15229
15230         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15231
15232 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15233
15234         * nntp.el (nntp-decode-text): Delete bogus status lines.
15235
15236 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15237
15238         * message.el (message-font-lock-keywords): Match a final newline
15239         to help font-lock's multiline support.
15240
15241 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15242
15243         * nnoo.el (nnoo-set): New function.
15244
15245 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15246
15247         * gpg.el, gpg-ring.el: Moved to contrib directory.
15248
15249 2000-11-04  Simon Josefsson  <sj@extundo.com>
15250
15251         * nnimap.el (nnimap-split-inbox): Typo.
15252
15253 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15254
15255         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15256
15257 2000-11-03  Simon Josefsson  <sj@extundo.com>
15258
15259         * rfc2231.el (rfc2231-parse-qp-string): New function.
15260         (require): rfc2047.
15261
15262         * mail-parse.el (mail-header-parse-content-type):
15263         (mail-header-parse-content-disposition): Support invalid QP
15264         encoded strings, by using `rfc2231-parse-qp-string'.
15265
15266 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15267
15268         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15269         (rfc2231-decode-encoded-string): Typo "> X 1".
15270         (rfc2231-encode-string): Insert the name of charset.
15271         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15272
15273 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15274
15275         * mm-decode.el (mm-save-part): Return the filename.
15276         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15277         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15278         (gnus-mime-action-alist): Use it.
15279         (gnus-mime-button-commands): Use it.
15280         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15281         (mm-inline-external-body): unwind-protect.
15282
15283 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15284
15285         * gnus-art.el (gnus-insert-mime-button): Show url.
15286
15287 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15288
15289         * mml.el (mml-generate-mime-1): Support external url.
15290         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15291
15292 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15293
15294         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15295         * mm-decode.el (mm-display-external): Ditto.
15296         * mm-extern.el: New file.
15297         * mm-decode.el (mm-inline-media-tests): Hook it up.
15298         (mm-inlined-types): Inline message/external-body.
15299
15300 2000-11-02  Simon Josefsson  <sj@extundo.com>
15301
15302         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15303
15304         * message.el (message-get-reply-headers): Better handling when
15305         Mail-Followup-To is very large.
15306
15307 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15308
15309         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15310         * gnus-art.el (gnus-article-edit-done):
15311         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15312         counting code here.
15313         * gnus-msg.el (gnus-setup-message): Remove a hack.
15314
15315 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15316
15317         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15318         (gnus-summary-mode): Make them local variables.
15319         (gnus-set-global-variables): Globalize them.
15320         (gnus-summary-exit): Kill them.
15321
15322 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15323
15324         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15325         word.
15326
15327 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15328
15329         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15330         gnus-article-wash-types.
15331         * gnus-art.el (gnus-article-wash-status): Use them.
15332
15333 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15334
15335         * mml.el (mml-read-tag): Remove spaces and LF.
15336
15337 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15338
15339         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15340         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15341
15342 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15343
15344         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15345
15346 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15347
15348         * gnus-sum.el (gnus-article-charset): New variable.
15349         (gnus-summary-display-article): Set it.
15350         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15351         * gnus-art.el (gnus-article-mode): Make it local variable.
15352
15353 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15354
15355         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15356
15357 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15358
15359         * nnwfm.el: New file.
15360
15361         * nnweb.el (nnweb-replace-in-string): New function.
15362
15363 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15364
15365         * mml2015.el: Wrap gpg.el.
15366         * gpg.el (gpg-verify): The last argument of apply is a list.
15367         (gpg-encrypt): Add passphrase as a parameter.
15368
15369 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15370
15371         * gpg.el: New file.
15372         * gpg-ring.el: New file.
15373
15374 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15375
15376         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15377
15378 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15381         double-quote characters.
15382         (gnus-summary-prepare-threads): Ditto.
15383
15384 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15387         * mml.el (mml-read-tag): Don't skip the leading space.
15388         * lpath.el (font-lock-set-defaults): Shut up.
15389
15390 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15391
15392         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15393
15394 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15395
15396         * qp.el (quoted-printable-encode-region): Replace leading - when
15397         ultra safe.
15398         * mml.el (mml-generate-mime-postprocess-function): Removed.
15399         (mml-postprocess-alist): Removed.
15400         (mml-generate-mime-1): Use ultra-safe when sign.
15401         * mml2015.el (mml2015-fix-micalg): Uppercase.
15402         (mml2015-verify): Insert LF.
15403         (mml2015-mailcrypt-sign): Downcase; search backward.
15404
15405 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15408         restrictive.
15409         (nnultimate-table-regexp): New variable.
15410         (nnultimate-forum-table-p): Use it.
15411
15412 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15413         Trivial patch.
15414
15415         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15416
15417 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15418
15419         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15420         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15421
15422 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15423
15424         * mml2015.el: Shut up.
15425
15426 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * gnus.el (gnus-server-browse-hashtb): Removed.
15429         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15430         (gnus-group-insert-group-line-info): Use simplified method.
15431         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15432
15433 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15434
15435         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15436         moved here.
15437         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15438         * gnus-group.el (gnus-group-prepare-flat): Use it.
15439         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15440
15441 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15442
15443         * mml.el (mml-mode): Show menu in XEmacs.
15444
15445 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15446
15447         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15448         (gnus-server-read-server-in-server-buffer): New function.
15449         (gnus-browse-foreign-server): Browse in group buffer.
15450         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15451         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15452         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15453         * gnus.el (gnus-server-browse-hashtb): New variable.
15454
15455 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15456
15457         * nnfolder.el (nnfolder-open-nov): Use group.
15458
15459 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15460
15461         * nnfolder.el: Add NOV. Set version to 2.0.
15462         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15463
15464 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15465
15466         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15467
15468 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15469
15470         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15471         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15472
15473 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15474
15475         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15476
15477 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15478
15479         * mm-decode.el (mm-verify-function-alist): New variable.
15480         (mm-verify-option): New variable.
15481         (mm-decrypt-function-alist): Ditto.
15482         (mm-decrypt-option): Ditto.
15483         (mm-find-raw-part-by-type): New function.
15484         (mm-possibly-verify-or-decrypt): New function.
15485         (mm-dissect-multipart): Use it.
15486         * mml2015.el (mml2015-fix-micalg): New function.
15487         (mml2015-decrypt): Use new interface.
15488         (mml2015-verify):  Use new interface.
15489         (mml2015-setup): Make it bogus.
15490
15491 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15492
15493         * mml.el (mml-generate-mime-postprocess-function): Set to
15494         mml-postprocess.
15495         (autoload): Autoload mml2015 and mml-smime.
15496         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15497         * mml2015.el (mml2015-encrypt): New function.
15498         (mml2015-sign): New function.
15499         (mml2015-encrypt-function): New variable.
15500         (mml2015-sign-function): New variable.
15501         (mml2015-mailcrypt-encrypt): Use message-recipients.
15502         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15503         * mml-smime.el (mml-smime-setup): Ditto.
15504
15505 2000-10-28  Simon Josefsson  <sj@extundo.com>
15506
15507         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15508         Communigate Pro 3.3.1 server.
15509
15510         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15511         in buffers.
15512         (mml-secure-dns-server): Removed.
15513         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15514         write certificates to files.
15515
15516         * smime.el (smime-dns-server): New variable.
15517         (smime-mail-to-domain):
15518         (smime-cert-by-dns): New functions.
15519
15520         * dig.el: New file.
15521
15522 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15523
15524         * message.el (message-options): New variable.
15525         (message-options-set-recipient): New function.
15526         (message-send): Use them.
15527         * gnus-int.el (gnus-request-replace-article): Use them.
15528         (gnus-request-accept-article): Ditto.
15529         * mml.el (mml-preview): Use them.
15530         * gnus-sum.el (gnus-summary-edit-article): Use them.
15531
15532         * message.el (message-options-get): New function.
15533         (message-options-get): New function.
15534         * rfc2047.el (rfc2047-encode-message-header): Use them.
15535         * mm-bodies.el (mm-encode-body): Use them.
15536
15537 2000-10-28  Simon Josefsson  <sj@extundo.com>
15538
15539         * nnimap.el (nnimap-retrieve-which-headers):
15540         (nnimap-request-article-part): Quote message-id.
15541
15542         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15543         (smime-CA-file): New variable.
15544         (smime-call-openssl-region): Don't error.
15545         (smime-sign-region): Return result value.
15546         (smime-encrypt-region): Ditto.
15547         (smime-verify-region): New function.
15548         (smime-decrypt-region): Ditto.
15549         (smime-verify-buffer): Ditto.
15550         (smime-decrypt-buffer): Ditto.
15551
15552         * mml.el: Require mml-sec.
15553         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15554         (mml-mode-map): Add "sign" and "encrypt" maps.
15555         (mml-menu): Add security menu.
15556         (mml-preview): Use generate-new-buffer.
15557
15558         * mml-sec.el: New file.
15559
15560 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15561
15562         * mm-decode.el (mm-find-part-by-type): Move it here.
15563         * mml.el (mml-postprocess): Move it here.
15564         (mml-postprocess-alist): Move it here. Merge them.
15565
15566 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15567
15568         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15569         unencoded stuff in the header.
15570
15571 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15572
15573         * gnus-group.el (gnus-group-listed-groups): New variable.
15574         (gnus-group-list-option): New variable.
15575         (gnus-group-list-limit-map): New keymap.
15576         (gnus-group-list-flush-map): New keymap.
15577         (gnus-group-list-plus-map): New keymap.
15578         (gnus-group-prepare-logic): New function.
15579         (gnus-group-prepare-flat): Merge with
15580         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15581         (gnus-group-prepare-flat-list-dead): Ditto.
15582         (gnus-group-list-matching): Use gnus-group-prepare-function.
15583         (gnus-group-list-dormant): Ditto.
15584         (gnus-group-list-cached): Ditto.
15585         (gnus-group-listed-groups): New function.
15586         (gnus-group-list-limit): New function.
15587         (gnus-group-list-flush): New function.
15588         (gnus-group-list-plus): New function.
15589         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15590         (gnus-topic-prepare-topic): Ditto.
15591
15592 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15593
15594         * message.el (message-insert-to, message-get-reply-headers):
15595         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15596
15597 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * mml2015.el: New file.
15600         * smime.el: New file.
15601         * mml-smime.el: New file.
15602
15603 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15604
15605         * ChangeLog: Moved to ChangeLog.1.
15606
15607     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15608   Copying and distribution of this file, with or without modification,
15609   are permitted provided the copyright notice and this notice are preserved.
15610
15611 ;; Local Variables:
15612 ;; coding: iso-2022-7bit
15613 ;; End: