* gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
[gnus] / lisp / ChangeLog
1 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
4         the CACHE are now detected and handled the same as an article
5         downloaded into the agent.
6         (gnus-agent-group-path): Modified to match nnmail-group-pathname
7         so that the agent front-end and back-end (nnagent) always use the
8         same directory.
9         (gnus-agent-group-pathname): New function. Wrapper for
10         nnmail-group-pathname.
11
12 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
13
14         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
15         body" entry in read only groups.
16
17 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
18
19         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
20         and "Create article" items in non-editable groups.
21
22 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
23
24         * gnus-agent.el (gnus-agent-write-active): Added option of
25         replacing, rather than updating, the agent's active file.  Do NOT
26         use the fully qualified group name as gnus-active-to-gnus-format
27         blindly prefixes group names with server names.
28         (gnus-agent-save-group-info): Merge BOTH min/max of current active
29         range, was just merging min, with specified active range.
30         (gnus-agent-expire): Save agent's active ranges after
31         expiring all groups.
32         (gnus-agent-expire-group-1): Update min of agent's active range to
33         min article currently fetched.
34         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
35         same ancestor multiple times.
36
37         * gnus-async.el (gnus-asynchronous): Moved defcustom of
38         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
39         seems to fix an intermittant error in which loading gnus-async
40         fails to define gnus-asynchronous (the variable).
41
42         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
43         non-essential.  Removed on all platforms.
44         (gnus-select-newsgroup): When the agent is active, expand the
45         group's active range to include fetched articles that are no
46         longer in the server's active range.
47
48         * gnus-util.el (gnus-with-output-to-file): Removed all of the
49         print-* bindings as they should be handled by the function doing
50         the printing.
51
52 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
53
54         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
55         might be unbound in non-MULE XEmacsen.
56
57 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
58
59         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
60         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
61         recognize diffs.
62
63         * mm-bodies.el (mm-decode-body): Use the supplied charset
64         unconditionally if `code-pages' hasn't been loaded.
65
66 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
67
68         * gnus-art.el (article-verify-x-pgp-sig): Don't use
69         `insert-buffer', the docstring says "This function is meant for
70         the user to run interactively.  Don't call it from programs!"
71
72         * mm-extern.el (mm-extern-mail-server): do.
73
74         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
75         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
76         (mml1991-pgg-encrypt): do.
77
78         * pgg.el (pgg-decrypt-region): do.
79
80         * mm-view.el (mm-view-pkcs7-decrypt): do.
81
82         * mml-smime.el (mml-smime-verify): do.
83
84         * mml.el (mml-insert-mime, mml-preview): do.
85
86         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
87         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
88         (mml2015-pgg-encrypt): do.
89
90 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
93
94 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
95
96         * mm-uu.el (mm-uu-copy-to-buffer): Copy
97         `buffer-file-coding-system' to the new buffer.
98         (mm-uu-pgp-signed-extract-1): Don't copy
99         `buffer-file-coding-system' here.
100
101         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
102         exist in XEmacs.
103         (mm-decode-body): Add missing quote.
104
105         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
106         buffer-file-coding-system.
107
108         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
109         last-coding-system-used.
110
111         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
112         according to buffer-file-coding-system.
113
114         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
115
116         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
117         (pgg-pgp-snarf-keys-region): do.
118
119         * pgg-pgp5.el (pgg-pgp5-verify-region)
120         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
121
122         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
123         
124 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * spam.el (spam-split): (save-excursion) around (widen)
127         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
128         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
129
130 2003-04-05  Steve Youngs  <youngs@xemacs.org>
131
132         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
133         don't use it when loading gnus-sum.el if we're in XEmacs.
134
135 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
136
137         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
138         print-escape-nonascii to fix more characters in compiled format
139         specs.
140
141 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
142
143         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
144         Fix customization type.
145
146 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
147
148         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
149         print-quoted, print-readably, print-escape-multibyte, and
150         print-level to match original behavior of gnus-prin1.  This should
151         repair the format of .newsrc.eld when using compiled format specs.
152
153 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
154
155         * gnus-group.el (tool-bar-map): defvar it.
156
157         * gnus-art.el (tool-bar-map): do.
158
159         * gnus-sum.el (tool-bar-map): do.
160
161 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
162
163         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
164
165 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
166
167         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
168         and value.
169         (gnus-button-alist): Use it.
170
171 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
172
173         * pgg-gpg.el (pgg-gpg-process-region): do.
174
175         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
176         (pgg-pgp-snarf-keys-region): do.
177
178         * pgg-pgp5.el (pgg-pgp5-verify-region)
179         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
180
181         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
182         unsafe.
183         (pgg-temporary-file-directory): Remove.
184
185 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lpath.el: Fbind Info-directory and Info-menu.
188
189 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
190
191         * gnus-util.el (gnus-message): Added doc-string.
192
193         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
194         (gnus-score-edit-file-at-point): Goto first match when using `e'.
195
196 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
197
198         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
199         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
200
201 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
204         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
205
206 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
207
208         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
209         print-escape-newlines to print escape sequences rather than
210         literal newline characters.
211
212 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
213
214         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
215         `message-valid-fqdn-regexp' for initialization.
216         (gnus-button-handle-info-url): Renamed and extended version of
217         `gnus-button-handle-info'.
218         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
219         (gnus-button-handle-symbol, gnus-button-handle-library)
220         (gnus-button-handle-info-keystrokes): New functions.
221         (gnus-button-browse-level): New variable.
222         (gnus-button-alist): Use them.  Added levels.
223         (gnus-header-button-alist): Added levels.
224
225 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus.el (gnus-version-number): Bump.
228
229 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
230
231         * gnus.el: Oort Gnus v0.17 is released.
232
233 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-start.el (gnus-unload): Removed.
236
237         * pop3.el (pop3-read-response): Use
238         nnheader-accept-process-output.
239         (pop3-retr): Ditto.
240
241         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
242         (mm-text-html-washer-alist): Ditto.
243
244 2003-03-31  Simon Josefsson  <jas@extundo.com>
245
246         * imap.el (imap-gssapi-program): Also try GNU SASL.
247         (imap-gssapi-open): Accept GNU SASL greeting.
248         (imap-read-timeout): New.
249         (imap-wait-for-tag): Use it.
250
251 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * nntp.el (nntp-accept-process-output): Use new function.
254
255         * nnheader.el (nnheader-read-timeout): New variable.
256         (nnheader-accept-process-output): New function.
257
258         * nntp.el (nntp-read-timeout): Removed.
259
260         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
261
262 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
265
266 2003-03-30  Simon Josefsson  <jas@extundo.com>
267
268         * message.el (message-idna-inside-rhs-p): Narrow to header before
269         searching.
270
271         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
272
273 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
276
277 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
278
279         * message.el (message-make-in-reply-to): Use
280         mail-extract-address-components to determine sender's
281         name/address.
282
283 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
286
287         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
288         valid lambda.
289         (gnus-registry-translate-from-alist): Ditto.
290
291         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
292         print-length to nil.
293
294         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
295
296         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
297         (gnus-grab-cam-face): Use it.
298
299 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
300
301         * nnmaildir.el (nnmaildir-request-set-mark,
302         nnmaildir-close-group): Allow each mark directory in a group to
303         have its own inode for mark files, to accommodate AFS.
304
305 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
306
307         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by gnus-read-newsrc-el-file
308         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
309
310         * gnus-registry.el (gnus-registry-translate-to-alist)
311         (gnus-registry-translate-from-alist, alist-to-hashtable)
312         (hashtable-to-alist): new functions
313         (gnus-register-spool-action): add a spool item to the registry
314
315         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
316         list of saved variables
317         (gnus-registry-alist): new variable
318
319 2003-03-27  Simon Josefsson  <jas@extundo.com>
320
321         * gnus-art.el (article-decode-group-name): Be correct instead of
322         smart.
323
324 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
325
326         * lpath.el: Bind url-current-object for FSF Emacs; bind
327         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
328         for both Emacsen.
329
330 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
331
332         * gnus-sum.el (gnus-article-loose-mime)
333         (gnus-article-emulate-mime): Move to gnus-article-mime customize
334         group.
335
336         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
337         doc string.
338
339 2003-03-26  Kevin Ryde <user42@zip.com.au>
340
341         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
342         gnus-summary-find-uncancelled, skip temporary articles inserted by
343         "refer" functions.
344
345 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
346
347         * smiley.el (smiley-buffer): New function.
348
349 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
350
351         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
352         gnus-summary-update-line (which updated the article's face) with
353         gnus-summary-update-download-mark (which updates the article's
354         face by calling gnus-summary-update-line AND updates the download
355         mark to show that the article was fetched).
356
357 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
358
359         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
360         option of deleting agent directories for groups/servers that are
361         not currently agentized.
362         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
363
364         * gnus-int.el (gnus-open-server): Report backend errors in
365         condition handler.
366
367 2003-03-23  Simon Josefsson  <jas@extundo.com>
368
369         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
370         header.
371
372         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
373         same as Newsgroups.
374
375         * nntp.el (nntp-open-connection-function): Mention
376         nntp-open-tls-stream.
377         (nntp-open-tls-stream): New function.
378
379         * tls.el: New file.
380
381         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
382         instead of SSL.
383         (nnimap-stream): Add other streams, link to imap variables.
384         (nnimap-authenticator): Add other authenticator, link to imap
385         variables.
386
387         * imap.el: Autoload open-tls-stream.
388         (imap-streams): Add tls in front of ssl.
389         (imap-stream-alist): Add tls.
390         (imap-default-tls-port): New variable.
391         (imap-tls-p, imap-tls-open): New functions.
392
393 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
394
395         * mm-url.el (mm-url-insert-file-contents): parse url only if
396         results is a list.
397
398 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * mail-source.el (mail-source-fetch-imap): Revert.
401
402 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
403
404         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
405         less strict regexp.
406
407 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * mail-source.el (mail-source-fetch-imap): Use buffer name for
410         more imap function.
411
412 2003-03-21  Simon Josefsson  <jas@extundo.com>
413
414         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
415         Followup-To data inline.
416
417 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
418
419         * gnus-art.el (gnus-treat-display-xface): Don't enable if
420         icontopbm isn't available.
421
422 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
423
424         * gnus-int.el (gnus-open-server): Catch errors in backend's
425         open-server method.  Returns nil rather than crashing startup.
426
427         * gnus-sum.el (eval-when-compile): Modified to resolve
428         compile-time warnings.
429
430         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
431         Reports length of series so that the user can compare N with a
432         subject that should, if the entire series is present, contain
433         '(.../N)'.
434         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
435         of temp file (Win-XP may leave the temp file locked when the
436         uudecode process fails).
437
438 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
439
440         * message.el (message-split-line): Ignore error.
441
442         * lpath.el (split-line): Avoid split-line warning message.
443
444 2003-03-20  Kim F. Storm  <storm@cua.dk>
445
446         * message.el (message-split-line): New function.
447         (message-mode-map): Remap split-line to message-split-line.
448
449 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
450
451         * message.el (message-make-overlay): Defalias it to make-overlay.
452         (message-delete-overlay): Defalias it to delete-overlay.
453         (message-overlay-put): Defalias it to overlay-put.
454         (message-idna-to-ascii-rhs-1): Use them.
455
456         * messagexmas.el (message-xmas-redefine): Defalias some overlay
457         functions to extent functions.
458
459 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
460
461         * message.el (message-check-news-header-syntax): Fixed regexp.
462
463 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
464
465         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
466
467         * mm-url.el (mm-url-insert): Move url-current-object stuff into
468         mm-url-insert-file-contents.
469
470         * nnrss.el (nnrss-fetch): Fetch the local stuff.
471         (nnrss-check-group): Use it.
472
473 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
474
475         * nnrss.el: Primitive XML Name-space support.  This means that RSS
476         feeds like Kevin Burton's[1] can now be read in Gnus.
477
478         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
479         means that if you want to read the RSS feed for example.com, all
480         you have to do is hit "G R http://www.example.com/ RET" and
481         nnrss.el will find and the feed listed on the site or (if you have
482         loaded xml-rpc.el) look it up on syndic8.com.
483
484         Marked the message as HTML (by adding a Content-Type header) so
485         that Gnus will render it as html if the user wants that.
486
487         Implemented the ability to save nnrss-group-alist so that any new
488         feeds the you subscribe to will be found the next time you start
489         up.
490
491         Implemented support for RSS 2.0 elements (author, pubDate).
492
493         Prefer for <content:encoded> over <description> where both
494         elements exist.
495
496         * mm-url.el (mm-url-insert): Set url-current-object.
497
498         * gnus-group.el (gnus-group-make-rss-group): New function.
499
500 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
501
502         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
503         for highlight overlays.
504
505 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
508         a NOV.
509
510 2003-03-20  Simon Josefsson  <jas@extundo.com>
511
512         * message.el (message-use-idna): Disable if UTF-8 unavailable.
513         (message-idna-to-ascii-rhs): Use it.
514
515         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
516
517 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
520         (spam-group-ham-marks, spam-group-spam-marks): new functions
521         (spam-spam-marks, spam-ham-marks): removed in favor of the
522         spam-marks and ham-marks parameters
523         (spam-generic-register-routine, spam-ham-move-routine): use the
524         new spam-group-{spam,ham}-mark-p functions
525
526         * gnus.el (spam-marks, ham-marks): new group parameters with
527         default values same as the old spam-spam-marks and spam-ham-marks
528
529 2003-03-19  Simon Josefsson  <jas@extundo.com>
530
531         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
532         (gnus-use-idna): New variable.
533         (article-decode-idna-rhs): New function.
534
535         * message.el (message-use-idna): New variable.
536         (message-mode-field-menu): Add entry for IDNA.
537         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
538         (message-idna-to-ascii-rhs): New function.
539         (message-generate-headers): Invoke IDNA code.
540
541 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
542
543         * nnmaildir.el (nnmaildir--system-name): New function.
544         (nnmaildir-request-accept-article): Use it.
545
546 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-util.el (gnus-byte-compile): Make it work silently as the
549         gnus-compile function does.
550
551         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
552         bogus change.
553
554 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
555
556         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
557         sort-coding-systems is defined.
558
559 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
560
561         * nnmaildir.el (nnmaildir-open-server,
562         nnmaildir-request-scan,
563         nnmaildir-request-create-group,
564         nnmaildir-request-delete-group): Replace create-directory with
565         target-prefix.
566
567 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
568
569         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
570         find-charset-string which is slooow in XEmacs.
571
572 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
575         compiler under XEmacs.
576
577 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
578
579         * gnus-art.el (gnus-treat-highlight-signature): Make the default
580         work for multipart/signed where the message text isn't `last'.
581
582 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
585         the value of mm-inline-text-html-with-images.
586         (mm-inline-text-html-render-with-w3m): Don't bind
587         w3m-display-inline-images.
588
589         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
590         w3m-display-inline-images.
591
592         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
593         regardless of an Emacs flavor.
594
595 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * gnus.el (gnus-version-number): Bump.
598
599 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
600
601         * gnus.el: Oort Gnus v0.16 is released.
602
603 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * lpath.el (featurep): Bind mm-w3m-mode-map.
606
607 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
608
609         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
610         'respool-able backends define a global nnchoke-get-new-mail
611         variable.
612
613 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
614
615         * gnus-art.el (gnus-mime-delete-part): New function.
616         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
617
618 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * message.el (message-check-news-header-syntax): Don't push
621         groups twice onto list of unknown groups.
622
623         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
624         back.
625
626         * nnheader.el (nnheader-find-etc-directory): Doc fix.
627
628         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
629         config unless the summary buffer exists.
630
631         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
632         that target group is computed correctly when articles are marked
633         as read by Xref handling.
634
635         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
636         imap-open.
637
638         * message.el (message-send-mail): Add courtesy string to Bcc's,
639         too.
640
641         * gnus-cite.el (gnus-cited-line-p): New function.
642
643 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
644
645         * mm-bodies.el (mm-decode-body): Add new optional parameter,
646         force, to use the supplied charset unconditionally.
647
648         * gnus-art.el (article-decode-charset): Use it.
649
650 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
651
652         * mm-bodies.el (mm-decode-coding-region-safely): New function.
653         (mm-decode-body): Use it.
654
655         * rfc2047.el (rfc2047-decode-region): do.
656         (rfc2047-decode-string): Guess coding system if the default is
657         invalid.
658
659 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
660
661         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
662         articles are marked 'read, so we get correct article counts.
663
664 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
667         the button.
668         (gnus-insert-prev-page-button): Ditto.
669         (gnus-insert-next-page-button): Ditto.
670         (gnus-insert-mime-security-button): Ditto.
671
672         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
673         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
674         (mm-inline-image-xemacs): Ditto.
675
676 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
677
678         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
679         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
680         the recent filename uniqueness discussion.
681
682 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
685         newline next time.
686         (mm-inline-image-xemacs): Ditto.
687
688 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
689
690         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
691         kill-line.
692
693 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
694
695         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
696         kill-line.
697
698 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
699
700         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
701         fixing the code to match the documentation.
702         (gnus-agent-fetch-selected-article): Replaced
703         gnus-summary-update-article-line with gnus-summary-update-line as
704         the former did not correctly recalculate the thread indentation.
705         (gnus-agent-find-parameter): The agent-predicate, if not found
706         anywhere else, defaults to the value of gnus-agent-predicate.
707         (gnus-agent-fetch-session): Fixed typo; now executes
708         gnus-agent-fetched-hook rather than the undocumented
709         gnus-agent-fetch-hook.
710         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
711         default agent predicate is now provided by
712         gnus-agent-find-parameter.
713         (gnus-agent-message): New macro.  This macro avoids potentially
714         costly parameter evaluation when the message's level is too high
715         to display.
716         (gnus-agent-expire-group-1): Disabled undo tracking in temp
717         overview buffer. Uses new gnus-agent-message macro to reduce
718         overhead of optional messages. Reversed message levels to
719         emphasize percent completion messages.  Detailed messages of
720         little use except when debugging code.
721
722 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * spam.el (spam-ham-move-routine): use
725         spam-mark-ham-unread-before-move-from-spam-group
726         (spam-mark-ham-unread-before-move-from-spam-group): new variable
727
728 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * spam.el: load nnimap.el when compiling
731         (spam-setup-widening): use
732         nnimap-split-download-body-default instead of
733         nnimap-split-download-body which is a user-customizable variable
734
735 2003-03-07  Simon Josefsson  <jas@extundo.com>
736
737         * nnimap.el (nnimap-split-download-body-default): New, holds
738         default for n-s-d-b.
739         (nnimap-split-download-body): Add new setting (symbol default),
740         which uses contents of n-s-d-b-d, and made it the default.
741
742 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * spam.el (spam-use-hashcash): new variable
745         (spam-list-of-checks): added spam-use-hashcash with associated
746         spam-check-hashcash
747         (spam-check-hashcash): new function, installed iff hashcash.el is
748         loaded
749         (spam-setup-widening): don't use (return)
750
751 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
752
753         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
754         predicate of `false' to avoid an error when a group defines no
755         predicate. Fixed typo that disabled agent scoring (i.e. the
756         low/high predicates should now work).
757
758 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * spam.el: add spam-maybe-spam-stat-load to
761         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
762         (spam-bogofilter-register-with-bogofilter): use
763         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
764         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
765         custom variables to replace "-s" and "-n"
766
767         * gnus-group.el (gnus-group-get-new-news): call the new
768         gnus-get-top-new-news-hook hook
769
770         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
771         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
772
773 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
776
777 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
780         a cl run-time function.
781
782 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
783
784         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
785         on gnus-agent-short-article.
786         (gnus-category-read): Replaced CL function mapcar* with new macro:
787         gnus-mapcar.
788         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
789         support functions that accept multiple parameters.  A separate
790         sequence must be provided for each parameter in the function.
791         Iteration stops when the end of the shortest list is reached.
792
793 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
794
795         * nnimap.el (nnimap-request-accept-article): Use delete-region.
796
797         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
798         (html2text-delete-single-tag, html2text-clean-anchor)
799         (html2text-remove-tags): Use delete-region.
800         (html2text-fix-paragraphs): Simplify.
801
802         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
803         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
804         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
805         kill-region.
806
807 2003-03-04  John Paul Wallington  <jpw@gnu.org>
808
809         * gnus-agent.el (gnus-agent-enable-expiration)
810         (gnus-agent-article-alist, gnus-agent-article-alist)
811         (gnus-agent-cat-defaccessor): Doc fixes.
812
813 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
814
815         * gnus-agent.el (gnus-function-implies-unread-1): Grok
816         byte-compiled functions.
817
818 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
819
820         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
821         customization between new maneuvering (which permits selecting
822         undownloaded articles) and old maneuvering (which skipped over
823         undownloaded articles) behaviors.
824         (gnus-summary-find-next): Pass through the unread and subject
825         parameters when calling gnus-summary-find-prev.
826         (gnus-summary-find-next,gnus-summary-find-prev): Apply
827         gnus-auto-goto-ignores to filter out unacceptable articles.
828
829 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
830
831         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
832         exists in all supported Emacs versions, so we don't need this
833         compatibility function.
834         (mail-source-fetch-pop, mail-source-check-pop)
835         (mail-source-fetch-webmail): Use read-passwd.
836
837         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
838         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
839         read-passwd.
840
841         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
842
843         * imap.el (imap-read-passwd): Remove.
844         (imap-interactive-login): Use read-passwd.
845
846         * canlock.el (canlock-read-passwd): Remove.
847         (canlock-insert-header, canlock-verify): Use read-passwd.
848
849         * sieve-manage.el (sieve-manage-read-passwd): Remove.
850         (sieve-manage-interactive-login): Use read-passwd.
851
852         * pop3.el (pop3-read-passwd): Remove.
853         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
854         read-passwd.
855
856         * pgg.el (pgg-read-passphrase): Simplify.
857
858 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
859
860         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
861         'plugged' when actually 'unplugged' bug.
862         (gnus-category-read): Ignore nil values when converting an
863         old-format category so that the new-format category will default
864         those attributes to the global variables.
865
866 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
869         doc-string.
870
871 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
872
873         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
874         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
875         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
876         * mm-url.el (mm-url-decode-entities-string): do.
877         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
878         * mm-decode.el (mm-find-raw-part-by-type): do.
879         * message.el (message-send-mail-partially)
880         (message-send-mail-with-sendmail): do.
881         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
882         * gnus-kill.el (gnus-pp-gnus-kill): do.
883         * gnus-art.el (gnus-article-treat-unfold-headers)
884         (gnus-article-encrypt-body): do.
885
886 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
887
888         * mail-source.el (mail-source-delete-incoming): Allow integer value.
889         (mail-source-delete-old-incoming-confirm): New variable.
890         (mail-source-delete-old-incoming): Use it.  New function.
891         (mail-source-callback): Call `mail-source-delete-old-incoming' if
892         `mail-source-delete-incoming' is a nonnegative integer.
893
894 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
895
896         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
897         (gnus-user-agent): Fixed typo.
898
899 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
900
901         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
902         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
903
904 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
907         (gnus-agent-fetch-session): Allow debugging to take place.
908
909 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
910
911         * gnus-sum.el (gnus-highlight-selected-summary)
912         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
913         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
914         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
915         and makes it clear that we don't need the side effect.
916         * gnus-util.el (gnus-delete-line): do.
917         * gnus-xmas.el (gnus-group-add-icon): do.
918         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
919         * nntp.el (nntp-send-authinfo-from-file): do.
920         * nnml.el (nnml-header-value): do.
921         * nnheader.el (nnheader-insert-references): do.
922         * gnus-cite.el (gnus-article-highlight-citation)
923         (gnus-cite-parse): do.
924         * gnus-score.el (gnus-score-followup): do.
925         * gnus-draft.el (gnus-draft-send): do.
926         * gnus-group.el (gnus-group-highlight-line): do.
927         * gnus-cache.el (gnus-cache-braid-nov): do.
928         * nnfolder.el (nnfolder-retrieve-headers)
929         (nnfolder-request-article): do.
930         * gnus-art.el (article-hide-boring-headers)
931         (gnus-article-hide-header): do.
932
933         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
934         * nnml.el (nnml-request-replace-article): do.
935         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
936         * nnfolder.el (nnfolder-request-move-article): do.
937         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
938         * gnus-art.el (gnus-mm-display-part): do.
939
940         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
941
942 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
943
944         * nntp.el (nntp-possibly-change-group): Avoid calling
945         process-buffer on nil (Which happened when you lost your
946         connection while fetching); instead signal a "Server Closed
947         Connection" error.
948
949 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
950
951         * gnus-agent.el (gnus-agent-enable-expiration): New
952         variable. Either ENABLE or DISABLE.  Sets default behavior for
953         selecting which groups are expired.
954         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
955         gnus-agent-set-cat-groups): Provides abstract interface for
956         accessing agent category.  Category now implemented by an alist.
957         (gnus-agent-add-group, gnus-agent-remove-group,
958         gnus-category-insert-line, gnus-category-edit-predicate,
959         gnus-category-edit-score, gnus-category-edit-groups,
960         gnus-category-copy, gnus-category-add, gnus-group-category): Use
961         new agent category abstraction.
962         (gnus-agent-find-parameter): New function. Search for agent
963         configuration parameter first in the group's parameters, then its
964         topics (if any), and then the group's category.  If not found
965         anywhere, use the original defined constants.
966         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
967         gnus-agent-find-parameter.
968         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
969         gnus-agent-cache now blocks retrieving headers and articles from
970         the local cache.  Fetched content is still added to the cache
971         before being returned.
972         (gnus-agent-fetch-session): Use error-message-string to generate
973         displayed error message.
974         (gnus-agent-customize-category): New Command. 'e' in category
975         buffer opens category customization buffer.
976         (gnus-category-read): Reads either positional or alist format;
977         returns alist format.
978         (gnus-category-write): Writes category file compatible with
979         current, and previous, versions of gnus-agent.
980         (gnus-category-make-function, gnus-category-make-function-1):
981         Corrected documentation; parameter is predicate NOT category.
982         (gnus-predicate-implies-unread): Now works in more cases per the
983         todo comment.
984         (gnus-function-implies-unread-1): New function. Supports
985         gnus-predicate-implies-unread.
986         (gnus-agent-expire-group): Command now provides default of group
987         under point.
988         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
989         agent-days-until-old parameters. No longer supports
990         gnus-agent-expire-days being set to an alist.
991         (gnus-agent-request-article): Now performs its own checks of
992         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
993         assuming that the caller will do them correctly.
994         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
995         gnus-agent-expire-days is set to an alist.  Converts said alist
996         into group parameter so that gnus-agent-expire-days will not be
997         needed.
998         * gnus-art.el (gnus-request-article-this-buffer): Conditional
999         checks surrounding gnus-agent-request-article removed; now
1000         performed by gnus-agent-request-article.
1001         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1002         customizable group/topic parameters that regulate the agent.
1003         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1004         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1005         the list of gnus buffers.
1006         (gnus-trim-whitespace): Removes leading and trailing whitespace
1007         from multiline strings.
1008         (gnus-agent-cat-prepare-category-field,
1009         gnus-agent-customize-category): Constructs a category
1010         customization buffer.
1011         * gnus-int.el (gnus-retrieve-headers,
1012         gnus-request-expire-articles): No longer checks gnus-agent-cache
1013         as it is handled internally by the agent.
1014         (gnus-request-head, gnus-request-body): Conditional checks
1015         surrounding gnus-agent-request-article removed; now performed by
1016         gnus-agent-request-article.
1017
1018         * gnus-start.el (): Added defvar statements to resolve compilation
1019         warnings.
1020         (gnus-long-file-names): New function. Isolates platform dependent
1021         msdos-long-file-names.
1022         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1023         option of writing directly to file.  Avoids memory exhausted
1024         errors when .newsrc.eld is huge.
1025         (gnus-save-newsrc-file): Uses new
1026         gnus-save-startup-file-via-temp-buffer.
1027         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1028         standard-output.
1029         (gnus-display-time-event-handler): Changed to alias from a defun
1030         to avoid a compile-time warning when display-time-event-handler is
1031         not defined.
1032         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1033         standard-output such that prin1 and princ will write directly to a
1034         file.
1035
1036         * gnus.el (gnus-agent-cache): Expanded documentation.
1037         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1038         so that this face is actually bold.
1039
1040         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1041         gnus-use-cache has been set.
1042
1043 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1044
1045         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1046
1047 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1048
1049         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1050
1051 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1052
1053         * spam.el: Fix typo.
1054
1055 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1056         (Trivial patch.)
1057
1058         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1059         errors-buffer. This produces a nicer error message in case of
1060         problems.
1061
1062 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1065         load stats iff spam-use-stat is on
1066
1067         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1068         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1069         instead of spam-stat-load and spam-stat-save in the
1070         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1071
1072 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1073
1074         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1075
1076 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * message.el (message-make-fqdn): Protect against nil user-mail.
1079
1080 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1081
1082         * gnus-art.el (gnus-boring-article-headers): New values:
1083         'to-list and 'cc-list.
1084
1085 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * spam.el (spam-setup-widening): new function to set
1088         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1089         (spam-list-of-statistical-checks): list of statistical splitter
1090         checks
1091         (spam-split): added a widen call when a statistical check is
1092         enabled
1093
1094 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1095
1096         * gnus-msg.el (gnus-user-agent): Changed default to
1097         'emacs-gnus-type, renamed 'full.
1098
1099 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1100
1101         * nnfolder.el (nnfolder-request-accept-article): Don't use
1102         mail-header-unfold-field.
1103
1104 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1105
1106         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1107         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1108
1109 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1112         (spam-split): remove spam-stat-load call
1113
1114 2003-02-26  Simon Josefsson  <jas@extundo.com>
1115
1116         * gnus-sum.el (gnus-summary-toggle-header): Run
1117         gnus-article-decode-hook instead of calling a-decode-encoded-words
1118         directly (the latter is run as part of the former).
1119
1120 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1121
1122         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1123
1124 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1125
1126         * message.el (message-sendmail-envelope-from): New option.
1127         (message-sendmail-envelope-from): New function.
1128         (message-send-mail-with-sendmail): Use it.
1129
1130 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1131
1132         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1133         compensation for TDMA addresses.
1134
1135 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1136
1137         * gnus-msg.el (gnus-user-agent): New variable.
1138         (gnus-version-expose-system): Removed.  Obsoleted by
1139         `gnus-user-agent'.
1140         (gnus-extended-version): Use `gnus-user-agent'.
1141
1142 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * spam.el (spam-stat-register-spam-routine,
1145         spam-stat-register-ham-routine): remove spam-stat-save
1146         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1147
1148 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1149
1150         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1151         reference.
1152
1153 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1154
1155         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1156         calculation to avoid integer overflow.
1157
1158 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1159
1160         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1161
1162 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1163         * spam.el: disabled spam-get-article-as-filename
1164
1165         From Michael Shields  <shields@msrl.com>
1166
1167         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1168         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1169         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1170         * spam.el (spam-summary-prepare-exit): Use it.
1171         * gnus.el (gnus-install-group-spam-parameters): New.
1172         * spam.el (spam-group-ham-processor-copy-p): New.
1173         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1174         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1175         that would cause the current message to be moved if the group had
1176         no spam.
1177         * spam.el (spam-ham-move-routine): New `copy' argument.
1178
1179 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1180         From Martin Thornquist <martint@ifi.uio.no>
1181
1182         * gnus-topic.el (gnus-topic-select-group): Select last group if
1183         after last group.
1184         * gnus-group.el (gnus-group-select-group): Ditto.
1185
1186 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1189         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1190         point-at-(b|e)ol which aren't available in Emacs 20.
1191
1192         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1193
1194 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1195
1196         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1197         clause of the condition-case statement.  Errors connecting to a
1198         server no longer terminate gnus.
1199
1200         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1201         make its use obvious.  Added no-nothing case to avoid
1202         opening(closing) servers when already open(closed).
1203         (gnus-agent-while-plugged): Added macro to facilitate internal use
1204         of gnus-agent-toggle-plugged.
1205         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1206         temporarily open servers.
1207         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1208         as sorting gnus-newsgroup-headers is wrong.
1209         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1210         to temporarily open servers. Corrected logic to handle setting
1211         gnus-agent-mark-unread-after-downloaded.
1212         (gnus-agent-fetch-articles): Now handles headers with missing
1213         article sizes and/or missing article lengths.  Now clears the
1214         message buffer when finished.
1215         (gnus-agent-fetch-group-1): Position point before calling
1216         gnus-summary-set-agent-mark.
1217         (gnus-get-predicate): Corrected description, parameter is
1218         predicate not category.
1219         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1220         provide a separate single group expiration function.
1221         (gnus-agent-regenerate-group): Now clears the message buffer when
1222         finished.
1223
1224 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1225
1226         * gnus.el (gnus-agent-target-move-group-header): New variable.
1227         * gnus-draft.el (gnus-draft-send): If special header
1228         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1229         that group, instead of performing the regular sending functions.
1230
1231 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1234
1235 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1236
1237         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1238         variables.
1239         (message-make-fqdn): Use it.  Improved validity check.
1240
1241 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * message.el (message-user-mail-address): Check whether
1244         user-mail-address looks valid.
1245
1246         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1247
1248         * gnus-util.el (gnus-fetch-original-field): New function.
1249
1250 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1251
1252         * message.el (message-mode): \\(...\\) around additional
1253         paragraph-separate alternative.
1254
1255 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1256
1257         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1258         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1259         display key bindings.
1260         (gnus-mime-button-menu): Rewrite.
1261
1262 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-art.el (gnus-button-url-regexp): Removed `.
1265
1266 2003-02-23  Max Froumentin  <mf@w3.org>
1267
1268         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1269
1270 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus-art.el (gnus-mime-action-on-part): Require a match
1273         interactively.
1274
1275         * gnus-start.el (gnus-save-newsrc-file): Use
1276         gnus-backup-startup-file.
1277         (gnus-backup-startup-file): New variable.
1278
1279 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus.el (gnus-summary-buffer-name): Moved function here.
1282
1283         * gnus-draft.el (defun): Remove debug.
1284
1285 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1286
1287         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1288         can't open server.
1289
1290 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-draft.el (defun): Configure posting styles.
1293
1294         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1295         the entry for the group exists before we alter it.
1296
1297 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1298
1299         * message.el (message-mode): MML tags separate paragraphs.  Small
1300         change from David S Goldberg <david.goldberg6@verizon.net>.
1301
1302         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1303         `gnus-newsgroup-headers'.
1304
1305         * gnus-art.el (gnus-article-refer-article): Grok more message id
1306         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1307
1308 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1309
1310         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1311         use "path name".
1312
1313 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1314
1315         * gnus-sum.el (gnus-summary-move-article)
1316         (gnus-summary-expire-articles): send data header for article, not
1317         just article ID
1318
1319         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1320         (gnus-register-spool-action): added hashtable of message ID keys
1321         with message motion data
1322
1323 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1324         From Reiner Steib  <Reiner.Steib@gmx.de>.
1325
1326         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1327         variable, used in `gnus-button-mid-or-mail-heuristic'.
1328         (gnus-button-mid-or-mail-heuristic): New function derived from
1329         Florian Weimer's Perl script.
1330         (gnus-button-handle-mid-or-mail): Allow a function instead of
1331         'guess.
1332         (gnus-button-guessed-mid-regexp): Removed.
1333
1334 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * message.el (message-resend): Bind message-setup-hook to nil;
1337         remove X-Draft-From header.
1338
1339 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1340
1341         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1342         (gnus-newsgroup-undownloaded)
1343         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1344         Doc fixes.
1345
1346 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1347
1348         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1349         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1350
1351 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1354         insert-string which is obsolete in Emacs 21.4.
1355
1356         * message.el (message-cross-post-followup-to-header): do.
1357
1358         * spam.el (spam-ifile-register-with-ifile)
1359         (spam-stat-register-spam-routine)
1360         (spam-stat-register-ham-routine)
1361         (spam-bogofilter-register-with-bogofilter): do.
1362
1363         * mailcap.el (mailcap-mime-data): Fix typo.
1364
1365         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1366
1367 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1370         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1371         `gnus-cite-unsightly-citation-regexp'.
1372
1373 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1376         even if there's just a header.
1377
1378 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1379
1380         * message.el (message-fix-before-sending): Fix highlighting of
1381         illegible and invisible text.
1382
1383         * gnus-util.el (gnus-multiple-choice): Separate choices with
1384         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1385
1386 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1387
1388         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1389
1390 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1391
1392         * spam.el (spam-ham-move-routine)
1393         (spam-mark-spam-as-expired-and-move-routine): use
1394         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1395         around process-mark manipulation on the group
1396
1397 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1398
1399         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1400         submenu.
1401
1402 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * mail-source.el (mail-source-fetch): Reverse the return value of
1405         the continuation question.
1406
1407 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nndraft.el (nndraft-request-move-article): Bind
1410         nnmh-allow-delete-final to t.
1411
1412 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1413
1414         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1415
1416 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1417
1418         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1419         the buffer's size.
1420
1421 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1422
1423         * nnheader.el: Added cygwin to system-type comparisons.
1424
1425 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1426
1427         * imap.el (imap-mailbox-status): Fix typo.
1428
1429 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1430
1431         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1432         online.
1433
1434 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1435
1436         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1437         commands.
1438         * gnus-sum.el: Small change from Frank Weinberg
1439         <frank@usenet-rundfahrt.de>:
1440         (gnus-auto-center-group): New variable.
1441         (gnus-summary-read-group-1): Use it.
1442         (gnus-summary-next-group): Fix docstring.
1443
1444 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-util.el (gnus-faces-at): Simplify.
1447
1448 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1449
1450         * spam.el (spam-ham-move-routine)
1451         (spam-mark-spam-as-expired-and-move-routine): made the article
1452         move conditional, so it's not called even if there's nothing to move
1453
1454 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1455
1456         * message.el (message-unix-mail-delimiter): Accept any whitespace
1457         after the email address and before the date; do not require the
1458         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1459
1460 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1463         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1464
1465         * gnus-util.el (gnus-faces-at): New macro.
1466
1467 2003-02-13  Michael Shields  <shields@msrl.com>
1468
1469         * gnus-cite.el
1470         (gnus-cite-attribution-suffix, gnus-cite-parse):
1471         Better handling for Microsoft citation styles.
1472         (gnus-unsightly-citation-regexp): New.
1473
1474 2003-02-12  Michael Shields  <shields@msrl.com>
1475
1476         * gnus-art.el (article-strip-banner): Strip both per-group and
1477         per-user-address banners.
1478         (article-really-strip-banner): New.
1479
1480 2003-02-12  Michael Shields  <shields@msrl.com>
1481
1482         * gnus-sum.el (gnus-article-goto-next-page,
1483         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1484         relying on the summary bindings of `n' and `p'.
1485
1486 2003-02-12  Michael Shields  <shields@msrl.com>
1487
1488         * gnus-art.el (gnus-article-only-boring-p): New.
1489         (gnus-article-skip-boring): New.
1490         * gnus-cite.el (gnus-article-boring-faces): New.
1491         * gnus-sum.el (gnus-summary-next-page): Use
1492         gnus-article-only-boring-p.
1493
1494 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1497         (spam-ham-move-routine): unmark all articles before marking those
1498         of interest and calling gnus-summary-move-article
1499
1500 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1501
1502         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1503         logically the complement of gnus-get-buffer-create and
1504         gnus-add-buffer.
1505
1506         * gnus-util.el (gnus-kill-buffer): do.
1507
1508         * nnmail.el: Autoload gnus-kill-buffer.
1509
1510 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1511
1512         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1513         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1514         the current LINE.
1515         (gnus-agent-summary-fetch-group): Minimized the number of times
1516         that the article is updated in the buffer.
1517
1518 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * spam.el (spam-ham-move-routine): use the process-mark instead of
1521         gnus-current-article when moving articles
1522         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1523
1524 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1527         (gnus-topic-catchup-articles): Ditto.
1528         (gnus-topic-mark-topic): Reverse recursive logic.
1529
1530 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1531
1532         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1533         gnus-refer-thread-limit is t.
1534
1535 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1536
1537         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1538         sort-coding-systems to prefer utf-8 over utf-16.
1539
1540 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1541
1542         * gnus-agent.el (gnus-agent-expire-days):
1543         gnus-request-move-article depends on gnus-agent-expire to clean up
1544         the cache after moving the article.  Therefore, g-a-e-d can NOT
1545         default to nil or can gnus-agent-expire be disabled by doing so.
1546         If you don't want to run gnus-agent-expire, don't call it.
1547         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1548         when g-a-e-d was NOT nil was removed.
1549         (gnus-agent-article-name): Removed unnecessary input test as
1550         article IDs are always strings.
1551         (gnus-agent-regenerate-group): Added check to protect against
1552         servers that generate absurdly long article IDs.  Valid IDs are
1553         less than 10 digits to avoid overflow errors.  Fixed logic error
1554         when ensuring that the final article ID is present in the new
1555         alist.
1556
1557 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1560         next line after finding the parent.
1561
1562 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus.el (gnus-version-number): Bumped.
1565
1566 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1567
1568         * gnus.el: Oort Gnus v0.15 is released.
1569
1570 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1571
1572         * nnmail.el (nnmail-split-it): If a message ends up matching the
1573           same mailbox more than once, it will cause duplicates to appear
1574           in the mailbox.
1575
1576 2003-02-08  Simon Josefsson  <jas@extundo.com>
1577
1578         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1579         code that only worked under Emacs.
1580
1581         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1582         Das <satyaki@chicory.stanford.edu>.
1583
1584 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1585
1586         * gnus-art.el (gnus-article-refer-article): Use
1587         gnus-replace-in-string.
1588
1589         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1590         (gnus-remove-duplicates): do.
1591
1592 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1593
1594         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1595         (gnus-request-scan): set
1596         gnus-internal-registry-spool-current-method to gnus-command-method
1597         before a request-scan operation
1598
1599         * gnus-registry.el (regtest-nnmail): use
1600         gnus-internal-registry-spool-current-method
1601
1602 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * mail-source.el (mail-source-fetch): Typo fix.
1605
1606 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1607
1608         * nnmail.el (nnmail-spool-hook): new hook
1609         (nnmail-cache-insert): call nnmail-spool-hook
1610
1611         * gnus-registry.el: new file with examples of using the hooks
1612
1613         * gnus.el (gnus-registry): added registry customization group
1614         (gnus-group-prefixed-name): improve function to return full group
1615         name optionally
1616         (gnus-group-guess-prefixed-name): shortcut to
1617         gnus-group-prefixed-name, using just the group name
1618         (gnus-group-full-name): always get a group's full name
1619         (gnus-group-guess-full-name): shortcut, using just the group name
1620
1621         * gnus-sum.el (gnus-summary-article-move-hook)
1622         (gnus-summary-article-delete-hook)
1623         (gnus-summary-article-expire-hook): new hooks
1624         (gnus-summary-move-article, gnus-summary-expire-articles)
1625         (gnus-summary-delete-article): invoke the new hooks
1626
1627 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1628
1629         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1630         from message-ID
1631
1632 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1633
1634         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1635
1636 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1637
1638         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1639         (mm-write-region, mm-detect-coding-region): Doc fixes.
1640
1641 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * mail-source.el (mail-source-fetch): Ignore errors.
1644         (mail-source-ignore-errors): New variable.
1645
1646         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1647         articles.
1648
1649         * gnus-msg.el (gnus-version-expose-system): Change default.
1650
1651 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1652
1653         * gnus-msg.el (gnus-version-expose-system): New variable.
1654
1655 2003-02-07  Simon Josefsson  <jas@extundo.com>
1656
1657         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1658         patch from deskpot@myrealbox.com (Vasily Korytov).
1659
1660 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * gnus-art.el (article-display-face): Get the Face header from
1663         the current buffer.
1664
1665 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-mime-view-part-internally): Bind
1668         buffer-read-only to nil.
1669
1670 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1673         from g-a-e-1 to g-a-e-2.
1674
1675 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1678         of bbdb-search-simple, use spam-use-BBDB-exclusive
1679         (spam-check-whitelist): use spam-use-whitelist-exclusive
1680         (spam-use-whitelist-exclusive): new variable affecting
1681         spam-use-whitelist
1682         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1683
1684 2003-02-05  Simon Josefsson  <jas@extundo.com>
1685
1686         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1687         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1688         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1689         (gnus-agent-expire-1): New.
1690         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1691         (gnus-agent-expire-2): New.
1692
1693 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1694
1695         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1696         "delete-if" is misleading because it isn't actually destructive.
1697
1698         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1699
1700         * nnmail.el (nnmail-purge-split-history): do.
1701
1702         * gnus-win.el (gnus-get-buffer-window): do.
1703
1704         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1705         let-binding.
1706         (gnus-simplify-all-whitespace): do.
1707
1708 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-delay.el (gnus-delay-article): Fix binding of the
1711         nndraft:delayed group.
1712
1713 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1714
1715         * gnus.el (spam group parameters): change 'other to 'const in
1716         the group parameter definitions to soothe XEmacs
1717
1718 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1719
1720         * gnus-delay.el (gnus-delay-article): Really create
1721         nndraft:delayed group if it doesn't exist.
1722
1723 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1724
1725         * gnus-sum.el (gnus-summary-search-article): Speed up by
1726         disabling various visual features while searching.
1727         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1728
1729 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1730
1731         * spam.el (spam-list-of-checks): Don't quote nil and t in
1732         docstrings.  From the elisp manual:
1733
1734            When a documentation string refers to a Lisp symbol, write
1735            it [..] with single-quotes around it.  [..] There are two
1736            exceptions: write t and nil without single-quotes.
1737
1738         * messcompat.el (message-from-style): do.
1739
1740         * message.el (message-send-mail): do.
1741
1742         * gnus-util.el (gnus-use-byte-compile): do.
1743
1744         * gnus-score.el (gnus-score-lower-thread): do.
1745
1746         * gnus-int.el (gnus-server-unopen-status): do.
1747
1748         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1749         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1750
1751         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1752         (gnus-group-parameters): do.
1753
1754         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1755
1756         * mm-decode.el (mm-text-html-renderer): do.
1757
1758 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * nnheader.el (nnheader-directory-separator-character): Change the
1761         way to compute the dafault value.
1762
1763 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1764
1765         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1766         (gnus-button-alist): Fix regexp for describe-key.
1767         (gnus-button-handle-describe-function)
1768         (gnus-button-handle-describe-variable)
1769         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1770         (gnus-button-handle-apropos-variable)
1771         (gnus-button-handle-apropos-documentation): Docstring fix.
1772
1773         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1774
1775 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1778         to nil.
1779
1780         * nnmail.el: Removed gnus-util autoload.
1781
1782         * gnus.el: Use gnus-prin1-to-string throughout.
1783
1784         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1785         print-level.
1786
1787         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1788         (gnus-treat-display-grey-xface): Removed.
1789
1790         * gnus-fun.el (gnus-grab-cam-face): New.
1791         (gnus-convert-image-to-gray-x-face): Removed.
1792         (gnus-convert-gray-x-face-to-xpm): removed.
1793         (gnus-convert-gray-x-face-region): Removed.
1794         (gnus-grab-gray-x-face): Removed.
1795
1796         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1797
1798 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1799
1800         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1801         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1802         bound.
1803
1804         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1805
1806 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1807
1808         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1809         Remove -- these are bogus options which are never used.
1810
1811 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1812
1813         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1814
1815 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * spam.el (spam-check-blackholes)
1818         (spam-blackhole-good-server-regex): new variable to skip some IPs
1819         when checking blackholes; use it
1820         (spam-check-bogofilter-headers)
1821         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1822         case more X-Bogosity is used than just "Yes/No"
1823         (spam-ham-move-routine): semi-fixed, only first article is
1824         properly moved now
1825
1826 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1827
1828         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1829         as well.
1830
1831         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1832
1833         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1834
1835         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1836
1837         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1838
1839         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1840
1841 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-fun.el (gnus-face-encode): New function.
1844         (gnus-convert-png-to-face): Use it.
1845
1846         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1847
1848 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1849
1850         * mm-decode.el (mm-dissection-list): Remove.
1851         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1852         only used in mm-remove-all-parts.
1853         (mm-remove-all-parts): Remove it, it's never called.
1854
1855 2003-01-25  Simon Josefsson  <jas@extundo.com>
1856
1857         * gnus-group.el (gnus-group-make-group): Report errors.
1858
1859         * nnimap.el (nnimap-request-create-group): Ditto.
1860
1861         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1862
1863         * sieve.el (sieve-upload): Fix error printing.
1864
1865         * mm-encode.el (mm-qp-or-base64): Always QP iff
1866         mm-use-ultra-safe-encoding and cleartext PGP.
1867
1868         * gnus-sum.el (gnus-summary-select-article): Inhibit
1869         redisplay (mainly for secured messages).
1870
1871         * nnmail.el (nnmail-article-group): Copy body too (but don't
1872         process it).
1873
1874 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1875
1876         * gnus-art.el (gnus-article-setup-buffer): Reset
1877         gnus-button-marker-list.
1878
1879 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nntp.el (nntp-read-timeout): Default to using a second delay
1882         under Microsoft Windows.
1883
1884 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * nnheader.el (nnheader-directory-separator-character): New
1887         variable.
1888
1889 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1890
1891         * gnus-agent.el (gnus-agent-max-fetch-size)
1892         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1893         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1894         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1895         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1896         (gnus-agent-braid-nov, gnus-agent-load-alist)
1897         (gnus-agent-article-alist-save-format)
1898         (gnus-agent-read-agentview, gnus-agent-save-alist)
1899         (gnus-agent-fetch-group-1, gnus-agent-expire)
1900         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1901         (gnus-agent-regenerate-group): Reformat to keep under eighty
1902         columns.  Reword docstrings so that first line is under eighty
1903         chars and a complete sentence.  Still need to work on the rear
1904         end of the file, in particular gnus-agent-expire.
1905
1906 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-agent.el (gnus-agentize): Indent.
1909
1910         * gnus.el (gnus-version-number): Bumped.
1911
1912 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1913
1914         * gnus.el: Oort Gnus v0.14 is released.
1915
1916 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1917
1918         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1919         before beginning.  Tiny patch from Mark Thomas
1920         <swoon@bellatlantic.net>.
1921
1922 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * spam.el (spam-check-blackholes, spam-split)
1925         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1926         gnus-message calls to show to users what spam.el is doing
1927
1928 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1929
1930         * gnus-msg.el (gnus-message-replysign)
1931         (gnus-message-replyencrypt): Fix typo.
1932
1933 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1936         details.
1937
1938 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus-art.el (gnus-article-press-button): let* -> let.
1941         (gnus-mime-security-show-details): Cleaned up.
1942         (gnus-mime-security-press-button): Save excursion.
1943         (gnus-insert-mime-security-button): Clean up.
1944
1945         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1946
1947         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1948         timeout.
1949
1950         * nntp.el (nntp-accept-process-output): Removed timeout.
1951         (nntp-read-timeout): New variable.
1952         (nntp-accept-process-output): Use it.
1953
1954         * gnus-sum.el (gnus-data-find-list): Remove *.
1955
1956 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1957
1958         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1959         introduced on 2002-01-22.
1960         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1961
1962 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1965         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1966         checks of incoming mail based on simple header regexp matching
1967
1968 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * gnus-sum.el (gnus-spam-mark): set to `$'
1971
1972 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1973
1974         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1975         gnus-newsgroup-unfetched, the list of articles whose headers have
1976         not been fetched from the server.
1977
1978         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1979         parameter as it never worked due to a bug.  Added check to prevent
1980         selection of any article in the gnus-newsgroup-unfetched list.
1981         (gnus-summary-find-prev): Added check to prevent selection of any
1982         article in the gnus-newsgroup-unfetched list.
1983         (gnus-summary-first-subject): Documented API. Modified
1984         implementation so that constraints are handled independently.
1985         Added check to prevent selection of any article in the
1986         gnus-newsgroup-unfetched list.
1987         (gnus-summary-first-unseen-subject): Updated parameters in
1988         gnus-summary-first-subject call to match new API.
1989         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1990         (gnus-summary-catchup): Do not mark unfetched articles as read.
1991
1992 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1993
1994         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1995         make-obsolete-variable allows only two arguments in XEmacs and
1996         Emacs 20.
1997
1998         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1999         gnus-article-hide-pgp.
2000         (gnus-summary-make-menu-bar): do.
2001
2002         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2003         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2004         gnus-article-hide-pgp.
2005         (article-hide-pgp): Remove.
2006         (gnus-article-hide): Remove gnus-article-hide-pgp.
2007
2008         * gnus.el: Remove gnus-article-hide-pgp
2009
2010 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * message.el (message-required-headers): Doc fix.
2013
2014 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2017         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2018         option to make ifile a purely binary classifier
2019
2020 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2023         (mml-secure-encrypt-pgpmime): Removed double.
2024
2025         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2026         debugging statements.
2027
2028 2003-01-21  Andreas Fuchs  <asf@void.at>
2029
2030         * mml-sec.el (mml-sign-alist): Added pgpauto.
2031
2032 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus.el (gnus-version-number): Bumped version number.
2035
2036 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2037
2038         * gnus.el: Oort Gnus v0.13 is released.
2039
2040 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-art.el (gnus-button-url-regexp): Removed |.
2043
2044         * message.el (message-send-hook): Doc fix.
2045
2046         * gnus-win.el (gnus-buffer-configuration): Display article
2047         instead of article-copy when `reply'.
2048
2049 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2050
2051         * gnus.el (gnus-format): Change customize group to gnus.
2052         (gnus-cache): Add link.
2053         (gnus-group-charter-alist): Fix docstring.
2054
2055 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2056
2057         * mailcap.el (mailcap-print-command): lpr-command might be
2058         unbound in XEmacs.
2059
2060 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2061
2062         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2063
2064         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2065         calculation of net characters added for use in the gnus-data
2066         structure.
2067
2068 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2069
2070         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2071         message.  Suggested by Jari Aalto.
2072
2073 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2076         (gnus-article-reply-with-original): Ditto.
2077
2078         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2079         read articles don't become unread.
2080
2081 2003-01-17  Simon Josefsson  <jas@extundo.com>
2082
2083         * gnus-fun.el (gnus-x-face-from-file):
2084         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2085
2086         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2087         (gnus-convert-image-to-face-command): Doc fix.
2088
2089 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2092
2093 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2094
2095         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2096         avoid encoding problems.
2097
2098         * mailcap.el (mailcap-ps-command): New variable.
2099         (mailcap-mime-data): Add print entry where applicable.  Use
2100         pdftotext on a tty.
2101
2102 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2103
2104         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2105
2106 2003-01-16  Simon Josefsson  <jas@extundo.com>
2107
2108         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2109         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2110         (gnus-face-from-file): Doc fix; don't mention image format.
2111
2112 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * spam.el (spam-get-article-as-filename): new function (unused for now)
2115         (spam-get-article-as-buffer): new function
2116         (spam-get-article-as-string): use spam-get-article-as-buffer
2117         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2118
2119 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2120
2121         * gnus-agent.el: Don't use `path'.
2122         From the GNU coding standards:
2123
2124             Please do not use the term ``pathname'' that is used in Unix
2125             documentation; use ``file name'' (two words) instead.  We use
2126             the term ``path'' only for search paths, which are lists of
2127             directory names.
2128
2129         * nnsoup.el (nnsoup-file-name): Ditto.
2130
2131         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2132         (nnmail-group-pathname): Ditto.
2133
2134         * nnimap.el (nnimap-group-overview-filename): Ditto.
2135
2136         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2137         (nnheader-group-pathname): Ditto.
2138
2139         * nnfolder.el (nnfolder-group-pathname): Ditto.
2140
2141         * gnus.el (gnus-home-directory): Ditto.
2142
2143         * gnus-group.el (gnus-group-icon-list): Ditto.
2144
2145 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2146
2147         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2148
2149         * message.el (message-mode-menu): Use it.
2150         (message-mode-menu): Deactivate "Yank Original" if there's no
2151         reply buffer.
2152
2153         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2154
2155         * message.el (message-mark-active-p): New function.
2156
2157 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2158
2159         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2160         (spam-bogofilter-database-directory): new variables
2161         (spam-check-bogofilter-headers, spam-check-bogofilter)
2162         (spam-bogofilter-register-with-bogofilter)
2163         (spam-bogofilter-register-spam-routine)
2164         (spam-bogofilter-register-ham-routine)
2165         (spam-group-ham-processor-bogofilter-p): new functions for the new
2166         Bogofilter interface
2167         (spam-summary-prepare-exit): use the new Bogofilter functions
2168         (spam-list-of-checks): added spam-use-bogofilter-headers
2169         (spam-bogofilter-score): rewrote function
2170         (spam-check-bogofilter): optional score parameter, uses
2171         spam-check-bogofilter-headers better
2172         (spam-check-bogofilter-headers): optional score parameter
2173
2174         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2175         default, in the gnus-start customization group.  Used to disable
2176         the spam-*/ham-* parameters.
2177         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2178
2179 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2180
2181         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2182         XEmacs.
2183
2184         * gnus-ems.el (gnus-mark-active-p): do.
2185
2186 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2187
2188         * gnus.texi (Using MIME): Mention auto-compression-mode with
2189         gnus-mime-copy-part.
2190
2191 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * message.el (message-send): Don't warn about duplicates when
2194         superseding.
2195
2196 2003-01-15  Simon Josefsson  <jas@extundo.com>
2197
2198         * nnimap.el (nnimap-split-download-body): New variable.
2199         (nnimap-split-articles): Use it.
2200
2201 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2202
2203         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2204         integrity checker was incorrectly flagging, and removing, articles
2205         whose article number was negative.
2206         (gnus-agent-fetch-group-1): When executed in the group's summary
2207         buffer, refresh each downloaded line to update the status flag and
2208         font.  Preserve the value of gnus-newsgroup-headers so that
2209         gnus-agent-fetch-articles can split the requests by size.
2210         (gnus-agent-expire): Corrected day calculation for when
2211         gnus-agent-expire-days contains a list.
2212
2213 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2216
2217 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2218
2219         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2220           /usr/bin/play as default player.
2221           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2222
2223 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2226         articles to be marked as well.
2227
2228 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2229         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2230         fictious headers generated by nnagent (ie. Undownloaded Article
2231         ####) in the list of articles that have not been downloaded.
2232
2233         * gnus-int.el (): Added require declarations to resolve
2234         compile-time warnings.
2235         (gnus-open-server): If the server status is set to offline,
2236         recursively execute gnus-open-server to open the offline backend
2237         (e.g. nnagent).
2238
2239 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2240
2241         * gnus-art.el (gnus-article-reply-with-original): Use
2242         gnus-mark-active-p.
2243         (gnus-article-followup-with-original): do.
2244
2245 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2246
2247         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2248
2249 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2250
2251         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2252         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2253
2254 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2255
2256         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2257         (gnus-face-from-file): Ditto.
2258
2259 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2262         gnus-alter-articles-to-read-function to the unread articles.
2263
2264 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2265
2266         * deuglify.el (gnus-article-outlook-unwrap-lines)
2267         (gnus-article-outlook-repair-attribution)
2268         (gnus-article-outlook-rearrange-citation): New function names,
2269         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2270         doc-string.
2271
2272         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2273         removed `W k' key binding (use `W Y f' instead).
2274         (gnus-summary-make-menu-bar): Use new function names.
2275
2276 2003-01-13  Simon Josefsson  <jas@extundo.com>
2277
2278         * gnus-fun.el (gnus-random-x-face): Doc fix.
2279         (gnus-insert-random-x-face-header): New function.
2280
2281 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2282
2283         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2284         mark is not active.
2285
2286         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2287
2288         * gnus-ems.el (gnus-mark-active-p): New function.
2289
2290         * gnus-group.el (gnus-topic-mode-p): New function.
2291         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2292         Deactivate items if mark is not active.
2293
2294 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus.el (gnus-version-number): Bumped version.
2297         (gnus-summary-line-format): Doc fix.
2298
2299 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2300
2301         * gnus.el: Oort Gnus v0.12 is released.
2302
2303 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * mail-source.el (mail-sources): Removed autoload to make it
2306         compile under XEmacs.
2307
2308 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2309
2310         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2311         regexp or a function too.
2312         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2313         confirmation even if the original article is mail.
2314
2315 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2318         articles to be marked when not yanking.
2319
2320 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2321
2322         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2323
2324 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-fun.el (gnus-face-from-file): Autoload.
2327
2328         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2329         errors.
2330
2331 2003-01-12  Simon Josefsson  <jas@extundo.com>
2332
2333         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2334         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2335
2336         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2337         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2338
2339 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2342         in every string.
2343
2344         * gnus.el (gnus-version-number): Bumped version number.
2345
2346 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2347
2348         * gnus.el: Oort Gnus v0.11 is released.
2349
2350 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2351
2352         * message.el (message-fetch-reply-field): Narrow to headers.
2353
2354         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2355         if Gnus isn't alive.
2356
2357 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2358
2359         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2360         marks from articles that are already stored in the agent.
2361         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2362         backup copy of an invalid .overview file for later analysis.
2363
2364 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2365
2366         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2367         exit work with two frames.
2368
2369 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2370
2371         * message.el (message-forward-make-body): Use mule4.
2372
2373 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * message.el (message-mode-map): Move wide-reply command.
2376
2377 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2380         castellano.
2381         (gnus-outlook-display-hook): New variable.
2382         (gnus-outlook-display-article-buffer): New function.
2383         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2384         (gnus-outlook-deuglify-article): Made them interactive and added
2385         optional arg.  Use `g-o-d-a-b'.
2386         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2387
2388         * gnus-sum.el: Added autoloads.
2389         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2390         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2391
2392 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * gnus-art.el (gnus-display-mime): Use the mime emulation
2395         variable.
2396
2397         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2398
2399         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2400         newsrc-alist is initialized properly.
2401
2402         * mail-source.el (mail-sources): Autoload.
2403
2404         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2405         nil.
2406
2407         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2408         insert two newlines.
2409
2410         * message.el (message-check-news-header-syntax): Compute the
2411         header length correctly.
2412
2413 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2414
2415         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2416         alist when keeping fetched article file.
2417         (gnus-agent-retrieve-headers): When parsing response for article
2418         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2419         against garbage in the server's response.
2420
2421         * gnus-int.el (gnus-request-expire-articles,
2422         gnus-request-move-article): Only expire when the group's server
2423         has been agentized.
2424
2425 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2428         errors when deleting overlays.
2429
2430         * gnus-score.el (gnus-score-followup): Allow tracing.
2431
2432         * gnus-art.el (gnus-treat-display-face): New variable.
2433         (article-display-face): New command.
2434
2435         * gnus-fun.el (gnus-face-from-file): New function.
2436         (gnus-convert-face-to-png): Ditto.
2437
2438         * gnus-art.el (gnus-ignored-headers): Added Face.
2439
2440 2003-01-10  Simon Josefsson  <jas@extundo.com>
2441
2442         * nndraft.el (nndraft-request-group): Avoid crash in
2443         directory-files when draft directory doesn't exists.
2444
2445         * gnus-sum.el (gnus-select-article-hook): Add :option.
2446
2447 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * spam.el (spam-use-stat): new variable
2450         (spam-group-spam-processor-stat-p)
2451         (spam-group-ham-processor-stat-p): new convenience functions
2452         (spam-summary-prepare-exit): add spam/ham processors to sequence
2453         (spam-list-of-checks): add spam-use-stat to list of checks
2454         (spam-split): conditionally load the spam-stat tables
2455         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2456         spam-check-ifile): new functions
2457
2458         * spam-stat.el (spam-stat): typo fix
2459         (spam-stat-install-hooks): new variable
2460         (spam-stat-split-fancy-spam-group): added documentation clarification
2461         (spam-stat-split-fancy-spam-threshhold): new variable
2462         (spam-stat-install-hooks): make hooks conditional
2463         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2464
2465         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2466         spam-stat ham/spam processor symbols
2467
2468 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2471         file exists.
2472
2473 2003-01-10  Simon Josefsson  <jas@extundo.com>
2474
2475         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2476         undownloaded/downloadable only when unplugged.
2477
2478 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2479
2480         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2481
2482 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2483
2484         * spam.el (spam-check-ifile): fixed call-process-region to use the
2485         db parameter only if it's set
2486         (spam-ifile-register-with-ifile): ditto
2487
2488 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2489
2490         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2491         spam-stat-nbad before creating the hash table.
2492         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2493         Changed copyright statement to FSF.
2494
2495 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2496
2497         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2498         processable articles as read.
2499         (gnus-agent-summary-fetch-series): Remove processable and
2500         downloadable marks on all downloaded articles in the series.
2501
2502         * nntp.el (nntp-report): Throw error after reporting the problem.
2503         (nntp-accept-process-output): Corrected error check to report an
2504         error when the process is nil.
2505
2506 2003-01-09  Simon Josefsson  <jas@extundo.com>
2507
2508         * message.el (message-tool-bar-map): Add preview.
2509
2510 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2511
2512         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2513         previewing.
2514
2515 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2516
2517         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2518         bug when the (n+1)th article to be added to a group has a smaller
2519         number than the n articles already added.
2520
2521 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2522
2523         * message.el (message-mode-field-menu): Use backquote.
2524
2525 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         * spam.el: fixed the BBDB autoloads again, using
2528         bbdb-search-simple now (which is not a macro, thank god)
2529
2530         * lpath.el (bbdb-search): removed function from maybe-fbind list
2531
2532         * gnus.el (ham-process-destination): added new parameter for
2533         destination of ham articles found in spam groups at summary exit
2534
2535         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2536         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2537         (spam-ifile-database-path): added new parameter for ifile's database
2538         (spam-move-spam-nonspam-groups-only): new parameter to determine
2539         if spam should be moved from all groups or only some
2540         (spam-summary-prepare-exit): fixed logic to use
2541         spam-move-spam-nonspam-groups-only when deciding to invoke
2542         spam-mark-spam-as-expired-and-move-routine; always invoke that
2543         routine after the spam has been expired-or-moved in case there's
2544         some spam left over; use spam-ham-move-routine in spam groups
2545         (spam-ham-move-routine): new function to move ham articles to the
2546         ham-process-destinations group parameter
2547
2548 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2551
2552         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2553         gnus-summary-update-article-line.
2554
2555 2003-01-08  Simon Josefsson  <jas@extundo.com>
2556
2557         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2558         not successful.
2559
2560 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2563
2564 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2567         logic, finally
2568
2569 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2572         (gnus-parse-format): Change to %~.
2573
2574         * message.el (message-generate-headers): Don't generate optional
2575         empty headers.
2576
2577 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2578
2579         * message.el (message-cross-post-default)
2580         (message-cross-post-note-function, message-shoot-gnksa-feet)
2581         (message-strip-subject-trailing-was, message-change-subject)
2582         (message-mark-insert-file, message-cross-post-followup-to)
2583         (message-cross-post-followup-to, message-mode-map)
2584         (message-generate-unsubscribed-mail-followup-to)
2585         (message-make-mail-followup-to): Minor changes to doc-strings and
2586         error messages.  Updated copyright line.
2587
2588         * message.el (message-make-mail-followup-to,
2589         message-generate-unsubscribed-mail-followup-to): New function
2590         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2591         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2592         names.
2593
2594         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2595         (mml-preview-insert-mft): Removed function name.
2596         (mml-preview): Use new function names.
2597
2598         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2599
2600         * message.el (message-mode-field-menu): Moved header related
2601         commands from "Message" to "Field" menu.
2602
2603 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * message.el (message-generate-headers-first): Added customization
2606         if variable is a list.
2607
2608 2003-01-07  Michael Shields  <shields@msrl.com>
2609
2610         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2611         where the last line of the article is the last line of the window.
2612
2613 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-msg.el (gnus-debug): Use ignore-errors.
2616
2617         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2618         `gnus-summary-update-line'.
2619
2620 2003-01-08  Simon Josefsson  <jas@extundo.com>
2621
2622         * gnus-art.el (gnus-unbuttonized-mime-types)
2623         (gnus-buttonized-mime-types): Doc fix.
2624
2625 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2626
2627         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2628
2629 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2630
2631         * nnrss.el (nnrss-group-alist): Add and clear up.
2632
2633 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2636
2637         * lpath.el (bbdb-search): added BBDB functions for a better way to
2638         fix missing functions
2639
2640         * spam.el (spam-check-ifile): if should be an unless
2641
2642         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2643         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2644         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2645
2646 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2649         gnus-summary-refer-thread to thread menu.
2650
2651 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2652
2653         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2654         summary buffer, articles that cannot be fetched are marked as
2655         canceled.
2656
2657         * nntp.el (nntp-with-open-group): The quit signal handler must
2658         propagate the quit signal to the next outer handler so that the
2659         caller knows that the request aborted abnormally.
2660
2661 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2664         (spam-ifile-register-spam-routine)
2665         (spam-ifile-register-ham-routine): added ifile functionality that
2666         does not use ifile-gnus.el to classify and register articles
2667         (spam-get-article-as-string): convenience function
2668         (spam-summary-prepare-exit): added ifile spam and ham registration
2669         (spam-ifile-all-categories, spam-ifile-spam-category)
2670         (spam-ifile-path, spam-ifile): added customization options
2671
2672         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2673         exit processor
2674         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2675         list of choices
2676
2677 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-score.el (gnus-score-followup): Also score immediate
2680         followups.
2681
2682 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2685
2686 2003-01-07  Simon Josefsson  <jas@extundo.com>
2687
2688         * message.el (message-mode-menu): Fix receipt balloon help.
2689
2690 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2691
2692         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2693         always be interpreted as news.
2694
2695 2003-01-07  Simon Josefsson  <jas@extundo.com>
2696
2697         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2698         gnus-sieve-script, instead of the global variable
2699         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2700         <sb@dod.no>.
2701
2702 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2703
2704         * gnus.el: Renamed gnus-summary-*-uncached-face as
2705         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2706         the cache.
2707
2708         * gnus-sum.el: Ditto.
2709
2710 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2711
2712         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2713         in either the group or summary buffer.
2714         New command "JS", in summary buffer, will fetch articles per the
2715         group's category, predicate, and processable flags.
2716         (gnus-agent-summary-fetch-series): Rewritten to call
2717         gnus-agent-session-fetch-group once with all articles in the
2718         series.
2719         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2720         return list of fetched articles.
2721         (gnus-agent-fetch-articles): Split fetch list into sublists such
2722         that the article buffer is only slightly larger than
2723         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2724         the group's article alist is saved.
2725         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2726         longer result in the agent trying to fetch an article.
2727         (gnus-agent-fetch-group-1): Can now be called in either the group
2728         or summary buffer.  Removed the max-fetch-size code that I added
2729         on 2002-12-13 as that capability is now part of
2730         gnus-agent-fetch-articles.  Added code to update summary buffer.
2731         When called in the group buffer, articles that can not be fetched
2732         are AUTOMATICALLY MARKED AS READ.
2733
2734         * gnus-sum.el (): Modified eval-when-compile to minimize
2735         misleading compilation warnings.
2736         (gnus-update-summary-mark-positions): Changed code to use
2737         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2738
2739         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2740         empty file as the parser assumes that the file isn't empty.
2741
2742         * nntp.el (nntp-send-string): The process-send-string call can,
2743         because it performs I/O on the process, change the process' state
2744         from open to closed.  If this happens, call nntp-report
2745         immediately to report the broken connection.
2746         (nntp-report): Rewritten to avoid needing a global variable to
2747         determine the appropriate course of action.  Instead, two function
2748         implementations are provided and the nntp-report function value is
2749         bound to the appropriate implementation.
2750         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2751         (nntp-with-open-group): Now binds nntp-report's function cell
2752         rather than binding gnus-with-open-group-first-pass.  Added a
2753         condition-case to detect a quit during a nntp command.  When the
2754         quit occurs, the current connection is closed as a fetch articles
2755         request could have several megabytes queued up for reading.
2756         (nntp-retrieve-headers): Bind articles to itself.  If
2757         nntp-with-open-group repeats this command, I must have access to
2758         the original list of articles.
2759         (nntp-retrieve-groups): Ditto for groups.
2760         (nntp-retrieve-articles): Ditto for articles.
2761         (*): Replaced nntp-possibly-change-group calls to
2762         nntp-with-open-group forms in all, but one, occurrance.
2763         (nntp-accept-process-output): Bug fix. Detect when called with
2764         null process.
2765
2766 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2767
2768         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2769         if we don't need to.
2770         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2771
2772 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-group.el (gnus-group-make-web-group): Pass the select
2775         method on to group-create.
2776         (gnus-group-line-format-alist): %U is an integer.
2777
2778         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2779         ephemeral groups.
2780         (gnus-summary-read-group-1): Ditto.
2781         (gnus-group-make-articles-read): Ditto.
2782
2783         * mm-url.el (mm-url-program): Doc fix.
2784
2785         * message.el (message-mode-map): Rebound
2786         message-insert-wide-reply.
2787
2788 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2791         color as `gnus-group-startup-message' does.
2792
2793 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * spam.el: fixed line lengths to 80 chars or less
2796
2797         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2798         "not-read" mark
2799         (gnus-summary-mark-forward): added the spam-mark to the list of
2800         marks not to be marked as "read" when viewed
2801
2802 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2805
2806         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2807         Protect against unactive groups.
2808
2809         * message.el (message-check-news-header-syntax): Check long
2810         header lines.
2811         (message-check-news-header-syntax): Update `start'.
2812
2813         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2814         (gnus-group-line-format): %U.
2815         (gnus-group-line-format-alist): ?U.
2816         (gnus-number-of-unseen-articles-in-group): New function.
2817
2818         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2819
2820         * gnus.el (gnus-version-number): Bump version number.
2821
2822 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2823
2824         * gnus.el: Oort Gnus v0.10 is released.
2825
2826 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * gnus.el (gnus-version-number): Fix version number.
2829
2830 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2831
2832         * gnus.el: Oort Gnus v0.08 is released.
2833
2834 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2835
2836         * mm-util.el: Add mm-string-make-unibyte.
2837
2838         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2839         UTF-8 groups.
2840
2841 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2844
2845         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2846
2847 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2848
2849         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2850         function.
2851
2852 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2855         (gnus-summary-read-group-1): Update group line.
2856         (gnus-summary-exit-no-update): Update group on exit.
2857
2858         * gnus-group.el (gnus-group-line-format): Add %*.
2859         (gnus-group-line-format-alist): Ditto.
2860         (gnus-group-insert-group-line): Set it.
2861         (gnus-group-is-exiting-p): New variable.
2862         (gnus-group-insert-group-line): Use it.
2863
2864 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2865
2866         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2867         enable BBDB ham processing
2868         (spam-blacklist-register-routine): enable blacklist spam processing
2869         (spam-whitelist-register-routine): enable whitelist ham processing
2870         (spam-fetch-field-from-fast): fast fetching of the "from" field
2871         from (gnus-data-list)
2872         (spam-summary-prepare-exit): works completely now
2873         (spam-use-blacklist): oops, should be nil by default
2874         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2875         split processing now; before it was for summary exit as
2876         well but that's done with the spam-contents and spam-process
2877         parameters now
2878
2879 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2880
2881         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2882         characters.
2883
2884 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2885
2886         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2887         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2888         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2889         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2890         (spam-mark-spam-as-expired-and-move-routine)
2891         (spam-generic-register-routine, spam-BBDB-register-routine)
2892         (spam-ifile-register-routine, spam-blacklist-register-routine)
2893         (spam-whitelist-register-routine): new functions
2894         (spam-summary-prepare-exit): added summary exit processing (expire
2895         or move) of spam-marked articles for spam groups; added slots for
2896         all the spam-*-register-routine functions
2897
2898 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * pop3.el (pop3-retr): Wait 500 msecs.
2901         (pop3-read-response): Ditto.
2902
2903         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2904         right.
2905         (gnus-inews-make-draft): New function.
2906         (gnus-setup-message): Use it.
2907
2908         * message.el (message-required-headers): Add From.
2909
2910 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         Trivial patch from Norbert Koch <nk@viteno.net>.
2912
2913         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2914
2915 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * message.el (message-generate-headers): Let header formatters do
2918         their work.
2919
2920 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2921
2922         * deuglify.el (gnus-article-outlook-deuglify-article):
2923         Rehighlight, reapply treatments and call
2924         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2925         (gnus-outlook-repair-attribution-block): Recognize cited
2926         attributions.  Suggested by Niklas Morberg.
2927
2928 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2929
2930         * gnus-art.el (gnus-treat-predicate): Check condition first.
2931
2932 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2933
2934         * lpath.el: Add url-http-file-exists-p.
2935
2936         * gnus-group.el (gnus-group-fetch-charter): Use
2937         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2938
2939 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * message.el (message-draft-headers): Also generate From to get a
2942         nicer draft buffer summary.
2943
2944         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2945         parameter.
2946
2947         * gnus-art.el (article-wash-html): Clean up.
2948         (article-wash-html): Typo fix.
2949
2950         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2951         (gnus-summary-mail-forward): To many lists of lists.
2952
2953         * gnus-art.el (article-wash-html): Clean up.
2954
2955 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2956
2957         * gnus-art.el (gnus-treat-wash-html): New variable.
2958
2959 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * message.el (message-check-news-header-syntax): Allow posting.
2962         (message-check-news-header-syntax): Fix logic for sure, this
2963         time.
2964
2965 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2966
2967         * message.el (message-check-news-header-syntax): Check syntax of
2968         continuation headers.
2969
2970 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2971
2972         * gnus-art.el (gnus-button-url-regexp,
2973         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2974         (gnus-header-button-alist): Regexps are case insensitive here.
2975
2976 2003-01-02  Simon Josefsson  <jas@extundo.com>
2977
2978         * dig.el (query-dig): Doc fix.
2979
2980 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2981
2982         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2983         summary buffer line, not just the download mark.
2984
2985 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2988         (gnus-summary-insert-dormant-articles): New command and
2989         keystroke.
2990
2991         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2992         function for mass insertion of subjects.
2993
2994         * nndraft.el (nndraft-generate-headers): Don't move point.
2995
2996         * gnus.el (nnheader): Require nnheader.
2997
2998         * nndraft.el (nndraft-request-associate-buffer): Use
2999         make-local-variable.
3000
3001 2003-01-02  Michael Shields  <shields@msrl.com>
3002
3003         * nndraft.el (nndraft-request-associate-buffer): Make
3004         write-contents-hooks buffer-local before setting it.
3005
3006 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * gnus.el (gnus-group-parameter-value): Take an extra param.
3009         (gnus-group-fast-parameter): Let group param results be nil.
3010
3011         * gnus-art.el (gnus-article-forward-header): New function.
3012         (article-date-ut): Use it to remove continuation date headers.
3013
3014         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3015         read-event.
3016         (gnus-summary-remove-bookmark): Clean up.
3017         (gnus-summary-set-bookmark): Clean up.
3018
3019         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3020
3021         * gnus.el (gnus-group-startup-message): Bind data-directory to
3022         the Gnus etc directory.
3023
3024 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3027         ham-processing of articles; use the new
3028         spam-group-(spam|ham)-contents-p functions
3029         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3030         convenience functions
3031         (spam-mark-junk-as-spam-routine): use the new
3032         spam-group-spam-contents-p function
3033
3034         * gnus.el (spam-process, spam-contents, spam-process-destination):
3035         added new parameters with corresponding global variables
3036         (gnus-group-spam-exit-processor-ifile,
3037         gnus-group-spam-exit-processor-bogofilter,
3038         gnus-group-spam-exit-processor-blacklist,
3039         gnus-group-spam-exit-processor-whitelist,
3040         gnus-group-spam-exit-processor-BBDB,
3041         gnus-group-spam-classification-spam,
3042         gnus-group-spam-classification-ham): added new symbols for the
3043         spam-process and spam-contents parameters
3044
3045         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3046         customization and list itself to store mark symbol rather than
3047         mark character.
3048         (spam-bogofilter-register-routine): added logic to generate mark
3049         values list from spam-ham-marks and spam-spam-marks, so (member)
3050         would work.
3051
3052 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * message.el (message-cross-post-followup-to): Fix comment.
3055
3056 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3059         customization and list itself to store mark symbol rather than
3060         mark character.
3061         (spam-bogofilter-register-routine): added logic to generate mark
3062         values list from spam-ham-marks and spam-spam-marks, so (member)
3063         would work.
3064
3065 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3066
3067         * message.el (message-signature-insert-empty-line): New variable.
3068
3069 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * message.el: Renamed functions and variables: "xpost" ->
3072         "cross-post", "-fup2" -> "-followup-to".
3073         (message-cross-post-old-target, message-cross-post-default,
3074         message-cross-post-note, message-followup-to-note,
3075         message-cross-post-note-function): New variables names.
3076         (message-xpost-old-target, message-xpost-default,
3077         message-xpost-note, message-fup2-note,
3078         message-xpost-note-function): Removed variable names.
3079         (message-cross-post-followup-to-header,
3080         message-cross-post-insert-note, message-cross-post-followup-to):
3081         New function names.
3082         (message-xpost-fup2-header, message-xpost-insert-note,
3083         message-xpost-fup2): Removed function names.
3084
3085 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3086
3087         * message.el (message-send-mail): Added message-cleanup-headers to
3088         prevent newlines in headers.
3089
3090 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * dns.el (dns-make-network-process): Comment.
3093
3094         * gnus-sum.el (gnus-summary-display-while-building): Default to
3095         nil.
3096
3097 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3098
3099         * gnus-sum.el (gnus-summary-display-while-building): New
3100         variable.
3101
3102 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3103
3104         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3105         before rearranging the article.
3106
3107 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * nndraft.el (nndraft-generate-headers): New function.
3110         (nndraft-request-associate-buffer): Use it to write headers on
3111         buffer save.
3112
3113         * message.el (message-generate-headers): Let the function be a
3114         lambda form.
3115         (message-draft-headers): New variable.
3116
3117         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3118         function.
3119         (gnus-setup-message): Use it.
3120
3121         * message.el (message-generate-headers-first): Doc fix.
3122         (message-setup-1): Use new function for getting which headers to
3123         generate.
3124         (message-headers-to-generate): New function.
3125
3126 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3129
3130 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3131
3132         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3133         mention negatives.
3134
3135 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3136
3137         * deuglify.el (gnus-outlook-rearrange-article): Use
3138         `transpose-regions' instead of tempering the kill-ring.
3139         (gnus-article-outlook-deuglify-article): Rehighlight article
3140         instead of a complete redisplay.
3141
3142 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * spam.el: most defvars are defcustoms now
3145
3146         patches from Michael Shields  <shields@msrl.com>
3147
3148         * spam.el (spam-bogofilter-articles): Select the article
3149         body using gnus-summary-show-article t instead of
3150         gnus-summary-select-article; this presents the raw text
3151         without running any hooks.
3152
3153         * spam.el (spam-bogofilter-articles): Use message-remove-header
3154         to remove headers; the old way incorrectly removed just the first
3155         line of folded headers.
3156
3157 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3160
3161 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-start.el (gnus-load): New function.
3164         (gnus-read-newsrc-el-file): Use it.
3165
3166 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3169         (gnus-button-handle-apropos-documentation): New function.
3170         (gnus-button-handle-ctan): New function.
3171         (gnus-button-alist): Use them.  Improve some regexps.
3172         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3173
3174 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * message.el (message-subscribed-p): New function.
3177         (message-send-mail): Use it.
3178         * mml.el (mml-preview-insert-mft): New function.
3179         (mml-preview): Use it.
3180
3181 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3184         when sorting by date.
3185
3186         * gnus-art.el (gnus-article-edit-mode): New variable.
3187         (gnus-article-setup-buffer): Warn user about discarding edits.
3188
3189         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3190         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3191         headers.
3192
3193         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3194
3195 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * message.el (message-completion-alist): Added "Mail-Followup-To"
3198         and "Mail-Copies-To".
3199
3200 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3201
3202         * gnus-group.el: Add key bindings for
3203         gnus-group-sort-groups-by-real-name and
3204         gnus-group-sort-selected-groups-by-real-name.
3205
3206 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3207
3208         * gnus.texi (Sorting Groups): Add key bindings for
3209         gnus-group-sort-groups-by-real-name and
3210         gnus-group-sort-selected-groups-by-real-name.
3211
3212 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * spam.el (spam-use-dig): new variable for blackhole checking
3215         through dig.el
3216         (spam-check-blackholes): added dig.el checking functionality and
3217         more verbose reporting; query-dig is autoloaded from dig.el
3218         (spam-use-blackholes): disabled by default
3219         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3220         blackhole servers list
3221
3222 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * message.el (message-required-headers): New variable.
3225
3226 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * dig.el (query-dig): new function
3229
3230 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3233         prefixes.
3234
3235         * dns.el (query-dns): Protect against errors.
3236
3237         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3238         (gnus-inews-add-send-actions): Mark all answered messages as
3239         answered.
3240
3241 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3242
3243         * nnmail.el (nnmail-split-it): Added tracing to
3244         `:' split rule
3245
3246 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3247
3248         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3249         and "%s" so we don't overquote them.
3250
3251 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3252
3253         * (mm-display-external): Display the actual command that has been
3254         executed in the echo area.
3255
3256 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3259
3260         * message.el (message-with-reply-buffer): New macro.
3261         (message-fetch-reply-field): Use it.
3262         (message-insert-wide-reply): New command and keystroke.
3263         (message-carefully-insert-headers): New function.
3264         (message-insert-to): Use new function.
3265
3266         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3267         (gnus-topic-goto-missing-group): Use it.
3268
3269         * message.el (message-required-news-headers): Removed Lines.
3270         (message-reply): Don't insert References first.
3271         (message-followup): Ditto.
3272         (message-make-references): New function.
3273         (message-followup): Set message-reply-headers before generating
3274         the buffer stuff.
3275
3276 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3277
3278         * mml.el (mml-generate-mime-1): Reverse the order of
3279         encoding/flowing.
3280
3281 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3284         after moving them.
3285
3286         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3287         fit with newer standard format.
3288         (gnus-summary-make-false-root-always): New variable.
3289         (gnus-gather-threads-by-subject): Use it.
3290
3291         * message.el (message-get-reply-headers): Take an address list
3292         optional argument.
3293
3294 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus.el (gnus-keep-backlog): Change default to 20.
3297
3298         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3299         start.
3300         (gnus-agent-check-overview-buffer): Remove negative article
3301         numbers.
3302
3303         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3304         (nnmail-cache-ignore-groups): Doc fix.
3305
3306         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3307         (nnimap-debug-buffer): New variable.
3308         (nnimap-debug): Use it.
3309
3310 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3311
3312         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3313
3314 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3317         they aren't already sorted.
3318
3319 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3320
3321         * message.el (message-mode-menu): Add ellipses to menu items
3322         expecting user interaction.
3323         (message-mode-field-menu): do.
3324
3325 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3326
3327         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3328         it isn't used any more.
3329
3330 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3331
3332         * binhex.el (binhex-decoder-program): Fix docstring.
3333
3334 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3335
3336         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3337         special chars if the mailcap file uses single quotes around %s.
3338         From Laurent Martelli <laurent@bearteam.org>.
3339
3340 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3341
3342         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3343         return the info object.
3344
3345 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3346
3347         * gnus-int.el (gnus-request-update-info): Artificially add
3348         (1 . (1- min)) to the read range, in case the backend doesn't
3349         store marks for nonexistent articles.
3350
3351 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * binhex.el (binhex-insert-char): Eval-and-compile.
3354
3355 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3356
3357         * lpath.el: Add tool-bar-local-item-from-menu.
3358
3359         * message.el (message-tool-bar-local-item-from-menu): New function.
3360         (message-tool-bar-map): Use it.
3361
3362 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3363
3364         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3365
3366         * gnus-art.el (gnus-article-header-rank): Last header in
3367         gnus-sorted-header-list should have higher rank than non-members.
3368
3369 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3372         covered methods.
3373
3374 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3375
3376         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3377         eval-when-compile.  Suggested by Kevin Greiner.
3378
3379 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3380
3381         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3382         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3383         even though no headers may have been fetched
3384         (gnus-agent-fetch-group-1, and perhaps others, require this
3385         behavior).
3386         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3387         server buffer is constrained by gnus-agent-max-fetch-size.
3388         Multiple chunks in the same group may perform arbitrarily large
3389         updates.
3390
3391 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3392
3393         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3394         gnus-summary-update-download-mark to update the article in the
3395         summary.
3396
3397 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3398
3399         * gnus.el (gnus-summary-high-uncached-face,
3400         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3401         New faces.
3402
3403         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3404         added this on 2002-11-23 but it just wasn't working out as
3405         intended.  The idea isn't entirely dead, three new faces
3406         gnus-summary-*-uncached-face are being added to gnus.el to provide
3407         the basis for an improved implementation.
3408         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3409         proper file to open is lib/servers.
3410         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3411         (i.e. removing the article from gnus-newsgroup-downloadable) will
3412         now restore the article's default mark rather than simply setting
3413         no mark.
3414         (gnus-agent-get-undownloaded-list): Corrected documentation.
3415         Added code to set new summary local variable,
3416         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3417         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3418         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3419         up to date.  Call new gnus-summary-update-download-mark to keep
3420         summary buffer up-to-date.
3421         (gnus-agent-fetch-selected-article): Keep
3422         gnus-newsgroup-undownloaded up to date.
3423         (gnus-agent-fetch-articles): Return list of articles that were
3424         successfully fetched.
3425         (gnus-agent-check-overview-buffer): No more thingatpt.
3426         (gnus-agent-expire): No longer deletes NOV entries of unread
3427         articles.
3428         (gnus-agent-unread-articles): New function.
3429         (gnus-agent-regenerate-group): The article number must be
3430         terminated by a tab character.  Added more messages to report
3431         repairs.  Inhibit quits while writing changes so it is now safe
3432         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3433         downloaded to 1) resolve the unbound references and 2) avoid
3434         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3435
3436         * gnus-art.el (gnus-article-prepare): The agent
3437         downloaded/undownloaded mark is no longer stored as the article's
3438         mark.
3439
3440         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3441         gnus-summary-highlight may use it.  Added downloaded as
3442         gnus-summary-highlight was using it.
3443
3444         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3445         the download mark now follows Kai's +/- convention.
3446         (gnus-downloaded-mark): Added ?+ mark.
3447         (gnus-summary-highlight): Added rules to select
3448         gnus-summary-high-uncached-face,
3449         gnus-summary-normal-uncached-face, and
3450         gnus-summary-low-uncached-face.  Removed the
3451         gnus-agent-downloaded-article-face.
3452         (gnus-summary-line-format-alist): Implemented the download flag
3453         format (?O) as named in the manual.  This implementation displays
3454         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3455         gnus-no-mark.
3456         (gnus-newsgroup-agentized): New local variable that identifies
3457         which groups are agentized.  While the agent is now on by default,
3458         you don't have to agentize every server that you use.
3459         (gnus-update-summary-mark-positions): Completed support for the
3460         download type of mark.
3461         (gnus-summary-insert-line): Added undownloaded to the parameters.
3462         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3463         reference by the gnus-summary-line-format-spec.
3464
3465         * nntp.el (nntp-with-open-group): This macro handles dropped or
3466         broken connections by opening a new connection and repeating the
3467         failed command.
3468         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3469         XOVER commands preceeding the active articles with the nov entry
3470         of the first available article.  When gnus connected to such a
3471         server, the unexpected nov entry would result in duplicate lines
3472         in the agent's overview file.  This patch fixes the duplicate
3473         lines problem and improves performance by skipping over all
3474         articles IDs that preceed the first nov entry in the server's
3475         reply.
3476
3477 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3480         (gnus-summary-highlight): Use it instead of `downloaded'.
3481         (gnus-summary-highlight-line): Ditto.
3482
3483         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3484
3485 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3488
3489         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3490         calls.
3491
3492         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3493         downloaded variable if we're in an uncovered group.
3494
3495         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3496         font to soemthing less noticeable.
3497         (gnus-agent-group-covered-p): New function.
3498
3499 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3500
3501         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3502         Because of an unknown bug, the group buffer is saved in .overview
3503         file.
3504
3505 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3506
3507         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3508         `and' with `or'.
3509
3510 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3511
3512         * nntp.el (nntp-send-command): Assume that echo does not happen
3513         when nntp-open-connection-function is nntp-open-network-stream.
3514         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3515
3516 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3519
3520 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3521
3522         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3523         nntp-server-buffer if we aren't going to write to it.
3524
3525 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3526         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3527
3528         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3529
3530 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3533         decoded words.
3534
3535 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3536
3537         * gnus.el (fboundp): After loading mm-util, make sure it was the
3538         right one.
3539
3540 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3541
3542         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3543         gnus-sum.  Made into a user option.
3544
3545         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3546         (gnus-summary-mark-article-as-unread)
3547
3548 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3549
3550         * time-date.el (date-to-time): Typo.
3551
3552         * parse-time.el: Typo.
3553
3554         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3555
3556         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3557
3558         * nnimap.el:
3559         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3560
3561         * mm-encode.el (mm-safer-encoding): Typo.
3562
3563         * messcompat.el: Typo.
3564
3565         * message.el (message-face-alist): Typo.
3566
3567         * imap.el (imap-interactive-login, imap-open): Typos.
3568
3569         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3570
3571         * gnus.el: Typo.
3572
3573         * gnus-win.el (gnus-configure-frame): Typo.
3574
3575         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3576
3577         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3578
3579         * gnus-sum.el (gnus-summary-article-number)
3580         (gnus-summary-read-group-1, gnus-summary-mark-article)
3581         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3582
3583         * gnus-mule.el (gnus-mule-add-group): Typo.
3584
3585         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3586
3587         * gnus-group.el (gnus-group-fetch-faq): Typo.
3588
3589         * gnus-art.el (gnus-decode-header-methods): Typo.
3590
3591         * flow-fill.el: Typo.
3592
3593 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3594
3595         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3596
3597 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3598
3599         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3600         (gnus-summary-mark-article-as-unread)
3601         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3602         Reformatting to avoid long lines.
3603         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3604
3605 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3606
3607         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3608         be accessed through `mail-header-number'.
3609
3610 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3611
3612         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3613         compressed range to gnus-summary-insert-articles.
3614
3615 2002-11-26  Kevin Ryde <user42@zip.com.au>
3616
3617         * gnus-art.el (gnus-mime-copy-part): Look for filename
3618         parameter under content-disposition, not content-type.
3619
3620         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3621         (gnus-summary-reselect-current-group): Use it.
3622
3623 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3624
3625         * gnus-agent.el (gnus-agent-uncached-articles): if
3626         gnus-agent-load-alist fails, return ARTICLES.
3627
3628         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3629
3630 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3631
3632         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3633         superfluous function call.
3634         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3635         Add warning to docstring.
3636
3637 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-agent.el: Autoload number-at-point instead.
3640         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3641
3642 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3643
3644         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3645         require thingatpt (for number-at-point) and protect against
3646         deactivate-mark being unbound (on XEmacs).
3647
3648 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3649
3650         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3651         print message on entry.
3652
3653         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3654
3655         * gnus-range.el (gnus-range-difference): New function.
3656         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3657
3658 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3659
3660         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3661         gnus-remove-from-range instead of gnus-range-difference which
3662         doesn't exist.
3663
3664 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3665         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3666
3667         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3668         used for showing which articles have been downloaded.
3669         (gnus-agent-article-alist): Format change.  Add documentation.
3670         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3671         process-marked articles.
3672         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3673         in the series are individually fetched to minimize lose of
3674         content due to an error/quit.
3675         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3676         gnus-message instead of message.
3677         (gnus-agent-read-servers): Use file lib/methods instead of
3678         lib/servers.  TODO: Why?
3679         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3680         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3681         come from the agent.  This means that they are not downloaded.
3682         (gnus-agent-fetch-selected-article): Don't use history.
3683         (gnus-agent-save-history, gnus-agent-enter-history)
3684         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3685         Removed function; history is not used anymore.
3686         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3687         (gnus-agent-crosspost): Started rewrite then realized that a typo
3688         in gnus-agent-fetch-articles ensures that this function is never
3689         called.  This will need to be fixed later.
3690         (gnus-agent-check-overview-buffer): Some sanity checks on the
3691         agent overview buffer.  This is a safety net used during
3692         development.
3693         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3694         changed, write a number to the file indicating this.
3695         (gnus-agent-fetch-headers): Rewrite to respect
3696         gnus-agent-consider-all-articles without relying on the
3697         `.fetched' files.  Make it fast.
3698         (gnus-agent-braid-nov): Change resulting from
3699         gnus-agent-fetch-headers change.
3700         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3701         `.fetched' files.
3702         (gnus-agent-read-agentview): New function, used by
3703         gnus-agent-load-alist.
3704         (gnus-agent-load-fetched-headers): Remove.
3705         (gnus-agent-save-alist): Rewrite to accomodate new format.
3706         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3707         same order as in gnus-newsgroup-headers.
3708         (gnus-agent-expire): Document and implement extra args ARTICLES,
3709         GROUP, FORCE.  Do not restrict usage.
3710         (gnus-agent-uncached-articles): New function.
3711         (gnus-agent-retrieve-headers): Use it.
3712         (gnus-agent-regenerate-group): No longer needs to be called from
3713         gnus-agent-regenerate.  Individual groups may be regenerated. The
3714         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3715         The article fetch dates are validated in the article alist.  The
3716         article alist is pruned of entries that do not reference existing
3717         NOV entries.  All changes are computed then applied with
3718         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3719         regeneration.  The optional clean parameter has been replaced with
3720         an optional reread parameter.  Clean is no longer necessary as
3721         regeneration gets the appropriate setting from
3722         gnus-agent-consider-all-articles.  The new reread parameter will
3723         result in fetched, or all, articles being marked as unread.
3724         (gnus-agent-regenerate): Removed code to regenerate the history
3725         file as it is no longer used.
3726
3727         * gnus-start.el (gnus-make-ascending-articles-unread): New
3728         function, for efficient mass-marking.
3729
3730         * gnus-sum.el (gnus-summary-highlight): Use new face for
3731         downloaded articles.
3732         (gnus-article-mark): Prefer to indicate read/unread status over
3733         downloaded status.
3734         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3735         line.
3736         (gnus-summary-highlight-line): Use new face for downloaded
3737         articles.
3738         (gnus-summary-insert-old-articles): Improved performance by
3739         replacing the initial LIST of older articles with a compressed
3740         RANGE of older articles.  Some servers appear to lie about
3741         their active range so the original list could contain millions
3742         of article numbers.  The range is not expanded into a list
3743         until the optional ALL parameter has been applied.
3744
3745 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3746
3747         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3748
3749 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3750
3751         * spam.el:
3752         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3753
3754         * spam.el: added `M s t' and `M s x' key mappings
3755
3756 2002-11-20  Simon Josefsson  <jas@extundo.com>
3757
3758         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3759
3760 2002-11-19  Simon Josefsson  <jas@extundo.com>
3761
3762         * gnus-sum.el (gnus-summary-morse-message): Load
3763         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3764         (unmorse-region): Autoload it instead.
3765
3766 2002-11-18  Simon Josefsson  <jas@extundo.com>
3767
3768         * gnus-sum.el (gnus-summary-morse-message): New function.
3769         (gnus-summary-wash-map): Bind to `W m'.
3770         (gnus-summary-make-menu-bar): Add.
3771
3772         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3773         before storing \Deleted mark on expired articles.
3774
3775 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3776         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3777
3778         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3779         parens in column 0.
3780
3781 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3782
3783         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3784
3785         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3786
3787         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3788
3789 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3790
3791         * message.el (message-set-auto-save-file-name): Use
3792         make-directory, to avoid the dependence on gnus-util.
3793
3794 2002-11-16  Simon Josefsson  <jas@extundo.com>
3795
3796         * nnimap.el (nnimap-callback-callback-function):
3797         (nnimap-callback-buffer): Removed, these cannot be global but must
3798         be embedded into the callback.
3799         (nnimap-make-callback): New.  Embedd article number, callback and
3800         buffer in function.
3801         (nnimap-callback, nnimap-request-article-part): Update.
3802
3803 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3806
3807 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3808
3809         * gnus.el (gnus-summary-line-format): Document %C.
3810
3811 2002-11-11  Simon Josefsson  <jas@extundo.com>
3812
3813         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3814         output when called interactively.
3815
3816 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3819
3820         * message.el (message-draft-coding-system): Improve comment; use
3821         mm-auto-save-coding-system for the default value.
3822
3823         * nndraft.el (nndraft-request-article): Revert to the state before
3824         2002-10-29; regexp-quote mail-header-separator.
3825
3826 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3827
3828         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3829         allow editing of drafts from an nnvirtual group.
3830
3831 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3834         mm-auto-save-coding-system.
3835
3836         * message.el (message-draft-coding-system): Default to
3837         iso-2022-7bit.
3838
3839         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3840         restore the default value to emacs-mule or escape-quoted.
3841
3842 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3845         a delayed or a queued article as well as a draft.
3846
3847         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3848         delayed or a queued article in the raw format; treat a delayed
3849         article as a raw article as well as a draft.
3850         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3851         for the delayed group.
3852
3853         * nndraft.el (nndraft-request-article): Ignore auto save files for
3854         a delayed or a queued article; don't bother to decode a queued
3855         article; don't bind nnmail-file-coding-system for a queued article.
3856
3857         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3858         and the queue group.
3859
3860 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3861
3862         * gnus-group.el (gnus-group-delete-group):
3863         gnus-cache-active-hashtb might be void.
3864
3865 2002-11-02  Simon Josefsson  <jas@extundo.com>
3866
3867         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3868         setting of the default user ID.  From Raymond Scholz
3869         <ray-2002@zonix.de>.
3870
3871 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3872
3873         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3874         charset.
3875
3876 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3877         From Alex Schroeder <alex@emacswiki.org>
3878         * spam-stat.el (spam-stat-process-directory): add dir to message
3879         (spam-stat-reduce-size): No longer remove words
3880         with values close to 0.5, because the default value is 0.2.
3881
3882 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3883
3884         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3885         documentation.
3886
3887 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3888
3889         * gnus-agent.el (gnus-agent-fetched-headers)
3890         (gnus-agent-load-fetched-headers)
3891         (gnus-agent-save-fetched-headers): Remove variable and two
3892         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3893         works better.
3894         (gnus-agent-fetch-headers): New implementation from Kevin
3895         Greiner.  Uses gnus-agent-article-alist to store information
3896         about fetched messages which aren't on the server anymore.  The
3897         trick is to return a list of considered messages to the caller,
3898         but to only fetch those which haven't been fetched yet.
3899
3900 2002-10-30  Simon Josefsson  <jas@extundo.com>
3901
3902         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3903
3904         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3905
3906 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3907
3908         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3909         versions of emacs-w3m than 1.3.3.
3910
3911         * lpath.el: Bind w3m-minor-mode-map.
3912
3913         * mm-view.el (mm-w3m-mode-command-alist)
3914         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3915         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3916         (mm-setup-w3m): Simplified.
3917         (mm-w3m-local-map-property): New function.
3918         (mm-inline-text-html-render-with-w3m): Use it.
3919
3920         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3921         mm-w3m-local-map-property.
3922
3923 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * mm-util.el (mm-auto-save-coding-system): Default to
3926         iso-2022-7bit.
3927
3928         * nndraft.el (nndraft-request-article): Decode an article using
3929         the coding-system emacs-mule if it seems to have been saved using
3930         emacs-mule.
3931         (nndraft-request-replace-article): Use message-draft-coding-system
3932         instead of mm-auto-save-coding-system for the draft or delayed
3933         group.
3934
3935 2002-10-28  Josh  <huber@alum.wpi.edu>
3936
3937         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3938         functions.
3939
3940 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3941         From mah@everybody.org (Mark A. Hershberger).
3942
3943         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3944         type values ("url" size) regardless of the values of
3945         mm-url-use-external.
3946
3947 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3948
3949         * nnimap.el (nnimap-request-article-part): Try harder to show
3950         group name in debugging message.
3951
3952 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3953
3954         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3955         directory if it doesn't exist.
3956         (gnus-agent-fetch-headers): Remove old cruft that tried to
3957         abstain from downloading articles more than once if
3958         gnus-agent-consider-all-articles was true.  This is now done
3959         properly via the .fetched files.
3960
3961 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * nndraft.el (nndraft-request-article): Treat delayed articles
3964         like drafts.
3965
3966 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3969
3970 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3971
3972         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3973         Remove unused optional arg DIR and corresponding code.
3974
3975         * nnimap.el (nnimap-request-article-part): Include group name in
3976         debugging output.
3977
3978 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3979
3980         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3981
3982 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3983
3984         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3985         contains range of headers that have been fetched by the agent
3986         already.  Compare gnus-agent-article-alist.
3987         (gnus-agent-file-header-cache): Like
3988         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3989         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3990         seen/recent logic.
3991         Remember which headers have been fetched before and don't fetch
3992         them again the next time round.
3993         (gnus-agent-load-fetched-headers)
3994         (gnus-agent-save-fetched-headers): New functions, for remembering
3995         which headers have been fetched before.
3996
3997 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * lpath.el: Remove useless bindings.
4000
4001 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4002
4003         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4004         features while searching.
4005
4006 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4007
4008         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4009
4010 2002-10-22  Simon Josefsson  <jas@extundo.com>
4011
4012         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4013         (pgg-snarf-keys): Add.
4014
4015 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * lpath.el: Fbind bbdb-records.
4018
4019         * spam.el: Don't autoload bbdb-records.
4020
4021 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4024         prevent inf-loop.
4025
4026 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnslashdot.el: Removed some test lines.
4029         More test.
4030
4031 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4032
4033         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4034         are known to be downloaded already.
4035
4036 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4039         (mm-text-html-washer-alist): Ditto.
4040
4041 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4042
4043         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4044         boundary between headers and body.
4045         * nnml.el (nnml-parse-head): Ditto.
4046
4047 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4050         entries.
4051
4052         * gnus-group.el (gnus-fetch-group): Allow an optional
4053         specification of the articles to select.
4054
4055         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4056
4057 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4058
4059         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4060         headers from the group, update variable `articles' to contain
4061         only those numbers where headers exist.  (When fetching all
4062         articles in a group, Gnus creates lots of numbers where there is
4063         no articles.)
4064
4065 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4066
4067         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4068         doesn't have the 'alist custom type, use cons cells instead.
4069         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4070         (pgg-parse-hash-algorithm-alist): Ditto.
4071         (pgg-parse-compression-algorithm-alist): Ditto.
4072         (pgg-parse-signature-type-alist): Ditto.
4073
4074         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4075
4076         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4077
4078         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4079
4080 2002-10-19  Simon Josefsson  <jas@extundo.com>
4081
4082         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4083         buffer.
4084
4085 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4086
4087         * gnus-spec.el (gnus-make-format-preserve-properties)
4088         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4089         properties also on XEmacs.  `gnus-xmas-format' is like format but
4090         preserves text properties on XEmacs (though it only understands
4091         simple format specs).  The variable
4092         `gnus-make-format-preserve-properties' controls whether the
4093         function is used, and is checked in `gnus-parse-simple-format'.
4094         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4095
4096         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4097         output.
4098         (gnus-agent-consider-all-articles): New variable.
4099         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4100         (gnus-agent-fetch-headers): Depending on
4101         gnus-agent-consider-all-articles, maybe get all articles.
4102         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4103         `read'.
4104         (gnus-predicate-imples-unread): New function.
4105         (gnus-agent-fetch-headers): Optimize to call
4106         gnus-list-of-unread-articles if that is sufficient.
4107         Check unseen and recent instead of seen and recent.
4108         (gnus-agent-fetch-headers): Abstain from calling
4109         gnus-list-range-intersection if range (a . b) would have (> a b).
4110
4111 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * message.el (message-send-mail): Make it possible to perform
4114         edebug-defun.
4115
4116 2002-10-18  Simon Josefsson  <jas@extundo.com>
4117
4118         * gnus-art.el (gnus-button-man-handler): Change default to
4119         `manual-entry' (defined in both emacsen).
4120         (gnus-button-man-handler): Remove emacsen difference and use
4121         `manual-entry'.
4122
4123 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * spam.el: Wrap autoload settings for bbdb-records,
4126         executable-find and ifile-spam-filter with eval-and-compile.
4127         (spam-display-buffer-contents): Remove.
4128         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4129
4130 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4131
4132         * spam.el (spam-display-buffer-contents): New function.
4133         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4134         from Katsumi Yamaoka <yamaoka@jpl.org>.
4135
4136 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4137
4138         * nnheader.el (nnheader-parse-naked-head): New function.
4139         (nnheader-parse-head): Use the above function, in order to handle
4140         continuation lines properly.
4141         (nnheader-remove-body): New function.
4142         (nnheader-remove-cr-followed-by-lf): New function.
4143         (nnheader-ms-strip-cr): Use the above function.
4144
4145         * gnus-agent.el (gnus-agent-regenerate-group): Call
4146         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4147         `nnheader-parse-head'.
4148         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4149
4150         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4151         continuation lines by itself; call `nnheader-parse-naked-head'
4152         instead of `nnheader-parse-head'.
4153         * nndiary.el (nndiary-parse-head): Ditto.
4154         * nnfolder.el (nnfolder-parse-head): Ditto.
4155         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4156         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4157         * nnml.el (nnml-parse-head): Ditto.
4158
4159 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4160
4161         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4162         XEmacs, default to it if featurep 'xemacs.
4163
4164 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * spam-stat.el: Check for the existence of hash functions instead
4167         of the Emacs version to decide whether to load cl.  Suggested by
4168         Kai Gro\e,A_\e(Bjohann.
4169
4170 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4171
4172         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4173         if it isn't open yet.
4174
4175 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-group.el: Require mm-url only when compiling.
4178         (gnus-group-fetch-charter): Require mm-url.
4179
4180         * spam-stat.el: Require cl for the functions gethash,
4181         hash-table-count, make-hash-table and mapc for Emacs 20.
4182         (puthash): Alias to cl-puthash for Emacs 20.
4183         (with-syntax-table): New macro for Emacs 20.
4184
4185 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4186
4187         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4188
4189 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4190
4191         * spam.el (spam-check-ifile): added ifile as a spam checking
4192         backend, and spam-use-ifle as the variable to toggle that check.
4193
4194 2002-10-12  Simon Josefsson  <jas@extundo.com>
4195
4196         * message.el (message-beginning-of-line): New variable.
4197         (message-beginning-of-line): Use it.
4198
4199 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4200
4201         * spam.el: more compilation fixes for BBDB
4202
4203         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4204         (spam-stat-reduce-size): Interactive.
4205         (spam-stat-reset): New function.
4206         (spam-stat-save): Interactive.
4207
4208 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus.el: Autoload gnus-delay-initialize.
4211
4212         * message.el: Autoload gnus-delay-article.
4213
4214 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4215
4216         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4217         text property in Emacs.
4218
4219 2002-10-11  Simon Josefsson  <jas@extundo.com>
4220
4221         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4222         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4223
4224         * mml1991.el (mml1991-pgg-sign): Remove CR.
4225
4226 2002-10-10  Simon Josefsson  <jas@extundo.com>
4227
4228         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4229         decrypt failed.
4230         (mml2015-trust-boundaries-alist): Removed.
4231         (mml2015-gpg-extract-signature-details): Don't use it.
4232         (mml2015-unabbrev-trust-alist): New.
4233         (mml2015-gpg-extract-signature-details): Use it.
4234
4235 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4236
4237         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4238         BBDB installed
4239
4240         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4241         statistical analysis of spam in Lisp only
4242
4243 2002-10-10  Simon Josefsson  <jas@extundo.com>
4244
4245         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4246         auth, selected or examine state.
4247
4248         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4249         buffer and error buffer depending on type of information.
4250
4251         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4252         --status-fd stuff even if gpg.el is not used (revert earlier
4253         change).
4254         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4255         gnus details.
4256         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4257         buffer.
4258
4259         * pgg.el (pgg-verify-region): Use it.
4260
4261         * pgg-def.el (pgg-query-keyserver): New variable.
4262
4263         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4264         key-identifier in packet.  Is this a good idea?
4265
4266         * mml.el (mml-mode-map): Add security commands that operates on
4267         MIME parts.
4268         (mml-menu): And menu items for them.
4269
4270         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4271
4272         * mml.el (mml-parse-1): Support sender in #secure tags.
4273
4274         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4275         defined.
4276
4277         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4278         (mml-pgp-encrypt-buffer): Support combined signing.
4279
4280         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4281         (mml1991-gpg-encrypt): Ditto.
4282         (mml1991-pgg-encrypt): Ditto.
4283         (mml1991-encrypt): Pass sign parameter.
4284
4285         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4286         (mml-signencrypt-style): Mention the variable.
4287
4288 2002-10-09  Simon Josefsson  <jas@extundo.com>
4289
4290         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4291         pgg-gpg-user-id.
4292
4293         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4294         (pgg-fetch-key-function): Nil if w3 is not installed.
4295
4296 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4297
4298         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4299         gnus-agent-current-history.
4300
4301 2002-10-06  Simon Josefsson  <jas@extundo.com>
4302
4303         * imap.el (imap-parse-status): Don't use read to read token.
4304
4305 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4306
4307         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4308         for methods not covered by the agent, and when unplugged.
4309
4310 2002-10-05  Simon Josefsson  <jas@extundo.com>
4311
4312         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4313         signing.
4314
4315         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4316         a named server fails, ignore the server.
4317
4318         * mml1991.el (mml1991-pgg-sign): Do QP.
4319
4320         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4321         work.
4322
4323 2002-10-04  Simon Josefsson  <jas@extundo.com>
4324
4325         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4326
4327         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4328         binary-write-decoded-region from MEL.
4329
4330         * pgg.el (pgg-encrypt-region): Support sign.
4331
4332         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4333
4334         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4335
4336         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4337         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4338         branch where PGG was taken from in the ChangeLog entries below.
4339
4340 2002-10-01  Simon Josefsson  <jas@extundo.com>
4341
4342         * pgg-pgp.el: Don't require mel.  Don't use luna.
4343         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4344         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4345         (pgg-pgp-process-region): Don't use binary-funcall.
4346
4347         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4348
4349         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4350         instead of concat.
4351
4352         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4353
4354 2002-09-29  Simon Josefsson  <jas@extundo.com>
4355
4356         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4357         compile warnings.
4358
4359         * pgg.el (pgg-decrypt-region): Don't parse packet.
4360
4361         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4362
4363 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4364
4365         * pgg.el: Remove dependency on calist.el.
4366
4367 2002-09-28  Simon Josefsson  <jas@extundo.com>
4368
4369         * pgg.el (pgg-temporary-file-directory): New variable.
4370         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4371
4372         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4373         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4374
4375         * pgg-parse.el (pgg-char-int): Defalias.
4376         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4377         (pgg-read-bytes, pgg-read-body): Use it.
4378         (pgg-decode-packets): Don't use MEL, use base64-*.
4379         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4380         (pgg-string-as-unibyte): Defalias.
4381         (pgg-parse-armor-region): Use it.
4382
4383         * pgg-gpg.el (pgg-gpg-process-region): Use
4384         pgg-temporary-file-directory.
4385
4386         * luna.el: Don't def-edebug.
4387
4388         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4389         binary-write-decoded-region from MEL.
4390
4391         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4392
4393         * alist.el, calist.el: Don't require product/APEL.
4394
4395         * pgg-parse.el (top-level): Remove dependency on static.el,
4396         pccl.el, mel.el.
4397         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4398         `define-ccl-program' is boundp, instead of using broken.
4399
4400 2002-10-01  Simon Josefsson  <jas@extundo.com>
4401
4402         * message.el (message-required-mail-headers): Remove Lines:.
4403
4404 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4405         From Jesper Harder.
4406
4407         * gnus-group.el (gnus-group-fetch-charter,
4408         gnus-group-fetch-control): Prompt for group if given a prefix
4409         argument.
4410         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4411         gnus-group-fetch-control to summary key map and menu.
4412
4413 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4414
4415         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4416         number when there are no articles.
4417
4418 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4419
4420         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4421         arg ALL means to fetch all articles, not only downloadable ones.
4422         (gnus-agent-fetch-selected-article): New function for
4423         gnus-select-article-hook or gnus-mark-article-hook.
4424
4425 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4426         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4427
4428         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4429         raw-text.
4430
4431 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4432
4433         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4434         Pinard).
4435         Major revamp of the code, documentation is in comments in the file
4436         for now.
4437
4438 2002-09-30  Simon Josefsson  <jas@extundo.com>
4439
4440         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4441         buffer seem to be needed?
4442
4443 2002-09-29  Simon Josefsson  <jas@extundo.com>
4444
4445         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4446         compile warnings.
4447
4448         * mml1991.el (mml1991-function-alist): Add pgg.
4449         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4450         (mml1991-pgg-encrypt): Fix recipients querying.
4451
4452 2002-09-28  Simon Josefsson  <jas@extundo.com>
4453
4454         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4455         from dme@dme.org.
4456         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4457         handle is returned.
4458
4459 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4462         Protect against non-existent of `nnimap-mailbox-info'.
4463
4464 2002-09-27  Simon Josefsson  <jas@extundo.com>
4465
4466         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4467         (gnus-setup-news-hook): Use it.
4468         (gnus-after-getting-new-news-hook): Ditto.
4469
4470         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4471
4472 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4473         From Mats Lidell <matsl@contactor.se>.
4474
4475         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4476
4477 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4478
4479         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4480         the part to decode encoded words, use raw words instead of decoded
4481         words.
4482
4483 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4484
4485         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4486
4487         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4488         (mm-setup-w3m): Use it.
4489
4490 2002-09-27  Simon Josefsson  <jas@extundo.com>
4491
4492         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4493         article buffers.
4494
4495         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4496         it just in case.
4497         (nnimap-update-unseen): New function; update unseen count in
4498         `n-m-info'.
4499         (nnimap-close-group): Call it.
4500
4501         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4502         (gnus-after-getting-new-news-hook): Ditto.
4503
4504         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4505         message into verboselevel 9.  Change slow mail check message.
4506         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4507         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4508         used as a hook after getting new mail.
4509
4510 2002-09-26  Simon Josefsson  <jas@extundo.com>
4511
4512         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4513         SELECT/EXAMINE is first unseen article, not number of unseen
4514         articles.  Make them distinct by renaming the former to
4515         `first-unseen' instead of `unseen'.
4516
4517         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4518         too.
4519         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4520         changed.
4521         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4522
4523         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4524
4525         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4526         better.
4527
4528         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4529         if dissecting resulting buffer actually had any information.
4530
4531 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4534         because the function `string<' allows symbols.
4535
4536         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4537
4538 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4539
4540         * message.el (message-forward-make-body): Revert an early change
4541         because 8-bit utf-8 emails.
4542
4543 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4544
4545         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4546         links to Info)
4547         * gnus-art.el (gnus-treat-highlight-signature):
4548         * gnus-art.el (gnus-treat-buttonize):
4549         * gnus-art.el (gnus-treat-buttonize-head):
4550         * gnus-art.el (gnus-treat-emphasize):
4551         * gnus-art.el (gnus-treat-strip-cr):
4552         * gnus-art.el (gnus-treat-unsplit-urls):
4553         * gnus-art.el (gnus-treat-leading-whitespace):
4554         * gnus-art.el (gnus-treat-hide-headers):
4555         * gnus-art.el (gnus-treat-hide-boring-headers):
4556         * gnus-art.el (gnus-treat-hide-signature):
4557         * gnus-art.el (gnus-treat-fill-article):
4558         * gnus-art.el (gnus-treat-hide-citation):
4559         * gnus-art.el (gnus-treat-hide-citation-maybe):
4560         * gnus-art.el (gnus-treat-strip-list-identifiers):
4561         * gnus-art.el (gnus-treat-strip-pgp):
4562         * gnus-art.el (gnus-treat-strip-pem):
4563         * gnus-art.el (gnus-treat-strip-banner):
4564         * gnus-art.el (gnus-treat-highlight-headers):
4565         * gnus-art.el (gnus-treat-highlight-citation):
4566         * gnus-art.el (gnus-treat-date-ut):
4567         * gnus-art.el (gnus-treat-date-local):
4568         * gnus-art.el (gnus-treat-date-english):
4569         * gnus-art.el (gnus-treat-date-lapsed):
4570         * gnus-art.el (gnus-treat-date-original):
4571         * gnus-art.el (gnus-treat-date-iso8601):
4572         * gnus-art.el (gnus-treat-date-user-defined):
4573         * gnus-art.el (gnus-treat-strip-headers-in-body):
4574         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4575         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4576         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4577         * gnus-art.el (gnus-treat-unfold-headers):
4578         * gnus-art.el (gnus-treat-fold-headers):
4579         * gnus-art.el (gnus-treat-fold-newsgroups):
4580         * gnus-art.el (gnus-treat-overstrike):
4581         * gnus-art.el (gnus-treat-display-xface):
4582         * gnus-art.el (gnus-treat-display-smileys):
4583         * gnus-art.el (gnus-treat-from-picon):
4584         * gnus-art.el (gnus-treat-mail-picon):
4585         * gnus-art.el (gnus-treat-newsgroups-picon):
4586         * gnus-art.el (gnus-treat-body-boundary):
4587         * gnus-art.el (gnus-treat-capitalize-sentences):
4588         * gnus-art.el (gnus-treat-fill-long-lines):
4589         * gnus-art.el (gnus-treat-play-sounds):
4590         * gnus-art.el (gnus-treat-translate):
4591         * gnus-art.el (gnus-treat-x-pgp-sig):
4592         * gnus-art.el (gnus-mime-button-line-format):
4593         * gnus-art.el (gnus-button-man-level):
4594         * gnus-art.el (gnus-button-emacs-level):
4595         * gnus-cus.el (gnus-group-parameters):
4596         * gnus-gl.el (bbb-build-mid-scores-alist):
4597         * gnus-group.el (gnus-group-line-format):
4598         * gnus-mlspl.el (gnus-group-split-setup):
4599         * gnus-mlspl.el (gnus-group-split):
4600         * gnus-msg.el (gnus-mailing-list-groups):
4601         * gnus-msg.el (gnus-posting-styles):
4602         * gnus-nocem.el (gnus-nocem-issuers):
4603         * gnus-score.el (gnus-score-regexp-bad-p):
4604         * gnus-srvr.el (gnus-server-line-format):
4605         * gnus-topic.el (gnus-topic-line-format):
4606         * gnus.el (gnus-summary-line-format):
4607         * mail-source.el (mail-sources):
4608         * message.el (message-subscribed-address-file):
4609         * nnmail.el (nnmail-split-fancy):
4610
4611 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4612
4613         * mail-source.el(mail-source-run-script): use `functionp' to test
4614         whether the argument `script' is in fact a function.
4615         (mail-sources): adjust the defcustom to allow users to specify a
4616         function or a string as the value of the `:prescript' and
4617         `:postscript' arguments of the `file' and `pop3' mail sources.
4618
4619 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4620
4621         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4622         number when article 1 does not exist.
4623
4624 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4625
4626         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4627         apropos if apropos-variable does not exist.
4628         (gnus-button-guessed-mid-regexp)
4629         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4630         regexes.  From Reiner Steib.
4631         (gnus-button-handle-describe-function)
4632         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4633         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4634         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4635
4636 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4637         Trivial patch.
4638
4639         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4640         the file.
4641
4642 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4643
4644         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4645
4646 2002-09-24  Simon Josefsson  <jas@extundo.com>
4647
4648         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4649         (mml2015-use): Prefer PGG if installed.
4650         (mml2015-function-alist): Add PGG wrappers.
4651         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4652         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4653         prefix, make regexp optionally skip it.
4654         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4655         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4656         (mml2015-pgg-encrypt): New functions.
4657         (defvar, autoload): Prevent byte-compile warnings.
4658
4659 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4660         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4661
4662         * gnus-art.el (article-strip-banner): Check for the existence of
4663         from header.
4664
4665 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4666
4667         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4668         (gnus-button-alist): Improved regexp for
4669         gnus-button-handle-mid-or-mail (false positives), fixed
4670         gnus-button-handle-man entries.
4671         From Reiner Steib.
4672
4673 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4674         From Josh Huber.
4675
4676         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4677         nnmail-extra-headers is non-nil.
4678
4679 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4680
4681         * nnmaildir.el: Store article numbers persistently.  General
4682         revision.
4683         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4684         for nnmail-expiry-wait; delete instead of moving if 'force is
4685         given.
4686
4687 2002-09-23  Simon Josefsson  <jas@extundo.com>
4688         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4689
4690         * smime.el (smime-sign-buffer): Get key and extra certs.
4691         (smime-get-key-with-certs-by-email): Utility function.
4692
4693 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4694         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4695
4696         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4697         article exists.
4698
4699 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4700
4701         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4702
4703 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4704         From Reiner Steib.
4705
4706         * gnus-art.el (gnus-button-handle-custom,
4707         gnus-button-handle-mid-or-mail,
4708         gnus-button-handle-describe-{function,variable,key},
4709         gnus-button-handle-apropos{,command,variable}): New functions.
4710         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4711         gnus-button-{man,emacs,mail}-level): New variables.
4712         (gnus-button-alist): Use the above to buttonize emacs and mail
4713         related links.
4714
4715 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4716
4717         * gnus-int.el (gnus-status-message): Fix spacing.
4718
4719         * imap.el (imap-continuation): Fix typos.
4720
4721 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4724
4725         * gnus-art.el (gnus-article-reply-with-original): Correct
4726         with-current-buffer scope.
4727
4728         * message.el (message-completion-alist): Add Reply-To, From, etc.
4729
4730 2002-09-18  Simon Josefsson  <jas@extundo.com>
4731
4732         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4733         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4734
4735 2002-09-17  Simon Josefsson  <jas@extundo.com>
4736
4737         * nnimap.el (nnimap-expiry-target): Don't search for which
4738         articles exists here.
4739         (nnimap-request-expire-articles): Do it here instead.  Only expire
4740         when articles are found.  Suggested by Nevin Kapur
4741         <nevin@jhu.edu>.
4742
4743 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4744         From Reiner Steib <reiner.steib@gmx.de>.
4745
4746         * message.el (message-strip-subject-trailing-was)
4747         (message-change-subject, message-add-archive-header)
4748         (message-xpost-fup2-header, message-xpost-insert-note)
4749         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4750         adopted from message-utils.el.  Add functions to the keymap, mode
4751         describtion and menu.
4752         (message-change-subject,message-xpost-fup2): Signal error if
4753         current header is empty.
4754         (message-xpost-insert-note): Changed insert position.
4755         (message-archive-note): Ensure to insert note in message body (not
4756         in head).
4757         (message-archive-header, message-archive-note)
4758         (message-xpost-default, message-xpost-note, message-fup2-note)
4759         (message-xpost-note-function): New variables adopted from
4760         message-utils.el.  Changed some doc-strings.
4761         (message-mark-insert-{begin,end}): Rename from
4762         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4763         values.
4764         (message-subject-trailing-was-query)
4765         (message-subject-trailing-was-ask-regexp)
4766         (message-subject-trailing-was-regexp): New variables.
4767         (message-to-list-only): Added doc-string and menu entry.
4768
4769         * message-utils.el: Removed.  Functions are now in message.el.
4770
4771 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * gnus-art.el (gnus-article-reply-with-original,
4774         gnus-article-followup-with-original): Switch to
4775         gnus-summary-buffer before reply/followup.
4776
4777 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4778
4779         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4780         not exist. Toggle it anyway.
4781
4782 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4785
4786         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4787         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4788
4789         * rfc2047.el (message-posting-charset): Defvar it.
4790         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4791         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4792
4793         * mail-source.el (mail-source-fetch): Hide password.
4794
4795         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4796
4797 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4798         From John Paul Wallington <jpw@shootybangbang.com>.
4799
4800         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4801
4802 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4805
4806 2002-09-11  Simon Josefsson  <jas@extundo.com>
4807
4808         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4809         (nnimap-split-rule): Doc fix.
4810         (nnimap-request-expire-articles): Cleanup code.
4811
4812 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4813         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4814
4815         * gnus-art.el (gnus-article-address-banner-alist): New option.
4816         (article-strip-banner): Refer the above option to split banners of
4817         free mail servers, when no group parameter is specified.
4818
4819 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * nntp.el (nntp-wait-for-string): Check for a process in the
4822         current buffer instead of `nntp-server-buffer'.
4823
4824 2002-09-09  Simon Josefsson  <jas@extundo.com>
4825
4826         * gnus-art.el (gnus-button-man-handler): New variable.
4827         (gnus-button-alist): Use g-b-handle-man.
4828         (gnus-button-handle-man): New, call g-b-man-handler.
4829
4830 2002-09-08  Simon Josefsson  <jas@extundo.com>
4831
4832         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4833
4834 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4837
4838 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4841
4842         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4843         keystroke.
4844
4845         * gnus-srvr.el (gnus-browse-describe-group): New command and
4846         keystroke.
4847
4848 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4851         value for gnus-decoration property.
4852
4853 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4854
4855         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4856         string) as group name in case we have a CRLF in the file.
4857
4858 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4859
4860         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4861         group.
4862         (rfc1843-decode-hzp): do.
4863         (rfc1843-newsgroups-regexp): do.
4864
4865 2002-09-04  Simon Josefsson  <jas@extundo.com>
4866
4867         * message.el (message-canlock-generate): Make sure sha1 doesn't
4868         call external programs.
4869
4870 2002-09-03  Simon Josefsson  <jas@extundo.com>
4871
4872         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4873
4874         * gnus-agent.el (gnus-agent-batch): Add doc.
4875
4876 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4877
4878         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4879         check for signed and encrypted parts.
4880         * mml.el (mml-parse-1): Correct small typo which preventing
4881         setting recipients in a secure tag.
4882
4883 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * mm-util.el (mm-coding-system-priorities): Default to a list of
4886         iso-2022-jp and others for the Japanese environment.
4887
4888 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4891         invalid display names.
4892
4893 2002-08-30  Simon Josefsson  <jas@extundo.com>
4894
4895         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4896         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4897
4898 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4899
4900         * gnus.el (gnus-group-charter-alist): New option.
4901         (gnus-group-fetch-control-use-browse-url): New option.
4902
4903         * gnus-group.el (gnus-group-fetch-charter): New function.
4904         (gnus-group-fetch-control): New function.
4905         Add them to the keymap and menu. Require mm-url.
4906
4907 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4910         From Alex Schroeder <alex@emacswiki.org>.
4911
4912 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4913
4914         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4915         items expecting user interaction.
4916
4917         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4918
4919         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4920
4921         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4922
4923         * mml.el (mml-menu): do.
4924
4925 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * mail-source.el (mail-source-touch-pop): New function.
4928
4929         * message.el (message-smtpmail-send-it): New function.
4930         (message-send-mail-function): Add it for a candidate.
4931
4932 2002-08-27  Simon Josefsson  <jas@extundo.com>
4933
4934         * gnus-msg.el (posting-charset-alist): Use
4935         gnus-define-group-parameter instead of defcustom.
4936         (gnus-put-message): Handle SPC in GCC.
4937         (gnus-inews-insert-gcc): Ditto.
4938         (gnus-inews-insert-archive-gcc): Ditto.
4939
4940 2002-08-26  Simon Josefsson  <jas@extundo.com>
4941
4942         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4943         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4944         (gnus-agent-possibly-save-gcc): Autoload.
4945         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4946
4947 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus.el (gnus-other-frame-function): New user option.
4950         (gnus-other-frame): Use it; add a doc-string; make it work with
4951         the gnuclient program.
4952
4953         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4954
4955         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4956         `device-connection' and `dfw-device'.
4957
4958 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4959
4960         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4961         positives, make it stricter.  From Jochen Hein (trivial change).
4962
4963 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus.el (gnus-other-frame): Trivial fix.
4966
4967 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus.el (gnus-other-frame-parameters): New user option.
4970         (gnus-other-frame-object): New variable.
4971         (gnus-other-frame): Make it search for existing Gnus frame; don't
4972         read new news; delete frame on exit.
4973
4974         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4975
4976         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4977
4978 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4979         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4980
4981         * message.el (message-set-auto-save-file-name): Add support for
4982         the Cygwin Emacs; the system-type is `cygwin'.
4983         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4984
4985 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4986
4987         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4988
4989         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4990         avoid arithmetic errors.
4991
4992 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4995
4996 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4999         (message-ignored-resent-headers): Add envelope From.
5000
5001 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5002
5003         * gnus.el (gnus-summary-line-format): Document %k specifier.
5004
5005 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5006
5007         * gnus-sum.el (gnus-summary-line-message-size): New function.
5008         (gnus-summary-line-format-alist): Use it.
5009
5010 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-art.el (article-make-date-line): Refer to the value for
5013         `gnus-article-time-format' in the summary buffer.
5014
5015         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5016
5017 2002-08-14  Simon Josefsson  <jas@extundo.com>
5018
5019         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5020         quoting.
5021         (gnus-button-alist): Fix doc.
5022         (gnus-header-button-alist): Use ' not ` for default value quoting.
5023         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5024         rationale similar to 2002-05-01 change.
5025         (gnus-article-add-buttons-to-head): Evaluate expression.
5026
5027         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5028
5029 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * message.el (message-font-lock-keywords): Refer to the value for
5032         `message-cite-prefix-regexp' dynamically.
5033
5034 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5037
5038 2002-08-12  Simon Josefsson  <jas@extundo.com>
5039
5040         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5041         (imap-shell-open): Skip initial junk before IMAP greeting.
5042
5043 2002-08-11  Simon Josefsson  <jas@extundo.com>
5044
5045         * message-utils.el (message-xpost-default,
5046         message-xpost-fup2-header, message-xpost-fup2): Fixed
5047         Typos.  Trivial changes from Reiner Steib
5048         <4uce.02.r.steib@gmx.net>.
5049
5050 2002-08-09  Simon Josefsson  <jas@extundo.com>
5051
5052         * message.el (message-canlock-password): Set
5053         canlock-password-for-verify to newly generated canlock-password.
5054         When Emacs is restarted, Custom makes sure this is set, but during
5055         the same session we must set it manually.
5056
5057 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5058
5059         * yenc.el: New file.
5060
5061         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5062         (mm-uu-type-alist): Add yenc.
5063         (mm-uu-yenc-filename): New function.
5064         (mm-uu-yenc-extract): New function.
5065
5066         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5067
5068 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * dgnushack.el (merge): Don't use coerce.
5071
5072 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5073
5074         * mailcap.el (mailcap-mime-data): Test window-system rather than
5075         mm-device-type.
5076         (mailcap-mime-data): Call xdvi and gv with "-safer".
5077
5078         * mm-util.el: Don't define mm-device-type.
5079
5080 2002-08-05  Simon Josefsson  <jas@extundo.com>
5081
5082         * mm-util.el (mm-coding-system-priorities): coding-system type not
5083         supported everywhere.
5084
5085 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus.el (gnus-version-number): Bumped version number.
5088
5089 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5090
5091         * gnus.el: Oort Gnus v0.07 is released.
5092
5093 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5096         (gnus-article-sort-functions): Doc fix.
5097         (t): New keystroke.
5098         (gnus-article-sort-by-random): New function.
5099         (gnus-thread-sort-by-random): New function.
5100
5101 2002-08-02  Simon Josefsson  <jas@extundo.com>
5102
5103         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5104         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5105
5106 2002-07-31  Danny Siu  <dsiu@adobe.com>
5107
5108         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5109         when splitting malformed messages without message-id
5110
5111 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5112         From Niklas Morberg <niklas.morberg@axis.com>.
5113
5114         * nnweb.el (nnweb-type, nnweb-type-definition)
5115         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5116         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5117         functionality.
5118         * nnweb.el: Removed old non-functioning search engines.
5119
5120 2002-07-27  Simon Josefsson  <jas@extundo.com>
5121
5122         * message.el (message-forward-make-body): Don't use
5123         `message-forward-ignored-headers' when doing a "raw" followup (it
5124         is important to preserve e.g. CTE).
5125
5126         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5127
5128         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5129         regexp-quote, Cyrus Sieve is fixed.
5130
5131         * sieve-manage.el (sieve-manage-deletescript): New function.
5132
5133         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5134         (sieve-manage-mode): Fix menubar.
5135         (sieve-activate): Change some messages.
5136         (sieve-deactivate-all): New function.
5137         (sieve-deactivate): New alias.
5138         (sieve-remove): New function.
5139         (sieve-help): Fix help.
5140         All suggested by Ned Ludd.
5141
5142 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5145         (mm-w3m-safe-url-regexp): New user option.
5146
5147         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5148         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5149
5150 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5151
5152         * gnus-sum.el (gnus-summary-delete-article): Force
5153         nnmail-expiry-target to 'delete, so that absolute deletion
5154         happens when absolute deletion is requested.
5155
5156 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5157         From Nevin Kapur <nevin@jhu.edu>.
5158
5159         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5160         headers as empty headers.
5161
5162 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5163         From Jochen Hein <jochen@jochen.org>.
5164
5165         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5166         correct typo.
5167         (gnus-emphasis-strikethru): New face.
5168
5169 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5170         From Jason Merrill <jason@redhat.com>.
5171
5172         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5173         entire file for each of a sequence of missing articles.
5174
5175         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5176         value for gnus-view-pseudos.
5177
5178         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5179         avoid nreverse.
5180
5181 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5182         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5183
5184         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5185         (gnus-summary-mode-line-format-alist): Add %h for number of
5186         spams.
5187         (gnus-newsgroup-spam-marked): New variable.
5188         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5189         (gnus-article-read-p, gnus-article-mark)
5190         (gnus-set-global-variables, gnus-set-global-variables)
5191         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5192         (gnus-summary-mark-article-as-unread)
5193         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5194         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5195         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5196
5197 2002-07-10  Simon Josefsson  <jas@extundo.com>
5198
5199         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5200         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5201
5202 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5203
5204         * gnus-sum.el (gnus-summary-delete-article): Respect group
5205         parameters while expiring.
5206
5207 2002-07-08  Simon Josefsson  <jas@extundo.com>
5208
5209         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5210         Enberg.
5211
5212 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5213
5214         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5215         function is called interactively.  From Niklas Morberg.
5216
5217 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5220         cdaar to cdar and car.
5221
5222         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5223         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5224
5225 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5228         don't break a narrowed article.
5229
5230         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5231         (nntp-open-via-rlogin-and-telnet): Ditto.
5232
5233 2002-07-02  Didier Verna  <didier@xemacs.org>
5234
5235         * nnmail.el (nnmail-split-methods): fix custom type.
5236
5237 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5238
5239         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5240         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5241
5242 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5243
5244         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5245         (gnus-summary-resend-message): Use it.
5246
5247 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5250         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5251
5252 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5253
5254         * message.el (message-font-lock-keywords): Don't fontify
5255         headers in the message body, only in the header.
5256         (message-font-lock-make-header-matcher): New function, used by
5257         message-font-lock-keywords.
5258         From Katsumi Yamaoka <yamaoka@jpl.org>.
5259
5260 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5263
5264 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5267
5268 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5269
5270         * message.el (message-font-lock-keywords): Revert 2002-06-22
5271         change.
5272
5273 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5274
5275         * message.el (message-font-lock-keywords): Put colon in header
5276         name match.
5277
5278 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5279
5280         * message.el (message-font-lock-keywords): Don't use header faces
5281         in the body.  Thanks to Stefan Monnier for the hint on the
5282         implementation.
5283
5284 2002-05-09  Miles Bader  <miles@gnu.org>
5285
5286         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5287         (gnus-article-hide-citation): Respect it.
5288
5289 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5290
5291         * pop3.el (pop3-open-server): Fix typo.
5292
5293 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5294
5295         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5296         instead of push to ignore duplicate to-(list|address) values.
5297         * nnmail.el (nnmail-cache-ignore-groups): New.
5298         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5299
5300 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5301
5302         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5303         before sending.  Suggested by Jan Rychter.
5304
5305 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * dgnushack.el (remove): New compiler macro.
5308         (last, coerce, subseq): Remove compiler macros for those built-in
5309         or unused functions.
5310
5311 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5312
5313         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5314         sure to write byte-compiled versions of gnus-*-format-alist to
5315         .newsrc.eld.  From Simon Josefsson.
5316
5317 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5318
5319         * gnus-agent.el (gnus-agent-read-servers)
5320         (gnus-agent-write-servers): Put server name (string like
5321         "nnchoke:frumple") in the file instead of a server specification
5322         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5323         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5324
5325 2002-06-16  Simon Josefsson  <jas@extundo.com>
5326
5327         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5328         Reiner Steib <4uce.02.r.steib@gmx.net>.
5329
5330 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5331
5332         * nnheader.el (nnheader-file-name-translation-alist): Set the
5333         default value for MS Windows systems.
5334
5335         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5336
5337 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * message.el (message-beginning-of-line): Keep the region active
5340         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5341
5342 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5343
5344         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5345         * gnus-msg.el (gnus-summary-reply): Ditto.
5346         * gnus-msg.el (gnus-summary-handle-replysign): New.
5347
5348 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5351         if sending failed.
5352
5353 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5354
5355         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5356         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5357         to sign while encrypting.
5358
5359 2002-06-11  Simon Josefsson  <jas@extundo.com>
5360
5361         * gnus-int.el (gnus-request-move-article): Agent expire article if
5362         successfuly moved.
5363
5364         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5365         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5366
5367 2002-06-10  Simon Josefsson  <jas@extundo.com>
5368
5369         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5370
5371 2002-06-09  Simon Josefsson  <jas@extundo.com>
5372
5373         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5374
5375         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5376
5377 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5378
5379         * flow-fill.el (fill-flowed): Ignore errors.
5380
5381 2002-06-06  Simon Josefsson  <jas@extundo.com>
5382
5383         * message.el (message-send-mail-with-sendmail): Improve error message.
5384
5385 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5386
5387         * message.el (message-interactive): Change default from nil to t.
5388         Better to be safe than to be fast.
5389
5390 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5391
5392         * message.el (message-send-mail-with-sendmail): Check return value
5393         from call-process-region.
5394
5395 2002-06-04  Simon Josefsson  <jas@extundo.com>
5396
5397         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5398         (gnus-group-post-news, gnus-summary-mail-other-window)
5399         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5400         gnus-article-copy to nil, thereby inhibiting the `header' posting
5401         style match to use data from last viewed article.
5402         Suggested by Hrvoje Niksic.
5403
5404 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * spam.el (spam-point-at-eol): New alias.
5407         (spam-parse-whitelist): Use it.
5408
5409 2002-06-03  Simon Josefsson  <jas@extundo.com>
5410
5411         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5412         (nnmail-article-group): Use it.
5413
5414 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5415
5416         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5417         so that code reading them won't be surprised.  From Jesper Harder
5418         <harder@ifa.au.dk>.
5419
5420 2002-05-29  Simon Josefsson  <jas@extundo.com>
5421
5422         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5423         articles.
5424
5425         * gnus.el (gnus-agent-cache): Doc fix.
5426         (gnus-agent): Change default to t.
5427
5428         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5429         ARTICLES, GROUP and FORCE parameters.
5430
5431 2002-05-28  Simon Josefsson  <jas@extundo.com>
5432
5433         * gnus-group.el (gnus-group-line-format): Doc fix.
5434
5435 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5436
5437         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5438         original article before yanking.  From Jesper Harder
5439         <harder@ifa.au.dk>.
5440
5441 2002-05-26  Simon Josefsson  <jas@extundo.com>
5442
5443         * gnus-sum.el (gnus-summary-menu-split): New function.
5444         (gnus-summary-make-menu-bar): Split charset submenu.
5445         (gnus-summary-menu-maxlen): New variable.
5446         (gnus-summary-menu-split): Use it.
5447
5448 2002-05-25  Simon Josefsson  <jas@extundo.com>
5449
5450         * mml.el (mml-preview): Generate some headers.
5451
5452         * gnus.el (gnus-large-newsgroup): Fix :type.
5453
5454         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5455         Agent cache NOV's by default now).
5456         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5457
5458 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5459
5460         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5461         call to gnus-parent-id when we check for References loops.
5462         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5463         twice by saving the simplified subject string in simp-subject.
5464
5465 2002-05-23  Simon Josefsson  <jas@extundo.com>
5466
5467         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5468         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5469
5470         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5471         Niklas Morberg <niklas.morberg@axis.com>.
5472
5473 2002-05-22  Simon Josefsson  <jas@extundo.com>
5474
5475         * sieve.el (sieve-change-region): Define it before it is used.
5476
5477         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5478         (gnus-summary-reply): Ask for confirmation when replying to news.
5479         Defaults to not ask.  From Benjamin Rutt
5480         <rutt+news@cis.ohio-state.edu>.
5481
5482         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5483
5484 2002-05-21  Simon Josefsson  <jas@extundo.com>
5485
5486         * sieve-mode.el (sieve-manage): Fix autoloads.
5487
5488         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5489         name (makes it work with recent Cyrus timsieved).
5490
5491 2002-05-20  Jason  <jbaker@cs.utah.edu>
5492         Trivial patch.
5493
5494         * gnus-art.el (gnus-request-article-this-buffer): Try
5495         reconnecting if you don't get the message.
5496
5497 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5500         Reply-To headers from the headers.
5501
5502 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * mm-url.el (mm-url-insert): Remove junk message.
5505
5506 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5509         (nnslashdot-use-front-page): New variable.
5510         (nnslashdot-request-list): Use it.
5511
5512         * mm-url.el (mm-url-timeout): New variable.
5513         (mm-url-retries): Ditto.
5514         (mm-url-insert): Use it.
5515
5516 2002-05-16  Simon Josefsson  <jas@extundo.com>
5517
5518         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5519         (gnus-simplify-subject-functions): Mention g-s-a-w.
5520
5521 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5522
5523         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5524         nnmail-cache-insert.
5525         * nndiary.el (nndiary-request-accept-article): Ditto.
5526         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5527         * nnimap.el (nnimap-request-accept-article): Ditto.
5528         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5529         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5530         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5531         * nnmh.el (nnmh-request-accept-article): Ditto.
5532         * nnmail.el (nnmail-cache-insert): Change group to required,
5533         removed code which tried to figure out the group.
5534
5535 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5536
5537         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5538         messages. From Hans de Graaff <hans@degraaff.org>.
5539         * nnml.el (nnml-request-accept-article): Pass in the group name to
5540         nnmail-cache-insert, since it's available.
5541
5542 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5543
5544         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5545
5546 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5547         From Florian Weimer <fw@deneb.enyo.de>.
5548
5549         * gnus.el (subscribed): New group parameter.
5550         (gnus-find-subscribed-addresses): Use it.
5551
5552 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5553
5554         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5555         the default for pgpmime to support pgp v2.
5556         * mml-sec.el (mml-signencrypt-style): New accessor function to
5557         allow users to get/set the signencrypt style more easily without
5558         frobbing the alist directly.
5559         * mml.el (mml-generate-mime-1): Use accessor function.
5560
5561 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5562
5563         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5564         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5565         <schwab@suse.de>.
5566
5567 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5568
5569         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5570         when intuiting the group the message is written to.  From Josh
5571         Huber <huber@alum.wpi.edu>.
5572
5573 2002-05-06  Simon Josefsson  <jas@extundo.com>
5574
5575         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5576         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5577
5578 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5579
5580         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5581         argument, and fixed compiler warning. (added autoload for
5582         gpg-encrypt).
5583
5584 2002-05-04  Simon Josefsson  <jas@extundo.com>
5585
5586         * mml1991.el (mml1991-function-alist): Doc fix.
5587
5588         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5589         doesn't exist (for previewing messages without having Gnus
5590         started).
5591
5592         * mm-util.el (mm-coding-system-priorities): Defcustom.
5593
5594         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5595
5596 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5597
5598         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5599         default.
5600         * mml-sec.el:
5601         * mml-sec.el (mml-signencrypt-style): New.
5602         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5603         argument `sign'.
5604         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5605         signencrypt.
5606         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5607         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5608         both signed & encryped is processed in one operation. (rather than
5609         two separate ops: sign, then encrypt)
5610         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5611         indication if a message is signed by an expired key.
5612         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5613         enables combined sign & encrypt operation. (this was always on
5614         before).
5615         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5616
5617 2002-05-01  Simon Josefsson  <jas@extundo.com>
5618
5619         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5620         server.
5621         (nnimap-mailbox-info): defvar instead of defvoo.
5622
5623 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5624
5625         * gnus.el: Oort Gnus v0.06 is released.
5626
5627 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * lpath.el: Bind url-package-version.
5630
5631 2002-05-01  Simon Josefsson  <jas@extundo.com>
5632
5633         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5634         filename before deleting the group itself, because the presence of
5635         a group filename decides if long filenames are used or not.
5636
5637         * gnus-art.el (gnus-button-alist): Don't inline
5638         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5639         without also modifying g-button-alist.
5640         (gnus-button-alist): Fix type to allow variable as well as regexp.
5641         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5642         themselves, variables to its contents.
5643         (gnus-button-entry): Ditto.
5644
5645 2002-05-01  Simon Josefsson  <jas@extundo.com>
5646
5647         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5648         UIDNEXT as a string.
5649
5650         * nnimap.el (nnimap-string-lessp-numerical): New function.
5651         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5652         integers.
5653
5654 2002-04-29  Simon Josefsson  <jas@extundo.com>
5655
5656         * nnmail.el (nnmail-cache-insert): Accept optional group
5657         parameter.
5658
5659         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5660         n-r-g-a is disabled.
5661
5662 2002-04-29  Simon Josefsson  <jas@extundo.com>
5663
5664         * nnimap.el (nnimap-split-fancy): Fix doc.
5665         (nnimap-split-fancy): Fix doc.
5666
5667         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5668         (nnimap-mailbox-info): New internal variable.
5669         (nnimap-retrieve-groups): Implement faster new mail check.
5670
5671         * nnimap.el (nnimap-split-articles): Support
5672         nnmail-cache-accepted-message-ids.
5673         (nnimap-request-accept-article): Ditto.
5674
5675         * imap.el (imap-mailbox-status-asynch): New command.
5676
5677 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5678
5679         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5680         are no subscribed mail groups.
5681         - Strip quoted names when comparing addresses
5682
5683 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5684
5685         * mm-decode.el (mm-text-html-renderer): Change customize type to
5686         const.
5687
5688         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5689         (gnus-debug-exclude-variables): do.
5690
5691 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5692
5693         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5694         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5695
5696 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * dns.el (dns-make-network-process): New macro.
5699         (query-dns): Use it.
5700
5701 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5702
5703         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5704         article-buffer.
5705
5706         * mm-url.el (mm-url-package-name): New variable.
5707         (mm-url-package-version): New variable.
5708         (mm-url-insert-file-contents): Bind url-package-name and
5709         url-package-version here.
5710         * nnrss.el (nnrss-insert-w3): Move the bindings.
5711
5712         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5713         url-package-version. Trivial change from Andrew J Cosgriff
5714         <ajc@polydistortion.net>
5715
5716         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5717         attachments. Trivial change from Peter 'Luna' Runestig
5718         <peter@runestig.com>.
5719
5720 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5721
5722         * nnkiboze.el (nnkiboze-request-scan): Call
5723         nnkiboze-possibly-change-group.
5724         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5725         problems.
5726         (nnkiboze-generate-group): Set newsrc to the *highest* article
5727         number kibozed, not the lowest.
5728
5729 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5730
5731         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5732
5733 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5734         From Dan Christensen <jdc+news@uwo.ca>.
5735
5736         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5737         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5738         Recognize math postings.  Extract Date (now ignores "(15kb)").
5739         Extract email address using gnus-extract-address-components
5740         instead of just taking the first word.  Create Date and From
5741         headers for message which are missing these headers.  Get rid
5742         of spurious \\ lines (purely cosmetic).  Extend body-end and
5743         file-end regexps, to exclude more garbage from the message.
5744         Make URL rephrasing regexp more flexible, to match current
5745         format.
5746
5747 2002-04-23  Simon Josefsson  <jas@extundo.com>
5748
5749         * netrc.el: New file, functions copied from gnus-util.el by Ted
5750         Zlatanov <tzz@lifelogs.com>.
5751
5752         * gnus-util.el: Require netrc.
5753         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5754         new code in netrc.el.
5755
5756 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5757
5758         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5759         message-ignored-resent-headers, too.  From Matthieu Moy
5760         <Matthieu.Moy@imag.fr>.
5761
5762 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5763
5764         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5765         boolean not a string
5766         * gnus-group.el (gnus-group-line-format): add description of %C
5767         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5768           as %C
5769         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5770
5771 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5772
5773         * nnmaildir.el (nnmaildir-request-scan): typo: set
5774         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5775         nnmail-get-new-mail for 'find-new-groups.
5776
5777 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5778
5779         * nnmaildir.el (nnmaildir-request-update-info,
5780         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5781         unnecessary calls to nnmaildir-request-scan.
5782
5783 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5784
5785         * gnus-msg.el:
5786         * gnus-msg.el (gnus-message-replysign): New.
5787         * gnus-msg.el (gnus-message-replyencrypt): New.
5788         * gnus-msg.el (gnus-message-replysignencrypted): New.
5789         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5790         (above) to automatically encrypt/sign to encrypted/signed
5791         messages.
5792         * message.el:
5793         * message.el (message-mode-map): Add keybinding for
5794         `message-to-list-only'
5795         * message.el (message-mode): Add description for
5796         `message-to-list-only'
5797         * message.el (message-to-list-only): New.
5798         * message.el (message-make-mft): Changed to use the cl loop macro,
5799         and added optional flag to return only the matched list. (for use
5800         in new message-to-list-only function)
5801
5802 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5803
5804         * gnus-msg.el:
5805         * gnus-msg.el (gnus-message-replysign):
5806         * gnus-msg.el (gnus-replysign): New.
5807         * gnus-msg.el (gnus-replyencrypt): New.
5808         * gnus-msg.el (gnus-replysignencrypted): New.
5809         * gnus-msg.el (gnus-summary-reply):
5810         * message.el:
5811         * message.el (message-mode-map):
5812         * message.el (message-mode):
5813         * message.el (message-to-list-only): New.
5814         * message.el (message-make-mft):
5815
5816 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5819
5820 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5821
5822         * message.el (message-gen-unsubscribed-mft): accept a prefix
5823         argument so CC can be included with C-u C-c C-f C-a
5824
5825 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5826         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5827
5828         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5829         Improve docstring.
5830         (spam-enter-blacklist): New command.
5831
5832         * gnus-sum.el (gnus-spam-mark): New mark.
5833         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5834         (gnus-summary-make-tool-bar): Correct conditional.
5835         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5836         (gnus-summary-mark-as-spam): New command.
5837
5838 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5839
5840         * mml-sec.el (mml-secure-message): changed to support arbritrary
5841         modes.
5842         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5843         changed to support "signencrypt" mode.
5844         * mml.el (mml-parse-1): changed to support different secure modes
5845         more easily. (for signencrypt)
5846
5847 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5848
5849         * gnus-sum.el (gnus-update-summary-mark-positions)
5850         (gnus-summary-toggle-header):
5851         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5852         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5853         (gnus-uu-post-encoded):
5854         * nnfolder.el (nnfolder-possibly-change-group):
5855         * nnimap.el (nnimap-retrieve-headers):
5856         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5857
5858 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5859
5860         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5861         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5862
5863 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-srvr.el (gnus-server-set-info): Clear
5866         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5867         From Daiki Ueno <ueno@unixuser.org>.
5868
5869 2002-04-11  Simon Josefsson  <jas@extundo.com>
5870
5871         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5872         viewing of security buttons.  Thanks to Nicolas Kowalski
5873         <Nicolas.Kowalski@imag.fr>.
5874
5875         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5876         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5877         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5878         <Nicolas.Kowalski@imag.fr>.
5879         (smime-decrypt-buffer): Ditto.
5880
5881 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5884         header line.
5885
5886 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5887
5888         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5889
5890 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5893
5894 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5895
5896         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5897         errors when debug.
5898
5899 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5900
5901         * message.el (message-make-mft): Changed MFT code from using
5902         message-recipients (which included Bcc) to use only the To and CC
5903         headers.
5904
5905 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5906
5907         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5908         add link.
5909         (gnus-treat-mail-picon): Ditto.
5910         (gnus-treat-newsgroups-picon): Ditto.
5911         (gnus-picon-databases): Fix custom type.
5912         (gnus-picon-databases): Add link.
5913         (gnus-article-x-face-command): Add to gnus-picon group.
5914
5915 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5916
5917         * message.el (message-buffer-naming-style): Remove.
5918
5919 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5922
5923         * message.el (message-tool-bar-map): Ditto.
5924
5925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5926
5927 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5930
5931 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5932
5933         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5934
5935 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5936         Trivial patch.
5937
5938         * dns.el: open-network-stream under XEmacs does udp.
5939
5940 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5941
5942         * spam.el (spam-enter-whitelist): New function.
5943         (spam-parse-whitelist): Ditto.
5944         (spam-refresh-list-cache): Ditto.
5945         (spam-address-whitelisted-p): New function.
5946
5947         * dns.el (query-dns): Use TCP when make-network-process isn't
5948         available.
5949         (dns-servers): New variable.
5950         (dns-parse-resolv-conf): New function.
5951         (query-dns): Use it.
5952
5953         * spam.el: New file.
5954
5955         * dns.el (query-dns): Test.
5956
5957 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * lpath.el (featurep): Bind make-network-process.
5960
5961 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5962
5963         * nnmaildir.el: Use defstruct.  Use a single copy of
5964         nnmail-extra-headers to save memory.  Store server's group name
5965         prefix instead of each group's prefixed name.
5966         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5967         nntp-server-buffer.
5968
5969 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970
5971         * dns.el: New file.
5972
5973 2002-03-28  Simon Josefsson  <jas@extundo.com>
5974
5975         * gnus-sum.el (gnus-summary-dummy-line-format):
5976         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5977         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5978
5979 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5980
5981         * gnus-sum.el (gnus-summary-move-article)
5982         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5983         the doc string.
5984
5985 2002-03-28  Simon Josefsson  <jas@extundo.com>
5986
5987         * mml-sec.el (mml-secure-message): Search after
5988         mail-header-separator from top of message.
5989
5990 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5991
5992         * nnmaildir.el: Cosmetic changes.
5993         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5994         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5995         nnmaildir--group-ls): New macros/functions.  Use them.
5996         (nnmaildir--unlink): Evalutate argument only once.
5997
5998 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5999
6000         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6001         symbols.
6002         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6003         `gnus-point-at-eol'.
6004
6005 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6006
6007         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6008         nnmaildir--marks-dir): New macros.  Use them.
6009         Use inhibit-quit for atomicity instead of in-memory journaling.
6010         (nnmaildir--edit-prep): New function.
6011         (Local Variables): Use it.
6012
6013 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6014
6015         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6016
6017 2002-03-25  Simon Josefsson  <jas@extundo.com>
6018
6019         * message.el (message-mode): Fix doc.
6020
6021 2002-03-25  Simon Josefsson  <jas@extundo.com>
6022
6023         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6024         Matthieu Moy <Matthieu.Moy@imag.fr>.
6025
6026 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6027
6028         * mml-sec.el (mml-unsecure-message): Add docstring.
6029
6030 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6033         value.
6034         Trivial change from andre@slamdunknetworks.com
6035
6036 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6037
6038         * mml.el (mml-mode-map): Added a keybinding for
6039         `mml-unsecure-message'.  Also, added a menu entry for said
6040         function in the Attachments menu.
6041
6042 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * canlock.el (canlock-version): Remove.
6045         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6046         here; simplify \x insertions.
6047         (canlock-sha1): New function, always return a unibyte string.
6048         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6049         of a password.
6050         (canlock-insert-header): Use `canlock-sha1'.
6051         (canlock-verify): Ditto.
6052
6053 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6054
6055         * message.el (message-fix-before-sending): Add an option that
6056         ignores illegible text.
6057         Trivial change from Mark Milhollan <mlm@attglobal.net>
6058
6059         * message.el (message-font-lock-keywords): Support multi-line MML
6060         tags.
6061
6062         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6063         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6064
6065 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6068         symbols for "View as different encoding" submenu.
6069
6070 2002-03-19  Simon Josefsson  <jas@extundo.com>
6071
6072         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6073         encoding" submenu.
6074
6075 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6076
6077         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6078
6079 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6080
6081         * gnus-sum.el (gnus-sum-thread-tree-root)
6082         (gnus-sum-thread-tree-single-indent)
6083         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6084         (gnus-sum-thread-tree-leaf-with-other)
6085         (gnus-sum-thread-tree-single-leaf): Make customizable.
6086
6087 2002-03-16  Simon Josefsson  <jas@extundo.com>
6088
6089         * gnus-util.el (gnus-extract-address-components): Don't break on
6090         names such as James "Kibo" Parry.  From Francis Litterio
6091         <franl@world.std.com>.
6092
6093 2002-03-13  Simon Josefsson  <jas@extundo.com>
6094
6095         * pop3.el (pop3-open-server): Revert multibyte change.  From
6096         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6097
6098         * message.el (message-send-mail-with-qmail): Make it work.  From
6099         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6100
6101 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6102
6103         * message.el (message-make-mft): Set case-fold-search while
6104         generating the MFT.  Also, a little cleanup in the MFT code.
6105
6106 2002-03-12  Simon Josefsson  <jas@extundo.com>
6107
6108         * message.el (message-qmail-inject-args): May be function.
6109         (message-send-mail-with-qmail): Call function if m-q-i-a is
6110         function.  From fn@hungry.org (Faried Nawaz).
6111
6112 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6113
6114         * message.el (message-abbrevs-loaded): Remove.
6115         (mailabbrev): Require it.
6116
6117         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6118
6119 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * pop3.el (pop3-open-server): Set process buffer unibyte.
6122
6123 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6126
6127 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6128
6129         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6130         too.
6131
6132 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6133
6134         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6135         duplication.
6136         (gnus-summary-save-parts-type-history): Ditto.
6137         (gnus-summary-save-parts-last-directory): Ditto.
6138         Trivial change from andre@slamdunknetworks.com
6139
6140 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6141
6142         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6143
6144 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6145
6146         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6147         -->" as the end of the first article.
6148
6149         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6150         From Matthieu Moy <Matthieu.Moy@imag.fr>
6151
6152         * message.el (message-add-action): Use add-to-list.
6153         (message-delete-action): New function.
6154
6155         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6156         pieces.
6157
6158 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6159
6160         * nnnil.el: New file.
6161         * gnus.el (gnus-valid-select-methods): Include nnnil.
6162
6163 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * message.el (message-syntax-checks): Because canlock is
6166         supported, we disable sender syntax check.
6167         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6168
6169         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6170         value of message-syntax-checks.
6171
6172         * qp.el (quoted-printable-decode-region): Doc addition.
6173         From: Eli Zaretskii <eliz@is.elta.co.il>
6174
6175         * mail-source.el (make-source-make-complex-temp-name): Use
6176         make-temp-file.
6177
6178         * mm-util.el (mm-make-temp-file): New function.
6179         * nneething.el (nneething-file-name): Use it.
6180         * mml-smime.el (mml-smime-encrypt): Ditto.
6181         * mm-view.el (mm-inline-wash-with-file): Ditto.
6182         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6183         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6184         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6185         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6186         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6187         * gnus-art.el (gnus-mime-print-part): Ditto.
6188
6189 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6190
6191         * message.el (nnmaildir-article-number-to-base-name): New
6192         function.
6193         (nnmaildir-base-name-to-article-number): New function.
6194
6195 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * smime.el (smime-make-temp-file): Don't quote
6198         `temporary-file-directory'.
6199
6200 2002-03-04  Simon Josefsson  <jas@extundo.com>
6201
6202         * smime.el (smime-sign-region): Rename argument keyfiles to
6203         keyfile. You only sign something with one key.
6204         (smime-sign-buffer): Better completing-read prompt.
6205         (smime-decrypt-buffer): Ditto.
6206
6207         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6208
6209         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6210         completing-read.
6211         (mm-view-pkcs7-decrypt): CRLF->LF.
6212
6213 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6214
6215         * message.el (message-hierarchical-addresses): New variable.
6216         (message-get-reply-headers): Use it.
6217         From Ted Zlatanov <teodor.zlatanov@divine.com>
6218
6219 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6220
6221         * message.el (message-mode): If buffer-file-name, don't set auto
6222         save file name.
6223         Trivial change from Geoff Greene <ggreene@wpi.edu>
6224
6225 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6226
6227         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6228         takes one argument in read-char.
6229
6230         * message.el (message-fix-before-sending): Forward a char.
6231         Check mmu-multibyte-p, add control-1.
6232
6233 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6234
6235         * gnus-start.el (gnus-read-init-file): Ditto.
6236
6237         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6238
6239         * dgnushack.el (dgnushack-make-load): Ditto.
6240
6241         * mail-source.el (mail-source-fetch): Extract the right error
6242         code.
6243
6244         * message.el (message-fix-before-sending): Check illegible text.
6245
6246         * gnus-util.el (gnus-multiple-choice): New function.
6247
6248         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6249         also defined in gnus-score.el.
6250
6251 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6252
6253         * message.el (message-get-reply-headers): downcase email addresses
6254         for comaparisons for duplicate removal.
6255
6256 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6259         implementation of PKCS#7, which just allows users read the
6260         message.
6261         (mm-view-pkcs7): Use it.
6262
6263 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6264
6265         * gnus.el (large-newsgroup-initial): New parameter.
6266
6267         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6268         (gnus-summary-insert-old-articles): Ditto.
6269
6270 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6271
6272         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6273         used as the default answer of the question, "How many articles?".
6274         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6275
6276         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6277         small numbers.
6278
6279 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6280
6281         * deuglify.el: Fix comments.
6282
6283 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * html2text.el (html2text-clean-anchor): If there is no HREF,
6286         insert nothing.
6287
6288         * mml.el (mml-generate-mime-1): Add cdr.
6289         From: andre@slamdunknetworks.com
6290
6291         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6292         (mm-text-html-washer-alist): Ditto.
6293
6294         * mm-decode.el (mm-text-html-renderer): Add html2text.
6295
6296         * html2text.el: Face lift.
6297
6298         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6299
6300 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6301
6302         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6303
6304         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6305
6306         * deuglify.el: New file. The original file name is
6307         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6308
6309         * mm-decode.el (mm-display-external): Use
6310         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6311
6312 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6313
6314         * nnmaildir.el (nnmaildir-request-list): Report the highest
6315         article number, not the total number of articles.
6316
6317 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6318
6319         * gnus-sum.el: Move uu key map here.
6320         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6321
6322 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6323
6324         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6325         nnmail-expiry-wait* if expire-age parameter is not set.
6326
6327 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6330         function.
6331         (gnus-group-sort-selected-groups-by-real-name): New function.
6332         (gnus-group-make-menu-bar): Add sort by real name.
6333
6334         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6335         rebuild.
6336         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6337         nil as dependencies as well.
6338
6339 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6342         for mime-parts.
6343
6344         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6345
6346         * gnus-group.el (gnus-group-name-decode): Don't test
6347         multibyte-string, because it breaks XEmacs.
6348         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6349
6350         * message.el (message-send-mail): Be talkative.
6351
6352         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6353         (mm-automatic-display): Ditto.
6354
6355         * mailcap.el (mailcap-mime-data): Ditto.
6356         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6357
6358 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * many files: Remove trailing whitespaces, replace spc+tab with
6361         tab, replace leading whitespaces with tabs.
6362
6363 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6364
6365         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6366         articles with no body and no blank line after the header.
6367
6368 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6369
6370         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6371         parts.
6372
6373         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6374         non-ascii chars.
6375
6376         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6377
6378         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6379         w3-delay-image-loads.
6380         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6381         (mm-w3-prepare-buffer): Ditto.
6382
6383         * mail-source.el (mail-source-fetch-directory): Run scripts.
6384
6385 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6388         for Majordomo confirmations.
6389
6390 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6393
6394 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6395
6396         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6397
6398 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6399
6400         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6401         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6402
6403 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6404
6405         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6406         (mm-inline-render-with-stdin): Ditto.
6407         (mm-inline-render-with-function): Ditto.
6408         (mm-inline-wash-with-file): Bind coding-system-for-write.
6409         (mm-inline-wash-with-stdin): Ditto.
6410
6411 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6412
6413         Suggested by Felix Natter <fnatter@gmx.net>
6414
6415         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6416         gnus-mime-externalize-view.
6417         (gnus-mime-view-part-internally): Rename from
6418         gnus-mime-internalize-view.
6419         (gnus-article-view-part-externally): Rename from
6420         gnus-article-externalize-part.
6421         (gnus-mime-action-alist): Change correspondingly.
6422         (gnus-mime-button-commands): Ditto.
6423         (gnus-mime-action-alist): Remove duplication.
6424
6425         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6426
6427 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6428
6429         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6430
6431         * gnus-art.el (gnus-display-mime): Use it.
6432
6433         * mm-partial.el (mm-partial-find-parts): Use it.
6434
6435         * gnus-sum.el (gnus-article-loose-mime): Rename from
6436         gnus-article-no-strict-mime.
6437         (gnus-summary-save-parts): Use it.
6438
6439 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6442         local variable.
6443
6444         * gnus-art.el (article-display-x-face): Don't sort multiple
6445         X-Faces.
6446
6447 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6450         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6451
6452         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6453
6454 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6455
6456         Some ideas is inspired by code from Hrvoje Niksic
6457         <hniksic@arsdigita.com>
6458
6459         * gnus-art.el (gnus-article-wash-function): Set the default to
6460         nil, so that we use mm-text-html-renderer instead.
6461         (article-wash-html): Use mm-text-html-renderer.
6462
6463         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6464         (mm-text-html-renderer): New variable.
6465         (mm-inline-text-html-renderer): Set the default to nil, so that we
6466         use mm-text-html-renderer instead.
6467
6468         * mm-view.el (mm-inline-text-html): New function.
6469         (mm-text-html-renderer-alist): New variable.
6470         (mm-inline-text-vcard): New function.
6471         (mm-inline-text): Split.
6472         (mm-links-remove-leading-blank): New function.
6473         (mm-inline-render-with-file): New function.
6474         (mm-inline-render-with-stdin): New function.
6475         (mm-inline-render-with-function): New function.
6476         (mm-text-html-washer-alist): New variable.
6477         (mm-inline-wash-with-file): New function.
6478         (mm-inline-wash-with-stdin): New function.
6479
6480 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6481
6482         * message-utils.el: Fix installation doc.
6483         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6484
6485 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6488         (gnus-post-method): Use it.
6489         (gnus-summary-cancel-article): Find the correct post-method.
6490
6491         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6492         * message.el (message-send-news): Ditto.
6493         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6494         <ipmonger@delamancha.org>
6495
6496         * gnus.el (gnus-select-method): Fix doc.
6497         (gnus-server-string): Use 'using nntp'.
6498
6499         * gnus-agent.el (gnus-slave-unplugged): New command.
6500         From: Felix Natter <fnatter@gmx.net>
6501
6502 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6505         Call edit-done-function first, then change the window
6506         configuration.
6507         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6508         (gnus-article-edit-mode): mml-mode.
6509
6510         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6511         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6512
6513         * message-utils.el: Adopt the file.
6514
6515         * message-utils.el: New file.
6516         From Holger Schauer <Holger.Schauer@gmx.de>
6517
6518 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * gnus-sum.el (gnus-summary-move-article): Select-article only
6521         when gnus-move-split-methods is non-nil. And we don't render or
6522         mark the article.
6523
6524         * gnus-fun.el (gnus-shell-command-to-string): New function.
6525         (gnus-shell-command-on-region): New function.
6526         (gnus-random-x-face): Use them.
6527         (gnus-x-face-from-file): Ditto.
6528         (gnus-convert-image-to-gray-x-face): Ditto.
6529         (gnus-convert-gray-x-face-to-xpm): Ditto.
6530         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6531
6532 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-treat-display-xface): Don't use
6535         `shell-command-to-string' when compiling.
6536         (gnus-treat-display-grey-xface): Ditto.
6537
6538 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6539
6540         * nnmaildir.el (nnmaildir--article-count): If the group is
6541         completely empty, report minimum article number as 1 instead of 0.
6542
6543 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6544
6545         * gnus-agent.el (gnus-get-predicate): Use nconc.
6546
6547         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6548         gnus-summary-display-cache as cache.
6549
6550         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6551         (nndoc-mail-in-mail-type-p): New function.
6552         (nndoc-mail-in-mail-article-begin): New function.
6553
6554 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6555
6556         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6557
6558         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6559         use-hard-newlines to nil.
6560
6561         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6562         image is not available if window-system is not available.
6563
6564         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6565
6566 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6569         bookmark, because update-mark doesn't handle it correctly.
6570
6571 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6572
6573         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6574         directly instead of calling message-send-mail.
6575
6576         * gnus-start.el (gnus-read-descriptions-file): Use
6577         gnus-default-charset.
6578
6579         * mm-util.el (mm-guess-mime-charset): New function.
6580
6581         * gnus.el (gnus-default-charset): Use it.
6582         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6583         the default.
6584
6585 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6586
6587         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6588         (article-display-x-face): Use it.  Disable grey xface, if
6589         uncompface is not found.
6590
6591         * message.el (message-mode): Don't enable multibyte on an indirect
6592         buffer.
6593
6594         * nnrss.el (nnrss-content-function): New variable.
6595         (nnrss-request-article): Use it.
6596
6597 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * gnus.el: Add article-unsplit-urls.
6600         * gnus-sum.el: Ditto.
6601         * gnus-art.el (gnus-treat-strip-cr): New variable.
6602         (gnus-treatment-function-alist): Use it.
6603         (article-unsplit-urls): New function.
6604         (gnus-article-make-menu-bar): Use it.
6605         From: Michael Cook <michael.cook@cisco.com>
6606
6607 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6610         copy.
6611
6612 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6613
6614         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6615         with internal whitespace.
6616         (gnus-parent-id): Ditto.
6617
6618 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6619
6620         * gnus-art.el (gnus-article-treat-body-boundary): Add
6621         gnus-decoration property.
6622         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6623
6624         * message.el (message-mode): Set local-abbrev-table.
6625         From Matt Armstrong <matt@lickey.com>.
6626
6627         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6628         too many spaces.
6629
6630         * rfc2047.el (rfc2047-unfold-region): Ditto.
6631         (rfc2047-decode-region): Don't unfold. Let
6632         gnus-article-treat-unfold-headers do it.
6633
6634         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6635         From: Jesper Harder <harder@ifa.au.dk>
6636
6637 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6640         (gnus-configure-posting-styles): Use it.
6641         (gnus-configure-posting-styles): Remove trailing newspaces.
6642
6643 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6644
6645         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6646         is non-nil.
6647
6648         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6649
6650         * gnus.el (gnus-server-to-method): Switch position with
6651         gnus-server-get-method.
6652         (gnus-agent): Add doc.
6653
6654         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6655         (gnus-summary-save-parts): Use it.
6656
6657         * gnus-art.el (gnus-display-mime): Use it.
6658         * mm-partial.el (mm-partial-find-parts): Use it.
6659
6660         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6661
6662         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6663         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6664
6665         * nnagent.el (nnagent-request-expire-articles): Don't delete
6666         files.
6667
6668 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6669
6670         * message.el (message-gen-unsubscribed-mft): New function.
6671         From Sriram Karra <karra@cs.utah.edu>.
6672
6673         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6674         open parenthesis.
6675
6676         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6677         (mm-inline-text-html-render-with-w3): Ditto.
6678         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6679         Suggested by Dave Love  <d.love@dl.ac.uk>.
6680
6681         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6682
6683         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6684         * nntp.el (nntp-send-command): Ditto.
6685         * nntp.el (nntp-send-command-nodelete): Ditto.
6686
6687 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6688
6689         * mm-url.el (mm-url-load-url): New function.
6690         (mm-url-insert-file-contents): Use it.
6691
6692         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6693
6694         * message.el (message-forward-make-body): Correctly copy
6695         forward-buffer.
6696
6697         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6698
6699 2002-02-04  Simon Josefsson  <jas@extundo.com>
6700
6701         * gnus-art.el (gnus-article-followup-with-original): Mark with
6702         force, prevent errors when following up from article buffer.
6703         (gnus-article-reply-with-original): Ditto.
6704
6705         * binhex.el (binhex-decoder-switches): Fix doc.  From
6706         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6707
6708 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6709
6710         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6711         highlight-citation after emphasize.
6712
6713 2002-02-04  Simon Josefsson  <jas@extundo.com>
6714
6715         * nnfolder.el (nnfolder-open-marks):
6716
6717         * nnml.el (nnml-open-marks): Message when done.  From David
6718         Edmondson <dme@sun.com>.
6719
6720 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * imap.el (imap-anonymous-auth): Fix typo.
6723         From: Steinar Bang <sb@dod.no>
6724
6725         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6726         save-excursion.
6727         (gnus-cache-braid-heads): Ditto.
6728
6729         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6730         line, because there are extra articles in the overview buffer.
6731
6732         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6733
6734         * message.el (message-forward-rmail-make-body): Directly use
6735         rmail-msg-restore-non-pruned-header to avoid calling
6736         vertical-motion.
6737
6738 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6739
6740         * gnus-cache.el (gnus-summary-insert-cached-articles):
6741         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6742
6743         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6744         gnus-newsgroups-unselected.
6745
6746         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6747         gnus-add-to-sorted-list.
6748
6749         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6750         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6751         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6752         (gnus-update-read-articles): UNREAD is sorted.
6753         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6754         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6755         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6756         (gnus-newsgroup-dormant): Require sorted.
6757
6758         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6759         directories.
6760         (gnus-dired-print): New function.
6761
6762         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6763         ps-despool.
6764
6765 2002-02-02  Simon Josefsson  <jas@extundo.com>
6766
6767         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6768
6769 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6770
6771         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6772         t. This makes gnus-agent customizable without putting
6773         gnus-agentize into .gnus.
6774
6775         * gnus.el (gnus-agent): Make it customizable.
6776
6777         * gnus-dired.el: New file.
6778         From Benjamin Rutt <brutt@bloomington.in.us>
6779
6780         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6781         if no article.
6782         (gnus-cache-possibly-remove-article): Ditto.
6783         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6784
6785 2002-02-01  Simon Josefsson  <jas@extundo.com>
6786
6787         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6788
6789 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6792         (mm-setup-w3m): Don't bind keys listed in the above.
6793
6794 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6797         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6798         is non-nil; bind `w3m-force-redisplay' with nil.
6799
6800         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6801
6802         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6803
6804 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6805
6806         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6807         use mail-header-unfold-field.
6808
6809         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6810         gnus-summary-limit.
6811
6812         * gnus-range.el (gnus-add-to-sorted-list): New function.
6813         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6814         (gnus-mark-article-as-unread): Ditto.
6815         (gnus-summary-mark-article-as-unread): Ditto.
6816         (gnus-build-get-header): Ditto.
6817         (gnus-summary-prepare-threads): Ditto.
6818         (gnus-summary-insert-pseudos): Ditto.
6819         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6820         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6821         (gnus-summary-insert-old-articles): Ditto.
6822
6823         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6824         (gnus-configure-posting-styles): Support the new format.
6825
6826         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6827         edebug-form-spec to (sexp body).
6828         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6829
6830         * message.el (message-reply-headers): Add doc.
6831
6832 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6835         gnus-cache-active-hashtb.
6836
6837         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6838         (gnus-agent-summary-fetch-group): Use it.
6839
6840         * gnus-msg.el (gnus-debug-files): New variable.
6841         (gnus-debug-exclude-variables): New variable.
6842         (gnus-debug): Use them.
6843
6844         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6845
6846 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6849         (message-mode-syntax-table): Move back the previous position.
6850
6851         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6852
6853         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6854         gnus-sorted-difference.
6855
6856         * nnsoup.el (nnsoup-request-expire-articles): Use
6857         gnus-sorted-difference.
6858
6859         * nnheader.el: Autoload gnus-sorted-difference.
6860
6861         * nnfolder.el (nnfolder-request-expire-articles): Use
6862         gnus-sorted-difference.
6863
6864         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6865         gnus-sorted-difference.
6866
6867         * gnus-range.el: Autoload cookies.
6868         (gnus-sorted-difference): New function.
6869         (gnus-sorted-ndifference): New function.
6870         (gnus-sorted-nintersection): Rename from
6871         gnus-set-sorted-intersection.
6872         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6873         (gnus-list-range-difference): Rename from
6874         gnus-inverse-list-range-intersection.
6875         (gnus-inverse-list-range-intersection): Use defalias.
6876
6877         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6878         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6879         (gnus-articles-to-read): Use gnus-sorted-difference.
6880         (gnus-summary-limit-mark-excluded-as-read): Use
6881         gnus-sorted-intersection and gnus-sorted-ndifference.
6882         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6883         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6884
6885         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6886
6887 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6890         property to the buffer for using emacs-w3m command keys.
6891
6892         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6893         option.
6894
6895         * mm-view.el (mm-w3m-mode-map): New variable.
6896         (mm-w3m-mode-command-alist): New variable.
6897         (mm-w3m-minor-mode): Removed.
6898         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6899         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6900         buffer for using emacs-w3m command keys.
6901
6902 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * message.el (message-mode-syntax-table): Move forward.
6905         (message-cite-prefix-regexp): Auto detect non word constituents.
6906         (message-cite-prefix-regexp): Don't use with-syntax-table.
6907
6908         * gnus-sum.el (gnus-summary-update-info): Use
6909         gnus-list-range-intersection.
6910
6911         * gnus-agent.el (gnus-agent-fetch-headers): Use
6912         gnus-list-range-intersection.
6913
6914         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6915         (gnus-list-range-intersection): Use it.
6916         (gnus-inverse-list-range-intersection): Ditto.
6917         (gnus-sorted-intersection): Add doc.
6918         (gnus-set-sorted-intersection): Add doc.
6919         (gnus-sorted-union): New function.
6920         (gnus-set-sorted-union): New function.
6921
6922         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6923         (gnus-inverse-list-range-intersection): Ditto.
6924
6925 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6926
6927         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6928
6929         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6930         and permit `:' and `\' in order to handle full Windows pathnames.
6931         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6932         technically not correct per standard, but seems to have common use.
6933
6934 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6935
6936         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6937         replacing numbers.
6938
6939 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6942
6943         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6944         Don't split when the window is small, e.g. when a small *BBDB*
6945         window is the lowest one.
6946
6947         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6948         nnheader-find-nov-line to speed up. Use nreverse, because it is
6949         sorted. Use nnheader-insert-nov-file.
6950
6951 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6954
6955         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6956         of `w3m-display-inline-images' with the value of
6957         `mm-inline-text-html-with-images'.
6958         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6959
6960         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6961
6962 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6963
6964         * time-date.el: Add autoload cookies.  Many doc fixes.
6965         (time-add): New function.
6966         (time-subtract): Renamed from subtract-time.
6967         (subtract-time): New alias for time-subtract.
6968
6969 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6972         emacs-w3m in doc-string.
6973
6974         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6975         `w3m-current-buffer'.
6976
6977 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6978
6979         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6980
6981         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6982         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6983         (mm-w3m-cid-retrieve): New function.
6984         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6985
6986 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6987
6988         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6989
6990 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6993
6994 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6997         32K.
6998
6999         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7000
7001         * nnmail.el (nnmail-article-group): Decode headers before running
7002         split rules over them.
7003         (nnmail-mail-splitting-charset): New variable.
7004
7005         * smiley.el: Replaced with smiley-ems.el.
7006
7007 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * mm-url.el (mm-url-predefined-programs): Add w3m.
7010         (mm-url-program): Ditto.
7011
7012 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * nnml.el (nnml-use-compressed-files): New variable.
7015         (nnml-filenames-are-evil): Removed.
7016         (nnml-current-group-article-to-file-alist): Don't use.
7017         (nnml-update-file-alist): Inhibit.
7018         (nnml-article-to-file): Use new var.
7019
7020 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7021
7022         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7023
7024         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7025
7026 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7029         function.
7030
7031         * gnus-util.el (gnus-cache-file-contents): New function.
7032
7033         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7034         (gnus-agent-load-alist): Use it.
7035
7036         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7037
7038         * nnheader.el (nnheader-insert-nov-file): New function.
7039
7040         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7041
7042         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7043         there are no references.
7044         (gnus-extract-message-id-from-in-reply-to): New function.
7045         (gnus-nov-parse-line): Use in-reply-to if there are no
7046         references.
7047
7048 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7051
7052         * gnus-util.el (gnus-parse-without-error): New macro.
7053
7054 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7057         (gnus-article-wash-function): use locate-library to decide which
7058         to use.
7059
7060 2002-01-25  Simon Josefsson  <jas@extundo.com>
7061
7062         * pop3.el (pop3-munge-message-separator): Work if no date.
7063         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7064
7065 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-agent.el (gnus-agent-save-alist): Fix.
7068
7069         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7070         mistake.  Reinstated lost code.
7071
7072 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7073
7074         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7075         one exists in the case of an encrypted message with an internal
7076         signature.
7077
7078 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7081
7082 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * dgnushack.el: Commented out the experimental code.
7085
7086 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7089         error.
7090
7091         * gnus.el (gnus-server-to-method): Made into subst.
7092         (gnus-server-method-cache): New variable.
7093         (gnus-server-to-method): Use it.
7094         (gnus-group-method-cache): New variable.
7095         (gnus-find-method-for-group-1): Renamed.
7096         (gnus-find-method-for-group): New function.
7097         (gnus-group-method-cache): Removed.
7098
7099         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7100         function.
7101
7102         * gnus-range.el (gnus-members-of-range): New function.
7103         (gnus-list-range-intersection): Renamed.
7104         (gnus-inverse-list-range-intersection): New function.
7105
7106         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7107
7108         * nnagent.el (nnagent-retrieve-headers): New implementation.
7109
7110         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7111         implementation.
7112
7113 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7116         `w3m-meta-content-type-charset-regexp'.
7117
7118         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7119         charset-encoded html contents.
7120
7121 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7122
7123         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7124         an empty file.
7125
7126         * nnweb.el (url): Ignore errors when request url.
7127
7128         * nnrss.el: Clean up the comments.
7129
7130 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7133
7134         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7135         (mm-inline-media-tests): Test whether the value of
7136         `mm-inline-text-html-renderer' is a function for text/html.
7137
7138         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7139         separated from `mm-inline-text'.
7140         (mm-w3m-minor-mode): New variable.
7141         (mm-w3m-setup): New variable.
7142         (mm-setup-w3m): New function.
7143         (mm-inline-text-html-render-with-w3m): New function.
7144         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7145         text/html.
7146
7147 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7148
7149         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7150
7151 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7154         and `gnus-xmas-completing-read'.
7155
7156 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7157
7158         * nneething.el (nneething-message-id-number): Abolished.
7159         (nneething-encode-file-name): Not encode numerical characters.
7160         (nneething-make-head): `nneething-message-id-number' is not
7161         used to generate message IDs.
7162
7163 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7166         characters.
7167
7168 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7171         (gnus-xmas-redefine): Redefine conditionally.
7172
7173 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7174
7175         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7176         tag.
7177
7178 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7179
7180         * message.el (message-font-lock-keywords): Added the secure tag.
7181         * mml-sec.el: Added functions to generate/modify/remove the secure
7182         tag while in message mode.
7183         * mml-sec.el (mml-secure-message): New.
7184         * mml-sec.el (mml-unsecure-message): New.
7185         * mml-sec.el (mml-secure-message-sign-smime): New.
7186         * mml-sec.el (mml-secure-message-sign-pgp): New.
7187         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7188         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7189         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7190         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7191         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7192         convert it to either a part or multipart depending on if there are
7193         other parts in the message.
7194         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7195         to use the secure tag, rather than the part tag.
7196         * mml.el (mml-preview): Added a save-excursion to keep cursor
7197         position after doing an MML preview.
7198
7199 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * nnheader.el (nnheader-parse-overview-file): New function.
7202         (nnheader-write-overview-file): New function.
7203
7204 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7207         in wanted.
7208
7209         * nnweb.el (nnweb-type-definition): Clean up.
7210
7211 2002-01-21  Alastair Burt  <burt@dfki.de>
7212         Trivial patch.
7213
7214         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7215         buffer exists before jumping to it.
7216
7217 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7220         function.
7221         (article-wash-html): Use it.
7222         (gnus-article-wash-function): New variable.
7223         (gnus-article-wash-html-with-w3m): New function.
7224
7225 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7226
7227         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7228         XEmacs.
7229
7230 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7231
7232         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7233         command line.
7234
7235 2002-01-21  Simon Josefsson  <jas@extundo.com>
7236
7237         * canlock.el (base64-encode-string): Autoload it from base64.
7238         (canlock-make-cancel-key): Base64 encode unibyte string.
7239
7240 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * nnfolder.el (nnfolder-request-accept-article): Unfold
7243         x-from-line.
7244         (nnfolder-request-replace-article): Ditto.
7245
7246 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7247
7248         * gnus-group.el (gnus-group-best-unread-group): Use the right
7249         positioning function.
7250
7251 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * smiley-ems.el (smiley-region): Use new function.
7254         (smiley-update-cache): Use general image functions.
7255         (smiley-region): Use general functions.
7256
7257         * gnus-util.el (gnus-graphic-display-p): New function.
7258
7259         * nnmail.el (nnmail-article-group): Allow outputting traces of
7260         non-strings.
7261
7262         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7263         (nndoc-exim-bounce-type-p): New function.
7264
7265         * message.el (message-dont-send): Doc fix.
7266
7267         * gnus-util.el (gnus-completing-read): Remove
7268         inherit-input-method.
7269
7270         * gnus-art.el (gnus-treat-smiley): Doc fix.
7271
7272         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7273         articles.
7274
7275 2002-01-19  Simon Josefsson  <jas@extundo.com>
7276
7277         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7278         (imap-kerberos4-open): Ditto.
7279         (imap-open): Set port correctly, don't set auth.
7280
7281 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus.el (gnus-version-number): Bump version number.
7284
7285 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7286
7287         * gnus.el: Oort Gnus v0.05 is released.
7288
7289 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7292         exists.
7293
7294         * gnus-spec.el (gnus-string-width-function): New function.
7295         (gnus-tilde-cut-form): Use it.
7296         (gnus-tilde-max-form): Ditto.
7297         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7298         (gnus-substring-function): Use it.
7299         (gnus-tilde-cut-form): Ditto.
7300         (gnus-substring-function): New function.
7301
7302         * message.el (message-check-news-header-syntax): New message.
7303
7304         * gnus.el (gnus-slave-no-server): Doc fix.
7305
7306         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7307
7308 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7311         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7312         (seen (NUM1 . NUM2)).
7313
7314 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7317         number in closed topics.
7318
7319 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7320
7321         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7322         functions.
7323
7324 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * gnus.el (gnus-group-find-parameter): Clean up.
7327
7328         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7329         articles.
7330
7331         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7332
7333         * nnmail.el (nnmail-article-group): Clean up.
7334
7335 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7336
7337         * gnus-agent.el (gnus-category-name): Intern the category name.
7338
7339 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7342
7343         * gnus-util.el (gnus-completing-read): New function.
7344
7345 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7348
7349         * smiley-ems.el (smiley-region): Register smiley.
7350         (smiley-toggle-buffer): Rewrite the function.
7351         (smiley-active): Removed.
7352
7353 2002-01-19  Simon Josefsson  <jas@extundo.com>
7354
7355         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7356         Jesper Harder <harder@ifa.au.dk>.
7357
7358 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7359
7360         * gnus-art.el (gnus-request-article-this-buffer): Call
7361         `nneething-get-file-name' to extract the file name from the
7362         message id.
7363
7364         * nneething.el (nneething-encode-file-name): New function.
7365         (nneething-decode-file-name): Ditto.
7366         (nneething-get-file-name): Ditto.
7367         (nneething-make-head): Encode the file name and encapsulate it
7368         into the field of the message id.
7369
7370 2002-01-18  Simon Josefsson  <jas@extundo.com>
7371
7372         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7373         stored in .marks.
7374
7375         * nnfolder.el (nnfolder-request-update-info): Ditto.
7376
7377 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7380
7381 2002-01-18  Simon Josefsson  <jas@extundo.com>
7382
7383         * imap.el (imap-starttls-p): Don't check for binary.
7384         (imap-gssapi-auth-p): Ditto.
7385         (imap-kerberos4-auth-p): Ditto.
7386         (imap-open): Change logic.  Iterate through all possible streams,
7387         instead of bailing out after first failure.  Move authenticator
7388         decision to `imap-authenticate'.
7389         (imap-authenticate): Change logic, now finds the authenticator to
7390         use, was previously in `imap-open'.
7391         (imap-open): Return nil on failure.
7392         (imap-open): Setup temp buffer correctly.
7393         (imap-open): Return buffer only on success.
7394         (imap-interactive-login, imap-interactive-login): Tell the user
7395         which stream/authenticator is used for the queried
7396         username/password.
7397         (imap-open, imap-authenticate): Set variables.
7398         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7399         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7400
7401 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7404
7405 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7408
7409 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7412         (gnus-agent-group-mode-map): Bind it to "Jo".
7413         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7414
7415 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7416
7417         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7418         (gnus-summary-mail-toolbar): Add mail article deletion button.
7419
7420         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7421         false positives for lines of "^^^^".
7422
7423         * gnus-picon.el (gnus-picon-find-face): faces database is all
7424         lowercase.
7425
7426 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7429         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7430         duplications.
7431         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7432
7433 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * gnus-sum.el (gnus-summary-initial-limit): Inline
7436         gnus-summary-limit-children.
7437         (gnus-summary-initial-limit): Don't limit if
7438         gnus-newsgroup-display is nil.
7439         (gnus-summary-initial-limit): No, don't.
7440
7441         * gnus-util.el
7442         (gnus-put-text-property-excluding-characters-with-faces): Inline
7443         gnus-put-text-property.
7444
7445         * gnus-spec.el (gnus-default-format-specs): New variable.
7446
7447         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7448         gnus-format-specs.
7449         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7450
7451         * gnus-spec.el (gnus-update-format-specifications): Really check
7452         the Gnus version of the .newsrc.eld file.
7453         (gnus-format-specs): Save the new default summary format.
7454
7455         * gnus-util.el (gnus-parent-id): Check whether references is empty
7456         before splitting.
7457
7458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7459         functions.
7460         (gnus-gather-threads-by-references): Inline
7461         `gnus-split-references'.
7462
7463         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7464         default value of gnus-summary-line-format-spec.
7465
7466 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7469         message.
7470         (nnslashdot-request-list): Ditto.
7471         (nnslashdot-sid-strip): Removed.
7472
7473 2002-01-15  Simon Josefsson  <jas@extundo.com>
7474
7475         * nnimap.el (nnimap-close-asynchronous): Enable.
7476         (nnimap-close-group): Expunge.
7477
7478 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7479
7480         * gnus-util.el (gnus-user-date-format-alist): Typo.
7481         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7482
7483 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7484
7485         * nneething.el (nneething-request-article): Set
7486         `nnmail-file-coding-system' to `binary' locally, in order to read
7487         files without any conversion.
7488
7489 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7490
7491         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7492         nnheader-file-coding-system and nnmail-active-file-coding-system.
7493         (gnus-agent-regenerate-group): Ditto.
7494         (gnus-agent-regenerate): Ditto.
7495         (gnus-agent-write-active): Ditto.
7496         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7501         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7502
7503 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7504
7505         * gnus.el: We don't need gnus-article-show-all-headers.
7506
7507         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7508         Ditto.
7509
7510         * gnus-sum.el (gnus-summary-select-article): Don't call
7511         show-all-headers, because hidden headers are not hidden text any
7512         more.
7513
7514 2002-01-13  Simon Josefsson  <jas@extundo.com>
7515
7516         * message.el (message-newline-and-reformat): Use `newline' instead
7517         of inserting \n, so that the newline is marked as hard.
7518
7519         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7520         From Jesper Harder <harder@ifa.au.dk>.
7521
7522 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * imap.el (imap-close): Keep going if quit.
7525
7526         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7527         nntp-server-buffer.
7528
7529 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7532         avoid unbinding shadowed variables.
7533
7534         * gnus-art.el (gnus-picon-databases): Moved here.
7535         (gnus-picons-installed-p): Moved here.
7536         (gnus-article-reply-with-original): Use `mark'.
7537
7538         * gnus.el (gnus-picon): Moved here and renamed.
7539
7540         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7541         installed.
7542         (gnus-treat-mail-picon): Ditto.
7543         (gnus-treat-newsgroups-picon): Ditto.
7544
7545         * gnus-picon.el (gnus-picons-installed-p): New function.
7546
7547 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7548
7549         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7550
7551 2002-01-12  Simon Josefsson  <jas@extundo.com>
7552
7553         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7554         (nnimap-before-find-minmax-bugworkaround): Use it.
7555         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7556         (nnimap-dont-close): New variable.
7557         (nnimap-close-group): Use it.
7558
7559 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560
7561         * gnus-art.el (gnus-article-reply-with-original): Use
7562         `mark-active'.
7563
7564         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7565
7566         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7567         (gnus-score-advanced): Clean up.
7568         (gnus-score-advanced): Accept a multiple of the score.
7569
7570 2002-01-12  Simon Josefsson  <jas@extundo.com>
7571
7572         * flow-fill.el (fill-flowed-display-column)
7573         (fill-flowed-encode-columnq): New variables.  Suggested by
7574         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7575         (fill-flowed-encode, fill-flowed): Use them.
7576
7577         * message.el (message-send-news, message-send-mail): Use
7578         m-b-s-n-p-e-h-n.
7579
7580         * mml.el (autoload): Autoload fill-flowed-encode.
7581         (mml-buffer-substring-no-properties-except-hard-newlines): New
7582         function.
7583         (mml-read-part): Use it.
7584         (mml-generate-mime-1): Encode format=flowed if appropriate.
7585         (mml-insert-mime-headers): Insert format=flowed.
7586
7587         * flow-fill.el (fill-flowed-encode): New function.
7588         (fill-flowed): Bind fill-column to window width.
7589
7590 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7593         it exists.
7594         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7595         (gnus-summary-buffer-name): Don't return the dead name after all.
7596         (gnus-summary-setup-buffer): Kill the dead buffer.
7597
7598         * gnus-art.el (gnus-article-followup-with-original): Store the
7599         value of the mark before deactivating it.
7600
7601 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7604         From: Karl Kleinpaste <karl@charcoal.com>
7605
7606         * gnus-art.el (article-display-x-face): Ditto.
7607         (gnus-article-reply-with-original): Use gnus-region-active-p.
7608         (gnus-article-followup-with-original): Ditto.
7609
7610         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7611         downloadable article either.
7612
7613 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7614
7615         * gnus-art.el (article-display-x-face): Insert From:.
7616
7617         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7618         article. Bind gnus-display-mime-function and
7619         gnus-article-prepare-hook.
7620
7621         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7622         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7623         gnus-agent-possibly-synchronize-flags to the last.
7624         (gnus-agent-go-online): New function. New variable.
7625
7626 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7627
7628         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7629         (gnus-agent-regenerate): Ditto.
7630
7631 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7632
7633         * message.el (message-ignored-news-headers)
7634         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7635         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7636
7637         * gnus.el (gnus-gethash-safe): New macro.
7638
7639         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7640         (gnus-agent-regenerate): Show messages.
7641
7642 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7643
7644         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7645         (gnus-agent-regenerate): New function.
7646         (gnus-agent-save-alist): Sort.
7647         (gnus-agent-copy-nov-line): Test eobp.
7648         (gnus-agent-retrieve-headers): Erase buffer.
7649
7650 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651
7652         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7653         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7654
7655         * gnus.el (gnus-agent-covered-methods): Move here.
7656         (gnus-online): New function.
7657         (gnus-agent-method-p): Move here.
7658
7659         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7660         nil. Remove articles-alist.
7661
7662         * gnus-start.el (gnus-get-unread-articles): Check online.
7663         (gnus-groups-to-gnus-format): Ditto.
7664         (gnus-active-to-gnus-format): Ditto.
7665
7666         * gnus-agent.el (gnus-agent-get-function): Use it.
7667         (gnus-agent-get-undownloaded-list): Ditto.
7668         (gnus-agent-fetch-session): Only fetch online methods.
7669
7670         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7671         (gnus-server-mode-map): Ditto.
7672         (gnus-server-offline-face): New face.
7673         (gnus-server-offline-face): New variable.
7674         (gnus-server-font-lock-keywords): Add offline.
7675         (gnus-server-insert-server-line): Ditto.
7676         (gnus-server-offline-server): New function.
7677
7678         * gnus-int.el (gnus-open-server): Turn to offline.
7679         (gnus-server-unopen-status): New variable.
7680
7681 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7682
7683         * nnkiboze.el (nnkiboze-request-article): Use
7684         gnus-agent-request-article.
7685
7686         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7687         function. Insert undownloaded NOV.
7688
7689         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7690         (gnus-agent-request-article): New function.
7691
7692         * gnus.el (gnus-agent-cache): New variable.
7693
7694         * gnus-int.el (gnus-retrieve-headers): Use
7695         gnus-agent-retrieve-headers.
7696         (gnus-request-head): Use gnus-agent-request-article.
7697         (gnus-request-body): Ditto.
7698
7699         * gnus-art.el (gnus-request-article-this-buffer): Use
7700         gnus-agent-request-article.
7701
7702         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7703         article if it is undownloaded.
7704
7705 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7708
7709 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * canlock.el (canlock-string-as-unibyte): New macro.
7712         (canlock-sha1-with-openssl): Return a unibyte string.
7713         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7714
7715 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7716
7717         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7718
7719 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7720
7721         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7722         application/x-emacs-lisp.
7723
7724         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7725
7726         * nntp.el (nntp-request-article): Add group parameter.
7727         (nntp-request-head): Ditto.
7728         (nntp-find-group-and-number): Add parameter group. Figure out
7729         number if the status line doesn't give (e.g. quimby.gnus.org).
7730
7731 2002-01-08  Simon Josefsson  <jas@extundo.com>
7732
7733         * mml.el (mml-generate-mime-1): Set recipient correctly.
7734
7735 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7736
7737         * message.el (message-read-from-minibuffer): Add parameter
7738         initial-contents.
7739         * gnus-msg.el (gnus-summary-resend-message): Use it.
7740
7741         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7742         behavior of quit-config.
7743
7744         * message.el (message-make-from): Don't quote fullname.
7745         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7746
7747         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7748         From: <andre@slamdunknetworks.com>
7749
7750 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7751
7752         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7753
7754         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7755
7756         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7757         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7758         because bbdb may use it.
7759
7760 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7761
7762         * nneething.el (nneething-request-article): When a non-text file
7763         is converted to an article, its data is encoded in base64.  Call
7764         `nneething-make-head' with options to specify MIME types.
7765         (nneething-make-head): Add optional arguments to specify MIME
7766         types.
7767
7768 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7771         header if there is not.
7772
7773         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7774
7775         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7776         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7777         (gnus-inews-do-gcc): Use them.
7778
7779         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7780         gnus-newsgroup-unselected.
7781
7782 2002-01-06  Simon Josefsson  <jas@extundo.com>
7783
7784         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7785         condition-case, not ignore-errors.
7786
7787 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7788
7789         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7790         gnus-fetch-old-headers.
7791
7792         * gnus-art.el (article-display-x-face): Use the current buffer
7793         unless `W f'. Otherwise, X-Face may be shown in the header of a
7794         forwarded part.
7795         (gnus-treatment-function-alist): Treat xface before hiding
7796         headers.
7797
7798 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7801         parameters.
7802
7803 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7804
7805         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7806         (mm-guess-charset): New function.
7807         (mm-charset-after): Use it.
7808         (mm-detect-coding-region): New function.
7809         (mm-detect-mime-charset-region): New function.
7810
7811         * gnus-sum.el (gnus-summary-show-article): Use
7812         mm-detect-coding-region.
7813
7814 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * message.el (message-make-fqdn): Be less violent.
7817
7818         * gnus.el (gnus-logo-color-style): Compute custom form
7819         automatically.
7820
7821         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7822         score file of the parent to the document group.
7823
7824         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7825         parameters parameter.
7826
7827         * gnus-score.el (gnus-score-load-file): Clean up.
7828
7829 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7830
7831         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7832         From: Damien Wyart <damien.wyart@free.fr>
7833
7834         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7835
7836 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-sum.el (gnus-select-group-hook): Typo.
7839
7840         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7841         is no quoted-printable-encoded STRING.
7842         From: Jesper Harder <harder@ifa.au.dk>
7843
7844         (rfc2047-decode-string): Decode it.
7845
7846 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7849
7850 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7851         Trivial patch.
7852
7853         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7854         buffer to get rid of junk line.
7855
7856 2002-01-05  Simon Josefsson  <jas@extundo.com>
7857
7858         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7859         C-o.
7860         (message-mode-map): Bind message-insert-or-toggle-importance to
7861         C-c C-u.
7862         (message-mode-map): Bind message-disposition-notification-to to
7863         C-c M-n.
7864         (message-mode-menu): Add m-d-n-t.
7865         (message-mode-field-menu): Add m-goto-from.
7866         (message-mode): Doc fix.
7867         (message-goto-from): New function.
7868         (message-insert-disposition-notification-to): New function.
7869         (message-tool-bar-map): Add receipt button.
7870
7871 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * gnus-sum.el (gnus-thread-latest-date): New function.
7874         (gnus-thread-sort-by-most-recent-number): Renamed.
7875         (gnus-thread-sort-functions): Doc fix.
7876         (gnus-select-group-hook): Don't use setq on a hook.
7877         (gnus-thread-latest-date): Use date, not number
7878
7879         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7880         (gnus-agent-expire): Allow regexp of expire-days.
7881
7882         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7883         region.
7884         (gnus-article-followup-with-original): Ditto.
7885
7886         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7887
7888         * gnus-art.el (gnus-mime-display-alternative): Use
7889         gnus-local-map-property.
7890         (gnus-mime-display-alternative): Ditto.
7891         (gnus-insert-mime-security-button): Ditto.
7892         (gnus-insert-next-page-button): Ditto.
7893         (gnus-button-prev-page): Take optional args.
7894         (gnus-insert-prev-page-button): widget-convert.
7895
7896         * gnus-util.el (gnus-local-map-property): New function.
7897
7898         * gnus-art.el (gnus-prev-page-map): Use parent map.
7899         (gnus-next-page-map): Ditto.
7900
7901         * gnus-spec.el (gnus-parse-format): Clean up.
7902         (gnus-parse-format): Do complex formatting for %=.
7903
7904         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7905         "X-Face: " to the data in the built-in scenario.
7906
7907         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7908         (gnus-correct-pad-form): Renamed.
7909         (gnus-tilde-max-form): Clean up.
7910         (gnus-pad-form): Use gnus-use-correct-string-widths.
7911
7912         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7913         support if that is available.
7914
7915         * gnus-sum.el (gnus-thread-highest-number): New function.
7916         (gnus-thread-sort-by-most-recent-thread): New function.
7917         (gnus-thread-sort-functions): Doc fix.
7918
7919 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7922         all cases.
7923         (gnus-summary-mode): Enable it in all cases.
7924         (gnus-summary-display-article): Ditto.
7925         (gnus-summary-edit-article): Ditto.
7926
7927         * gnus-ems.el (gnus-put-image): Really return glyph.
7928
7929         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7930         (gnus-treat-smiley): Don't take "P" in the interactive form.
7931
7932 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * compface.el (uncompface): XEmacs and Emacs have differing
7935         capabilities.
7936
7937         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7938
7939         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7940         (gnus-article-xface-ring-size): Removed.
7941         (gnus-article-display-xface): Removed.
7942         (gnus-remove-image): Cleaned up.
7943
7944         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7945         (gnus-xmas-create-image): Take pbm files.
7946         (gnus-x-face): Removed.
7947         (gnus-xmas-article-display-xface): Removed.
7948
7949         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7950         default-enable-multibyte-characters.
7951
7952         * compface.el (uncompface): Doc fix.
7953
7954         * gnus-art.el (gnus-article-x-face-command): Use
7955         gnus-display-x-face-in-from.
7956
7957         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7958
7959         * gnus-ems.el (gnus-put-image): Return the image.
7960
7961         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7962         (gnus-x-face): Moved here.
7963
7964 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7967         invisible if string is nil.
7968         (gnus-xmas-article-display-xface): Use it.
7969
7970         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7971         property when string is nil.
7972         (gnus-article-display-xface): Use it.
7973
7974 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * gnus-art.el (article-display-x-face): Check whether valid grey
7977         face was returned.
7978         (article-display-x-face): Place image in the right spot.
7979
7980         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7981         stderr.
7982         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7983
7984 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7987         parameters.
7988         (gnus-xmas-put-image): Allow non-strings to be passed.
7989
7990         * gnus-art.el (article-display-x-face): Use optional parameters.
7991
7992         * gnus-ems.el (gnus-create-image): Take optional parameters.
7993
7994         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7995
7996         * compface.el (compface-xbm-p): Removed.
7997
7998         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7999         (gnus-article-display-xface): Use compface.
8000
8001         * compface.el: New file.
8002
8003         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8004         (gnus-convert-image-to-x-face-command): Ditto.
8005         (gnus-random-x-face): Quote argument.
8006         (gnus-x-face-from-file): Ditto.
8007
8008 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8009
8010         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8011         the expire-group parameter once per article rather than once
8012         per group; bind `nnmaildir-article-file-name' and `article'
8013         for convenience.  Leave article alone when expire-group
8014         specifies the current group.
8015         (nnmaildir--update-nov): be more concurrency-friendly with
8016         temp file names.
8017
8018 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * gnus-start.el (gnus-read-init-file): Cleaned up.
8021
8022 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8023
8024         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8025         (gnus-read-init-file): Don't use it.
8026
8027 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8030
8031 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8032
8033         * gnus-start.el (gnus-read-init-file): Don't force coding system
8034         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8035
8036 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8037
8038         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8039         * nnspool.el (nnspool-request-post): Ditto.
8040
8041         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8042         (mm-find-mime-charset-region): Use it.
8043
8044 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8045
8046         * gnus.el (gnus-summary-line-format): Added :link.
8047         * gnus-topic.el (gnus-topic-line-format): Ditto.
8048         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8049         * gnus-srvr.el (gnus-server-line-format): Ditto.
8050         * gnus-group.el (gnus-group-line-format): Ditto.
8051
8052         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8053         :keys, it works on both Emacsen.
8054
8055 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8056
8057         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8058
8059 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8062
8063 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8064
8065         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8066         very wide reply.
8067
8068 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8071         (gnus-picon-cache): New variable.
8072         (gnus-picon-transform-newsgroups): Cache stuff.
8073
8074         * gnus-art.el (gnus-article-reply-with-original): New command.
8075         (gnus-article-followup-with-original): New command.
8076
8077         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8078         END parameters.
8079         (gnus-summary-followup): Take a list of list of articles.
8080         (gnus-inews-yank-articles): Allow lists of article/regions.
8081
8082         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8083         longer the usual commands.
8084
8085         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8086         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8087         shell-command-on-region.
8088
8089 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8090
8091         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8092           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8093
8094 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8095
8096         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8097         understand ':keys', wrap it in an featurep 'xemacs.
8098
8099 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8100
8101         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8102         order of headers (Actually, it is called in a reversed order). Add
8103         'gnus-image-text-deletable property.
8104         (gnus-remove-image): Remove text with such a property.
8105
8106         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8107         gnus-put-image.
8108
8109         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8110         with ", "
8111
8112 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8115
8116         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8117         (article-display-x-face): Display grey X-Faces.
8118
8119         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8120         (gnus-convert-gray-x-face-to-ppm): Ditto.
8121         (gnus-convert-image-to-gray-x-face): Ditto.
8122
8123         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8124         gnus-summary-show-raw-article.
8125
8126 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         Display picons in XEmacs without showing text.
8129
8130         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8131         mm-create-image-xemacs to create xbm glyph, because it deletes
8132         temporary files.
8133         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8134         (gnus-xmas-remove-image): Make text visible, remove glyph.
8135
8136         * gnus-picon.el (gnus-picon-transform-newsgroups)
8137         (gnus-picon-transform-address): Insert spec backward, due to the
8138         incompatibility of gnus-xmas-put-image.
8139
8140 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8141
8142         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8143
8144 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus.el: Doc fix.
8147
8148         * gnus-art.el: Doc fix.
8149
8150         * gnus-agent.el: Doc fix.
8151
8152 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8153
8154         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8155
8156 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8157
8158         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8159         NOV data out of the message again if nnmail-extra-headers has
8160         changed.
8161
8162 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * gnus-fun.el: New file.
8165         (gnus-convert-image-to-x-face-command): New variable.
8166         (gnus-insert-x-face): New function.
8167         (gnus-random-x-face): Renamed.
8168         (gnus-x-face-from-file): Renamed.
8169
8170         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8171         "_".
8172         (gnus-body-boundary-delimiter): Typo fix.
8173
8174 2002-01-02  Simon Josefsson  <jas@extundo.com>
8175
8176         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8177         (gnus-body-boundary-delimiter): Fix type.
8178
8179 2002-01-01  Simon Josefsson  <jas@extundo.com>
8180
8181         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8182         (gnus-treat-emphasize, gnus-treat-strip-cr)
8183         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8184         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8185         (gnus-treat-fill-article, gnus-treat-hide-citation)
8186         (gnus-treat-hide-citation-maybe)
8187         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8188         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8189         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8190         (gnus-treat-date-ut, gnus-treat-date-local)
8191         (gnus-treat-date-english, gnus-treat-date-lapsed)
8192         (gnus-treat-date-original, gnus-treat-date-iso8601)
8193         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8194         (gnus-treat-strip-trailing-blank-lines)
8195         (gnus-treat-strip-leading-blank-lines)
8196         (gnus-treat-strip-multiple-blank-lines)
8197         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8198         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8199         (gnus-treat-display-xface, gnus-treat-display-smileys)
8200         (gnus-treat-from-picon, gnus-treat-mail-picon)
8201         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8202         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8203         (gnus-treat-play-sounds, gnus-treat-translate)
8204         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8205
8206         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8207         (gnus-article-treat-body-boundary): Use it.
8208
8209         * message.el (message-mode): Fix doc.
8210         (message-mode-menu): Fix names.
8211
8212 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8215         articles.
8216
8217         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8218         (gnus-picon-transform-address): Search for unknown faces as well.
8219         (gnus-picon-find-face): Don't search "news" for MISC.
8220         (gnus-picon-user-directories): Changed default back to exclude
8221         "unknown".
8222
8223         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8224
8225         * gnus-picon.el (gnus-picon-find-face): Search through all
8226         databases.
8227         (gnus-picon-find-face): New implementation.
8228
8229         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8230         keystroke.
8231         (gnus-topic-goto-next-topic): Ditto.
8232
8233         * gnus.el (gnus-summary-line-format): Changed default.
8234
8235         * nnmail.el (nnmail-extra-headers): Change default.
8236
8237         * gnus-sum.el (gnus-extra-headers): Change default.
8238
8239         * message.el (message-news-other-window): Changed "news" to
8240         "posting".
8241         (message-news-other-frame): Ditto.
8242         (message-do-send-housekeeping): Ditto.
8243
8244         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8245         function.
8246         (gnus-article-unread-p): New function.
8247         (gnus-article-unseen-p): New function.
8248         (gnus-dead-summary-mode-map): Typo.
8249
8250         * gnus-util.el (gnus-make-predicate): New function.
8251         (gnus-make-predicate-1): New function.
8252
8253         * gnus-sum.el: New function.
8254         (gnus-map-articles): New function.
8255
8256         * gnus-art.el (gnus-treat-fold-headers): New variable.
8257         (gnus-article-treat-fold-headers): New command and keystroke.
8258
8259         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8260         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8261
8262 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8263
8264         * message.el (message-fcc-externalize-attachments): New variable.
8265         (message-do-fcc): Use it.
8266
8267         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8268         (gnus-inews-do-gcc): Use it.
8269
8270         * mml.el (mml-tweak-sexp-alist): New variable.
8271         (mml-externalize-attachments): New variable.
8272         (mml-tweak-part): Use mml-tweak-sexp-alist.
8273         (mml-tweak-externalize-attachments): New function.
8274
8275 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8276
8277         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8278         'set-glyph-face' so x-face back/foreground can be set.
8279
8280 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * message.el (message-fix-before-sending): Fix a typo.
8283
8284 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * gnus-art.el (gnus-treat-smiley): Renamed command.
8287         (gnus-article-remove-images): New command and keystroke.
8288
8289         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8290
8291         * smiley-ems.el (gnus-smiley-display): Removed.
8292
8293         * gnus.el (gnus-version-number): Update version.
8294
8295         * message.el (message-text-with-property): Renamed and moved
8296         here.
8297         (message-fix-before-sending): Highlight invisible text and place
8298         point there.
8299
8300 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8301
8302         * gnus.el: Oort Gnus v0.04 is released.
8303
8304 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8305
8306         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8307
8308         * gnus-art.el (gnus-ignored-headers): More headers,
8309
8310         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8311         of `scan-error', since XEmacs doesn't seem to support that.
8312
8313 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8316         arg.
8317         (gnus-summary-best-unread-subject): Ditto.
8318         (gnus-summary-best-unread-subject): No, don't.
8319         (gnus-summary-better-unread-subject): New command.
8320
8321         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8322
8323         * lpath.el ((featurep 'xemacs)): fbind url function.
8324
8325         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8326         buffer.
8327         (gnus-xmas-remove-image): Implementation that does something.
8328         (gnus-xmas-article-display-xface): Mark images properly.
8329
8330         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8331
8332 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8333
8334         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8335
8336 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * gnus-group.el (gnus-group-line-format): Added %O to the default
8339         value.
8340
8341         * gnus-util.el (gnus-text-with-property): The smallest point is
8342         point-min.
8343
8344         * smiley-ems.el (smiley-region): Return images.
8345         (gnus-smiley-display): Allow toggling.
8346         (smiley-region): Use text properties, not overlays.
8347
8348         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8349         implemented yet.
8350
8351         * smiley-ems.el (smiley-update-cache): Check for valid types.
8352
8353         * gnus-art.el (gnus-with-article-buffer): New macro.
8354
8355         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8356         strings as well as the glyphs.
8357         (gnus-picon-transform-address): Ditto.
8358         (gnus-picon-insert-glyph): Ditto.
8359         (gnus-picon-transform-newsgroups): Toggle.
8360         (gnus-picon-transform-address): Toggle.
8361
8362         * gnus-ems.el (gnus-remove-image): New function.
8363         (gnus-put-image): Take an optional string.
8364
8365         * gnus-util.el (gnus-text-with-property): New function.
8366
8367         * gnus-art.el (gnus-delete-images): New function.
8368
8369         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8370
8371         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8372         (gnus-article-wash-status): Use it.
8373         (gnus-signature-toggle): Clean up.
8374         (gnus-add-wash-status): New function.
8375         (gnus-delete-wash-status): New function.
8376         (gnus-article-hide-text-type): Use them throughout.
8377         (gnus-add-image): New function.
8378
8379         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8380
8381         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8382         interface.
8383
8384         * gnus-art.el (article-display-x-face): Cleaned up.
8385
8386         * rfc2047.el (rfc2047-field-value): New function.
8387
8388         * mail-parse.el (mail-header-field-value): New alias.
8389
8390         * gnus-art.el (gnus-mime-print-part): Fix typos.
8391
8392         * smiley-ems.el (gnus-smiley-file-types): New variable.
8393         (smiley-update-cache): Use it.
8394         (smiley-regexp-alist): Suffix-less smiley names.
8395         (smiley-regexp-alist): Added more smileys.
8396
8397         * gnus-sum.el (gnus-print-buffer): Made into own function.
8398         (gnus-summary-print-article): Use it.
8399
8400         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8401         looked for when REQUEST is a string.
8402
8403         * gnus-art.el (gnus-mime-button-commands): Add printing
8404         keystroke.
8405         (gnus-mime-copy-part): Doc fix.
8406         (gnus-mime-print-part): New command.
8407
8408 2001-12-31  Simon Josefsson  <jas@extundo.com>
8409
8410         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8411         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8412
8413 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8414
8415         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8416         (picon): Fix doc.
8417
8418         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8419         longer exists. Remove those codes.
8420         * gnus.el (gnus-use-picons): Ditto.
8421
8422 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8425         infloop.
8426
8427         * gnus-sum.el (t): New `W D' map.
8428
8429         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8430         (gnus-article-treat-body-boundary): Clean up.
8431         (gnus-body-boundary-face): Removed.
8432         (gnus-article-goto-header): Moved here.
8433         (gnus-article-goto-header): Allow better regexps.
8434         (gnus-article-treat-fold-newsgroups): New command.
8435
8436         * gnus-sum.el (gnus-summary-move-article): We have to select an
8437         article to give `gnus-read-move-group-name' an opportunity to
8438         suggest an appropriate default.
8439
8440         * rfc2047.el (rfc2047-fold-line): New function.
8441         (rfc2047-unfold-line): Ditto.
8442         (rfc2047-fold-region): Don't fold just after the header name.
8443
8444         * mail-parse.el (mail-header-fold-line): New alias.
8445         (mail-header-unfold-line): Ditto.
8446
8447         * gnus-art.el (gnus-body-boundary-face): Renamed.
8448         (gnus-article-treat-body-boundary): Use it.
8449         (gnus-article-treat-body-boundary): Use an invisible header and a
8450         line of underline characters.
8451
8452 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8455
8456         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8457         (gnus-picon-split-address): New function.
8458         (gnus-picon-find-face): Use it.
8459         (gnus-picon-transform-address): Use it. Set first to t for each
8460         address.
8461
8462         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8463         the macro then use it.
8464         (gnus-treatment-function-alist): Treat picons earlier.
8465
8466 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * gnus-art.el (gnus-body-separator-face): New variable.
8469         (gnus-article-treat-body-boundary): Use a blank, colored line.
8470
8471         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8472         well.
8473
8474         * gnus-art.el (gnus-treat-body-boundary): New variable.
8475         (gnus-article-treat-unfold-headers): Use helper macro.
8476         (gnus-article-treat-body-boundary): New command.
8477
8478         * gnus.el (gnus-logo-color-style): Change the default color.
8479         (gnus-splash-face): Gray, gray.
8480
8481         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8482         colors.
8483
8484         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8485         (gnus-logo-color-style): Ditto.
8486         (gnus-logo-colors): Ditto.
8487
8488         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8489
8490         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8491
8492         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8493         (gnus-picon-transform-newsgroups): New function.
8494
8495         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8496         string.
8497
8498         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8499
8500         * gnus-art.el (gnus-treat-cc-picon): New variable.
8501         (gnus-treat-mail-picon): Renamed.
8502
8503         * gnus-picon.el: New implementation.
8504         (gnus-picon-find-face): Renamed.
8505         (gnus-treat-from-picon): Use it.
8506         (gnus-picon-transform-address): Renamed.
8507         (gnus-treat-from-picon): Use it.
8508         (gnus-picon-create-glyph): Renamed.
8509         (gnus-picon-transform-address): Use it.
8510         (gnus-treat-cc-picon): New command.
8511
8512         * mm-decode.el (mm-create-image-xemacs): Separated out into
8513         function.
8514         (mm-get-image): Use it.
8515
8516         * gnus-art.el (gnus-treat-display-picons): Simplify.
8517         (gnus-treat-from-picon): Renamed.
8518
8519         * gnus-ems.el (gnus-create-image): New function.
8520         (gnus-put-image): New function.
8521
8522         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8523         (gnus-with-article-headers): New macro.
8524         (gnus-article-goto-header): New function.
8525
8526         * gnus-xmas.el (gnus-image-type-available-p): New function.
8527
8528         * gnus-ems.el (gnus-image-type-available-p): New function.
8529
8530 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8531
8532         * nnrss.el (nnrss-check-group): Find the correct tag, because
8533         xml.el is changed.
8534
8535 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8538         lines are shorter than the window width.
8539         (gnus-ignored-headers): More headers.
8540
8541 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8544         (gnus-treat-unfold-headers): Renamed.
8545         (gnus-article-treat-unfold-headers): New command and keystroke.
8546
8547         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8548
8549         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8550
8551 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * sha1-el.el (sha1-use-external): New variable.
8554         (sha1-region): Use it.
8555         (sha1-string): Ditto.
8556
8557         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8558         * gnus-picon.el: Less warnings when compile.
8559
8560 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8563         alias.
8564         (gnus-picons-database): Default to list.
8565         (gnus-picons-lookup-internal): Use it.
8566
8567         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8568         to "bogus".
8569
8570         * gnus-win.el (gnus-configure-windows-hook): New hook.
8571
8572 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8573
8574         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8575
8576 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8579         lists.
8580         (gnus-select-newsgroup): Don't append; push.
8581         (gnus-adjust-marked-articles): Remove obsolete ranges from
8582         `seen'.
8583         (gnus-update-marks): Clean up.
8584         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8585
8586 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8587
8588         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8589
8590 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-sum.el (gnus-auto-select-subject): New variable.
8593         (gnus-summary-best-unread-subject): New function.
8594         (gnus-summary-best-unread-article): Use it.
8595         (gnus-summary-first-unseen-subject): New function and command.
8596
8597         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8598         other treatments.
8599
8600         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8601         function.
8602
8603         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8604         from the list of hidden types.
8605
8606         * mm-view.el (mm-inline-text): Ditto.
8607         (mm-inline-text): Ditto.
8608         (mm-w3-prepare-buffer): Ditto.
8609
8610         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8611
8612 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * gnus-art.el (gnus-ignored-headers): Added more headers.
8615
8616 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8617
8618         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8619         once.
8620
8621 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8624
8625 2001-12-28  Simon Josefsson  <jas@extundo.com>
8626
8627         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8628         Jesper Harder <harder@ifa.au.dk>.
8629
8630 2001-12-27  Simon Josefsson  <jas@extundo.com>
8631
8632         * gnus-sum.el (gnus-select-newsgroup): Make
8633         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8634         contain all articles (instead of none) when no seen marks have
8635         been set for the group.
8636         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8637         instead, it seems to result in shorter ranges.
8638
8639 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8642         insert-before-markers.
8643         From Jesper Harder <harder@ifa.au.dk>
8644
8645 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8646
8647         * nnmaildir.el (nnmaildir-save-mail): create the destination
8648         groups if they do not exist.
8649
8650 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8653
8654 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8655
8656         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8657         gnus-group-real-name.
8658
8659         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8660         (gnus-newsgroup-variables): Ditto.
8661
8662         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8663         return it.
8664
8665 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8666
8667         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8668         * nnmaildir.el (top-level): Add commentary.
8669         (nnmaildir-version): Indicate that nnmaildir is now a standard
8670         part of Gnus, not separately released.
8671
8672 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8675         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8676         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8677         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8678
8679 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8680
8681         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8682
8683 2001-12-20  Simon Josefsson  <jas@extundo.com>
8684
8685         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8686         ZHU <zsh@cs.rochester.edu>.
8687         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8688         Brian P Templeton <bpt@tunes.org>.
8689
8690 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * nnmaildir.el: New file.
8693         From Paul Jarc <prj@po.cwru.edu>.
8694
8695 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8696
8697         * nndoc.el (nndoc-type-alist): Move forward to the end.
8698
8699 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8702         `dolist'.
8703
8704 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * gnus-win.el (gnus-frames-on-display-list): New function.
8707         (gnus-get-buffer-window): Use it.
8708
8709 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8712
8713 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8716
8717 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718            From Harald Meland <Harald.Meland@usit.uio.no>
8719
8720         * gnus-win.el (gnus-get-buffer-window): New function.
8721         (gnus-all-windows-visible-p): Use it.
8722
8723         * gnus-util.el (gnus-horizontal-recenter)
8724         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8725         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8726
8727         * gnus-score.el (gnus-score-insert-help): Use it.
8728
8729         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8730         (gnus-generate-tree, gnus-highlight-selected-tree)
8731         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8732         it.
8733
8734         * gnus-art.el (gnus-article-set-window-start)
8735         (gnus-mm-display-part, gnus-request-article-this-buffer)
8736         (gnus-button-next-page, gnus-button-prev-page)
8737         (gnus-article-button-next-page, gnus-article-button-prev-page):
8738         Use it.
8739
8740 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8741
8742         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8743         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8744         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8745
8746 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8749         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8750         * mml1991.el, nnultimate.el: Add `coding'.
8751
8752 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8753
8754         * ChangeLog: changed coding to buffer-file-coding-system
8755         * ChangeLog.1: same
8756         * nnwfm.el: same
8757         * gnus-smiley.el: same
8758         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8759         * gnus-delay.el: same
8760         * gnus-spec.el: same
8761         * message.el: same
8762         * mml1991.el: same
8763         * nnultimate.el: same
8764
8765 2001-12-16  Simon Josefsson  <jas@extundo.com>
8766         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8767
8768         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8769         (gnus-summary-save-map): Add muttprint.
8770         (gnus-summary-make-menu-bar): Ditto.
8771         (gnus-summary-muttprint): New function.
8772
8773         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8774
8775 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8776
8777         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8778         temporary list instead of buffer.
8779
8780         * mm-url.el (executable-find): autoload.
8781
8782 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8783
8784         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8785         to variable, follow doc-string conventions).
8786
8787 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8788
8789         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8790         subscribe-level
8791         * gnus-topic.el (gnus-subscribe-topics): use it.
8792
8793 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8794
8795         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8796         messages. (A small patch with indentation)
8797         From Sean Neakums <sneakums@zork.net>.
8798
8799         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8800         nil after shooting down the gnus-original-article-buffer.
8801
8802 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * uudecode.el (uudecode-use-external): New variable.
8805         (uudecode-decode-region): Automatically detect external program.
8806
8807         * binhex.el (binhex-use-external): New variable.
8808         (binhex-decode-region-internal): New function.
8809         (binhex-decode-region): Automatically detect external program.
8810
8811         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8812         Use them.
8813
8814 2001-12-12  Simon Josefsson  <jas@extundo.com>
8815
8816         * nnvirtual.el (nnvirtual-always-rescan)
8817         (nnvirtual-component-regexp): Fix doc.
8818
8819         * nnoo.el (defvoo): Add doc to defvoo variables.
8820
8821         * nnml.el (nnml-directory, nnml-active-file)
8822         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8823         (nnml-marks-is-evil, nnml-filenames-are-evil)
8824         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8825
8826         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8827         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8828         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8829         `error'.
8830
8831         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8832         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8833
8834         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8835         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8836         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8837         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8838
8839         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8840         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8841
8842         * imap.el, nnimap.el: Fix indentation.
8843
8844         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8845
8846 2001-12-12  Didier Verna  <didier@xemacs.org>
8847
8848         * gnus-msg.el (gnus-group-news): New function.
8849         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8850         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8851         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8852         for it.
8853         * gnus-msg.el (gnus-summary-news-other-window): New function.
8854         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8855         bind it to `i'.
8856         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8857         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8858         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8859         for it (called with a prefix).
8860         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8861         group-name argument.
8862         * gnus-msg.el (gnus-setup-message): use it.
8863
8864 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8867
8868 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8869
8870         * mml.el (mime-to-mml): Remove Content-Disposition too.
8871
8872 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8873
8874         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8875         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8876         strings only.
8877         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8878
8879 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8880
8881         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8882         (nnmail-fancy-expiry-target): Use it.
8883         Suggestions from Simon Josefsson <jas@extundo.com>.
8884
8885 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8888
8889 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8892
8893         * gnus-util.el (gnus-url-unhex-string): Move here.
8894
8895 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8896
8897         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8898         mm-url-decode-entities-nbsp.
8899
8900         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8901         * webmail.el, nnwfm.el: Use mm-url.
8902
8903         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8904         (mm-url-remove-markup): Move from nnweb.
8905         (mm-url-fetch-simple): Move from webmail.
8906
8907         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8908
8909 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910
8911         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8912         (gnus-summary-print-article): Use it.
8913
8914         * gnus-util.el (gnus-replace-in-string): Typo.
8915
8916 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * nnweb.el (nnweb-replace-in-string): Removed.
8919
8920         * gnus-util.el (gnus-replace-in-string): New function.
8921         (gnus-mode-string-quote): Use it.
8922
8923         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8924         * nnwfm.el (nnwfm-create-mapping): Ditto.
8925
8926 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * dgnushack.el (dgnushack-compile): nnrss.el and
8929         nnslashdot.el don't depend on nnweb, url, w3.
8930
8931         * nnrss.el: Use mm-url.
8932
8933 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * mm-url.el (mm-url-insert-file-contents): Support file:.
8936
8937 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8938
8939         * mm-view.el: Lower case for the description line. Sync from the
8940         Emacs CVS.
8941
8942 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8945         From:  Stefan Monnier  <monnier@cs.yale.edu>
8946
8947 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8950
8951 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8952
8953         * mm-url.el: Require executable.
8954         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8955
8956 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * pop3.el (pop3-munge-message-separator): Only use valid date.
8959         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8960
8961         * Makefile.in: gnus-load.elc may not be generated.
8962
8963 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8964
8965         * mm-url.el: New file.
8966         * nnslashdot.el: Use it.
8967         * mm-extern.el (mm-extern-url): Use it.
8968
8969 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * gnus-sum.el (gnus-summary-save-article): Nix
8972         gnus-display-mime-function and gnus-article-prepare-hook.
8973
8974         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8975         the beginning of lines.
8976         (gnus-complex-form-to-spec): Ditto.
8977
8978 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8981         From Paul Jarc <prj@po.cwru.edu>.
8982
8983 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * message.el: New variable message-subscribed-address-file;
8986         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8987
8988 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * message.el (message-tab-body-function): Set to nil.
8991         (message-tab): Use text-mode-map or global-map.
8992         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8993
8994 2001-11-30  Simon Josefsson  <jas@extundo.com>
8995
8996         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8997         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8998         <christoph.conrad@gmx.de>.
8999         (gnus-agent-fetch-group-1): Add verbose message.
9000
9001 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9004         of integers.
9005
9006 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9007
9008         * message.el (message-newgroups-header-regexp)
9009         (message-completion-alist, message-tab-body-function): Use
9010         defcustom rather than defvar.
9011         (message-tab): Mention `message-tab-body-function' in doc.
9012         Suggested by Karl Eichwalder.
9013
9014 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9015
9016         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9017
9018 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9019
9020         * nnheader.el (nnheader-find-nov-line): Don't use macro
9021         gnus-delete-line.
9022
9023         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9024         (gnus-group-name-charset): Ditto.
9025
9026         * gnus-util.el (gnus-buffer-live-p): Ditto.
9027
9028 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9031         open parenthesis in doc.
9032         (sieve-manage-authenticator-alist): Typo in doc.
9033         * imap.el (imap-authenticator-alist): Typo in doc.
9034         (imap-stream-alist): Backslash.
9035
9036         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9037           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9038
9039 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9042
9043         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9044
9045         * gnus-msg.el (gnus-configure-posting-styles): use
9046         make-local-hook. Add LOCAL for add-hook.
9047
9048 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9049
9050         * message.el (message-mode): Use `make-local-hook' unless
9051         obsolete.
9052         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9053
9054 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * canlock.el: Remove sha1.el and base64.el stuff.
9057
9058 2001-11-26  Didier Verna  <didier@xemacs.org>
9059
9060         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9061         if needed.
9062
9063 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * message.el (message-tamago-not-in-use-p): New function.
9066         (message-strip-forbidden-properties): Use it.
9067
9068 2001-11-26  Didier Verna  <didier@xemacs.org>
9069
9070         * gnus-start.el (gnus-check-first-time-used): only check for
9071         existence of .el[d] files.
9072
9073 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9076
9077         * message.el (message-setup-1): Clean up mc-*.
9078
9079 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9080
9081         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9082         * gnus-score.el (gnus-score-find-bnews): Use it.
9083
9084         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9085         (gnus-summary-limit-to-author): Ditto.
9086         (gnus-summary-limit-to-extra): Ditto.
9087         (gnus-summary-find-matching): Support not-matching argument.
9088
9089 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9090
9091         * message.el (message-wash-subject): Use `insert' rather than
9092         `insert-string', which is deprecated.
9093
9094 2001-11-24  Simon Josefsson  <jas@extundo.com>
9095
9096         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9097         message. (Gnus does not "default" to using 8bit for the message,
9098         it default to use 8bit encoding and the user-supplied CTE
9099         value. Calling this behaviour "treating it as 8bit" is perhaps
9100         better.)
9101
9102         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9103         (compare mm-charset-to-coding-system).
9104
9105 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9106
9107         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9108         buffer. Correctly decode hex.
9109
9110 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * gnus-agent.el (gnus-category-insert-line): Convert category
9113         names to strings.
9114
9115 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * message.el (sha1): eval-and-compile.
9118
9119 2001-11-20  Simon Josefsson  <jas@extundo.com>
9120
9121         * message.el (message-allow-no-recipients): New variable.
9122         (message-send): Use it, customize the prompting when posting to
9123         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9124
9125 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * mm-util.el (mm-coding-system-priorities): New variable.
9128         (mm-sort-coding-systems-predicate): New function.
9129         (mm-find-mime-charset-region): Resort coding systems if needed.
9130         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9131
9132 2001-11-20  Didier Verna  <didier@xemacs.org>
9133
9134         * gnus-group.el (gnus-group-make-help-group): new optional
9135         argument to control the error behavior.
9136         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9137         erroring.
9138
9139 2001-11-19  Simon Josefsson  <jas@extundo.com>
9140
9141         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9142         instead of C-c C-u.  Suggested by Per Abrahamsen
9143         <abraham@dina.kvl.dk>.
9144
9145 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * nnfolder.el (nnfolder-read-folder): Use group instead of
9148         nnfolder-current-group.
9149         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9150
9151 2001-11-17  Simon Josefsson  <jas@extundo.com>
9152
9153         * message.el (message-send): Ask user if Fcc/Gcc should be
9154         performed when no other sender was specified.
9155         Suggested by prj@po.cwru.edu (Paul Jarc).
9156
9157 2001-11-17  Simon Josefsson  <jas@extundo.com>
9158
9159         * message.el (message-mode, message-mode-map): Use C-c C-u for
9160         Importance: instead of C-c C-p (used by SC).
9161
9162 2001-11-16  Simon Josefsson  <jas@extundo.com>
9163
9164         * message.el (message-insert-importance-high)
9165         (message-insert-importance-low): Save point.
9166
9167         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9168         value.
9169
9170 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9171
9172         * message.el (message-strip-special-text-properties): New option.
9173         (message-strip-forbidden-properties): Obey it.
9174
9175 2001-11-14  Sam Steingold  <sds@gnu.org>
9176
9177         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9178
9179 2001-11-15  Simon Josefsson  <jas@extundo.com>
9180
9181         Support "Importance:" header in Message.
9182
9183         * message.el (message-mode-map): Bind C-c C-p to
9184         `message-insert-or-toggle-importance'
9185         (message-mode-menu): Add message-insert-importance-{high,low}.
9186         (message-insert-importance-high, message-insert-importance-low)
9187         (message-insert-or-toggle-importance): New functions.
9188         (message-tool-bar-map): Add {un,}important.
9189         (message-mode): Doc fix.
9190
9191 2001-11-15  Simon Josefsson  <jas@extundo.com>
9192
9193         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9194
9195         * mml.el (mml-menu): Fix toolbar tooltip.
9196
9197 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9200         * nnml.el (nnml-save-marks): Ditto.
9201
9202         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9203
9204 2001-11-15  Simon Josefsson  <jas@extundo.com>
9205
9206         * nnml.el (nnml-save-marks):
9207         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9208         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9209
9210 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9211
9212         * gnus-art.el (gnus-article-wash-status-strings): Use
9213         `copy-sequence', not `copy-seq'.
9214
9215 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9216
9217         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9218         (gnus-gnus-article-wash-status-entry): New function.
9219         (gnus-article-wash-status): Use it.
9220
9221 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * mml1991.el: Add coding header.
9224
9225 2001-11-12  Simon Josefsson  <jas@extundo.com>
9226
9227         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9228         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9229         `mml1991-sign' and `mml1991-encrypt'.
9230         (mml1991-encrypt, mml1991-sign): New glue functions.
9231         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9232
9233         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9234         (mml-menu): Add PGP to menu.
9235
9236         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9237         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9238         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9239         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9240
9241         * mml2015.el: Mention RFC 3156.
9242
9243         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9244
9245 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9248
9249         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9250           From <Michael.Cook@cisco.com>
9251
9252 2001-11-11  Simon Josefsson  <jas@extundo.com>
9253
9254         * message.el (top-level): Autoload sha1.
9255         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9256         canlock, no need to require two different hash algs).  Suggested
9257         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9258
9259 2001-11-09  Simon Josefsson  <jas@extundo.com>
9260
9261         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9262         <Pavel@Janik.cz>.
9263
9264 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9265
9266         * message.el (message-point-in-header-p): New function.
9267         (message-do-auto-fill): Use it.
9268         (message-beginning-of-line): New function.  Goes to beginning of
9269         header value (i.e., end of header name), or to beginning of line
9270         if already at beginning of value.  Behaves like
9271         `beginning-of-line' when in message body.
9272         (message-mode-map): Bind it.
9273
9274 2001-11-08  Simon Josefsson  <jas@extundo.com>
9275
9276         * gnus-msg.el (gnus-posting-styles): Add doc.
9277
9278 2001-11-07  Simon Josefsson  <jas@extundo.com>
9279
9280         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9281
9282         * sieve-mode.el (sieve-control-commands-face)
9283         (sieve-control-commands-face, sieve-action-commands-face)
9284         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9285         faces.
9286         (sieve-font-lock-keywords): Use them.
9287         (sieve-mode): Only set font-lock-defaults in emacs.
9288
9289         * gnus-art.el (gnus-default-article-saver): Add
9290         gnus-summary-save-body-in-file.
9291         (gnus-summary-write-to-file): Fix doc.
9292
9293 2001-11-07  Simon Josefsson  <jas@extundo.com>
9294
9295         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9296         reference to the correct chapter in the manual.
9297
9298         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9299         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9300
9301 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * mml.el (mml-preview): Bind mail-header-separator.
9304
9305 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * message.el: Always require canlock.
9308         (message-ignored-supersedes-headers): Include Cancel-Lock and
9309         Cancel-Key.
9310         (message-insert-canlock): Don't require canlock.
9311         (message-cancel-news): Don't check whether canlock is available.
9312         (message-supersede): Support cancel-locks.
9313
9314         * gnus-art.el: Don't autoload canlock.
9315
9316 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9319         From: <andre@slamdunknetworks.com>
9320
9321 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * many files: Fix copyright lines.
9324
9325 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326
9327         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9328         Suggested by Dave Love  <fx@gnu.org>.
9329
9330 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * message.el (message-kill-buffer): Remove auto-save file after
9333         confirm.
9334
9335         * message.el (message-send-mail): Call message-generate-headers
9336         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9337
9338         * gnus-topic.el (gnus-topic-rename): Initial-input.
9339         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9340
9341 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9342
9343         * message.el (message-forbidden-properties): New constant.
9344         (message-strip-forbidden-properties): New function.
9345         (message-mode): Activate it.
9346
9347 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9350         (mm-hack-charsets): Fix doc.
9351
9352 2001-11-02  Simon Josefsson  <jas@extundo.com>
9353
9354         * gnus-int.el (gnus-check-server): Message "...done" when done.
9355
9356         * imap.el (imap-close): Don't message (imap-send-command-wait
9357         returns if the connection is dropped).
9358         (imap-wait-for-tag): Nix out message only when necessary.
9359
9360         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9361         for non-crossposting.
9362         (gnus-sieve-crosspost): Default to t to be consistent with other
9363         parts of Gnus.
9364
9365 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9366
9367         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9368         (mm-iso-8859-x-to-15-table): Ditto.
9369         (mm-iso-8859-x-to-15-region): Ditto.
9370         (mm-find-mime-charset-region): Ditto.
9371
9372 2001-11-01  Simon Josefsson  <jas@extundo.com>
9373
9374         * nnimap.el (nnimap-close-asynchronous): New variable.
9375         (nnimap-close-group): Use it.
9376         (nnimap-expunge): Don't use it.
9377
9378         * imap.el (imap-callbacks): New variable.
9379         (imap-remassoc): Copied from `gnus-remassoc'.
9380         (imap-add-callback): New function.
9381         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9382         behaviour.
9383         (imap-parse-response): Call the callback.
9384
9385         * message.el (message-insert-canlock): New variable.
9386         (message-canlock-generate, message-canlock-password)
9387         (message-insert-canlock): New functions.
9388         (message-send-news): Call `message-insert-canlock'.
9389         (top-level): Require canlock when compiling.
9390         (message-insert-canlock): Require canlock before we need it.
9391
9392 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9393
9394         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9395
9396 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * dgnushack.el (dgnushack-make-load): A workaround for
9399         custom-add-loads bug in some versions of XEmacs.
9400
9401 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9402
9403         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9404
9405 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9408         (mm-hack-charsets): New variable.
9409         (mm-iso-8859-15-compatible): New variable.
9410         (mm-iso-8859-x-to-15-table): New variable.
9411         (mm-find-mime-charset-region): Add parameter hack-charsets.
9412
9413         * mm-bodies.el (mm-encode-body): Use it.
9414         * mml.el (mml-parse-1): Ditto.
9415
9416 2001-11-01  Simon Josefsson  <jas@extundo.com>
9417
9418         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9419
9420 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9423         is nil.
9424
9425 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9426
9427         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9428
9429         * message.el (message-forward-rmail-make-body): Use
9430         save-window-excursion.
9431         (message-encode-message-body): Search with noerror.
9432         (message-setup-1): Convert compose-mail send-actions to
9433         message-send-actions.
9434
9435 2001-11-01  Simon Josefsson  <jas@extundo.com>
9436
9437         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9438         <yamaoka@jpl.org>.
9439
9440 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * sieve-manage.el (sieve-string-bytes): No complain.
9443
9444 2001-11-01  Simon Josefsson  <jas@extundo.com>
9445
9446         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9447         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9448         has autoload cookies, so no `require' should be necessary.)
9449
9450         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9451         files.
9452
9453 2001-10-31  Simon Josefsson  <jas@extundo.com>
9454
9455         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9456         parameter.
9457
9458         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9459         `display' is a number (and C-u wasn't used to enter group), only
9460         fetch that number of articles.
9461
9462 2001-10-31  Matt Armstrong  <matt@lickey.com>
9463
9464         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9465         not-subscribed -> subscribed.
9466
9467 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468         From: Josh Huber <huber@alum.wpi.edu>
9469
9470         * message.el (message-subscribed-address-functions): New variable.
9471         (message-subscribed-addresses): New variable.
9472         (message-subscribed-regexps): New variable.
9473         (message-goto-mail-followup-to): New function.
9474         (message-send-mail): Add Mail-Followup-To.
9475         (message-make-mft): New function.
9476
9477         * gnus.el (gnus-find-subscribed-addresses): New function.
9478
9479 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9480
9481         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9482         (mail-source-fetch-pop): Ditto.
9483         (mail-source-check-pop): Ditto.
9484
9485         * gnus-start.el (gnus-read-init-file): Ditto.
9486         (gnus-activate-group): Ditto.
9487         (gnus-read-newsrc-el-file): Ditto.
9488
9489 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9490
9491         * message.el (message-get-reply-headers): Make sure there is ", ".
9492
9493         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9494         mm-coding-system-p. Don't correct it only in XEmacs.
9495         (mm-charset-to-coding-system): Use mm-coding-system-p and
9496         mm-get-coding-system-list.
9497         (mm-emacs-mule, mm-mule4-p): New variables.
9498         (mm-enable-multibyte, mm-disable-multibyte,
9499         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9500         mm-with-unibyte-current-buffer,
9501         mm-with-unibyte-current-buffer-mule4): Use them.
9502         (mm-find-mime-charset-region): Treat iso-2022-jp.
9503
9504         From  Dave Love  <fx@gnu.org>:
9505
9506         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9507         construction.
9508         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9509         entries conditional on not having a coding system defined for
9510         them.
9511         (mm-mule-charset-to-mime-charset): Use
9512         find-coding-systems-for-charsets if defined.
9513         (mm-charset-to-coding-system): Don't use
9514         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9515         later.  Add last resort search of coding systems.
9516         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9517         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9518         Mule 4.
9519         (mm-find-mime-charset-region): Re-write.
9520         (mm-with-unibyte-current-buffer): Restore buffer as well as
9521         multibyteness.
9522
9523 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9526         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9527         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9528
9529 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9530
9531         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9532         again.
9533
9534         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9535
9536 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         * gnus-spec.el (gnus-parse-simple-format): Use
9539           buffer-substring-no-properties.
9540
9541 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-art.el (article-verify-cancel-lock): New function.
9544
9545         * nnheader.el (nntp-process-response): New variable.
9546         (nnheader-init-server-buffer): Make `nntp-process-response'
9547         buffer-local in `nntp-server-buffer'.
9548
9549         * nntp.el (nntp-prepare-post-hook): New hook.
9550         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9551         (nntp-async-trigger): Ditto.
9552         (nntp-request-post): Insert a server's ID if there's no Message-ID
9553         header; run `nntp-prepare-post-hook'.
9554
9555 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9558         instead.
9559
9560         * message.el (message-forward-subject-author-subject): Don't use
9561         message-news-p, which widens the buffer.
9562         (message-forward-make-body): New function.
9563         (message-forward): Use it.
9564         (message-insinuate-rmail): New function.
9565         (message-forward-rmail-make-body): New function.
9566
9567 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * mm-extern.el (mm-extern): Provide it.
9570
9571         * mm-partial.el (mm-partial): Provide it.
9572
9573 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9574
9575         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9576
9577 2001-10-29  Simon Josefsson  <jas@extundo.com>
9578
9579         * mml.el (mml-preview): Bind message-this-is-news if it is
9580         news. From Jesper Harder <harder@myrealbox.com>.
9581
9582 2001-10-28  Simon Josefsson  <jas@extundo.com>
9583
9584         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9585
9586 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9587
9588         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9589         ironic smilies.
9590
9591 2001-10-27  Simon Josefsson  <jas@extundo.com>
9592
9593         * message.el (message-indent-citation): Don't add trailing
9594         whitespace when citing text.
9595
9596         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9597         <harder@ifa.au.dk>.
9598
9599 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9600
9601         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9602         not available.
9603         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9604         (nnweb-type-definition): Add google as alias of dejanews.
9605         (nnweb-google-parse-1): Forward 1 line.
9606
9607 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9608
9609         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9610         variable `message-forward-ignored-headers'.
9611
9612 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9613
9614         * gnus.el (gnus-expand-group-parameter): New function.
9615         (gnus-expand-group-parameters): Call it.
9616         (gnus-group-fast-parameter): New function.
9617         (gnus-group-find-parameter): Call it.
9618
9619 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9620
9621         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9622         vector (it didn't before because of a bug).
9623         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9624         available.  Before it converted it to an article number.
9625
9626         This makes followup to news articles with negative numbers in
9627         nnvirtual groups use news instead of mail.
9628
9629 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9630
9631         * gnus.el (post-method): Use `native' instead of `nil'.
9632
9633         * gnus-msg.el (gnus-post-method): Ditto.
9634
9635 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9636
9637         * gnus.el (gnus-define-group-parameter): Grammar fix.
9638
9639 2001-10-22  Simon Josefsson  <jas@extundo.com>
9640
9641         * gnus-msg.el (gnus-extended-version): Include
9642         system-configuration.
9643         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9644
9645 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9646
9647         * gnus.el (post-method): Customization fix: `native' is not a
9648         valid value.
9649         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9650         `native' is not a valid value.
9651
9652 2001-10-21  Simon Josefsson  <jas@extundo.com>
9653
9654         * nnimap.el (nnimap): Defgroup
9655         (nnimap-strict-function, nnimap-strict-function-match): New
9656         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9657         (nnimap-split-crosspost, nnimap-split-inbox)
9658         (nnimap-split-rule, nnimap-split-predicate)
9659         (nnimap-split-predicate): Defcustom.
9660         (nnimap-split-inbox, nnimap-expunge-search-string)
9661         (nnimap-importantize-dormant): Remove "*" from doc.
9662
9663 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9664
9665         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9666         not supplied via prefix arg.  From Lisp, make arg mandatory.
9667         Suggested by Frank Schmitt.
9668
9669 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9670
9671         * message.el (message-do-auto-fill): Avoid calling
9672         'rfc822-goto-eoh'.
9673
9674 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9675         From Paul Jarc <prj@po.cwru.edu>.
9676
9677         * message.el (message-get-reply-headers): Restructure the logic
9678         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9679
9680 2001-10-20  Simon Josefsson  <jas@extundo.com>
9681
9682         * message.el (message-cancel-news): Support cancel-locks.
9683         Suggested by Per Abrahamsson.
9684
9685         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9686         conses.  From David Z Maze <dmaze@MIT.EDU>.
9687
9688         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9689
9690 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9691
9692         * mm-decode.el (mm-default-directory): Fix customize type.
9693
9694         * message.el (message-setup-fill-variables): Kludge to use
9695         normal-auto-fill-function even if auto fill is already activated.
9696
9697 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9698
9699         * message.el (message-do-auto-fill): New version that does not
9700         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9701         (message-setup-1): Removed the `message-field' property.
9702
9703         * gnus-draft.el (gnus-draft-edit-message): Removed the
9704         `message-field' property.
9705
9706 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9707
9708         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9709         `message-field'.  The `field' property has a special significance in
9710         Emacs 21.
9711
9712         * message.el (message-send, message-setup-1): Ditto.
9713
9714 2001-10-18  Simon Josefsson  <jas@extundo.com>
9715
9716         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9717         when undoing.
9718
9719 2001-10-18  Simon Josefsson  <jas@extundo.com>
9720         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9721
9722         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9723         (gnus-summary-make-menu-bar): Ditto.
9724
9725 2001-10-17  Simon Josefsson  <jas@extundo.com>
9726
9727         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9728         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9729
9730 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9733         * gnus-util.el (gnus-user-date): New function.
9734         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9735
9736 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9737
9738         * message.el (message-check-news-header-syntax): Special case
9739         nnvirtual groups.
9740
9741         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9742         customize type to `symbol'.
9743
9744 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9745
9746         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9747         %&foo;.
9748         (gnus-parse-simple-format): Support user extended spec too.
9749         %u&foo; invokes gnus-user-format-function-foo.
9750
9751 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9754         the server.
9755         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9756         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9757         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9758         * nndiary.el (nndiary-request-expire-articles): Ditto.
9759         (nndiary-schedule): Defsubst it before use it.
9760         (nndiary-error): eval-and-compile.
9761
9762 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9763
9764         * gnus-msg.el (gnus-post-method): Changed two instances of
9765         `active' to `current' and one `null' to `not'.
9766
9767 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9768         From Katsumi Yamaoka <yamaoka@jpl.org>.
9769
9770         * message.el (message-setup-fill-variables): Use
9771         `normal-auto-fill-function' instead of `auto-fill-function'.
9772
9773 2001-10-16  Simon Josefsson  <jas@extundo.com>
9774
9775         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9776         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9777         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9778
9779 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9780         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9781
9782         * gnus-draft.el (gnus-draft-edit-message): Add text property
9783         `field' with value `header' to message headers.
9784         * message.el (message-setup-1): Really add text property to all of
9785         the header, not just part of it.
9786
9787 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * gnus-group.el (gnus-group-sort-by-server): Use it.
9790
9791         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9792
9793         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9794         and keystroke.
9795
9796 2001-10-14  Simon Josefsson  <jas@extundo.com>
9797
9798         * dig.el: Doc fix.
9799
9800         * smime.el: Doc fix.
9801
9802         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9803         charset magic from message.el.
9804
9805 2001-10-12  Simon Josefsson  <jas@extundo.com>
9806         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9807
9808         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9809         'cite from g-a-wash-types.
9810         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9811         (gnus-article-hide-citation): Fix.
9812
9813         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9814         character.
9815         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9816
9817         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9818         definition.
9819         (gnus-signature-toggle): Toggle `s' mode line character.
9820
9821         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9822         doing stuff that clears it.
9823
9824 2001-10-12  Simon Josefsson  <jas@extundo.com>
9825
9826         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9827         From Eric Marsden <emarsden@laas.fr>.
9828
9829 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9832         (autoload): Add some autoloads.
9833
9834 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9835         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9836
9837         * message.el (message-do-auto-fill): New function.  Like
9838         `do-auto-fill' but don't fill when in the message header.
9839         (message-setup-1): Put a text property on the message header.
9840         (message-setup-fill-variables): Use `message-do-auto-fill'.
9841
9842 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * message.el (message-send-mail-partially): Insert an empty line
9845         first, because of the change of message-make-lines.
9846
9847 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9848
9849         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9850         iso-8859-15, make it an alias for iso-8859-1.
9851
9852 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * message.el (message-send-news): Don't modify the value of
9855         `message-syntax-checks' if it is not a list (possibly it is
9856         `dont-check-for-anything-just-trust-me').
9857
9858 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9861         `find-coding-system' for XEmacs to check whether the coding-system
9862         `utf-8' is available.
9863
9864 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9867
9868 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9869
9870         * message.el (message-send-news): Oops, missed case with no
9871         "Followup-To" header...
9872
9873 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9874
9875         * message.el (message-send-news): Allow
9876         `gnus-group-name-charset-group-alist' to affect encoding of the
9877         "Newsgroups" and "Followup-To" headers.
9878
9879 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * Makefile.in (install-el): Depend on gnus-load.el.
9882
9883 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * Makefile.in (install-el): Use -f.
9886         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9887
9888 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9889
9890         * message.el (message-send-news): Don't encode Followups-To when
9891         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9892
9893         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9894         header.
9895
9896         * gnus-art.el (article-decode-group-name): Also decode
9897         "Followup-To".
9898
9899         * rfc2047.el (rfc2047-encode-message-header): Encode without
9900         asking for null methods.
9901
9902         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9903         default charset for newsgroup names in accordance with USEFOR.
9904
9905         * gnus-group.el (gnus-group-name-charset-method-alist,
9906         gnus-group-name-charset-group-alist): Removed "*" from doc
9907         strings, "*" should not be used for complex variables.
9908
9909 2001-10-06  Simon Josefsson  <jas@extundo.com>
9910
9911         Support UTF-8 group names better.
9912
9913         * message.el (message-check-news-header-syntax): Encode group
9914         names before comparison.
9915
9916         * gnus-msg.el (gnus-copy-article-buffer): Run all
9917         `gnus-article-decode-hook's except `article-decode-charset'
9918         instead of hardcoding call to one of them.
9919
9920         * gnus-art.el (gnus-article-decode-hook): Add
9921         `article-decode-group-name'.
9922         (article-decode-group-name): New function, use `g-d-n'.
9923
9924         * gnus-group.el (gnus-group-insert-group-line): Decode
9925         gnus-tmp-group using `g-d-n'.
9926
9927         * gnus-util.el (gnus-decode-newsgroups): New function.
9928
9929 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9930
9931         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9932         `gnus-group-name-charset-group-alist'.
9933
9934 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * Makefile.in: Install el in install. Add uninstall.
9937
9938 2001-10-05  Simon Josefsson  <jas@extundo.com>
9939
9940         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9941
9942         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9943
9944         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9945         empty folders.
9946
9947         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9948         limiting if read-all (C-u RET) was used.
9949
9950 2001-10-04  Simon Josefsson  <jas@extundo.com>
9951
9952         * mail-source.el (mail-source-movemail-program): New variable.
9953         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9954         <thutt@thutt.vmware.com>.
9955
9956 2001-10-03  Simon Josefsson  <jas@extundo.com>
9957
9958         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9959         (gnus-summary-line-format-alist): Fix param.
9960
9961 2001-10-02  Simon Josefsson  <jas@extundo.com>
9962
9963         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9964         don't go through `nnimap-request-expire-articles' to delete the
9965         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9966
9967 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9968
9969         * gnus-agent.el (gnus-agent-write-active): The min in the
9970         agent/active may be larger than that in the server/active.
9971
9972 2001-10-01  Simon Josefsson  <jas@extundo.com>
9973
9974         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9975         is IMAP4rev1.
9976
9977         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9978
9979         * nnfolder.el: Ditto.
9980
9981 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9982
9983         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9984         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9985
9986 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9987
9988         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9989         (message-mode-menu): Menu item for same.
9990
9991         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9992         delayed articles.
9993
9994         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9995         nndraft:delayed does not exist.
9996         (gnus-delay-initialize): Don't set up keymap, that's done from
9997         message.el now.
9998         (gnus-delay, gnus-delay-group, gnus-delay-header)
9999         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10000
10001 2001-09-29  Simon Josefsson  <jas@extundo.com>
10002
10003         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10004         utf-8, not eight-bit-control.
10005
10006         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10007         (imap-log, imap-debug): Custom.
10008         (imap-log-buffer, imap-debug-buffer): New constants.
10009         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10010         (imap-network-open, imap-shell-open, imap-starttls-open)
10011         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10012         (imap-debug): Use imap-*-buffer.
10013
10014         * nndoc.el (nndoc-article-type): Add mailman.
10015         (nndoc-type-alist): Ditto.
10016         (nndoc-mailman-type-p): New function.
10017
10018 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10021         gnus-art.el.
10022
10023 2001-09-27  Simon Josefsson  <jas@extundo.com>
10024
10025         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10026         (gnus-topic-catchup-articles): New function. Suggested by Robin
10027         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10028
10029 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10031
10032         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10033         previous ones.
10034
10035 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10036         From Daiki Ueno  <ueno@unixuser.org>
10037
10038         * gnus-sum.el (gnus-summary-show-article): The arglist of
10039         detect-coding-region is incompatible.
10040
10041 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10043
10044         * gnus-group.el (gnus-group-delete-group): Typo.
10045
10046 2001-09-26  Simon Josefsson  <jas@extundo.com>
10047
10048         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10049
10050         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10051
10052 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10055
10056 2001-09-22  Simon Josefsson  <jas@extundo.com>
10057
10058         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10059
10060         * nnfolder.el (nnfolder-open-marks): Ditto.
10061
10062         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10063         (gnus-update-marks): Use it.
10064         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10065         hardcoded list.
10066
10067         * gnus.el (gnus-article-special-mark-lists): Add killed.
10068         (gnus-article-unpropagated-mark-lists): New constant.
10069
10070 2001-09-22  Simon Josefsson  <jas@extundo.com>
10071
10072         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10073         custom option.
10074
10075 2001-09-23  Simon Josefsson  <jas@extundo.com>
10076
10077         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10078
10079 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10082
10083 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10084
10085         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10086         accept lists of functions.
10087
10088 2001-09-20  Simon Josefsson  <jas@extundo.com>
10089
10090         * gnus-group.el (gnus-group-catchup): Update expire marks in
10091         backend.  Also, if ALL also set expire marks on tick/dormant.
10092
10093 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10094
10095         * message.el (message-tab-body-function): New variable.
10096         * message.el (message-tab): Use it.
10097
10098 2001-09-19  Sam Steingold  <sds@gnu.org>
10099
10100         * gnus-win.el (gnus-buffer-configuration): Respect
10101         `gnus-bug-create-help-buffer'.
10102
10103 2001-09-18  Simon Josefsson  <jas@extundo.com>
10104
10105         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10106         (gnus-parse-simple-format): Re-revert.
10107
10108 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10109         Trivial patch.
10110
10111         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10112         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10113
10114 2001-09-18  Simon Josefsson  <jas@extundo.com>
10115
10116         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10117         signed.
10118         (gnus-parse-simple-format): Don't use it.
10119
10120 2001-09-17  Miles Bader  <miles@gnu.org>
10121
10122         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10123         error querying a backend abort the whole process.
10124
10125 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10126
10127         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10128         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10129
10130 2001-09-17  Didier Verna  <didier@xemacs.org>
10131
10132         * nndiary.el: version 0.2-b14.
10133         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10134         compatibility problem with XEmacs 21.1.
10135
10136 2001-09-15  Simon Josefsson  <jas@extundo.com>
10137
10138         * gnus-group.el (gnus-group-line-format): Document %c.
10139
10140         * nnml.el (nnml-parse-head): Handle CRLF files.
10141         (nnml-generate-nov-file): Ditto.
10142         (nnml-retrieve-headers): Ditto.
10143
10144 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10145
10146         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10147
10148 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10149
10150         * gnus-spec.el (gnus-correct-substring): Still stopped one
10151         character before we wanted (never included last character).
10152         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10153         add missing "," (once per function)
10154
10155 2001-09-14  Simon Josefsson  <jas@extundo.com>
10156
10157         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10158         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10159         default before gnus-group is loaded and the variable set.)
10160
10161         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10162         killed or unsent marks.
10163
10164         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10165         isn't an article to set it on (e.g. when you `a' in a group).
10166
10167 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10168
10169         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10170         can read e-mails from Microsoft Outlook users not using ISO
10171         8859-2 character set.
10172
10173 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10174
10175         * gnus-diary.el: Minor modifications to avoid warnings.
10176         (gnus-summary-misc-menu): defvar.
10177         (gnus-diary-check-message): Use gnus-point-at-eol.
10178         (gnus-diary-kill-entire-line): eval-and-compile.
10179
10180 2001-09-12  Didier Verna  <didier@xemacs.org>
10181
10182         * nndiary.el: new version (0.2-b13).
10183         * nndiary.el (nndiary-mail-sources): doc update.
10184         * nndiary.el (nndiary-split-methods): ditto.
10185         * nndiary.el (nndiary-request-accept-article-hooks): New.
10186         * nndiary.el (nndiary-request-accept-article): use it, check
10187         message validity.
10188         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10189         * nndiary.el (nndiary-schedule): fix bug (misplaced
10190         condition-case): it didn't return nil on error.
10191         * gnus-diary.el: new version.
10192         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10193         * gnus-diary.el (gnus-diary-header-value-history): New.
10194         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10195         * gnus-diary.el (gnus-diary-add-header): New.
10196         * gnus-diary.el (gnus-diary-check-message): New.
10197         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10198         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10199
10200 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10201
10202         * gnus-sum.el (gnus-select-newsgroup): Make
10203         `gnus-current-select-method' buffer-local.
10204
10205         * gnus-art.el (gnus-request-article-this-buffer): Refer
10206         `gnus-current-select-method' in the current summary buffer.
10207
10208 2001-09-10  Simon Josefsson  <jas@extundo.com>
10209         From Daniel Pittman <daniel@rimspace.net>
10210
10211         * gnus-spec.el (gnus-correct-pad-form): Fix.
10212
10213 2001-09-09  Simon Josefsson  <jas@extundo.com>
10214
10215         * mm-decode.el (mm-inline-media-tests): Add
10216         application/x-emacs-lisp.
10217         (mm-attachment-override-types): Add
10218         application/{x-,}pkcs7-signature.
10219
10220         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10221         (gnus-server-line-format, gnus-server-mode-line-format)
10222         (gnus-server-browse-in-group-buffer): Customize.
10223
10224 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * nnml.el (nnml-marks-changed-p): Typo.
10227         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10228         (nnml-marks-changed-p): Use gnus-gethash.
10229         (nnml-marks-modtime): Use gnus-make-hashtable.
10230
10231         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10232         (nnfolder-request-expire-articles, nnfolder-save-marks)
10233         (nnfolder-open-marks): Typo.
10234         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10235         (nnfolder-marks-changed-p): Use gnus-gethash.
10236         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10237
10238 2001-09-08  Simon Josefsson  <jas@extundo.com>
10239
10240         * nnfolder.el (nnfolder-marks-modtime): New variable.
10241         (nnfolder-marks-changed-p): New function.
10242         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10243         (nnfolder-request-update-info): Don't update if marks didn't change.
10244
10245         * nnml.el (nnml-marks-modtime): New variable.
10246         (nnml-marks-changed-p): New function.
10247         (nnml-save-marks, nnml-open-marks): Save modtime.
10248         (nnml-request-update-info): Don't update if marks didn't change.
10249
10250         * gnus-agent.el (gnus-agent-any-covered-gcc)
10251         (gnus-agent-add-server, gnus-agent-remove-server): Use
10252         gnus-agent-method-p.
10253
10254         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10255         (gnus-unbuttonized-mime-type-p): Use it.
10256
10257         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10258         fetch group.
10259
10260 2001-09-08  Simon Josefsson  <jas@extundo.com>
10261         From Daniel Pittman <daniel@rimspace.net>
10262
10263         * gnus-spec.el (gnus-correct-pad-form): New function.
10264         (gnus-parse-simple-format): Use it.
10265
10266 2001-09-07  Simon Josefsson  <jas@extundo.com>
10267
10268         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10269         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10270         Putnam <reader@newsguy.com>.
10271         (gnus-group-sort-selected-groups): Touch dribble file.
10272
10273 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10274
10275         * nnml.el (nnml-filenames-are-evil): New variable.
10276         (nnml-article-to-file-alist): Rename to ...
10277         (nnml-current-group-article-to-file-alist): ... this.
10278         Respect `nnml-filenames-are-evil'.
10279         (nnml-active-number): Update.
10280         (nnml-update-file-alist): Update.
10281         (nnml-request-article): Use nnheader-article-to-file-alist.
10282         (nnml-request-rename-group): Likewise.
10283
10284 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-sum.el (gnus-summary-insert-line): Fix.
10287
10288 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10289
10290         * gnus-sum.el: Bind g-s-t-s to "W g".
10291         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10292         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10293         display of graphical smilies.
10294
10295 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10296
10297         * gnus-start.el (gnus-setup-news): A typo.
10298         From Bill White <billw@wolfram.com>.
10299
10300 2001-09-06  Simon Josefsson  <jas@extundo.com>
10301
10302         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10303         and unseen marks.
10304
10305 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10306
10307         * nnmail.el (nnmail-split-fancy): Document `junk'.
10308
10309 2001-09-04  Simon Josefsson  <jas@extundo.com>
10310
10311         * imap.el (imap-search): Don't error if server is broken.
10312
10313 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10314
10315         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10316         searching for an article that isn't in the mbox.
10317
10318 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10321         right, and get all the comments.
10322
10323 2001-09-02  Simon Josefsson  <jas@extundo.com>
10324         Suggested by Dan Christensen <jdc+news@uwo.ca>
10325
10326         * nnfolder.el (nnfolder-request-update-info): Fix message.
10327
10328         * nnml.el (nnml-request-update-info): Ditto.
10329
10330 2001-09-01  Simon Josefsson  <jas@extundo.com>
10331
10332         * nnml.el (nnml-request-expire-articles): Also bind
10333         `nnml-current-group' and `nnml-article-file-alist' when using
10334         expiry-target. (Otherwise nnml will be in a inconsistent internal
10335         state causing all kind of problems.)
10336         (nnml-request-expire-articles): If `nnml-article-to-file' or
10337         `file-attributes' failes, return article as un-expirable instead
10338         of treating it as expired.
10339
10340 2001-08-31  Sam Steingold  <sds@gnu.org>
10341
10342         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10343         typo: `exmine' --> `examine'.
10344
10345 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10348
10349 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10350
10351         * nnml.el (nnml-check-directory-twice): Remove.
10352         (nnml-retrieve-headers): Ditto.
10353         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10354
10355 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10356
10357         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10358         directory twice on Windows, or on GNU Emacs-21.
10359
10360 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10361
10362         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10363         (nnml-request-rename-group): Ditto.
10364         (nnml-active-number): Ditto.
10365         (nnml-request-create-group): Use nnml-directory-articles.
10366         (nnml-request-expire-articles): Use nnml-directory-articles, which
10367         gets list from nov database if available.
10368         (nnml-get-nov-buffer): New function.
10369         (nnml-open-nov): Use it.
10370         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10371         gets alist from nov database if available.
10372         (nnml-directory-articles): New function.
10373         (nnml-article-to-file-alist): New function.
10374
10375 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10376
10377         * mm-decode.el (mm-display-external): Use `name' as filename, if
10378         `filename' attribute is not present.
10379
10380 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10381
10382         * mail-source.el (mail-source-flash): New defcustom.
10383         (mail-source-new-mail-p): Ring visible bell if appropriate.
10384         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10385         timer is cleared even if mail check signals an error.
10386
10387 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10390         type 'list.
10391
10392 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * flow-fill.el (fill-flowed): eol might be point-max.
10395
10396 2001-08-27  Simon Josefsson  <jas@extundo.com>
10397
10398         * nnml.el (nnml-request-update-info): Fix message.
10399         (nnml-open-marks): Ditto.
10400
10401         * nnfolder.el (nnfolder-request-update-info):
10402         (nnfolder-open-marks): Fix message.
10403
10404 2001-08-25  Simon Josefsson  <jas@extundo.com>
10405
10406         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10407         after group in ~/.
10408
10409 2001-08-25  Simon Josefsson  <jas@extundo.com>
10410         From Andreas Jaeger  <aj@suse.de>
10411
10412         * nnfolder.el (nnfolder-open-marks): Fix typo.
10413         * nnml.el (nnml-open-marks): Likewise.
10414
10415 2001-08-25  Simon Josefsson  <jas@extundo.com>
10416
10417         Make nnfolder groups self-contained as far as marks are concerned.
10418
10419         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10420         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10421         (nnfolder-open-server): Make marks directory.
10422         (nnfolder-request-delete-group): Delete marks file.
10423         (nnfolder-request-delete-group): Check of nov/marks file exist
10424         before deleting.
10425         (nnfolder-request-rename-group): Rename marks file.
10426         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10427         (nnfolder-request-set-mark, nnfolder-request-update-info)
10428         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10429         (nnfolder-open-marks): New functions.
10430         (top-level): Require gnus.
10431
10432 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * nnweb.el (nnweb-type-definition): Use google raw file.
10435         (nnweb-google-parse-1): Ditto.
10436         (nnweb-google-identity): Ditto.
10437         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10438         (nnweb-altavista-wash-article): Ditto.
10439         (nnweb-request-article): Remove nnweb-decode-entities.
10440
10441         * nnml.el: Require 'gnus.
10442
10443 2001-08-25  Simon Josefsson  <jas@extundo.com>
10444
10445         * nnml.el (nnml-marks-is-evil): Add doc.
10446
10447 2001-08-25  Simon Josefsson  <jas@extundo.com>
10448
10449         * nnml.el (nnml-save-marks): Wrap saving marks in a
10450         condition-case, to allow user to start Gnus if saving marks failed
10451         for some reason.
10452
10453 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10454
10455         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10456
10457         * gnus-group.el (gnus-update-group-mark-positions): Bind
10458         gnus-group-update-hook to nil.
10459
10460 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10461
10462         * mml.el (mml-generate-mime-1): Force as multibyte string.
10463
10464 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10465
10466         * gnus-sum.el (gnus-summary-insert-line)
10467         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10468         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10469
10470         * gnus-spec.el (gnus-correct-substring): Take optional END.
10471
10472         * nnrss.el (nnrss-request-article): Remove \n.
10473         (nnrss-retrieve-headers): Lines number is -1.
10474
10475 2001-08-24  Simon Josefsson  <jas@extundo.com>
10476
10477         * gnus-group.el (gnus-info-clear-data): Call
10478         nnfoo-request-set-mark to propagate marks.  Fix bug:
10479         `gnus-group-update-line' doesn't update read range unless we call
10480         `gnus-get-unread-articles-in-group' first.
10481
10482         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10483         to server.
10484
10485 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * gnus-util.el (gnus-create-info-command): Return an interactive
10488         function.
10489
10490 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491         From Katsumi Yamaoka <yamaoka@jpl.org>
10492
10493         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10494
10495 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus-sum.el (gnus-select-newsgroup): Use it.
10498
10499         * gnus-util.el (gnus-not-ignore): New function.
10500
10501         * lpath.el (featurep): Don't fbind char-int.
10502
10503         * gnus-util.el (gnus-create-info-command): New function.
10504
10505         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10506         right node.
10507
10508         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10509         (gnus-summary-limit-children): Use 'identity instead of `all'.
10510         (gnus-summary-limit-to-display-predicate): New command and
10511         keystroke.
10512
10513 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10516
10517         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10518
10519 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520
10521         * gnus-spec.el: Add the Gnus version.
10522         (gnus-update-format-specifications): If the Gnus version changes,
10523         nix out the format spec cache.
10524
10525         * gnus.el (gnus-continuum-version): Made into a command and
10526         optionalize the VERSION.
10527
10528         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10529         the start of the lines.
10530
10531 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * gnus.el (gnus-visual-p): Define function before use of
10534         function.
10535
10536 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10539         (gnus-article-mark-to-type): New function.
10540         (gnus-update-missing-marks): Only update marks of type 'list.
10541
10542         * gnus.el (gnus-article-special-mark-lists): New variable.
10543
10544 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10545
10546         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10547         (gnus-select-newsgroup): Still use 'all.
10548         (gnus-summary-initial-limit): Comparing with 'all.
10549
10550 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10553         active.
10554
10555 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10558         nnslashdot-*-retrieve-headers.
10559         (nnslashdot-request-article): Fix for slashcode 2.2.
10560         (nnslashdot-make-tuple): New function.
10561         (nnslashdot-read-groups): Use it.
10562
10563 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10566         list.
10567
10568         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10569
10570 2001-08-20  Simon Josefsson  <jas@extundo.com>
10571
10572         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10573         opened, error instead of continuing (and exploding later).
10574
10575 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * gnus.el (gnus-expand-group-parameters): Return the parameter
10578         list.
10579
10580         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10581         (gnus-summary-show-article): Guess at charset if required.
10582
10583         * gnus-spec.el (gnus-correct-substring): Stopped one character
10584         before we wanted.
10585
10586 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10587
10588         * earcon.el (earcon-auto-play): Remove unused option.
10589
10590 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10593         message down in levels, since it happens very fast.
10594
10595         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10596         of smiley-regexp-alist.
10597
10598         * mm-view.el (mm-inline-text): Ignore vcard errors.
10599
10600         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10601
10602         * gnus-score.el (gnus-all-score-files): Use append instead of
10603         nconc.
10604
10605         * gnus.el (gnus-splash-face): Doc fix.
10606
10607         * mm-decode.el (mm-mailcap-command): Use
10608         mm-path-name-rewrite-functions.
10609         (mm-path-name-rewrite-functions): New variable.
10610
10611         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10612         (gnus-complex-form-to-spec): Insert tab.
10613         (gnus-spec-tab): New function.
10614
10615         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10616         entering the group.
10617
10618         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10619         the positional spec.
10620         (gnus-parse-complex-format): React to %C.
10621
10622         * gnus-ems.el (gnus-char-width): Moved here.
10623
10624         * gnus-sum.el (gnus-select-newsgroup): Set
10625         gnus-newsgroup-articles.
10626         (gnus-unseen-mark): New variable.
10627         (gnus-newsgroup-unseen): Ditto.
10628         (gnus-newsgroup-seen): Ditto.
10629         (gnus-adjust-marked-articles): Use them.
10630         (gnus-update-marks): Use them.
10631         (gnus-summary-update-secondary-mark): Display.
10632         (gnus-summary-prepare-threads): Display.
10633
10634         * gnus-msg.el (gnus-inews-group-method): Use and return the
10635         method, not the server.
10636
10637 2001-08-19  Simon Josefsson  <jas@extundo.com>
10638
10639         * gnus-srvr.el (gnus-server-agent-face): New.
10640         (gnus-server-agent-face): New.
10641         (gnus-server-mode): Turn on font-lock-mode.
10642
10643         * gnus.el (gnus-server-visual): Add defgroup.
10644
10645 2001-08-19  Simon Josefsson  <jas@extundo.com>
10646         From Joe Casadonte <jcasadonte@northbound-train.com>
10647
10648         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10649         gnus-server-denied-face): New.
10650         (gnus-server-opened-face, gnus-server-closed-face,
10651         gnus-server-denied-face): New.
10652         (gnus-server-font-lock-keywords): Add.
10653
10654 2001-08-19  Simon Josefsson  <jas@extundo.com>
10655
10656         * nnml.el (nnml-request-set-mark): Return nil.
10657         (nnml-save-marks): Use nnml-possibly-create-directory.
10658         (nnml-open-marks): Only work in temp buffer when inserting/reading
10659         .marks file.
10660
10661 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * gnus.el (gnus-expand-group-parameters): Fix.
10664
10665         * gnus-spec.el (gnus-char-width): New function.
10666         (gnus-correct-substring, gnus-correct-length): Use it.
10667
10668         * message.el (message-required-mail-headers): Fix doc.
10669
10670 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10671
10672         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10673
10674         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10675
10676 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10679         slashdot 2.2 (not fully fixed yet).
10680         (nnslashdot-request-article): Ditto.
10681
10682 2001-08-18  Simon Josefsson  <jas@extundo.com>
10683
10684         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10685         nnimap.
10686
10687         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10688         gnus-util.
10689         (nnimap-request-update-info-internal): Use new functions.
10690
10691         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10692         new functions.
10693
10694 2001-08-18  Simon Josefsson  <jas@extundo.com>
10695
10696         Make nnml groups self-contained as far as marks are concerned.
10697
10698         * nnml.el (nnml-request-delete-group): Delete marks file.
10699         (nnml-request-rename-group): Move marks file.
10700         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10701         variables.
10702         (nnml-request-set-mark, nnml-request-update-info): New server
10703         functions.
10704         (nnml-save-marks, nnml-open-marks): New functions.
10705
10706 2001-08-18  Simon Josefsson  <jas@extundo.com>
10707
10708         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10709         `set' when setting marks.
10710
10711 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * gnus.el (gnus-info-find-node): Take an argument.
10714
10715         * gnus-art.el (gnus-button-handle-info): New function.
10716         (gnus-url-unhex-string): Replace "+" with " ".
10717
10718 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * message.el (message-check-news-header-syntax): Check bad From.
10721
10722 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * gnus-spec.el (gnus-correct-length): New function.
10725         (gnus-correct-substring): New function.
10726         (gnus-tilde-max-form): Use it.
10727
10728 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10729
10730         * nnmh.el: Docstring changes as below.
10731
10732         * nnml.el: Docstring changes as below.
10733
10734         * nnbabyl.el: Docstring changes as below.
10735
10736         * nnmbox.el: Docstring changes as below.
10737
10738         * nnfolder.el: Added docstrings identifying each virtual server
10739         parameter.
10740
10741 2001-08-18  Simon Josefsson  <jas@extundo.com>
10742
10743         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10744
10745 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10746
10747         * message.el: rename "Abort Message" to "Postpone Message".
10748         Remove "Attach file as MIME" from Message menu, it's already in
10749         the MIME menu.
10750
10751 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10752
10753         * smime.el (smime-point-at-eol): eval-and-compile.
10754         (smime-make-temp-file): New function.
10755         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10756         Use it.
10757
10758 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10761         (gnus-agent-summary-fetch-group): New command and keystroke.
10762
10763         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10764         (gnus-mime-display-security): Make it respect
10765         gnus-unbuttonized-mime-type-p.
10766
10767         * gnus-sum.el (gnus-articles-to-read): Comments.
10768         (gnus-article-marked-p): New function.
10769         (gnus-summary-display-make-predicate): New function.
10770         (gnus-select-newsgroup): Use them.
10771
10772         * mm-decode.el (mm-save-part-to-file): Made it not error.
10773
10774 2001-08-17  Simon Josefsson  <jas@extundo.com>
10775
10776         * imap.el (imap-wait-for-tag): If process-status isn't open or
10777         run, return nil instead of sit-for looping.
10778
10779 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * lpath.el (featurep): fbind xml-parse-region.
10782
10783         * gnus.el (gnus-message-archive-method): Default to "archive".
10784         (gnus-message-archive-method): Doc fix.
10785         (gnus-parameters-get-parameter): Cleaned up.
10786         (gnus-expand-group-parameter): New function.
10787
10788         * gnus-start.el (gnus-setup-news): Push the archive server only
10789         the server list.
10790
10791         * mml.el (mml-menu): Changed name to "Attachments".
10792
10793         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10794         when there is something to detroy.
10795
10796 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10799         nil.
10800
10801 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10802
10803         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10804         which specifies a time today or tomorrow.
10805
10806 2001-08-15  Simon Josefsson  <jas@extundo.com>
10807         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10808
10809         * gnus-agent.el (gnus-agent-make-mode-line-string)
10810         (gnus-agent-toggle-plugged): Use new API.
10811
10812 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10813
10814         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10815         deadline has expired.
10816
10817 2001-08-12  Simon Josefsson  <jas@extundo.com>
10818         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10819
10820         Support `recent' mark indicating newly arrived messages (to
10821         separate from old but unread messages).
10822
10823         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10824         `nnmail-split-history' if recent is > 0.
10825         (nnimap-request-update-info-internal): Update `recent' marks.
10826         (nnimap-request-set-mark): Never set `recent' marks.
10827         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10828         recent.
10829
10830         * gnus-sum.el (gnus-recent-mark): New mark.
10831         (gnus-newsgroup-recent): New variable.
10832         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10833         (gnus-summary-prepare-threads): Mark recent articles.
10834         (gnus-summary-add-mark): Support recent.
10835         (gnus-summary-update-secondary-mark): Support recent.
10836
10837         * gnus.el (gnus-article-mark-lists): Add recent.
10838
10839 2001-08-12  Simon Josefsson  <jas@extundo.com>
10840
10841         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10842         whether successful decoding took place.  Add doc.
10843
10844 2001-08-12  Simon Josefsson  <jas@extundo.com>
10845         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10846
10847         * gnus.el (gnus-summary-line-format, gnus-parameters):
10848         * gnus-gl.el (gnus-summary-grouplens-line-format):
10849         * gnus-salt.el (gnus-summary-pick-line-format):
10850         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10851
10852 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10853         Committed by Kai Gro\e,b_\e(Bjohann.
10854
10855         * gnus-score.el (gnus-score-string): Fix `match' regexp
10856         for `extra' header case.
10857
10858 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10859
10860         * nnmbox.el (nnmbox-read-mbox): No warning.
10861
10862 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * nndoc.el (nndoc-article-type): Fix doc.
10865         (nndoc-generate-article-function): New variable.
10866         (nndoc-dissection-function): New variable.
10867         (nndoc-type-alist): Add oe-dbx.
10868         (nndoc-oe-dbx-type-p): New function.
10869         (nndoc-oe-dbx-dissection): New function.
10870         (nndoc-oe-dbx-generate-article): New function.
10871
10872 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10873
10874         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10875         whether deadline has been reached.  Patch from Dan Nicolaescu
10876         <dann@godzilla.ics.uci.edu>.
10877
10878 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10881         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10882         <rintaman@cs.Helsinki.FI>.
10883
10884         * mail-source.el (mail-source-movemail): The error buffer is
10885         modified, but nothing in it.
10886
10887 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * message.el (message-bogus-system-names): New variable.
10890         (message-make-fqdn): Use it.
10891
10892 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * nndraft.el (nndraft-request-group): Use
10895         nndraft-auto-save-file-name.
10896
10897 2001-08-09  Simon Josefsson  <jas@extundo.com>
10898
10899         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10900         Don't ask whether to decrypt.  Just leave result in buffer (don't
10901         call mm).
10902
10903         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10904         parts as well.
10905         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10906         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10907
10908 2001-08-09  Simon Josefsson  <jas@extundo.com>
10909
10910         * mm-decode.el (mm-insert-part): Return decoding success status.
10911         (mm-save-part-to-file): Error if decoding failed.
10912
10913 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * message.el (message-tab): Use indent-relative.
10916         (message-mode): Don't bind indent-line-function to indent-relative.
10917
10918 2001-08-09  Simon Josefsson  <jas@extundo.com>
10919
10920         * message.el (message-get-reply-headers): Fix string. Suggested by
10921         Christoph Conrad <cc@cli.de>.
10922
10923 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10924
10925         * message.el (message-tab): Use the current value of
10926         indent-line-function.
10927         (message-mode): Bind indent-line-function to indent-relative.
10928
10929 2001-08-08  Simon Josefsson  <jas@extundo.com>
10930
10931         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10932         whether `imtest' is installed.
10933
10934 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10935         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10936
10937         * gnus-sum.el (gnus-summary-show-article): Call
10938         gnus-summary-update-secondary-secondary-mark.
10939         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10940         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10941
10942 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10945
10946         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10947
10948         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10949         <gerd@gnu.org>.
10950
10951         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10952
10953         * gnus-util.el (gnus-output-to-rmail): Ditto.
10954         (gnus-output-to-mail): Ditto.
10955
10956         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10957
10958 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10959
10960         * message.el (message-indent-citation): Use
10961         `message-yank-cited-prefix' for empty lines.
10962
10963 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10964
10965         * message.el (message-indent-citation): Quote only lines starting
10966         with ">" using `message-yank-cited-prefix'.
10967
10968 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10969         Trivial patch.
10970
10971         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10972         gnus-cache-fully-p.
10973
10974 2001-08-04  Simon Josefsson  <jas@extundo.com>
10975
10976         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10977         file if it doesn't exist (by calling gnus-cache-read-active).
10978
10979 2001-08-04  Simon Josefsson  <jas@extundo.com>
10980
10981         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10982         (gnus-cache-passively-or-fully-p): Removed.
10983         (gnus-cache-fully-p): Fix it.
10984
10985         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10986
10987 2001-08-04  Simon Josefsson  <jas@extundo.com>
10988
10989         * gnus-cache.el (gnus-cache-fully-p)
10990         (gnus-cache-passively-or-fully-p): New functions.
10991         (gnus-cache-possibly-enter-article): Cosmetic change, use
10992         `g-c-p-o-f-p'.
10993         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10994         was bogus (`g-c-p-a-a' does not change active info, just change
10995         the functions parameters).
10996         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10997         not removed in groups that match `gnus-uncacheable-groups'.
10998
10999         Reported and modifications based on discussions with Nuutti
11000         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11001
11002 2001-08-04  Simon Josefsson  <jas@extundo.com>
11003         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11004
11005         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11006         calls `gnus-cache-update-active' if bounds has been extended.
11007
11008 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11011         before remove.
11012         (gnus-mime-security-show-details): Ditto.
11013
11014 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11015
11016         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11017         syntax.  Protect string-match against nil string and regexp.
11018
11019 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * mm-util.el (mm-find-charset-region): Remove control-1.
11022
11023 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11026
11027 2001-08-04  Simon Josefsson  <jas@extundo.com>
11028
11029         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11030         buffer.  Delete MIME-Version header.
11031
11032 2001-08-03  Simon Josefsson  <jas@extundo.com>
11033
11034         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11035         that is entered does not necessarily have the highest article
11036         number in the group, so use `gnus-cache-possibly-alter-active'
11037         instead of `gnus-cache-update-active'.
11038
11039 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11040
11041         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11042
11043 2001-08-03  Simon Josefsson  <jas@extundo.com>
11044
11045         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11046         menu.
11047
11048 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus.el (post-method): New group parameter.  It also provides
11051         the user option `gnus-post-method-alist' and the internal function
11052         `gnus-parameter-post-method'.
11053
11054         * gnus-msg.el (gnus-post-method): Bind the value of
11055         `gnus-post-method' to the group parameter if it is defined.
11056
11057 2001-08-02  Simon Josefsson  <jas@extundo.com>
11058
11059         * smime.el (smime-extra-arguments): Removed.
11060         (smime-call-openssl-region): Don't use it.
11061
11062 2001-08-02  Simon Josefsson  <jas@extundo.com>
11063
11064         * smime.el (smime-sign-region): Handle stderr.
11065         (smime-encrypt-region): Ditto.
11066
11067         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11068         match the ASN.1 length bytes.
11069         (mm-pkcs7-enveloped-magic): Ditto.
11070         (mm-view-pkcs7-get-type): Don't regexp quote.
11071
11072 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11073         From Andreas Fuchs <asf@void.at>
11074
11075         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11076
11077 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * gnus-art.el (gnus-header-button-alist): References regexp.
11080
11081 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11082
11083         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11084         already fboundp.  Add INTERACTIVE arg to autoload form.
11085
11086 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11087
11088         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11089
11090         * nnmail.el (nnmail-cache-open): Ditto.
11091
11092 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11095
11096 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11099
11100 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11102
11103         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11104         (gnus-agent-toggle-plugged): Use it.
11105
11106 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11109         (gnus-ding-file-coding-system): New variable.
11110         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11111         (gnus-slave-save-newsrc): Use it.
11112
11113 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11114
11115         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11116         syntax.
11117
11118 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119         Originally from Andreas Fuchs <asf@void.at>
11120
11121         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11122         (mml2015-gpg-pretty-print-fpr): New function.
11123         (mml2015-gpg-extract-signature-details): More details, rename from
11124         `m-g-e-from'.
11125         (mml2015-gpg-verify): Use them.
11126         (mml2015-gpg-clear-verify): Use them.
11127
11128 2001-07-31  Simon Josefsson  <jas@extundo.com>
11129
11130         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11131         buffer when done.
11132
11133 2001-07-30  Simon Josefsson  <jas@extundo.com>
11134
11135         * smime.el (smime-call-openssl-region): Revert previous change,
11136         just pass on buf to `call-process-region'.
11137         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11138         `smime-new-details-buffer'.  Inserts error messages into buffer.
11139         (smime-noverify-region): Ditto.
11140         (smime-decrypt-region): Ditto.  Handles stderr separately.
11141         (smime-verify-buffer, smime-noverify-buffer)
11142         (smime-decrypt-buffer): Doc fix.
11143         (smime-new-details-buffer): New function.
11144         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11145         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11146         (smime-sign-region, smime-encrypt-region): Don't use
11147         `insert-buffer'.
11148
11149         * mml-smime.el (mml-smime-verify): Fix security button strings.
11150
11151 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11154         gnus-article-mime-handles.
11155
11156 2001-07-29  Simon Josefsson  <jas@extundo.com>
11157
11158         * mail-source.el (top-level): Require message for message-directory.
11159         (mail-source-directory): Change default to message-directory.
11160
11161         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11162         (smime-certificate-directory, smime-openssl-program)
11163         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11164         (smime-extra-arguments): New variable.
11165         (smime-dns-server): Fix customize group.
11166         (smime-call-openssl-region): Use `smime-extra-arguments'.
11167
11168 2001-07-29  Simon Josefsson  <jas@extundo.com>
11169         From Vladimir Volovich <vvv@vsu.ru>
11170
11171         * smime.el (smime-call-openssl-region): Ignore stderr.
11172
11173 2001-07-29  Simon Josefsson  <jas@extundo.com>
11174         From Christoph Conrad <christoph.conrad@gmx.de>
11175
11176         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11177         file.
11178
11179 2001-07-29  Simon Josefsson  <jas@extundo.com>
11180
11181         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11182
11183         Support S/MIME decryption.
11184
11185         * mm-decode.el (mm-inline-media-tests):
11186         (mm-inlined-types):
11187         (mm-automatic-display):
11188         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11189
11190         * mm-view.el (mm-pkcs7-signed-magic):
11191         (mm-pkcs7-enveloped-magic): New variables.
11192         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11193         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11194         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11195         PKCS#7 blobs.
11196
11197         * smime.el (smime-decrypt-region): Expand keyfile.
11198
11199 2001-07-29  Simon Josefsson  <jas@extundo.com>
11200
11201         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11202         `ssl.el' variables.
11203
11204         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11205         but line instead of narrowing to it, because `nnmail-parse-active'
11206         calls widen.  Thanks to Christoph Conrad
11207         <christoph.conrad@gmx.de>.
11208
11209 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11210
11211         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11212         for %B spec.
11213
11214         * gnus-sum.el (gnus-summary-prepare-threads): If
11215         gnus-sum-thread-tree-root is nil, use subject instead.
11216         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11217         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11218         (gnus-sum-thread-tree-leaf-with-other)
11219         (gnus-sum-thread-tree-single-leaf): Documentation.
11220         (gnus-sum-thread-tree-single-indent): Allow nil.
11221
11222 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * message.el (message-fill-paragraph): Do nothing if the user
11225         wants filladapt-mode.
11226
11227 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * mm-decode.el (mm-image-type-from-buffer): New function.
11230         (mm-get-image): Use it.
11231
11232 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11233
11234         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11235
11236         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11237         mm-display-parts too.
11238
11239 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * nnfolder.el (nnfolder-request-accept-article): Bind
11242         nntp-server-buffer.
11243
11244         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11245         nntp-server-buffer.
11246
11247 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * message.el (message-check-news-header-syntax): Use
11250         message-post-method.
11251         (message-send-news): Bind message-post-method.
11252
11253 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * mml.el (mml-tweak-type-alist): New variable.
11256         (mml-tweak-function-alist): New variable.
11257         (mml-tweak-part): New function.
11258         (mml-generate-mime-1): Use it.
11259
11260 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * nnfolder.el (nnfolder-request-accept-article): Replace
11263         nnfolder-request-list.
11264
11265 2001-07-27  Simon Josefsson  <jas@extundo.com>
11266
11267         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11268         nnoo-change-server failed to do it.
11269
11270 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11271
11272         * gnus.el (gnus-parameters): Make it customizable.
11273
11274 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11277
11278         * message.el (message-set-auto-save-file-name): More
11279         poor-system-types.
11280
11281         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11282
11283         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11284         supports +.
11285
11286 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * mm-decode.el (mm-readable-p): New function.
11289         (mm-inline-media-tests): Fix the default testers.
11290
11291 2001-07-26  Simon Josefsson  <jas@extundo.com>
11292
11293         * nnimap.el (nnimap-version): Bump version number.
11294
11295 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296         From Steven E. Harris <seh@speakeasy.org>
11297
11298         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11299         in M$Windows too.
11300
11301 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11302
11303         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11304
11305 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11308
11309         * mm-decode.el (mm-get-image): Guess then use the type.
11310
11311         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11312
11313 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11314
11315         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11316         display (%B) for threads if threading is off.
11317
11318 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319         From Henrik Enberg <henrik@enberg.org>
11320
11321         * gnus-msg.el: Customization patch.
11322
11323 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11324
11325         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11326         variable.
11327         (nnmail-split-fancy-with-parent): Ignore certain groups.
11328
11329 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * gnus-util.el (gnus-byte-compile): New function.
11332         (gnus-use-byte-compile): New variable.
11333         (gnus-make-sort-function): Use it.
11334
11335         * nnmail.el (nnmail-get-new-mail): Use it.
11336
11337         * gnus-agent.el (gnus-category-make-function): Simple function or
11338         compiled function.
11339         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11340
11341         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11342         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11343         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11344
11345         * message.el (message-check-news-header-syntax): Remove quote.
11346
11347 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * message.el (message-use-mail-followup-to): `t' is not a
11350         documented value.
11351
11352 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11355
11356 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11359         there are long lines.
11360
11361 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * dgnushack.el (copy-list): New compiler macro.
11364
11365 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * message.el (message-bounce): If no Return-Path, the whole
11368         content is considered as the original message.
11369
11370         * nnml.el (nnml-check-directory-twice): New variable.
11371         (nnml-article-to-file): Use it.
11372         (nnml-retrieve-headers): Hack it.
11373
11374 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11375
11376         * gnus-win.el (gnus-buffer-configuration): New configure.
11377
11378         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11379         not alive.
11380
11381         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11382         (mm-display-external): Use display-term configure.
11383
11384 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11385
11386         * gnus-delay.el (gnus-delay-default-hour): New variable.
11387         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11388
11389 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390         From Karl Kleinpaste <karl@charcoal.com>
11391
11392         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11393         (gnus-summary-prepare-threads): Ditto.
11394
11395         * gnus.el (gnus-summary-line-format): Add %B.
11396
11397 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11400
11401         * mm-util.el (mm-string-as-multibyte): New function.
11402
11403         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11404
11405 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11406
11407         * mm-util.el (mm-universal-coding-system): New variable.
11408
11409         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11410
11411         * score-mode.el (score-mode-coding-system): Use it.
11412
11413 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-start.el (gnus-setup-news): Call
11416         `gnus-check-bogus-newsgroups' just after the native server is
11417         opened.
11418
11419 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11420
11421         * nnmail.el (nnmail-do-request-post): Util function to be used by
11422         `nnchoke-request-post' for all nnmail-derived backends.
11423
11424         * nnml.el (nnml-request-post): Use it.
11425
11426         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11427         backend, for it groks nnml-request-post.
11428
11429         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11430         Treat `mail-post' backends like `mail' backends, not like `news'
11431         backends.
11432
11433 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * gnus-msg.el (gnus-setup-message): make-local-hook.
11436
11437 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11438
11439         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11440         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11441         <karl@charcoal.com>, slightly changed by Kai.
11442
11443         * message.el (message-check-news-header-syntax): When checking
11444         whether the groups exist, check the right server based on
11445         `gnus-post-method'.
11446
11447 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11448
11449         * gnus-delay.el: New file.
11450
11451 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452
11453         * mm-util.el (mm-read-coding-system): Take two arguments.
11454
11455         * gnus-sum.el (gnus-summary-show-article): Use
11456         mm-read-coding-system.
11457
11458         * gnus-art.el (article-de-quoted-unreadable):
11459         (article-de-base64-unreadable, article-wash-html):
11460         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11461
11462 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11463
11464         * nnml.el (nnml-request-post): New function.  Can be used for
11465         annotations in nnml groups.
11466
11467 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11470         command.
11471
11472         * gnus-start.el (gnus-find-new-newsgroups): Use
11473         `message-make-date' instead of `current-time-string'.
11474         (gnus-ask-server-for-new-groups): Ditto.
11475         (gnus-check-first-time-used): Ditto.
11476
11477 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11480
11481 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11482
11483         * message.el (message-shorten-references): Change `maxcount' and
11484         `cut' to obey USEFOR draft 5.
11485
11486 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11487
11488         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11489         (gnus-summary-set-article-display-arrow): New function.
11490         (gnus-summary-goto-subject): Use it.
11491
11492 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * gnus-sum.el (gnus-summary-import-article): Insert date if
11495         doesn't exist.
11496
11497 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * mml.el (mml-content-type-parameters): New variable.
11500         (mml-content-disposition-parameters): New variable.
11501         (mml-insert-mime-headers): Use them.
11502         (mml-parse-1): Accept charset.
11503
11504 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * gnus-group.el (gnus-group-select-group): Doc fix.
11507
11508         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11509
11510 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11513         to handle `define-derived-mode'.
11514
11515 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11516         From:  Stefan Monnier  <monnier@cs.yale.edu>
11517
11518         * message.el (message-mode): Use define-derived-mode.
11519         (message-tab): message-completion-alist.
11520
11521         * imap.el (imap-interactive-login): Use make-local-variable.
11522         (imap-open): Ditto.
11523         (imap-authenticate): Ditto.
11524
11525         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11526
11527         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11528
11529 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11530
11531         * message.el (message-citation-line-function): Refer to
11532         gnus-cite-attribution-suffix.
11533
11534 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11535
11536         * gnus-art.el,...: Error convention changes.
11537
11538 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11539
11540         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11541
11542 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11545         (nnrss-read-server-data): Ditto.
11546
11547 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11550         * Cleanup files.
11551         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11552
11553 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11554
11555         * gnus.el (gnus-summary-line-format): Add %o.
11556
11557         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11558         unless shell outputs something.
11559
11560 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * gnus-art.el (gnus-boring-article-headers): Better doc.
11563         (article-hide-headers): Better regexp.
11564         Suggested by Matt Swift <swift@alum.mit.edu>.
11565
11566         * nnheader.el (nnheader-max-head-length): Better doc.
11567         (nnheader-header-value): Skip spaces.
11568         (nnheader-parse-head): Remove space.
11569         Suggested by Matt Swift <swift@alum.mit.edu>.
11570
11571         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11572         (gnus-get-newsgroup-headers): Remove space.
11573
11574 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11577         (gnus-summary-reply): Use it.
11578         (gnus-summary-reply-broken-reply-to): New function.
11579         (gnus-msg-force-broken-reply-to): New function.
11580
11581         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11582
11583 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11586
11587 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11588
11589         * mm-decode.el (mm-external-terminal-program): New variable.
11590         (mm-display-external): Use it. Use term to display when no
11591         window-system.
11592
11593 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11594
11595         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11596         Browse->Next entries to Browse->Prev
11597
11598 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11599
11600         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11601
11602 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11605         for the default encoding.
11606
11607         * nnrss.el (nnrss-url-field): New field.
11608         (nnrss-request-article): Add newsgroups.
11609
11610         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11611
11612 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11613
11614         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11615
11616         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11617         (gnus-draft-setup): Remove backlog.
11618
11619 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11620
11621         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11622         Cleanup.
11623
11624 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * gnus-msg.el (gnus-bug): Erase buffer.
11627
11628         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11629
11630 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * mm-decode.el (mm-attachment-override-p): Fix typo.
11633
11634 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-kill.el (gnus-execute): Work with the extra headers.
11637         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11638
11639 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11642         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11643
11644         * message.el (message-send-mail-real-function): New variable.
11645         (message-send-mail-partially, message-send-mail):
11646
11647         * nngateway.el (nngateway-request-post): Use it.
11648
11649         * gnus-agent.el (gnus-agentize): Use it.
11650
11651         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11652         (nnsoup-revert-variables): Use it.
11653
11654 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11655
11656         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11657         text/plain if the type doesn't match any other media types.
11658         (mm-inlined-types): Doc fix.
11659         (mm-display-inline): Revert previous change (now handled by a
11660         default type in `mm-inline-media-tests'.
11661         (mm-inlinable-p): Revive.
11662         (mm-display-part): Call `mm-inlinable-p'.
11663         (mm-attachment-override-p): Ditto.
11664         (mm-inlined-p): Doc fix.
11665
11666         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11667         well as `mm-inlined-p'.
11668
11669 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11670
11671         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11672         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11673
11674 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11675         From  Paul Jarc <prj@po.cwru.edu>
11676
11677         * message.el (message-use-mail-followup-to): New variable.
11678         (message-get-reply-headers): Use it.
11679
11680 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11681
11682         * nnheader.el (nnheader-init-server-buffer): Make sure the
11683         *nntpd* buffer is made multibyte instead of a random buffer.
11684
11685 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11688         when it returns headers.
11689
11690 2001-07-07  Simon Josefsson  <jas@extundo.com>
11691
11692         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11693         trying to fold. Thanks to Colin Walters
11694         <walters@cis.ohio-state.edu>
11695
11696 2001-07-06  Simon Josefsson  <jas@extundo.com>
11697
11698         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11699         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11700         Add information in `assert's.
11701
11702         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11703         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11704         and `nnimap-group-overview-filename', should handle all
11705         change-of-uidvalidity related issues.  But there may be other
11706         problems.)
11707
11708 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11709
11710         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11711         header name when folding.
11712
11713 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11714
11715         * mm-decode.el (mm-inlined-types): Document relationship with
11716         `mm-inline-media-tests'.
11717         (mm-display-inline): Default to displaying as plain text if no
11718         inlining handler is available.
11719         (mm-inlinable-p): Remove.
11720         (mm-inlined-p): Don't call `mm-inlinable-p'.
11721         (mm-automatic-display-p): Ditto.
11722         (mm-attachment-override-p): Ditto.
11723
11724 2001-07-04  Simon Josefsson  <jas@extundo.com>
11725
11726         * nnimap.el (nnimap-importantize-dormant): New variable.
11727         (nnimap-request-update-info-internal): Use it.
11728         (nnimap-request-set-mark): Ditto.
11729
11730 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11731
11732         * nntp.el (nntp-send-command): don't pass a buffer argument to
11733         `point'. Only XEmacs accepts this.
11734         * nntp.el (nntp-send-command-nodelete): ditto.
11735         * nntp.el (nntp-send-command-and-decode): ditto.
11736
11737 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11738
11739         * nntp.el (nntp-open-connection-function): doc update.
11740         * nntp.el (nntp-pre-command): New.
11741         * nntp.el (nntp-via-rlogin-command): New.
11742         * nntp.el (nntp-via-telnet-command): New.
11743         * nntp.el (nntp-via-telnet-switches): New.
11744         * nntp.el (nntp-via-user-name): New.
11745         * nntp.el (nntp-via-user-password): New.
11746         * nntp.el (nntp-via-address): New.
11747         * nntp.el (nntp-via-envuser): New.
11748         * nntp.el (nntp-via-shell-prompt): New.
11749         * nntp.el (nntp-open-telnet-stream): New.
11750         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11751         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11752         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11753         * nntp.el (nntp-send-command): ditto.
11754         * nntp.el (nntp-send-command-nodelete): ditto.
11755         * nntp.el (nntp-send-command-and-decode): ditto.
11756
11757 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11758         Trivial patch.
11759
11760         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11761         `when'.
11762
11763 2001-07-03  Simon Josefsson  <jas@extundo.com>
11764         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11765
11766         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11767
11768 2001-07-03  Simon Josefsson  <jas@extundo.com>
11769
11770         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11771         remove it (workaround XEmacs `fill-region' bug).
11772
11773 2001-07-01  Simon Josefsson  <jas@extundo.com>
11774
11775         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11776
11777 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * mml2015.el (mml2015-format-error): New function.
11780         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11781         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11782         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11783
11784 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11787         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11788
11789         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11790         group variables.
11791
11792 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11793
11794         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11795
11796         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11797         (nnrss-save-group-data): Ditto.
11798
11799         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11800
11801 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * message.el (message-do-send-housekeeping): Narrow to headers.
11804
11805 2001-06-24  Simon Josefsson  <jas@extundo.com>
11806
11807         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11808         insertion when breaking lines looked for " \t" instead of "[ \t]".
11809         (rfc2047-encode-message-header): Fold lines even if
11810         no QP encoding is done.
11811
11812 2001-06-23  Simon Josefsson  <jas@extundo.com>
11813         From Samuel Tardieu <sam@inf.enst.fr>
11814
11815         * smime.el (smime-keys): Support additional certificates.
11816         (smime-make-certfiles): New function.
11817         (smime-sign-region): Use previous variables.
11818         (smime-get-certfiles): New function.
11819         (smime-sign-buffer): Use it.
11820         (smime-verify-region): Support both CAfile and CApath.
11821
11822 2001-06-23  Simon Josefsson  <jas@extundo.com>
11823
11824         * smime.el (smime-decrypt-region): Perhaps work.
11825
11826 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11829
11830 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11831
11832         * mm-decode.el (mm-save-part): Rewrite file name.
11833         (mm-file-name-rewrite-functions): New variable.
11834         (mm-file-name-delete-whitespace): New function.
11835         (mm-file-name-trim-whitespace): New function.
11836         (mm-file-name-collapse-whitespace): New function.
11837         (mm-file-name-replace-whitespace): New variable and function.
11838
11839 2001-06-22  Simon Josefsson  <jas@extundo.com>
11840
11841         * message.el (message-make-date): Workaround locale for weekdays.
11842
11843 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11844
11845         * message.el (message-goto-body): Return nil if not found. (revert!)
11846
11847 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848         From Fremlin <chief@bandits.org>
11849
11850         * message.el (message-goto-body): Some messages have no header.
11851
11852         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11853
11854 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11855
11856         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11857
11858 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * message.el (message-make-date): Add week day.
11861         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11862
11863 2001-06-19  Simon Josefsson  <jas@extundo.com>
11864
11865         * message.el (message-yank-prefix): Doc fix.
11866         (message-yank-cited-prefix): Ditto.
11867         (message-delete-not-region): Keep citation prefix on first line,
11868         if possible and appropriate.
11869
11870 2001-06-19  Simon Josefsson  <jas@extundo.com>
11871
11872         * imap.el (imap-process-connection-type): New variable.
11873         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11874         recent `imtest's work completely (no line length issues), while
11875         making making old `imtest's unusable.  Thanks to NAGY Andras
11876         <nagya@inf.elte.hu> for his work.
11877
11878 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11879
11880         * imap.el (imap-ssl-program): Add -quiet to shut up
11881         OpenSSL/SSLeay's internal debug talk.
11882
11883 2001-06-19  Matt Armstrong  <matt@lickey.com>
11884
11885         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11886         server.
11887
11888 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889
11890         * nnmail.el (nnmail-article-buffer): New variable.
11891         (nnmail-split-incoming): Use it.
11892
11893 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11894
11895         * qp.el (quoted-printable-decode-region): If called interactively,
11896         use coding-system-for-read.
11897
11898 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * message.el (message-check-news-header-syntax): Check Reply-To.
11901
11902 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11903
11904         * mml.el (mml-parse-1): Use message options.
11905
11906         * message.el (message-do-fcc): Don't do anything if there is no
11907         FCC.
11908
11909 2001-06-16  Simon Josefsson  <jas@extundo.com>
11910
11911         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11912         (nnimap-expunge-search-string): New variable.
11913         (nnimap-request-expire-articles): Use it.
11914
11915 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11916
11917         * message.el (message-send-mail-with-qmail): wrong exit status is
11918         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11919
11920 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * gnus-art.el (article-strip-multiple-blank-lines): Use
11923         delete-region instead of replace-match.
11924
11925 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11928         (nnweb-google-wash-article): Ditto.
11929
11930 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11931
11932         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11933
11934 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11937         specs.
11938
11939 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus.el (gnus-email-address): Move it here.
11942
11943         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11944         requested.
11945         (article-de-base64-unreadable): Ditto.
11946         (article-wash-html): Ditto.
11947
11948 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * message.el (message-options-set-recipient): Don't add ", "
11951         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11952
11953 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11954
11955         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11956
11957 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11960         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11961
11962         * nnrss.el (nnrss-node-text): Node might be nil.
11963
11964 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11967         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11968
11969         * nnrss.el (nnrss-group-alist): More items.
11970
11971 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11974
11975 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11976         Trivial patch from Dale Hagglund  <rdh@best.com>
11977
11978         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11979         restrict clauses.
11980
11981 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11982
11983         From Benjamin Rutt <brutt+news@bloomington.in.us>
11984
11985         * message.el (message-wide-reply-confirm-recipients): New variable.
11986
11987 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11989
11990         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11991         fix so it works with XEmacs.
11992
11993 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11994
11995         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11996         headers.
11997
11998 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * nnrss.el: Fix a few bugs.
12001
12002 2001-06-05  Simon Josefsson  <jas@extundo.com>
12003
12004         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12005         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12006
12007 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12008
12009         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12010         binary so that we don't transmit ISO 2022 garbage to the process.
12011         This is needed under XEmacs.
12012
12013 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12014
12015         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12016         autoloaded incorrectly below because ssl-program-* is bound.)
12017         Thanks to Amos Gouaux for report.
12018
12019 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12020
12021         * imap.el (imap-kerberos4-open):
12022         (imap-gssapi-open):
12023         (imap-ssl-open):
12024         (imap-network-open):
12025         (imap-shell-open):
12026         (imap-starttls-open): Set buffer to workaround spurious
12027         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12028         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12029         Colman <colman@ppllc.com> for report.
12030
12031 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * gnus-sum.el (gnus-summary-catchup): New argument.
12034         (gnus-summary-catchup-from-here): New function.
12035
12036 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12037
12038         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12039         back, then insert glyph.  (Before, the glyph was inserted first,
12040         then the newline.)  This works around a behavior in XEmacs where
12041         it is not possible to insert a character after a glyph which is at
12042         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12043
12044 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12045
12046         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12047
12048         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12049         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12050         mm-destroy-postponed-undisplay-list): New functions.
12051         (mm-display-external): Use them.
12052
12053 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12054
12055         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12056         `default-low' when evaluating `gnus-summary-highlight'.
12057         From Raja R Harinath <harinath@cs.umn.edu>.
12058
12059 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12060
12061         * message.el (message-yank-cited-prefix): New variable.
12062         (message-indent-citation): Use it.
12063
12064         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12065         as details.
12066         (mml2015-mailcrypt-clear-verify): Ditto.
12067
12068 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12069         From Nevin Kapur <nevin@jhu.edu>.
12070
12071         * gnus-sum.el (gnus-summary-default-high-score,
12072         gnus-summary-default-low-score): New variables.
12073         (gnus-summary-highlight): Use them.
12074
12075 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12076
12077         * message.el (message-mail): pass the 'send-actions argument to
12078         `message-setup'.
12079
12080 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12081         From Raymond Scholz <ray-2001@zonix.de>
12082
12083         * gnus-art.el (gnus-mime-view-part-as-charset):
12084         (gnus-mime-internalize-part): Doc fixes.
12085
12086 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12087
12088         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12089         status lines without any text ("^215$").
12090
12091 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * nnrss.el (nnrss-check-group): Reverse.
12094
12095 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12096
12097         * message.el (message-get-reply-headers):
12098         (message-followup): Fix typo, suggested by David Green
12099         <dgreen@uab.edu>
12100
12101 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12104
12105         * nnrss.el (nnrss-open-server): Read server data when it is called.
12106         (nnrss-request-expire-articles): Fix.
12107
12108 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12109
12110         * message.el (message-do-send-housekeeping): mail-abbrevs may
12111         rename buffer behind Gnus.
12112
12113 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12114
12115         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12116         (nnrss-group-alist): Add more resources.
12117         (nnrss-check-group): Ignore errors.
12118
12119 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12120
12121         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12122
12123         * nnslashdot.el (nnslashdot-request-list): Add time.
12124         (nnslashdot-request-expire-articles): New function.
12125
12126         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12127         secondary methods too.
12128
12129 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * message.el (message-use-followup-to): Set default value to t.
12132
12133 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12134
12135         * message.el (message-dont-reply-to-names): Fix documentation.
12136         (message-get-reply-headers): Use Mail-Followup-To only for wide
12137         replies.
12138
12139 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12142         correctly.
12143         (nnrss-check-group): Use time.
12144
12145 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12146
12147         * gnus.el: Oort Gnus v0.03 is released.
12148
12149 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12152         group.
12153
12154 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12155
12156         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12157
12158 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12159
12160         * nnultimate.el (nnultimate-retrieve-headers): Return all
12161         available headers.
12162
12163         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12164         (gnus-get-newsgroup-headers-xover): Use it.
12165
12166 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12169
12170 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12171
12172         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12173
12174 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12177         disable it.
12178
12179         * gnus.el (gnus-info-nodes): Remove a few The's.
12180
12181 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * mail-source.el (mail-source-movemail): Call-process may return a
12184         signal description string.
12185
12186         * gnus-start.el (gnus-read-newsrc-el-file):
12187         gnus-newsrc-file-version may be nil.
12188
12189         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12190         Suggested by Michael Sperber [Mr. Preprocessor]
12191         <sperber@informatik.uni-tuebingen.de>.
12192
12193 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12194
12195         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12196
12197 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12198
12199         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12200         fontify HANDLE.
12201
12202 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12203
12204         * smime.el (smime-ask-passphrase): Rework to return value.
12205         (smime-sign-region): Rework to bind value and use it.
12206         (smime-decrypt-region): Ditto.
12207
12208 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12209         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12210
12211         * smime.el (smime-ask-passphrase): New function.
12212         (smime-sign-region): Use it.
12213         (smime-encrypt-cipher): New variable.
12214         (smime-decrypt-region): Ditto.
12215
12216 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12217         Committed by Simon Josefsson  <simon@josefsson.org>
12218
12219         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12220         the log.
12221
12222 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12223
12224         * gnus.el: Oort Gnus v0.02 is released.
12225
12226 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12227
12228         * gnus.el: Oort Gnus v0.01 is released.
12229
12230 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12231
12232         * gnus-sum.el (gnus-summary-highlight): Highlight read
12233         undownloaded articles as read articles.
12234
12235         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12236         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12237         articles, even read ones, as such.
12238
12239         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12240         (gnus-find-matching-articles): New function.
12241         (gnus-summary-limit-include-matching-articles): New command.
12242         (gnus-summary-limit-include-thread): Include articles that have
12243         matching subjects.
12244         (gnus-offer-save-summaries): Clean up.
12245
12246 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12247
12248         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12249
12250 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12251         From Jason Merrill <jason_merrill@redhat.com>
12252
12253         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12254
12255 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12256         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12257
12258         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12259         newsgroup names when the original article is a news message.
12260
12261 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12264         supported. Suggest by Jim Meyering <jim@meyering.net>.
12265
12266 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12267         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12268
12269         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12270         regexp in nnmail-split-fancy.
12271
12272 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12273
12274         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12275
12276 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12277
12278         * message.el (message-send-mail): Improve the interaction with the
12279         user.
12280
12281 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12282
12283         * imap.el (imap-message-copy): Work around buggy servers that
12284         doesn't send TRYCREATE tags.
12285
12286 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12289
12290 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12293         date.
12294
12295 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296
12297         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12298         lives.
12299
12300 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12301
12302         * gnus-art.el (gnus-parse-news-url): New function.
12303         (gnus-button-handle-news): New function.
12304         (gnus-button-alist): Point to new functions.
12305
12306         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12307
12308         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12309         gnus-format-specs.
12310
12311         * message.el (message-check-news-header-syntax): Question even
12312         when Gnus doesn't know the group names.
12313         (message-send-news): Clean up.
12314
12315         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12316         exited on purpose without saving.
12317
12318         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12319
12320 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12321
12322         * gnus-score.el (gnus-score-orphans): Clean up.
12323
12324         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12325
12326         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12327         later.
12328
12329         * gnus-start.el (gnus-close-all-servers): Find the right items to
12330         close.
12331
12332         * qp.el (quoted-printable-decode-region): Just message
12333         malformation; don't quit.
12334
12335 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336         From Gerd Moellmann <gerd@gnu.org>.
12337
12338         * gnus.el (gnus-interactive): A typo.
12339
12340 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12341         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12342
12343         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12344         `assq-delete-all', if that function exists; otherwise use the old
12345         definition. Documentation changed to match the one in
12346         `assq-delete-all'.
12347
12348 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12349
12350         * gnus-start.el (gnus-close-all-servers): New function.
12351
12352         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12353         (gnus-server-remove-denials): Clean up.
12354
12355         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12356         keystroke.
12357
12358 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * message.el (message-send-news): Message where we are sending.
12361         (message-send-mail): Ditto.
12362
12363         * gnus.el (gnus-server-string): New function.
12364
12365         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12366
12367         * mm-decode.el (mm-default-directory): Customized.
12368         (mm-tmp-directory): Ditto.
12369
12370         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12371         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12372         or Chars.
12373         (gnus-summary-line-format-alist): ?l is now a string.
12374         (gnus-summary-prepare-threads): Output ? for unknown lines.
12375         (gnus-summary-insert-line): Ditto.
12376         (gnus-summary-print-article): Unbalanced parentheses.
12377
12378         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12379         out whether new stuff has arrived.
12380
12381 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12382
12383         * gnus-sum.el: Let printing work on ttys on Emacs.
12384
12385 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12388         when forcing news.
12389
12390         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12391         command.
12392
12393 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12394
12395         * message.el (message-set-auto-save-file-name): Don't use
12396         asterisks under nt.
12397
12398 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399
12400         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12401         lists of articles.
12402
12403         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12404
12405         * gnus-msg.el (gnus-put-message): Clean up.
12406         (gnus-summary-reply): Mark all replied-to articles as replied to.
12407         (gnus-inews-add-send-actions): Also mark as forwarded.
12408         (gnus-summary-mail-forward): Mark as forwarded.
12409
12410         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12411         of articles.
12412         (gnus-summary-mark-article-as-forwarded): Ditto.
12413
12414         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12415         forwarded.
12416         (gnus-summary-mail-forward): Clean up.
12417
12418         * gnus.el (gnus-article-mark-lists): Added forward.
12419
12420         * gnus-sum.el (gnus-forwarded-mark): New variable.
12421         (gnus-summary-prepare-threads): Use it.
12422         (gnus-summary-update-secondary-mark): Ditto.
12423         (gnus-newsgroup-forwarded): New variable.
12424
12425 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12426
12427         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12428         (gnus-summary-very-wide-reply): New command and keystroke.
12429         (gnus-summary-very-wide-reply-with-original): Ditto.
12430
12431         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12432         (gnus-score-adaptive): Use it.
12433
12434         * gnus-start.el (gnus-get-unread-articles): Clean up.
12435
12436 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12439         boards.
12440
12441 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12442
12443         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12444         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12445
12446 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * nnultimate.el (nnultimate-retrieve-headers): Understand
12449         long-form month names.
12450
12451 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * gnus-sum.el (gnus-summary-show-all-headers):
12454         gnus-article-show-all-headers is broken. Use
12455         gnus-summary-toggle-header instead.
12456
12457         * mml2015.el (mml2015-gpg-extract-from): No error.
12458
12459 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12461
12462         * mml2015.el (mml2015-gpg-extract-from): New function.
12463         (mml2015-gpg-verify): Use it.
12464         (mml2015-gpg-clear-verify): Use it.
12465
12466 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12467
12468         * message.el (message-setup-fill-variables): Use
12469         fill-paragraph-function.
12470         (message-fill-paragraph): Take an argument.
12471         (message-newline-and-reformat): Take another argument.
12472
12473 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12476
12477 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * message.el (message-forward): local-variable-p takes an extra
12480         argument in XEmacs.
12481
12482 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12483
12484         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12485         `nnimap-use-nov-p' (it really tested the negative).
12486         (nnimap-retrieve-headers): Use it.
12487
12488 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12489
12490         * message.el (message-generate-headers-first): Update doc.
12491
12492 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12493         Trivial patch.
12494
12495         * gnus.el (gnus-summary-line-format): Typo.
12496
12497 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12498
12499         * mailcap.el (mailcap-mime-data): Add application/sieve.
12500         (mailcap-mime-extensions): Add .siv, .xls.
12501
12502 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503         From Christoph Conrad <christoph.conrad@gmx.de>
12504
12505         * gnus-score.el (gnus-summary-lower-thread): Typo.
12506
12507 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12508
12509         * message.el (message-forward-decoded-p): New variable.
12510         (message-forward-subject-author-subject): Use it.
12511         (message-make-forward-subject): Use it.
12512         (message-forward): Use it.
12513
12514         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12515
12516         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12517         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12518
12519 ;;Has been fixed -- zsh.
12520 ;;2001-03-05  Dave Love  <fx@gnu.org>
12521 ;;
12522 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12523 ;;      Move it after definition of mm-coding-system-p.
12524 ;;
12525 2001-03-01  Dave Love  <fx@gnu.org>
12526
12527         * mm-util.el (mm-inhibit-file-name-handlers): Add
12528         image-file-handler.
12529
12530 2001-02-11  Dave Love  <fx@gnu.org>
12531
12532         * message.el (message-signature-file): Fix doc, :type.
12533
12534 2001-02-08  Dave Love  <fx@gnu.org>
12535
12536         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12537         (message-posting-charset): Defvar when compiling again.
12538         (rfc2047-encodable-p): Require message.
12539
12540         * gnus-sum.el (gnus-alter-articles-to-read-function):
12541         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12542
12543 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * nnrss.el: New file.
12546
12547 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12548         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12549
12550         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12551         `skip-chars-forward'.
12552
12553 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12554
12555         * nndraft.el (nndraft-request-group): Restore auto save files if
12556         the original files do not exist.
12557
12558 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12559
12560         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12561         SCORE paths.
12562
12563         * mm-decode.el (mm-dissect-buffer): Call
12564         mail-extract-address-components only if necessary.
12565
12566 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12569         directory part.
12570         (gnus-score-search-global-directories): Use file-directory-p.
12571
12572         * gnus-score.el (gnus-score-score-files-1): Use
12573         gnus-kill-files-directory.
12574         From Adrian Aichner <adrian@xemacs.org>.
12575
12576 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12577
12578         * gnus.el (charset): Move here from gnus-sum.el.
12579
12580 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12581
12582         * mml.el (mml-preview): Disable local map.
12583
12584         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12585         gnus-article-post-menu here.
12586
12587         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12588         if it has not been made.
12589
12590 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12591
12592         * gnus-art.el (gnus-article-describe-key): Map key to event.
12593         (gnus-article-describe-key-briefly): Ditto
12594
12595 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12598
12599 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12600         From Katsumi Yamaoka <yamaoka@jpl.org>.
12601
12602         * dgnushack.el (coerce, merge, subseq): defmacro.
12603
12604 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12607         A fake defalias in nndraft.el results a not-activated bug in
12608         uncompiled versions.
12609
12610 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12611         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12612
12613         * gnus-util.el (gnus-split-references): Handle malformed References:.
12614
12615 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12618
12619 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12620         From NAGY Andras <nagya@inf.elte.hu>.
12621
12622         * gnus.el (gnus-parameters): Typo.
12623
12624 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12625
12626         * gnus.el (gnus-read-method): Remove redundancy.
12627
12628 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629
12630         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12631         (nnslashdot-request-list): Use it.
12632
12633 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12634
12635         * nnml.el (nnml-generate-active-info): Fix the case when there is
12636         no file.
12637
12638         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12639         (gnus-summary-create-article): New function.
12640
12641         * gnus-group.el (gnus-group-mark-article-read): New function.
12642
12643         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12644
12645         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12646
12647 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12648
12649         * gnus-art.el (gnus-article-edit-done): Don't use
12650         gnus-article-edit-exit.
12651         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12652
12653         * gnus.el (gnus-parameters): New variable.
12654         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12655         (gnus-parameters-get-parameter): New function.
12656         (gnus-group-find-parameter): Use it.
12657
12658 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12659
12660         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12661         change of default value to `current'.
12662
12663 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * nneething.el (nneething-get-head): Insert unreadable file too.
12666
12667 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12668
12669         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12670
12671         * webmail.el (webmail-type-definition): Deja is bought by google.
12672
12673 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * gnus-sum.el (gnus-fetch-headers): New function.
12676         (gnus-select-newsgroup): Use it.
12677         (gnus-summary-insert-articles): New function.
12678         (gnus-summary-insert-old-articles): New function.
12679         (gnus-summary-insert-new-articles): New function.
12680
12681         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12682         (gnus-group-list-active): Ditto.
12683         * gnus-sum.el (gnus-set-mode-line): Ditto.
12684         (gnus-summary-read-group-1): Ditto.
12685
12686 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12687
12688         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12689         current topic.
12690
12691 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12692
12693         * smiley.el (gnus-smiley-display): Don't do widening.
12694
12695         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12696         within body.
12697
12698         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12699
12700         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12701         New variable.
12702         (gnus-mime-display-multipart-related-as-mixed): New variable.
12703         (gnus-mime-display-part): Use them.
12704
12705 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12708         something special.
12709
12710 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12711
12712         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12713         (nnweb-request-article): Call reference if exists.
12714         (nnweb-type-definition): Dejanews is bought by google.com.
12715         Beta!
12716
12717 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12718
12719         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12720
12721 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12722
12723         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12724         gnus-article-sort-functions.
12725         (gnus-article-sort-functions): Doc fix.  Refer to
12726         gnus-thread-sort-functions.
12727
12728 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12729         From Paul Jarc <prj@po.cwru.edu>.
12730
12731         * message.el (message-get-reply-headers): More fixes.
12732
12733 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12734         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * message.el (message-get-reply-headers): Fix bug with
12737         Mail-Followup-To/to-address interaction.
12738
12739 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12742         gnus-article-copy.
12743
12744 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745
12746         * message.el (message-do-send-housekeeping): Rename to a better
12747         name.
12748
12749 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * message.el (message-cancel-news): Check article first, then ask
12752         yes or no.
12753
12754 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12755
12756         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12757
12758 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12759
12760         * gnus-range.el (gnus-range-normalize): New function.
12761
12762 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12763
12764         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12765
12766 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12769
12770         * nnagent.el (nnagent-request-regenerate): New function.
12771
12772         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12773
12774         * nnml.el (nnml-generate-nov-databases): Accept argument
12775         server. Don't open server if it is opened.
12776         (nnml-request-regenerate): Use it. Change to deffoo.
12777
12778 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12779         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12780
12781         * gnus.el (gnus-define-group-parameter): Fix.
12782
12783 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12784
12785         * gnus.el (gnus-define-group-parameter): Improved.
12786
12787         * gnus-sum.el (charset): Define parameter.
12788         (ignored-charsets): Ditto.
12789         (gnus-summary-setup-default-charset): Use them.
12790
12791         * gnus-start.el (gnus-read-descriptions-file): Use them.
12792
12793         * gnus-cus.el (gnus-group-parameters): Remove them.
12794
12795 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12796
12797         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12798
12799 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * gnus-sum.el (gnus-summary-read-group-1): Remove
12802         gnus-summary-set-local-parameters.
12803         (gnus-summary-setup-buffer): Put it here.
12804
12805 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * gnus.el (to-address): Define parameter.
12808         (to-list): Ditto.
12809         * gnus-art.el (article-hide-boring-headers): Use them.
12810         * gnus-msg.el (gnus-post-news): Ditto.
12811         * gnus-cus.el (gnus-group-parameters): Remove them.
12812
12813 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * gnus-draft.el (gnus-draft-reminder): New function.
12816
12817         * gnus-art.el (gnus-sender-save-name): New function.
12818
12819 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12820
12821         * mm-util.el (mm-mime-charset): Error message.
12822
12823 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12824
12825         * message.el (message-check-news-body-syntax): Don't check mml lines.
12826
12827 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12828
12829         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12830         subscribe.
12831
12832         * gnus-start.el (gnus-call-subscribe-functions): New function.
12833         (gnus-find-new-newsgroups): Use it.
12834         (gnus-ask-server-for-new-groups): Use it.
12835         (gnus-check-first-time-used): Use it.
12836         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12837         (gnus-subscribe-options-newsgroup-method): Ditto.
12838         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12839         return .
12840
12841 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12842
12843         * gnus-cus.el (gnus-score-customize): Doc fix.
12844
12845 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12846
12847         * dgnushack.el (my-getenv): Typo.
12848
12849 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12850
12851         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12852
12853 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12854
12855         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12856
12857         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12858         (gnus-treatment-function-alist): Use it.
12859         (article-remove-leading-whitespace): New function.
12860         (gnus-article-make-menu-bar): Use it.
12861
12862         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12863         remove-leading-whitespace.
12864         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12865         because of conflict.
12866
12867 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868
12869         * Makefile.in: Hack generating gnus-load.el.
12870         * dgnushack.el: Ditto.
12871         * gnus-load.el: Remove it.
12872
12873 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * dgnushack.el : Add URLDIR.
12876
12877         * Makefile.in (EMACS_COMP): Ditto.
12878
12879 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * gnus-cus.el (gnus-score-customize): Error on no score file.
12882
12883 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12884
12885         * mm-decode.el (mm-merge-handles): New function.
12886
12887         * mm-view.el (mm-inline-message): Use it.
12888         (mm-view-message): Ditto.
12889
12890         * mm-partial.el (mm-inline-partial): Ditto.
12891
12892         * mm-extern.el (mm-inline-external-body): Ditto.
12893
12894         * gnus-art.el (gnus-mime-view-part): Ditto.
12895         (gnus-mime-view-part-as-type): Ditto.
12896         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12897         cases.
12898
12899 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12900
12901         * message.el (message-cancel-news): Allow to shoot foot.
12902         (message-supersede): Ditto.
12903
12904 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12905         Trivial patch.
12906
12907         * gnus-sum.el (gnus-simplify-subject-re): Use
12908         message-subject-re-regexp.
12909
12910 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12911
12912         * nnmail.el (nnmail-expiry-target-group): Bind
12913         nnmail-cache-accepted-message-ids to nil.
12914
12915         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12916         coding system.
12917
12918 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * qp.el (quoted-printable-encode-region): Make sure characters are
12921         between 00 and FF.  Don't check charset.
12922
12923         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12924         in Emacs 20.
12925         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12926
12927 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12928
12929         * message.el (message-make-forward-subject): Argument decoded.
12930         (message-forward): Use it when digest.
12931
12932         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12933         buffer.
12934
12935 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12936
12937         * message.el (message-generate-headers-first): Doc fix.
12938
12939 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12940
12941         * gnus-art.el (article-make-date-line): Error proof.
12942
12943 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12944
12945         * gnus-group.el (gnus-group-listing-limit): New variable.
12946         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12947
12948         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12949
12950 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951
12952         * message.el (message-newline-and-reformat): Special case for
12953         breaking at BOL.
12954
12955 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12956
12957         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12958         message/rfc822.
12959
12960 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * message.el (message-encode-message-body): Don't insert
12963         Content-Type if it is inside a mail.
12964
12965 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12966
12967         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12968         gnus-article-commands-menu.
12969
12970         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12971         in Emacs.
12972
12973         * gnus-start.el (gnus-read-descriptions-file): Use
12974         gnus-group-name-charset and gnus-group-charset-alist.
12975
12976 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12977
12978         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12979         active region.
12980
12981         * gnus-start.el (gnus-group-change-level): Remove from both
12982         gnus-zombie-list and gnus-killed-list.
12983
12984 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12987         gnus-subscribe-topics.
12988
12989         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12990
12991 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12992
12993         * gnus-art.el (gnus-article-make-menu-bar): Make
12994         gnus-article-post-menu.
12995
12996         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12997
12998         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12999
13000         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13001
13002         * message.el (message-mode-menu): Ditto.
13003
13004         * gnus-art.el (defvar): eval-when-compile.
13005
13006 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * gnus-agent.el (gnus-agentize): Fix doc.
13009
13010 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13011
13012         * mml.el (mml-preview): Bind `q'.
13013
13014 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13017
13018 2001-01-31  Dave Love  <fx@gnu.org>
13019
13020         * mm-util.el (mm-mime-mule-charset-alist)
13021         (mm-find-mime-charset-region): Consider mule-utf-8.
13022
13023 2001-01-31  Dave Love  <fx@gnu.org>
13024
13025         * gnus-art.el (gnus-article-x-face-command)
13026         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13027         :version.
13028
13029 2001-01-26  Dave Love  <fx@gnu.org>
13030
13031         * mm-util.el (mm-multibyte-string-p): New.
13032
13033 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13034 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13035 ;;      string-as-multibyte on class.  Clarify line-folding.
13036         (quoted-printable-encode-string): Make temp buffer inherit
13037         string's multibyteness.
13038
13039 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13040
13041         * nnheader.el (toplevel): Don't require `gnus-util' at
13042         compile-time; this creates a circular dependency, and prevents
13043         a bootstrap.
13044
13045 2001-01-22  Andreas Schwab  <schwab@suse.de>
13046
13047         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13048
13049 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13050
13051         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13052
13053         * gnus-art.el (article-hide-list-identifiers): Ditto.
13054
13055         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13056
13057 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13060
13061         * gnus-art.el (article-hide-list-identifiers): Similar.
13062
13063 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13064
13065         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13066
13067 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13070
13071 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * gnus-util.el (gnus-string-equal): New function.
13074
13075         * gnus-art.el (article-hide-boring-headers): Use it.
13076
13077 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13078
13079         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13080
13081 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13082
13083         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13084
13085 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13086
13087         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13088         command if there is not last-saver.
13089
13090 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * nntp.el (nntp-open-connection): 201 is possible.
13093
13094 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13095
13096         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13097         (rfc2047-charset-encoding-alist): Add big5.
13098
13099 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13100
13101         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13102         (gnus-agent-remove-server): Ditto.
13103         (autoload): gnus-server-update-server.
13104
13105         * gnus-srvr.el (gnus-server-line-format): Add %a.
13106         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13107         (gnus-server-insert-server-line): Use it.
13108
13109 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13110
13111         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13112         GB2312 and Big5.
13113
13114 2001-01-24  Simon Josefsson  <sj@extundo.com>
13115
13116         * mail-source.el (mail-sources): Add :program specifier to IMAP
13117         mail source.
13118         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13119
13120 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13121
13122         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13123
13124 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * nntp.el (nntp-wait-for): Return the success code.
13127         (nntp-open-connection): Use it.
13128
13129 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13132
13133 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13134
13135         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13136
13137 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13138
13139         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13140         argument. Allow to print several articles in one file.
13141
13142 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * webmail.el (webmail-type-definition): netaddress changes.
13145
13146 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13147
13148         * gnus.el: Fix copyright. Remove trailing spaces.
13149
13150         * message.el (message-forward): Use mule4.
13151
13152 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13153
13154         * mm-util.el (mm-string-as-unibyte): New function.
13155
13156         * message.el (message-forward): Use it.
13157
13158 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13159
13160         * message.el (message-cite-original-without-signature): Don't peel
13161         off the blank line.
13162         (message-get-reply-headers): Add Cc if it is not in follow-to.
13163
13164 2001-01-20  Simon Josefsson  <sj@extundo.com>
13165
13166         * mm-decode.el (mm-handle-multipart-from): Add.
13167         (mm-dissect-buffer): Save From: header value.
13168         (mm-security-from): Remove.
13169         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13170
13171         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13172         instead of `mml-security-from'.  Protect null from value.
13173
13174 2001-01-20  Simon Josefsson  <sj@extundo.com>
13175
13176         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13177         application/vnd.ms-excel attachments.
13178
13179 2001-01-19  Simon Josefsson  <sj@extundo.com>
13180
13181         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13182
13183 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13184
13185         * message.el (message-ignored-mail-headers): Ditto.
13186
13187 2001-01-19  Simon Josefsson  <sj@extundo.com>
13188
13189         * message.el (message-ignored-news-headers): Only search beginning
13190         of line.
13191
13192 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13193         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13194
13195         * message.el (message-send-mail): Content-Type may not be there.
13196
13197 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13198
13199         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13200         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13201
13202         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13203         not.
13204
13205 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13206
13207         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13208         non-native groups.
13209
13210 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13211
13212         * message.el (message-yank-original): Understand
13213         universal-argument.
13214
13215 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13218         (article-hide-boring-headers): Ditto.
13219
13220         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13221
13222 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13225         one.
13226
13227 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13228
13229         * message.el (message-make-in-reply-to): Add comment to message-id
13230         (old syntax, see 2000-08-02 change).
13231
13232 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13235         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13236         (gnus-button-reply): Ditto.
13237
13238 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-art.el (article-display-x-face): Fix.
13241
13242 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13243
13244         * gnus-art.el (article-display-x-face): Use
13245         gnus-original-article-buffer.
13246
13247 2001-01-15  Jack Twilley  <jmt@tbe.net>
13248
13249         * message.el (message-add-header): Move to point-max.
13250
13251 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13252
13253         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13254         nil, improve documentation.
13255         (smime-certificate-directory): Comment out false hints (until it
13256         is implemented).
13257
13258         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13259         there aren't any keys.
13260         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13261         verify certificate.  Default is changed to only check integrity.
13262         Improved security status texts.  If a certificate doesn't contain
13263         a email address, don't fail.
13264
13265         * smime.el (smime-noverify-region):
13266         (smime-noverify-buffer): New functions.  Verifies integrity only.
13267
13268 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13269
13270         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13271
13272 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13275         (gnus-remove-some-windows): Ditto.
13276
13277 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278
13279         * gnus-art.el (article-make-date-line): 11th.
13280
13281 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13282
13283         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13284         (mml2015-gpg-sign): Ditto.
13285
13286 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13287
13288         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13289         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13290
13291 2001-01-08  Dave Love  <fx@gnu.org>
13292
13293         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13294         single character.
13295
13296         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13297
13298         * message.el: Doc and message fixes.
13299         (message-send-rename-function)
13300         (message-make-forward-subject-function)
13301         (message-send-mail-function, message-reply-to-function)
13302         (message-wide-reply-to-function, message-followup-to-function)
13303         (message-distribution-function, message-auto-save-directory): Fix
13304         :type.
13305
13306         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13307         proceeding after warnings.  Amend multipart warning message.
13308
13309 2001-01-04  Dave Love  <fx@gnu.org>
13310
13311         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13312         compiling.
13313         (gnus-make-directory): Require nnmail.
13314
13315         * mm-decode.el (mm-inline-media-tests): Add
13316         image/x-portable-bitmap.
13317         (mm-get-image): Grok pbm.
13318
13319 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13320
13321         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13322
13323 2001-01-09  Didier Verna  <didier@xemacs.org>
13324
13325         * dgnushack.el (dgnushack-compile): give a dummy value to
13326         `gnus-xmas-glyph-directory' for the time of compilation.
13327         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13328         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13329         * gnus-art.el: ditto.
13330         * gnus-group.el: ditto.
13331         * gnus-salt.el: ditto.
13332         * gnus-sum.el: ditto.
13333         * gnus-topic.el: ditto.
13334         * gnus-xmas.el (gnus-xmas-define): see above.
13335         * gnus-xmas.el (gnus-xmas-redefine): see above.
13336         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13337         non-continuable error when the directory can't be found.
13338
13339 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13340
13341         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13342         handle.
13343         * gnus-art.el (gnus-mime-view-part): Copy it.
13344         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13345
13346 2001-01-09  Michael Downes  <mjd@ams.org>
13347
13348         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13349
13350 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13351
13352         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13353         orig-file. Use ',source.
13354
13355 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13358         (gnus-xmas-group-startup-message):
13359         Detect gnus-xmas-glyph-directory when it is nil.
13360
13361 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13362
13363         * pop3.el (pop3-get-message-count): Andrew Innes
13364         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13365
13366 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13369
13370         * time-date.el (time-to-number-of-days): New function.
13371
13372 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13373         Trivial patch.
13374
13375         * nnslashdot.el (nnslashdot-request-list): Always get the right
13376         sid.
13377
13378 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * message.el (message-minibuffer-local-map): New keymap.
13381         (message-read-from-minibuffer): Use it.
13382         * gnus-msg.el (gnus-summary-resend-message): Use it
13383
13384 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13385
13386         * gnus-start.el (gnus-display-time-event-handler): New function.
13387         (gnus-after-getting-new-news-hook): Use it.
13388
13389 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13390
13391         * message.el (message-ignored-mail-headers): Add draft header.
13392
13393 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13396         excursion.
13397
13398         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13399
13400 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13401         A revoked patch.
13402
13403         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13404
13405 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * qp.el (quoted-printable-decode-region): Don't backward-char.
13408
13409 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * gnus-draft.el: Mark articles as replied.
13412
13413         * gnus-sum.el (gnus-summary-add-mark): New function.
13414
13415         * gnus-group.el (gnus-add-mark): New function.
13416
13417         * gnus-sum.el (gnus-summary-buffer-name): New function.
13418         (gnus-summary-setup-buffer): Use it.
13419
13420         * gnus-draft.el: Set things up with the right post method and
13421         stuff.
13422
13423         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13424
13425         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13426
13427         * gnus.el (gnus-draft-meta-information-header): New variable.
13428
13429 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13430
13431         * gnus-art.el (gnus-treatment-function-alist): Move the date
13432         functions before the header sorting functions.
13433
13434         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13435
13436         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13437         Don't (push "/usr/share/emacs/site-lisp" load-path).
13438
13439         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13440         to empty fill prefixes.
13441
13442 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13445         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13446
13447 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13448
13449         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13450
13451         * nnml.el (autoload): Move to nnheader.el.
13452
13453         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13454         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13455         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13456         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13457
13458 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13459
13460         * gnus-art.el (article-make-date-line): Get the hours right.
13461         (gnus-ignored-headers): More hiding.
13462
13463         * nnmail.el (nnmail-expiry-wait): Not an integer.
13464
13465         * message.el (message-goto-body): Only expand abbrev when called
13466         interactively.
13467         (message-make-lines): Use it.
13468
13469 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13472
13473 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13474
13475         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13476         include the expunged articles.
13477
13478         * gnus-group.el (gnus-group-sort-by-server): New function.
13479
13480         * gnus.el (gnus-method-to-server-name): New function.
13481         (gnus-group-prefixed-name): Use it.
13482
13483         * gnus-group.el (gnus-group-sort-function): Doc fix.
13484         (gnus-group-sort-groups-by-server): New command.
13485
13486 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * gnus-art.el (gnus-treat-date-english): New variable.
13489         (article-date-english): New command.
13490         (gnus-english-month-names): New variable.
13491         (article-make-date-line): Do 'english.
13492
13493         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13494         after the fill prefix.
13495
13496         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13497         score...".
13498
13499         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13500
13501         * message.el (message-mode-map): Bind comment-region.
13502
13503         * gnus-art.el (gnus-mime-display-part): Let w3 display
13504         multipart/related.
13505
13506         * mm-bodies.el (mm-long-lines-p): New function.
13507         (mm-body-encoding): Use it.
13508         (mm-body-encoding): Encode articles with lines longer than 1000
13509         characters.
13510
13511 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13512
13513         * mm-util.el (mm-enable-multibyte): Use
13514         default-enable-multibyte-characters.
13515         (mm-enable-multibyte-mule4): Ditto.
13516         (mm-disable-multibyte): Test XEmacs.
13517         (mm-disable-multibyte-mule4): Ditto.
13518         (mm-with-unibyte-current-buffer): Simplified.
13519         (mm-with-unibyte-current-buffer-mule4): Ditto.
13520
13521 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13522
13523         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13524
13525         * nnheader.el (nnheader-string-as-multibyte): New alias.
13526
13527         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13528
13529         * gnus-uu.el (gnus-message-process-mark): New function.
13530         (gnus-uu-mark-by-regexp): Use it.
13531         (gnus-new-processable): New function.
13532
13533 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13534          Trivial patch.
13535
13536         * gnus-sum.el (gnus-no-mark): New variable.
13537
13538 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13539
13540         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13541         backslashes.
13542
13543 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13546         definition.
13547
13548 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13551
13552         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13553         XEmacs.
13554
13555 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13556         Trivial patch.
13557
13558         * mml.el (mml-read-tag): Save tag location.
13559
13560 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13561
13562         * starttls.el: Sync with Emacs 21.
13563
13564 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13565
13566         * message.el (message-mail): Support yank-action.
13567
13568         * message.el (message-setup): Revoke the last change.
13569
13570 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13571
13572         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13573         <jvromans@squirrel.nl>.
13574
13575 2000-12-24  Simon Josefsson  <sj@extundo.com>
13576
13577         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13578         mailing list junk at end of part.
13579
13580 2000-12-23  Simon Josefsson  <sj@extundo.com>
13581
13582         * nnimap.el (nnimap-expiry-target): New function.
13583         (nnimap-request-expire-articles): Use it.
13584
13585 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * gnus.el (gnus-group-parameters-more): New variable.
13588         * gnus-cus.el (gnus-group-customize): Use it.
13589
13590         * gnus.el (gnus-define-group-parameter): New macro.
13591         (auto-expire): Use it
13592         (total-expire): Use it.
13593         * gnus-art.el (banner): Use it.
13594
13595         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13596         <ljz@asfast.com>.
13597
13598 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * gnus-topic.el (gnus-topic-create-topic): Use list.
13601
13602         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13603         before binding gnus-default-article-saver.
13604
13605         * gnus-sum.el (gnus-summary-save-article):
13606         (gnus-summary-pipe-output):
13607         (gnus-summary-save-article-mail):
13608         (gnus-summary-save-article-rmail):
13609         (gnus-summary-save-article-file):
13610         (gnus-summary-write-article-file):
13611         (gnus-summary-save-article-body-file): Ditto.
13612
13613         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13614
13615 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * gnus-art.el (gnus-mime-security-button-map):
13618         (gnus-mime-button-map): Add parent.
13619
13620 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * messagexmas.el (message-xmas-redefine): New function.
13623
13624         * message.el: Use it.
13625
13626         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13627
13628         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13629
13630 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13631
13632         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13633         malformatted messages.
13634
13635 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13636
13637         * mm-util.el (mm-image-load-path): New function.
13638
13639         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13640
13641         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13642
13643         * message.el (message-tool-bar-map): Use it.
13644
13645         * Makefile.in (install-el): New rule.
13646
13647 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (article-treat-dumbquotes): Quote \.
13650
13651 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13652
13653         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13654         Emacs 20 runs on a terminal.
13655
13656 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13659
13660         * mml.el (gnus-add-minor-mode): Autoload.
13661
13662         * message.el (message-forward): Save-restriction.
13663
13664 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13665
13666         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13667         Paul Stevenson <p.stevenson@surrey.ac.uk>
13668
13669 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670
13671         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13672
13673         * mml.el (gnus-ems): Don't require.
13674
13675         * gnus.el (gnus-decode-rfc1522): Removed.
13676         (gnus-set-text-properties): Define.
13677
13678 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13679
13680         * gnus-art.el (gnus-mime-*): handle may be nil.
13681
13682         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13683
13684         * gnus.el (gnus-group-remove-excess-properties): Not defined
13685         in gnus-xmas.
13686
13687 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * message.el (message-mail-user-agent): Add :version.
13690
13691 2000-12-21  Miles Bader  <miles@gnu.org>
13692
13693         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13694
13695 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13696
13697         * message.el (message-mail-user-agent): New variable.
13698         (message-setup): Renamed to message-setup-1. Support
13699         mail-user-agent.
13700         (message-mail-user-agent): New function.
13701         (message-mail): Use it.
13702         (message-reply): Use it.
13703         (message-resend): Use it.
13704         (message-mail-other-window): Use it.
13705         (message-mail-other-frame): Use it.
13706
13707         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13708
13709 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13710
13711         * message.el (message-tool-bar-map): Simplify.
13712         (message-narrow-to-head-1): New function.
13713         (message-narrow-to-head): Use it.
13714         (message-reply): Ditto.
13715         (message-cancel-news): Ditto.
13716         (message-supersede): Ditto.
13717         (message-make-forward-subject): Ditto.
13718         (message-bounce): Ditto.
13719
13720 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * uudecode.el (uudecode-decode-region-external): make-temp-file
13723         may not be defined.
13724
13725         * binhex.el (defalias): eval-and-compile.
13726
13727         * message.el (message-tool-bar-map): New function.
13728         (message-mode): Use it.
13729
13730 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13731
13732         * nntp.el (nntp-find-connection): Remove the entry.
13733         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13734
13735 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13736
13737         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13738
13739         * message.el (message-forward): Copy buffer in unibyte mode.
13740
13741 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742
13743         * message.el (message-make-forward-subject): Don't widen. Decode.
13744         (message-forward): Don't decode subject.
13745
13746 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13747
13748         * qp.el (quoted-printable-encode-region): Upcase QP.
13749
13750 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13751
13752         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13753         mail-extract-a-c instead. Don't depend on Gnus.
13754
13755         * mml.el (gnus-ems): Require it.
13756
13757         * gnus-msg.el (gnus-summary-mail-forward):
13758
13759         * message.el (message-forward):  Move mime-to-mml here.
13760
13761 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13762
13763         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13764         * gnus-art.el (gnus-insert-mime-button): Simplify.
13765         (gnus-mime-display-alternative): Ditto.
13766         (gnus-insert-mime-security-button): Ditto.
13767
13768 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13771         text-property-not-all doesn't return nil when start=mark(end).
13772         (gnus-remove-text-properties-when): Ditto.
13773
13774 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13775
13776         * gnus-start.el (gnus-group-change-level): Remove group from
13777         gnus-active-hashtb if real killed.
13778
13779 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13782         (gnus-mime-display-alternative): Ditto.
13783         (gnus-insert-mime-security-button): Ditto.
13784
13785 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * gnus-start.el (gnus-group-change-level): Don't add it into
13788         killed-list if it was killed.
13789
13790 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13793         (nnmbox-active-file-coding-system): Ditto.
13794
13795         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13796
13797 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13798
13799         * gnus.el (gnus-version):
13800         (gnus-version-number): Set to Oort Gnus 0.01.
13801
13802         * gnus-art.el (gnus-mime-security-button-map):
13803         (gnus-insert-mime-security-button): Fix for Emacs21.
13804
13805 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13808         easymenu, because XEmacs doesn't understand :help.
13809
13810         * mm-uu.el: Require binhex.
13811
13812 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13813
13814         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13815
13816 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13817
13818         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13819
13820 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13821
13822         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13823
13824 2000-12-18  Dave Love  <fx@gnu.org>
13825
13826         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13827         (unused).
13828
13829 2000-12-13  Miles Bader  <miles@gnu.org>
13830
13831         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13832         to t, so that we don't get stuck while trying to smilefy
13833         intangible text.
13834
13835 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13836
13837         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13838         at the end of the buffer.
13839         (smiley-region): In the loop, move to the end of the submatch
13840         matching the smiley instead of using the end of the match
13841         of the whole regexp.
13842
13843 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13844
13845         * message.el (message-mode): Doc fix.
13846
13847 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13848
13849         * smiley-ems.el (smiley-region): Doc fix.
13850
13851 2000-12-11  Miles Bader  <miles@gnu.org>
13852
13853         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13854         bottom line visible, check to see if it's partially obscured, and
13855         if so, either scroll one more line to make it fully visible, or
13856         revert to showing the second line from the top.
13857
13858 2000-12-07  Dave Love  <fx@gnu.org>
13859
13860         * mailcap.el (mailcap-download-directory)
13861         * gnus-audio.el (gnus-audio-directory)
13862         * smiley-ems.el (smiley-data-directory): Fix :type.
13863
13864 2000-11-30  Dave Love  <fx@gnu.org>
13865
13866         * message.el (message-auto-save-directory): Use
13867         file-name-as-directory.
13868         (message-set-auto-save-file-name): Create
13869         message-auto-save-directory if necessary.
13870         (message-replace-chars-in-string): Removed -- unused.
13871         (message-mail-alias-type): Customize.
13872         (message-headers): Remove duplicate defgroup.
13873
13874 2000-11-29  Dave Love  <fx@gnu.org>
13875
13876         * qp.el (quoted-printable-decode-region): Use error, not message
13877         to report malformed text (like base64).  Amend message.
13878
13879 2000-11-29  Miles Bader  <miles@gnu.org>
13880
13881         * message.el (message-header-lines): Fontify tag.
13882
13883 2000-11-27  Dave Love  <fx@gnu.org>
13884
13885         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13886         compiler warning.
13887
13888 ;2000-11-26  Dave Love  <fx@gnu.org>
13889 ;
13890 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13891 ;
13892 2000-11-23  Dave Love  <fx@gnu.org>
13893
13894         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13895
13896         * mm-uu.el (uudecode): Require.
13897         (uudecode-decode-region, uudecode-decode-region-external): Don't
13898         autoload.
13899         (mm-uu-copy-to-buffer): Doc fix.
13900         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13901         type fix.
13902
13903         * mailcap.el: Doc fixes.
13904         (mailcap-mime-data): Various adjustments.
13905         (mailcap): New group.
13906         (mailcap-download-directory): Customize.
13907         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13908         (mailcap-temporary-directory): Deleted (unused).
13909         (mailcap-unescape-mime-test): Simplify slightly.
13910         (mailcap-viewer-passes-test): Use functionp.
13911         (mailcap-command-p): Aliased to executable-find.
13912
13913         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13914         default-enable-multibyte-characters is nil.
13915
13916 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13917
13918         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13919
13920 2000-11-21  Dave Love  <fx@gnu.org>
13921
13922         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13923         gnus-article-mode-map.
13924 ;       (gnus-mime-button-menu): Use mouse-set-point.
13925         (gnus-insert-mime-button, gnus-mime-display-alternative)
13926         (gnus-mime-display-alternative): Don't use local-map property.
13927
13928 2000-11-17  Dave Love  <fx@gnu.org>
13929
13930         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13931         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13932         and make-temp-file.
13933         (uudecode-decode-region): Doc fix.
13934
13935 2000-11-14  Dave Love  <fx@gnu.org>
13936
13937         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13938         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13939         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13940         New files, derived from the XPMs.
13941
13942 2000-11-10  Dave Love  <fx@gnu.org>
13943
13944         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13945         (gnus-agent-lib-file, gnus-agent-load-alist)
13946         (gnus-agent-save-alist, gnus-agent-article-name): Use
13947         expand-file-name.
13948
13949         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13950         :version.
13951         (nnkiboze-score-file): Defvar when compiling.
13952
13953         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13954
13955         * gnus-art.el (gnus-article-banner-alist)
13956         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13957         (gnus-article-date-lapsed-new-header)
13958         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13959         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13960         (gnus-treat-strip-headers-in-body)
13961         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13962         (gnus-treat-translate): Add :version.
13963         (gnus-article-mime-part-function): Fix defcustom.
13964
13965         * nnmail.el (nnmail-expiry-target)
13966         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13967         (nnmail-split-header-length-limit): Add :version.
13968
13969         * gnus-sum.el (gnus-auto-expirable-marks)
13970         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13971         (gnus-extra-headers, gnus-ignored-from-addresses)
13972         (gnus-newsgroup-ignored-charsets)
13973         (gnus-group-highlight-words-alist)
13974         (gnus-summary-show-article-charset-alist): Add :version.
13975
13976         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13977         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13978         files, converted from the XPMs.
13979
13980         * gnus-cache.el (gnus-cache-active-file): Don't use
13981         file-name-as-directory on directory.
13982         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13983         use file-name-as-directory on directory.
13984
13985         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13986         (date-to-time): Use it.
13987
13988 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13989 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13990 ;       (message-newline-and-reformat): Likewise.
13991         (message-forward-as-mime, message-forward-ignored-headers)
13992         (message-buffer-naming-style, message-default-charset)
13993         (message-dont-reply-to-names, message-send-mail-partially-limit):
13994         Add :version.
13995
13996         * mm-util.el: Doc fixes.
13997         (mm-mime-charset): Don't use the raw result of
13998         mm-preferred-coding-system.
13999         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14000         (mm-with-unibyte): Simplify.
14001
14002         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14003         concat.
14004
14005         * pop3.el (pop3-version): Deleted.
14006         (pop3-make-date): New function, avoiding message-make-date.
14007         (pop3-munge-message-separator): Use it.
14008
14009 2000-11-09  Dave Love  <fx@gnu.org>
14010
14011         * gnus-group.el (gnus-group-make-directory-group)
14012         (gnus-group-fetch-faq): Use expand-file-name.
14013         (gnus-group-fetch-faq): Simplify completing-read form.
14014
14015         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14016         test for Mule.
14017
14018         * message.el (tool-bar-map): Defvar when compiling.
14019
14020         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14021         (gnus-tm-lisp-directory): Deleted.
14022         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14023         (featurep 'xemacs).
14024         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14025         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14026         version numbers from file names.
14027
14028 2000-11-08  Dave Love  <fx@gnu.org>
14029
14030         * mm-view.el: Use featurep for XEmacs test.
14031         (mm-inline-message): Test for `remove-specifier'; don't use
14032         condition-case.
14033
14034         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14035
14036         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14037         (gnus-score-find-bnews): Don't concat "".
14038
14039         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14040         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14041         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14042         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14043
14044         * gnus-sum.el: Put some defvars in eval-when-compile.
14045         (gnus-summary-mode-hook): Add :options.
14046         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14047         (gnus-summary-tool-bar-map): New variable.
14048         (gnus-summary-make-tool-bar): New function.
14049         (gnus-summary-mode): Put kill-all-local-variables first.
14050
14051         * gnus-group.el (gnus-group-toolbar-map): New variable.
14052         (gnus-group-make-tool-bar): Rewritten.
14053         (gnus-group-mode): Put kill-all-local-variables first.
14054
14055         * rfc2047.el: Require gnus-util.
14056
14057         * nnml.el (gnus-sorted-intersection): Autoload.
14058
14059         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14060         Put some defvars in eval-when-compile.
14061         (gnus-intersection, gnus-sorted-complement):  Autoload.
14062
14063         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14064
14065         * mm-encode.el (mm-body-7-or-8): Autoload.
14066
14067         * mm-decode.el (mm-insert-inline): Autoload.
14068
14069         * mml.el:
14070         * message.el: Put some defvars in eval-when-compile.
14071
14072         * gnus-msg.el: Put some defvars in eval-when-compile.
14073         (gnus-msg-mail): Move after gnus-setup-message.
14074
14075         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14076
14077 2000-11-07  Dave Love  <fx@gnu.org>
14078
14079         * gnus-util.el (nnheader): Don't require message (recursive
14080         autoload).
14081
14082         * uudecode.el: Avoid compiler warnings.
14083
14084         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14085         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14086
14087 2000-11-06  Dave Love  <fx@gnu.org>
14088
14089         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14090
14091         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14092         (uudecode-char-int): New alias, replacing char-int.
14093         (uudecode-decode-region): Don't call buffer-disable-undo.
14094
14095 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14096 ;       (mm-uu-configure-list): Doc fix.
14097 ;
14098 ;       * earcon.el (running-xemacs): Don't define.
14099 ;
14100 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14101 ;
14102 ;       * message.el (message-font-lock-keywords): Match a final newline
14103 ;       to help font-lock's multiline support.
14104 ;
14105 2000-11-03  Dave Love  <fx@gnu.org>
14106
14107         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14108
14109         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14110         name.
14111
14112         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14113         <banner>: Fix custom type, doc.
14114
14115         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14116         name.  Don't disable undo explicitly.
14117
14118 ;2000-11-02  Dave Love  <fx@gnu.org>
14119 ;
14120 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14121 ;       cite-prefix.
14122
14123 2000-11-01  Dave Love  <fx@gnu.org>
14124
14125         * rfc2047.el (base64): Require unconditionally.
14126         (message-posting-charset): Defvar when compiling.
14127         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14128         message.
14129
14130         * gnus-sum.el (nnoo): Require.
14131         (mm-uu-dissect): Autoload.
14132
14133         * mml.el (mml-parse-1): Clarify message.
14134         (mml-minibuffer-read-type): Use mailcap-mime-types.
14135
14136 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14137
14138         * mml.el: Fix a typo in the requiring of CL.
14139
14140 2000-11-01  Dave Love  <fx@gnu.org>
14141
14142         * utf7.el: Require cl when compiling.
14143
14144         * binhex.el: Use (featurep 'xemacs).
14145         (binhex-char-int): New alias, replacing char-int.  Change callers.
14146         (binhex-decode-region): Simplify work buffer code.
14147         (binhex-decode-region-external): Use expand-file-name, not concat.
14148
14149 2000-10-30  Dave Love  <fx@gnu.org>
14150
14151         * gnus-art.el: Fix 2000-10-27 change properly.
14152
14153 2000-10-28  Miles Bader  <miles@gnu.org>
14154
14155         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14156
14157 2000-10-27  Dave Love  <fx@gnu.org>
14158
14159         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14160         strings.
14161         (gnus-group-make-tool-bar): New function.
14162         (gnus-group-mode): Use it.
14163
14164         * message.el (message-mode-menu): Add some :help strings.
14165         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14166         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14167
14168         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14169         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14170         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14171
14172         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14173         display-graphic-p here.
14174
14175 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14176
14177         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14178         of the `gnus-xemacs' variable, as the latter has been removed.
14179         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14180         * gnus-art.el (gnus-treat-display-xface)
14181         (gnus-treat-display-smileys, gnus-treat-display-picons)
14182         (gnus-article-read-summary-keys): Likewise.
14183
14184 2000-10-26  Dave Love  <fx@gnu.org>
14185
14186         (defvar): Use rmail-spool-directory unconditionally.
14187
14188 2000-10-18  Dave Love  <fx@gnu.org>
14189
14190         * mm-bodies.el (mm-uu-decode-function)
14191         (mm-uu-binhex-decode-function): Defvar when compiling.
14192
14193         * gnus-nocem.el (gnus-nocem-issuers): Update.
14194         (gnus-nocem-check-from): New option.
14195         (gnus-nocem-scan-groups): Use it.
14196         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14197         (gnus-nocem-check-article-limit): Add :version.
14198
14199 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14200
14201         * ietf-drums.el (mm-util): Require CL when compiling.
14202
14203 2000-10-15  Dave Love  <fx@gnu.org>
14204
14205         * qp.el: Require mm-util.
14206
14207 2000-10-13  Dave Love  <fx@gnu.org>
14208
14209         * qp.el (quoted-printable-decode-region): Avoid invalid
14210         coding-systems.
14211
14212 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14213
14214         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14215         to a recursive load.
14216
14217 2000-10-12  Dave Love  <fx@gnu.org>
14218
14219         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14220
14221         * gnus.el (gnus-group-startup-message): Check for PBM image.
14222
14223 2000-10-09  Dave Love  <fx@gnu.org>
14224
14225         * mail-source.el (mail-source-fetch-imap): Bind
14226         default-enable-multibyte-characters rather than using
14227         mm-disable-multibyte.
14228
14229 2000-10-05  Dave Love  <fx@gnu.org>
14230
14231         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14232         Autoload.
14233         (quoted-printable-decode-region):  Rename arg which confused
14234         charset with coding-system.  Don't use nonascii-insert-offset.
14235         Coding-system encode the region initially.  Don't recognize `=='
14236         as valid QP.  Coding-system decode the region finally.
14237         (quoted-printable-decode-string): Rename arg which confused
14238         charset with coding-system.
14239
14240         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14241         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14242         mm-encode-coding-region.
14243         (mm-decode-body, mm-decode-string): Rename variables which
14244         confused charset with coding-system.
14245         (binhex-decode-region): Don't autoload.
14246         (mm-body-encoding): Require message.
14247         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14248         cond branches.
14249
14250         * gnus-art.el (article-de-quoted-unreadable)
14251         (article-de-base64-unreadable): Fold search case
14252         rather than downcasing string.  Apply mm-charset-to-coding-system
14253         to arg of quoted-printable-decode-region.
14254
14255 2000-10-04  Dave Love  <fx@gnu.org>
14256
14257         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14258         Require ring when compiling.
14259         (gnus-article-compface-xbm): New variable.
14260
14261 2000-10-04  Dave Love  <fx@gnu.org>
14262
14263         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14264         pbm images.
14265
14266         * frown.pbm, smile.pbm, wry.pbm: New files.
14267
14268         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14269
14270 2000-10-03  Dave Love  <fx@gnu.org>
14271
14272         * mail-source.el (mail-sources): Revert to nil.
14273
14274         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14275
14276         * qp.el: Don't require mm-util.
14277         (quoted-printable-decode-region): Rewritten.
14278         (quoted-printable-decode-string, quoted-printable-encode-region):
14279         Doc fix.
14280         (quoted-printable-encode-region): Barf on multibyte characters.
14281         Maybe make the class multibyte.  Upcase chars, not formatted
14282         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14283         (quoted-printable-encode-string): Don't use
14284         mm-with-unibyte-buffer.
14285
14286 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14287
14288         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14289
14290 2000-09-21  Dave Love  <fx@gnu.org>
14291
14292         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14293         (for Emacs 20).  Tidy somewhat.
14294
14295 2000-09-21  Dave Love  <fx@gnu.org>
14296
14297         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14298         image processing.  Rationalize logic somewhat.
14299
14300 2000-09-20  Dave Love  <fx@gnu.org>
14301
14302         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14303         specifically.
14304
14305         * gnus.el (gnus-version-number): Avoid some redundant
14306         autoloads.
14307
14308 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14309
14310         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14311         to XBM; we always have PBM support.
14312
14313 2000-09-14  Dave Love  <fx@gnu.org>
14314
14315         * gnus.el (gnus-charset):
14316         * mm-decode.el (mime-display):
14317         * imap.el (imap) <defgroup>: Add :version.
14318
14319 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14320
14321         * parse-time.el: Fix author's mail address.
14322
14323         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14324         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14325         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14326         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14327         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14328         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14329         * rfc2231.el, uudecode.el: Fix copyright notice.
14330
14331         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14332         require `w3' at load-time only if not running in batch mode.
14333
14334 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * gnus.el: Before merge with Emacs21.
14337
14338 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14339
14340         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14341
14342 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14343
14344         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14345         to avoid conflict with the standard `back-to-indentation'
14346         binding.
14347
14348 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14349
14350         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14351
14352         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14353         (mm-disable-multibyte-mule4): Ditto.
14354         (mm-with-unibyte-current-buffer-mule4): Ditto.
14355
14356 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14357
14358         * pop3.el (pop3-movemail): Use binary.
14359         (pop3-movemail-file-coding-system): Removed.
14360
14361 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14364
14365 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14366
14367         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14368         exists.
14369
14370 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14371
14372         * gnus-msg.el (gnus-post-method): Use backend name when the
14373         address is "".
14374
14375 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14376
14377         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14378         mm-verify-option.
14379         (gnus-treat-x-pgp-sig): Default value.
14380         (gnus-ignored-headers): Redundant.
14381
14382 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14383
14384         * gnus-win.el (gnus-configure-frame): Save selected window.
14385
14386 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14387
14388         * nnmbox.el: Require gnus-range.
14389         (nnmbox-group-building-active-articles): New variable.
14390         (nnmbox-group-active-articles): New variable; this is a cache of
14391         all active articles by group and number.
14392         (nnmbox-in-header-p): New function.
14393         (nnmbox-find-article): New function.
14394         (nnmbox-record-active-article): New function.
14395         (nnmbox-record-deleted-article): New function.
14396         (nnmbox-is-article-active-p): New function.
14397         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14398         (nnmbox-request-article): Ditto.  Also supply extra arg to
14399         nnmbox-article-group-number.
14400         (nnmbox-request-expire-articles): Ditto.
14401         (nnmbox-request-move-article): Ditto.
14402         (nnmbox-request-replace-article): Ditto.
14403         (nnmbox-request-rename-group): Rename group entry in active
14404         article cache.
14405         (nnmbox-delete-mail): Update active article cache, unless article
14406         is being replaced.
14407         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14408         than partially duplicating it.
14409         (nnmbox-article-group-number): Add extra `this-line' arg, to
14410         handle articles belonging to multiple groups.
14411         (nnmbox-save-mail): Update active article cache.
14412         (nnmbox-read-mbox): Build active article cache when loading mbox.
14413         Also do some repair work, if we find articles that are missing the
14414         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14415         reconstruct these from Xref info.
14416
14417 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14418
14419         * mail-source.el (mail-source-report-new-mail): Use
14420         nnheader-run-at-time.
14421
14422 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14423
14424         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14425         an error is thrown, and then rethrow the error.
14426         (mail-source-check-pop): Ditto.
14427         (mail-source-start-idle-timer): Prevent multiple pop checks
14428         running if the check takes a long time.
14429
14430 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14431
14432         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14433         succeed.
14434
14435 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14436
14437         * gnus-win.el (gnus-configure-windows): Make sure
14438         nntp-server-buffer is live.
14439         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14440
14441 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14442
14443         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14444
14445 2000-12-04  Andreas Jaeger  <aj@suse.de>
14446
14447         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14448
14449 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14450
14451         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14452
14453 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14454         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14455
14456         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14457
14458 2000-12-01  Simon Josefsson  <sj@extundo.com>
14459
14460         * mml-smime.el (mml-smime-verify): Fix address parsing.
14461
14462 2000-12-01  Simon Josefsson  <sj@extundo.com>
14463
14464         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14465         more than one certificate inside PKCS#7 blob.  Better security
14466         information (clamed / actual sender, openssl output, certificates
14467         inside message).
14468
14469         * smime.el (smime-verify-region): Output to /dev/null.
14470         (smime-buffer-as-string-region): Don't parse empty lines.
14471
14472 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14475         ?d and ?D.
14476         (gnus-mime-security-show-details-inline): New variable.
14477         (gnus-mime-security-show-details): Use them.
14478         (gnus-insert-mime-security-button): Ditto.
14479
14480         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14481         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14482         (mml2015-gpg-clear-verify): Ditto.
14483         (mml2015-gpg-decrypt-1): Ditto.
14484         (mml2015-use): Prefer 'gpg.
14485
14486 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14487
14488         * gnus-util.el (gnus-add-text-properties-when): New function.
14489         (gnus-remove-text-properties-when): Ditto.
14490
14491         * gnus-cite.el (gnus-article-hide-citation): Use them.
14492         (gnus-article-toggle-cited-text): Use them.
14493
14494         * gnus-art.el (gnus-signature-toggle): Use them.
14495         (gnus-article-show-hidden-text): Ditto.
14496         (gnus-article-hide-text): Ditto.
14497
14498 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14499
14500         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14501
14502 2000-11-30  Simon Josefsson  <sj@extundo.com>
14503
14504         * smime.el (smime-point-at-eol): New alias.
14505         (smime-buffer-as-string-region): Use it.
14506
14507 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14508
14509         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14510
14511 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14512
14513         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14514
14515         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14516
14517         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14518
14519 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14520
14521         * nnmh.el (nnmh-request-expire-articles): Implemented
14522         expiry-target for nnmh backend.
14523
14524 2000-11-30  Simon Josefsson  <sj@extundo.com>
14525
14526         * mm-decode.el (mm-security-from): New variable.
14527         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14528
14529         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14530         than `from'.
14531
14532 2000-11-30  Simon Josefsson  <sj@extundo.com>
14533
14534         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14535         address match sender address.
14536
14537         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14538
14539         * smime.el (smime-verify-region): Don't copy buffer.
14540         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14541         (smime-pkcs7-region): New function.
14542         (smime-pkcs7-certificates-region): Ditto.
14543         (smime-pkcs7-email-region): Ditto.
14544         (smime-buffer-as-string-region): Ditto.
14545
14546         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14547         buffer.
14548
14549 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14550
14551         * smime.el (smime-decrypt-region): Fix keyfile argument.
14552
14553 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14556
14557 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14558
14559         * message.el (message-shoot-gnksa-feet): New variable.
14560         (message-gnksa-enable-p): New function.
14561         (message-send): Use it.
14562         (message-check-news-body-syntax): Ditto.
14563
14564 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * message.el (message-make-message-id): Remove the redundancy.
14567
14568 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14569
14570         * message.el (message-setup): Discourage using mc-install-*-mode.
14571
14572         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14573
14574 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14577
14578 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14579
14580         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14581
14582 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14583
14584         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14585
14586 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14589         insert-buffer-substring.
14590
14591         * message.el (message-send-mail): Use buffer-substring-no-properties.
14592         (message-send-news): Ditto.
14593
14594 2000-11-22  David Edmondson  <dme@dme.org>
14595
14596         * imap.el (imap-wait-for-tag): Message read info.
14597
14598 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14599
14600         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14601         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14602         (mml2015-gpg-encrypt): Ditto.
14603
14604 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14605
14606         * mm-decode.el (mm-verify-option): Default value.
14607
14608         * mml-sec.el (mml-secure-part): Error message.
14609
14610 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14613
14614 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14617
14618 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14619
14620         * gnus-art.el (gnus-article-describe-key): Use prompt.
14621         (gnus-article-describe-key-briefly): Ditto.
14622
14623 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14624
14625         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14626
14627 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14628
14629         * gnus-art.el (gnus-article-describe-key): New function.
14630         (gnus-article-describe-key-briefly): New function.
14631
14632 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * mm-decode.el (mm-decrypt-option): Doc typo.
14635
14636         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14637         return a number.
14638
14639 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14640
14641         * message.el (message-newline-and-reformat): Typo.
14642
14643 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14644
14645         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14646         original-article-buffer exists.
14647
14648         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14649         (rfc2047-header-encoding-alist): Addresses are different from text.
14650         (rfc2047-encode-message-header): Ditto.
14651         (rfc2047-dissect-region): Extra parameter.
14652         (rfc2047-encode-region): Ditto.
14653         (rfc2047-encode-string): Ditto.
14654
14655 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14656
14657         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14658         (mm-uu-pgp-encrypted-extract): Use it.
14659         (mm-uu-pgp-signed-extract-1): New function.
14660         (mm-uu-pgp-signed-extract): Use it.
14661
14662         * gnus-art.el (gnus-mime-display-security): New function.
14663         (gnus-mime-display-part): Use it.
14664         (gnus-mime-security-verify-or-decrypt): New function.
14665         (gnus-mime-security-press-button): New function.
14666         (gnus-insert-mime-security-button): Use it.
14667
14668         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14669         (mm-find-raw-part-by-type): Ditto.
14670         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14671         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14672         (mm-destroy-parts): Kill nested multibyte buffer.
14673
14674         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14675         (mml2015-gpg-verify): Ditto.
14676
14677 2000-11-18  Simon Josefsson  <sj@extundo.com>
14678
14679         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14680         (mml2015-function-alist): Use it.
14681
14682         * mml-sec.el (mml-sign-alist): Update names.
14683         (mml-encrypt-alist): Ditto.
14684         (mml-secure-part-smime-sign): Moved to mml-smime.el
14685         as `mml-smime-sign-query'.
14686         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14687         `mml-smime-get-file-cert'.
14688         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14689         `mml-smime-get-dns-cert'.
14690         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14691         `mml-smime-encrypt-query'.
14692         (mml-smime-sign-buffer): Use mml-smime-sign.
14693         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14694
14695         * mml-smime.el (mml-smime-sign): New function.
14696         (mml-smime-encrypt):
14697         (mml-smime-sign-query):
14698         (mml-smime-get-file-cert):
14699         (mml-smime-get-dns-cert):
14700         (mml-smime-encrypt-query): Moved from mml-sec.el.
14701
14702 2000-11-16  Simon Josefsson  <sj@extundo.com>
14703
14704         * mml2015.el (mml2015-gpg-clear-verify): New function.
14705         (mml2015-function-alist): Add it.
14706
14707 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * message.el (message-setup-fill-variables): Use
14710         message-cite-prefix-regexp.
14711         (message-newline-and-reformat): Check the end of citation, leading
14712         WSP, break in the cite prefix.
14713         (message-fill-paragraph): New function.
14714
14715 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14716
14717         * lpath.el: Shut up.
14718
14719 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14720
14721         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14722         raw 8-bit in headers in dk.* newsgroups.
14723
14724 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14725
14726         * message.el (message-newline-and-reformat): Match extra WSPs.
14727
14728 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14729
14730         * mml.el (mml-generate-mime-1): Ignore ascii.
14731
14732 2000-11-16 Justin Sheehy  <justin@iago.org>
14733
14734         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14735
14736 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14737
14738         * message.el (message-cite-prefix-regexp): Prefix should not end
14739         at space.
14740
14741 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14742
14743         * message.el (message-mode-syntax-table): Add - as a word
14744         constituent as in articles.
14745         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14746         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14747         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14748
14749 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14750
14751         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14752
14753 2000-11-12  David Edmondson  <dme@dme.org>
14754
14755         * message.el (message-font-lock-keywords): use
14756         message-cite-prefix-regexp.
14757
14758 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14759
14760         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14761         Stein Arild Str\e,Ax\e(Bmme.
14762         (gnus-group-jump-to-group): Use it.
14763         (gnus-group-jump-to-group-prompt): Customize.
14764
14765 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14768
14769 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14770
14771         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14772         incompatible.
14773         (mml2015-mailcrypt-sign): Ditto.
14774
14775 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14776
14777         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14778         group is open.
14779
14780 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14781
14782         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14783         nnvirtual articles.
14784         (gnus-backlog-request-article): Don't request nnvirtual articles.
14785
14786 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14787
14788         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14789         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14790
14791 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14792
14793         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14794         * mml.el (mml-generate-mime-1): Use charset attribute.
14795         * mm-bodies.el (mm-encode-body): Add parameter charset.
14796         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14797
14798 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14799
14800         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14801         (mml2015-mailcrypt-clear-decrypt): Ditto.
14802         (mml2015-mailcrypt-verify): Ditto.
14803         (mml2015-mailcrypt-clear-verify): Ditto.
14804         (mml2015-gpg-verify): Ditto.
14805
14806 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14807
14808         * smime.el (smime-openssl-program): Test the existence of openssl.
14809         * mml-smime.el: Require mm-decode.
14810         (mml-smime-verify-test): New function.
14811         * mm-decode.el (mm-verify-function-alist): Use it.
14812
14813 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14814
14815         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14816         anyway.
14817
14818 2000-11-13  Simon Josefsson  <sj@extundo.com>
14819
14820         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14821         verification doesn't work.
14822
14823 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14824
14825         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14826         (gnus-inews-do-gcc): Use it.
14827
14828 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14829
14830         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14831         leading space.
14832         * mm-extern.el (mm-inline-external-body): Report error when no
14833         access-type.
14834
14835 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14836
14837         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14838
14839 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14840
14841         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14842
14843 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14844
14845         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14846         as multipart/mixed.
14847
14848 2000-11-12  David Edmondson  <dme@dme.org>
14849
14850         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14851         and replace `.' with `\w' to allow for different syntax tables
14852         (from Vladimir Volovich).
14853         * message.el (message-newline-and-reformat): use
14854         `message-cite-prefix-regexp'.
14855         * gnus-cite.el (gnus-supercite-regexp): use
14856         `message-cite-prefix-regexp'.
14857         * gnus-cite.el (gnus-cite-parse): use
14858         `message-cite-prefix-regexp'.
14859
14860 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14861
14862         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14863         PGP SIGNATURE.  Escape leading "-"'s.
14864         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14865
14866 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14867
14868         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14869
14870 2000-11-11  Simon Josefsson  <sj@extundo.com>
14871
14872         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14873
14874         * smime.el (smime-details-buffer): New variable.
14875         (smime-sign-region):
14876         (smime-encrypt-region):
14877         (smime-verify-region):
14878         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14879
14880         * mml-smime.el (mml-smime-verify): Support security info.
14881
14882 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14883
14884         * mm-decode.el (mm-verify-option): Set default to nil.
14885         (mm-decrypt-option): Ditto.
14886         * gnus-art.el (article-verify-x-pgp-sig): New function.
14887
14888 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14889
14890         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14891         preferred part.
14892
14893 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14894
14895         * gnus-sum.el (gnus-move-split-methods): Say that
14896         `gnus-split-methods' uses file names, whereas this uses group
14897         names.  (Report from Nevin Kapur)
14898
14899 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14900
14901         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14902
14903 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14904
14905         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14906         (nnheader-directory-articles): Use it.
14907         (nnheader-article-to-file-alist): Ditto.
14908
14909 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14910
14911         * rfc2047.el (rfc2047-pad-base64): New function.
14912         (rfc2047-decode): Use it.
14913
14914 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14915
14916         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14917         select method.
14918
14919 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14920
14921         * mml2015.el (mml2015-gpg-decrypt-1):
14922         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14923
14924 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14925
14926         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14927
14928 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14929
14930         * pop3.el (pop3-munge-message-separator): A message may have an
14931         empty body.
14932
14933 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14936         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14937         (mm-uu-pgp-signed-extract): Use coding-system.
14938
14939 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14940
14941         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14942         (gnus-insert-mime-security-button): New function.
14943         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14944         * mml2015.el:  Add security info when verify or decrypt.
14945         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14946         (mm-uu-pgp-encrypted-extract): Ditto.
14947
14948 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14949
14950         * mm-decode.el (mm-display-parts): New function.
14951         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14952
14953 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14954
14955         * gnus-mlspl.el: Documentation tweaks.
14956
14957 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14958
14959         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14960         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14961         argument.
14962
14963 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14964
14965         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14966
14967 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14968
14969         * gnus-art.el (gnus-article-encrypt): New function.
14970         (gnus-article-encrypt-protocol-alist): New variable.
14971         (gnus-article-encrypt-protocol): New variable.
14972         * mml2015.el (mml2015-self-encrypt): New function.
14973         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14974
14975 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14976
14977         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14978         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14979         let mailcap do it.
14980         * mml2015.el: Remove snarf code.
14981         * mm-decode.el: Remove snarf code.
14982
14983 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14984
14985         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14986         (mml-insert-mime): Understand gnus-decoded.
14987         (mime-to-mml): New parameter handles.
14988         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14989         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14990
14991 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14992
14993         * mm-decode.el (mime-security): New group.
14994         (mm-verify-function-alist): Add test function.
14995         (mm-decrypt-function-alist): Ditto.
14996         (mm-snarf-option): Set default value as nil.
14997         (mm-find-part-by-type): Recursive parameter.
14998         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14999         * mml2015.el: Support draft-ietf-openpgp-multsig.
15000
15001 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15002
15003         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15004         (gnus-article-view-part-as-charset): New function.
15005
15006 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15007
15008         * mm-decode.el (mm-verify-option): Default value.
15009         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15010
15011 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15012
15013         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15014
15015 2000-11-05  Simon Josefsson  <sj@extundo.com>
15016
15017         * mml-smime.el (mml-smime-verify): Work in original multipart
15018         buffert.
15019
15020         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15021         (mm-handle-multipart-ctl-parameter): Ditto.
15022         (mm-alist-to-plist): New function.
15023         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15024         for multiparts.
15025         (mm-destroy-parts): Destroy multipart buffert.
15026         (mm-remove-part): Ditto.
15027
15028         * mml-smime.el (mml-smime-sign): Not used.
15029         (mml-smime-encrypt): Ditto.
15030
15031         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15032
15033         Verify S/MIME signature support.
15034
15035         * mm-decode.el (mm-inline-media-tests): Add
15036         application/{x-,}pkcs7-signature.
15037         (mm-inlined-types): Ditto.
15038         (mm-automatic-display): Ditto.
15039         (mm-verify-function-alist): Ditto.  Add name of method.
15040         (mm-decrypt-function-alist): Add name of method.
15041         (mm-find-part-by-type): Add documentation.
15042         (mm-possibly-verify-or-decrypt): Use new format of
15043         mm-{verify,decrypt}-function-alist.  Use method names.
15044
15045         * mml-smime.el (mml-smime-verify): New function.
15046
15047 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15048
15049         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15050
15051 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15052
15053         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15054         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15055         * mm-decode.el (mm-snarf-option): New variable.
15056
15057 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15058
15059         * mm-util.el (mm-subst-char-in-string): New function.
15060         (mm-replace-chars-in-string): Use it.
15061         * message.el (message-replace-chars-in-string): Use it.
15062         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15063         * gnus-mh.el (mh-lib-progs): Shut up.
15064
15065 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15066
15067         * base64.el, md5.el: Moved to contrib directory.
15068
15069 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15070
15071         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15072         the last article when search.
15073
15074 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15075
15076         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15077         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15078
15079 2000-09-29  David Edmondson  <dme@thus.net>
15080
15081         * message.el (message-newline-and-reformat): Typo.
15082
15083 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15084
15085         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15086
15087 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15088
15089         * nntp.el (nntp-decode-text): Delete bogus status lines.
15090
15091 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15092
15093         * message.el (message-font-lock-keywords): Match a final newline
15094         to help font-lock's multiline support.
15095
15096 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * nnoo.el (nnoo-set): New function.
15099
15100 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15101
15102         * gpg.el, gpg-ring.el: Moved to contrib directory.
15103
15104 2000-11-04  Simon Josefsson  <sj@extundo.com>
15105
15106         * nnimap.el (nnimap-split-inbox): Typo.
15107
15108 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15109
15110         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15111
15112 2000-11-03  Simon Josefsson  <sj@extundo.com>
15113
15114         * rfc2231.el (rfc2231-parse-qp-string): New function.
15115         (require): rfc2047.
15116
15117         * mail-parse.el (mail-header-parse-content-type):
15118         (mail-header-parse-content-disposition): Support invalid QP
15119         encoded strings, by using `rfc2231-parse-qp-string'.
15120
15121 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15122
15123         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15124         (rfc2231-decode-encoded-string): Typo "> X 1".
15125         (rfc2231-encode-string): Insert the name of charset.
15126         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15127
15128 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15129
15130         * mm-decode.el (mm-save-part): Return the filename.
15131         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15132         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15133         (gnus-mime-action-alist): Use it.
15134         (gnus-mime-button-commands): Use it.
15135         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15136         (mm-inline-external-body): unwind-protect.
15137
15138 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15139
15140         * gnus-art.el (gnus-insert-mime-button): Show url.
15141
15142 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15143
15144         * mml.el (mml-generate-mime-1): Support external url.
15145         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15146
15147 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15148
15149         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15150         * mm-decode.el (mm-display-external): Ditto.
15151         * mm-extern.el: New file.
15152         * mm-decode.el (mm-inline-media-tests): Hook it up.
15153         (mm-inlined-types): Inline message/external-body.
15154
15155 2000-11-02  Simon Josefsson  <sj@extundo.com>
15156
15157         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15158
15159         * message.el (message-get-reply-headers): Better handling when
15160         Mail-Followup-To is very large.
15161
15162 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15163
15164         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15165         * gnus-art.el (gnus-article-edit-done):
15166         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15167         counting code here.
15168         * gnus-msg.el (gnus-setup-message): Remove a hack.
15169
15170 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15171
15172         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15173         (gnus-summary-mode): Make them local variables.
15174         (gnus-set-global-variables): Globalize them.
15175         (gnus-summary-exit): Kill them.
15176
15177 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15178
15179         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15180         word.
15181
15182 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15183
15184         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15185         gnus-article-wash-types.
15186         * gnus-art.el (gnus-article-wash-status): Use them.
15187
15188 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15189
15190         * mml.el (mml-read-tag): Remove spaces and LF.
15191
15192 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15193
15194         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15195         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15196
15197 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15198
15199         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15200
15201 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15202
15203         * gnus-sum.el (gnus-article-charset): New variable.
15204         (gnus-summary-display-article): Set it.
15205         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15206         * gnus-art.el (gnus-article-mode): Make it local variable.
15207
15208 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15211
15212 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * nnwfm.el: New file.
15215
15216         * nnweb.el (nnweb-replace-in-string): New function.
15217
15218 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15219
15220         * mml2015.el: Wrap gpg.el.
15221         * gpg.el (gpg-verify): The last argument of apply is a list.
15222         (gpg-encrypt): Add passphrase as a parameter.
15223
15224 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15225
15226         * gpg.el: New file.
15227         * gpg-ring.el: New file.
15228
15229 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15230
15231         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15232
15233 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15236         double-quote characters.
15237         (gnus-summary-prepare-threads): Ditto.
15238
15239 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15240
15241         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15242         * mml.el (mml-read-tag): Don't skip the leading space.
15243         * lpath.el (font-lock-set-defaults): Shut up.
15244
15245 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15246
15247         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15248
15249 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15250
15251         * qp.el (quoted-printable-encode-region): Replace leading - when
15252         ultra safe.
15253         * mml.el (mml-generate-mime-postprocess-function): Removed.
15254         (mml-postprocess-alist): Removed.
15255         (mml-generate-mime-1): Use ultra-safe when sign.
15256         * mml2015.el (mml2015-fix-micalg): Uppercase.
15257         (mml2015-verify): Insert LF.
15258         (mml2015-mailcrypt-sign): Downcase; search backward.
15259
15260 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15261
15262         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15263         restrictive.
15264         (nnultimate-table-regexp): New variable.
15265         (nnultimate-forum-table-p): Use it.
15266
15267 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15268         Trivial patch.
15269
15270         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15271
15272 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15273
15274         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15275         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15276
15277 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15278
15279         * mml2015.el: Shut up.
15280
15281 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15282
15283         * gnus.el (gnus-server-browse-hashtb): Removed.
15284         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15285         (gnus-group-insert-group-line-info): Use simplified method.
15286         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15287
15288 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15291         moved here.
15292         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15293         * gnus-group.el (gnus-group-prepare-flat): Use it.
15294         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15295
15296 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15297
15298         * mml.el (mml-mode): Show menu in XEmacs.
15299
15300 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15303         (gnus-server-read-server-in-server-buffer): New function.
15304         (gnus-browse-foreign-server): Browse in group buffer.
15305         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15306         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15307         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15308         * gnus.el (gnus-server-browse-hashtb): New variable.
15309
15310 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15311
15312         * nnfolder.el (nnfolder-open-nov): Use group.
15313
15314 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15315
15316         * nnfolder.el: Add NOV. Set version to 2.0.
15317         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15318
15319 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15320
15321         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15322
15323 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15324
15325         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15326         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15327
15328 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15329
15330         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15331
15332 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15333
15334         * mm-decode.el (mm-verify-function-alist): New variable.
15335         (mm-verify-option): New variable.
15336         (mm-decrypt-function-alist): Ditto.
15337         (mm-decrypt-option): Ditto.
15338         (mm-find-raw-part-by-type): New function.
15339         (mm-possibly-verify-or-decrypt): New function.
15340         (mm-dissect-multipart): Use it.
15341         * mml2015.el (mml2015-fix-micalg): New function.
15342         (mml2015-decrypt): Use new interface.
15343         (mml2015-verify):  Use new interface.
15344         (mml2015-setup): Make it bogus.
15345
15346 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15347
15348         * mml.el (mml-generate-mime-postprocess-function): Set to
15349         mml-postprocess.
15350         (autoload): Autoload mml2015 and mml-smime.
15351         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15352         * mml2015.el (mml2015-encrypt): New function.
15353         (mml2015-sign): New function.
15354         (mml2015-encrypt-function): New variable.
15355         (mml2015-sign-function): New variable.
15356         (mml2015-mailcrypt-encrypt): Use message-recipients.
15357         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15358         * mml-smime.el (mml-smime-setup): Ditto.
15359
15360 2000-10-28  Simon Josefsson  <sj@extundo.com>
15361
15362         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15363         Communigate Pro 3.3.1 server.
15364
15365         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15366         in buffers.
15367         (mml-secure-dns-server): Removed.
15368         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15369         write certificates to files.
15370
15371         * smime.el (smime-dns-server): New variable.
15372         (smime-mail-to-domain):
15373         (smime-cert-by-dns): New functions.
15374
15375         * dig.el: New file.
15376
15377 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * message.el (message-options): New variable.
15380         (message-options-set-recipient): New function.
15381         (message-send): Use them.
15382         * gnus-int.el (gnus-request-replace-article): Use them.
15383         (gnus-request-accept-article): Ditto.
15384         * mml.el (mml-preview): Use them.
15385         * gnus-sum.el (gnus-summary-edit-article): Use them.
15386
15387         * message.el (message-options-get): New function.
15388         (message-options-get): New function.
15389         * rfc2047.el (rfc2047-encode-message-header): Use them.
15390         * mm-bodies.el (mm-encode-body): Use them.
15391
15392 2000-10-28  Simon Josefsson  <sj@extundo.com>
15393
15394         * nnimap.el (nnimap-retrieve-which-headers):
15395         (nnimap-request-article-part): Quote message-id.
15396
15397         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15398         (smime-CA-file): New variable.
15399         (smime-call-openssl-region): Don't error.
15400         (smime-sign-region): Return result value.
15401         (smime-encrypt-region): Ditto.
15402         (smime-verify-region): New function.
15403         (smime-decrypt-region): Ditto.
15404         (smime-verify-buffer): Ditto.
15405         (smime-decrypt-buffer): Ditto.
15406
15407         * mml.el: Require mml-sec.
15408         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15409         (mml-mode-map): Add "sign" and "encrypt" maps.
15410         (mml-menu): Add security menu.
15411         (mml-preview): Use generate-new-buffer.
15412
15413         * mml-sec.el: New file.
15414
15415 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15416
15417         * mm-decode.el (mm-find-part-by-type): Move it here.
15418         * mml.el (mml-postprocess): Move it here.
15419         (mml-postprocess-alist): Move it here. Merge them.
15420
15421 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15422
15423         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15424         unencoded stuff in the header.
15425
15426 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * gnus-group.el (gnus-group-listed-groups): New variable.
15429         (gnus-group-list-option): New variable.
15430         (gnus-group-list-limit-map): New keymap.
15431         (gnus-group-list-flush-map): New keymap.
15432         (gnus-group-list-plus-map): New keymap.
15433         (gnus-group-prepare-logic): New function.
15434         (gnus-group-prepare-flat): Merge with
15435         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15436         (gnus-group-prepare-flat-list-dead): Ditto.
15437         (gnus-group-list-matching): Use gnus-group-prepare-function.
15438         (gnus-group-list-dormant): Ditto.
15439         (gnus-group-list-cached): Ditto.
15440         (gnus-group-listed-groups): New function.
15441         (gnus-group-list-limit): New function.
15442         (gnus-group-list-flush): New function.
15443         (gnus-group-list-plus): New function.
15444         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15445         (gnus-topic-prepare-topic): Ditto.
15446
15447 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15448
15449         * message.el (message-insert-to, message-get-reply-headers):
15450         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15451
15452 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15453
15454         * mml2015.el: New file.
15455         * smime.el: New file.
15456         * mml-smime.el: New file.
15457
15458 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15459
15460         * ChangeLog: Moved to ChangeLog.1.
15461
15462     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15463   Copying and distribution of this file, with or without modification,
15464   are permitted provided the copyright notice and this notice are preserved.
15465
15466 ;; Local Variables:
15467 ;; coding: iso-2022-7bit
15468 ;; End: