(nndraft-request-article): Replace emacs-mule with mm-auto-save-coding-system.
[gnus] / lisp / ChangeLog
1 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4         mm-auto-save-coding-system.
5
6         * message.el (message-draft-coding-system): Default to
7         iso-2022-7bit.
8
9         * mm-util.el (mm-auto-save-coding-system): Undo last change to
10         restore the default value to emacs-mule or escape-quoted.
11
12 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
15         a delayed or a queued article as well as a draft.
16
17         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
18         delayed or a queued article in the raw format; treat a delayed
19         article as a raw article as well as a draft.
20         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
21         for the delayed group.
22
23         * nndraft.el (nndraft-request-article): Ignore auto save files for
24         a delayed or a queued article; don't bother to decode a queued
25         article; don't bind nnmail-file-coding-system for a queued article.
26
27         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
28         and the queue group.
29
30 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
31
32         * gnus-group.el (gnus-group-delete-group):
33         gnus-cache-active-hashtb might be void.
34
35 2002-11-02  Simon Josefsson  <jas@extundo.com>
36
37         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
38         setting of the default user ID.  From Raymond Scholz
39         <ray-2002@zonix.de>.
40
41 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
42
43         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
44         charset.
45
46 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
47         From Alex Schroeder <alex@emacswiki.org>
48         * spam-stat.el (spam-stat-process-directory): add dir to message
49         (spam-stat-reduce-size): No longer remove words
50         with values close to 0.5, because the default value is 0.2.
51
52 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
53
54         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
55         documentation.
56
57 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
58
59         * gnus-agent.el (gnus-agent-fetched-headers)
60         (gnus-agent-load-fetched-headers)
61         (gnus-agent-save-fetched-headers): Remove variable and two
62         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
63         works better.
64         (gnus-agent-fetch-headers): New implementation from Kevin
65         Greiner.  Uses gnus-agent-article-alist to store information
66         about fetched messages which aren't on the server anymore.  The
67         trick is to return a list of considered messages to the caller,
68         but to only fetch those which haven't been fetched yet.
69
70 2002-10-30  Simon Josefsson  <jas@extundo.com>
71
72         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
73
74         * pgg.el (pgg-passphrase-cache-expiry): Removed.
75
76 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
77
78         * mm-view.el (mm-w3m-local-map-property): Make it work with older
79         versions of emacs-w3m than 1.3.3.
80
81         * lpath.el: Bind w3m-minor-mode-map.
82
83         * mm-view.el (mm-w3m-mode-command-alist)
84         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
85         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
86         (mm-setup-w3m): Simplified.
87         (mm-w3m-local-map-property): New function.
88         (mm-inline-text-html-render-with-w3m): Use it.
89
90         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
91         mm-w3m-local-map-property.
92
93 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * mm-util.el (mm-auto-save-coding-system): Default to
96         iso-2022-7bit.
97
98         * nndraft.el (nndraft-request-article): Decode an article using
99         the coding-system emacs-mule if it seems to have been saved using
100         emacs-mule.
101         (nndraft-request-replace-article): Use message-draft-coding-system
102         instead of mm-auto-save-coding-system for the draft or delayed
103         group.
104
105 2002-10-28  Josh  <huber@alum.wpi.edu>
106
107         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
108         functions.
109
110 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
111         From mah@everybody.org (Mark A. Hershberger).
112
113         * mm-url.el (mm-url-insert-file-contents): Make it return the same
114         type values ("url" size) regardless of the values of
115         mm-url-use-external.
116
117 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
118
119         * nnimap.el (nnimap-request-article-part): Try harder to show
120         group name in debugging message.
121
122 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
123
124         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
125         directory if it doesn't exist.
126         (gnus-agent-fetch-headers): Remove old cruft that tried to
127         abstain from downloading articles more than once if
128         gnus-agent-consider-all-articles was true.  This is now done
129         properly via the .fetched files.
130
131 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * nndraft.el (nndraft-request-article): Treat delayed articles
134         like drafts.
135
136 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
139
140 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
141
142         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
143         Remove unused optional arg DIR and corresponding code.
144
145         * nnimap.el (nnimap-request-article-part): Include group name in
146         debugging output.
147
148 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
149
150         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
151
152 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
153
154         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
155         contains range of headers that have been fetched by the agent
156         already.  Compare gnus-agent-article-alist.
157         (gnus-agent-file-header-cache): Like
158         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
159         (gnus-agent-fetch-headers): Improve comment.  Revert to old
160         seen/recent logic.
161         Remember which headers have been fetched before and don't fetch
162         them again the next time round.
163         (gnus-agent-load-fetched-headers)
164         (gnus-agent-save-fetched-headers): New functions, for remembering
165         which headers have been fetched before.
166
167 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * lpath.el: Remove useless bindings.
170
171 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
172
173         * gnus-sum.el (gnus-summary-execute-command): Disable visual
174         features while searching.
175
176 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
177
178         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
179
180 2002-10-22  Simon Josefsson  <jas@extundo.com>
181
182         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
183         (pgg-snarf-keys): Add.
184
185 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lpath.el: Fbind bbdb-records.
188
189         * spam.el: Don't autoload bbdb-records.
190
191 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
194         prevent inf-loop.
195
196 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * nnslashdot.el: Removed some test lines.
199         More test.
200
201 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
202
203         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
204         are known to be downloaded already.
205
206 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
209         (mm-text-html-washer-alist): Ditto.
210
211 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
212
213         * nnheader.el (nnheader-remove-body): Fix an error of detecting
214         boundary between headers and body.
215         * nnml.el (nnml-parse-head): Ditto.
216
217 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
220         entries.
221
222         * gnus-group.el (gnus-fetch-group): Allow an optional
223         specification of the articles to select.
224
225         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
226
227 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
228
229         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
230         headers from the group, update variable `articles' to contain
231         only those numbers where headers exist.  (When fetching all
232         articles in a group, Gnus creates lots of numbers where there is
233         no articles.)
234
235 2002-10-20  Steve Youngs  <youngs@xemacs.org>
236
237         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
238         doesn't have the 'alist custom type, use cons cells instead.
239         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
240         (pgg-parse-hash-algorithm-alist): Ditto.
241         (pgg-parse-compression-algorithm-alist): Ditto.
242         (pgg-parse-signature-type-alist): Ditto.
243
244         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
245
246         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
247
248         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
249
250 2002-10-19  Simon Josefsson  <jas@extundo.com>
251
252         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
253         buffer.
254
255 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
256
257         * gnus-spec.el (gnus-make-format-preserve-properties)
258         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
259         properties also on XEmacs.  `gnus-xmas-format' is like format but
260         preserves text properties on XEmacs (though it only understands
261         simple format specs).  The variable
262         `gnus-make-format-preserve-properties' controls whether the
263         function is used, and is checked in `gnus-parse-simple-format'.
264         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
265
266         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
267         output.
268         (gnus-agent-consider-all-articles): New variable.
269         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
270         (gnus-agent-fetch-headers): Depending on
271         gnus-agent-consider-all-articles, maybe get all articles.
272         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
273         `read'.
274         (gnus-predicate-imples-unread): New function.
275         (gnus-agent-fetch-headers): Optimize to call
276         gnus-list-of-unread-articles if that is sufficient.
277         Check unseen and recent instead of seen and recent.
278         (gnus-agent-fetch-headers): Abstain from calling
279         gnus-list-range-intersection if range (a . b) would have (> a b).
280
281 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * message.el (message-send-mail): Make it possible to perform
284         edebug-defun.
285
286 2002-10-18  Simon Josefsson  <jas@extundo.com>
287
288         * gnus-art.el (gnus-button-man-handler): Change default to
289         `manual-entry' (defined in both emacsen).
290         (gnus-button-man-handler): Remove emacsen difference and use
291         `manual-entry'.
292
293 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * spam.el: Wrap autoload settings for bbdb-records,
296         executable-find and ifile-spam-filter with eval-and-compile.
297         (spam-display-buffer-contents): Remove.
298         (spam-bogofilter-score): Merge spam-display-buffer-contents.
299
300 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
301
302         * spam.el (spam-display-buffer-contents): New function.
303         (spam-bogofilter-score): use spam-display-buffer-contents, patch
304         from Katsumi Yamaoka <yamaoka@jpl.org>.
305
306 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
307
308         * nnheader.el (nnheader-parse-naked-head): New function.
309         (nnheader-parse-head): Use the above function, in order to handle
310         continuation lines properly.
311         (nnheader-remove-body): New function.
312         (nnheader-remove-cr-followed-by-lf): New function.
313         (nnheader-ms-strip-cr): Use the above function.
314
315         * gnus-agent.el (gnus-agent-regenerate-group): Call
316         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
317         `nnheader-parse-head'.
318         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
319
320         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
321         continuation lines by itself; call `nnheader-parse-naked-head'
322         instead of `nnheader-parse-head'.
323         * nndiary.el (nndiary-parse-head): Ditto.
324         * nnfolder.el (nnfolder-parse-head): Ditto.
325         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
326         * nnmaildir.el (nnmaildir--update-nov): Ditto.
327         * nnml.el (nnml-parse-head): Ditto.
328
329 2002-10-17  Steve Youngs  <youngs@xemacs.org>
330
331         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
332         XEmacs, default to it if featurep 'xemacs.
333
334 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * spam-stat.el: Check for the existence of hash functions instead
337         of the Emacs version to decide whether to load cl.  Suggested by
338         Kai Gro\e,A_\e(Bjohann.
339
340 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
341
342         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
343         if it isn't open yet.
344
345 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-group.el: Require mm-url only when compiling.
348         (gnus-group-fetch-charter): Require mm-url.
349
350         * spam-stat.el: Require cl for the functions gethash,
351         hash-table-count, make-hash-table and mapc for Emacs 20.
352         (puthash): Alias to cl-puthash for Emacs 20.
353         (with-syntax-table): New macro for Emacs 20.
354
355 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
356
357         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
358
359 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
360
361         * spam.el (spam-check-ifile): added ifile as a spam checking
362         backend, and spam-use-ifle as the variable to toggle that check.
363
364 2002-10-12  Simon Josefsson  <jas@extundo.com>
365
366         * message.el (message-beginning-of-line): New variable.
367         (message-beginning-of-line): Use it.
368
369 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
370
371         * spam.el: more compilation fixes for BBDB
372
373         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
374         (spam-stat-reduce-size): Interactive.
375         (spam-stat-reset): New function.
376         (spam-stat-save): Interactive.
377
378 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus.el: Autoload gnus-delay-initialize.
381
382         * message.el: Autoload gnus-delay-article.
383
384 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
385
386         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
387         text property in Emacs.
388
389 2002-10-11  Simon Josefsson  <jas@extundo.com>
390
391         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
392         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
393
394         * mml1991.el (mml1991-pgg-sign): Remove CR.
395
396 2002-10-10  Simon Josefsson  <jas@extundo.com>
397
398         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
399         decrypt failed.
400         (mml2015-trust-boundaries-alist): Removed.
401         (mml2015-gpg-extract-signature-details): Don't use it.
402         (mml2015-unabbrev-trust-alist): New.
403         (mml2015-gpg-extract-signature-details): Use it.
404
405 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
406
407         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
408         BBDB installed
409
410         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
411         statistical analysis of spam in Lisp only
412
413 2002-10-10  Simon Josefsson  <jas@extundo.com>
414
415         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
416         auth, selected or examine state.
417
418         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
419         buffer and error buffer depending on type of information.
420
421         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
422         --status-fd stuff even if gpg.el is not used (revert earlier
423         change).
424         (mml2015-pgg-{clear-,}verify): Store both output and errors as
425         gnus details.
426         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
427         buffer.
428
429         * pgg.el (pgg-verify-region): Use it.
430
431         * pgg-def.el (pgg-query-keyserver): New variable.
432
433         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
434         key-identifier in packet.  Is this a good idea?
435
436         * mml.el (mml-mode-map): Add security commands that operates on
437         MIME parts.
438         (mml-menu): And menu items for them.
439
440         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
441
442         * mml.el (mml-parse-1): Support sender in #secure tags.
443
444         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
445         defined.
446
447         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
448         (mml-pgp-encrypt-buffer): Support combined signing.
449
450         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
451         (mml1991-gpg-encrypt): Ditto.
452         (mml1991-pgg-encrypt): Ditto.
453         (mml1991-encrypt): Pass sign parameter.
454
455         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
456         (mml-signencrypt-style): Mention the variable.
457
458 2002-10-09  Simon Josefsson  <jas@extundo.com>
459
460         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
461         pgg-gpg-user-id.
462
463         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
464         (pgg-fetch-key-function): Nil if w3 is not installed.
465
466 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
467
468         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
469         gnus-agent-current-history.
470
471 2002-10-06  Simon Josefsson  <jas@extundo.com>
472
473         * imap.el (imap-parse-status): Don't use read to read token.
474
475 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
476
477         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
478         for methods not covered by the agent, and when unplugged.
479
480 2002-10-05  Simon Josefsson  <jas@extundo.com>
481
482         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
483         signing.
484
485         * gnus-agent.el (gnus-agent-read-servers): If getting method from
486         a named server fails, ignore the server.
487
488         * mml1991.el (mml1991-pgg-sign): Do QP.
489
490         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
491         work.
492
493 2002-10-04  Simon Josefsson  <jas@extundo.com>
494
495         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
496
497         * pgg-pgp.el (pgg-pgp-verify-region): Inline
498         binary-write-decoded-region from MEL.
499
500         * pgg.el (pgg-encrypt-region): Support sign.
501
502         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
503
504         * mml2015.el (mml2015-pgg-encrypt): Ditto.
505
506         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
507         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
508         branch where PGG was taken from in the ChangeLog entries below.
509
510 2002-10-01  Simon Josefsson  <jas@extundo.com>
511
512         * pgg-pgp.el: Don't require mel.  Don't use luna.
513         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
514         (pgg-pgp-process-region): Use expand-file-name instead of concat.
515         (pgg-pgp-process-region): Don't use binary-funcall.
516
517         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
518
519         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
520         instead of concat.
521
522         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
523
524 2002-09-29  Simon Josefsson  <jas@extundo.com>
525
526         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
527         compile warnings.
528
529         * pgg.el (pgg-decrypt-region): Don't parse packet.
530
531         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
532
533 2002-09-29  Daiki Ueno <ueno@unixuser.org>
534
535         * pgg.el: Remove dependency on calist.el.
536
537 2002-09-28  Simon Josefsson  <jas@extundo.com>
538
539         * pgg.el (pgg-temporary-file-directory): New variable.
540         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
541
542         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
543         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
544
545         * pgg-parse.el (pgg-char-int): Defalias.
546         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
547         (pgg-read-bytes, pgg-read-body): Use it.
548         (pgg-decode-packets): Don't use MEL, use base64-*.
549         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
550         (pgg-string-as-unibyte): Defalias.
551         (pgg-parse-armor-region): Use it.
552
553         * pgg-gpg.el (pgg-gpg-process-region): Use
554         pgg-temporary-file-directory.
555
556         * luna.el: Don't def-edebug.
557
558         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
559         binary-write-decoded-region from MEL.
560
561         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
562
563         * alist.el, calist.el: Don't require product/APEL.
564
565         * pgg-parse.el (top-level): Remove dependency on static.el,
566         pccl.el, mel.el.
567         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
568         `define-ccl-program' is boundp, instead of using broken.
569
570 2002-10-01  Simon Josefsson  <jas@extundo.com>
571
572         * message.el (message-required-mail-headers): Remove Lines:.
573
574 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
575         From Jesper Harder.
576
577         * gnus-group.el (gnus-group-fetch-charter,
578         gnus-group-fetch-control): Prompt for group if given a prefix
579         argument.
580         * gnus-sum.el (t): Add gnus-group-fetch-charter and
581         gnus-group-fetch-control to summary key map and menu.
582
583
584 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
585
586         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
587         number when there are no articles.
588
589 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
590
591         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
592         arg ALL means to fetch all articles, not only downloadable ones.
593         (gnus-agent-fetch-selected-article): New function for
594         gnus-select-article-hook or gnus-mark-article-hook.
595
596 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
597         From Peter von der Ahe <nospam2159@daimi.au.dk>.
598
599         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
600         raw-text.
601
602 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
603
604         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
605         Pinard).
606         Major revamp of the code, documentation is in comments in the file
607         for now.
608
609 2002-09-30  Simon Josefsson  <jas@extundo.com>
610
611         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
612         buffer seem to be needed?
613
614 2002-09-29  Simon Josefsson  <jas@extundo.com>
615
616         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
617         compile warnings.
618
619         * mml1991.el (mml1991-function-alist): Add pgg.
620         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
621         (mml1991-pgg-encrypt): Fix recipients querying.
622
623 2002-09-28  Simon Josefsson  <jas@extundo.com>
624
625         * mml2015.el (autoload): Autoload correct files.  Trivial patch
626         from dme@dme.org.
627         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
628         handle is returned.
629
630 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
633         Protect against non-existent of `nnimap-mailbox-info'.
634
635 2002-09-27  Simon Josefsson  <jas@extundo.com>
636
637         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
638         (gnus-setup-news-hook): Use it.
639         (gnus-after-getting-new-news-hook): Ditto.
640
641         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
642
643 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
644         From Mats Lidell <matsl@contactor.se>.
645
646         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
647
648 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
649
650         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
651         the part to decode encoded words, use raw words instead of decoded
652         words.
653
654 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
655
656         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
657
658         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
659         (mm-setup-w3m): Use it.
660
661 2002-09-27  Simon Josefsson  <jas@extundo.com>
662
663         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
664         article buffers.
665
666         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
667         it just in case.
668         (nnimap-update-unseen): New function; update unseen count in
669         `n-m-info'.
670         (nnimap-close-group): Call it.
671
672         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
673         (gnus-after-getting-new-news-hook): Ditto.
674
675         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
676         message into verboselevel 9.  Change slow mail check message.
677         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
678         (nnimap-fixup-unread-after-getting-new-news): New function, to be
679         used as a hook after getting new mail.
680
681 2002-09-26  Simon Josefsson  <jas@extundo.com>
682
683         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
684         SELECT/EXAMINE is first unseen article, not number of unseen
685         articles.  Make them distinct by renaming the former to
686         `first-unseen' instead of `unseen'.
687
688         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
689         too.
690         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
691         changed.
692         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
693
694         * gnus-int.el (gnus-server-unopen-status): Defcustom.
695
696         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
697         better.
698
699         * mml2015.el (mml2015-pgg-decrypt): Only add security information
700         if dissecting resulting buffer actually had any information.
701
702 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
705         because the function `string<' allows symbols.
706
707         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
708
709 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
710
711         * message.el (message-forward-make-body): Revert an early change
712         because 8-bit utf-8 emails.
713
714 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
715
716         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
717         links to Info)
718         * gnus-art.el (gnus-treat-highlight-signature):
719         * gnus-art.el (gnus-treat-buttonize):
720         * gnus-art.el (gnus-treat-buttonize-head):
721         * gnus-art.el (gnus-treat-emphasize):
722         * gnus-art.el (gnus-treat-strip-cr):
723         * gnus-art.el (gnus-treat-unsplit-urls):
724         * gnus-art.el (gnus-treat-leading-whitespace):
725         * gnus-art.el (gnus-treat-hide-headers):
726         * gnus-art.el (gnus-treat-hide-boring-headers):
727         * gnus-art.el (gnus-treat-hide-signature):
728         * gnus-art.el (gnus-treat-fill-article):
729         * gnus-art.el (gnus-treat-hide-citation):
730         * gnus-art.el (gnus-treat-hide-citation-maybe):
731         * gnus-art.el (gnus-treat-strip-list-identifiers):
732         * gnus-art.el (gnus-treat-strip-pgp):
733         * gnus-art.el (gnus-treat-strip-pem):
734         * gnus-art.el (gnus-treat-strip-banner):
735         * gnus-art.el (gnus-treat-highlight-headers):
736         * gnus-art.el (gnus-treat-highlight-citation):
737         * gnus-art.el (gnus-treat-date-ut):
738         * gnus-art.el (gnus-treat-date-local):
739         * gnus-art.el (gnus-treat-date-english):
740         * gnus-art.el (gnus-treat-date-lapsed):
741         * gnus-art.el (gnus-treat-date-original):
742         * gnus-art.el (gnus-treat-date-iso8601):
743         * gnus-art.el (gnus-treat-date-user-defined):
744         * gnus-art.el (gnus-treat-strip-headers-in-body):
745         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
746         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
747         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
748         * gnus-art.el (gnus-treat-unfold-headers):
749         * gnus-art.el (gnus-treat-fold-headers):
750         * gnus-art.el (gnus-treat-fold-newsgroups):
751         * gnus-art.el (gnus-treat-overstrike):
752         * gnus-art.el (gnus-treat-display-xface):
753         * gnus-art.el (gnus-treat-display-smileys):
754         * gnus-art.el (gnus-treat-from-picon):
755         * gnus-art.el (gnus-treat-mail-picon):
756         * gnus-art.el (gnus-treat-newsgroups-picon):
757         * gnus-art.el (gnus-treat-body-boundary):
758         * gnus-art.el (gnus-treat-capitalize-sentences):
759         * gnus-art.el (gnus-treat-fill-long-lines):
760         * gnus-art.el (gnus-treat-play-sounds):
761         * gnus-art.el (gnus-treat-translate):
762         * gnus-art.el (gnus-treat-x-pgp-sig):
763         * gnus-art.el (gnus-mime-button-line-format):
764         * gnus-art.el (gnus-button-man-level):
765         * gnus-art.el (gnus-button-emacs-level):
766         * gnus-cus.el (gnus-group-parameters):
767         * gnus-gl.el (bbb-build-mid-scores-alist):
768         * gnus-group.el (gnus-group-line-format):
769         * gnus-mlspl.el (gnus-group-split-setup):
770         * gnus-mlspl.el (gnus-group-split):
771         * gnus-msg.el (gnus-mailing-list-groups):
772         * gnus-msg.el (gnus-posting-styles):
773         * gnus-nocem.el (gnus-nocem-issuers):
774         * gnus-score.el (gnus-score-regexp-bad-p):
775         * gnus-srvr.el (gnus-server-line-format):
776         * gnus-topic.el (gnus-topic-line-format):
777         * gnus.el (gnus-summary-line-format):
778         * mail-source.el (mail-sources):
779         * message.el (message-subscribed-address-file):
780         * nnmail.el (nnmail-split-fancy):
781
782 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
783
784         * mail-source.el(mail-source-run-script): use `functionp' to test
785         whether the argument `script' is in fact a function.
786         (mail-sources): adjust the defcustom to allow users to specify a
787         function or a string as the value of the `:prescript' and
788         `:postscript' arguments of the `file' and `pop3' mail sources.
789
790 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
791
792         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
793         number when article 1 does not exist.
794
795 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
796
797         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
798         apropos if apropos-variable does not exist.
799         (gnus-button-guessed-mid-regexp)
800         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
801         regexes.  From Reiner Steib.
802         (gnus-button-handle-describe-function)
803         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
804         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
805         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
806
807 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
808
809         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
810         the file.
811
812 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
813
814         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
815
816 2002-09-24  Simon Josefsson  <jas@extundo.com>
817
818         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
819         (mml2015-use): Prefer PGG if installed.
820         (mml2015-function-alist): Add PGG wrappers.
821         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
822         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
823         prefix, make regexp optionally skip it.
824         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
825         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
826         (mml2015-pgg-encrypt): New functions.
827         (defvar, autoload): Prevent byte-compile warnings.
828
829 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
830         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
831
832         * gnus-art.el (article-strip-banner): Check for the existence of
833         from header.
834
835 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
836
837         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
838         (gnus-button-alist): Improved regexp for
839         gnus-button-handle-mid-or-mail (false positives), fixed
840         gnus-button-handle-man entries.
841         From Reiner Steib.
842
843 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
844         From Josh Huber.
845
846         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
847         nnmail-extra-headers is non-nil.
848
849 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
850
851         * nnmaildir.el: Store article numbers persistently.  General
852         revision.
853         (nnmaildir-request-expire-articles): handle 'immediate and 'never
854         for nnmail-expiry-wait; delete instead of moving if 'force is
855         given.
856
857 2002-09-23  Simon Josefsson  <jas@extundo.com>
858         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
859
860         * smime.el (smime-sign-buffer): Get key and extra certs.
861         (smime-get-key-with-certs-by-email): Utility function.
862
863 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
864         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
865
866         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
867         article exists.
868
869 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
870
871         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
872
873 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
874         From Reiner Steib.
875
876         * gnus-art.el (gnus-button-handle-custom,
877         gnus-button-handle-mid-or-mail,
878         gnus-button-handle-describe-{function,variable,key},
879         gnus-button-handle-apropos{,command,variable}): New functions.
880         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
881         gnus-button-{man,emacs,mail}-level): New variables.
882         (gnus-button-alist): Use the above to buttonize emacs and mail
883         related links.
884
885 2002-09-18  Juanma Barranquero  <lektu@terra.es>
886
887         * gnus-int.el (gnus-status-message): Fix spacing.
888
889         * imap.el (imap-continuation): Fix typos.
890
891 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
892
893         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
894
895         * gnus-art.el (gnus-article-reply-with-original): Correct
896         with-current-buffer scope.
897
898         * message.el (message-completion-alist): Add Reply-To, From, etc.
899
900 2002-09-18  Simon Josefsson  <jas@extundo.com>
901
902         * nnimap.el (nnimap-request-expire-articles): Make flag setting
903         conditional.  From Nevin Kapur <nevin@jhu.edu>.
904
905 2002-09-17  Simon Josefsson  <jas@extundo.com>
906
907         * nnimap.el (nnimap-expiry-target): Don't search for which
908         articles exists here.
909         (nnimap-request-expire-articles): Do it here instead.  Only expire
910         when articles are found.  Suggested by Nevin Kapur
911         <nevin@jhu.edu>.
912
913 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
914         From Reiner Steib <reiner.steib@gmx.de>.
915
916         * message.el (message-strip-subject-trailing-was)
917         (message-change-subject, message-add-archive-header)
918         (message-xpost-fup2-header, message-xpost-insert-note)
919         (message-xpost-fup2, message-reduce-to-to-cc): New functions
920         adopted from message-utils.el.  Add functions to the keymap, mode
921         describtion and menu.
922         (message-change-subject,message-xpost-fup2): Signal error if
923         current header is empty.
924         (message-xpost-insert-note): Changed insert position.
925         (message-archive-note): Ensure to insert note in message body (not
926         in head).
927         (message-archive-header, message-archive-note)
928         (message-xpost-default, message-xpost-note, message-fup2-note)
929         (message-xpost-note-function): New variables adopted from
930         message-utils.el.  Changed some doc-strings.
931         (message-mark-insert-{begin,end}): Rename from
932         message-{begin,end}-inserted-text-mark (message-utils.el), changed
933         values.
934         (message-subject-trailing-was-query)
935         (message-subject-trailing-was-ask-regexp)
936         (message-subject-trailing-was-regexp): New variables.
937         (message-to-list-only): Added doc-string and menu entry.
938
939         * message-utils.el: Removed.  Functions are now in message.el.
940
941 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
942
943         * gnus-art.el (gnus-article-reply-with-original,
944         gnus-article-followup-with-original): Switch to
945         gnus-summary-buffer before reply/followup.
946
947 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
948
949         * gnus-sum.el (gnus-summary-toggle-header): The article window may
950         not exist. Toggle it anyway.
951
952 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
953
954         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
955
956         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
957         Trivial patch from Urban Engberg <ue@ccieurope.com>.
958
959         * rfc2047.el (message-posting-charset): Defvar it.
960         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
961         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
962
963         * mail-source.el (mail-source-fetch): Hide password.
964
965         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
966
967 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
968         From John Paul Wallington <jpw@shootybangbang.com>.
969
970         * gnus.el (gnus-visual, gnus-meta): Fix typo.
971
972 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
975
976 2002-09-11  Simon Josefsson  <jas@extundo.com>
977
978         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
979         (nnimap-split-rule): Doc fix.
980         (nnimap-request-expire-articles): Cleanup code.
981
982 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
983         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
984
985         * gnus-art.el (gnus-article-address-banner-alist): New option.
986         (article-strip-banner): Refer the above option to split banners of
987         free mail servers, when no group parameter is specified.
988
989 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * nntp.el (nntp-wait-for-string): Check for a process in the
992         current buffer instead of `nntp-server-buffer'.
993
994 2002-09-09  Simon Josefsson  <jas@extundo.com>
995
996         * gnus-art.el (gnus-button-man-handler): New variable.
997         (gnus-button-alist): Use g-b-handle-man.
998         (gnus-button-handle-man): New, call g-b-man-handler.
999
1000 2002-09-08  Simon Josefsson  <jas@extundo.com>
1001
1002         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1003
1004 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1007
1008 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1011
1012         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1013         keystroke.
1014
1015         * gnus-srvr.el (gnus-browse-describe-group): New command and
1016         keystroke.
1017
1018 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1021         value for gnus-decoration property.
1022
1023 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1024
1025         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1026         string) as group name in case we have a CRLF in the file.
1027
1028 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1029
1030         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1031         group.
1032         (rfc1843-decode-hzp): do.
1033         (rfc1843-newsgroups-regexp): do.
1034
1035 2002-09-04  Simon Josefsson  <jas@extundo.com>
1036
1037         * message.el (message-canlock-generate): Make sure sha1 doesn't
1038         call external programs.
1039
1040 2002-09-03  Simon Josefsson  <jas@extundo.com>
1041
1042         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1043
1044         * gnus-agent.el (gnus-agent-batch): Add doc.
1045
1046 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1047
1048         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1049         check for signed and encrypted parts.
1050         * mml.el (mml-parse-1): Correct small typo which preventing
1051         setting recipients in a secure tag.
1052
1053 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * mm-util.el (mm-coding-system-priorities): Default to a list of
1056         iso-2022-jp and others for the Japanese environment.
1057
1058 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1061         invalid display names.
1062
1063 2002-08-30  Simon Josefsson  <jas@extundo.com>
1064
1065         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1066         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1067
1068 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1069
1070         * gnus.el (gnus-group-charter-alist): New option.
1071         (gnus-group-fetch-control-use-browse-url): New option.
1072
1073         * gnus-group.el (gnus-group-fetch-charter): New function.
1074         (gnus-group-fetch-control): New function.
1075         Add them to the keymap and menu. Require mm-url.
1076
1077 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1080         From Alex Schroeder <alex@emacswiki.org>.
1081
1082 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1083
1084         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1085         items expecting user interaction.
1086
1087         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1088
1089         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1090
1091         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1092
1093         * mml.el (mml-menu): do.
1094
1095 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * mail-source.el (mail-source-touch-pop): New function.
1098
1099         * message.el (message-smtpmail-send-it): New function.
1100         (message-send-mail-function): Add it for a candidate.
1101
1102 2002-08-27  Simon Josefsson  <jas@extundo.com>
1103
1104         * gnus-msg.el (posting-charset-alist): Use
1105         gnus-define-group-parameter instead of defcustom.
1106         (gnus-put-message): Handle SPC in GCC.
1107         (gnus-inews-insert-gcc): Ditto.
1108         (gnus-inews-insert-archive-gcc): Ditto.
1109
1110 2002-08-26  Simon Josefsson  <jas@extundo.com>
1111
1112         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1113         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1114         (gnus-agent-possibly-save-gcc): Autoload.
1115         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1116
1117 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus.el (gnus-other-frame-function): New user option.
1120         (gnus-other-frame): Use it; add a doc-string; make it work with
1121         the gnuclient program.
1122
1123         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1124
1125         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1126         `device-connection' and `dfw-device'.
1127
1128 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1129
1130         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1131         positives, make it stricter.  From Jochen Hein (trivial change).
1132
1133 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus.el (gnus-other-frame): Trivial fix.
1136
1137 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus.el (gnus-other-frame-parameters): New user option.
1140         (gnus-other-frame-object): New variable.
1141         (gnus-other-frame): Make it search for existing Gnus frame; don't
1142         read new news; delete frame on exit.
1143
1144         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1145
1146         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1147
1148 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1149         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1150
1151         * message.el (message-set-auto-save-file-name): Add support for
1152         the Cygwin Emacs; the system-type is `cygwin'.
1153         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1154
1155 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1156
1157         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1158
1159         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1160         avoid arithmetic errors.
1161
1162 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1165
1166 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1169         (message-ignored-resent-headers): Add envelope From.
1170
1171 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1172
1173         * gnus.el (gnus-summary-line-format): Document %k specifier.
1174
1175 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1176
1177         * gnus-sum.el (gnus-summary-line-message-size): New function.
1178         (gnus-summary-line-format-alist): Use it.
1179
1180 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-art.el (article-make-date-line): Refer to the value for
1183         `gnus-article-time-format' in the summary buffer.
1184
1185         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1186
1187 2002-08-14  Simon Josefsson  <jas@extundo.com>
1188
1189         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1190         quoting.
1191         (gnus-button-alist): Fix doc.
1192         (gnus-header-button-alist): Use ' not ` for default value quoting.
1193         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1194         rationale similar to 2002-05-01 change.
1195         (gnus-article-add-buttons-to-head): Evaluate expression.
1196
1197         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1198
1199 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * message.el (message-font-lock-keywords): Refer to the value for
1202         `message-cite-prefix-regexp' dynamically.
1203
1204 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1207
1208 2002-08-12  Simon Josefsson  <jas@extundo.com>
1209
1210         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1211         (imap-shell-open): Skip initial junk before IMAP greeting.
1212
1213 2002-08-11  Simon Josefsson  <jas@extundo.com>
1214
1215         * message-utils.el (message-xpost-default,
1216         message-xpost-fup2-header, message-xpost-fup2): Fixed
1217         Typos.  Trivial changes from Reiner Steib
1218         <4uce.02.r.steib@gmx.net>.
1219
1220 2002-08-09  Simon Josefsson  <jas@extundo.com>
1221
1222         * message.el (message-canlock-password): Set
1223         canlock-password-for-verify to newly generated canlock-password.
1224         When Emacs is restarted, Custom makes sure this is set, but during
1225         the same session we must set it manually.
1226
1227 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1228
1229         * yenc.el: New file.
1230
1231         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1232         (mm-uu-type-alist): Add yenc.
1233         (mm-uu-yenc-filename): New function.
1234         (mm-uu-yenc-extract): New function.
1235
1236         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1237
1238 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1239
1240         * dgnushack.el (merge): Don't use coerce.
1241
1242 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1243
1244         * mailcap.el (mailcap-mime-data): Test window-system rather than
1245         mm-device-type.
1246         (mailcap-mime-data): Call xdvi and gv with "-safer".
1247
1248         * mm-util.el: Don't define mm-device-type.
1249
1250 2002-08-05  Simon Josefsson  <jas@extundo.com>
1251
1252         * mm-util.el (mm-coding-system-priorities): coding-system type not
1253         supported everywhere.
1254
1255 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus.el (gnus-version-number): Bumped version number.
1258
1259 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1260
1261         * gnus.el: Oort Gnus v0.07 is released.
1262
1263 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1266         (gnus-article-sort-functions): Doc fix.
1267         (t): New keystroke.
1268         (gnus-article-sort-by-random): New function.
1269         (gnus-thread-sort-by-random): New function.
1270
1271 2002-08-02  Simon Josefsson  <jas@extundo.com>
1272
1273         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1274         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1275
1276 2002-07-31  Danny Siu  <dsiu@adobe.com>
1277
1278         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1279         when splitting malformed messages without message-id
1280
1281 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1282         From Niklas Morberg <niklas.morberg@axis.com>.
1283
1284         * nnweb.el (nnweb-type, nnweb-type-definition)
1285         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1286         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1287         functionality.
1288         * nnweb.el: Removed old non-functioning search engines.
1289
1290 2002-07-27  Simon Josefsson  <jas@extundo.com>
1291
1292         * message.el (message-forward-make-body): Don't use
1293         `message-forward-ignored-headers' when doing a "raw" followup (it
1294         is important to preserve e.g. CTE).
1295
1296         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1297
1298         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1299         regexp-quote, Cyrus Sieve is fixed.
1300
1301         * sieve-manage.el (sieve-manage-deletescript): New function.
1302
1303         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1304         (sieve-manage-mode): Fix menubar.
1305         (sieve-activate): Change some messages.
1306         (sieve-deactivate-all): New function.
1307         (sieve-deactivate): New alias.
1308         (sieve-remove): New function.
1309         (sieve-help): Fix help.
1310         All suggested by Ned Ludd.
1311
1312 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1315         (mm-w3m-safe-url-regexp): New user option.
1316
1317         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1318         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1319
1320 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1321
1322         * gnus-sum.el (gnus-summary-delete-article): Force
1323         nnmail-expiry-target to 'delete, so that absolute deletion
1324         happens when absolute deletion is requested.
1325
1326 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1327         From Nevin Kapur <nevin@jhu.edu>.
1328
1329         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1330         headers as empty headers.
1331
1332 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1333         From Jochen Hein <jochen@jochen.org>.
1334
1335         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1336         correct typo.
1337         (gnus-emphasis-strikethru): New face.
1338
1339 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1340         From Jason Merrill <jason@redhat.com>.
1341
1342         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1343         entire file for each of a sequence of missing articles.
1344
1345         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1346         value for gnus-view-pseudos.
1347
1348         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1349         avoid nreverse.
1350
1351 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1352         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1353
1354         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1355         (gnus-summary-mode-line-format-alist): Add %h for number of
1356         spams.
1357         (gnus-newsgroup-spam-marked): New variable.
1358         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1359         (gnus-article-read-p, gnus-article-mark)
1360         (gnus-set-global-variables, gnus-set-global-variables)
1361         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1362         (gnus-summary-mark-article-as-unread)
1363         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1364         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1365         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1366
1367 2002-07-10  Simon Josefsson  <jas@extundo.com>
1368
1369         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1370         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1371
1372 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1373
1374         * gnus-sum.el (gnus-summary-delete-article): Respect group
1375         parameters while expiring.
1376
1377 2002-07-08  Simon Josefsson  <jas@extundo.com>
1378
1379         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1380         Enberg.
1381
1382 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1383
1384         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1385         function is called interactively.  From Niklas Morberg.
1386
1387 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1388
1389         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1390         cdaar to cdar and car.
1391
1392         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1393         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1394
1395 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1398         don't break a narrowed article.
1399
1400         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1401         (nntp-open-via-rlogin-and-telnet): Ditto.
1402
1403 2002-07-02  Didier Verna  <didier@xemacs.org>
1404
1405         * nnmail.el (nnmail-split-methods): fix custom type.
1406
1407 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1408
1409         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1410         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1411
1412 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1413
1414         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1415         (gnus-summary-resend-message): Use it.
1416
1417 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1420         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1421
1422 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1423
1424         * message.el (message-font-lock-keywords): Don't fontify
1425         headers in the message body, only in the header.
1426         (message-font-lock-make-header-matcher): New function, used by
1427         message-font-lock-keywords.
1428         From Katsumi Yamaoka <yamaoka@jpl.org>.
1429
1430 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1433
1434 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1437
1438 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1439
1440         * message.el (message-font-lock-keywords): Revert 2002-06-22
1441         change.
1442
1443 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1444
1445         * message.el (message-font-lock-keywords): Put colon in header
1446         name match.
1447
1448 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1449
1450         * message.el (message-font-lock-keywords): Don't use header faces
1451         in the body.  Thanks to Stefan Monnier for the hint on the
1452         implementation.
1453
1454 2002-05-09  Miles Bader  <miles@gnu.org>
1455
1456         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1457         (gnus-article-hide-citation): Respect it.
1458
1459 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1460
1461         * pop3.el (pop3-open-server): Fix typo.
1462
1463 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1464
1465         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1466         instead of push to ignore duplicate to-(list|address) values.
1467         * nnmail.el (nnmail-cache-ignore-groups): New.
1468         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1469
1470 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1471
1472         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1473         before sending.  Suggested by Jan Rychter.
1474
1475 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * dgnushack.el (remove): New compiler macro.
1478         (last, coerce, subseq): Remove compiler macros for those built-in
1479         or unused functions.
1480
1481 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1482
1483         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1484         sure to write byte-compiled versions of gnus-*-format-alist to
1485         .newsrc.eld.  From Simon Josefsson.
1486
1487 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1488
1489         * gnus-agent.el (gnus-agent-read-servers)
1490         (gnus-agent-write-servers): Put server name (string like
1491         "nnchoke:frumple") in the file instead of a server specification
1492         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1493         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1494
1495 2002-06-16  Simon Josefsson  <jas@extundo.com>
1496
1497         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1498         Reiner Steib <4uce.02.r.steib@gmx.net>.
1499
1500 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1501
1502         * nnheader.el (nnheader-file-name-translation-alist): Set the
1503         default value for MS Windows systems.
1504
1505         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1506
1507 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * message.el (message-beginning-of-line): Keep the region active
1510         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1511
1512 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1513
1514         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1515         * gnus-msg.el (gnus-summary-reply): Ditto.
1516         * gnus-msg.el (gnus-summary-handle-replysign): New.
1517
1518 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1521         if sending failed.
1522
1523 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1524
1525         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1526         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1527         to sign while encrypting.
1528
1529 2002-06-11  Simon Josefsson  <jas@extundo.com>
1530
1531         * gnus-int.el (gnus-request-move-article): Agent expire article if
1532         successfuly moved.
1533
1534         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1535         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1536
1537 2002-06-10  Simon Josefsson  <jas@extundo.com>
1538
1539         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1540
1541 2002-06-09  Simon Josefsson  <jas@extundo.com>
1542
1543         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1544
1545         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1546
1547 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1548
1549         * flow-fill.el (fill-flowed): Ignore errors.
1550
1551 2002-06-06  Simon Josefsson  <jas@extundo.com>
1552
1553         * message.el (message-send-mail-with-sendmail): Improve error message.
1554
1555 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1556
1557         * message.el (message-interactive): Change default from nil to t.
1558         Better to be safe than to be fast.
1559
1560 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1561
1562         * message.el (message-send-mail-with-sendmail): Check return value
1563         from call-process-region.
1564
1565 2002-06-04  Simon Josefsson  <jas@extundo.com>
1566
1567         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1568         (gnus-group-post-news, gnus-summary-mail-other-window)
1569         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1570         gnus-article-copy to nil, thereby inhibiting the `header' posting
1571         style match to use data from last viewed article.
1572         Suggested by Hrvoje Niksic.
1573
1574 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * spam.el (spam-point-at-eol): New alias.
1577         (spam-parse-whitelist): Use it.
1578
1579 2002-06-03  Simon Josefsson  <jas@extundo.com>
1580
1581         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1582         (nnmail-article-group): Use it.
1583
1584 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1585
1586         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1587         so that code reading them won't be surprised.  From Jesper Harder
1588         <harder@ifa.au.dk>.
1589
1590 2002-05-29  Simon Josefsson  <jas@extundo.com>
1591
1592         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1593         articles.
1594
1595         * gnus.el (gnus-agent-cache): Doc fix.
1596         (gnus-agent): Change default to t.
1597
1598         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1599         ARTICLES, GROUP and FORCE parameters.
1600
1601 2002-05-28  Simon Josefsson  <jas@extundo.com>
1602
1603         * gnus-group.el (gnus-group-line-format): Doc fix.
1604
1605 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1606
1607         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1608         original article before yanking.  From Jesper Harder
1609         <harder@ifa.au.dk>.
1610
1611 2002-05-26  Simon Josefsson  <jas@extundo.com>
1612
1613         * gnus-sum.el (gnus-summary-menu-split): New function.
1614         (gnus-summary-make-menu-bar): Split charset submenu.
1615         (gnus-summary-menu-maxlen): New variable.
1616         (gnus-summary-menu-split): Use it.
1617
1618 2002-05-25  Simon Josefsson  <jas@extundo.com>
1619
1620         * mml.el (mml-preview): Generate some headers.
1621
1622         * gnus.el (gnus-large-newsgroup): Fix :type.
1623
1624         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1625         Agent cache NOV's by default now).
1626         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1627
1628 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1629
1630         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1631         call to gnus-parent-id when we check for References loops.
1632         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1633         twice by saving the simplified subject string in simp-subject.
1634
1635 2002-05-23  Simon Josefsson  <jas@extundo.com>
1636
1637         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1638         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1639
1640         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1641         Niklas Morberg <niklas.morberg@axis.com>.
1642
1643 2002-05-22  Simon Josefsson  <jas@extundo.com>
1644
1645         * sieve.el (sieve-change-region): Define it before it is used.
1646
1647         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1648         (gnus-summary-reply): Ask for confirmation when replying to news.
1649         Defaults to not ask.  From Benjamin Rutt
1650         <rutt+news@cis.ohio-state.edu>.
1651
1652         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1653
1654 2002-05-21  Simon Josefsson  <jas@extundo.com>
1655
1656         * sieve-mode.el (sieve-manage): Fix autoloads.
1657
1658         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1659         name (makes it work with recent Cyrus timsieved).
1660
1661 2002-05-20  Jason  <jbaker@cs.utah.edu>
1662
1663         * gnus-art.el (gnus-request-article-this-buffer): Try
1664         reconnecting if you don't get the message.
1665
1666 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1669         Reply-To headers from the headers.
1670
1671 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * mm-url.el (mm-url-insert): Remove junk message.
1674
1675 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1678         (nnslashdot-use-front-page): New variable.
1679         (nnslashdot-request-list): Use it.
1680
1681         * mm-url.el (mm-url-timeout): New variable.
1682         (mm-url-retries): Ditto.
1683         (mm-url-insert): Use it.
1684
1685 2002-05-16  Simon Josefsson  <jas@extundo.com>
1686
1687         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1688         (gnus-simplify-subject-functions): Mention g-s-a-w.
1689
1690 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1691
1692         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1693         nnmail-cache-insert.
1694         * nndiary.el (nndiary-request-accept-article): Ditto.
1695         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1696         * nnimap.el (nnimap-request-accept-article): Ditto.
1697         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1698         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1699         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1700         * nnmh.el (nnmh-request-accept-article): Ditto.
1701         * nnmail.el (nnmail-cache-insert): Change group to required,
1702         removed code which tried to figure out the group.
1703
1704 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1705
1706         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1707         messages. From Hans de Graaff <hans@degraaff.org>.
1708         * nnml.el (nnml-request-accept-article): Pass in the group name to
1709         nnmail-cache-insert, since it's available.
1710
1711 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1712
1713         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1714
1715 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1716         From Florian Weimer <fw@deneb.enyo.de>.
1717
1718         * gnus.el (subscribed): New group parameter.
1719         (gnus-find-subscribed-addresses): Use it.
1720
1721 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1722
1723         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1724         the default for pgpmime to support pgp v2.
1725         * mml-sec.el (mml-signencrypt-style): New accessor function to
1726         allow users to get/set the signencrypt style more easily without
1727         frobbing the alist directly.
1728         * mml.el (mml-generate-mime-1): Use accessor function.
1729
1730 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1731
1732         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1733         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1734         <schwab@suse.de>.
1735
1736 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1737
1738         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1739         when intuiting the group the message is written to.  From Josh
1740         Huber <huber@alum.wpi.edu>.
1741
1742 2002-05-06  Simon Josefsson  <jas@extundo.com>
1743
1744         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1745         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1746
1747 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1748
1749         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1750         argument, and fixed compiler warning. (added autoload for
1751         gpg-encrypt).
1752
1753 2002-05-04  Simon Josefsson  <jas@extundo.com>
1754
1755         * mml1991.el (mml1991-function-alist): Doc fix.
1756
1757         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1758         doesn't exist (for previewing messages without having Gnus
1759         started).
1760
1761         * mm-util.el (mm-coding-system-priorities): Defcustom.
1762
1763         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1764
1765 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1766
1767         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1768         default.
1769         * mml-sec.el:
1770         * mml-sec.el (mml-signencrypt-style): New.
1771         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1772         argument `sign'.
1773         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1774         signencrypt.
1775         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1776         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1777         both signed & encryped is processed in one operation. (rather than
1778         two separate ops: sign, then encrypt)
1779         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1780         indication if a message is signed by an expired key.
1781         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1782         enables combined sign & encrypt operation. (this was always on
1783         before).
1784         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1785
1786 2002-05-01  Simon Josefsson  <jas@extundo.com>
1787
1788         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1789         server.
1790         (nnimap-mailbox-info): defvar instead of defvoo.
1791
1792 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1793
1794         * gnus.el: Oort Gnus v0.06 is released.
1795
1796 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * lpath.el: Bind url-package-version.
1799
1800 2002-05-01  Simon Josefsson  <jas@extundo.com>
1801
1802         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1803         filename before deleting the group itself, because the presence of
1804         a group filename decides if long filenames are used or not.
1805
1806         * gnus-art.el (gnus-button-alist): Don't inline
1807         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1808         without also modifying g-button-alist.
1809         (gnus-button-alist): Fix type to allow variable as well as regexp.
1810         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1811         themselves, variables to its contents.
1812         (gnus-button-entry): Ditto.
1813
1814 2002-05-01  Simon Josefsson  <jas@extundo.com>
1815
1816         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1817         UIDNEXT as a string.
1818
1819         * nnimap.el (nnimap-string-lessp-numerical): New function.
1820         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1821         integers.
1822
1823 2002-04-29  Simon Josefsson  <jas@extundo.com>
1824
1825         * nnmail.el (nnmail-cache-insert): Accept optional group
1826         parameter.
1827
1828         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1829         n-r-g-a is disabled.
1830
1831 2002-04-29  Simon Josefsson  <jas@extundo.com>
1832
1833         * nnimap.el (nnimap-split-fancy): Fix doc.
1834         (nnimap-split-fancy): Fix doc.
1835
1836         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1837         (nnimap-mailbox-info): New internal variable.
1838         (nnimap-retrieve-groups): Implement faster new mail check.
1839
1840         * nnimap.el (nnimap-split-articles): Support
1841         nnmail-cache-accepted-message-ids.
1842         (nnimap-request-accept-article): Ditto.
1843
1844         * imap.el (imap-mailbox-status-asynch): New command.
1845
1846 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1847
1848         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1849         are no subscribed mail groups.
1850         - Strip quoted names when comparing addresses
1851
1852 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1853
1854         * mm-decode.el (mm-text-html-renderer): Change customize type to
1855         const.
1856
1857         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1858         (gnus-debug-exclude-variables): do.
1859
1860 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1861
1862         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1863         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1864
1865 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * dns.el (dns-make-network-process): New macro.
1868         (query-dns): Use it.
1869
1870 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1871
1872         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1873         article-buffer.
1874
1875         * mm-url.el (mm-url-package-name): New variable.
1876         (mm-url-package-version): New variable.
1877         (mm-url-insert-file-contents): Bind url-package-name and
1878         url-package-version here.
1879         * nnrss.el (nnrss-insert-w3): Move the bindings.
1880
1881         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1882         url-package-version. Trivial change from Andrew J Cosgriff
1883         <ajc@polydistortion.net>
1884
1885         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1886         attachments. Trivial change from Peter 'Luna' Runestig
1887         <peter@runestig.com>.
1888
1889 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1890
1891         * nnkiboze.el (nnkiboze-request-scan): Call
1892         nnkiboze-possibly-change-group.
1893         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1894         problems.
1895         (nnkiboze-generate-group): Set newsrc to the *highest* article
1896         number kibozed, not the lowest.
1897
1898 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1899
1900         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1901
1902 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1903         From Dan Christensen <jdc+news@uwo.ca>.
1904
1905         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1906         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1907         Recognize math postings.  Extract Date (now ignores "(15kb)").
1908         Extract email address using gnus-extract-address-components
1909         instead of just taking the first word.  Create Date and From
1910         headers for message which are missing these headers.  Get rid
1911         of spurious \\ lines (purely cosmetic).  Extend body-end and
1912         file-end regexps, to exclude more garbage from the message.
1913         Make URL rephrasing regexp more flexible, to match current
1914         format.
1915
1916 2002-04-23  Simon Josefsson  <jas@extundo.com>
1917
1918         * netrc.el: New file, functions copied from gnus-util.el by Ted
1919         Zlatanov <tzz@lifelogs.com>.
1920
1921         * gnus-util.el: Require netrc.
1922         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1923         new code in netrc.el.
1924
1925 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1926
1927         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1928         message-ignored-resent-headers, too.  From Matthieu Moy
1929         <Matthieu.Moy@imag.fr>.
1930
1931 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1932
1933         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1934         boolean not a string
1935         * gnus-group.el (gnus-group-line-format): add description of %C
1936         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1937           as %C
1938         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1939
1940 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1941
1942         * nnmaildir.el (nnmaildir-request-scan): typo: set
1943         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1944         nnmail-get-new-mail for 'find-new-groups.
1945
1946 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1947
1948         * nnmaildir.el (nnmaildir-request-update-info,
1949         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1950         unnecessary calls to nnmaildir-request-scan.
1951
1952 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1953
1954         * gnus-msg.el:
1955         * gnus-msg.el (gnus-message-replysign): New.
1956         * gnus-msg.el (gnus-message-replyencrypt): New.
1957         * gnus-msg.el (gnus-message-replysignencrypted): New.
1958         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1959         (above) to automatically encrypt/sign to encrypted/signed
1960         messages.
1961         * message.el:
1962         * message.el (message-mode-map): Add keybinding for
1963         `message-to-list-only'
1964         * message.el (message-mode): Add description for
1965         `message-to-list-only'
1966         * message.el (message-to-list-only): New.
1967         * message.el (message-make-mft): Changed to use the cl loop macro,
1968         and added optional flag to return only the matched list. (for use
1969         in new message-to-list-only function)
1970
1971 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1972
1973         * gnus-msg.el:
1974         * gnus-msg.el (gnus-message-replysign):
1975         * gnus-msg.el (gnus-replysign): New.
1976         * gnus-msg.el (gnus-replyencrypt): New.
1977         * gnus-msg.el (gnus-replysignencrypted): New.
1978         * gnus-msg.el (gnus-summary-reply):
1979         * message.el:
1980         * message.el (message-mode-map):
1981         * message.el (message-mode):
1982         * message.el (message-to-list-only): New.
1983         * message.el (message-make-mft):
1984
1985 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1986
1987         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1988
1989 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1990
1991         * message.el (message-gen-unsubscribed-mft): accept a prefix
1992         argument so CC can be included with C-u C-c C-f C-a
1993
1994 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1995         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1996
1997         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1998         Improve docstring.
1999         (spam-enter-blacklist): New command.
2000
2001         * gnus-sum.el (gnus-spam-mark): New mark.
2002         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2003         (gnus-summary-make-tool-bar): Correct conditional.
2004         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2005         (gnus-summary-mark-as-spam): New command.
2006
2007 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2008
2009         * mml-sec.el (mml-secure-message): changed to support arbritrary
2010         modes.
2011         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2012         changed to support "signencrypt" mode.
2013         * mml.el (mml-parse-1): changed to support different secure modes
2014         more easily. (for signencrypt)
2015
2016 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2017
2018         * gnus-sum.el (gnus-update-summary-mark-positions)
2019         (gnus-summary-toggle-header):
2020         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2021         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2022         (gnus-uu-post-encoded):
2023         * nnfolder.el (nnfolder-possibly-change-group):
2024         * nnimap.el (nnimap-retrieve-headers):
2025         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2026
2027 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2028
2029         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2030         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2031
2032 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-srvr.el (gnus-server-set-info): Clear
2035         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2036         From Daiki Ueno <ueno@unixuser.org>.
2037
2038 2002-04-11  Simon Josefsson  <jas@extundo.com>
2039
2040         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2041         viewing of security buttons.  Thanks to Nicolas Kowalski
2042         <Nicolas.Kowalski@imag.fr>.
2043
2044         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2045         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2046         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2047         <Nicolas.Kowalski@imag.fr>.
2048         (smime-decrypt-buffer): Ditto.
2049
2050 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2053         header line.
2054
2055 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2056
2057         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2058
2059 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2060
2061         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2062
2063 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2064
2065         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2066         errors when debug.
2067
2068 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2069
2070         * message.el (message-make-mft): Changed MFT code from using
2071         message-recipients (which included Bcc) to use only the To and CC
2072         headers.
2073
2074 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2075
2076         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2077         add link.
2078         (gnus-treat-mail-picon): Ditto.
2079         (gnus-treat-newsgroups-picon): Ditto.
2080         (gnus-picon-databases): Fix custom type.
2081         (gnus-picon-databases): Add link.
2082         (gnus-article-x-face-command): Add to gnus-picon group.
2083
2084 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2085
2086         * message.el (message-buffer-naming-style): Remove.
2087
2088 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2089
2090         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2091
2092         * message.el (message-tool-bar-map): Ditto.
2093
2094         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2095
2096 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2097
2098         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2099
2100 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2101
2102         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2103
2104 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2105
2106         * dns.el: open-network-stream under XEmacs does udp.
2107
2108 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2109
2110         * spam.el (spam-enter-whitelist): New function.
2111         (spam-parse-whitelist): Ditto.
2112         (spam-refresh-list-cache): Ditto.
2113         (spam-address-whitelisted-p): New function.
2114
2115         * dns.el (query-dns): Use TCP when make-network-process isn't
2116         available.
2117         (dns-servers): New variable.
2118         (dns-parse-resolv-conf): New function.
2119         (query-dns): Use it.
2120
2121         * spam.el: New file.
2122
2123         * dns.el (query-dns): Test.
2124
2125 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * lpath.el (featurep): Bind make-network-process.
2128
2129 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2130
2131         * nnmaildir.el: Use defstruct.  Use a single copy of
2132         nnmail-extra-headers to save memory.  Store server's group name
2133         prefix instead of each group's prefixed name.
2134         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2135         nntp-server-buffer.
2136
2137 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * dns.el: New file.
2140
2141 2002-03-28  Simon Josefsson  <jas@extundo.com>
2142
2143         * gnus-sum.el (gnus-summary-dummy-line-format):
2144         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2145         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2146
2147 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2148
2149         * gnus-sum.el (gnus-summary-move-article)
2150         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2151         the doc string.
2152
2153 2002-03-28  Simon Josefsson  <jas@extundo.com>
2154
2155         * mml-sec.el (mml-secure-message): Search after
2156         mail-header-separator from top of message.
2157
2158 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2159
2160         * nnmaildir.el: Cosmetic changes.
2161         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2162         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2163         nnmaildir--group-ls): New macros/functions.  Use them.
2164         (nnmaildir--unlink): Evalutate argument only once.
2165
2166 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2167
2168         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2169         symbols.
2170         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2171         `gnus-point-at-eol'.
2172
2173 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2174
2175         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2176         nnmaildir--marks-dir): New macros.  Use them.
2177         Use inhibit-quit for atomicity instead of in-memory journaling.
2178         (nnmaildir--edit-prep): New function.
2179         (Local Variables): Use it.
2180
2181 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2182
2183         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2184
2185 2002-03-25  Simon Josefsson  <jas@extundo.com>
2186
2187         * message.el (message-mode): Fix doc.
2188
2189 2002-03-25  Simon Josefsson  <jas@extundo.com>
2190
2191         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2192         Matthieu Moy <Matthieu.Moy@imag.fr>.
2193
2194 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2195
2196         * mml-sec.el (mml-unsecure-message): Add docstring.
2197
2198 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2199
2200         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2201         value.
2202         Trivial change from andre@slamdunknetworks.com
2203
2204 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2205
2206         * mml.el (mml-mode-map): Added a keybinding for
2207         `mml-unsecure-message'.  Also, added a menu entry for said
2208         function in the Attachments menu.
2209
2210 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * canlock.el (canlock-version): Remove.
2213         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2214         here; simplify \x insertions.
2215         (canlock-sha1): New function, always return a unibyte string.
2216         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2217         of a password.
2218         (canlock-insert-header): Use `canlock-sha1'.
2219         (canlock-verify): Ditto.
2220
2221 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2222
2223         * message.el (message-fix-before-sending): Add an option that
2224         ignores illegible text.
2225         Trivial change from Mark Milhollan <mlm@attglobal.net>
2226
2227         * message.el (message-font-lock-keywords): Support multi-line MML
2228         tags.
2229
2230         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2231         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2232
2233 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2236         symbols for "View as different encoding" submenu.
2237
2238 2002-03-19  Simon Josefsson  <jas@extundo.com>
2239
2240         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2241         encoding" submenu.
2242
2243 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2244
2245         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2246
2247 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2248
2249         * gnus-sum.el (gnus-sum-thread-tree-root)
2250         (gnus-sum-thread-tree-single-indent)
2251         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2252         (gnus-sum-thread-tree-leaf-with-other)
2253         (gnus-sum-thread-tree-single-leaf): Make customizable.
2254
2255 2002-03-16  Simon Josefsson  <jas@extundo.com>
2256
2257         * gnus-util.el (gnus-extract-address-components): Don't break on
2258         names such as James "Kibo" Parry.  From Francis Litterio
2259         <franl@world.std.com>.
2260
2261 2002-03-13  Simon Josefsson  <jas@extundo.com>
2262
2263         * pop3.el (pop3-open-server): Revert multibyte change.  From
2264         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2265
2266         * message.el (message-send-mail-with-qmail): Make it work.  From
2267         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2268
2269 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2270
2271         * message.el (message-make-mft): Set case-fold-search while
2272         generating the MFT.  Also, a little cleanup in the MFT code.
2273
2274 2002-03-12  Simon Josefsson  <jas@extundo.com>
2275
2276         * message.el (message-qmail-inject-args): May be function.
2277         (message-send-mail-with-qmail): Call function if m-q-i-a is
2278         function.  From fn@hungry.org (Faried Nawaz).
2279
2280 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2281
2282         * message.el (message-abbrevs-loaded): Remove.
2283         (mailabbrev): Require it.
2284
2285         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2286
2287 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * pop3.el (pop3-open-server): Set process buffer unibyte.
2290
2291 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2294
2295 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2296
2297         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2298         too.
2299
2300 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2301
2302         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2303         duplication.
2304         (gnus-summary-save-parts-type-history): Ditto.
2305         (gnus-summary-save-parts-last-directory): Ditto.
2306         Trivial change from andre@slamdunknetworks.com
2307
2308 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2309
2310         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2311
2312 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2313
2314         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2315         -->" as the end of the first article.
2316
2317         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2318         From Matthieu Moy <Matthieu.Moy@imag.fr>
2319
2320         * message.el (message-add-action): Use add-to-list.
2321         (message-delete-action): New function.
2322
2323         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2324         pieces.
2325
2326 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2327
2328         * nnnil.el: New file.
2329         * gnus.el (gnus-valid-select-methods): Include nnnil.
2330
2331 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2332
2333         * message.el (message-syntax-checks): Because canlock is
2334         supported, we disable sender syntax check.
2335         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2336
2337         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2338         value of message-syntax-checks.
2339
2340         * qp.el (quoted-printable-decode-region): Doc addition.
2341         From: Eli Zaretskii <eliz@is.elta.co.il>
2342
2343         * mail-source.el (make-source-make-complex-temp-name): Use
2344         make-temp-file.
2345
2346         * mm-util.el (mm-make-temp-file): New function.
2347         * nneething.el (nneething-file-name): Use it.
2348         * mml-smime.el (mml-smime-encrypt): Ditto.
2349         * mm-view.el (mm-inline-wash-with-file): Ditto.
2350         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2351         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2352         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2353         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2354         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2355         * gnus-art.el (gnus-mime-print-part): Ditto.
2356
2357 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2358
2359         * message.el (nnmaildir-article-number-to-base-name): New
2360         function.
2361         (nnmaildir-base-name-to-article-number): New function.
2362
2363 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * smime.el (smime-make-temp-file): Don't quote
2366         `temporary-file-directory'.
2367
2368 2002-03-04  Simon Josefsson  <jas@extundo.com>
2369
2370         * smime.el (smime-sign-region): Rename argument keyfiles to
2371         keyfile. You only sign something with one key.
2372         (smime-sign-buffer): Better completing-read prompt.
2373         (smime-decrypt-buffer): Ditto.
2374
2375         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2376
2377         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2378         completing-read.
2379         (mm-view-pkcs7-decrypt): CRLF->LF.
2380
2381 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2382
2383         * message.el (message-hierarchical-addresses): New variable.
2384         (message-get-reply-headers): Use it.
2385         From Ted Zlatanov <teodor.zlatanov@divine.com>
2386
2387 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2388
2389         * message.el (message-mode): If buffer-file-name, don't set auto
2390         save file name.
2391         Trivial change from Geoff Greene <ggreene@wpi.edu>
2392
2393 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2394
2395         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2396         takes one argument in read-char.
2397
2398         * message.el (message-fix-before-sending): Forward a char.
2399         Check mmu-multibyte-p, add control-1.
2400
2401 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2402
2403         * gnus-start.el (gnus-read-init-file): Ditto.
2404
2405         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2406
2407         * dgnushack.el (dgnushack-make-load): Ditto.
2408
2409         * mail-source.el (mail-source-fetch): Extract the right error
2410         code.
2411
2412         * message.el (message-fix-before-sending): Check illegible text.
2413
2414         * gnus-util.el (gnus-multiple-choice): New function.
2415
2416         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2417         also defined in gnus-score.el.
2418
2419 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2420
2421         * message.el (message-get-reply-headers): downcase email addresses
2422         for comaparisons for duplicate removal.
2423
2424 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2425
2426         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2427         implementation of PKCS#7, which just allows users read the
2428         message.
2429         (mm-view-pkcs7): Use it.
2430
2431 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2432
2433         * gnus.el (large-newsgroup-initial): New parameter.
2434
2435         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2436         (gnus-summary-insert-old-articles): Ditto.
2437
2438 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2439
2440         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2441         used as the default answer of the question, "How many articles?".
2442         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2443
2444         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2445         small numbers.
2446
2447 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2448
2449         * deuglify.el: Fix comments.
2450
2451 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2452
2453         * html2text.el (html2text-clean-anchor): If there is no HREF,
2454         insert nothing.
2455
2456         * mml.el (mml-generate-mime-1): Add cdr.
2457         From: andre@slamdunknetworks.com
2458
2459         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2460         (mm-text-html-washer-alist): Ditto.
2461
2462         * mm-decode.el (mm-text-html-renderer): Add html2text.
2463
2464         * html2text.el: Face lift.
2465
2466         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2467
2468 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2469
2470         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2471
2472         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2473
2474         * deuglify.el: New file. The original file name is
2475         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2476
2477         * mm-decode.el (mm-display-external): Use
2478         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2479
2480 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2481
2482         * nnmaildir.el (nnmaildir-request-list): Report the highest
2483         article number, not the total number of articles.
2484
2485 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2486
2487         * gnus-sum.el: Move uu key map here.
2488         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2489
2490 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2491
2492         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2493         nnmail-expiry-wait* if expire-age parameter is not set.
2494
2495 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2496
2497         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2498         function.
2499         (gnus-group-sort-selected-groups-by-real-name): New function.
2500         (gnus-group-make-menu-bar): Add sort by real name.
2501
2502         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2503         rebuild.
2504         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2505         nil as dependencies as well.
2506
2507 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2508
2509         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2510         for mime-parts.
2511
2512         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2513
2514         * gnus-group.el (gnus-group-name-decode): Don't test
2515         multibyte-string, because it breaks XEmacs.
2516         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2517
2518         * message.el (message-send-mail): Be talkative.
2519
2520         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2521         (mm-automatic-display): Ditto.
2522
2523         * mailcap.el (mailcap-mime-data): Ditto.
2524         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2525
2526 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * many files: Remove trailing whitespaces, replace spc+tab with
2529         tab, replace leading whitespaces with tabs.
2530
2531 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2532
2533         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2534         articles with no body and no blank line after the header.
2535
2536 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2537
2538         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2539         parts.
2540
2541         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2542         non-ascii chars.
2543
2544         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2545
2546         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2547         w3-delay-image-loads.
2548         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2549         (mm-w3-prepare-buffer): Ditto.
2550
2551         * mail-source.el (mail-source-fetch-directory): Run scripts.
2552
2553 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2556         for Majordomo confirmations.
2557
2558 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2561
2562 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2565
2566 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2567
2568         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2569         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2570
2571 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2572
2573         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2574         (mm-inline-render-with-stdin): Ditto.
2575         (mm-inline-render-with-function): Ditto.
2576         (mm-inline-wash-with-file): Bind coding-system-for-write.
2577         (mm-inline-wash-with-stdin): Ditto.
2578
2579 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2580
2581         Suggested by Felix Natter <fnatter@gmx.net>
2582
2583         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2584         gnus-mime-externalize-view.
2585         (gnus-mime-view-part-internally): Rename from
2586         gnus-mime-internalize-view.
2587         (gnus-article-view-part-externally): Rename from
2588         gnus-article-externalize-part.
2589         (gnus-mime-action-alist): Change correspondingly.
2590         (gnus-mime-button-commands): Ditto.
2591         (gnus-mime-action-alist): Remove duplication.
2592
2593         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2594
2595 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2596
2597         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2598
2599         * gnus-art.el (gnus-display-mime): Use it.
2600
2601         * mm-partial.el (mm-partial-find-parts): Use it.
2602
2603         * gnus-sum.el (gnus-article-loose-mime): Rename from
2604         gnus-article-no-strict-mime.
2605         (gnus-summary-save-parts): Use it.
2606
2607 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2610         local variable.
2611
2612         * gnus-art.el (article-display-x-face): Don't sort multiple
2613         X-Faces.
2614
2615 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2618         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2619
2620         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2621
2622 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2623
2624         Some ideas is inspired by code from Hrvoje Niksic
2625         <hniksic@arsdigita.com>
2626
2627         * gnus-art.el (gnus-article-wash-function): Set the default to
2628         nil, so that we use mm-text-html-renderer instead.
2629         (article-wash-html): Use mm-text-html-renderer.
2630
2631         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2632         (mm-text-html-renderer): New variable.
2633         (mm-inline-text-html-renderer): Set the default to nil, so that we
2634         use mm-text-html-renderer instead.
2635
2636         * mm-view.el (mm-inline-text-html): New function.
2637         (mm-text-html-renderer-alist): New variable.
2638         (mm-inline-text-vcard): New function.
2639         (mm-inline-text): Split.
2640         (mm-links-remove-leading-blank): New function.
2641         (mm-inline-render-with-file): New function.
2642         (mm-inline-render-with-stdin): New function.
2643         (mm-inline-render-with-function): New function.
2644         (mm-text-html-washer-alist): New variable.
2645         (mm-inline-wash-with-file): New function.
2646         (mm-inline-wash-with-stdin): New function.
2647
2648 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2649
2650         * message-utils.el: Fix installation doc.
2651         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2652
2653 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2654
2655         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2656         (gnus-post-method): Use it.
2657         (gnus-summary-cancel-article): Find the correct post-method.
2658
2659         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2660         * message.el (message-send-news): Ditto.
2661         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2662         <ipmonger@delamancha.org>
2663
2664         * gnus.el (gnus-select-method): Fix doc.
2665         (gnus-server-string): Use 'using nntp'.
2666
2667         * gnus-agent.el (gnus-slave-unplugged): New command.
2668         From: Felix Natter <fnatter@gmx.net>
2669
2670 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2671
2672         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2673         Call edit-done-function first, then change the window
2674         configuration.
2675         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2676         (gnus-article-edit-mode): mml-mode.
2677
2678         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2679         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2680
2681         * message-utils.el: Adopt the file.
2682
2683         * message-utils.el: New file.
2684         From Holger Schauer <Holger.Schauer@gmx.de>
2685
2686 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2687
2688         * gnus-sum.el (gnus-summary-move-article): Select-article only
2689         when gnus-move-split-methods is non-nil. And we don't render or
2690         mark the article.
2691
2692         * gnus-fun.el (gnus-shell-command-to-string): New function.
2693         (gnus-shell-command-on-region): New function.
2694         (gnus-random-x-face): Use them.
2695         (gnus-x-face-from-file): Ditto.
2696         (gnus-convert-image-to-gray-x-face): Ditto.
2697         (gnus-convert-gray-x-face-to-xpm): Ditto.
2698         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2699
2700 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-art.el (gnus-treat-display-xface): Don't use
2703         `shell-command-to-string' when compiling.
2704         (gnus-treat-display-grey-xface): Ditto.
2705
2706 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2707
2708         * nnmaildir.el (nnmaildir--article-count): If the group is
2709         completely empty, report minimum article number as 1 instead of 0.
2710
2711 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2712
2713         * gnus-agent.el (gnus-get-predicate): Use nconc.
2714
2715         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2716         gnus-summary-display-cache as cache.
2717
2718         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2719         (nndoc-mail-in-mail-type-p): New function.
2720         (nndoc-mail-in-mail-article-begin): New function.
2721
2722 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2723
2724         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2725
2726         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2727         use-hard-newlines to nil.
2728
2729         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2730         image is not available if window-system is not available.
2731
2732         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2733
2734 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2735
2736         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2737         bookmark, because update-mark doesn't handle it correctly.
2738
2739 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2740
2741         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2742         directly instead of calling message-send-mail.
2743
2744         * gnus-start.el (gnus-read-descriptions-file): Use
2745         gnus-default-charset.
2746
2747         * mm-util.el (mm-guess-mime-charset): New function.
2748
2749         * gnus.el (gnus-default-charset): Use it.
2750         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2751         the default.
2752
2753 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2754
2755         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2756         (article-display-x-face): Use it.  Disable grey xface, if
2757         uncompface is not found.
2758
2759         * message.el (message-mode): Don't enable multibyte on an indirect
2760         buffer.
2761
2762         * nnrss.el (nnrss-content-function): New variable.
2763         (nnrss-request-article): Use it.
2764
2765 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2766
2767         * gnus.el: Add article-unsplit-urls.
2768         * gnus-sum.el: Ditto.
2769         * gnus-art.el (gnus-treat-strip-cr): New variable.
2770         (gnus-treatment-function-alist): Use it.
2771         (article-unsplit-urls): New function.
2772         (gnus-article-make-menu-bar): Use it.
2773         From: Michael Cook <michael.cook@cisco.com>
2774
2775 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2776
2777         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2778         copy.
2779
2780 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2781
2782         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2783         with internal whitespace.
2784         (gnus-parent-id): Ditto.
2785
2786 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2787
2788         * gnus-art.el (gnus-article-treat-body-boundary): Add
2789         gnus-decoration property.
2790         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2791
2792         * message.el (message-mode): Set local-abbrev-table.
2793         From Matt Armstrong <matt@lickey.com>.
2794
2795         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2796         too many spaces.
2797
2798         * rfc2047.el (rfc2047-unfold-region): Ditto.
2799         (rfc2047-decode-region): Don't unfold. Let
2800         gnus-article-treat-unfold-headers do it.
2801
2802         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2803         From: Jesper Harder <harder@ifa.au.dk>
2804
2805 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2808         (gnus-configure-posting-styles): Use it.
2809         (gnus-configure-posting-styles): Remove trailing newspaces.
2810
2811 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2812
2813         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2814         is non-nil.
2815
2816         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2817
2818         * gnus.el (gnus-server-to-method): Switch position with
2819         gnus-server-get-method.
2820         (gnus-agent): Add doc.
2821
2822         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2823         (gnus-summary-save-parts): Use it.
2824
2825         * gnus-art.el (gnus-display-mime): Use it.
2826         * mm-partial.el (mm-partial-find-parts): Use it.
2827
2828         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2829
2830         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2831         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2832
2833         * nnagent.el (nnagent-request-expire-articles): Don't delete
2834         files.
2835
2836 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * message.el (message-gen-unsubscribed-mft): New function.
2839         From Sriram Karra <karra@cs.utah.edu>.
2840
2841         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2842         open parenthesis.
2843
2844         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2845         (mm-inline-text-html-render-with-w3): Ditto.
2846         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2847         Suggested by Dave Love  <d.love@dl.ac.uk>.
2848
2849         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2850
2851         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2852         * nntp.el (nntp-send-command): Ditto.
2853         * nntp.el (nntp-send-command-nodelete): Ditto.
2854
2855 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2856
2857         * mm-url.el (mm-url-load-url): New function.
2858         (mm-url-insert-file-contents): Use it.
2859
2860         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2861
2862         * message.el (message-forward-make-body): Correctly copy
2863         forward-buffer.
2864
2865         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2866
2867 2002-02-04  Simon Josefsson  <jas@extundo.com>
2868
2869         * gnus-art.el (gnus-article-followup-with-original): Mark with
2870         force, prevent errors when following up from article buffer.
2871         (gnus-article-reply-with-original): Ditto.
2872
2873         * binhex.el (binhex-decoder-switches): Fix doc.  From
2874         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2875
2876 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2877
2878         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2879         highlight-citation after emphasize.
2880
2881 2002-02-04  Simon Josefsson  <jas@extundo.com>
2882
2883         * nnfolder.el (nnfolder-open-marks):
2884
2885         * nnml.el (nnml-open-marks): Message when done.  From David
2886         Edmondson <dme@sun.com>.
2887
2888 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2889
2890         * imap.el (imap-anonymous-auth): Fix typo.
2891         From: Steinar Bang <sb@dod.no>
2892
2893         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2894         save-excursion.
2895         (gnus-cache-braid-heads): Ditto.
2896
2897         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2898         line, because there are extra articles in the overview buffer.
2899
2900         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2901
2902         * message.el (message-forward-rmail-make-body): Directly use
2903         rmail-msg-restore-non-pruned-header to avoid calling
2904         vertical-motion.
2905
2906 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2907
2908         * gnus-cache.el (gnus-summary-insert-cached-articles):
2909         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2910
2911         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2912         gnus-newsgroups-unselected.
2913
2914         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2915         gnus-add-to-sorted-list.
2916
2917         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2918         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2919         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2920         (gnus-update-read-articles): UNREAD is sorted.
2921         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2922         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2923         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2924         (gnus-newsgroup-dormant): Require sorted.
2925
2926         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2927         directories.
2928         (gnus-dired-print): New function.
2929
2930         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2931         ps-despool.
2932
2933 2002-02-02  Simon Josefsson  <jas@extundo.com>
2934
2935         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2936
2937 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2938
2939         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2940         t. This makes gnus-agent customizable without putting
2941         gnus-agentize into .gnus.
2942
2943         * gnus.el (gnus-agent): Make it customizable.
2944
2945         * gnus-dired.el: New file.
2946         From Benjamin Rutt <brutt@bloomington.in.us>
2947
2948         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2949         if no article.
2950         (gnus-cache-possibly-remove-article): Ditto.
2951         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2952
2953 2002-02-01  Simon Josefsson  <jas@extundo.com>
2954
2955         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2956
2957 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2960         (mm-setup-w3m): Don't bind keys listed in the above.
2961
2962 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2965         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2966         is non-nil; bind `w3m-force-redisplay' with nil.
2967
2968         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2969
2970         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2971
2972 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2973
2974         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2975         use mail-header-unfold-field.
2976
2977         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2978         gnus-summary-limit.
2979
2980         * gnus-range.el (gnus-add-to-sorted-list): New function.
2981         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2982         (gnus-mark-article-as-unread): Ditto.
2983         (gnus-summary-mark-article-as-unread): Ditto.
2984         (gnus-build-get-header): Ditto.
2985         (gnus-summary-prepare-threads): Ditto.
2986         (gnus-summary-insert-pseudos): Ditto.
2987         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2988         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2989         (gnus-summary-insert-old-articles): Ditto.
2990
2991         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2992         (gnus-configure-posting-styles): Support the new format.
2993
2994         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2995         edebug-form-spec to (sexp body).
2996         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2997
2998         * message.el (message-reply-headers): Add doc.
2999
3000 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3001
3002         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3003         gnus-cache-active-hashtb.
3004
3005         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3006         (gnus-agent-summary-fetch-group): Use it.
3007
3008         * gnus-msg.el (gnus-debug-files): New variable.
3009         (gnus-debug-exclude-variables): New variable.
3010         (gnus-debug): Use them.
3011
3012         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3013
3014 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3015
3016         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3017         (message-mode-syntax-table): Move back the previous position.
3018
3019         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3020
3021         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3022         gnus-sorted-difference.
3023
3024         * nnsoup.el (nnsoup-request-expire-articles): Use
3025         gnus-sorted-difference.
3026
3027         * nnheader.el: Autoload gnus-sorted-difference.
3028
3029         * nnfolder.el (nnfolder-request-expire-articles): Use
3030         gnus-sorted-difference.
3031
3032         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3033         gnus-sorted-difference.
3034
3035         * gnus-range.el: Autoload cookies.
3036         (gnus-sorted-difference): New function.
3037         (gnus-sorted-ndifference): New function.
3038         (gnus-sorted-nintersection): Rename from
3039         gnus-set-sorted-intersection.
3040         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3041         (gnus-list-range-difference): Rename from
3042         gnus-inverse-list-range-intersection.
3043         (gnus-inverse-list-range-intersection): Use defalias.
3044
3045         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3046         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3047         (gnus-articles-to-read): Use gnus-sorted-difference.
3048         (gnus-summary-limit-mark-excluded-as-read): Use
3049         gnus-sorted-intersection and gnus-sorted-ndifference.
3050         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3051         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3052
3053         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3054
3055 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3058         property to the buffer for using emacs-w3m command keys.
3059
3060         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3061         option.
3062
3063         * mm-view.el (mm-w3m-mode-map): New variable.
3064         (mm-w3m-mode-command-alist): New variable.
3065         (mm-w3m-minor-mode): Removed.
3066         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3067         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3068         buffer for using emacs-w3m command keys.
3069
3070 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * message.el (message-mode-syntax-table): Move forward.
3073         (message-cite-prefix-regexp): Auto detect non word constituents.
3074         (message-cite-prefix-regexp): Don't use with-syntax-table.
3075
3076         * gnus-sum.el (gnus-summary-update-info): Use
3077         gnus-list-range-intersection.
3078
3079         * gnus-agent.el (gnus-agent-fetch-headers): Use
3080         gnus-list-range-intersection.
3081
3082         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3083         (gnus-list-range-intersection): Use it.
3084         (gnus-inverse-list-range-intersection): Ditto.
3085         (gnus-sorted-intersection): Add doc.
3086         (gnus-set-sorted-intersection): Add doc.
3087         (gnus-sorted-union): New function.
3088         (gnus-set-sorted-union): New function.
3089
3090         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3091         (gnus-inverse-list-range-intersection): Ditto.
3092
3093 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3094
3095         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3096
3097         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3098         and permit `:' and `\' in order to handle full Windows pathnames.
3099         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3100         technically not correct per standard, but seems to have common use.
3101
3102 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3105         replacing numbers.
3106
3107 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3108
3109         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3110
3111         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3112         Don't split when the window is small, e.g. when a small *BBDB*
3113         window is the lowest one.
3114
3115         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3116         nnheader-find-nov-line to speed up. Use nreverse, because it is
3117         sorted. Use nnheader-insert-nov-file.
3118
3119 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3122
3123         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3124         of `w3m-display-inline-images' with the value of
3125         `mm-inline-text-html-with-images'.
3126         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3127
3128         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3129
3130 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3131
3132         * time-date.el: Add autoload cookies.  Many doc fixes.
3133         (time-add): New function.
3134         (time-subtract): Renamed from subtract-time.
3135         (subtract-time): New alias for time-subtract.
3136
3137 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3140         emacs-w3m in doc-string.
3141
3142         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3143         `w3m-current-buffer'.
3144
3145 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3146
3147         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3148
3149         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3150         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3151         (mm-w3m-cid-retrieve): New function.
3152         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3153
3154 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3157
3158 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3161
3162 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3165         32K.
3166
3167         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3168
3169         * nnmail.el (nnmail-article-group): Decode headers before running
3170         split rules over them.
3171         (nnmail-mail-splitting-charset): New variable.
3172
3173         * smiley.el: Replaced with smiley-ems.el.
3174
3175 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * mm-url.el (mm-url-predefined-programs): Add w3m.
3178         (mm-url-program): Ditto.
3179
3180 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnml.el (nnml-use-compressed-files): New variable.
3183         (nnml-filenames-are-evil): Removed.
3184         (nnml-current-group-article-to-file-alist): Don't use.
3185         (nnml-update-file-alist): Inhibit.
3186         (nnml-article-to-file): Use new var.
3187
3188 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3189
3190         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3191
3192         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3193
3194 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3197         function.
3198
3199         * gnus-util.el (gnus-cache-file-contents): New function.
3200
3201         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3202         (gnus-agent-load-alist): Use it.
3203
3204         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3205
3206         * nnheader.el (nnheader-insert-nov-file): New function.
3207
3208         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3209
3210         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3211         there are no references.
3212         (gnus-extract-message-id-from-in-reply-to): New function.
3213         (gnus-nov-parse-line): Use in-reply-to if there are no
3214         references.
3215
3216 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3219
3220         * gnus-util.el (gnus-parse-without-error): New macro.
3221
3222 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3223
3224         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3225         (gnus-article-wash-function): use locate-library to decide which
3226         to use.
3227
3228 2002-01-25  Simon Josefsson  <jas@extundo.com>
3229
3230         * pop3.el (pop3-munge-message-separator): Work if no date.
3231         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3232
3233 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-agent.el (gnus-agent-save-alist): Fix.
3236
3237         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3238         mistake.  Reinstated lost code.
3239
3240 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3241
3242         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3243         one exists in the case of an encrypted message with an internal
3244         signature.
3245
3246 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3249
3250 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * dgnushack.el: Commented out the experimental code.
3253
3254 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3257         error.
3258
3259         * gnus.el (gnus-server-to-method): Made into subst.
3260         (gnus-server-method-cache): New variable.
3261         (gnus-server-to-method): Use it.
3262         (gnus-group-method-cache): New variable.
3263         (gnus-find-method-for-group-1): Renamed.
3264         (gnus-find-method-for-group): New function.
3265         (gnus-group-method-cache): Removed.
3266
3267         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3268         function.
3269
3270         * gnus-range.el (gnus-members-of-range): New function.
3271         (gnus-list-range-intersection): Renamed.
3272         (gnus-inverse-list-range-intersection): New function.
3273
3274         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3275
3276         * nnagent.el (nnagent-retrieve-headers): New implementation.
3277
3278         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3279         implementation.
3280
3281 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3284         `w3m-meta-content-type-charset-regexp'.
3285
3286         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3287         charset-encoded html contents.
3288
3289 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3290
3291         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3292         an empty file.
3293
3294         * nnweb.el (url): Ignore errors when request url.
3295
3296         * nnrss.el: Clean up the comments.
3297
3298 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3301
3302         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3303         (mm-inline-media-tests): Test whether the value of
3304         `mm-inline-text-html-renderer' is a function for text/html.
3305
3306         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3307         separated from `mm-inline-text'.
3308         (mm-w3m-minor-mode): New variable.
3309         (mm-w3m-setup): New variable.
3310         (mm-setup-w3m): New function.
3311         (mm-inline-text-html-render-with-w3m): New function.
3312         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3313         text/html.
3314
3315 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3316
3317         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3318
3319 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3322         and `gnus-xmas-completing-read'.
3323
3324 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3325
3326         * nneething.el (nneething-message-id-number): Abolished.
3327         (nneething-encode-file-name): Not encode numerical characters.
3328         (nneething-make-head): `nneething-message-id-number' is not
3329         used to generate message IDs.
3330
3331 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3334         characters.
3335
3336 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3339         (gnus-xmas-redefine): Redefine conditionally.
3340
3341 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3342
3343         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3344         tag.
3345
3346 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3347
3348         * message.el (message-font-lock-keywords): Added the secure tag.
3349         * mml-sec.el: Added functions to generate/modify/remove the secure
3350         tag while in message mode.
3351         * mml-sec.el (mml-secure-message): New.
3352         * mml-sec.el (mml-unsecure-message): New.
3353         * mml-sec.el (mml-secure-message-sign-smime): New.
3354         * mml-sec.el (mml-secure-message-sign-pgp): New.
3355         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3356         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3357         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3358         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3359         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3360         convert it to either a part or multipart depending on if there are
3361         other parts in the message.
3362         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3363         to use the secure tag, rather than the part tag.
3364         * mml.el (mml-preview): Added a save-excursion to keep cursor
3365         position after doing an MML preview.
3366
3367 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * nnheader.el (nnheader-parse-overview-file): New function.
3370         (nnheader-write-overview-file): New function.
3371
3372 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3375         in wanted.
3376
3377         * nnweb.el (nnweb-type-definition): Clean up.
3378
3379 2002-01-21  Alastair Burt  <burt@dfki.de>
3380
3381         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3382         buffer exists before jumping to it.
3383
3384 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3387         function.
3388         (article-wash-html): Use it.
3389         (gnus-article-wash-function): New variable.
3390         (gnus-article-wash-html-with-w3m): New function.
3391
3392 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3393
3394         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3395         XEmacs.
3396
3397 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3398
3399         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3400         command line.
3401
3402 2002-01-21  Simon Josefsson  <jas@extundo.com>
3403
3404         * canlock.el (base64-encode-string): Autoload it from base64.
3405         (canlock-make-cancel-key): Base64 encode unibyte string.
3406
3407 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * nnfolder.el (nnfolder-request-accept-article): Unfold
3410         x-from-line.
3411         (nnfolder-request-replace-article): Ditto.
3412
3413 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3414
3415         * gnus-group.el (gnus-group-best-unread-group): Use the right
3416         positioning function.
3417
3418 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * smiley-ems.el (smiley-region): Use new function.
3421         (smiley-update-cache): Use general image functions.
3422         (smiley-region): Use general functions.
3423
3424         * gnus-util.el (gnus-graphic-display-p): New function.
3425
3426         * nnmail.el (nnmail-article-group): Allow outputting traces of
3427         non-strings.
3428
3429         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3430         (nndoc-exim-bounce-type-p): New function.
3431
3432         * message.el (message-dont-send): Doc fix.
3433
3434         * gnus-util.el (gnus-completing-read): Remove
3435         inherit-input-method.
3436
3437         * gnus-art.el (gnus-treat-smiley): Doc fix.
3438
3439         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3440         articles.
3441
3442 2002-01-19  Simon Josefsson  <jas@extundo.com>
3443
3444         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3445         (imap-kerberos4-open): Ditto.
3446         (imap-open): Set port correctly, don't set auth.
3447
3448 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus.el (gnus-version-number): Bump version number.
3451
3452 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3453
3454         * gnus.el: Oort Gnus v0.05 is released.
3455
3456 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3459         exists.
3460
3461         * gnus-spec.el (gnus-string-width-function): New function.
3462         (gnus-tilde-cut-form): Use it.
3463         (gnus-tilde-max-form): Ditto.
3464         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3465         (gnus-substring-function): Use it.
3466         (gnus-tilde-cut-form): Ditto.
3467         (gnus-substring-function): New function.
3468
3469         * message.el (message-check-news-header-syntax): New message.
3470
3471         * gnus.el (gnus-slave-no-server): Doc fix.
3472
3473         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3474
3475 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3478         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3479         (seen (NUM1 . NUM2)).
3480
3481 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3484         number in closed topics.
3485
3486 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3487
3488         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3489         functions.
3490
3491 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus.el (gnus-group-find-parameter): Clean up.
3494
3495         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3496         articles.
3497
3498         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3499
3500         * nnmail.el (nnmail-article-group): Clean up.
3501
3502 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3503
3504         * gnus-agent.el (gnus-category-name): Intern the category name.
3505
3506 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3509
3510         * gnus-util.el (gnus-completing-read): New function.
3511
3512 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3515
3516         * smiley-ems.el (smiley-region): Register smiley.
3517         (smiley-toggle-buffer): Rewrite the function.
3518         (smiley-active): Removed.
3519
3520 2002-01-19  Simon Josefsson  <jas@extundo.com>
3521
3522         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3523         Jesper Harder <harder@ifa.au.dk>.
3524
3525 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3526
3527         * gnus-art.el (gnus-request-article-this-buffer): Call
3528         `nneething-get-file-name' to extract the file name from the
3529         message id.
3530
3531         * nneething.el (nneething-encode-file-name): New function.
3532         (nneething-decode-file-name): Ditto.
3533         (nneething-get-file-name): Ditto.
3534         (nneething-make-head): Encode the file name and encapsulate it
3535         into the field of the message id.
3536
3537 2002-01-18  Simon Josefsson  <jas@extundo.com>
3538
3539         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3540         stored in .marks.
3541
3542         * nnfolder.el (nnfolder-request-update-info): Ditto.
3543
3544 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3545
3546         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3547
3548 2002-01-18  Simon Josefsson  <jas@extundo.com>
3549
3550         * imap.el (imap-starttls-p): Don't check for binary.
3551         (imap-gssapi-auth-p): Ditto.
3552         (imap-kerberos4-auth-p): Ditto.
3553         (imap-open): Change logic.  Iterate through all possible streams,
3554         instead of bailing out after first failure.  Move authenticator
3555         decision to `imap-authenticate'.
3556         (imap-authenticate): Change logic, now finds the authenticator to
3557         use, was previously in `imap-open'.
3558         (imap-open): Return nil on failure.
3559         (imap-open): Setup temp buffer correctly.
3560         (imap-open): Return buffer only on success.
3561         (imap-interactive-login, imap-interactive-login): Tell the user
3562         which stream/authenticator is used for the queried
3563         username/password.
3564         (imap-open, imap-authenticate): Set variables.
3565         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3566         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3567
3568 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3571
3572 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3575
3576 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3579         (gnus-agent-group-mode-map): Bind it to "Jo".
3580         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3581
3582 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3583
3584         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3585         (gnus-summary-mail-toolbar): Add mail article deletion button.
3586
3587         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3588         false positives for lines of "^^^^".
3589
3590         * gnus-picon.el (gnus-picon-find-face): faces database is all
3591         lowercase.
3592
3593 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3594
3595         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3596         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3597         duplications.
3598         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3599
3600 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-sum.el (gnus-summary-initial-limit): Inline
3603         gnus-summary-limit-children.
3604         (gnus-summary-initial-limit): Don't limit if
3605         gnus-newsgroup-display is nil.
3606         (gnus-summary-initial-limit): No, don't.
3607
3608         * gnus-util.el
3609         (gnus-put-text-property-excluding-characters-with-faces): Inline
3610         gnus-put-text-property.
3611
3612         * gnus-spec.el (gnus-default-format-specs): New variable.
3613
3614         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3615         gnus-format-specs.
3616         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3617
3618         * gnus-spec.el (gnus-update-format-specifications): Really check
3619         the Gnus version of the .newsrc.eld file.
3620         (gnus-format-specs): Save the new default summary format.
3621
3622         * gnus-util.el (gnus-parent-id): Check whether references is empty
3623         before splitting.
3624
3625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3626         functions.
3627         (gnus-gather-threads-by-references): Inline
3628         `gnus-split-references'.
3629
3630         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3631         default value of gnus-summary-line-format-spec.
3632
3633 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3634
3635         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3636         message.
3637         (nnslashdot-request-list): Ditto.
3638         (nnslashdot-sid-strip): Removed.
3639
3640 2002-01-15  Simon Josefsson  <jas@extundo.com>
3641
3642         * nnimap.el (nnimap-close-asynchronous): Enable.
3643         (nnimap-close-group): Expunge.
3644
3645 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-util.el (gnus-user-date-format-alist): Typo.
3648         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3649
3650 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3651
3652         * nneething.el (nneething-request-article): Set
3653         `nnmail-file-coding-system' to `binary' locally, in order to read
3654         files without any conversion.
3655
3656 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3657
3658         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3659         nnheader-file-coding-system and nnmail-active-file-coding-system.
3660         (gnus-agent-regenerate-group): Ditto.
3661         (gnus-agent-regenerate): Ditto.
3662         (gnus-agent-write-active): Ditto.
3663         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3664
3665 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3666
3667         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3668         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3669
3670 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * gnus.el: We don't need gnus-article-show-all-headers.
3673
3674         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3675         Ditto.
3676
3677         * gnus-sum.el (gnus-summary-select-article): Don't call
3678         show-all-headers, because hidden headers are not hidden text any
3679         more.
3680
3681 2002-01-13  Simon Josefsson  <jas@extundo.com>
3682
3683         * message.el (message-newline-and-reformat): Use `newline' instead
3684         of inserting \n, so that the newline is marked as hard.
3685
3686         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3687         From Jesper Harder <harder@ifa.au.dk>.
3688
3689 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3690
3691         * imap.el (imap-close): Keep going if quit.
3692
3693         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3694         nntp-server-buffer.
3695
3696 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3699         avoid unbinding shadowed variables.
3700
3701         * gnus-art.el (gnus-picon-databases): Moved here.
3702         (gnus-picons-installed-p): Moved here.
3703         (gnus-article-reply-with-original): Use `mark'.
3704
3705         * gnus.el (gnus-picon): Moved here and renamed.
3706
3707         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3708         installed.
3709         (gnus-treat-mail-picon): Ditto.
3710         (gnus-treat-newsgroups-picon): Ditto.
3711
3712         * gnus-picon.el (gnus-picons-installed-p): New function.
3713
3714 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3715
3716         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3717
3718 2002-01-12  Simon Josefsson  <jas@extundo.com>
3719
3720         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3721         (nnimap-before-find-minmax-bugworkaround): Use it.
3722         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3723         (nnimap-dont-close): New variable.
3724         (nnimap-close-group): Use it.
3725
3726 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-art.el (gnus-article-reply-with-original): Use
3729         `mark-active'.
3730
3731         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3732
3733         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3734         (gnus-score-advanced): Clean up.
3735         (gnus-score-advanced): Accept a multiple of the score.
3736
3737 2002-01-12  Simon Josefsson  <jas@extundo.com>
3738
3739         * flow-fill.el (fill-flowed-display-column)
3740         (fill-flowed-encode-columnq): New variables.  Suggested by
3741         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3742         (fill-flowed-encode, fill-flowed): Use them.
3743
3744         * message.el (message-send-news, message-send-mail): Use
3745         m-b-s-n-p-e-h-n.
3746
3747         * mml.el (autoload): Autoload fill-flowed-encode.
3748         (mml-buffer-substring-no-properties-except-hard-newlines): New
3749         function.
3750         (mml-read-part): Use it.
3751         (mml-generate-mime-1): Encode format=flowed if appropriate.
3752         (mml-insert-mime-headers): Insert format=flowed.
3753
3754         * flow-fill.el (fill-flowed-encode): New function.
3755         (fill-flowed): Bind fill-column to window width.
3756
3757 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3760         it exists.
3761         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3762         (gnus-summary-buffer-name): Don't return the dead name after all.
3763         (gnus-summary-setup-buffer): Kill the dead buffer.
3764
3765         * gnus-art.el (gnus-article-followup-with-original): Store the
3766         value of the mark before deactivating it.
3767
3768 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3771         From: Karl Kleinpaste <karl@charcoal.com>
3772
3773         * gnus-art.el (article-display-x-face): Ditto.
3774         (gnus-article-reply-with-original): Use gnus-region-active-p.
3775         (gnus-article-followup-with-original): Ditto.
3776
3777         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3778         downloadable article either.
3779
3780 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3781
3782         * gnus-art.el (article-display-x-face): Insert From:.
3783
3784         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3785         article. Bind gnus-display-mime-function and
3786         gnus-article-prepare-hook.
3787
3788         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3789         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3790         gnus-agent-possibly-synchronize-flags to the last.
3791         (gnus-agent-go-online): New function. New variable.
3792
3793 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3794
3795         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3796         (gnus-agent-regenerate): Ditto.
3797
3798 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * message.el (message-ignored-news-headers)
3801         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3802         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3803
3804         * gnus.el (gnus-gethash-safe): New macro.
3805
3806         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3807         (gnus-agent-regenerate): Show messages.
3808
3809 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3812         (gnus-agent-regenerate): New function.
3813         (gnus-agent-save-alist): Sort.
3814         (gnus-agent-copy-nov-line): Test eobp.
3815         (gnus-agent-retrieve-headers): Erase buffer.
3816
3817 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3818
3819         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3820         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3821
3822         * gnus.el (gnus-agent-covered-methods): Move here.
3823         (gnus-online): New function.
3824         (gnus-agent-method-p): Move here.
3825
3826         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3827         nil. Remove articles-alist.
3828
3829         * gnus-start.el (gnus-get-unread-articles): Check online.
3830         (gnus-groups-to-gnus-format): Ditto.
3831         (gnus-active-to-gnus-format): Ditto.
3832
3833         * gnus-agent.el (gnus-agent-get-function): Use it.
3834         (gnus-agent-get-undownloaded-list): Ditto.
3835         (gnus-agent-fetch-session): Only fetch online methods.
3836
3837         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3838         (gnus-server-mode-map): Ditto.
3839         (gnus-server-offline-face): New face.
3840         (gnus-server-offline-face): New variable.
3841         (gnus-server-font-lock-keywords): Add offline.
3842         (gnus-server-insert-server-line): Ditto.
3843         (gnus-server-offline-server): New function.
3844
3845         * gnus-int.el (gnus-open-server): Turn to offline.
3846         (gnus-server-unopen-status): New variable.
3847
3848 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3849
3850         * nnkiboze.el (nnkiboze-request-article): Use
3851         gnus-agent-request-article.
3852
3853         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3854         function. Insert undownloaded NOV.
3855
3856         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3857         (gnus-agent-request-article): New function.
3858
3859         * gnus.el (gnus-agent-cache): New variable.
3860
3861         * gnus-int.el (gnus-retrieve-headers): Use
3862         gnus-agent-retrieve-headers.
3863         (gnus-request-head): Use gnus-agent-request-article.
3864         (gnus-request-body): Ditto.
3865
3866         * gnus-art.el (gnus-request-article-this-buffer): Use
3867         gnus-agent-request-article.
3868
3869         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3870         article if it is undownloaded.
3871
3872 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3875
3876 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * canlock.el (canlock-string-as-unibyte): New macro.
3879         (canlock-sha1-with-openssl): Return a unibyte string.
3880         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3881
3882 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3883
3884         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3885
3886 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3887
3888         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3889         application/x-emacs-lisp.
3890
3891         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3892
3893         * nntp.el (nntp-request-article): Add group parameter.
3894         (nntp-request-head): Ditto.
3895         (nntp-find-group-and-number): Add parameter group. Figure out
3896         number if the status line doesn't give (e.g. quimby.gnus.org).
3897
3898 2002-01-08  Simon Josefsson  <jas@extundo.com>
3899
3900         * mml.el (mml-generate-mime-1): Set recipient correctly.
3901
3902 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3903
3904         * message.el (message-read-from-minibuffer): Add parameter
3905         initial-contents.
3906         * gnus-msg.el (gnus-summary-resend-message): Use it.
3907
3908         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3909         behavior of quit-config.
3910
3911         * message.el (message-make-from): Don't quote fullname.
3912         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3913
3914         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3915         From: <andre@slamdunknetworks.com>
3916
3917 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3918
3919         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3920
3921         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3922
3923         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3924         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3925         because bbdb may use it.
3926
3927 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3928
3929         * nneething.el (nneething-request-article): When a non-text file
3930         is converted to an article, its data is encoded in base64.  Call
3931         `nneething-make-head' with options to specify MIME types.
3932         (nneething-make-head): Add optional arguments to specify MIME
3933         types.
3934
3935 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3936
3937         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3938         header if there is not.
3939
3940         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3941
3942         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3943         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3944         (gnus-inews-do-gcc): Use them.
3945
3946         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3947         gnus-newsgroup-unselected.
3948
3949 2002-01-06  Simon Josefsson  <jas@extundo.com>
3950
3951         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3952         condition-case, not ignore-errors.
3953
3954 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3955
3956         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3957         gnus-fetch-old-headers.
3958
3959         * gnus-art.el (article-display-x-face): Use the current buffer
3960         unless `W f'. Otherwise, X-Face may be shown in the header of a
3961         forwarded part.
3962         (gnus-treatment-function-alist): Treat xface before hiding
3963         headers.
3964
3965 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3968         parameters.
3969
3970 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3973         (mm-guess-charset): New function.
3974         (mm-charset-after): Use it.
3975         (mm-detect-coding-region): New function.
3976         (mm-detect-mime-charset-region): New function.
3977
3978         * gnus-sum.el (gnus-summary-show-article): Use
3979         mm-detect-coding-region.
3980
3981 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * message.el (message-make-fqdn): Be less violent.
3984
3985         * gnus.el (gnus-logo-color-style): Compute custom form
3986         automatically.
3987
3988         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3989         score file of the parent to the document group.
3990
3991         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3992         parameters parameter.
3993
3994         * gnus-score.el (gnus-score-load-file): Clean up.
3995
3996 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3997
3998         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3999         From: Damien Wyart <damien.wyart@free.fr>
4000
4001         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4002
4003 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4004
4005         * gnus-sum.el (gnus-select-group-hook): Typo.
4006
4007         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4008         is no quoted-printable-encoded STRING.
4009         From: Jesper Harder <harder@ifa.au.dk>
4010
4011         (rfc2047-decode-string): Decode it.
4012
4013 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4016
4017 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4018
4019         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4020         buffer to get rid of junk line.
4021
4022 2002-01-05  Simon Josefsson  <jas@extundo.com>
4023
4024         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4025         C-o.
4026         (message-mode-map): Bind message-insert-or-toggle-importance to
4027         C-c C-u.
4028         (message-mode-map): Bind message-disposition-notification-to to
4029         C-c M-n.
4030         (message-mode-menu): Add m-d-n-t.
4031         (message-mode-field-menu): Add m-goto-from.
4032         (message-mode): Doc fix.
4033         (message-goto-from): New function.
4034         (message-insert-disposition-notification-to): New function.
4035         (message-tool-bar-map): Add receipt button.
4036
4037 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * gnus-sum.el (gnus-thread-latest-date): New function.
4040         (gnus-thread-sort-by-most-recent-number): Renamed.
4041         (gnus-thread-sort-functions): Doc fix.
4042         (gnus-select-group-hook): Don't use setq on a hook.
4043         (gnus-thread-latest-date): Use date, not number
4044
4045         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4046         (gnus-agent-expire): Allow regexp of expire-days.
4047
4048         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4049         region.
4050         (gnus-article-followup-with-original): Ditto.
4051
4052         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4053
4054         * gnus-art.el (gnus-mime-display-alternative): Use
4055         gnus-local-map-property.
4056         (gnus-mime-display-alternative): Ditto.
4057         (gnus-insert-mime-security-button): Ditto.
4058         (gnus-insert-next-page-button): Ditto.
4059         (gnus-button-prev-page): Take optional args.
4060         (gnus-insert-prev-page-button): widget-convert.
4061
4062         * gnus-util.el (gnus-local-map-property): New function.
4063
4064         * gnus-art.el (gnus-prev-page-map): Use parent map.
4065         (gnus-next-page-map): Ditto.
4066
4067         * gnus-spec.el (gnus-parse-format): Clean up.
4068         (gnus-parse-format): Do complex formatting for %=.
4069
4070         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4071         "X-Face: " to the data in the built-in scenario.
4072
4073         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4074         (gnus-correct-pad-form): Renamed.
4075         (gnus-tilde-max-form): Clean up.
4076         (gnus-pad-form): Use gnus-use-correct-string-widths.
4077
4078         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4079         support if that is available.
4080
4081         * gnus-sum.el (gnus-thread-highest-number): New function.
4082         (gnus-thread-sort-by-most-recent-thread): New function.
4083         (gnus-thread-sort-functions): Doc fix.
4084
4085 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4086
4087         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4088         all cases.
4089         (gnus-summary-mode): Enable it in all cases.
4090         (gnus-summary-display-article): Ditto.
4091         (gnus-summary-edit-article): Ditto.
4092
4093         * gnus-ems.el (gnus-put-image): Really return glyph.
4094
4095         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4096         (gnus-treat-smiley): Don't take "P" in the interactive form.
4097
4098 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * compface.el (uncompface): XEmacs and Emacs have differing
4101         capabilities.
4102
4103         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4104
4105         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4106         (gnus-article-xface-ring-size): Removed.
4107         (gnus-article-display-xface): Removed.
4108         (gnus-remove-image): Cleaned up.
4109
4110         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4111         (gnus-xmas-create-image): Take pbm files.
4112         (gnus-x-face): Removed.
4113         (gnus-xmas-article-display-xface): Removed.
4114
4115         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4116         default-enable-multibyte-characters.
4117
4118         * compface.el (uncompface): Doc fix.
4119
4120         * gnus-art.el (gnus-article-x-face-command): Use
4121         gnus-display-x-face-in-from.
4122
4123         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4124
4125         * gnus-ems.el (gnus-put-image): Return the image.
4126
4127         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4128         (gnus-x-face): Moved here.
4129
4130 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4131
4132         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4133         invisible if string is nil.
4134         (gnus-xmas-article-display-xface): Use it.
4135
4136         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4137         property when string is nil.
4138         (gnus-article-display-xface): Use it.
4139
4140 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-art.el (article-display-x-face): Check whether valid grey
4143         face was returned.
4144         (article-display-x-face): Place image in the right spot.
4145
4146         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4147         stderr.
4148         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4149
4150 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4153         parameters.
4154         (gnus-xmas-put-image): Allow non-strings to be passed.
4155
4156         * gnus-art.el (article-display-x-face): Use optional parameters.
4157
4158         * gnus-ems.el (gnus-create-image): Take optional parameters.
4159
4160         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4161
4162         * compface.el (compface-xbm-p): Removed.
4163
4164         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4165         (gnus-article-display-xface): Use compface.
4166
4167         * compface.el: New file.
4168
4169         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4170         (gnus-convert-image-to-x-face-command): Ditto.
4171         (gnus-random-x-face): Quote argument.
4172         (gnus-x-face-from-file): Ditto.
4173
4174 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4175
4176         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4177         the expire-group parameter once per article rather than once
4178         per group; bind `nnmaildir-article-file-name' and `article'
4179         for convenience.  Leave article alone when expire-group
4180         specifies the current group.
4181         (nnmaildir--update-nov): be more concurrency-friendly with
4182         temp file names.
4183
4184 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-start.el (gnus-read-init-file): Cleaned up.
4187
4188 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4189
4190         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4191         (gnus-read-init-file): Don't use it.
4192
4193 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4196
4197 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4198
4199         * gnus-start.el (gnus-read-init-file): Don't force coding system
4200         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4201
4202 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4205         * nnspool.el (nnspool-request-post): Ditto.
4206
4207         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4208         (mm-find-mime-charset-region): Use it.
4209
4210 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4211
4212         * gnus.el (gnus-summary-line-format): Added :link.
4213         * gnus-topic.el (gnus-topic-line-format): Ditto.
4214         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4215         * gnus-srvr.el (gnus-server-line-format): Ditto.
4216         * gnus-group.el (gnus-group-line-format): Ditto.
4217
4218         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4219         :keys, it works on both Emacsen.
4220
4221 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4224
4225 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4228
4229 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4230
4231         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4232         very wide reply.
4233
4234 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4237         (gnus-picon-cache): New variable.
4238         (gnus-picon-transform-newsgroups): Cache stuff.
4239
4240         * gnus-art.el (gnus-article-reply-with-original): New command.
4241         (gnus-article-followup-with-original): New command.
4242
4243         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4244         END parameters.
4245         (gnus-summary-followup): Take a list of list of articles.
4246         (gnus-inews-yank-articles): Allow lists of article/regions.
4247
4248         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4249         longer the usual commands.
4250
4251         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4252         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4253         shell-command-on-region.
4254
4255 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4258           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4259
4260 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4261
4262         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4263         understand ':keys', wrap it in an featurep 'xemacs.
4264
4265 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4266
4267         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4268         order of headers (Actually, it is called in a reversed order). Add
4269         'gnus-image-text-deletable property.
4270         (gnus-remove-image): Remove text with such a property.
4271
4272         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4273         gnus-put-image.
4274
4275         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4276         with ", "
4277
4278 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4281
4282         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4283         (article-display-x-face): Display grey X-Faces.
4284
4285         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4286         (gnus-convert-gray-x-face-to-ppm): Ditto.
4287         (gnus-convert-image-to-gray-x-face): Ditto.
4288
4289         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4290         gnus-summary-show-raw-article.
4291
4292 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4293
4294         Display picons in XEmacs without showing text.
4295
4296         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4297         mm-create-image-xemacs to create xbm glyph, because it deletes
4298         temporary files.
4299         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4300         (gnus-xmas-remove-image): Make text visible, remove glyph.
4301
4302         * gnus-picon.el (gnus-picon-transform-newsgroups)
4303         (gnus-picon-transform-address): Insert spec backward, due to the
4304         incompatibility of gnus-xmas-put-image.
4305
4306 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4307
4308         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4309
4310 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus.el: Doc fix.
4313
4314         * gnus-art.el: Doc fix.
4315
4316         * gnus-agent.el: Doc fix.
4317
4318 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4319
4320         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4321
4322 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4323
4324         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4325         NOV data out of the message again if nnmail-extra-headers has
4326         changed.
4327
4328 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-fun.el: New file.
4331         (gnus-convert-image-to-x-face-command): New variable.
4332         (gnus-insert-x-face): New function.
4333         (gnus-random-x-face): Renamed.
4334         (gnus-x-face-from-file): Renamed.
4335
4336         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4337         "_".
4338         (gnus-body-boundary-delimiter): Typo fix.
4339
4340 2002-01-02  Simon Josefsson  <jas@extundo.com>
4341
4342         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4343         (gnus-body-boundary-delimiter): Fix type.
4344
4345 2002-01-01  Simon Josefsson  <jas@extundo.com>
4346
4347         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4348         (gnus-treat-emphasize, gnus-treat-strip-cr)
4349         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4350         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4351         (gnus-treat-fill-article, gnus-treat-hide-citation)
4352         (gnus-treat-hide-citation-maybe)
4353         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4354         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4355         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4356         (gnus-treat-date-ut, gnus-treat-date-local)
4357         (gnus-treat-date-english, gnus-treat-date-lapsed)
4358         (gnus-treat-date-original, gnus-treat-date-iso8601)
4359         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4360         (gnus-treat-strip-trailing-blank-lines)
4361         (gnus-treat-strip-leading-blank-lines)
4362         (gnus-treat-strip-multiple-blank-lines)
4363         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4364         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4365         (gnus-treat-display-xface, gnus-treat-display-smileys)
4366         (gnus-treat-from-picon, gnus-treat-mail-picon)
4367         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4368         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4369         (gnus-treat-play-sounds, gnus-treat-translate)
4370         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4371
4372         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4373         (gnus-article-treat-body-boundary): Use it.
4374
4375         * message.el (message-mode): Fix doc.
4376         (message-mode-menu): Fix names.
4377
4378 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4381         articles.
4382
4383         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4384         (gnus-picon-transform-address): Search for unknown faces as well.
4385         (gnus-picon-find-face): Don't search "news" for MISC.
4386         (gnus-picon-user-directories): Changed default back to exclude
4387         "unknown".
4388
4389         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4390
4391         * gnus-picon.el (gnus-picon-find-face): Search through all
4392         databases.
4393         (gnus-picon-find-face): New implementation.
4394
4395         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4396         keystroke.
4397         (gnus-topic-goto-next-topic): Ditto.
4398
4399         * gnus.el (gnus-summary-line-format): Changed default.
4400
4401         * nnmail.el (nnmail-extra-headers): Change default.
4402
4403         * gnus-sum.el (gnus-extra-headers): Change default.
4404
4405         * message.el (message-news-other-window): Changed "news" to
4406         "posting".
4407         (message-news-other-frame): Ditto.
4408         (message-do-send-housekeeping): Ditto.
4409
4410         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4411         function.
4412         (gnus-article-unread-p): New function.
4413         (gnus-article-unseen-p): New function.
4414         (gnus-dead-summary-mode-map): Typo.
4415
4416         * gnus-util.el (gnus-make-predicate): New function.
4417         (gnus-make-predicate-1): New function.
4418
4419         * gnus-sum.el: New function.
4420         (gnus-map-articles): New function.
4421
4422         * gnus-art.el (gnus-treat-fold-headers): New variable.
4423         (gnus-article-treat-fold-headers): New command and keystroke.
4424
4425         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4426         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4427
4428 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4429
4430         * message.el (message-fcc-externalize-attachments): New variable.
4431         (message-do-fcc): Use it.
4432
4433         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4434         (gnus-inews-do-gcc): Use it.
4435
4436         * mml.el (mml-tweak-sexp-alist): New variable.
4437         (mml-externalize-attachments): New variable.
4438         (mml-tweak-part): Use mml-tweak-sexp-alist.
4439         (mml-tweak-externalize-attachments): New function.
4440
4441 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4442
4443         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4444         'set-glyph-face' so x-face back/foreground can be set.
4445
4446 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4447
4448         * message.el (message-fix-before-sending): Fix a typo.
4449
4450 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-art.el (gnus-treat-smiley): Renamed command.
4453         (gnus-article-remove-images): New command and keystroke.
4454
4455         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4456
4457         * smiley-ems.el (gnus-smiley-display): Removed.
4458
4459         * gnus.el (gnus-version-number): Update version.
4460
4461         * message.el (message-text-with-property): Renamed and moved
4462         here.
4463         (message-fix-before-sending): Highlight invisible text and place
4464         point there.
4465
4466 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4467
4468         * gnus.el: Oort Gnus v0.04 is released.
4469
4470 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4473
4474         * gnus-art.el (gnus-ignored-headers): More headers,
4475
4476         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4477         of `scan-error', since XEmacs doesn't seem to support that.
4478
4479 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4482         arg.
4483         (gnus-summary-best-unread-subject): Ditto.
4484         (gnus-summary-best-unread-subject): No, don't.
4485         (gnus-summary-better-unread-subject): New command.
4486
4487         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4488
4489         * lpath.el ((featurep 'xemacs)): fbind url function.
4490
4491         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4492         buffer.
4493         (gnus-xmas-remove-image): Implementation that does something.
4494         (gnus-xmas-article-display-xface): Mark images properly.
4495
4496         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4497
4498 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4499
4500         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4501
4502 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-group.el (gnus-group-line-format): Added %O to the default
4505         value.
4506
4507         * gnus-util.el (gnus-text-with-property): The smallest point is
4508         point-min.
4509
4510         * smiley-ems.el (smiley-region): Return images.
4511         (gnus-smiley-display): Allow toggling.
4512         (smiley-region): Use text properties, not overlays.
4513
4514         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4515         implemented yet.
4516
4517         * smiley-ems.el (smiley-update-cache): Check for valid types.
4518
4519         * gnus-art.el (gnus-with-article-buffer): New macro.
4520
4521         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4522         strings as well as the glyphs.
4523         (gnus-picon-transform-address): Ditto.
4524         (gnus-picon-insert-glyph): Ditto.
4525         (gnus-picon-transform-newsgroups): Toggle.
4526         (gnus-picon-transform-address): Toggle.
4527
4528         * gnus-ems.el (gnus-remove-image): New function.
4529         (gnus-put-image): Take an optional string.
4530
4531         * gnus-util.el (gnus-text-with-property): New function.
4532
4533         * gnus-art.el (gnus-delete-images): New function.
4534
4535         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4536
4537         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4538         (gnus-article-wash-status): Use it.
4539         (gnus-signature-toggle): Clean up.
4540         (gnus-add-wash-status): New function.
4541         (gnus-delete-wash-status): New function.
4542         (gnus-article-hide-text-type): Use them throughout.
4543         (gnus-add-image): New function.
4544
4545         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4546
4547         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4548         interface.
4549
4550         * gnus-art.el (article-display-x-face): Cleaned up.
4551
4552         * rfc2047.el (rfc2047-field-value): New function.
4553
4554         * mail-parse.el (mail-header-field-value): New alias.
4555
4556         * gnus-art.el (gnus-mime-print-part): Fix typos.
4557
4558         * smiley-ems.el (gnus-smiley-file-types): New variable.
4559         (smiley-update-cache): Use it.
4560         (smiley-regexp-alist): Suffix-less smiley names.
4561         (smiley-regexp-alist): Added more smileys.
4562
4563         * gnus-sum.el (gnus-print-buffer): Made into own function.
4564         (gnus-summary-print-article): Use it.
4565
4566         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4567         looked for when REQUEST is a string.
4568
4569         * gnus-art.el (gnus-mime-button-commands): Add printing
4570         keystroke.
4571         (gnus-mime-copy-part): Doc fix.
4572         (gnus-mime-print-part): New command.
4573
4574 2001-12-31  Simon Josefsson  <jas@extundo.com>
4575
4576         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4577         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4578
4579 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4580
4581         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4582         (picon): Fix doc.
4583
4584         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4585         longer exists. Remove those codes.
4586         * gnus.el (gnus-use-picons): Ditto.
4587
4588 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4591         infloop.
4592
4593         * gnus-sum.el (t): New `W D' map.
4594
4595         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4596         (gnus-article-treat-body-boundary): Clean up.
4597         (gnus-body-boundary-face): Removed.
4598         (gnus-article-goto-header): Moved here.
4599         (gnus-article-goto-header): Allow better regexps.
4600         (gnus-article-treat-fold-newsgroups): New command.
4601
4602         * gnus-sum.el (gnus-summary-move-article): We have to select an
4603         article to give `gnus-read-move-group-name' an opportunity to
4604         suggest an appropriate default.
4605
4606         * rfc2047.el (rfc2047-fold-line): New function.
4607         (rfc2047-unfold-line): Ditto.
4608         (rfc2047-fold-region): Don't fold just after the header name.
4609
4610         * mail-parse.el (mail-header-fold-line): New alias.
4611         (mail-header-unfold-line): Ditto.
4612
4613         * gnus-art.el (gnus-body-boundary-face): Renamed.
4614         (gnus-article-treat-body-boundary): Use it.
4615         (gnus-article-treat-body-boundary): Use an invisible header and a
4616         line of underline characters.
4617
4618 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4619
4620         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4621
4622         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4623         (gnus-picon-split-address): New function.
4624         (gnus-picon-find-face): Use it.
4625         (gnus-picon-transform-address): Use it. Set first to t for each
4626         address.
4627
4628         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4629         the macro then use it.
4630         (gnus-treatment-function-alist): Treat picons earlier.
4631
4632 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-art.el (gnus-body-separator-face): New variable.
4635         (gnus-article-treat-body-boundary): Use a blank, colored line.
4636
4637         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4638         well.
4639
4640         * gnus-art.el (gnus-treat-body-boundary): New variable.
4641         (gnus-article-treat-unfold-headers): Use helper macro.
4642         (gnus-article-treat-body-boundary): New command.
4643
4644         * gnus.el (gnus-logo-color-style): Change the default color.
4645         (gnus-splash-face): Gray, gray.
4646
4647         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4648         colors.
4649
4650         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4651         (gnus-logo-color-style): Ditto.
4652         (gnus-logo-colors): Ditto.
4653
4654         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4655
4656         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4657
4658         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4659         (gnus-picon-transform-newsgroups): New function.
4660
4661         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4662         string.
4663
4664         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4665
4666         * gnus-art.el (gnus-treat-cc-picon): New variable.
4667         (gnus-treat-mail-picon): Renamed.
4668
4669         * gnus-picon.el: New implementation.
4670         (gnus-picon-find-face): Renamed.
4671         (gnus-treat-from-picon): Use it.
4672         (gnus-picon-transform-address): Renamed.
4673         (gnus-treat-from-picon): Use it.
4674         (gnus-picon-create-glyph): Renamed.
4675         (gnus-picon-transform-address): Use it.
4676         (gnus-treat-cc-picon): New command.
4677
4678         * mm-decode.el (mm-create-image-xemacs): Separated out into
4679         function.
4680         (mm-get-image): Use it.
4681
4682         * gnus-art.el (gnus-treat-display-picons): Simplify.
4683         (gnus-treat-from-picon): Renamed.
4684
4685         * gnus-ems.el (gnus-create-image): New function.
4686         (gnus-put-image): New function.
4687
4688         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4689         (gnus-with-article-headers): New macro.
4690         (gnus-article-goto-header): New function.
4691
4692         * gnus-xmas.el (gnus-image-type-available-p): New function.
4693
4694         * gnus-ems.el (gnus-image-type-available-p): New function.
4695
4696 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * nnrss.el (nnrss-check-group): Find the correct tag, because
4699         xml.el is changed.
4700
4701 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4704         lines are shorter than the window width.
4705         (gnus-ignored-headers): More headers.
4706
4707 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4710         (gnus-treat-unfold-headers): Renamed.
4711         (gnus-article-treat-unfold-headers): New command and keystroke.
4712
4713         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4714
4715         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4716
4717 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * sha1-el.el (sha1-use-external): New variable.
4720         (sha1-region): Use it.
4721         (sha1-string): Ditto.
4722
4723         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4724         * gnus-picon.el: Less warnings when compile.
4725
4726 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4729         alias.
4730         (gnus-picons-database): Default to list.
4731         (gnus-picons-lookup-internal): Use it.
4732
4733         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4734         to "bogus".
4735
4736         * gnus-win.el (gnus-configure-windows-hook): New hook.
4737
4738 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4739
4740         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4741
4742 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4745         lists.
4746         (gnus-select-newsgroup): Don't append; push.
4747         (gnus-adjust-marked-articles): Remove obsolete ranges from
4748         `seen'.
4749         (gnus-update-marks): Clean up.
4750         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4751
4752 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4753
4754         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4755
4756 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-sum.el (gnus-auto-select-subject): New variable.
4759         (gnus-summary-best-unread-subject): New function.
4760         (gnus-summary-best-unread-article): Use it.
4761         (gnus-summary-first-unseen-subject): New function and command.
4762
4763         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4764         other treatments.
4765
4766         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4767         function.
4768
4769         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4770         from the list of hidden types.
4771
4772         * mm-view.el (mm-inline-text): Ditto.
4773         (mm-inline-text): Ditto.
4774         (mm-w3-prepare-buffer): Ditto.
4775
4776         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4777
4778 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-art.el (gnus-ignored-headers): Added more headers.
4781
4782 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4783
4784         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4785         once.
4786
4787 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4790
4791 2001-12-28  Simon Josefsson  <jas@extundo.com>
4792
4793         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4794         Jesper Harder <harder@ifa.au.dk>.
4795
4796 2001-12-27  Simon Josefsson  <jas@extundo.com>
4797
4798         * gnus-sum.el (gnus-select-newsgroup): Make
4799         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4800         contain all articles (instead of none) when no seen marks have
4801         been set for the group.
4802         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4803         instead, it seems to result in shorter ranges.
4804
4805 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4808         insert-before-markers.
4809         From Jesper Harder <harder@ifa.au.dk>
4810
4811 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4812
4813         * nnmaildir.el (nnmaildir-save-mail): create the destination
4814         groups if they do not exist.
4815
4816 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4819
4820 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4823         gnus-group-real-name.
4824
4825         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4826         (gnus-newsgroup-variables): Ditto.
4827
4828         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4829         return it.
4830
4831 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4832
4833         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4834         * nnmaildir.el (top-level): Add commentary.
4835         (nnmaildir-version): Indicate that nnmaildir is now a standard
4836         part of Gnus, not separately released.
4837
4838 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4839
4840         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4841         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4842         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4843         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4844
4845 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4848
4849 2001-12-20  Simon Josefsson  <jas@extundo.com>
4850
4851         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4852         ZHU <zsh@cs.rochester.edu>.
4853         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4854         Brian P Templeton <bpt@tunes.org>.
4855
4856 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4857
4858         * nnmaildir.el: New file.
4859         From Paul Jarc <prj@po.cwru.edu>.
4860
4861 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * nndoc.el (nndoc-type-alist): Move forward to the end.
4864
4865 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4868         `dolist'.
4869
4870 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * gnus-win.el (gnus-frames-on-display-list): New function.
4873         (gnus-get-buffer-window): Use it.
4874
4875 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4876
4877         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4878
4879 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4880
4881         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4882
4883 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4884            From Harald Meland <Harald.Meland@usit.uio.no>
4885
4886         * gnus-win.el (gnus-get-buffer-window): New function.
4887         (gnus-all-windows-visible-p): Use it.
4888
4889         * gnus-util.el (gnus-horizontal-recenter)
4890         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4891         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4892
4893         * gnus-score.el (gnus-score-insert-help): Use it.
4894
4895         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4896         (gnus-generate-tree, gnus-highlight-selected-tree)
4897         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4898         it.
4899
4900         * gnus-art.el (gnus-article-set-window-start)
4901         (gnus-mm-display-part, gnus-request-article-this-buffer)
4902         (gnus-button-next-page, gnus-button-prev-page)
4903         (gnus-article-button-next-page, gnus-article-button-prev-page):
4904         Use it.
4905
4906 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4907
4908         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4909         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4910         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4911
4912 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4915         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4916         * mml1991.el, nnultimate.el: Add `coding'.
4917
4918 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4919
4920         * ChangeLog: changed coding to buffer-file-coding-system
4921         * ChangeLog.1: same
4922         * nnwfm.el: same
4923         * gnus-smiley.el: same
4924         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4925         * gnus-delay.el: same
4926         * gnus-spec.el: same
4927         * message.el: same
4928         * mml1991.el: same
4929         * nnultimate.el: same
4930
4931 2001-12-16  Simon Josefsson  <jas@extundo.com>
4932         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4933
4934         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4935         (gnus-summary-save-map): Add muttprint.
4936         (gnus-summary-make-menu-bar): Ditto.
4937         (gnus-summary-muttprint): New function.
4938
4939         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4940
4941 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4942
4943         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4944         temporary list instead of buffer.
4945
4946         * mm-url.el (executable-find): autoload.
4947
4948 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4949
4950         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4951         to variable, follow doc-string conventions).
4952
4953 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4954
4955         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4956         subscribe-level
4957         * gnus-topic.el (gnus-subscribe-topics): use it.
4958
4959 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4960
4961         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4962         messages. (A small patch with indentation)
4963         From Sean Neakums <sneakums@zork.net>.
4964
4965         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4966         nil after shooting down the gnus-original-article-buffer.
4967
4968 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4969
4970         * uudecode.el (uudecode-use-external): New variable.
4971         (uudecode-decode-region): Automatically detect external program.
4972
4973         * binhex.el (binhex-use-external): New variable.
4974         (binhex-decode-region-internal): New function.
4975         (binhex-decode-region): Automatically detect external program.
4976
4977         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4978         Use them.
4979
4980 2001-12-12  Simon Josefsson  <jas@extundo.com>
4981
4982         * nnvirtual.el (nnvirtual-always-rescan)
4983         (nnvirtual-component-regexp): Fix doc.
4984
4985         * nnoo.el (defvoo): Add doc to defvoo variables.
4986
4987         * nnml.el (nnml-directory, nnml-active-file)
4988         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4989         (nnml-marks-is-evil, nnml-filenames-are-evil)
4990         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4991
4992         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4993         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4994         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4995         `error'.
4996
4997         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4998         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4999
5000         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5001         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5002         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5003         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5004
5005         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5006         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5007
5008         * imap.el, nnimap.el: Fix indentation.
5009
5010         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5011
5012 2001-12-12  Didier Verna  <didier@xemacs.org>
5013
5014         * gnus-msg.el (gnus-group-news): New function.
5015         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5016         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5017         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5018         for it.
5019         * gnus-msg.el (gnus-summary-news-other-window): New function.
5020         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5021         bind it to `i'.
5022         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5023         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5024         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5025         for it (called with a prefix).
5026         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5027         group-name argument.
5028         * gnus-msg.el (gnus-setup-message): use it.
5029
5030 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5031
5032         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5033
5034 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * mml.el (mime-to-mml): Remove Content-Disposition too.
5037
5038 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5039
5040         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5041         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5042         strings only.
5043         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5044
5045 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5046
5047         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5048         (nnmail-fancy-expiry-target): Use it.
5049         Suggestions from Simon Josefsson <jas@extundo.com>.
5050
5051 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5052
5053         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5054
5055 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5058
5059         * gnus-util.el (gnus-url-unhex-string): Move here.
5060
5061 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5062
5063         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5064         mm-url-decode-entities-nbsp.
5065
5066         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5067         * webmail.el, nnwfm.el: Use mm-url.
5068
5069         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5070         (mm-url-remove-markup): Move from nnweb.
5071         (mm-url-fetch-simple): Move from webmail.
5072
5073         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5074
5075 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5076
5077         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5078         (gnus-summary-print-article): Use it.
5079
5080         * gnus-util.el (gnus-replace-in-string): Typo.
5081
5082 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * nnweb.el (nnweb-replace-in-string): Removed.
5085
5086         * gnus-util.el (gnus-replace-in-string): New function.
5087         (gnus-mode-string-quote): Use it.
5088
5089         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5090         * nnwfm.el (nnwfm-create-mapping): Ditto.
5091
5092 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5093
5094         * dgnushack.el (dgnushack-compile): nnrss.el and
5095         nnslashdot.el don't depend on nnweb, url, w3.
5096
5097         * nnrss.el: Use mm-url.
5098
5099 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * mm-url.el (mm-url-insert-file-contents): Support file:.
5102
5103 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * mm-view.el: Lower case for the description line. Sync from the
5106         Emacs CVS.
5107
5108 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5111         From:  Stefan Monnier  <monnier@cs.yale.edu>
5112
5113 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5116
5117 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5118
5119         * mm-url.el: Require executable.
5120         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5121
5122 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * pop3.el (pop3-munge-message-separator): Only use valid date.
5125         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5126
5127         * Makefile.in: gnus-load.elc may not be generated.
5128
5129 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5130
5131         * mm-url.el: New file.
5132         * nnslashdot.el: Use it.
5133         * mm-extern.el (mm-extern-url): Use it.
5134
5135 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5136
5137         * gnus-sum.el (gnus-summary-save-article): Nix
5138         gnus-display-mime-function and gnus-article-prepare-hook.
5139
5140         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5141         the beginning of lines.
5142         (gnus-complex-form-to-spec): Ditto.
5143
5144 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5147         From Paul Jarc <prj@po.cwru.edu>.
5148
5149 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * message.el: New variable message-subscribed-address-file;
5152         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5153
5154 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * message.el (message-tab-body-function): Set to nil.
5157         (message-tab): Use text-mode-map or global-map.
5158         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5159
5160 2001-11-30  Simon Josefsson  <jas@extundo.com>
5161
5162         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5163         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5164         <christoph.conrad@gmx.de>.
5165         (gnus-agent-fetch-group-1): Add verbose message.
5166
5167 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5168
5169         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5170         of integers.
5171
5172 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5173
5174         * message.el (message-newgroups-header-regexp)
5175         (message-completion-alist, message-tab-body-function): Use
5176         defcustom rather than defvar.
5177         (message-tab): Mention `message-tab-body-function' in doc.
5178         Suggested by Karl Eichwalder.
5179
5180 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5183
5184 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5185
5186         * nnheader.el (nnheader-find-nov-line): Don't use macro
5187         gnus-delete-line.
5188
5189         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5190         (gnus-group-name-charset): Ditto.
5191
5192         * gnus-util.el (gnus-buffer-live-p): Ditto.
5193
5194 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5197         open parenthesis in doc.
5198         (sieve-manage-authenticator-alist): Typo in doc.
5199         * imap.el (imap-authenticator-alist): Typo in doc.
5200         (imap-stream-alist): Backslash.
5201
5202         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5203           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5204
5205 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5208
5209         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5210
5211         * gnus-msg.el (gnus-configure-posting-styles): use
5212         make-local-hook. Add LOCAL for add-hook.
5213
5214 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5215
5216         * message.el (message-mode): Use `make-local-hook' unless
5217         obsolete.
5218         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5219
5220 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * canlock.el: Remove sha1.el and base64.el stuff.
5223
5224 2001-11-26  Didier Verna  <didier@xemacs.org>
5225
5226         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5227         if needed.
5228
5229 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * message.el (message-tamago-not-in-use-p): New function.
5232         (message-strip-forbidden-properties): Use it.
5233
5234 2001-11-26  Didier Verna  <didier@xemacs.org>
5235
5236         * gnus-start.el (gnus-check-first-time-used): only check for
5237         existence of .el[d] files.
5238
5239 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5242
5243         * message.el (message-setup-1): Clean up mc-*.
5244
5245 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5248         * gnus-score.el (gnus-score-find-bnews): Use it.
5249
5250         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5251         (gnus-summary-limit-to-author): Ditto.
5252         (gnus-summary-limit-to-extra): Ditto.
5253         (gnus-summary-find-matching): Support not-matching argument.
5254
5255 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5256
5257         * message.el (message-wash-subject): Use `insert' rather than
5258         `insert-string', which is deprecated.
5259
5260 2001-11-24  Simon Josefsson  <jas@extundo.com>
5261
5262         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5263         message. (Gnus does not "default" to using 8bit for the message,
5264         it default to use 8bit encoding and the user-supplied CTE
5265         value. Calling this behaviour "treating it as 8bit" is perhaps
5266         better.)
5267
5268         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5269         (compare mm-charset-to-coding-system).
5270
5271 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5274         buffer. Correctly decode hex.
5275
5276 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * gnus-agent.el (gnus-category-insert-line): Convert category
5279         names to strings.
5280
5281 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * message.el (sha1): eval-and-compile.
5284
5285 2001-11-20  Simon Josefsson  <jas@extundo.com>
5286
5287         * message.el (message-allow-no-recipients): New variable.
5288         (message-send): Use it, customize the prompting when posting to
5289         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5290
5291 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * mm-util.el (mm-coding-system-priorities): New variable.
5294         (mm-sort-coding-systems-predicate): New function.
5295         (mm-find-mime-charset-region): Resort coding systems if needed.
5296         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5297
5298 2001-11-20  Didier Verna  <didier@xemacs.org>
5299
5300         * gnus-group.el (gnus-group-make-help-group): new optional
5301         argument to control the error behavior.
5302         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5303         erroring.
5304
5305 2001-11-19  Simon Josefsson  <jas@extundo.com>
5306
5307         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5308         instead of C-c C-u.  Suggested by Per Abrahamsen
5309         <abraham@dina.kvl.dk>.
5310
5311 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5312
5313         * nnfolder.el (nnfolder-read-folder): Use group instead of
5314         nnfolder-current-group.
5315         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5316
5317 2001-11-17  Simon Josefsson  <jas@extundo.com>
5318
5319         * message.el (message-send): Ask user if Fcc/Gcc should be
5320         performed when no other sender was specified.
5321         Suggested by prj@po.cwru.edu (Paul Jarc).
5322
5323 2001-11-17  Simon Josefsson  <jas@extundo.com>
5324
5325         * message.el (message-mode, message-mode-map): Use C-c C-u for
5326         Importance: instead of C-c C-p (used by SC).
5327
5328 2001-11-16  Simon Josefsson  <jas@extundo.com>
5329
5330         * message.el (message-insert-importance-high)
5331         (message-insert-importance-low): Save point.
5332
5333         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5334         value.
5335
5336 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5337
5338         * message.el (message-strip-special-text-properties): New option.
5339         (message-strip-forbidden-properties): Obey it.
5340
5341 2001-11-14  Sam Steingold  <sds@gnu.org>
5342
5343         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5344
5345 2001-11-15  Simon Josefsson  <jas@extundo.com>
5346
5347         Support "Importance:" header in Message.
5348
5349         * message.el (message-mode-map): Bind C-c C-p to
5350         `message-insert-or-toggle-importance'
5351         (message-mode-menu): Add message-insert-importance-{high,low}.
5352         (message-insert-importance-high, message-insert-importance-low)
5353         (message-insert-or-toggle-importance): New functions.
5354         (message-tool-bar-map): Add {un,}important.
5355         (message-mode): Doc fix.
5356
5357 2001-11-15  Simon Josefsson  <jas@extundo.com>
5358
5359         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5360
5361         * mml.el (mml-menu): Fix toolbar tooltip.
5362
5363 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5364
5365         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5366         * nnml.el (nnml-save-marks): Ditto.
5367
5368         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5369
5370 2001-11-15  Simon Josefsson  <jas@extundo.com>
5371
5372         * nnml.el (nnml-save-marks):
5373         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5374         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5375
5376 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5377
5378         * gnus-art.el (gnus-article-wash-status-strings): Use
5379         `copy-sequence', not `copy-seq'.
5380
5381 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5382
5383         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5384         (gnus-gnus-article-wash-status-entry): New function.
5385         (gnus-article-wash-status): Use it.
5386
5387 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5388
5389         * mml1991.el: Add coding header.
5390
5391 2001-11-12  Simon Josefsson  <jas@extundo.com>
5392
5393         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5394         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5395         `mml1991-sign' and `mml1991-encrypt'.
5396         (mml1991-encrypt, mml1991-sign): New glue functions.
5397         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5398
5399         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5400         (mml-menu): Add PGP to menu.
5401
5402         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5403         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5404         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5405         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5406
5407         * mml2015.el: Mention RFC 3156.
5408
5409         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5410
5411 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5412
5413         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5414
5415         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5416           From <Michael.Cook@cisco.com>
5417
5418 2001-11-11  Simon Josefsson  <jas@extundo.com>
5419
5420         * message.el (top-level): Autoload sha1.
5421         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5422         canlock, no need to require two different hash algs).  Suggested
5423         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5424
5425 2001-11-09  Simon Josefsson  <jas@extundo.com>
5426
5427         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5428         <Pavel@Janik.cz>.
5429
5430 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5431
5432         * message.el (message-point-in-header-p): New function.
5433         (message-do-auto-fill): Use it.
5434         (message-beginning-of-line): New function.  Goes to beginning of
5435         header value (i.e., end of header name), or to beginning of line
5436         if already at beginning of value.  Behaves like
5437         `beginning-of-line' when in message body.
5438         (message-mode-map): Bind it.
5439
5440 2001-11-08  Simon Josefsson  <jas@extundo.com>
5441
5442         * gnus-msg.el (gnus-posting-styles): Add doc.
5443
5444 2001-11-07  Simon Josefsson  <jas@extundo.com>
5445
5446         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5447
5448         * sieve-mode.el (sieve-control-commands-face)
5449         (sieve-control-commands-face, sieve-action-commands-face)
5450         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5451         faces.
5452         (sieve-font-lock-keywords): Use them.
5453         (sieve-mode): Only set font-lock-defaults in emacs.
5454
5455         * gnus-art.el (gnus-default-article-saver): Add
5456         gnus-summary-save-body-in-file.
5457         (gnus-summary-write-to-file): Fix doc.
5458
5459 2001-11-07  Simon Josefsson  <jas@extundo.com>
5460
5461         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5462         reference to the correct chapter in the manual.
5463
5464         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5465         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5466
5467 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * mml.el (mml-preview): Bind mail-header-separator.
5470
5471 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * message.el: Always require canlock.
5474         (message-ignored-supersedes-headers): Include Cancel-Lock and
5475         Cancel-Key.
5476         (message-insert-canlock): Don't require canlock.
5477         (message-cancel-news): Don't check whether canlock is available.
5478         (message-supersede): Support cancel-locks.
5479
5480         * gnus-art.el: Don't autoload canlock.
5481
5482 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5483
5484         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5485         From: <andre@slamdunknetworks.com>
5486
5487 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * many files: Fix copyright lines.
5490
5491 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5492
5493         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5494         Suggested by Dave Love  <fx@gnu.org>.
5495
5496 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5497
5498         * message.el (message-kill-buffer): Remove auto-save file after
5499         confirm.
5500
5501         * message.el (message-send-mail): Call message-generate-headers
5502         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5503
5504         * gnus-topic.el (gnus-topic-rename): Initial-input.
5505         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5506
5507 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5508
5509         * message.el (message-forbidden-properties): New constant.
5510         (message-strip-forbidden-properties): New function.
5511         (message-mode): Activate it.
5512
5513 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5514
5515         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5516         (mm-hack-charsets): Fix doc.
5517
5518 2001-11-02  Simon Josefsson  <jas@extundo.com>
5519
5520         * gnus-int.el (gnus-check-server): Message "...done" when done.
5521
5522         * imap.el (imap-close): Don't message (imap-send-command-wait
5523         returns if the connection is dropped).
5524         (imap-wait-for-tag): Nix out message only when necessary.
5525
5526         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5527         for non-crossposting.
5528         (gnus-sieve-crosspost): Default to t to be consistent with other
5529         parts of Gnus.
5530
5531 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5532
5533         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5534         (mm-iso-8859-x-to-15-table): Ditto.
5535         (mm-iso-8859-x-to-15-region): Ditto.
5536         (mm-find-mime-charset-region): Ditto.
5537
5538 2001-11-01  Simon Josefsson  <jas@extundo.com>
5539
5540         * nnimap.el (nnimap-close-asynchronous): New variable.
5541         (nnimap-close-group): Use it.
5542         (nnimap-expunge): Don't use it.
5543
5544         * imap.el (imap-callbacks): New variable.
5545         (imap-remassoc): Copied from `gnus-remassoc'.
5546         (imap-add-callback): New function.
5547         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5548         behaviour.
5549         (imap-parse-response): Call the callback.
5550
5551         * message.el (message-insert-canlock): New variable.
5552         (message-canlock-generate, message-canlock-password)
5553         (message-insert-canlock): New functions.
5554         (message-send-news): Call `message-insert-canlock'.
5555         (top-level): Require canlock when compiling.
5556         (message-insert-canlock): Require canlock before we need it.
5557
5558 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5559
5560         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5561
5562 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5563
5564         * dgnushack.el (dgnushack-make-load): A workaround for
5565         custom-add-loads bug in some versions of XEmacs.
5566
5567 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5568
5569         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5570
5571 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5572
5573         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5574         (mm-hack-charsets): New variable.
5575         (mm-iso-8859-15-compatible): New variable.
5576         (mm-iso-8859-x-to-15-table): New variable.
5577         (mm-find-mime-charset-region): Add parameter hack-charsets.
5578
5579         * mm-bodies.el (mm-encode-body): Use it.
5580         * mml.el (mml-parse-1): Ditto.
5581
5582 2001-11-01  Simon Josefsson  <jas@extundo.com>
5583
5584         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5585
5586 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5587
5588         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5589         is nil.
5590
5591 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5594
5595         * message.el (message-forward-rmail-make-body): Use
5596         save-window-excursion.
5597         (message-encode-message-body): Search with noerror.
5598         (message-setup-1): Convert compose-mail send-actions to
5599         message-send-actions.
5600
5601 2001-11-01  Simon Josefsson  <jas@extundo.com>
5602
5603         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5604         <yamaoka@jpl.org>.
5605
5606 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5607
5608         * sieve-manage.el (sieve-string-bytes): No complain.
5609
5610 2001-11-01  Simon Josefsson  <jas@extundo.com>
5611
5612         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5613         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5614         has autoload cookies, so no `require' should be necessary.)
5615
5616         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5617         files.
5618
5619 2001-10-31  Simon Josefsson  <jas@extundo.com>
5620
5621         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5622         parameter.
5623
5624         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5625         `display' is a number (and C-u wasn't used to enter group), only
5626         fetch that number of articles.
5627
5628 2001-10-31  Matt Armstrong  <matt@lickey.com>
5629
5630         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5631         not-subscribed -> subscribed.
5632
5633 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634         From: Josh Huber <huber@alum.wpi.edu>
5635
5636         * message.el (message-subscribed-address-functions): New variable.
5637         (message-subscribed-addresses): New variable.
5638         (message-subscribed-regexps): New variable.
5639         (message-goto-mail-followup-to): New function.
5640         (message-send-mail): Add Mail-Followup-To.
5641         (message-make-mft): New function.
5642
5643         * gnus.el (gnus-find-subscribed-addresses): New function.
5644
5645 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5646
5647         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5648         (mail-source-fetch-pop): Ditto.
5649         (mail-source-check-pop): Ditto.
5650
5651         * gnus-start.el (gnus-read-init-file): Ditto.
5652         (gnus-activate-group): Ditto.
5653         (gnus-read-newsrc-el-file): Ditto.
5654
5655 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * message.el (message-get-reply-headers): Make sure there is ", ".
5658
5659         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5660         mm-coding-system-p. Don't correct it only in XEmacs.
5661         (mm-charset-to-coding-system): Use mm-coding-system-p and
5662         mm-get-coding-system-list.
5663         (mm-emacs-mule, mm-mule4-p): New variables.
5664         (mm-enable-multibyte, mm-disable-multibyte,
5665         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5666         mm-with-unibyte-current-buffer,
5667         mm-with-unibyte-current-buffer-mule4): Use them.
5668         (mm-find-mime-charset-region): Treat iso-2022-jp.
5669
5670         From  Dave Love  <fx@gnu.org>:
5671
5672         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5673         construction.
5674         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5675         entries conditional on not having a coding system defined for
5676         them.
5677         (mm-mule-charset-to-mime-charset): Use
5678         find-coding-systems-for-charsets if defined.
5679         (mm-charset-to-coding-system): Don't use
5680         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5681         later.  Add last resort search of coding systems.
5682         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5683         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5684         Mule 4.
5685         (mm-find-mime-charset-region): Re-write.
5686         (mm-with-unibyte-current-buffer): Restore buffer as well as
5687         multibyteness.
5688
5689 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5692         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5693         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5694
5695 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5698         again.
5699
5700         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5701
5702 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * gnus-spec.el (gnus-parse-simple-format): Use
5705           buffer-substring-no-properties.
5706
5707 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (article-verify-cancel-lock): New function.
5710
5711         * nnheader.el (nntp-process-response): New variable.
5712         (nnheader-init-server-buffer): Make `nntp-process-response'
5713         buffer-local in `nntp-server-buffer'.
5714
5715         * nntp.el (nntp-prepare-post-hook): New hook.
5716         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5717         (nntp-async-trigger): Ditto.
5718         (nntp-request-post): Insert a server's ID if there's no Message-ID
5719         header; run `nntp-prepare-post-hook'.
5720
5721 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5722
5723         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5724         instead.
5725
5726         * message.el (message-forward-subject-author-subject): Don't use
5727         message-news-p, which widens the buffer.
5728         (message-forward-make-body): New function.
5729         (message-forward): Use it.
5730         (message-insinuate-rmail): New function.
5731         (message-forward-rmail-make-body): New function.
5732
5733 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5734
5735         * mm-extern.el (mm-extern): Provide it.
5736
5737         * mm-partial.el (mm-partial): Provide it.
5738
5739 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5740
5741         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5742
5743 2001-10-29  Simon Josefsson  <jas@extundo.com>
5744
5745         * mml.el (mml-preview): Bind message-this-is-news if it is
5746         news. From Jesper Harder <harder@myrealbox.com>.
5747
5748 2001-10-28  Simon Josefsson  <jas@extundo.com>
5749
5750         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5751
5752 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5753
5754         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5755         ironic smilies.
5756
5757 2001-10-27  Simon Josefsson  <jas@extundo.com>
5758
5759         * message.el (message-indent-citation): Don't add trailing
5760         whitespace when citing text.
5761
5762         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5763         <harder@ifa.au.dk>.
5764
5765 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5768         not available.
5769         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5770         (nnweb-type-definition): Add google as alias of dejanews.
5771         (nnweb-google-parse-1): Forward 1 line.
5772
5773 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5774
5775         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5776         variable `message-forward-ignored-headers'.
5777
5778 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5779
5780         * gnus.el (gnus-expand-group-parameter): New function.
5781         (gnus-expand-group-parameters): Call it.
5782         (gnus-group-fast-parameter): New function.
5783         (gnus-group-find-parameter): Call it.
5784
5785 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5786
5787         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5788         vector (it didn't before because of a bug).
5789         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5790         available.  Before it converted it to an article number.
5791
5792         This makes followup to news articles with negative numbers in
5793         nnvirtual groups use news instead of mail.
5794
5795 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5796
5797         * gnus.el (post-method): Use `native' instead of `nil'.
5798
5799         * gnus-msg.el (gnus-post-method): Ditto.
5800
5801 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5802
5803         * gnus.el (gnus-define-group-parameter): Grammar fix.
5804
5805 2001-10-22  Simon Josefsson  <jas@extundo.com>
5806
5807         * gnus-msg.el (gnus-extended-version): Include
5808         system-configuration.
5809         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5810
5811 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5812
5813         * gnus.el (post-method): Customization fix: `native' is not a
5814         valid value.
5815         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5816         `native' is not a valid value.
5817
5818 2001-10-21  Simon Josefsson  <jas@extundo.com>
5819
5820         * nnimap.el (nnimap): Defgroup
5821         (nnimap-strict-function, nnimap-strict-function-match): New
5822         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5823         (nnimap-split-crosspost, nnimap-split-inbox)
5824         (nnimap-split-rule, nnimap-split-predicate)
5825         (nnimap-split-predicate): Defcustom.
5826         (nnimap-split-inbox, nnimap-expunge-search-string)
5827         (nnimap-importantize-dormant): Remove "*" from doc.
5828
5829 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5830
5831         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5832         not supplied via prefix arg.  From Lisp, make arg mandatory.
5833         Suggested by Frank Schmitt.
5834
5835 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5836
5837         * message.el (message-do-auto-fill): Avoid calling
5838         'rfc822-goto-eoh'.
5839
5840 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5841         From Paul Jarc <prj@po.cwru.edu>.
5842
5843         * message.el (message-get-reply-headers): Restructure the logic
5844         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5845
5846 2001-10-20  Simon Josefsson  <jas@extundo.com>
5847
5848         * message.el (message-cancel-news): Support cancel-locks.
5849         Suggested by Per Abrahamsson.
5850
5851         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5852         conses.  From David Z Maze <dmaze@MIT.EDU>.
5853
5854         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5855
5856 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5857
5858         * mm-decode.el (mm-default-directory): Fix customize type.
5859
5860         * message.el (message-setup-fill-variables): Kludge to use
5861         normal-auto-fill-function even if auto fill is already activated.
5862
5863 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5864
5865         * message.el (message-do-auto-fill): New version that does not
5866         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5867         (message-setup-1): Removed the `message-field' property.
5868
5869         * gnus-draft.el (gnus-draft-edit-message): Removed the
5870         `message-field' property.
5871
5872 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5873
5874         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5875         `message-field'.  The `field' property has a special significance in
5876         Emacs 21.
5877
5878         * message.el (message-send, message-setup-1): Ditto.
5879
5880 2001-10-18  Simon Josefsson  <jas@extundo.com>
5881
5882         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5883         when undoing.
5884
5885 2001-10-18  Simon Josefsson  <jas@extundo.com>
5886         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5887
5888         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5889         (gnus-summary-make-menu-bar): Ditto.
5890
5891 2001-10-17  Simon Josefsson  <jas@extundo.com>
5892
5893         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5894         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5895
5896 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5897
5898         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5899         * gnus-util.el (gnus-user-date): New function.
5900         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5901
5902 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5903
5904         * message.el (message-check-news-header-syntax): Special case
5905         nnvirtual groups.
5906
5907         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5908         customize type to `symbol'.
5909
5910 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5911
5912         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5913         %&foo;.
5914         (gnus-parse-simple-format): Support user extended spec too.
5915         %u&foo; invokes gnus-user-format-function-foo.
5916
5917 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5920         the server.
5921         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5922         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5923         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5924         * nndiary.el (nndiary-request-expire-articles): Ditto.
5925         (nndiary-schedule): Defsubst it before use it.
5926         (nndiary-error): eval-and-compile.
5927
5928 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5929
5930         * gnus-msg.el (gnus-post-method): Changed two instances of
5931         `active' to `current' and one `null' to `not'.
5932
5933 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5934         From Katsumi Yamaoka <yamaoka@jpl.org>.
5935
5936         * message.el (message-setup-fill-variables): Use
5937         `normal-auto-fill-function' instead of `auto-fill-function'.
5938
5939 2001-10-16  Simon Josefsson  <jas@extundo.com>
5940
5941         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5942         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5943         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5944
5945 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5946         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5947
5948         * gnus-draft.el (gnus-draft-edit-message): Add text property
5949         `field' with value `header' to message headers.
5950         * message.el (message-setup-1): Really add text property to all of
5951         the header, not just part of it.
5952
5953 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * gnus-group.el (gnus-group-sort-by-server): Use it.
5956
5957         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5958
5959         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5960         and keystroke.
5961
5962 2001-10-14  Simon Josefsson  <jas@extundo.com>
5963
5964         * dig.el: Doc fix.
5965
5966         * smime.el: Doc fix.
5967
5968         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5969         charset magic from message.el.
5970
5971 2001-10-12  Simon Josefsson  <jas@extundo.com>
5972         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5973
5974         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5975         'cite from g-a-wash-types.
5976         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5977         (gnus-article-hide-citation): Fix.
5978
5979         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5980         character.
5981         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5982
5983         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5984         definition.
5985         (gnus-signature-toggle): Toggle `s' mode line character.
5986
5987         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5988         doing stuff that clears it.
5989
5990 2001-10-12  Simon Josefsson  <jas@extundo.com>
5991
5992         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5993         From Eric Marsden <emarsden@laas.fr>.
5994
5995 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5998         (autoload): Add some autoloads.
5999
6000 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6001         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6002
6003         * message.el (message-do-auto-fill): New function.  Like
6004         `do-auto-fill' but don't fill when in the message header.
6005         (message-setup-1): Put a text property on the message header.
6006         (message-setup-fill-variables): Use `message-do-auto-fill'.
6007
6008 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6009
6010         * message.el (message-send-mail-partially): Insert an empty line
6011         first, because of the change of message-make-lines.
6012
6013 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6014
6015         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6016         iso-8859-15, make it an alias for iso-8859-1.
6017
6018 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * message.el (message-send-news): Don't modify the value of
6021         `message-syntax-checks' if it is not a list (possibly it is
6022         `dont-check-for-anything-just-trust-me').
6023
6024 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6027         `find-coding-system' for XEmacs to check whether the coding-system
6028         `utf-8' is available.
6029
6030 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6033
6034 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6035
6036         * message.el (message-send-news): Oops, missed case with no
6037         "Followup-To" header...
6038
6039 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6040
6041         * message.el (message-send-news): Allow
6042         `gnus-group-name-charset-group-alist' to affect encoding of the
6043         "Newsgroups" and "Followup-To" headers.
6044
6045 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6046
6047         * Makefile.in (install-el): Depend on gnus-load.el.
6048
6049 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6050
6051         * Makefile.in (install-el): Use -f.
6052         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6053
6054 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6055
6056         * message.el (message-send-news): Don't encode Followups-To when
6057         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6058
6059         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6060         header.
6061
6062         * gnus-art.el (article-decode-group-name): Also decode
6063         "Followup-To".
6064
6065         * rfc2047.el (rfc2047-encode-message-header): Encode without
6066         asking for null methods.
6067
6068         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6069         default charset for newsgroup names in accordance with USEFOR.
6070
6071         * gnus-group.el (gnus-group-name-charset-method-alist,
6072         gnus-group-name-charset-group-alist): Removed "*" from doc
6073         strings, "*" should not be used for complex variables.
6074
6075 2001-10-06  Simon Josefsson  <jas@extundo.com>
6076
6077         Support UTF-8 group names better.
6078
6079         * message.el (message-check-news-header-syntax): Encode group
6080         names before comparison.
6081
6082         * gnus-msg.el (gnus-copy-article-buffer): Run all
6083         `gnus-article-decode-hook's except `article-decode-charset'
6084         instead of hardcoding call to one of them.
6085
6086         * gnus-art.el (gnus-article-decode-hook): Add
6087         `article-decode-group-name'.
6088         (article-decode-group-name): New function, use `g-d-n'.
6089
6090         * gnus-group.el (gnus-group-insert-group-line): Decode
6091         gnus-tmp-group using `g-d-n'.
6092
6093         * gnus-util.el (gnus-decode-newsgroups): New function.
6094
6095 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6096
6097         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6098         `gnus-group-name-charset-group-alist'.
6099
6100 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6101
6102         * Makefile.in: Install el in install. Add uninstall.
6103
6104 2001-10-05  Simon Josefsson  <jas@extundo.com>
6105
6106         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6107
6108         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6109
6110         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6111         empty folders.
6112
6113         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6114         limiting if read-all (C-u RET) was used.
6115
6116 2001-10-04  Simon Josefsson  <jas@extundo.com>
6117
6118         * mail-source.el (mail-source-movemail-program): New variable.
6119         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6120         <thutt@thutt.vmware.com>.
6121
6122 2001-10-03  Simon Josefsson  <jas@extundo.com>
6123
6124         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6125         (gnus-summary-line-format-alist): Fix param.
6126
6127 2001-10-02  Simon Josefsson  <jas@extundo.com>
6128
6129         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6130         don't go through `nnimap-request-expire-articles' to delete the
6131         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6132
6133 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * gnus-agent.el (gnus-agent-write-active): The min in the
6136         agent/active may be larger than that in the server/active.
6137
6138 2001-10-01  Simon Josefsson  <jas@extundo.com>
6139
6140         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6141         is IMAP4rev1.
6142
6143         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6144
6145         * nnfolder.el: Ditto.
6146
6147 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6148
6149         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6150         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6151
6152 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6153
6154         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6155         (message-mode-menu): Menu item for same.
6156
6157         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6158         delayed articles.
6159
6160         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6161         nndraft:delayed does not exist.
6162         (gnus-delay-initialize): Don't set up keymap, that's done from
6163         message.el now.
6164         (gnus-delay, gnus-delay-group, gnus-delay-header)
6165         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6166
6167 2001-09-29  Simon Josefsson  <jas@extundo.com>
6168
6169         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6170         utf-8, not eight-bit-control.
6171
6172         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6173         (imap-log, imap-debug): Custom.
6174         (imap-log-buffer, imap-debug-buffer): New constants.
6175         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6176         (imap-network-open, imap-shell-open, imap-starttls-open)
6177         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6178         (imap-debug): Use imap-*-buffer.
6179
6180         * nndoc.el (nndoc-article-type): Add mailman.
6181         (nndoc-type-alist): Ditto.
6182         (nndoc-mailman-type-p): New function.
6183
6184 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6185
6186         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6187         gnus-art.el.
6188
6189 2001-09-27  Simon Josefsson  <jas@extundo.com>
6190
6191         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6192         (gnus-topic-catchup-articles): New function. Suggested by Robin
6193         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6194
6195 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6196         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6197
6198         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6199         previous ones.
6200
6201 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202         From Daiki Ueno  <ueno@unixuser.org>
6203
6204         * gnus-sum.el (gnus-summary-show-article): The arglist of
6205         detect-coding-region is incompatible.
6206
6207 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6208         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6209
6210         * gnus-group.el (gnus-group-delete-group): Typo.
6211
6212 2001-09-26  Simon Josefsson  <jas@extundo.com>
6213
6214         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6215
6216         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6217
6218 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6221
6222 2001-09-22  Simon Josefsson  <jas@extundo.com>
6223
6224         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6225
6226         * nnfolder.el (nnfolder-open-marks): Ditto.
6227
6228         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6229         (gnus-update-marks): Use it.
6230         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6231         hardcoded list.
6232
6233         * gnus.el (gnus-article-special-mark-lists): Add killed.
6234         (gnus-article-unpropagated-mark-lists): New constant.
6235
6236 2001-09-22  Simon Josefsson  <jas@extundo.com>
6237
6238         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6239         custom option.
6240
6241 2001-09-23  Simon Josefsson  <jas@extundo.com>
6242
6243         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6244
6245 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6246
6247         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6248
6249 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6250
6251         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6252         accept lists of functions.
6253
6254 2001-09-20  Simon Josefsson  <jas@extundo.com>
6255
6256         * gnus-group.el (gnus-group-catchup): Update expire marks in
6257         backend.  Also, if ALL also set expire marks on tick/dormant.
6258
6259 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6260
6261         * message.el (message-tab-body-function): New variable.
6262         * message.el (message-tab): Use it.
6263
6264 2001-09-19  Sam Steingold  <sds@gnu.org>
6265
6266         * gnus-win.el (gnus-buffer-configuration): Respect
6267         `gnus-bug-create-help-buffer'.
6268
6269 2001-09-18  Simon Josefsson  <jas@extundo.com>
6270
6271         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6272         (gnus-parse-simple-format): Re-revert.
6273
6274 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6275
6276         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6277         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6278
6279 2001-09-18  Simon Josefsson  <jas@extundo.com>
6280
6281         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6282         signed.
6283         (gnus-parse-simple-format): Don't use it.
6284
6285 2001-09-17  Miles Bader  <miles@gnu.org>
6286
6287         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6288         error querying a backend abort the whole process.
6289
6290 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6291
6292         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6293         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6294
6295 2001-09-17  Didier Verna  <didier@xemacs.org>
6296
6297         * nndiary.el: version 0.2-b14.
6298         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6299         compatibility problem with XEmacs 21.1.
6300
6301 2001-09-15  Simon Josefsson  <jas@extundo.com>
6302
6303         * gnus-group.el (gnus-group-line-format): Document %c.
6304
6305         * nnml.el (nnml-parse-head): Handle CRLF files.
6306         (nnml-generate-nov-file): Ditto.
6307         (nnml-retrieve-headers): Ditto.
6308
6309 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6310
6311         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6312
6313 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6314
6315         * gnus-spec.el (gnus-correct-substring): Still stopped one
6316         character before we wanted (never included last character).
6317         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6318         add missing "," (once per function)
6319
6320 2001-09-14  Simon Josefsson  <jas@extundo.com>
6321
6322         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6323         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6324         default before gnus-group is loaded and the variable set.)
6325
6326         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6327         killed or unsent marks.
6328
6329         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6330         isn't an article to set it on (e.g. when you `a' in a group).
6331
6332 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6333
6334         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6335         can read e-mails from Microsoft Outlook users not using ISO
6336         8859-2 character set.
6337
6338 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6339
6340         * gnus-diary.el: Minor modifications to avoid warnings.
6341         (gnus-summary-misc-menu): defvar.
6342         (gnus-diary-check-message): Use gnus-point-at-eol.
6343         (gnus-diary-kill-entire-line): eval-and-compile.
6344
6345 2001-09-12  Didier Verna  <didier@xemacs.org>
6346
6347         * nndiary.el: new version (0.2-b13).
6348         * nndiary.el (nndiary-mail-sources): doc update.
6349         * nndiary.el (nndiary-split-methods): ditto.
6350         * nndiary.el (nndiary-request-accept-article-hooks): New.
6351         * nndiary.el (nndiary-request-accept-article): use it, check
6352         message validity.
6353         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6354         * nndiary.el (nndiary-schedule): fix bug (misplaced
6355         condition-case): it didn't return nil on error.
6356         * gnus-diary.el: new version.
6357         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6358         * gnus-diary.el (gnus-diary-header-value-history): New.
6359         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6360         * gnus-diary.el (gnus-diary-add-header): New.
6361         * gnus-diary.el (gnus-diary-check-message): New.
6362         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6363         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6364
6365 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6366
6367         * gnus-sum.el (gnus-select-newsgroup): Make
6368         `gnus-current-select-method' buffer-local.
6369
6370         * gnus-art.el (gnus-request-article-this-buffer): Refer
6371         `gnus-current-select-method' in the current summary buffer.
6372
6373 2001-09-10  Simon Josefsson  <jas@extundo.com>
6374         From Daniel Pittman <daniel@rimspace.net>
6375
6376         * gnus-spec.el (gnus-correct-pad-form): Fix.
6377
6378 2001-09-09  Simon Josefsson  <jas@extundo.com>
6379
6380         * mm-decode.el (mm-inline-media-tests): Add
6381         application/x-emacs-lisp.
6382         (mm-attachment-override-types): Add
6383         application/{x-,}pkcs7-signature.
6384
6385         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6386         (gnus-server-line-format, gnus-server-mode-line-format)
6387         (gnus-server-browse-in-group-buffer): Customize.
6388
6389 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6390
6391         * nnml.el (nnml-marks-changed-p): Typo.
6392         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6393         (nnml-marks-changed-p): Use gnus-gethash.
6394         (nnml-marks-modtime): Use gnus-make-hashtable.
6395
6396         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6397         (nnfolder-request-expire-articles, nnfolder-save-marks)
6398         (nnfolder-open-marks): Typo.
6399         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6400         (nnfolder-marks-changed-p): Use gnus-gethash.
6401         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6402
6403 2001-09-08  Simon Josefsson  <jas@extundo.com>
6404
6405         * nnfolder.el (nnfolder-marks-modtime): New variable.
6406         (nnfolder-marks-changed-p): New function.
6407         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6408         (nnfolder-request-update-info): Don't update if marks didn't change.
6409
6410         * nnml.el (nnml-marks-modtime): New variable.
6411         (nnml-marks-changed-p): New function.
6412         (nnml-save-marks, nnml-open-marks): Save modtime.
6413         (nnml-request-update-info): Don't update if marks didn't change.
6414
6415         * gnus-agent.el (gnus-agent-any-covered-gcc)
6416         (gnus-agent-add-server, gnus-agent-remove-server): Use
6417         gnus-agent-method-p.
6418
6419         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6420         (gnus-unbuttonized-mime-type-p): Use it.
6421
6422         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6423         fetch group.
6424
6425 2001-09-08  Simon Josefsson  <jas@extundo.com>
6426         From Daniel Pittman <daniel@rimspace.net>
6427
6428         * gnus-spec.el (gnus-correct-pad-form): New function.
6429         (gnus-parse-simple-format): Use it.
6430
6431 2001-09-07  Simon Josefsson  <jas@extundo.com>
6432
6433         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6434         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6435         Putnam <reader@newsguy.com>.
6436         (gnus-group-sort-selected-groups): Touch dribble file.
6437
6438 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6439
6440         * nnml.el (nnml-filenames-are-evil): New variable.
6441         (nnml-article-to-file-alist): Rename to ...
6442         (nnml-current-group-article-to-file-alist): ... this.
6443         Respect `nnml-filenames-are-evil'.
6444         (nnml-active-number): Update.
6445         (nnml-update-file-alist): Update.
6446         (nnml-request-article): Use nnheader-article-to-file-alist.
6447         (nnml-request-rename-group): Likewise.
6448
6449 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-sum.el (gnus-summary-insert-line): Fix.
6452
6453 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6454
6455         * gnus-sum.el: Bind g-s-t-s to "W g".
6456         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6457         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6458         display of graphical smilies.
6459
6460 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6461
6462         * gnus-start.el (gnus-setup-news): A typo.
6463         From Bill White <billw@wolfram.com>.
6464
6465 2001-09-06  Simon Josefsson  <jas@extundo.com>
6466
6467         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6468         and unseen marks.
6469
6470 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6471
6472         * nnmail.el (nnmail-split-fancy): Document `junk'.
6473
6474 2001-09-04  Simon Josefsson  <jas@extundo.com>
6475
6476         * imap.el (imap-search): Don't error if server is broken.
6477
6478 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6479
6480         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6481         searching for an article that isn't in the mbox.
6482
6483 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6486         right, and get all the comments.
6487
6488 2001-09-02  Simon Josefsson  <jas@extundo.com>
6489         Suggested by Dan Christensen <jdc+news@uwo.ca>
6490
6491         * nnfolder.el (nnfolder-request-update-info): Fix message.
6492
6493         * nnml.el (nnml-request-update-info): Ditto.
6494
6495 2001-09-01  Simon Josefsson  <jas@extundo.com>
6496
6497         * nnml.el (nnml-request-expire-articles): Also bind
6498         `nnml-current-group' and `nnml-article-file-alist' when using
6499         expiry-target. (Otherwise nnml will be in a inconsistent internal
6500         state causing all kind of problems.)
6501         (nnml-request-expire-articles): If `nnml-article-to-file' or
6502         `file-attributes' failes, return article as un-expirable instead
6503         of treating it as expired.
6504
6505 2001-08-31  Sam Steingold  <sds@gnu.org>
6506
6507         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6508         typo: `exmine' --> `examine'.
6509
6510 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6511
6512         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6513
6514 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6515
6516         * nnml.el (nnml-check-directory-twice): Remove.
6517         (nnml-retrieve-headers): Ditto.
6518         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6519
6520 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6521
6522         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6523         directory twice on Windows, or on GNU Emacs-21.
6524
6525 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6526
6527         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6528         (nnml-request-rename-group): Ditto.
6529         (nnml-active-number): Ditto.
6530         (nnml-request-create-group): Use nnml-directory-articles.
6531         (nnml-request-expire-articles): Use nnml-directory-articles, which
6532         gets list from nov database if available.
6533         (nnml-get-nov-buffer): New function.
6534         (nnml-open-nov): Use it.
6535         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6536         gets alist from nov database if available.
6537         (nnml-directory-articles): New function.
6538         (nnml-article-to-file-alist): New function.
6539
6540 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6541
6542         * mm-decode.el (mm-display-external): Use `name' as filename, if
6543         `filename' attribute is not present.
6544
6545 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6546
6547         * mail-source.el (mail-source-flash): New defcustom.
6548         (mail-source-new-mail-p): Ring visible bell if appropriate.
6549         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6550         timer is cleared even if mail check signals an error.
6551
6552 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6555         type 'list.
6556
6557 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * flow-fill.el (fill-flowed): eol might be point-max.
6560
6561 2001-08-27  Simon Josefsson  <jas@extundo.com>
6562
6563         * nnml.el (nnml-request-update-info): Fix message.
6564         (nnml-open-marks): Ditto.
6565
6566         * nnfolder.el (nnfolder-request-update-info):
6567         (nnfolder-open-marks): Fix message.
6568
6569 2001-08-25  Simon Josefsson  <jas@extundo.com>
6570
6571         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6572         after group in ~/.
6573
6574 2001-08-25  Simon Josefsson  <jas@extundo.com>
6575         From Andreas Jaeger  <aj@suse.de>
6576
6577         * nnfolder.el (nnfolder-open-marks): Fix typo.
6578         * nnml.el (nnml-open-marks): Likewise.
6579
6580 2001-08-25  Simon Josefsson  <jas@extundo.com>
6581
6582         Make nnfolder groups self-contained as far as marks are concerned.
6583
6584         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6585         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6586         (nnfolder-open-server): Make marks directory.
6587         (nnfolder-request-delete-group): Delete marks file.
6588         (nnfolder-request-delete-group): Check of nov/marks file exist
6589         before deleting.
6590         (nnfolder-request-rename-group): Rename marks file.
6591         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6592         (nnfolder-request-set-mark, nnfolder-request-update-info)
6593         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6594         (nnfolder-open-marks): New functions.
6595         (top-level): Require gnus.
6596
6597 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * nnweb.el (nnweb-type-definition): Use google raw file.
6600         (nnweb-google-parse-1): Ditto.
6601         (nnweb-google-identity): Ditto.
6602         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6603         (nnweb-altavista-wash-article): Ditto.
6604         (nnweb-request-article): Remove nnweb-decode-entities.
6605
6606         * nnml.el: Require 'gnus.
6607
6608 2001-08-25  Simon Josefsson  <jas@extundo.com>
6609
6610         * nnml.el (nnml-marks-is-evil): Add doc.
6611
6612 2001-08-25  Simon Josefsson  <jas@extundo.com>
6613
6614         * nnml.el (nnml-save-marks): Wrap saving marks in a
6615         condition-case, to allow user to start Gnus if saving marks failed
6616         for some reason.
6617
6618 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6621
6622         * gnus-group.el (gnus-update-group-mark-positions): Bind
6623         gnus-group-update-hook to nil.
6624
6625 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * mml.el (mml-generate-mime-1): Force as multibyte string.
6628
6629 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6630
6631         * gnus-sum.el (gnus-summary-insert-line)
6632         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6633         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6634
6635         * gnus-spec.el (gnus-correct-substring): Take optional END.
6636
6637         * nnrss.el (nnrss-request-article): Remove \n.
6638         (nnrss-retrieve-headers): Lines number is -1.
6639
6640 2001-08-24  Simon Josefsson  <jas@extundo.com>
6641
6642         * gnus-group.el (gnus-info-clear-data): Call
6643         nnfoo-request-set-mark to propagate marks.  Fix bug:
6644         `gnus-group-update-line' doesn't update read range unless we call
6645         `gnus-get-unread-articles-in-group' first.
6646
6647         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6648         to server.
6649
6650 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6651
6652         * gnus-util.el (gnus-create-info-command): Return an interactive
6653         function.
6654
6655 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656         From Katsumi Yamaoka <yamaoka@jpl.org>
6657
6658         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6659
6660 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * gnus-sum.el (gnus-select-newsgroup): Use it.
6663
6664         * gnus-util.el (gnus-not-ignore): New function.
6665
6666         * lpath.el (featurep): Don't fbind char-int.
6667
6668         * gnus-util.el (gnus-create-info-command): New function.
6669
6670         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6671         right node.
6672
6673         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6674         (gnus-summary-limit-children): Use 'identity instead of `all'.
6675         (gnus-summary-limit-to-display-predicate): New command and
6676         keystroke.
6677
6678 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6679
6680         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6681
6682         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6683
6684 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * gnus-spec.el: Add the Gnus version.
6687         (gnus-update-format-specifications): If the Gnus version changes,
6688         nix out the format spec cache.
6689
6690         * gnus.el (gnus-continuum-version): Made into a command and
6691         optionalize the VERSION.
6692
6693         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6694         the start of the lines.
6695
6696 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * gnus.el (gnus-visual-p): Define function before use of
6699         function.
6700
6701 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6704         (gnus-article-mark-to-type): New function.
6705         (gnus-update-missing-marks): Only update marks of type 'list.
6706
6707         * gnus.el (gnus-article-special-mark-lists): New variable.
6708
6709 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6712         (gnus-select-newsgroup): Still use 'all.
6713         (gnus-summary-initial-limit): Comparing with 'all.
6714
6715 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6716
6717         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6718         active.
6719
6720 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6723         nnslashdot-*-retrieve-headers.
6724         (nnslashdot-request-article): Fix for slashcode 2.2.
6725         (nnslashdot-make-tuple): New function.
6726         (nnslashdot-read-groups): Use it.
6727
6728 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6731         list.
6732
6733         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6734
6735 2001-08-20  Simon Josefsson  <jas@extundo.com>
6736
6737         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6738         opened, error instead of continuing (and exploding later).
6739
6740 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * gnus.el (gnus-expand-group-parameters): Return the parameter
6743         list.
6744
6745         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6746         (gnus-summary-show-article): Guess at charset if required.
6747
6748         * gnus-spec.el (gnus-correct-substring): Stopped one character
6749         before we wanted.
6750
6751 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6752
6753         * earcon.el (earcon-auto-play): Remove unused option.
6754
6755 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6758         message down in levels, since it happens very fast.
6759
6760         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6761         of smiley-regexp-alist.
6762
6763         * mm-view.el (mm-inline-text): Ignore vcard errors.
6764
6765         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6766
6767         * gnus-score.el (gnus-all-score-files): Use append instead of
6768         nconc.
6769
6770         * gnus.el (gnus-splash-face): Doc fix.
6771
6772         * mm-decode.el (mm-mailcap-command): Use
6773         mm-path-name-rewrite-functions.
6774         (mm-path-name-rewrite-functions): New variable.
6775
6776         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6777         (gnus-complex-form-to-spec): Insert tab.
6778         (gnus-spec-tab): New function.
6779
6780         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6781         entering the group.
6782
6783         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6784         the positional spec.
6785         (gnus-parse-complex-format): React to %C.
6786
6787         * gnus-ems.el (gnus-char-width): Moved here.
6788
6789         * gnus-sum.el (gnus-select-newsgroup): Set
6790         gnus-newsgroup-articles.
6791         (gnus-unseen-mark): New variable.
6792         (gnus-newsgroup-unseen): Ditto.
6793         (gnus-newsgroup-seen): Ditto.
6794         (gnus-adjust-marked-articles): Use them.
6795         (gnus-update-marks): Use them.
6796         (gnus-summary-update-secondary-mark): Display.
6797         (gnus-summary-prepare-threads): Display.
6798
6799         * gnus-msg.el (gnus-inews-group-method): Use and return the
6800         method, not the server.
6801
6802 2001-08-19  Simon Josefsson  <jas@extundo.com>
6803
6804         * gnus-srvr.el (gnus-server-agent-face): New.
6805         (gnus-server-agent-face): New.
6806         (gnus-server-mode): Turn on font-lock-mode.
6807
6808         * gnus.el (gnus-server-visual): Add defgroup.
6809
6810 2001-08-19  Simon Josefsson  <jas@extundo.com>
6811         From Joe Casadonte <jcasadonte@northbound-train.com>
6812
6813         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6814         gnus-server-denied-face): New.
6815         (gnus-server-opened-face, gnus-server-closed-face,
6816         gnus-server-denied-face): New.
6817         (gnus-server-font-lock-keywords): Add.
6818
6819 2001-08-19  Simon Josefsson  <jas@extundo.com>
6820
6821         * nnml.el (nnml-request-set-mark): Return nil.
6822         (nnml-save-marks): Use nnml-possibly-create-directory.
6823         (nnml-open-marks): Only work in temp buffer when inserting/reading
6824         .marks file.
6825
6826 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6827
6828         * gnus.el (gnus-expand-group-parameters): Fix.
6829
6830         * gnus-spec.el (gnus-char-width): New function.
6831         (gnus-correct-substring, gnus-correct-length): Use it.
6832
6833         * message.el (message-required-mail-headers): Fix doc.
6834
6835 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6838
6839         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6840
6841 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6842
6843         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6844         slashdot 2.2 (not fully fixed yet).
6845         (nnslashdot-request-article): Ditto.
6846
6847 2001-08-18  Simon Josefsson  <jas@extundo.com>
6848
6849         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6850         nnimap.
6851
6852         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6853         gnus-util.
6854         (nnimap-request-update-info-internal): Use new functions.
6855
6856         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6857         new functions.
6858
6859 2001-08-18  Simon Josefsson  <jas@extundo.com>
6860
6861         Make nnml groups self-contained as far as marks are concerned.
6862
6863         * nnml.el (nnml-request-delete-group): Delete marks file.
6864         (nnml-request-rename-group): Move marks file.
6865         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6866         variables.
6867         (nnml-request-set-mark, nnml-request-update-info): New server
6868         functions.
6869         (nnml-save-marks, nnml-open-marks): New functions.
6870
6871 2001-08-18  Simon Josefsson  <jas@extundo.com>
6872
6873         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6874         `set' when setting marks.
6875
6876 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * gnus.el (gnus-info-find-node): Take an argument.
6879
6880         * gnus-art.el (gnus-button-handle-info): New function.
6881         (gnus-url-unhex-string): Replace "+" with " ".
6882
6883 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * message.el (message-check-news-header-syntax): Check bad From.
6886
6887 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-spec.el (gnus-correct-length): New function.
6890         (gnus-correct-substring): New function.
6891         (gnus-tilde-max-form): Use it.
6892
6893 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6894
6895         * nnmh.el: Docstring changes as below.
6896
6897         * nnml.el: Docstring changes as below.
6898
6899         * nnbabyl.el: Docstring changes as below.
6900
6901         * nnmbox.el: Docstring changes as below.
6902
6903         * nnfolder.el: Added docstrings identifying each virtual server
6904         parameter.
6905
6906 2001-08-18  Simon Josefsson  <jas@extundo.com>
6907
6908         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6909
6910 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6911
6912         * message.el: rename "Abort Message" to "Postpone Message".
6913         Remove "Attach file as MIME" from Message menu, it's already in
6914         the MIME menu.
6915
6916 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6917
6918         * smime.el (smime-point-at-eol): eval-and-compile.
6919         (smime-make-temp-file): New function.
6920         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6921         Use it.
6922
6923 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6926         (gnus-agent-summary-fetch-group): New command and keystroke.
6927
6928         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6929         (gnus-mime-display-security): Make it respect
6930         gnus-unbuttonized-mime-type-p.
6931
6932         * gnus-sum.el (gnus-articles-to-read): Comments.
6933         (gnus-article-marked-p): New function.
6934         (gnus-summary-display-make-predicate): New function.
6935         (gnus-select-newsgroup): Use them.
6936
6937         * mm-decode.el (mm-save-part-to-file): Made it not error.
6938
6939 2001-08-17  Simon Josefsson  <jas@extundo.com>
6940
6941         * imap.el (imap-wait-for-tag): If process-status isn't open or
6942         run, return nil instead of sit-for looping.
6943
6944 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * lpath.el (featurep): fbind xml-parse-region.
6947
6948         * gnus.el (gnus-message-archive-method): Default to "archive".
6949         (gnus-message-archive-method): Doc fix.
6950         (gnus-parameters-get-parameter): Cleaned up.
6951         (gnus-expand-group-parameter): New function.
6952
6953         * gnus-start.el (gnus-setup-news): Push the archive server only
6954         the server list.
6955
6956         * mml.el (mml-menu): Changed name to "Attachments".
6957
6958         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6959         when there is something to detroy.
6960
6961 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6964         nil.
6965
6966 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6967
6968         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6969         which specifies a time today or tomorrow.
6970
6971 2001-08-15  Simon Josefsson  <jas@extundo.com>
6972         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6973
6974         * gnus-agent.el (gnus-agent-make-mode-line-string)
6975         (gnus-agent-toggle-plugged): Use new API.
6976
6977 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6978
6979         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6980         deadline has expired.
6981
6982 2001-08-12  Simon Josefsson  <jas@extundo.com>
6983         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6984
6985         Support `recent' mark indicating newly arrived messages (to
6986         separate from old but unread messages).
6987
6988         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6989         `nnmail-split-history' if recent is > 0.
6990         (nnimap-request-update-info-internal): Update `recent' marks.
6991         (nnimap-request-set-mark): Never set `recent' marks.
6992         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6993         recent.
6994
6995         * gnus-sum.el (gnus-recent-mark): New mark.
6996         (gnus-newsgroup-recent): New variable.
6997         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6998         (gnus-summary-prepare-threads): Mark recent articles.
6999         (gnus-summary-add-mark): Support recent.
7000         (gnus-summary-update-secondary-mark): Support recent.
7001
7002         * gnus.el (gnus-article-mark-lists): Add recent.
7003
7004 2001-08-12  Simon Josefsson  <jas@extundo.com>
7005
7006         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7007         whether successful decoding took place.  Add doc.
7008
7009 2001-08-12  Simon Josefsson  <jas@extundo.com>
7010         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7011
7012         * gnus.el (gnus-summary-line-format, gnus-parameters):
7013         * gnus-gl.el (gnus-summary-grouplens-line-format):
7014         * gnus-salt.el (gnus-summary-pick-line-format):
7015         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7016
7017 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7018         Committed by Kai Gro\e,b_\e(Bjohann.
7019
7020         * gnus-score.el (gnus-score-string): Fix `match' regexp
7021         for `extra' header case.
7022
7023 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * nnmbox.el (nnmbox-read-mbox): No warning.
7026
7027 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7028
7029         * nndoc.el (nndoc-article-type): Fix doc.
7030         (nndoc-generate-article-function): New variable.
7031         (nndoc-dissection-function): New variable.
7032         (nndoc-type-alist): Add oe-dbx.
7033         (nndoc-oe-dbx-type-p): New function.
7034         (nndoc-oe-dbx-dissection): New function.
7035         (nndoc-oe-dbx-generate-article): New function.
7036
7037 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7038
7039         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7040         whether deadline has been reached.  Patch from Dan Nicolaescu
7041         <dann@godzilla.ics.uci.edu>.
7042
7043 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7046         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7047         <rintaman@cs.Helsinki.FI>.
7048
7049         * mail-source.el (mail-source-movemail): The error buffer is
7050         modified, but nothing in it.
7051
7052 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * message.el (message-bogus-system-names): New variable.
7055         (message-make-fqdn): Use it.
7056
7057 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7058
7059         * nndraft.el (nndraft-request-group): Use
7060         nndraft-auto-save-file-name.
7061
7062 2001-08-09  Simon Josefsson  <jas@extundo.com>
7063
7064         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7065         Don't ask whether to decrypt.  Just leave result in buffer (don't
7066         call mm).
7067
7068         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7069         parts as well.
7070         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7071         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7072
7073 2001-08-09  Simon Josefsson  <jas@extundo.com>
7074
7075         * mm-decode.el (mm-insert-part): Return decoding success status.
7076         (mm-save-part-to-file): Error if decoding failed.
7077
7078 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * message.el (message-tab): Use indent-relative.
7081         (message-mode): Don't bind indent-line-function to indent-relative.
7082
7083 2001-08-09  Simon Josefsson  <jas@extundo.com>
7084
7085         * message.el (message-get-reply-headers): Fix string. Suggested by
7086         Christoph Conrad <cc@cli.de>.
7087
7088 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7089
7090         * message.el (message-tab): Use the current value of
7091         indent-line-function.
7092         (message-mode): Bind indent-line-function to indent-relative.
7093
7094 2001-08-08  Simon Josefsson  <jas@extundo.com>
7095
7096         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7097         whether `imtest' is installed.
7098
7099 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7100         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7101
7102         * gnus-sum.el (gnus-summary-show-article): Call
7103         gnus-summary-update-secondary-secondary-mark.
7104         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7105         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7106
7107 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7110
7111         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7112
7113         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7114         <gerd@gnu.org>.
7115
7116         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7117
7118         * gnus-util.el (gnus-output-to-rmail): Ditto.
7119         (gnus-output-to-mail): Ditto.
7120
7121         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7122
7123 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7124
7125         * message.el (message-indent-citation): Use
7126         `message-yank-cited-prefix' for empty lines.
7127
7128 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7129
7130         * message.el (message-indent-citation): Quote only lines starting
7131         with ">" using `message-yank-cited-prefix'.
7132
7133 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7134
7135         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7136         gnus-cache-fully-p.
7137
7138 2001-08-04  Simon Josefsson  <jas@extundo.com>
7139
7140         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7141         file if it doesn't exist (by calling gnus-cache-read-active).
7142
7143 2001-08-04  Simon Josefsson  <jas@extundo.com>
7144
7145         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7146         (gnus-cache-passively-or-fully-p): Removed.
7147         (gnus-cache-fully-p): Fix it.
7148
7149         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7150
7151 2001-08-04  Simon Josefsson  <jas@extundo.com>
7152
7153         * gnus-cache.el (gnus-cache-fully-p)
7154         (gnus-cache-passively-or-fully-p): New functions.
7155         (gnus-cache-possibly-enter-article): Cosmetic change, use
7156         `g-c-p-o-f-p'.
7157         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7158         was bogus (`g-c-p-a-a' does not change active info, just change
7159         the functions parameters).
7160         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7161         not removed in groups that match `gnus-uncacheable-groups'.
7162
7163         Reported and modifications based on discussions with Nuutti
7164         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7165
7166 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7167         Committed by Simon Josefsson  <jas@extundo.com>
7168
7169         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7170         calls `gnus-cache-update-active' if bounds has been extended.
7171
7172 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7175         before remove.
7176         (gnus-mime-security-show-details): Ditto.
7177
7178 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7179
7180         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7181         syntax.  Protect string-match against nil string and regexp.
7182
7183 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * mm-util.el (mm-find-charset-region): Remove control-1.
7186
7187 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7188
7189         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7190
7191 2001-08-04  Simon Josefsson  <jas@extundo.com>
7192
7193         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7194         buffer.  Delete MIME-Version header.
7195
7196 2001-08-03  Simon Josefsson  <jas@extundo.com>
7197
7198         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7199         that is entered does not necessarily have the highest article
7200         number in the group, so use `gnus-cache-possibly-alter-active'
7201         instead of `gnus-cache-update-active'.
7202
7203 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7206
7207 2001-08-03  Simon Josefsson  <jas@extundo.com>
7208
7209         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7210         menu.
7211
7212 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus.el (post-method): New group parameter.  It also provides
7215         the user option `gnus-post-method-alist' and the internal function
7216         `gnus-parameter-post-method'.
7217
7218         * gnus-msg.el (gnus-post-method): Bind the value of
7219         `gnus-post-method' to the group parameter if it is defined.
7220
7221 2001-08-02  Simon Josefsson  <jas@extundo.com>
7222
7223         * smime.el (smime-extra-arguments): Removed.
7224         (smime-call-openssl-region): Don't use it.
7225
7226 2001-08-02  Simon Josefsson  <jas@extundo.com>
7227
7228         * smime.el (smime-sign-region): Handle stderr.
7229         (smime-encrypt-region): Ditto.
7230
7231         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7232         match the ASN.1 length bytes.
7233         (mm-pkcs7-enveloped-magic): Ditto.
7234         (mm-view-pkcs7-get-type): Don't regexp quote.
7235
7236 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237         From Andreas Fuchs <asf@void.at>
7238
7239         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7240
7241 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * gnus-art.el (gnus-header-button-alist): References regexp.
7244
7245 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7246
7247         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7248         already fboundp.  Add INTERACTIVE arg to autoload form.
7249
7250 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7251
7252         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7253
7254         * nnmail.el (nnmail-cache-open): Ditto.
7255
7256 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7257
7258         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7259
7260 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7263
7264 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7265         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7266
7267         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7268         (gnus-agent-toggle-plugged): Use it.
7269
7270 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7271
7272         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7273         (gnus-ding-file-coding-system): New variable.
7274         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7275         (gnus-slave-save-newsrc): Use it.
7276
7277 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7278
7279         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7280         syntax.
7281
7282 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7283         Originally from Andreas Fuchs <asf@void.at>
7284
7285         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7286         (mml2015-gpg-pretty-print-fpr): New function.
7287         (mml2015-gpg-extract-signature-details): More details, rename from
7288         `m-g-e-from'.
7289         (mml2015-gpg-verify): Use them.
7290         (mml2015-gpg-clear-verify): Use them.
7291
7292 2001-07-31  Simon Josefsson  <jas@extundo.com>
7293
7294         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7295         buffer when done.
7296
7297 2001-07-30  Simon Josefsson  <jas@extundo.com>
7298
7299         * smime.el (smime-call-openssl-region): Revert previous change,
7300         just pass on buf to `call-process-region'.
7301         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7302         `smime-new-details-buffer'.  Inserts error messages into buffer.
7303         (smime-noverify-region): Ditto.
7304         (smime-decrypt-region): Ditto.  Handles stderr separately.
7305         (smime-verify-buffer, smime-noverify-buffer)
7306         (smime-decrypt-buffer): Doc fix.
7307         (smime-new-details-buffer): New function.
7308         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7309         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7310         (smime-sign-region, smime-encrypt-region): Don't use
7311         `insert-buffer'.
7312
7313         * mml-smime.el (mml-smime-verify): Fix security button strings.
7314
7315 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7316
7317         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7318         gnus-article-mime-handles.
7319
7320 2001-07-29  Simon Josefsson  <jas@extundo.com>
7321
7322         * mail-source.el (top-level): Require message for message-directory.
7323         (mail-source-directory): Change default to message-directory.
7324
7325         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7326         (smime-certificate-directory, smime-openssl-program)
7327         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7328         (smime-extra-arguments): New variable.
7329         (smime-dns-server): Fix customize group.
7330         (smime-call-openssl-region): Use `smime-extra-arguments'.
7331
7332 2001-07-29  Simon Josefsson  <jas@extundo.com>
7333         From Vladimir Volovich <vvv@vsu.ru>
7334
7335         * smime.el (smime-call-openssl-region): Ignore stderr.
7336
7337 2001-07-29  Simon Josefsson  <jas@extundo.com>
7338         From Christoph Conrad <christoph.conrad@gmx.de>
7339
7340         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7341         file.
7342
7343 2001-07-29  Simon Josefsson  <jas@extundo.com>
7344
7345         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7346
7347         Support S/MIME decryption.
7348
7349         * mm-decode.el (mm-inline-media-tests):
7350         (mm-inlined-types):
7351         (mm-automatic-display):
7352         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7353
7354         * mm-view.el (mm-pkcs7-signed-magic):
7355         (mm-pkcs7-enveloped-magic): New variables.
7356         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7357         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7358         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7359         PKCS#7 blobs.
7360
7361         * smime.el (smime-decrypt-region): Expand keyfile.
7362
7363 2001-07-29  Simon Josefsson  <jas@extundo.com>
7364
7365         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7366         `ssl.el' variables.
7367
7368         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7369         but line instead of narrowing to it, because `nnmail-parse-active'
7370         calls widen.  Thanks to Christoph Conrad
7371         <christoph.conrad@gmx.de>.
7372
7373 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7374
7375         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7376         for %B spec.
7377
7378         * gnus-sum.el (gnus-summary-prepare-threads): If
7379         gnus-sum-thread-tree-root is nil, use subject instead.
7380         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7381         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7382         (gnus-sum-thread-tree-leaf-with-other)
7383         (gnus-sum-thread-tree-single-leaf): Documentation.
7384         (gnus-sum-thread-tree-single-indent): Allow nil.
7385
7386 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7387
7388         * message.el (message-fill-paragraph): Do nothing if the user
7389         wants filladapt-mode.
7390
7391 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * mm-decode.el (mm-image-type-from-buffer): New function.
7394         (mm-get-image): Use it.
7395
7396 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7399
7400         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7401         mm-display-parts too.
7402
7403 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7404
7405         * nnfolder.el (nnfolder-request-accept-article): Bind
7406         nntp-server-buffer.
7407
7408         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7409         nntp-server-buffer.
7410
7411 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7412
7413         * message.el (message-check-news-header-syntax): Use
7414         message-post-method.
7415         (message-send-news): Bind message-post-method.
7416
7417 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * mml.el (mml-tweak-type-alist): New variable.
7420         (mml-tweak-function-alist): New variable.
7421         (mml-tweak-part): New function.
7422         (mml-generate-mime-1): Use it.
7423
7424 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * nnfolder.el (nnfolder-request-accept-article): Replace
7427         nnfolder-request-list.
7428
7429 2001-07-27  Simon Josefsson  <jas@extundo.com>
7430
7431         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7432         nnoo-change-server failed to do it.
7433
7434 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * gnus.el (gnus-parameters): Make it customizable.
7437
7438 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7441
7442         * message.el (message-set-auto-save-file-name): More
7443         poor-system-types.
7444
7445         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7446
7447         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7448         supports +.
7449
7450 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7451
7452         * mm-decode.el (mm-readable-p): New function.
7453         (mm-inline-media-tests): Fix the default testers.
7454
7455 2001-07-26  Simon Josefsson  <jas@extundo.com>
7456
7457         * nnimap.el (nnimap-version): Bump version number.
7458
7459 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460         From Steven E. Harris <seh@speakeasy.org>
7461
7462         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7463         in M$Windows too.
7464
7465 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7466
7467         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7468
7469 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7472
7473         * mm-decode.el (mm-get-image): Guess then use the type.
7474
7475         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7476
7477 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7478
7479         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7480         display (%B) for threads if threading is off.
7481
7482 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483         From Henrik Enberg <henrik@enberg.org>
7484
7485         * gnus-msg.el: Customization patch.
7486
7487 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7488
7489         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7490         variable.
7491         (nnmail-split-fancy-with-parent): Ignore certain groups.
7492
7493 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7494
7495         * gnus-util.el (gnus-byte-compile): New function.
7496         (gnus-use-byte-compile): New variable.
7497         (gnus-make-sort-function): Use it.
7498
7499         * nnmail.el (nnmail-get-new-mail): Use it.
7500
7501         * gnus-agent.el (gnus-category-make-function): Simple function or
7502         compiled function.
7503         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7504
7505         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7506         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7507         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7508
7509         * message.el (message-check-news-header-syntax): Remove quote.
7510
7511 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * message.el (message-use-mail-followup-to): `t' is not a
7514         documented value.
7515
7516 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7517
7518         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7519
7520 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7523         there are long lines.
7524
7525 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * dgnushack.el (copy-list): New compiler macro.
7528
7529 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * message.el (message-bounce): If no Return-Path, the whole
7532         content is considered as the original message.
7533
7534         * nnml.el (nnml-check-directory-twice): New variable.
7535         (nnml-article-to-file): Use it.
7536         (nnml-retrieve-headers): Hack it.
7537
7538 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7539
7540         * gnus-win.el (gnus-buffer-configuration): New configure.
7541
7542         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7543         not alive.
7544
7545         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7546         (mm-display-external): Use display-term configure.
7547
7548 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7549
7550         * gnus-delay.el (gnus-delay-default-hour): New variable.
7551         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7552
7553 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554         From Karl Kleinpaste <karl@charcoal.com>
7555
7556         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7557         (gnus-summary-prepare-threads): Ditto.
7558
7559         * gnus.el (gnus-summary-line-format): Add %B.
7560
7561 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7562
7563         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7564
7565         * mm-util.el (mm-string-as-multibyte): New function.
7566
7567         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7568
7569 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * mm-util.el (mm-universal-coding-system): New variable.
7572
7573         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7574
7575         * score-mode.el (score-mode-coding-system): Use it.
7576
7577 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-start.el (gnus-setup-news): Call
7580         `gnus-check-bogus-newsgroups' just after the native server is
7581         opened.
7582
7583 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7584
7585         * nnmail.el (nnmail-do-request-post): Util function to be used by
7586         `nnchoke-request-post' for all nnmail-derived backends.
7587
7588         * nnml.el (nnml-request-post): Use it.
7589
7590         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7591         backend, for it groks nnml-request-post.
7592
7593         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7594         Treat `mail-post' backends like `mail' backends, not like `news'
7595         backends.
7596
7597 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * gnus-msg.el (gnus-setup-message): make-local-hook.
7600
7601 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7602
7603         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7604         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7605         <karl@charcoal.com>, slightly changed by Kai.
7606
7607         * message.el (message-check-news-header-syntax): When checking
7608         whether the groups exist, check the right server based on
7609         `gnus-post-method'.
7610
7611 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7612
7613         * gnus-delay.el: New file.
7614
7615 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7616
7617         * mm-util.el (mm-read-coding-system): Take two arguments.
7618
7619         * gnus-sum.el (gnus-summary-show-article): Use
7620         mm-read-coding-system.
7621
7622         * gnus-art.el (article-de-quoted-unreadable):
7623         (article-de-base64-unreadable, article-wash-html):
7624         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7625
7626 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7627
7628         * nnml.el (nnml-request-post): New function.  Can be used for
7629         annotations in nnml groups.
7630
7631 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7634         command.
7635
7636         * gnus-start.el (gnus-find-new-newsgroups): Use
7637         `message-make-date' instead of `current-time-string'.
7638         (gnus-ask-server-for-new-groups): Ditto.
7639         (gnus-check-first-time-used): Ditto.
7640
7641 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7642
7643         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7644
7645 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7646
7647         * message.el (message-shorten-references): Change `maxcount' and
7648         `cut' to obey USEFOR draft 5.
7649
7650 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7651
7652         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7653         (gnus-summary-set-article-display-arrow): New function.
7654         (gnus-summary-goto-subject): Use it.
7655
7656 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7657
7658         * gnus-sum.el (gnus-summary-import-article): Insert date if
7659         doesn't exist.
7660
7661 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7662
7663         * mml.el (mml-content-type-parameters): New variable.
7664         (mml-content-disposition-parameters): New variable.
7665         (mml-insert-mime-headers): Use them.
7666         (mml-parse-1): Accept charset.
7667
7668 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * gnus-group.el (gnus-group-select-group): Doc fix.
7671
7672         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7673
7674 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7677         to handle `define-derived-mode'.
7678
7679 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7680         From:  Stefan Monnier  <monnier@cs.yale.edu>
7681
7682         * message.el (message-mode): Use define-derived-mode.
7683         (message-tab): message-completion-alist.
7684
7685         * imap.el (imap-interactive-login): Use make-local-variable.
7686         (imap-open): Ditto.
7687         (imap-authenticate): Ditto.
7688
7689         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7690
7691         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7692
7693 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7694
7695         * message.el (message-citation-line-function): Refer to
7696         gnus-cite-attribution-suffix.
7697
7698 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7699
7700         * gnus-art.el,...: Error convention changes.
7701
7702 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7705
7706 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707
7708         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7709         (nnrss-read-server-data): Ditto.
7710
7711 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7712
7713         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7714         * Cleanup files.
7715         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7716
7717 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * gnus.el (gnus-summary-line-format): Add %o.
7720
7721         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7722         unless shell outputs something.
7723
7724 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * gnus-art.el (gnus-boring-article-headers): Better doc.
7727         (article-hide-headers): Better regexp.
7728         Suggested by Matt Swift <swift@alum.mit.edu>.
7729
7730         * nnheader.el (nnheader-max-head-length): Better doc.
7731         (nnheader-header-value): Skip spaces.
7732         (nnheader-parse-head): Remove space.
7733         Suggested by Matt Swift <swift@alum.mit.edu>.
7734
7735         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7736         (gnus-get-newsgroup-headers): Remove space.
7737
7738 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7739
7740         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7741         (gnus-summary-reply): Use it.
7742         (gnus-summary-reply-broken-reply-to): New function.
7743         (gnus-msg-force-broken-reply-to): New function.
7744
7745         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7746
7747 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7750
7751 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7752
7753         * mm-decode.el (mm-external-terminal-program): New variable.
7754         (mm-display-external): Use it. Use term to display when no
7755         window-system.
7756
7757 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7758
7759         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7760         Browse->Next entries to Browse->Prev
7761
7762 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7763
7764         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7765
7766 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7767
7768         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7769         for the default encoding.
7770
7771         * nnrss.el (nnrss-url-field): New field.
7772         (nnrss-request-article): Add newsgroups.
7773
7774         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7775
7776 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7777
7778         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7779
7780         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7781         (gnus-draft-setup): Remove backlog.
7782
7783 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7784
7785         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7786         Cleanup.
7787
7788 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7789
7790         * gnus-msg.el (gnus-bug): Erase buffer.
7791
7792         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7793
7794 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7795
7796         * mm-decode.el (mm-attachment-override-p): Fix typo.
7797
7798 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-kill.el (gnus-execute): Work with the extra headers.
7801         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7802
7803 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7804
7805         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7806         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7807
7808         * message.el (message-send-mail-real-function): New variable.
7809         (message-send-mail-partially, message-send-mail):
7810
7811         * nngateway.el (nngateway-request-post): Use it.
7812
7813         * gnus-agent.el (gnus-agentize): Use it.
7814
7815         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7816         (nnsoup-revert-variables): Use it.
7817
7818 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7819
7820         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7821         text/plain if the type doesn't match any other media types.
7822         (mm-inlined-types): Doc fix.
7823         (mm-display-inline): Revert previous change (now handled by a
7824         default type in `mm-inline-media-tests'.
7825         (mm-inlinable-p): Revive.
7826         (mm-display-part): Call `mm-inlinable-p'.
7827         (mm-attachment-override-p): Ditto.
7828         (mm-inlined-p): Doc fix.
7829
7830         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7831         well as `mm-inlined-p'.
7832
7833 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7834
7835         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7836         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7837
7838 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7839         From  Paul Jarc <prj@po.cwru.edu>
7840
7841         * message.el (message-use-mail-followup-to): New variable.
7842         (message-get-reply-headers): Use it.
7843
7844 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7845
7846         * nnheader.el (nnheader-init-server-buffer): Make sure the
7847         *nntpd* buffer is made multibyte instead of a random buffer.
7848
7849 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7852         when it returns headers.
7853
7854 2001-07-07  Simon Josefsson  <jas@extundo.com>
7855
7856         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7857         trying to fold. Thanks to Colin Walters
7858         <walters@cis.ohio-state.edu>
7859
7860 2001-07-06  Simon Josefsson  <jas@extundo.com>
7861
7862         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7863         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7864         Add information in `assert's.
7865
7866         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7867         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7868         and `nnimap-group-overview-filename', should handle all
7869         change-of-uidvalidity related issues.  But there may be other
7870         problems.)
7871
7872 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7873
7874         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7875         header name when folding.
7876
7877 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7878
7879         * mm-decode.el (mm-inlined-types): Document relationship with
7880         `mm-inline-media-tests'.
7881         (mm-display-inline): Default to displaying as plain text if no
7882         inlining handler is available.
7883         (mm-inlinable-p): Remove.
7884         (mm-inlined-p): Don't call `mm-inlinable-p'.
7885         (mm-automatic-display-p): Ditto.
7886         (mm-attachment-override-p): Ditto.
7887
7888 2001-07-04  Simon Josefsson  <jas@extundo.com>
7889
7890         * nnimap.el (nnimap-importantize-dormant): New variable.
7891         (nnimap-request-update-info-internal): Use it.
7892         (nnimap-request-set-mark): Ditto.
7893
7894 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7895
7896         * nntp.el (nntp-send-command): don't pass a buffer argument to
7897         `point'. Only XEmacs accepts this.
7898         * nntp.el (nntp-send-command-nodelete): ditto.
7899         * nntp.el (nntp-send-command-and-decode): ditto.
7900
7901 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7902
7903         * nntp.el (nntp-open-connection-function): doc update.
7904         * nntp.el (nntp-pre-command): New.
7905         * nntp.el (nntp-via-rlogin-command): New.
7906         * nntp.el (nntp-via-telnet-command): New.
7907         * nntp.el (nntp-via-telnet-switches): New.
7908         * nntp.el (nntp-via-user-name): New.
7909         * nntp.el (nntp-via-user-password): New.
7910         * nntp.el (nntp-via-address): New.
7911         * nntp.el (nntp-via-envuser): New.
7912         * nntp.el (nntp-via-shell-prompt): New.
7913         * nntp.el (nntp-open-telnet-stream): New.
7914         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7915         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7916         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7917         * nntp.el (nntp-send-command): ditto.
7918         * nntp.el (nntp-send-command-nodelete): ditto.
7919         * nntp.el (nntp-send-command-and-decode): ditto.
7920
7921 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7922
7923         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7924         `when'.
7925
7926 2001-07-03  Simon Josefsson  <jas@extundo.com>
7927         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7928
7929         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7930
7931 2001-07-03  Simon Josefsson  <jas@extundo.com>
7932
7933         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7934         remove it (workaround XEmacs `fill-region' bug).
7935
7936 2001-07-01  Simon Josefsson  <jas@extundo.com>
7937
7938         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7939
7940 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7941
7942         * mml2015.el (mml2015-format-error): New function.
7943         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7944         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7945         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7946
7947 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7948
7949         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7950         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7951
7952         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7953         group variables.
7954
7955 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7958
7959         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7960         (nnrss-save-group-data): Ditto.
7961
7962         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7963
7964 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * message.el (message-do-send-housekeeping): Narrow to headers.
7967
7968 2001-06-24  Simon Josefsson  <jas@extundo.com>
7969
7970         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7971         insertion when breaking lines looked for " \t" instead of "[ \t]".
7972         (rfc2047-encode-message-header): Fold lines even if
7973         no QP encoding is done.
7974
7975 2001-06-23  Simon Josefsson  <jas@extundo.com>
7976         From Samuel Tardieu <sam@inf.enst.fr>
7977
7978         * smime.el (smime-keys): Support additional certificates.
7979         (smime-make-certfiles): New function.
7980         (smime-sign-region): Use previous variables.
7981         (smime-get-certfiles): New function.
7982         (smime-sign-buffer): Use it.
7983         (smime-verify-region): Support both CAfile and CApath.
7984
7985 2001-06-23  Simon Josefsson  <jas@extundo.com>
7986
7987         * smime.el (smime-decrypt-region): Perhaps work.
7988
7989 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7990
7991         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7992
7993 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7994
7995         * mm-decode.el (mm-save-part): Rewrite file name.
7996         (mm-file-name-rewrite-functions): New variable.
7997         (mm-file-name-delete-whitespace): New function.
7998         (mm-file-name-trim-whitespace): New function.
7999         (mm-file-name-collapse-whitespace): New function.
8000         (mm-file-name-replace-whitespace): New variable and function.
8001
8002 2001-06-22  Simon Josefsson  <jas@extundo.com>
8003
8004         * message.el (message-make-date): Workaround locale for weekdays.
8005
8006 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8007
8008         * message.el (message-goto-body): Return nil if not found. (revert!)
8009
8010 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8011         From Fremlin <chief@bandits.org>
8012
8013         * message.el (message-goto-body): Some messages have no header.
8014
8015         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8016
8017 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8018
8019         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8020
8021 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * message.el (message-make-date): Add week day.
8024         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8025
8026 2001-06-19  Simon Josefsson  <jas@extundo.com>
8027
8028         * message.el (message-yank-prefix): Doc fix.
8029         (message-yank-cited-prefix): Ditto.
8030         (message-delete-not-region): Keep citation prefix on first line,
8031         if possible and appropriate.
8032
8033 2001-06-19  Simon Josefsson  <jas@extundo.com>
8034
8035         * imap.el (imap-process-connection-type): New variable.
8036         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8037         recent `imtest's work completely (no line length issues), while
8038         making making old `imtest's unusable.  Thanks to NAGY Andras
8039         <nagya@inf.elte.hu> for his work.
8040
8041 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8042
8043         * imap.el (imap-ssl-program): Add -quiet to shut up
8044         OpenSSL/SSLeay's internal debug talk.
8045
8046 2001-06-19  Matt Armstrong  <matt@lickey.com>
8047
8048         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8049         server.
8050
8051 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * nnmail.el (nnmail-article-buffer): New variable.
8054         (nnmail-split-incoming): Use it.
8055
8056 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8057
8058         * qp.el (quoted-printable-decode-region): If called interactively,
8059         use coding-system-for-read.
8060
8061 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8062
8063         * message.el (message-check-news-header-syntax): Check Reply-To.
8064
8065 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * mml.el (mml-parse-1): Use message options.
8068
8069         * message.el (message-do-fcc): Don't do anything if there is no
8070         FCC.
8071
8072 2001-06-16  Simon Josefsson  <jas@extundo.com>
8073
8074         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8075         (nnimap-expunge-search-string): New variable.
8076         (nnimap-request-expire-articles): Use it.
8077
8078 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * message.el (message-send-mail-with-qmail): wrong exit status is
8081         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8082
8083 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-art.el (article-strip-multiple-blank-lines): Use
8086         delete-region instead of replace-match.
8087
8088 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8091         (nnweb-google-wash-article): Ditto.
8092
8093 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8094
8095         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8096
8097 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8100         specs.
8101
8102 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8103
8104         * gnus.el (gnus-email-address): Move it here.
8105
8106         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8107         requested.
8108         (article-de-base64-unreadable): Ditto.
8109         (article-wash-html): Ditto.
8110
8111 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * message.el (message-options-set-recipient): Don't add ", "
8114         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8115
8116 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8119
8120 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8123         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8124
8125         * nnrss.el (nnrss-node-text): Node might be nil.
8126
8127 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8128
8129         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8130         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8131
8132         * nnrss.el (nnrss-group-alist): More items.
8133
8134 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8135
8136         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8137
8138 2001-06-03  Dale Hagglund  <rdh@best.com>
8139
8140         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8141         restrict clauses.
8142
8143 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8144
8145         From Benjamin Rutt <brutt+news@bloomington.in.us>
8146
8147         * message.el (message-wide-reply-confirm-recipients): New variable.
8148
8149 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8151
8152         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8153         fix so it works with XEmacs.
8154
8155 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8156
8157         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8158         headers.
8159
8160 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8161
8162         * nnrss.el: Fix a few bugs.
8163
8164 2001-06-05  Simon Josefsson  <jas@extundo.com>
8165
8166         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8167         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8168
8169 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8170
8171         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8172         binary so that we don't transmit ISO 2022 garbage to the process.
8173         This is needed under XEmacs.
8174
8175 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8176
8177         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8178         autoloaded incorrectly below because ssl-program-* is bound.)
8179         Thanks to Amos Gouaux for report.
8180
8181 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8182
8183         * imap.el (imap-kerberos4-open):
8184         (imap-gssapi-open):
8185         (imap-ssl-open):
8186         (imap-network-open):
8187         (imap-shell-open):
8188         (imap-starttls-open): Set buffer to workaround spurious
8189         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8190         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8191         Colman <colman@ppllc.com> for report.
8192
8193 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8194
8195         * gnus-sum.el (gnus-summary-catchup): New argument.
8196         (gnus-summary-catchup-from-here): New function.
8197
8198 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8199
8200         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8201         back, then insert glyph.  (Before, the glyph was inserted first,
8202         then the newline.)  This works around a behavior in XEmacs where
8203         it is not possible to insert a character after a glyph which is at
8204         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8205
8206 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8207
8208         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8209
8210         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8211         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8212         mm-destroy-postponed-undisplay-list): New functions.
8213         (mm-display-external): Use them.
8214
8215 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8216
8217         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8218         `default-low' when evaluating `gnus-summary-highlight'.
8219         From Raja R Harinath <harinath@cs.umn.edu>.
8220
8221 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8222
8223         * message.el (message-yank-cited-prefix): New variable.
8224         (message-indent-citation): Use it.
8225
8226         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8227         as details.
8228         (mml2015-mailcrypt-clear-verify): Ditto.
8229
8230 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8231         From Nevin Kapur <nevin@jhu.edu>.
8232
8233         * gnus-sum.el (gnus-summary-default-high-score,
8234         gnus-summary-default-low-score): New variables.
8235         (gnus-summary-highlight): Use them.
8236
8237 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8238
8239         * message.el (message-mail): pass the 'send-actions argument to
8240         `message-setup'.
8241
8242 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8243         From Raymond Scholz <ray-2001@zonix.de>
8244
8245         * gnus-art.el (gnus-mime-view-part-as-charset):
8246         (gnus-mime-internalize-part): Doc fixes.
8247
8248 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8249
8250         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8251         status lines without any text ("^215$").
8252
8253 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * nnrss.el (nnrss-check-group): Reverse.
8256
8257 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8258
8259         * message.el (message-get-reply-headers):
8260         (message-followup): Fix typo, suggested by David Green
8261         <dgreen@uab.edu>
8262
8263 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8266
8267         * nnrss.el (nnrss-open-server): Read server data when it is called.
8268         (nnrss-request-expire-articles): Fix.
8269
8270 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * message.el (message-do-send-housekeeping): mail-abbrevs may
8273         rename buffer behind Gnus.
8274
8275 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8278         (nnrss-group-alist): Add more resources.
8279         (nnrss-check-group): Ignore errors.
8280
8281 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8284
8285         * nnslashdot.el (nnslashdot-request-list): Add time.
8286         (nnslashdot-request-expire-articles): New function.
8287
8288         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8289         secondary methods too.
8290
8291 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8292
8293         * message.el (message-use-followup-to): Set default value to t.
8294
8295 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8296
8297         * message.el (message-dont-reply-to-names): Fix documentation.
8298         (message-get-reply-headers): Use Mail-Followup-To only for wide
8299         replies.
8300
8301 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8304         correctly.
8305         (nnrss-check-group): Use time.
8306
8307 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8308
8309         * gnus.el: Oort Gnus v0.03 is released.
8310
8311 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8314         group.
8315
8316 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8319
8320 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * nnultimate.el (nnultimate-retrieve-headers): Return all
8323         available headers.
8324
8325         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8326         (gnus-get-newsgroup-headers-xover): Use it.
8327
8328 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8331
8332 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8335
8336 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8339         disable it.
8340
8341         * gnus.el (gnus-info-nodes): Remove a few The's.
8342
8343 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * mail-source.el (mail-source-movemail): Call-process may return a
8346         signal description string.
8347
8348         * gnus-start.el (gnus-read-newsrc-el-file):
8349         gnus-newsrc-file-version may be nil.
8350
8351         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8352         Suggested by Michael Sperber [Mr. Preprocessor]
8353         <sperber@informatik.uni-tuebingen.de>.
8354
8355 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8356
8357         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8358
8359 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8360
8361         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8362         fontify HANDLE.
8363
8364 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8365
8366         * smime.el (smime-ask-passphrase): Rework to return value.
8367         (smime-sign-region): Rework to bind value and use it.
8368         (smime-decrypt-region): Ditto.
8369
8370 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8371         Committed by Simon Josefsson  <simon@josefsson.org>
8372
8373         * smime.el (smime-ask-passphrase): New function.
8374         (smime-sign-region): Use it.
8375         (smime-encrypt-cipher): New variable.
8376         (smime-decrypt-region): Ditto.
8377
8378 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8379         Committed by Simon Josefsson  <simon@josefsson.org>
8380
8381         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8382         the log.
8383
8384 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8385
8386         *gnus.el: Oort Gnus v0.02 is released.
8387
8388 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8389
8390         * gnus.el: Oort Gnus v0.01 is released.
8391
8392 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * gnus-sum.el (gnus-summary-highlight): Highlight read
8395         undownloaded articles as read articles.
8396
8397         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8398         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8399         articles, even read ones, as such.
8400
8401         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8402         (gnus-find-matching-articles): New function.
8403         (gnus-summary-limit-include-matching-articles): New command.
8404         (gnus-summary-limit-include-thread): Include articles that have
8405         matching subjects.
8406         (gnus-offer-save-summaries): Clean up.
8407
8408 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8409
8410         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8411
8412 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413         From Jason Merrill <jason_merrill@redhat.com>
8414
8415         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8416
8417 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8418         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8419
8420         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8421         newsgroup names when the original article is a news message.
8422
8423 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8424
8425         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8426         supported. Suggest by Jim Meyering <jim@meyering.net>.
8427
8428 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8429         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8430
8431         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8432         regexp in nnmail-split-fancy.
8433
8434 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8435
8436         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8437
8438 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8439
8440         * message.el (message-send-mail): Improve the interaction with the
8441         user.
8442
8443 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8444
8445         * imap.el (imap-message-copy): Work around buggy servers that
8446         doesn't send TRYCREATE tags.
8447
8448 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8451
8452 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8455         date.
8456
8457 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8460         lives.
8461
8462 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * gnus-art.el (gnus-parse-news-url): New function.
8465         (gnus-button-handle-news): New function.
8466         (gnus-button-alist): Point to new functions.
8467
8468         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8469
8470         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8471         gnus-format-specs.
8472
8473         * message.el (message-check-news-header-syntax): Question even
8474         when Gnus doesn't know the group names.
8475         (message-send-news): Clean up.
8476
8477         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8478         exited on purpose without saving.
8479
8480         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8481
8482 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-score.el (gnus-score-orphans): Clean up.
8485
8486         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8487
8488         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8489         later.
8490
8491         * gnus-start.el (gnus-close-all-servers): Find the right items to
8492         close.
8493
8494         * qp.el (quoted-printable-decode-region): Just message
8495         malformation; don't quit.
8496
8497 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8498         From Gerd Moellmann <gerd@gnu.org>.
8499
8500         * gnus.el (gnus-interactive): A typo.
8501
8502 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8503         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8504
8505         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8506         `assq-delete-all', if that function exists; otherwise use the old
8507         definition. Documentation changed to match the one in
8508         `assq-delete-all'.
8509
8510 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus-start.el (gnus-close-all-servers): New function.
8513
8514         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8515         (gnus-server-remove-denials): Clean up.
8516
8517         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8518         keystroke.
8519
8520 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * message.el (message-send-news): Message where we are sending.
8523         (message-send-mail): Ditto.
8524
8525         * gnus.el (gnus-server-string): New function.
8526
8527         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8528
8529         * mm-decode.el (mm-default-directory): Customized.
8530         (mm-tmp-directory): Ditto.
8531
8532         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8533         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8534         or Chars.
8535         (gnus-summary-line-format-alist): ?l is now a string.
8536         (gnus-summary-prepare-threads): Output ? for unknown lines.
8537         (gnus-summary-insert-line): Ditto.
8538         (gnus-summary-print-article): Unbalanced parentheses.
8539
8540         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8541         out whether new stuff has arrived.
8542
8543 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8544
8545         * gnus-sum.el: Let printing work on ttys on Emacs.
8546
8547 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8550         when forcing news.
8551
8552         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8553         command.
8554
8555 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8556
8557         * message.el (message-set-auto-save-file-name): Don't use
8558         asterisks under nt.
8559
8560 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8563         lists of articles.
8564
8565         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8566
8567         * gnus-msg.el (gnus-put-message): Clean up.
8568         (gnus-summary-reply): Mark all replied-to articles as replied to.
8569         (gnus-inews-add-send-actions): Also mark as forwarded.
8570         (gnus-summary-mail-forward): Mark as forwarded.
8571
8572         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8573         of articles.
8574         (gnus-summary-mark-article-as-forwarded): Ditto.
8575
8576         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8577         forwarded.
8578         (gnus-summary-mail-forward): Clean up.
8579
8580         * gnus.el (gnus-article-mark-lists): Added forward.
8581
8582         * gnus-sum.el (gnus-forwarded-mark): New variable.
8583         (gnus-summary-prepare-threads): Use it.
8584         (gnus-summary-update-secondary-mark): Ditto.
8585         (gnus-newsgroup-forwarded): New variable.
8586
8587 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8590         (gnus-summary-very-wide-reply): New command and keystroke.
8591         (gnus-summary-very-wide-reply-with-original): Ditto.
8592
8593         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8594         (gnus-score-adaptive): Use it.
8595
8596         * gnus-start.el (gnus-get-unread-articles): Clean up.
8597
8598 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8601         boards.
8602
8603 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8604
8605         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8606         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8607
8608 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * nnultimate.el (nnultimate-retrieve-headers): Understand
8611         long-form month names.
8612
8613 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * gnus-sum.el (gnus-summary-show-all-headers):
8616         gnus-article-show-all-headers is broken. Use
8617         gnus-summary-toggle-header instead.
8618
8619         * mml2015.el (mml2015-gpg-extract-from): No error.
8620
8621 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8623
8624         * mml2015.el (mml2015-gpg-extract-from): New function.
8625         (mml2015-gpg-verify): Use it.
8626         (mml2015-gpg-clear-verify): Use it.
8627
8628 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * message.el (message-setup-fill-variables): Use
8631         fill-paragraph-function.
8632         (message-fill-paragraph): Take an argument.
8633         (message-newline-and-reformat): Take another argument.
8634
8635 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8638
8639 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * message.el (message-forward): local-variable-p takes an extra
8642         argument in XEmacs.
8643
8644 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8645
8646         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8647         `nnimap-use-nov-p' (it really tested the negative).
8648         (nnimap-retrieve-headers): Use it.
8649
8650 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8651
8652         * message.el (message-generate-headers-first): Update doc.
8653
8654 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8655
8656         * gnus.el (gnus-summary-line-format): Typo.
8657
8658 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8659
8660         * mailcap.el (mailcap-mime-data): Add application/sieve.
8661         (mailcap-mime-extensions): Add .siv, .xls.
8662
8663 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8664         From Christoph Conrad <christoph.conrad@gmx.de>
8665
8666         * gnus-score.el (gnus-summary-lower-thread): Typo.
8667
8668 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * message.el (message-forward-decoded-p): New variable.
8671         (message-forward-subject-author-subject): Use it.
8672         (message-make-forward-subject): Use it.
8673         (message-forward): Use it.
8674
8675         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8676
8677         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8678         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8679
8680 ;;Has been fixed -- zsh.
8681 ;;2001-03-05  Dave Love  <fx@gnu.org>
8682 ;;
8683 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8684 ;;      Move it after definition of mm-coding-system-p.
8685 ;;
8686 2001-03-01  Dave Love  <fx@gnu.org>
8687
8688         * mm-util.el (mm-inhibit-file-name-handlers): Add
8689         image-file-handler.
8690
8691 2001-02-11  Dave Love  <fx@gnu.org>
8692
8693         * message.el (message-signature-file): Fix doc, :type.
8694
8695 2001-02-08  Dave Love  <fx@gnu.org>
8696
8697         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8698         (message-posting-charset): Defvar when compiling again.
8699         (rfc2047-encodable-p): Require message.
8700
8701         * gnus-sum.el (gnus-alter-articles-to-read-function):
8702         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8703
8704 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * nnrss.el: New file.
8707
8708 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8709         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8712         `skip-chars-forward'.
8713
8714 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * nndraft.el (nndraft-request-group): Restore auto save files if
8717         the original files do not exist.
8718
8719 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8722         SCORE paths.
8723
8724         * mm-decode.el (mm-dissect-buffer): Call
8725         mail-extract-address-components only if necessary.
8726
8727 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8730         directory part.
8731         (gnus-score-search-global-directories): Use file-directory-p.
8732
8733         * gnus-score.el (gnus-score-score-files-1): Use
8734         gnus-kill-files-directory.
8735         From Adrian Aichner <adrian@xemacs.org>.
8736
8737 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8738
8739         * gnus.el (charset): Move here from gnus-sum.el.
8740
8741 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8742
8743         * mml.el (mml-preview): Disable local map.
8744
8745         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8746         gnus-article-post-menu here.
8747
8748         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8749         if it has not been made.
8750
8751 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-art.el (gnus-article-describe-key): Map key to event.
8754         (gnus-article-describe-key-briefly): Ditto
8755
8756 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8759
8760 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761         From Katsumi Yamaoka <yamaoka@jpl.org>.
8762
8763         * dgnushack.el (coerce, merge, subseq): defmacro.
8764
8765 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766
8767         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8768         A fake defalias in nndraft.el results a not-activated bug in
8769         uncompiled versions.
8770
8771 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8772         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8773
8774         * gnus-util.el (gnus-split-references): Handle malformed References:.
8775
8776 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8777
8778         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8779
8780 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8781         From NAGY Andras <nagya@inf.elte.hu>.
8782
8783         * gnus.el (gnus-parameters): Typo.
8784
8785 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8786
8787         * gnus.el (gnus-read-method): Remove redundancy.
8788
8789 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8792         (nnslashdot-request-list): Use it.
8793
8794 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8795
8796         * nnml.el (nnml-generate-active-info): Fix the case when there is
8797         no file.
8798
8799         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8800         (gnus-summary-create-article): New function.
8801
8802         * gnus-group.el (gnus-group-mark-article-read): New function.
8803
8804         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8805
8806         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8807
8808 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-art.el (gnus-article-edit-done): Don't use
8811         gnus-article-edit-exit.
8812         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8813
8814         * gnus.el (gnus-parameters): New variable.
8815         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8816         (gnus-parameters-get-parameter): New function.
8817         (gnus-group-find-parameter): Use it.
8818
8819 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8820
8821         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8822         change of default value to `current'.
8823
8824 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * nneething.el (nneething-get-head): Insert unreadable file too.
8827
8828 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8831
8832         * webmail.el (webmail-type-definition): Deja is bought by google.
8833
8834 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8835
8836         * gnus-sum.el (gnus-fetch-headers): New function.
8837         (gnus-select-newsgroup): Use it.
8838         (gnus-summary-insert-articles): New function.
8839         (gnus-summary-insert-old-articles): New function.
8840         (gnus-summary-insert-new-articles): New function.
8841
8842         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8843         (gnus-group-list-active): Ditto.
8844         * gnus-sum.el (gnus-set-mode-line): Ditto.
8845         (gnus-summary-read-group-1): Ditto.
8846
8847 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848
8849         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8850         current topic.
8851
8852 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8853
8854         * smiley.el (gnus-smiley-display): Don't do widening.
8855
8856         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8857         within body.
8858
8859         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8860
8861         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8862         New variable.
8863         (gnus-mime-display-multipart-related-as-mixed): New variable.
8864         (gnus-mime-display-part): Use them.
8865
8866 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8869         something special.
8870
8871 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8874         (nnweb-request-article): Call reference if exists.
8875         (nnweb-type-definition): Dejanews is bought by google.com.
8876         Beta!
8877
8878 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8879
8880         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8881
8882 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8883
8884         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8885         gnus-article-sort-functions.
8886         (gnus-article-sort-functions): Doc fix.  Refer to
8887         gnus-thread-sort-functions.
8888
8889 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890         From Paul Jarc <prj@po.cwru.edu>.
8891
8892         * message.el (message-get-reply-headers): More fixes.
8893
8894 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8895         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8896
8897         * message.el (message-get-reply-headers): Fix bug with
8898         Mail-Followup-To/to-address interaction.
8899
8900 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8901
8902         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8903         gnus-article-copy.
8904
8905 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8906
8907         * message.el (message-do-send-housekeeping): Rename to a better
8908         name.
8909
8910 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * message.el (message-cancel-news): Check article first, then ask
8913         yes or no.
8914
8915 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8918
8919 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * gnus-range.el (gnus-range-normalize): New function.
8922
8923 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8924
8925         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8926
8927 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8928
8929         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8930
8931         * nnagent.el (nnagent-request-regenerate): New function.
8932
8933         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8934
8935         * nnml.el (nnml-generate-nov-databases): Accept argument
8936         server. Don't open server if it is opened.
8937         (nnml-request-regenerate): Use it. Change to deffoo.
8938
8939 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8940         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8941
8942         * gnus.el (gnus-define-group-parameter): Fix.
8943
8944 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * gnus.el (gnus-define-group-parameter): Improved.
8947
8948         * gnus-sum.el (charset): Define parameter.
8949         (ignored-charsets): Ditto.
8950         (gnus-summary-setup-default-charset): Use them.
8951
8952         * gnus-start.el (gnus-read-descriptions-file): Use them.
8953
8954         * gnus-cus.el (gnus-group-parameters): Remove them.
8955
8956 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8959
8960 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * gnus-sum.el (gnus-summary-read-group-1): Remove
8963         gnus-summary-set-local-parameters.
8964         (gnus-summary-setup-buffer): Put it here.
8965
8966 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8967
8968         * gnus.el (to-address): Define parameter.
8969         (to-list): Ditto.
8970         * gnus-art.el (article-hide-boring-headers): Use them.
8971         * gnus-msg.el (gnus-post-news): Ditto.
8972         * gnus-cus.el (gnus-group-parameters): Remove them.
8973
8974 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * gnus-draft.el (gnus-draft-reminder): New function.
8977
8978         * gnus-art.el (gnus-sender-save-name): New function.
8979
8980 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * mm-util.el (mm-mime-charset): Error message.
8983
8984 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * message.el (message-check-news-body-syntax): Don't check mml lines.
8987
8988 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8991         subscribe.
8992
8993         * gnus-start.el (gnus-call-subscribe-functions): New function.
8994         (gnus-find-new-newsgroups): Use it.
8995         (gnus-ask-server-for-new-groups): Use it.
8996         (gnus-check-first-time-used): Use it.
8997         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8998         (gnus-subscribe-options-newsgroup-method): Ditto.
8999         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9000         return .
9001
9002 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9003
9004         * gnus-cus.el (gnus-score-customize): Doc fix.
9005
9006 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9007
9008         * dgnushack.el (my-getenv): Typo.
9009
9010 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9013
9014 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9015
9016         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9017
9018         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9019         (gnus-treatment-function-alist): Use it.
9020         (article-remove-leading-whitespace): New function.
9021         (gnus-article-make-menu-bar): Use it.
9022
9023         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9024         remove-leading-whitespace.
9025         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9026         because of conflict.
9027
9028 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * Makefile.in: Hack generating gnus-load.el.
9031         * dgnushack.el: Ditto.
9032         * gnus-load.el: Remove it.
9033
9034 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * dgnushack.el : Add URLDIR.
9037
9038         * Makefile.in (EMACS_COMP): Ditto.
9039
9040 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * gnus-cus.el (gnus-score-customize): Error on no score file.
9043
9044 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045
9046         * mm-decode.el (mm-merge-handles): New function.
9047
9048         * mm-view.el (mm-inline-message): Use it.
9049         (mm-view-message): Ditto.
9050
9051         * mm-partial.el (mm-inline-partial): Ditto.
9052
9053         * mm-extern.el (mm-inline-external-body): Ditto.
9054
9055         * gnus-art.el (gnus-mime-view-part): Ditto.
9056         (gnus-mime-view-part-as-type): Ditto.
9057         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9058         cases.
9059
9060 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * message.el (message-cancel-news): Allow to shoot foot.
9063         (message-supersede): Ditto.
9064
9065 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9066
9067         * gnus-sum.el (gnus-simplify-subject-re): Use
9068         message-subject-re-regexp.
9069
9070 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * nnmail.el (nnmail-expiry-target-group): Bind
9073         nnmail-cache-accepted-message-ids to nil.
9074
9075         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9076         coding system.
9077
9078 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * qp.el (quoted-printable-encode-region): Make sure characters are
9081         between 00 and FF.  Don't check charset.
9082
9083         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9084         in Emacs 20.
9085         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9086
9087 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * message.el (message-make-forward-subject): Argument decoded.
9090         (message-forward): Use it when digest.
9091
9092         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9093         buffer.
9094
9095 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9096
9097         * message.el (message-generate-headers-first): Doc fix.
9098
9099 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-art.el (article-make-date-line): Error proof.
9102
9103 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9104
9105         * gnus-group.el (gnus-group-listing-limit): New variable.
9106         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9107
9108         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9109
9110 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * message.el (message-newline-and-reformat): Special case for
9113         breaking at BOL.
9114
9115 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9116
9117         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9118         message/rfc822.
9119
9120 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9121
9122         * message.el (message-encode-message-body): Don't insert
9123         Content-Type if it is inside a mail.
9124
9125 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9128         gnus-article-commands-menu.
9129
9130         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9131         in Emacs.
9132
9133         * gnus-start.el (gnus-read-descriptions-file): Use
9134         gnus-group-name-charset and gnus-group-charset-alist.
9135
9136 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9139         active region.
9140
9141         * gnus-start.el (gnus-group-change-level): Remove from both
9142         gnus-zombie-list and gnus-killed-list.
9143
9144 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9145
9146         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9147         gnus-subscribe-topics.
9148
9149         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9150
9151 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9152
9153         * gnus-art.el (gnus-article-make-menu-bar): Make
9154         gnus-article-post-menu.
9155
9156         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9157
9158         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9159
9160         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9161
9162         * message.el (message-mode-menu): Ditto.
9163
9164         * gnus-art.el (defvar): eval-when-compile.
9165
9166 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9167
9168         * gnus-agent.el (gnus-agentize): Fix doc.
9169
9170 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9171
9172         * mml.el (mml-preview): Bind `q'.
9173
9174 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175
9176         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9177
9178 2001-01-31  Dave Love  <fx@gnu.org>
9179
9180         * mm-util.el (mm-mime-mule-charset-alist)
9181         (mm-find-mime-charset-region): Consider mule-utf-8.
9182
9183 2001-01-31  Dave Love  <fx@gnu.org>
9184
9185         * gnus-art.el (gnus-article-x-face-command)
9186         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9187         :version.
9188
9189 2001-01-26  Dave Love  <fx@gnu.org>
9190
9191         * mm-util.el (mm-multibyte-string-p): New.
9192
9193 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9194 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9195 ;;      string-as-multibyte on class.  Clarify line-folding.
9196         (quoted-printable-encode-string): Make temp buffer inherit
9197         string's multibyteness.
9198
9199 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9200
9201         * nnheader.el (toplevel): Don't require `gnus-util' at
9202         compile-time; this creates a circular dependency, and prevents
9203         a bootstrap.
9204
9205 2001-01-22  Andreas Schwab  <schwab@suse.de>
9206
9207         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9208
9209 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9210
9211         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9212
9213         * gnus-art.el (article-hide-list-identifiers): Ditto.
9214
9215         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9216
9217 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9220
9221         * gnus-art.el (article-hide-list-identifiers): Similar.
9222
9223 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9224
9225         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9226
9227 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9228
9229         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9230
9231 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * gnus-util.el (gnus-string-equal): New function.
9234
9235         * gnus-art.el (article-hide-boring-headers): Use it.
9236
9237 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9238
9239         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9240
9241 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9242
9243         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9244
9245 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9248         command if there is not last-saver.
9249
9250 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * nntp.el (nntp-open-connection): 201 is possible.
9253
9254 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9255
9256         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9257         (rfc2047-charset-encoding-alist): Add big5.
9258
9259 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9262         (gnus-agent-remove-server): Ditto.
9263         (autoload): gnus-server-update-server.
9264
9265         * gnus-srvr.el (gnus-server-line-format): Add %a.
9266         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9267         (gnus-server-insert-server-line): Use it.
9268
9269 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9272         GB2312 and Big5.
9273
9274 2001-01-24  Simon Josefsson  <sj@extundo.com>
9275
9276         * mail-source.el (mail-sources): Add :program specifier to IMAP
9277         mail source.
9278         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9279
9280 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9283
9284 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * nntp.el (nntp-wait-for): Return the success code.
9287         (nntp-open-connection): Use it.
9288
9289 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9292
9293 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9296
9297 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9298
9299         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9300         argument. Allow to print several articles in one file.
9301
9302 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * webmail.el (webmail-type-definition): netaddress changes.
9305
9306 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9307
9308         * gnus.el: Fix copyright. Remove trailing spaces.
9309
9310         * message.el (message-forward): Use mule4.
9311
9312 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9313
9314         * mm-util.el (mm-string-as-unibyte): New function.
9315
9316         * message.el (message-forward): Use it.
9317
9318 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9319
9320         * message.el (message-cite-original-without-signature): Don't peel
9321         off the blank line.
9322         (message-get-reply-headers): Add Cc if it is not in follow-to.
9323
9324 2001-01-20  Simon Josefsson  <sj@extundo.com>
9325
9326         * mm-decode.el (mm-handle-multipart-from): Add.
9327         (mm-dissect-buffer): Save From: header value.
9328         (mm-security-from): Remove.
9329         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9330
9331         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9332         instead of `mml-security-from'.  Protect null from value.
9333
9334 2001-01-20  Simon Josefsson  <sj@extundo.com>
9335
9336         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9337         application/vnd.ms-excel attachments.
9338
9339 2001-01-19  Simon Josefsson  <sj@extundo.com>
9340
9341         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9342
9343 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9344
9345         * message.el (message-ignored-mail-headers): Ditto.
9346
9347 2001-01-19  Simon Josefsson  <sj@extundo.com>
9348
9349         * message.el (message-ignored-news-headers): Only search beginning
9350         of line.
9351
9352 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9353
9354         * message.el (message-send-mail): Content-Type may not be there.
9355
9356 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9359         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9360
9361         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9362         not.
9363
9364 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9365
9366         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9367         non-native groups.
9368
9369 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * message.el (message-yank-original): Understand
9372         universal-argument.
9373
9374 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9377         (article-hide-boring-headers): Ditto.
9378
9379         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9380
9381 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9384         one.
9385
9386 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9387
9388         * message.el (message-make-in-reply-to): Add comment to message-id
9389         (old syntax, see 2000-08-02 change).
9390
9391 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392
9393         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9394         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9395         (gnus-button-reply): Ditto.
9396
9397 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-art.el (article-display-x-face): Fix.
9400
9401 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9402
9403         * gnus-art.el (article-display-x-face): Use
9404         gnus-original-article-buffer.
9405
9406 2001-01-15  Jack Twilley  <jmt@tbe.net>
9407
9408         * message.el (message-add-header): Move to point-max.
9409
9410 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9411
9412         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9413         nil, improve documentation.
9414         (smime-certificate-directory): Comment out false hints (until it
9415         is implemented).
9416
9417         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9418         there aren't any keys.
9419         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9420         verify certificate.  Default is changed to only check integrity.
9421         Improved security status texts.  If a certificate doesn't contain
9422         a email address, don't fail.
9423
9424         * smime.el (smime-noverify-region):
9425         (smime-noverify-buffer): New functions.  Verifies integrity only.
9426
9427 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9428
9429         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9430
9431 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9432
9433         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9434         (gnus-remove-some-windows): Ditto.
9435
9436 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9437
9438         * gnus-art.el (article-make-date-line): 11th.
9439
9440 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9443         (mml2015-gpg-sign): Ditto.
9444
9445 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9448         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9449
9450 2001-01-08  Dave Love  <fx@gnu.org>
9451
9452         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9453         single character.
9454
9455         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9456
9457         * message.el: Doc and message fixes.
9458         (message-send-rename-function)
9459         (message-make-forward-subject-function)
9460         (message-send-mail-function, message-reply-to-function)
9461         (message-wide-reply-to-function, message-followup-to-function)
9462         (message-distribution-function, message-auto-save-directory): Fix
9463         :type.
9464
9465         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9466         proceeding after warnings.  Amend multipart warning message.
9467
9468 2001-01-04  Dave Love  <fx@gnu.org>
9469
9470         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9471         compiling.
9472         (gnus-make-directory): Require nnmail.
9473
9474         * mm-decode.el (mm-inline-media-tests): Add
9475         image/x-portable-bitmap.
9476         (mm-get-image): Grok pbm.
9477
9478 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9479
9480         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9481
9482 2001-01-09  Didier Verna  <didier@xemacs.org>
9483
9484         * dgnushack.el (dgnushack-compile): give a dummy value to
9485         `gnus-xmas-glyph-directory' for the time of compilation.
9486         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9487         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9488         * gnus-art.el: ditto.
9489         * gnus-group.el: ditto.
9490         * gnus-salt.el: ditto.
9491         * gnus-sum.el: ditto.
9492         * gnus-topic.el: ditto.
9493         * gnus-xmas.el (gnus-xmas-define): see above.
9494         * gnus-xmas.el (gnus-xmas-redefine): see above.
9495         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9496         non-continuable error when the directory can't be found.
9497
9498 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9499
9500         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9501         handle.
9502         * gnus-art.el (gnus-mime-view-part): Copy it.
9503         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9504
9505 2001-01-09  Michael Downes  <mjd@ams.org>
9506
9507         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9508
9509 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9512         orig-file. Use ',source.
9513
9514 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9517         (gnus-xmas-group-startup-message):
9518         Detect gnus-xmas-glyph-directory when it is nil.
9519
9520 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9521
9522         * pop3.el (pop3-get-message-count): Andrew Innes
9523         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9524
9525 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9528
9529         * time-date.el (time-to-number-of-days): New function.
9530
9531 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9532
9533         * nnslashdot.el (nnslashdot-request-list): Always get the right
9534         sid.
9535
9536 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         * message.el (message-minibuffer-local-map): New keymap.
9539         (message-read-from-minibuffer): Use it.
9540         * gnus-msg.el (gnus-summary-resend-message): Use it
9541
9542 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9543
9544         * gnus-start.el (gnus-display-time-event-handler): New function.
9545         (gnus-after-getting-new-news-hook): Use it.
9546
9547 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * message.el (message-ignored-mail-headers): Add draft header.
9550
9551 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9554         excursion.
9555
9556         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9557
9558 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9559
9560         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9561
9562 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * qp.el (quoted-printable-decode-region): Don't backward-char.
9565
9566 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * gnus-draft.el: Mark articles as replied.
9569
9570         * gnus-sum.el (gnus-summary-add-mark): New function.
9571
9572         * gnus-group.el (gnus-add-mark): New function.
9573
9574         * gnus-sum.el (gnus-summary-buffer-name): New function.
9575         (gnus-summary-setup-buffer): Use it.
9576
9577         * gnus-draft.el: Set things up with the right post method and
9578         stuff.
9579
9580         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9581
9582         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9583
9584         * gnus.el (gnus-draft-meta-information-header): New variable.
9585
9586 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-art.el (gnus-treatment-function-alist): Move the date
9589         functions before the header sorting functions.
9590
9591         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9592
9593         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9594         Don't (push "/usr/share/emacs/site-lisp" load-path).
9595
9596         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9597         to empty fill prefixes.
9598
9599 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9600
9601         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9602         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9603
9604 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9607
9608         * nnml.el (autoload): Move to nnheader.el.
9609
9610         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9611         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9612         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9613         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9614
9615 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616
9617         * gnus-art.el (article-make-date-line): Get the hours right.
9618         (gnus-ignored-headers): More hiding.
9619
9620         * nnmail.el (nnmail-expiry-wait): Not an integer.
9621
9622         * message.el (message-goto-body): Only expand abbrev when called
9623         interactively.
9624         (message-make-lines): Use it.
9625
9626 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9627
9628         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9629
9630 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9633         include the expunged articles.
9634
9635         * gnus-group.el (gnus-group-sort-by-server): New function.
9636
9637         * gnus.el (gnus-method-to-server-name): New function.
9638         (gnus-group-prefixed-name): Use it.
9639
9640         * gnus-group.el (gnus-group-sort-function): Doc fix.
9641         (gnus-group-sort-groups-by-server): New command.
9642
9643 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * gnus-art.el (gnus-treat-date-english): New variable.
9646         (article-date-english): New command.
9647         (gnus-english-month-names): New variable.
9648         (article-make-date-line): Do 'english.
9649
9650         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9651         after the fill prefix.
9652
9653         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9654         score...".
9655
9656         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9657
9658         * message.el (message-mode-map): Bind comment-region.
9659
9660         * gnus-art.el (gnus-mime-display-part): Let w3 display
9661         multipart/related.
9662
9663         * mm-bodies.el (mm-long-lines-p): New function.
9664         (mm-body-encoding): Use it.
9665         (mm-body-encoding): Encode articles with lines longer than 1000
9666         characters.
9667
9668 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * mm-util.el (mm-enable-multibyte): Use
9671         default-enable-multibyte-characters.
9672         (mm-enable-multibyte-mule4): Ditto.
9673         (mm-disable-multibyte): Test XEmacs.
9674         (mm-disable-multibyte-mule4): Ditto.
9675         (mm-with-unibyte-current-buffer): Simplified.
9676         (mm-with-unibyte-current-buffer-mule4): Ditto.
9677
9678 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9681
9682         * nnheader.el (nnheader-string-as-multibyte): New alias.
9683
9684         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9685
9686         * gnus-uu.el (gnus-message-process-mark): New function.
9687         (gnus-uu-mark-by-regexp): Use it.
9688         (gnus-new-processable): New function.
9689
9690 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9691
9692         * gnus-sum.el (gnus-no-mark): New variable.
9693
9694 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9697         backslashes.
9698
9699 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9702         definition.
9703
9704 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9705
9706         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9707
9708         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9709         XEmacs.
9710
9711 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9712
9713         * mml.el (mml-read-tag): Save tag location.
9714
9715 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9716
9717         * starttls.el: Sync with Emacs 21.
9718
9719 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9720
9721         * message.el (message-mail): Support yank-action.
9722
9723         * message.el (message-setup): Revoke the last change.
9724
9725 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9728         <jvromans@squirrel.nl>.
9729
9730 2000-12-24  Simon Josefsson  <sj@extundo.com>
9731
9732         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9733         mailing list junk at end of part.
9734
9735 2000-12-23  Simon Josefsson  <sj@extundo.com>
9736
9737         * nnimap.el (nnimap-expiry-target): New function.
9738         (nnimap-request-expire-articles): Use it.
9739
9740 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9741
9742         * gnus.el (gnus-group-parameters-more): New variable.
9743         * gnus-cus.el (gnus-group-customize): Use it.
9744
9745         * gnus.el (gnus-define-group-parameter): New macro.
9746         (auto-expire): Use it
9747         (total-expire): Use it.
9748         * gnus-art.el (banner): Use it.
9749
9750         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9751         <ljz@asfast.com>.
9752
9753 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * gnus-topic.el (gnus-topic-create-topic): Use list.
9756
9757         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9758         before binding gnus-default-article-saver.
9759
9760         * gnus-sum.el (gnus-summary-save-article):
9761         (gnus-summary-pipe-output):
9762         (gnus-summary-save-article-mail):
9763         (gnus-summary-save-article-rmail):
9764         (gnus-summary-save-article-file):
9765         (gnus-summary-write-article-file):
9766         (gnus-summary-save-article-body-file): Ditto.
9767
9768         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9769
9770 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9771
9772         * gnus-art.el (gnus-mime-security-button-map):
9773         (gnus-mime-button-map): Add parent.
9774
9775 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * messagexmas.el (message-xmas-redefine): New function.
9778
9779         * message.el: Use it.
9780
9781         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9782
9783         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9784
9785 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9788         malformatted messages.
9789
9790 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * mm-util.el (mm-image-load-path): New function.
9793
9794         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9795
9796         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9797
9798         * message.el (message-tool-bar-map): Use it.
9799
9800         * Makefile.in (install-el): New rule.
9801
9802 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-art.el (article-treat-dumbquotes): Quote \.
9805
9806 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9807
9808         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9809         Emacs 20 runs on a terminal.
9810
9811 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9814
9815         * mml.el (gnus-add-minor-mode): Autoload.
9816
9817         * message.el (message-forward): Save-restriction.
9818
9819 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9820
9821         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9822         Paul Stevenson <p.stevenson@surrey.ac.uk>
9823
9824 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9827
9828         * mml.el (gnus-ems): Don't require.
9829
9830         * gnus.el (gnus-decode-rfc1522): Removed.
9831         (gnus-set-text-properties): Define.
9832
9833 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * gnus-art.el (gnus-mime-*): handle may be nil.
9836
9837         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9838
9839         * gnus.el (gnus-group-remove-excess-properties): Not defined
9840         in gnus-xmas.
9841
9842 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * message.el (message-mail-user-agent): Add :version.
9845
9846 2000-12-21  Miles Bader  <miles@gnu.org>
9847
9848         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9849
9850 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * message.el (message-mail-user-agent): New variable.
9853         (message-setup): Renamed to message-setup-1. Support
9854         mail-user-agent.
9855         (message-mail-user-agent): New function.
9856         (message-mail): Use it.
9857         (message-reply): Use it.
9858         (message-resend): Use it.
9859         (message-mail-other-window): Use it.
9860         (message-mail-other-frame): Use it.
9861
9862         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9863
9864 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * message.el (message-tool-bar-map): Simplify.
9867         (message-narrow-to-head-1): New function.
9868         (message-narrow-to-head): Use it.
9869         (message-reply): Ditto.
9870         (message-cancel-news): Ditto.
9871         (message-supersede): Ditto.
9872         (message-make-forward-subject): Ditto.
9873         (message-bounce): Ditto.
9874
9875 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9876
9877         * uudecode.el (uudecode-decode-region-external): make-temp-file
9878         may not be defined.
9879
9880         * binhex.el (defalias): eval-and-compile.
9881
9882         * message.el (message-tool-bar-map): New function.
9883         (message-mode): Use it.
9884
9885 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9886
9887         * nntp.el (nntp-find-connection): Remove the entry.
9888         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9889
9890 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9893
9894         * message.el (message-forward): Copy buffer in unibyte mode.
9895
9896 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * message.el (message-make-forward-subject): Don't widen. Decode.
9899         (message-forward): Don't decode subject.
9900
9901 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9902
9903         * qp.el (quoted-printable-encode-region): Upcase QP.
9904
9905 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9908         mail-extract-a-c instead. Don't depend on Gnus.
9909
9910         * mml.el (gnus-ems): Require it.
9911
9912         * gnus-msg.el (gnus-summary-mail-forward):
9913
9914         * message.el (message-forward):  Move mime-to-mml here.
9915
9916 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9919         * gnus-art.el (gnus-insert-mime-button): Simplify.
9920         (gnus-mime-display-alternative): Ditto.
9921         (gnus-insert-mime-security-button): Ditto.
9922
9923 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9926         text-property-not-all doesn't return nil when start=mark(end).
9927         (gnus-remove-text-properties-when): Ditto.
9928
9929 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930
9931         * gnus-start.el (gnus-group-change-level): Remove group from
9932         gnus-active-hashtb if real killed.
9933
9934 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9937         (gnus-mime-display-alternative): Ditto.
9938         (gnus-insert-mime-security-button): Ditto.
9939
9940 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941
9942         * gnus-start.el (gnus-group-change-level): Don't add it into
9943         killed-list if it was killed.
9944
9945 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9948         (nnmbox-active-file-coding-system): Ditto.
9949
9950         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9951
9952 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9953
9954         * gnus.el (gnus-version):
9955         (gnus-version-number): Set to Oort Gnus 0.01.
9956
9957         * gnus-art.el (gnus-mime-security-button-map):
9958         (gnus-insert-mime-security-button): Fix for Emacs21.
9959
9960 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9961
9962         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9963         easymenu, because XEmacs doesn't understand :help.
9964
9965         * mm-uu.el: Require binhex.
9966
9967 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9968
9969         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9970
9971 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9974
9975 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9976
9977         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9978
9979 2000-12-18  Dave Love  <fx@gnu.org>
9980
9981         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9982         (unused).
9983
9984 2000-12-13  Miles Bader  <miles@gnu.org>
9985
9986         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9987         to t, so that we don't get stuck while trying to smilefy
9988         intangible text.
9989
9990 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9991
9992         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9993         at the end of the buffer.
9994         (smiley-region): In the loop, move to the end of the submatch
9995         matching the smiley instead of using the end of the match
9996         of the whole regexp.
9997
9998 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9999
10000         * message.el (message-mode): Doc fix.
10001
10002 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10003
10004         * smiley-ems.el (smiley-region): Doc fix.
10005
10006 2000-12-11  Miles Bader  <miles@gnu.org>
10007
10008         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10009         bottom line visible, check to see if it's partially obscured, and
10010         if so, either scroll one more line to make it fully visible, or
10011         revert to showing the second line from the top.
10012
10013 2000-12-07  Dave Love  <fx@gnu.org>
10014
10015         * mailcap.el (mailcap-download-directory)
10016         * gnus-audio.el (gnus-audio-directory)
10017         * smiley-ems.el (smiley-data-directory): Fix :type.
10018
10019 2000-11-30  Dave Love  <fx@gnu.org>
10020
10021         * message.el (message-auto-save-directory): Use
10022         file-name-as-directory.
10023         (message-set-auto-save-file-name): Create
10024         message-auto-save-directory if necessary.
10025         (message-replace-chars-in-string): Removed -- unused.
10026         (message-mail-alias-type): Customize.
10027         (message-headers): Remove duplicate defgroup.
10028
10029 2000-11-29  Dave Love  <fx@gnu.org>
10030
10031         * qp.el (quoted-printable-decode-region): Use error, not message
10032         to report malformed text (like base64).  Amend message.
10033
10034 2000-11-29  Miles Bader  <miles@gnu.org>
10035
10036         * message.el (message-header-lines): Fontify tag.
10037
10038 2000-11-27  Dave Love  <fx@gnu.org>
10039
10040         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10041         compiler warning.
10042
10043 ;2000-11-26  Dave Love  <fx@gnu.org>
10044 ;
10045 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10046 ;
10047 2000-11-23  Dave Love  <fx@gnu.org>
10048
10049         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10050
10051         * mm-uu.el (uudecode): Require.
10052         (uudecode-decode-region, uudecode-decode-region-external): Don't
10053         autoload.
10054         (mm-uu-copy-to-buffer): Doc fix.
10055         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10056         type fix.
10057
10058         * mailcap.el: Doc fixes.
10059         (mailcap-mime-data): Various adjustments.
10060         (mailcap): New group.
10061         (mailcap-download-directory): Customize.
10062         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10063         (mailcap-temporary-directory): Deleted (unused).
10064         (mailcap-unescape-mime-test): Simplify slightly.
10065         (mailcap-viewer-passes-test): Use functionp.
10066         (mailcap-command-p): Aliased to executable-find.
10067
10068         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10069         default-enable-multibyte-characters is nil.
10070
10071 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10072
10073         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10074
10075 2000-11-21  Dave Love  <fx@gnu.org>
10076
10077         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10078         gnus-article-mode-map.
10079 ;       (gnus-mime-button-menu): Use mouse-set-point.
10080         (gnus-insert-mime-button, gnus-mime-display-alternative)
10081         (gnus-mime-display-alternative): Don't use local-map property.
10082
10083 2000-11-17  Dave Love  <fx@gnu.org>
10084
10085         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10086         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10087         and make-temp-file.
10088         (uudecode-decode-region): Doc fix.
10089
10090 2000-11-14  Dave Love  <fx@gnu.org>
10091
10092         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10093         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10094         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10095         New files, derived from the XPMs.
10096
10097 2000-11-10  Dave Love  <fx@gnu.org>
10098
10099         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10100         (gnus-agent-lib-file, gnus-agent-load-alist)
10101         (gnus-agent-save-alist, gnus-agent-article-name): Use
10102         expand-file-name.
10103
10104         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10105         :version.
10106         (nnkiboze-score-file): Defvar when compiling.
10107
10108         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10109
10110         * gnus-art.el (gnus-article-banner-alist)
10111         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10112         (gnus-article-date-lapsed-new-header)
10113         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10114         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10115         (gnus-treat-strip-headers-in-body)
10116         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10117         (gnus-treat-translate): Add :version.
10118         (gnus-article-mime-part-function): Fix defcustom.
10119
10120         * nnmail.el (nnmail-expiry-target)
10121         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10122         (nnmail-split-header-length-limit): Add :version.
10123
10124         * gnus-sum.el (gnus-auto-expirable-marks)
10125         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10126         (gnus-extra-headers, gnus-ignored-from-addresses)
10127         (gnus-newsgroup-ignored-charsets)
10128         (gnus-group-highlight-words-alist)
10129         (gnus-summary-show-article-charset-alist): Add :version.
10130
10131         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10132         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10133         files, converted from the XPMs.
10134
10135         * gnus-cache.el (gnus-cache-active-file): Don't use
10136         file-name-as-directory on directory.
10137         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10138         use file-name-as-directory on directory.
10139
10140         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10141         (date-to-time): Use it.
10142
10143 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10144 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10145 ;       (message-newline-and-reformat): Likewise.
10146         (message-forward-as-mime, message-forward-ignored-headers)
10147         (message-buffer-naming-style, message-default-charset)
10148         (message-dont-reply-to-names, message-send-mail-partially-limit):
10149         Add :version.
10150
10151         * mm-util.el: Doc fixes.
10152         (mm-mime-charset): Don't use the raw result of
10153         mm-preferred-coding-system.
10154         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10155         (mm-with-unibyte): Simplify.
10156
10157         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10158         concat.
10159
10160         * pop3.el (pop3-version): Deleted.
10161         (pop3-make-date): New function, avoiding message-make-date.
10162         (pop3-munge-message-separator): Use it.
10163
10164 2000-11-09  Dave Love  <fx@gnu.org>
10165
10166         * gnus-group.el (gnus-group-make-directory-group)
10167         (gnus-group-fetch-faq): Use expand-file-name.
10168         (gnus-group-fetch-faq): Simplify completing-read form.
10169
10170         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10171         test for Mule.
10172
10173         * message.el (tool-bar-map): Defvar when compiling.
10174
10175         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10176         (gnus-tm-lisp-directory): Deleted.
10177         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10178         (featurep 'xemacs).
10179         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10180         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10181         version numbers from file names.
10182
10183 2000-11-08  Dave Love  <fx@gnu.org>
10184
10185         * mm-view.el: Use featurep for XEmacs test.
10186         (mm-inline-message): Test for `remove-specifier'; don't use
10187         condition-case.
10188
10189         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10190
10191         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10192         (gnus-score-find-bnews): Don't concat "".
10193
10194         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10195         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10196         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10197         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10198
10199         * gnus-sum.el: Put some defvars in eval-when-compile.
10200         (gnus-summary-mode-hook): Add :options.
10201         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10202         (gnus-summary-tool-bar-map): New variable.
10203         (gnus-summary-make-tool-bar): New function.
10204         (gnus-summary-mode): Put kill-all-local-variables first.
10205
10206         * gnus-group.el (gnus-group-toolbar-map): New variable.
10207         (gnus-group-make-tool-bar): Rewritten.
10208         (gnus-group-mode): Put kill-all-local-variables first.
10209
10210         * rfc2047.el: Require gnus-util.
10211
10212         * nnml.el (gnus-sorted-intersection): Autoload.
10213
10214         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10215         Put some defvars in eval-when-compile.
10216         (gnus-intersection, gnus-sorted-complement):  Autoload.
10217
10218         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10219
10220         * mm-encode.el (mm-body-7-or-8): Autoload.
10221
10222         * mm-decode.el (mm-insert-inline): Autoload.
10223
10224         * mml.el:
10225         * message.el: Put some defvars in eval-when-compile.
10226
10227         * gnus-msg.el: Put some defvars in eval-when-compile.
10228         (gnus-msg-mail): Move after gnus-setup-message.
10229
10230         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10231
10232 2000-11-07  Dave Love  <fx@gnu.org>
10233
10234         * gnus-util.el (nnheader): Don't require message (recursive
10235         autoload).
10236
10237         * uudecode.el: Avoid compiler warnings.
10238
10239         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10240         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10241
10242 2000-11-06  Dave Love  <fx@gnu.org>
10243
10244         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10245
10246         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10247         (uudecode-char-int): New alias, replacing char-int.
10248         (uudecode-decode-region): Don't call buffer-disable-undo.
10249
10250 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10251 ;       (mm-uu-configure-list): Doc fix.
10252 ;
10253 ;       * earcon.el (running-xemacs): Don't define.
10254 ;
10255 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10256 ;
10257 ;       * message.el (message-font-lock-keywords): Match a final newline
10258 ;       to help font-lock's multiline support.
10259 ;
10260 2000-11-03  Dave Love  <fx@gnu.org>
10261
10262         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10263
10264         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10265         name.
10266
10267         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10268         <banner>: Fix custom type, doc.
10269
10270         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10271         name.  Don't disable undo explicitly.
10272
10273 ;2000-11-02  Dave Love  <fx@gnu.org>
10274 ;
10275 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10276 ;       cite-prefix.
10277
10278 2000-11-01  Dave Love  <fx@gnu.org>
10279
10280         * rfc2047.el (base64): Require unconditionally.
10281         (message-posting-charset): Defvar when compiling.
10282         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10283         message.
10284
10285         * gnus-sum.el (nnoo): Require.
10286         (mm-uu-dissect): Autoload.
10287
10288         * mml.el (mml-parse-1): Clarify message.
10289         (mml-minibuffer-read-type): Use mailcap-mime-types.
10290
10291 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10292
10293         * mml.el: Fix a typo in the requiring of CL.
10294
10295 2000-11-01  Dave Love  <fx@gnu.org>
10296
10297         * utf7.el: Require cl when compiling.
10298
10299         * binhex.el: Use (featurep 'xemacs).
10300         (binhex-char-int): New alias, replacing char-int.  Change callers.
10301         (binhex-decode-region): Simplify work buffer code.
10302         (binhex-decode-region-external): Use expand-file-name, not concat.
10303
10304 2000-10-30  Dave Love  <fx@gnu.org>
10305
10306         * gnus-art.el: Fix 2000-10-27 change properly.
10307
10308 2000-10-28  Miles Bader  <miles@gnu.org>
10309
10310         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10311
10312 2000-10-27  Dave Love  <fx@gnu.org>
10313
10314         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10315         strings.
10316         (gnus-group-make-tool-bar): New function.
10317         (gnus-group-mode): Use it.
10318
10319         * message.el (message-mode-menu): Add some :help strings.
10320         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10321         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10322
10323         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10324         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10325         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10326
10327         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10328         display-graphic-p here.
10329
10330 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10331
10332         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10333         of the `gnus-xemacs' variable, as the latter has been removed.
10334         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10335         * gnus-art.el (gnus-treat-display-xface)
10336         (gnus-treat-display-smileys, gnus-treat-display-picons)
10337         (gnus-article-read-summary-keys): Likewise.
10338
10339 2000-10-26  Dave Love  <fx@gnu.org>
10340
10341         (defvar): Use rmail-spool-directory unconditionally.
10342
10343 2000-10-18  Dave Love  <fx@gnu.org>
10344
10345         * mm-bodies.el (mm-uu-decode-function)
10346         (mm-uu-binhex-decode-function): Defvar when compiling.
10347
10348         * gnus-nocem.el (gnus-nocem-issuers): Update.
10349         (gnus-nocem-check-from): New option.
10350         (gnus-nocem-scan-groups): Use it.
10351         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10352         (gnus-nocem-check-article-limit): Add :version.
10353
10354 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10355
10356         * ietf-drums.el (mm-util): Require CL when compiling.
10357
10358 2000-10-15  Dave Love  <fx@gnu.org>
10359
10360         * qp.el: Require mm-util.
10361
10362 2000-10-13  Dave Love  <fx@gnu.org>
10363
10364         * qp.el (quoted-printable-decode-region): Avoid invalid
10365         coding-systems.
10366
10367 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10368
10369         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10370         to a recursive load.
10371
10372 2000-10-12  Dave Love  <fx@gnu.org>
10373
10374         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10375
10376         * gnus.el (gnus-group-startup-message): Check for PBM image.
10377
10378 2000-10-09  Dave Love  <fx@gnu.org>
10379
10380         * mail-source.el (mail-source-fetch-imap): Bind
10381         default-enable-multibyte-characters rather than using
10382         mm-disable-multibyte.
10383
10384 2000-10-05  Dave Love  <fx@gnu.org>
10385
10386         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10387         Autoload.
10388         (quoted-printable-decode-region):  Rename arg which confused
10389         charset with coding-system.  Don't use nonascii-insert-offset.
10390         Coding-system encode the region initially.  Don't recognize `=='
10391         as valid QP.  Coding-system decode the region finally.
10392         (quoted-printable-decode-string): Rename arg which confused
10393         charset with coding-system.
10394
10395         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10396         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10397         mm-encode-coding-region.
10398         (mm-decode-body, mm-decode-string): Rename variables which
10399         confused charset with coding-system.
10400         (binhex-decode-region): Don't autoload.
10401         (mm-body-encoding): Require message.
10402         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10403         cond branches.
10404
10405         * gnus-art.el (article-de-quoted-unreadable)
10406         (article-de-base64-unreadable): Fold search case
10407         rather than downcasing string.  Apply mm-charset-to-coding-system
10408         to arg of quoted-printable-decode-region.
10409
10410 2000-10-04  Dave Love  <fx@gnu.org>
10411
10412         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10413         Require ring when compiling.
10414         (gnus-article-compface-xbm): New variable.
10415
10416 2000-10-04  Dave Love  <fx@gnu.org>
10417
10418         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10419         pbm images.
10420
10421         * frown.pbm, smile.pbm, wry.pbm: New files.
10422
10423         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10424
10425 2000-10-03  Dave Love  <fx@gnu.org>
10426
10427         * mail-source.el (mail-sources): Revert to nil.
10428
10429         * nnmail (nnmail-spool-file): Revert to `((file))'.
10430
10431         * qp.el: Don't require mm-util.
10432         (quoted-printable-decode-region): Rewritten.
10433         (quoted-printable-decode-string, quoted-printable-encode-region):
10434         Doc fix.
10435         (quoted-printable-encode-region): Barf on multibyte characters.
10436         Maybe make the class multibyte.  Upcase chars, not formatted
10437         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10438         (quoted-printable-encode-string): Don't use
10439         mm-with-unibyte-buffer.
10440
10441 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10442
10443         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10444
10445 2000-09-21  Dave Love  <fx@gnu.org>
10446
10447         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10448         (for Emacs 20).  Tidy somewhat.
10449
10450 2000-09-21  Dave Love  <fx@gnu.org>
10451
10452         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10453         image processing.  Rationalize logic somewhat.
10454
10455 2000-09-20  Dave Love  <fx@gnu.org>
10456
10457         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10458         specifically.
10459
10460         * gnus.el (gnus-version-number): Avoid some redundant
10461         autoloads.
10462
10463 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10464
10465         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10466         to XBM; we always have PBM support.
10467
10468 2000-09-14  Dave Love  <fx@gnu.org>
10469
10470         * gnus.el (gnus-charset):
10471         * mm-decode.el (mime-display):
10472         * imap.el (imap) <defgroup>: Add :version.
10473
10474 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10475
10476         * parse-time.el: Fix author's mail address.
10477
10478         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10479         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10480         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10481         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10482         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10483         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10484         * rfc2231.el, uudecode.el: Fix copyright notice.
10485
10486         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10487         require `w3' at load-time only if not running in batch mode.
10488
10489 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10490
10491         * gnus.el: Before merge with Emacs21.
10492
10493 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10494
10495         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10496
10497 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10498
10499         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10500         to avoid conflict with the standard `back-to-indentation'
10501         binding.
10502
10503 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10506
10507         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10508         (mm-disable-multibyte-mule4): Ditto.
10509         (mm-with-unibyte-current-buffer-mule4): Ditto.
10510
10511 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * pop3.el (pop3-movemail): Use binary.
10514         (pop3-movemail-file-coding-system): Removed.
10515
10516 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10519
10520 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10521
10522         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10523         exists.
10524
10525 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * gnus-msg.el (gnus-post-method): Use backend name when the
10528         address is "".
10529
10530 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10533         mm-verify-option.
10534         (gnus-treat-x-pgp-sig): Default value.
10535         (gnus-ignored-headers): Redundant.
10536
10537 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * gnus-win.el (gnus-configure-frame): Save selected window.
10540
10541 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10542
10543         * nnmbox.el: Require gnus-range.
10544         (nnmbox-group-building-active-articles): New variable.
10545         (nnmbox-group-active-articles): New variable; this is a cache of
10546         all active articles by group and number.
10547         (nnmbox-in-header-p): New function.
10548         (nnmbox-find-article): New function.
10549         (nnmbox-record-active-article): New function.
10550         (nnmbox-record-deleted-article): New function.
10551         (nnmbox-is-article-active-p): New function.
10552         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10553         (nnmbox-request-article): Ditto.  Also supply extra arg to
10554         nnmbox-article-group-number.
10555         (nnmbox-request-expire-articles): Ditto.
10556         (nnmbox-request-move-article): Ditto.
10557         (nnmbox-request-replace-article): Ditto.
10558         (nnmbox-request-rename-group): Rename group entry in active
10559         article cache.
10560         (nnmbox-delete-mail): Update active article cache, unless article
10561         is being replaced.
10562         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10563         than partially duplicating it.
10564         (nnmbox-article-group-number): Add extra `this-line' arg, to
10565         handle articles belonging to multiple groups.
10566         (nnmbox-save-mail): Update active article cache.
10567         (nnmbox-read-mbox): Build active article cache when loading mbox.
10568         Also do some repair work, if we find articles that are missing the
10569         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10570         reconstruct these from Xref info.
10571
10572 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10573
10574         * mail-source.el (mail-source-report-new-mail): Use
10575         nnheader-run-at-time.
10576
10577 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10578
10579         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10580         an error is thrown, and then rethrow the error.
10581         (mail-source-check-pop): Ditto.
10582         (mail-source-start-idle-timer): Prevent multiple pop checks
10583         running if the check takes a long time.
10584
10585 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10588         succeed.
10589
10590 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591
10592         * gnus-win.el (gnus-configure-windows): Make sure
10593         nntp-server-buffer is live.
10594         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10595
10596 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10597
10598         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10599
10600 2000-12-04  Andreas Jaeger  <aj@suse.de>
10601
10602         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10603
10604 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10605
10606         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10607
10608 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10609         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10610
10611         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10612
10613 2000-12-01  Simon Josefsson  <sj@extundo.com>
10614
10615         * mml-smime.el (mml-smime-verify): Fix address parsing.
10616
10617 2000-12-01  Simon Josefsson  <sj@extundo.com>
10618
10619         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10620         more than one certificate inside PKCS#7 blob.  Better security
10621         information (clamed / actual sender, openssl output, certificates
10622         inside message).
10623
10624         * smime.el (smime-verify-region): Output to /dev/null.
10625         (smime-buffer-as-string-region): Don't parse empty lines.
10626
10627 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10630         ?d and ?D.
10631         (gnus-mime-security-show-details-inline): New variable.
10632         (gnus-mime-security-show-details): Use them.
10633         (gnus-insert-mime-security-button): Ditto.
10634
10635         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10636         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10637         (mml2015-gpg-clear-verify): Ditto.
10638         (mml2015-gpg-decrypt-1): Ditto.
10639         (mml2015-use): Prefer 'gpg.
10640
10641 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * gnus-util.el (gnus-add-text-properties-when): New function.
10644         (gnus-remove-text-properties-when): Ditto.
10645
10646         * gnus-cite.el (gnus-article-hide-citation): Use them.
10647         (gnus-article-toggle-cited-text): Use them.
10648
10649         * gnus-art.el (gnus-signature-toggle): Use them.
10650         (gnus-article-show-hidden-text): Ditto.
10651         (gnus-article-hide-text): Ditto.
10652
10653 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10654
10655         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10656
10657 2000-11-30  Simon Josefsson  <sj@extundo.com>
10658
10659         * smime.el (smime-point-at-eol): New alias.
10660         (smime-buffer-as-string-region): Use it.
10661
10662 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10665
10666 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10669
10670         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10671
10672         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10673
10674 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10675
10676         * nnmh.el (nnmh-request-expire-articles): Implemented
10677         expiry-target for nnmh backend.
10678
10679 2000-11-30  Simon Josefsson  <sj@extundo.com>
10680
10681         * mm-decode.el (mm-security-from): New variable.
10682         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10683
10684         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10685         than `from'.
10686
10687 2000-11-30  Simon Josefsson  <sj@extundo.com>
10688
10689         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10690         address match sender address.
10691
10692         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10693
10694         * smime.el (smime-verify-region): Don't copy buffer.
10695         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10696         (smime-pkcs7-region): New function.
10697         (smime-pkcs7-certificates-region): Ditto.
10698         (smime-pkcs7-email-region): Ditto.
10699         (smime-buffer-as-string-region): Ditto.
10700
10701         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10702         buffer.
10703
10704 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10705
10706         * smime.el (smime-decrypt-region): Fix keyfile argument.
10707
10708 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10711
10712 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * message.el (message-shoot-gnksa-feet): New variable.
10715         (message-gnksa-enable-p): New function.
10716         (message-send): Use it.
10717         (message-check-news-body-syntax): Ditto.
10718
10719 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * message.el (message-make-message-id): Remove the redundancy.
10722
10723 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * message.el (message-setup): Discourage using mc-install-*-mode.
10726
10727         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10728
10729 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10730
10731         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10732
10733 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10736
10737 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10740
10741 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10742
10743         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10744         insert-buffer-substring.
10745
10746         * message.el (message-send-mail): Use buffer-substring-no-properties.
10747         (message-send-news): Ditto.
10748
10749 2000-11-22  David Edmondson  <dme@dme.org>
10750
10751         * imap.el (imap-wait-for-tag): Message read info.
10752
10753 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10756         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10757         (mml2015-gpg-encrypt): Ditto.
10758
10759 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10760
10761         * mm-decode.el (mm-verify-option): Default value.
10762
10763         * mml-sec.el (mml-secure-part): Error message.
10764
10765 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10768
10769 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10772
10773 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * gnus-art.el (gnus-article-describe-key): Use prompt.
10776         (gnus-article-describe-key-briefly): Ditto.
10777
10778 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10781
10782 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * gnus-art.el (gnus-article-describe-key): New function.
10785         (gnus-article-describe-key-briefly): New function.
10786
10787 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * mm-decode.el (mm-decrypt-option): Doc typo.
10790
10791         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10792         return a number.
10793
10794 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * message.el (message-newline-and-reformat): Typo.
10797
10798 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10801         original-article-buffer exists.
10802
10803         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10804         (rfc2047-header-encoding-alist): Addresses are different from text.
10805         (rfc2047-encode-message-header): Ditto.
10806         (rfc2047-dissect-region): Extra parameter.
10807         (rfc2047-encode-region): Ditto.
10808         (rfc2047-encode-string): Ditto.
10809
10810 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10813         (mm-uu-pgp-encrypted-extract): Use it.
10814         (mm-uu-pgp-signed-extract-1): New function.
10815         (mm-uu-pgp-signed-extract): Use it.
10816
10817         * gnus-art.el (gnus-mime-display-security): New function.
10818         (gnus-mime-display-part): Use it.
10819         (gnus-mime-security-verify-or-decrypt): New function.
10820         (gnus-mime-security-press-button): New function.
10821         (gnus-insert-mime-security-button): Use it.
10822
10823         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10824         (mm-find-raw-part-by-type): Ditto.
10825         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10826         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10827         (mm-destroy-parts): Kill nested multibyte buffer.
10828
10829         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10830         (mml2015-gpg-verify): Ditto.
10831
10832 2000-11-18  Simon Josefsson  <sj@extundo.com>
10833
10834         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10835         (mml2015-function-alist): Use it.
10836
10837         * mml-sec.el (mml-sign-alist): Update names.
10838         (mml-encrypt-alist): Ditto.
10839         (mml-secure-part-smime-sign): Moved to mml-smime.el
10840         as `mml-smime-sign-query'.
10841         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10842         `mml-smime-get-file-cert'.
10843         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10844         `mml-smime-get-dns-cert'.
10845         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10846         `mml-smime-encrypt-query'.
10847         (mml-smime-sign-buffer): Use mml-smime-sign.
10848         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10849
10850         * mml-smime.el (mml-smime-sign): New function.
10851         (mml-smime-encrypt):
10852         (mml-smime-sign-query):
10853         (mml-smime-get-file-cert):
10854         (mml-smime-get-dns-cert):
10855         (mml-smime-encrypt-query): Moved from mml-sec.el.
10856
10857 2000-11-16  Simon Josefsson  <sj@extundo.com>
10858
10859         * mml2015.el (mml2015-gpg-clear-verify): New function.
10860         (mml2015-function-alist): Add it.
10861
10862 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * message.el (message-setup-fill-variables): Use
10865         message-cite-prefix-regexp.
10866         (message-newline-and-reformat): Check the end of citation, leading
10867         WSP, break in the cite prefix.
10868         (message-fill-paragraph): New function.
10869
10870 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * lpath.el: Shut up.
10873
10874 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10875
10876         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10877         raw 8-bit in headers in dk.* newsgroups.
10878
10879 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * message.el (message-newline-and-reformat): Match extra WSPs.
10882
10883 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * mml.el (mml-generate-mime-1): Ignore ascii.
10886
10887 2000-11-16 Justin Sheehy  <justin@iago.org>
10888
10889         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10890
10891 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10892
10893         * message.el (message-cite-prefix-regexp): Prefix should not end
10894         at space.
10895
10896 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * message.el (message-mode-syntax-table): Add - as a word
10899         constituent as in articles.
10900         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10901         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10902         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10903
10904 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10907
10908 2000-11-12  David Edmondson  <dme@dme.org>
10909
10910         * message.el (message-font-lock-keywords): use
10911         message-cite-prefix-regexp.
10912
10913 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10914
10915         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10916         Stein Arild Str\e,Ax\e(Bmme.
10917         (gnus-group-jump-to-group): Use it.
10918         (gnus-group-jump-to-group-prompt): Customize.
10919
10920 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10923
10924 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10925
10926         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10927         incompatible.
10928         (mml2015-mailcrypt-sign): Ditto.
10929
10930 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10933         group is open.
10934
10935 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10938         nnvirtual articles.
10939         (gnus-backlog-request-article): Don't request nnvirtual articles.
10940
10941 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10944         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10945
10946 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10949         * mml.el (mml-generate-mime-1): Use charset attribute.
10950         * mm-bodies.el (mm-encode-body): Add parameter charset.
10951         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10952
10953 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10956         (mml2015-mailcrypt-clear-decrypt): Ditto.
10957         (mml2015-mailcrypt-verify): Ditto.
10958         (mml2015-mailcrypt-clear-verify): Ditto.
10959         (mml2015-gpg-verify): Ditto.
10960
10961 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * smime.el (smime-openssl-program): Test the existence of openssl.
10964         * mml-smime.el: Require mm-decode.
10965         (mml-smime-verify-test): New function.
10966         * mm-decode.el (mm-verify-function-alist): Use it.
10967
10968 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10969
10970         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10971         anyway.
10972
10973 2000-11-13  Simon Josefsson  <sj@extundo.com>
10974
10975         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10976         verification doesn't work.
10977
10978 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10979
10980         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10981         (gnus-inews-do-gcc): Use it.
10982
10983 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10986         leading space.
10987         * mm-extern.el (mm-inline-external-body): Report error when no
10988         access-type.
10989
10990 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10993
10994 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10997
10998 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10999
11000         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11001         as multipart/mixed.
11002
11003 2000-11-12  David Edmondson  <dme@dme.org>
11004
11005         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11006         and replace `.' with `\w' to allow for different syntax tables
11007         (from Vladimir Volovich).
11008         * message.el (message-newline-and-reformat): use
11009         `message-cite-prefix-regexp'.
11010         * gnus-cite.el (gnus-supercite-regexp): use
11011         `message-cite-prefix-regexp'.
11012         * gnus-cite.el (gnus-cite-parse): use
11013         `message-cite-prefix-regexp'.
11014
11015 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11018         PGP SIGNATURE.  Escape leading "-"'s.
11019         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11020
11021 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11022
11023         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11024
11025 2000-11-11  Simon Josefsson  <sj@extundo.com>
11026
11027         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11028
11029         * smime.el (smime-details-buffer): New variable.
11030         (smime-sign-region):
11031         (smime-encrypt-region):
11032         (smime-verify-region):
11033         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11034
11035         * mml-smime.el (mml-smime-verify): Support security info.
11036
11037 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * mm-decode.el (mm-verify-option): Set default to nil.
11040         (mm-decrypt-option): Ditto.
11041         * gnus-art.el (article-verify-x-pgp-sig): New function.
11042
11043 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11046         preferred part.
11047
11048 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11049
11050         * gnus-sum.el (gnus-move-split-methods): Say that
11051         `gnus-split-methods' uses file names, whereas this uses group
11052         names.  (Report from Nevin Kapur)
11053
11054 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11057
11058 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11059
11060         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11061         (nnheader-directory-articles): Use it.
11062         (nnheader-article-to-file-alist): Ditto.
11063
11064 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11065
11066         * rfc2047.el (rfc2047-pad-base64): New function.
11067         (rfc2047-decode): Use it.
11068
11069 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11072         select method.
11073
11074 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * mml2015.el (mml2015-gpg-decrypt-1):
11077         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11078
11079 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11082
11083 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11084
11085         * pop3.el (pop3-munge-message-separator): A message may have an
11086         empty body.
11087
11088 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11091         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11092         (mm-uu-pgp-signed-extract): Use coding-system.
11093
11094 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11097         (gnus-insert-mime-security-button): New function.
11098         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11099         * mml2015.el:  Add security info when verify or decrypt.
11100         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11101         (mm-uu-pgp-encrypted-extract): Ditto.
11102
11103 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * mm-decode.el (mm-display-parts): New function.
11106         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11107
11108 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11109
11110         * gnus-mlspl.el: Documentation tweaks.
11111
11112 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11115         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11116         argument.
11117
11118 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119
11120         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11121
11122 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * gnus-art.el (gnus-article-encrypt): New function.
11125         (gnus-article-encrypt-protocol-alist): New variable.
11126         (gnus-article-encrypt-protocol): New variable.
11127         * mml2015.el (mml2015-self-encrypt): New function.
11128         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11129
11130 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11131
11132         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11133         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11134         let mailcap do it.
11135         * mml2015.el: Remove snarf code.
11136         * mm-decode.el: Remove snarf code.
11137
11138 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11141         (mml-insert-mime): Understand gnus-decoded.
11142         (mime-to-mml): New parameter handles.
11143         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11144         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11145
11146 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147
11148         * mm-decode.el (mime-security): New group.
11149         (mm-verify-function-alist): Add test function.
11150         (mm-decrypt-function-alist): Ditto.
11151         (mm-snarf-option): Set default value as nil.
11152         (mm-find-part-by-type): Recursive parameter.
11153         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11154         * mml2015.el: Support draft-ietf-openpgp-multsig.
11155
11156 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11159         (gnus-article-view-part-as-charset): New function.
11160
11161 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * mm-decode.el (mm-verify-option): Default value.
11164         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11165
11166 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11169
11170 2000-11-05  Simon Josefsson  <sj@extundo.com>
11171
11172         * mml-smime.el (mml-smime-verify): Work in original multipart
11173         buffert.
11174
11175         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11176         (mm-handle-multipart-ctl-parameter): Ditto.
11177         (mm-alist-to-plist): New function.
11178         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11179         for multiparts.
11180         (mm-destroy-parts): Destroy multipart buffert.
11181         (mm-remove-part): Ditto.
11182
11183         * mml-smime.el (mml-smime-sign): Not used.
11184         (mml-smime-encrypt): Ditto.
11185
11186         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11187
11188         Verify S/MIME signature support.
11189
11190         * mm-decode.el (mm-inline-media-tests): Add
11191         application/{x-,}pkcs7-signature.
11192         (mm-inlined-types): Ditto.
11193         (mm-automatic-display): Ditto.
11194         (mm-verify-function-alist): Ditto.  Add name of method.
11195         (mm-decrypt-function-alist): Add name of method.
11196         (mm-find-part-by-type): Add documentation.
11197         (mm-possibly-verify-or-decrypt): Use new format of
11198         mm-{verify,decrypt}-function-alist.  Use method names.
11199
11200         * mml-smime.el (mml-smime-verify): New function.
11201
11202 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11205
11206 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11207
11208         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11209         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11210         * mm-decode.el (mm-snarf-option): New variable.
11211
11212 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11213
11214         * mm-util.el (mm-subst-char-in-string): New function.
11215         (mm-replace-chars-in-string): Use it.
11216         * message.el (message-replace-chars-in-string): Use it.
11217         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11218         * gnus-mh.el (mh-lib-progs): Shut up.
11219
11220 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11221
11222         * base64.el, md5.el: Moved to contrib directory.
11223
11224 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11227         the last article when search.
11228
11229 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11232         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11233
11234 2000-09-29  David Edmondson  <dme@thus.net>
11235
11236         * message.el (message-newline-and-reformat): Typo.
11237
11238 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11239
11240         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11241
11242 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * nntp.el (nntp-decode-text): Delete bogus status lines.
11245
11246 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11247
11248         * message.el (message-font-lock-keywords): Match a final newline
11249         to help font-lock's multiline support.
11250
11251 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * nnoo.el (nnoo-set): New function.
11254
11255 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11256
11257         * gpg.el, gpg-ring.el: Moved to contrib directory.
11258
11259 2000-11-04  Simon Josefsson  <sj@extundo.com>
11260
11261         * nnimap.el (nnimap-split-inbox): Typo.
11262
11263 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11266
11267 2000-11-03  Simon Josefsson  <sj@extundo.com>
11268
11269         * rfc2231.el (rfc2231-parse-qp-string): New function.
11270         (require): rfc2047.
11271
11272         * mail-parse.el (mail-header-parse-content-type):
11273         (mail-header-parse-content-disposition): Support invalid QP
11274         encoded strings, by using `rfc2231-parse-qp-string'.
11275
11276 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11279         (rfc2231-decode-encoded-string): Typo "> X 1".
11280         (rfc2231-encode-string): Insert the name of charset.
11281         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11282
11283 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * mm-decode.el (mm-save-part): Return the filename.
11286         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11287         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11288         (gnus-mime-action-alist): Use it.
11289         (gnus-mime-button-commands): Use it.
11290         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11291         (mm-inline-external-body): unwind-protect.
11292
11293 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * gnus-art.el (gnus-insert-mime-button): Show url.
11296
11297 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11298
11299         * mml.el (mml-generate-mime-1): Support external url.
11300         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11301
11302 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11305         * mm-decode.el (mm-display-external): Ditto.
11306         * mm-extern.el: New file.
11307         * mm-decode.el (mm-inline-media-tests): Hook it up.
11308         (mm-inlined-types): Inline message/external-body.
11309
11310 2000-11-02  Simon Josefsson  <sj@extundo.com>
11311
11312         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11313
11314         * message.el (message-get-reply-headers): Better handling when
11315         Mail-Followup-To is very large.
11316
11317 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11320         * gnus-art.el (gnus-article-edit-done):
11321         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11322         counting code here.
11323         * gnus-msg.el (gnus-setup-message): Remove a hack.
11324
11325 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11328         (gnus-summary-mode): Make them local variables.
11329         (gnus-set-global-variables): Globalize them.
11330         (gnus-summary-exit): Kill them.
11331
11332 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11333
11334         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11335         word.
11336
11337 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11340         gnus-article-wash-types.
11341         * gnus-art.el (gnus-article-wash-status): Use them.
11342
11343 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11344
11345         * mml.el (mml-read-tag): Remove spaces and LF.
11346
11347 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11350         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11351
11352 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11355
11356 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * gnus-sum.el (gnus-article-charset): New variable.
11359         (gnus-summary-display-article): Set it.
11360         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11361         * gnus-art.el (gnus-article-mode): Make it local variable.
11362
11363 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11366
11367 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * nnwfm.el: New file.
11370
11371         * nnweb.el (nnweb-replace-in-string): New function.
11372
11373 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * mml2015.el: Wrap gpg.el.
11376         * gpg.el (gpg-verify): The last argument of apply is a list.
11377         (gpg-encrypt): Add passphrase as a parameter.
11378
11379 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11380
11381         * gpg.el: New file.
11382         * gpg-ring.el: New file.
11383
11384 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11387
11388 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11391         double-quote characters.
11392         (gnus-summary-prepare-threads): Ditto.
11393
11394 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11397         * mml.el (mml-read-tag): Don't skip the leading space.
11398         * lpath.el (font-lock-set-defaults): Shut up.
11399
11400 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11401
11402         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11403
11404 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * qp.el (quoted-printable-encode-region): Replace leading - when
11407         ultra safe.
11408         * mml.el (mml-generate-mime-postprocess-function): Removed.
11409         (mml-postprocess-alist): Removed.
11410         (mml-generate-mime-1): Use ultra-safe when sign.
11411         * mml2015.el (mml2015-fix-micalg): Uppercase.
11412         (mml2015-verify): Insert LF.
11413         (mml2015-mailcrypt-sign): Downcase; search backward.
11414
11415 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11418         restrictive.
11419         (nnultimate-table-regexp): New variable.
11420         (nnultimate-forum-table-p): Use it.
11421
11422 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11423
11424         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11425
11426 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11429         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11430
11431 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * mml2015.el: Shut up.
11434
11435 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * gnus.el (gnus-server-browse-hashtb): Removed.
11438         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11439         (gnus-group-insert-group-line-info): Use simplified method.
11440         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11441
11442 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11445         moved here.
11446         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11447         * gnus-group.el (gnus-group-prepare-flat): Use it.
11448         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11449
11450 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * mml.el (mml-mode): Show menu in XEmacs.
11453
11454 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11455
11456         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11457         (gnus-server-read-server-in-server-buffer): New function.
11458         (gnus-browse-foreign-server): Browse in group buffer.
11459         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11460         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11461         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11462         * gnus.el (gnus-server-browse-hashtb): New variable.
11463
11464 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * nnfolder.el (nnfolder-open-nov): Use group.
11467
11468 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * nnfolder.el: Add NOV. Set version to 2.0.
11471         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11472
11473 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11476
11477 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11480         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11481
11482 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11485
11486 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11487
11488         * mm-decode.el (mm-verify-function-alist): New variable.
11489         (mm-verify-option): New variable.
11490         (mm-decrypt-function-alist): Ditto.
11491         (mm-decrypt-option): Ditto.
11492         (mm-find-raw-part-by-type): New function.
11493         (mm-possibly-verify-or-decrypt): New function.
11494         (mm-dissect-multipart): Use it.
11495         * mml2015.el (mml2015-fix-micalg): New function.
11496         (mml2015-decrypt): Use new interface.
11497         (mml2015-verify):  Use new interface.
11498         (mml2015-setup): Make it bogus.
11499
11500 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * mml.el (mml-generate-mime-postprocess-function): Set to
11503         mml-postprocess.
11504         (autoload): Autoload mml2015 and mml-smime.
11505         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11506         * mml2015.el (mml2015-encrypt): New function.
11507         (mml2015-sign): New function.
11508         (mml2015-encrypt-function): New variable.
11509         (mml2015-sign-function): New variable.
11510         (mml2015-mailcrypt-encrypt): Use message-recipients.
11511         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11512         * mml-smime.el (mml-smime-setup): Ditto.
11513
11514 2000-10-28  Simon Josefsson  <sj@extundo.com>
11515
11516         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11517         Communigate Pro 3.3.1 server.
11518
11519         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11520         in buffers.
11521         (mml-secure-dns-server): Removed.
11522         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11523         write certificates to files.
11524
11525         * smime.el (smime-dns-server): New variable.
11526         (smime-mail-to-domain):
11527         (smime-cert-by-dns): New functions.
11528
11529         * dig.el: New file.
11530
11531 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11532
11533         * message.el (message-options): New variable.
11534         (message-options-set-recipient): New function.
11535         (message-send): Use them.
11536         * gnus-int.el (gnus-request-replace-article): Use them.
11537         (gnus-request-accept-article): Ditto.
11538         * mml.el (mml-preview): Use them.
11539         * gnus-sum.el (gnus-summary-edit-article): Use them.
11540
11541         * message.el (message-options-get): New function.
11542         (message-options-get): New function.
11543         * rfc2047.el (rfc2047-encode-message-header): Use them.
11544         * mm-bodies.el (mm-encode-body): Use them.
11545
11546 2000-10-28  Simon Josefsson  <sj@extundo.com>
11547
11548         * nnimap.el (nnimap-retrieve-which-headers):
11549         (nnimap-request-article-part): Quote message-id.
11550
11551         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11552         (smime-CA-file): New variable.
11553         (smime-call-openssl-region): Don't error.
11554         (smime-sign-region): Return result value.
11555         (smime-encrypt-region): Ditto.
11556         (smime-verify-region): New function.
11557         (smime-decrypt-region): Ditto.
11558         (smime-verify-buffer): Ditto.
11559         (smime-decrypt-buffer): Ditto.
11560
11561         * mml.el: Require mml-sec.
11562         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11563         (mml-mode-map): Add "sign" and "encrypt" maps.
11564         (mml-menu): Add security menu.
11565         (mml-preview): Use generate-new-buffer.
11566
11567         * mml-sec.el: New file.
11568
11569 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * mm-decode.el (mm-find-part-by-type): Move it here.
11572         * mml.el (mml-postprocess): Move it here.
11573         (mml-postprocess-alist): Move it here. Merge them.
11574
11575 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11578         unencoded stuff in the header.
11579
11580 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * gnus-group.el (gnus-group-listed-groups): New variable.
11583         (gnus-group-list-option): New variable.
11584         (gnus-group-list-limit-map): New keymap.
11585         (gnus-group-list-flush-map): New keymap.
11586         (gnus-group-list-plus-map): New keymap.
11587         (gnus-group-prepare-logic): New function.
11588         (gnus-group-prepare-flat): Merge with
11589         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11590         (gnus-group-prepare-flat-list-dead): Ditto.
11591         (gnus-group-list-matching): Use gnus-group-prepare-function.
11592         (gnus-group-list-dormant): Ditto.
11593         (gnus-group-list-cached): Ditto.
11594         (gnus-group-listed-groups): New function.
11595         (gnus-group-list-limit): New function.
11596         (gnus-group-list-flush): New function.
11597         (gnus-group-list-plus): New function.
11598         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11599         (gnus-topic-prepare-topic): Ditto.
11600
11601 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11602
11603         * message.el (message-insert-to, message-get-reply-headers):
11604         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11605
11606 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11607
11608         * mml2015.el: New file.
11609         * smime.el: New file.
11610         * mml-smime.el: New file.
11611
11612 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11613
11614         * ChangeLog: Moved to ChangeLog.1.
11615
11616     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11617   Copying and distribution of this file, with or without modification,
11618   are permitted provided the copyright notice and this notice are preserved.
11619
11620 ;; Local Variables:
11621 ;; coding: iso-2022-7bit
11622 ;; End: