Applied a patch from Jesper Harder.
[gnus] / lisp / ChangeLog
1 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4         allow editing of drafts from an nnvirtual group.
5
6 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * nndraft.el (nndraft-request-article): Replace emacs-mule with
9         mm-auto-save-coding-system.
10
11         * message.el (message-draft-coding-system): Default to
12         iso-2022-7bit.
13
14         * mm-util.el (mm-auto-save-coding-system): Undo last change to
15         restore the default value to emacs-mule or escape-quoted.
16
17 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
20         a delayed or a queued article as well as a draft.
21
22         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
23         delayed or a queued article in the raw format; treat a delayed
24         article as a raw article as well as a draft.
25         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
26         for the delayed group.
27
28         * nndraft.el (nndraft-request-article): Ignore auto save files for
29         a delayed or a queued article; don't bother to decode a queued
30         article; don't bind nnmail-file-coding-system for a queued article.
31
32         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
33         and the queue group.
34
35 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
36
37         * gnus-group.el (gnus-group-delete-group):
38         gnus-cache-active-hashtb might be void.
39
40 2002-11-02  Simon Josefsson  <jas@extundo.com>
41
42         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
43         setting of the default user ID.  From Raymond Scholz
44         <ray-2002@zonix.de>.
45
46 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
47
48         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
49         charset.
50
51 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
52         From Alex Schroeder <alex@emacswiki.org>
53         * spam-stat.el (spam-stat-process-directory): add dir to message
54         (spam-stat-reduce-size): No longer remove words
55         with values close to 0.5, because the default value is 0.2.
56
57 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
58
59         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
60         documentation.
61
62 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
63
64         * gnus-agent.el (gnus-agent-fetched-headers)
65         (gnus-agent-load-fetched-headers)
66         (gnus-agent-save-fetched-headers): Remove variable and two
67         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
68         works better.
69         (gnus-agent-fetch-headers): New implementation from Kevin
70         Greiner.  Uses gnus-agent-article-alist to store information
71         about fetched messages which aren't on the server anymore.  The
72         trick is to return a list of considered messages to the caller,
73         but to only fetch those which haven't been fetched yet.
74
75 2002-10-30  Simon Josefsson  <jas@extundo.com>
76
77         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
78
79         * pgg.el (pgg-passphrase-cache-expiry): Removed.
80
81 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
82
83         * mm-view.el (mm-w3m-local-map-property): Make it work with older
84         versions of emacs-w3m than 1.3.3.
85
86         * lpath.el: Bind w3m-minor-mode-map.
87
88         * mm-view.el (mm-w3m-mode-command-alist)
89         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
90         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
91         (mm-setup-w3m): Simplified.
92         (mm-w3m-local-map-property): New function.
93         (mm-inline-text-html-render-with-w3m): Use it.
94
95         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
96         mm-w3m-local-map-property.
97
98 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * mm-util.el (mm-auto-save-coding-system): Default to
101         iso-2022-7bit.
102
103         * nndraft.el (nndraft-request-article): Decode an article using
104         the coding-system emacs-mule if it seems to have been saved using
105         emacs-mule.
106         (nndraft-request-replace-article): Use message-draft-coding-system
107         instead of mm-auto-save-coding-system for the draft or delayed
108         group.
109
110 2002-10-28  Josh  <huber@alum.wpi.edu>
111
112         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
113         functions.
114
115 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
116         From mah@everybody.org (Mark A. Hershberger).
117
118         * mm-url.el (mm-url-insert-file-contents): Make it return the same
119         type values ("url" size) regardless of the values of
120         mm-url-use-external.
121
122 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
123
124         * nnimap.el (nnimap-request-article-part): Try harder to show
125         group name in debugging message.
126
127 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
128
129         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
130         directory if it doesn't exist.
131         (gnus-agent-fetch-headers): Remove old cruft that tried to
132         abstain from downloading articles more than once if
133         gnus-agent-consider-all-articles was true.  This is now done
134         properly via the .fetched files.
135
136 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * nndraft.el (nndraft-request-article): Treat delayed articles
139         like drafts.
140
141 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
144
145 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
146
147         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
148         Remove unused optional arg DIR and corresponding code.
149
150         * nnimap.el (nnimap-request-article-part): Include group name in
151         debugging output.
152
153 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
154
155         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
156
157 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
158
159         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
160         contains range of headers that have been fetched by the agent
161         already.  Compare gnus-agent-article-alist.
162         (gnus-agent-file-header-cache): Like
163         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
164         (gnus-agent-fetch-headers): Improve comment.  Revert to old
165         seen/recent logic.
166         Remember which headers have been fetched before and don't fetch
167         them again the next time round.
168         (gnus-agent-load-fetched-headers)
169         (gnus-agent-save-fetched-headers): New functions, for remembering
170         which headers have been fetched before.
171
172 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * lpath.el: Remove useless bindings.
175
176 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
177
178         * gnus-sum.el (gnus-summary-execute-command): Disable visual
179         features while searching.
180
181 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
182
183         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
184
185 2002-10-22  Simon Josefsson  <jas@extundo.com>
186
187         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
188         (pgg-snarf-keys): Add.
189
190 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * lpath.el: Fbind bbdb-records.
193
194         * spam.el: Don't autoload bbdb-records.
195
196 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
199         prevent inf-loop.
200
201 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnslashdot.el: Removed some test lines.
204         More test.
205
206 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
207
208         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
209         are known to be downloaded already.
210
211 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
214         (mm-text-html-washer-alist): Ditto.
215
216 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
217
218         * nnheader.el (nnheader-remove-body): Fix an error of detecting
219         boundary between headers and body.
220         * nnml.el (nnml-parse-head): Ditto.
221
222 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
225         entries.
226
227         * gnus-group.el (gnus-fetch-group): Allow an optional
228         specification of the articles to select.
229
230         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
231
232 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
233
234         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
235         headers from the group, update variable `articles' to contain
236         only those numbers where headers exist.  (When fetching all
237         articles in a group, Gnus creates lots of numbers where there is
238         no articles.)
239
240 2002-10-20  Steve Youngs  <youngs@xemacs.org>
241
242         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
243         doesn't have the 'alist custom type, use cons cells instead.
244         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
245         (pgg-parse-hash-algorithm-alist): Ditto.
246         (pgg-parse-compression-algorithm-alist): Ditto.
247         (pgg-parse-signature-type-alist): Ditto.
248
249         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
250
251         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
252
253         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
254
255 2002-10-19  Simon Josefsson  <jas@extundo.com>
256
257         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
258         buffer.
259
260 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
261
262         * gnus-spec.el (gnus-make-format-preserve-properties)
263         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
264         properties also on XEmacs.  `gnus-xmas-format' is like format but
265         preserves text properties on XEmacs (though it only understands
266         simple format specs).  The variable
267         `gnus-make-format-preserve-properties' controls whether the
268         function is used, and is checked in `gnus-parse-simple-format'.
269         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
270
271         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
272         output.
273         (gnus-agent-consider-all-articles): New variable.
274         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
275         (gnus-agent-fetch-headers): Depending on
276         gnus-agent-consider-all-articles, maybe get all articles.
277         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
278         `read'.
279         (gnus-predicate-imples-unread): New function.
280         (gnus-agent-fetch-headers): Optimize to call
281         gnus-list-of-unread-articles if that is sufficient.
282         Check unseen and recent instead of seen and recent.
283         (gnus-agent-fetch-headers): Abstain from calling
284         gnus-list-range-intersection if range (a . b) would have (> a b).
285
286 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * message.el (message-send-mail): Make it possible to perform
289         edebug-defun.
290
291 2002-10-18  Simon Josefsson  <jas@extundo.com>
292
293         * gnus-art.el (gnus-button-man-handler): Change default to
294         `manual-entry' (defined in both emacsen).
295         (gnus-button-man-handler): Remove emacsen difference and use
296         `manual-entry'.
297
298 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * spam.el: Wrap autoload settings for bbdb-records,
301         executable-find and ifile-spam-filter with eval-and-compile.
302         (spam-display-buffer-contents): Remove.
303         (spam-bogofilter-score): Merge spam-display-buffer-contents.
304
305 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
306
307         * spam.el (spam-display-buffer-contents): New function.
308         (spam-bogofilter-score): use spam-display-buffer-contents, patch
309         from Katsumi Yamaoka <yamaoka@jpl.org>.
310
311 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
312
313         * nnheader.el (nnheader-parse-naked-head): New function.
314         (nnheader-parse-head): Use the above function, in order to handle
315         continuation lines properly.
316         (nnheader-remove-body): New function.
317         (nnheader-remove-cr-followed-by-lf): New function.
318         (nnheader-ms-strip-cr): Use the above function.
319
320         * gnus-agent.el (gnus-agent-regenerate-group): Call
321         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
322         `nnheader-parse-head'.
323         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
324
325         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
326         continuation lines by itself; call `nnheader-parse-naked-head'
327         instead of `nnheader-parse-head'.
328         * nndiary.el (nndiary-parse-head): Ditto.
329         * nnfolder.el (nnfolder-parse-head): Ditto.
330         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
331         * nnmaildir.el (nnmaildir--update-nov): Ditto.
332         * nnml.el (nnml-parse-head): Ditto.
333
334 2002-10-17  Steve Youngs  <youngs@xemacs.org>
335
336         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
337         XEmacs, default to it if featurep 'xemacs.
338
339 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * spam-stat.el: Check for the existence of hash functions instead
342         of the Emacs version to decide whether to load cl.  Suggested by
343         Kai Gro\e,A_\e(Bjohann.
344
345 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
346
347         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
348         if it isn't open yet.
349
350 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-group.el: Require mm-url only when compiling.
353         (gnus-group-fetch-charter): Require mm-url.
354
355         * spam-stat.el: Require cl for the functions gethash,
356         hash-table-count, make-hash-table and mapc for Emacs 20.
357         (puthash): Alias to cl-puthash for Emacs 20.
358         (with-syntax-table): New macro for Emacs 20.
359
360 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
361
362         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
363
364 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
365
366         * spam.el (spam-check-ifile): added ifile as a spam checking
367         backend, and spam-use-ifle as the variable to toggle that check.
368
369 2002-10-12  Simon Josefsson  <jas@extundo.com>
370
371         * message.el (message-beginning-of-line): New variable.
372         (message-beginning-of-line): Use it.
373
374 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
375
376         * spam.el: more compilation fixes for BBDB
377
378         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
379         (spam-stat-reduce-size): Interactive.
380         (spam-stat-reset): New function.
381         (spam-stat-save): Interactive.
382
383 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus.el: Autoload gnus-delay-initialize.
386
387         * message.el: Autoload gnus-delay-article.
388
389 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
390
391         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
392         text property in Emacs.
393
394 2002-10-11  Simon Josefsson  <jas@extundo.com>
395
396         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
397         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
398
399         * mml1991.el (mml1991-pgg-sign): Remove CR.
400
401 2002-10-10  Simon Josefsson  <jas@extundo.com>
402
403         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
404         decrypt failed.
405         (mml2015-trust-boundaries-alist): Removed.
406         (mml2015-gpg-extract-signature-details): Don't use it.
407         (mml2015-unabbrev-trust-alist): New.
408         (mml2015-gpg-extract-signature-details): Use it.
409
410 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
411
412         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
413         BBDB installed
414
415         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
416         statistical analysis of spam in Lisp only
417
418 2002-10-10  Simon Josefsson  <jas@extundo.com>
419
420         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
421         auth, selected or examine state.
422
423         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
424         buffer and error buffer depending on type of information.
425
426         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
427         --status-fd stuff even if gpg.el is not used (revert earlier
428         change).
429         (mml2015-pgg-{clear-,}verify): Store both output and errors as
430         gnus details.
431         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
432         buffer.
433
434         * pgg.el (pgg-verify-region): Use it.
435
436         * pgg-def.el (pgg-query-keyserver): New variable.
437
438         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
439         key-identifier in packet.  Is this a good idea?
440
441         * mml.el (mml-mode-map): Add security commands that operates on
442         MIME parts.
443         (mml-menu): And menu items for them.
444
445         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
446
447         * mml.el (mml-parse-1): Support sender in #secure tags.
448
449         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
450         defined.
451
452         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
453         (mml-pgp-encrypt-buffer): Support combined signing.
454
455         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
456         (mml1991-gpg-encrypt): Ditto.
457         (mml1991-pgg-encrypt): Ditto.
458         (mml1991-encrypt): Pass sign parameter.
459
460         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
461         (mml-signencrypt-style): Mention the variable.
462
463 2002-10-09  Simon Josefsson  <jas@extundo.com>
464
465         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
466         pgg-gpg-user-id.
467
468         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
469         (pgg-fetch-key-function): Nil if w3 is not installed.
470
471 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
472
473         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
474         gnus-agent-current-history.
475
476 2002-10-06  Simon Josefsson  <jas@extundo.com>
477
478         * imap.el (imap-parse-status): Don't use read to read token.
479
480 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
481
482         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
483         for methods not covered by the agent, and when unplugged.
484
485 2002-10-05  Simon Josefsson  <jas@extundo.com>
486
487         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
488         signing.
489
490         * gnus-agent.el (gnus-agent-read-servers): If getting method from
491         a named server fails, ignore the server.
492
493         * mml1991.el (mml1991-pgg-sign): Do QP.
494
495         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
496         work.
497
498 2002-10-04  Simon Josefsson  <jas@extundo.com>
499
500         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
501
502         * pgg-pgp.el (pgg-pgp-verify-region): Inline
503         binary-write-decoded-region from MEL.
504
505         * pgg.el (pgg-encrypt-region): Support sign.
506
507         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
508
509         * mml2015.el (mml2015-pgg-encrypt): Ditto.
510
511         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
512         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
513         branch where PGG was taken from in the ChangeLog entries below.
514
515 2002-10-01  Simon Josefsson  <jas@extundo.com>
516
517         * pgg-pgp.el: Don't require mel.  Don't use luna.
518         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
519         (pgg-pgp-process-region): Use expand-file-name instead of concat.
520         (pgg-pgp-process-region): Don't use binary-funcall.
521
522         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
523
524         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
525         instead of concat.
526
527         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
528
529 2002-09-29  Simon Josefsson  <jas@extundo.com>
530
531         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
532         compile warnings.
533
534         * pgg.el (pgg-decrypt-region): Don't parse packet.
535
536         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
537
538 2002-09-29  Daiki Ueno <ueno@unixuser.org>
539
540         * pgg.el: Remove dependency on calist.el.
541
542 2002-09-28  Simon Josefsson  <jas@extundo.com>
543
544         * pgg.el (pgg-temporary-file-directory): New variable.
545         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
546
547         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
548         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
549
550         * pgg-parse.el (pgg-char-int): Defalias.
551         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
552         (pgg-read-bytes, pgg-read-body): Use it.
553         (pgg-decode-packets): Don't use MEL, use base64-*.
554         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
555         (pgg-string-as-unibyte): Defalias.
556         (pgg-parse-armor-region): Use it.
557
558         * pgg-gpg.el (pgg-gpg-process-region): Use
559         pgg-temporary-file-directory.
560
561         * luna.el: Don't def-edebug.
562
563         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
564         binary-write-decoded-region from MEL.
565
566         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
567
568         * alist.el, calist.el: Don't require product/APEL.
569
570         * pgg-parse.el (top-level): Remove dependency on static.el,
571         pccl.el, mel.el.
572         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
573         `define-ccl-program' is boundp, instead of using broken.
574
575 2002-10-01  Simon Josefsson  <jas@extundo.com>
576
577         * message.el (message-required-mail-headers): Remove Lines:.
578
579 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
580         From Jesper Harder.
581
582         * gnus-group.el (gnus-group-fetch-charter,
583         gnus-group-fetch-control): Prompt for group if given a prefix
584         argument.
585         * gnus-sum.el (t): Add gnus-group-fetch-charter and
586         gnus-group-fetch-control to summary key map and menu.
587
588
589 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
590
591         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
592         number when there are no articles.
593
594 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
595
596         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
597         arg ALL means to fetch all articles, not only downloadable ones.
598         (gnus-agent-fetch-selected-article): New function for
599         gnus-select-article-hook or gnus-mark-article-hook.
600
601 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
602         From Peter von der Ahe <nospam2159@daimi.au.dk>.
603
604         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
605         raw-text.
606
607 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
608
609         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
610         Pinard).
611         Major revamp of the code, documentation is in comments in the file
612         for now.
613
614 2002-09-30  Simon Josefsson  <jas@extundo.com>
615
616         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
617         buffer seem to be needed?
618
619 2002-09-29  Simon Josefsson  <jas@extundo.com>
620
621         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
622         compile warnings.
623
624         * mml1991.el (mml1991-function-alist): Add pgg.
625         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
626         (mml1991-pgg-encrypt): Fix recipients querying.
627
628 2002-09-28  Simon Josefsson  <jas@extundo.com>
629
630         * mml2015.el (autoload): Autoload correct files.  Trivial patch
631         from dme@dme.org.
632         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
633         handle is returned.
634
635 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
638         Protect against non-existent of `nnimap-mailbox-info'.
639
640 2002-09-27  Simon Josefsson  <jas@extundo.com>
641
642         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
643         (gnus-setup-news-hook): Use it.
644         (gnus-after-getting-new-news-hook): Ditto.
645
646         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
647
648 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
649         From Mats Lidell <matsl@contactor.se>.
650
651         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
652
653 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
654
655         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
656         the part to decode encoded words, use raw words instead of decoded
657         words.
658
659 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
660
661         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
662
663         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
664         (mm-setup-w3m): Use it.
665
666 2002-09-27  Simon Josefsson  <jas@extundo.com>
667
668         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
669         article buffers.
670
671         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
672         it just in case.
673         (nnimap-update-unseen): New function; update unseen count in
674         `n-m-info'.
675         (nnimap-close-group): Call it.
676
677         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
678         (gnus-after-getting-new-news-hook): Ditto.
679
680         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
681         message into verboselevel 9.  Change slow mail check message.
682         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
683         (nnimap-fixup-unread-after-getting-new-news): New function, to be
684         used as a hook after getting new mail.
685
686 2002-09-26  Simon Josefsson  <jas@extundo.com>
687
688         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
689         SELECT/EXAMINE is first unseen article, not number of unseen
690         articles.  Make them distinct by renaming the former to
691         `first-unseen' instead of `unseen'.
692
693         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
694         too.
695         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
696         changed.
697         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
698
699         * gnus-int.el (gnus-server-unopen-status): Defcustom.
700
701         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
702         better.
703
704         * mml2015.el (mml2015-pgg-decrypt): Only add security information
705         if dissecting resulting buffer actually had any information.
706
707 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
710         because the function `string<' allows symbols.
711
712         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
713
714 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
715
716         * message.el (message-forward-make-body): Revert an early change
717         because 8-bit utf-8 emails.
718
719 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
720
721         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
722         links to Info)
723         * gnus-art.el (gnus-treat-highlight-signature):
724         * gnus-art.el (gnus-treat-buttonize):
725         * gnus-art.el (gnus-treat-buttonize-head):
726         * gnus-art.el (gnus-treat-emphasize):
727         * gnus-art.el (gnus-treat-strip-cr):
728         * gnus-art.el (gnus-treat-unsplit-urls):
729         * gnus-art.el (gnus-treat-leading-whitespace):
730         * gnus-art.el (gnus-treat-hide-headers):
731         * gnus-art.el (gnus-treat-hide-boring-headers):
732         * gnus-art.el (gnus-treat-hide-signature):
733         * gnus-art.el (gnus-treat-fill-article):
734         * gnus-art.el (gnus-treat-hide-citation):
735         * gnus-art.el (gnus-treat-hide-citation-maybe):
736         * gnus-art.el (gnus-treat-strip-list-identifiers):
737         * gnus-art.el (gnus-treat-strip-pgp):
738         * gnus-art.el (gnus-treat-strip-pem):
739         * gnus-art.el (gnus-treat-strip-banner):
740         * gnus-art.el (gnus-treat-highlight-headers):
741         * gnus-art.el (gnus-treat-highlight-citation):
742         * gnus-art.el (gnus-treat-date-ut):
743         * gnus-art.el (gnus-treat-date-local):
744         * gnus-art.el (gnus-treat-date-english):
745         * gnus-art.el (gnus-treat-date-lapsed):
746         * gnus-art.el (gnus-treat-date-original):
747         * gnus-art.el (gnus-treat-date-iso8601):
748         * gnus-art.el (gnus-treat-date-user-defined):
749         * gnus-art.el (gnus-treat-strip-headers-in-body):
750         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
751         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
752         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
753         * gnus-art.el (gnus-treat-unfold-headers):
754         * gnus-art.el (gnus-treat-fold-headers):
755         * gnus-art.el (gnus-treat-fold-newsgroups):
756         * gnus-art.el (gnus-treat-overstrike):
757         * gnus-art.el (gnus-treat-display-xface):
758         * gnus-art.el (gnus-treat-display-smileys):
759         * gnus-art.el (gnus-treat-from-picon):
760         * gnus-art.el (gnus-treat-mail-picon):
761         * gnus-art.el (gnus-treat-newsgroups-picon):
762         * gnus-art.el (gnus-treat-body-boundary):
763         * gnus-art.el (gnus-treat-capitalize-sentences):
764         * gnus-art.el (gnus-treat-fill-long-lines):
765         * gnus-art.el (gnus-treat-play-sounds):
766         * gnus-art.el (gnus-treat-translate):
767         * gnus-art.el (gnus-treat-x-pgp-sig):
768         * gnus-art.el (gnus-mime-button-line-format):
769         * gnus-art.el (gnus-button-man-level):
770         * gnus-art.el (gnus-button-emacs-level):
771         * gnus-cus.el (gnus-group-parameters):
772         * gnus-gl.el (bbb-build-mid-scores-alist):
773         * gnus-group.el (gnus-group-line-format):
774         * gnus-mlspl.el (gnus-group-split-setup):
775         * gnus-mlspl.el (gnus-group-split):
776         * gnus-msg.el (gnus-mailing-list-groups):
777         * gnus-msg.el (gnus-posting-styles):
778         * gnus-nocem.el (gnus-nocem-issuers):
779         * gnus-score.el (gnus-score-regexp-bad-p):
780         * gnus-srvr.el (gnus-server-line-format):
781         * gnus-topic.el (gnus-topic-line-format):
782         * gnus.el (gnus-summary-line-format):
783         * mail-source.el (mail-sources):
784         * message.el (message-subscribed-address-file):
785         * nnmail.el (nnmail-split-fancy):
786
787 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
788
789         * mail-source.el(mail-source-run-script): use `functionp' to test
790         whether the argument `script' is in fact a function.
791         (mail-sources): adjust the defcustom to allow users to specify a
792         function or a string as the value of the `:prescript' and
793         `:postscript' arguments of the `file' and `pop3' mail sources.
794
795 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
796
797         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
798         number when article 1 does not exist.
799
800 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
801
802         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
803         apropos if apropos-variable does not exist.
804         (gnus-button-guessed-mid-regexp)
805         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
806         regexes.  From Reiner Steib.
807         (gnus-button-handle-describe-function)
808         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
809         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
810         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
811
812 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
813
814         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
815         the file.
816
817 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
818
819         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
820
821 2002-09-24  Simon Josefsson  <jas@extundo.com>
822
823         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
824         (mml2015-use): Prefer PGG if installed.
825         (mml2015-function-alist): Add PGG wrappers.
826         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
827         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
828         prefix, make regexp optionally skip it.
829         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
830         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
831         (mml2015-pgg-encrypt): New functions.
832         (defvar, autoload): Prevent byte-compile warnings.
833
834 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
835         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
836
837         * gnus-art.el (article-strip-banner): Check for the existence of
838         from header.
839
840 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
841
842         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
843         (gnus-button-alist): Improved regexp for
844         gnus-button-handle-mid-or-mail (false positives), fixed
845         gnus-button-handle-man entries.
846         From Reiner Steib.
847
848 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
849         From Josh Huber.
850
851         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
852         nnmail-extra-headers is non-nil.
853
854 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
855
856         * nnmaildir.el: Store article numbers persistently.  General
857         revision.
858         (nnmaildir-request-expire-articles): handle 'immediate and 'never
859         for nnmail-expiry-wait; delete instead of moving if 'force is
860         given.
861
862 2002-09-23  Simon Josefsson  <jas@extundo.com>
863         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
864
865         * smime.el (smime-sign-buffer): Get key and extra certs.
866         (smime-get-key-with-certs-by-email): Utility function.
867
868 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
869         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
870
871         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
872         article exists.
873
874 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
875
876         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
877
878 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
879         From Reiner Steib.
880
881         * gnus-art.el (gnus-button-handle-custom,
882         gnus-button-handle-mid-or-mail,
883         gnus-button-handle-describe-{function,variable,key},
884         gnus-button-handle-apropos{,command,variable}): New functions.
885         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
886         gnus-button-{man,emacs,mail}-level): New variables.
887         (gnus-button-alist): Use the above to buttonize emacs and mail
888         related links.
889
890 2002-09-18  Juanma Barranquero  <lektu@terra.es>
891
892         * gnus-int.el (gnus-status-message): Fix spacing.
893
894         * imap.el (imap-continuation): Fix typos.
895
896 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
897
898         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
899
900         * gnus-art.el (gnus-article-reply-with-original): Correct
901         with-current-buffer scope.
902
903         * message.el (message-completion-alist): Add Reply-To, From, etc.
904
905 2002-09-18  Simon Josefsson  <jas@extundo.com>
906
907         * nnimap.el (nnimap-request-expire-articles): Make flag setting
908         conditional.  From Nevin Kapur <nevin@jhu.edu>.
909
910 2002-09-17  Simon Josefsson  <jas@extundo.com>
911
912         * nnimap.el (nnimap-expiry-target): Don't search for which
913         articles exists here.
914         (nnimap-request-expire-articles): Do it here instead.  Only expire
915         when articles are found.  Suggested by Nevin Kapur
916         <nevin@jhu.edu>.
917
918 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
919         From Reiner Steib <reiner.steib@gmx.de>.
920
921         * message.el (message-strip-subject-trailing-was)
922         (message-change-subject, message-add-archive-header)
923         (message-xpost-fup2-header, message-xpost-insert-note)
924         (message-xpost-fup2, message-reduce-to-to-cc): New functions
925         adopted from message-utils.el.  Add functions to the keymap, mode
926         describtion and menu.
927         (message-change-subject,message-xpost-fup2): Signal error if
928         current header is empty.
929         (message-xpost-insert-note): Changed insert position.
930         (message-archive-note): Ensure to insert note in message body (not
931         in head).
932         (message-archive-header, message-archive-note)
933         (message-xpost-default, message-xpost-note, message-fup2-note)
934         (message-xpost-note-function): New variables adopted from
935         message-utils.el.  Changed some doc-strings.
936         (message-mark-insert-{begin,end}): Rename from
937         message-{begin,end}-inserted-text-mark (message-utils.el), changed
938         values.
939         (message-subject-trailing-was-query)
940         (message-subject-trailing-was-ask-regexp)
941         (message-subject-trailing-was-regexp): New variables.
942         (message-to-list-only): Added doc-string and menu entry.
943
944         * message-utils.el: Removed.  Functions are now in message.el.
945
946 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
947
948         * gnus-art.el (gnus-article-reply-with-original,
949         gnus-article-followup-with-original): Switch to
950         gnus-summary-buffer before reply/followup.
951
952 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
953
954         * gnus-sum.el (gnus-summary-toggle-header): The article window may
955         not exist. Toggle it anyway.
956
957 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
958
959         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
960
961         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
962         Trivial patch from Urban Engberg <ue@ccieurope.com>.
963
964         * rfc2047.el (message-posting-charset): Defvar it.
965         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
966         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
967
968         * mail-source.el (mail-source-fetch): Hide password.
969
970         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
971
972 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
973         From John Paul Wallington <jpw@shootybangbang.com>.
974
975         * gnus.el (gnus-visual, gnus-meta): Fix typo.
976
977 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
980
981 2002-09-11  Simon Josefsson  <jas@extundo.com>
982
983         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
984         (nnimap-split-rule): Doc fix.
985         (nnimap-request-expire-articles): Cleanup code.
986
987 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
988         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
989
990         * gnus-art.el (gnus-article-address-banner-alist): New option.
991         (article-strip-banner): Refer the above option to split banners of
992         free mail servers, when no group parameter is specified.
993
994 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * nntp.el (nntp-wait-for-string): Check for a process in the
997         current buffer instead of `nntp-server-buffer'.
998
999 2002-09-09  Simon Josefsson  <jas@extundo.com>
1000
1001         * gnus-art.el (gnus-button-man-handler): New variable.
1002         (gnus-button-alist): Use g-b-handle-man.
1003         (gnus-button-handle-man): New, call g-b-man-handler.
1004
1005 2002-09-08  Simon Josefsson  <jas@extundo.com>
1006
1007         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1008
1009 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1012
1013 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1016
1017         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1018         keystroke.
1019
1020         * gnus-srvr.el (gnus-browse-describe-group): New command and
1021         keystroke.
1022
1023 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1026         value for gnus-decoration property.
1027
1028 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1029
1030         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1031         string) as group name in case we have a CRLF in the file.
1032
1033 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1034
1035         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1036         group.
1037         (rfc1843-decode-hzp): do.
1038         (rfc1843-newsgroups-regexp): do.
1039
1040 2002-09-04  Simon Josefsson  <jas@extundo.com>
1041
1042         * message.el (message-canlock-generate): Make sure sha1 doesn't
1043         call external programs.
1044
1045 2002-09-03  Simon Josefsson  <jas@extundo.com>
1046
1047         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1048
1049         * gnus-agent.el (gnus-agent-batch): Add doc.
1050
1051 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1052
1053         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1054         check for signed and encrypted parts.
1055         * mml.el (mml-parse-1): Correct small typo which preventing
1056         setting recipients in a secure tag.
1057
1058 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * mm-util.el (mm-coding-system-priorities): Default to a list of
1061         iso-2022-jp and others for the Japanese environment.
1062
1063 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1066         invalid display names.
1067
1068 2002-08-30  Simon Josefsson  <jas@extundo.com>
1069
1070         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1071         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1072
1073 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1074
1075         * gnus.el (gnus-group-charter-alist): New option.
1076         (gnus-group-fetch-control-use-browse-url): New option.
1077
1078         * gnus-group.el (gnus-group-fetch-charter): New function.
1079         (gnus-group-fetch-control): New function.
1080         Add them to the keymap and menu. Require mm-url.
1081
1082 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1085         From Alex Schroeder <alex@emacswiki.org>.
1086
1087 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1088
1089         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1090         items expecting user interaction.
1091
1092         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1093
1094         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1095
1096         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1097
1098         * mml.el (mml-menu): do.
1099
1100 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * mail-source.el (mail-source-touch-pop): New function.
1103
1104         * message.el (message-smtpmail-send-it): New function.
1105         (message-send-mail-function): Add it for a candidate.
1106
1107 2002-08-27  Simon Josefsson  <jas@extundo.com>
1108
1109         * gnus-msg.el (posting-charset-alist): Use
1110         gnus-define-group-parameter instead of defcustom.
1111         (gnus-put-message): Handle SPC in GCC.
1112         (gnus-inews-insert-gcc): Ditto.
1113         (gnus-inews-insert-archive-gcc): Ditto.
1114
1115 2002-08-26  Simon Josefsson  <jas@extundo.com>
1116
1117         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1118         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1119         (gnus-agent-possibly-save-gcc): Autoload.
1120         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1121
1122 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus.el (gnus-other-frame-function): New user option.
1125         (gnus-other-frame): Use it; add a doc-string; make it work with
1126         the gnuclient program.
1127
1128         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1129
1130         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1131         `device-connection' and `dfw-device'.
1132
1133 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1134
1135         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1136         positives, make it stricter.  From Jochen Hein (trivial change).
1137
1138 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus.el (gnus-other-frame): Trivial fix.
1141
1142 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gnus.el (gnus-other-frame-parameters): New user option.
1145         (gnus-other-frame-object): New variable.
1146         (gnus-other-frame): Make it search for existing Gnus frame; don't
1147         read new news; delete frame on exit.
1148
1149         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1150
1151         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1152
1153 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1154         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1155
1156         * message.el (message-set-auto-save-file-name): Add support for
1157         the Cygwin Emacs; the system-type is `cygwin'.
1158         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1159
1160 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1161
1162         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1163
1164         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1165         avoid arithmetic errors.
1166
1167 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1170
1171 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1174         (message-ignored-resent-headers): Add envelope From.
1175
1176 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1177
1178         * gnus.el (gnus-summary-line-format): Document %k specifier.
1179
1180 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1181
1182         * gnus-sum.el (gnus-summary-line-message-size): New function.
1183         (gnus-summary-line-format-alist): Use it.
1184
1185 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-art.el (article-make-date-line): Refer to the value for
1188         `gnus-article-time-format' in the summary buffer.
1189
1190         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1191
1192 2002-08-14  Simon Josefsson  <jas@extundo.com>
1193
1194         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1195         quoting.
1196         (gnus-button-alist): Fix doc.
1197         (gnus-header-button-alist): Use ' not ` for default value quoting.
1198         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1199         rationale similar to 2002-05-01 change.
1200         (gnus-article-add-buttons-to-head): Evaluate expression.
1201
1202         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1203
1204 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * message.el (message-font-lock-keywords): Refer to the value for
1207         `message-cite-prefix-regexp' dynamically.
1208
1209 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1212
1213 2002-08-12  Simon Josefsson  <jas@extundo.com>
1214
1215         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1216         (imap-shell-open): Skip initial junk before IMAP greeting.
1217
1218 2002-08-11  Simon Josefsson  <jas@extundo.com>
1219
1220         * message-utils.el (message-xpost-default,
1221         message-xpost-fup2-header, message-xpost-fup2): Fixed
1222         Typos.  Trivial changes from Reiner Steib
1223         <4uce.02.r.steib@gmx.net>.
1224
1225 2002-08-09  Simon Josefsson  <jas@extundo.com>
1226
1227         * message.el (message-canlock-password): Set
1228         canlock-password-for-verify to newly generated canlock-password.
1229         When Emacs is restarted, Custom makes sure this is set, but during
1230         the same session we must set it manually.
1231
1232 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1233
1234         * yenc.el: New file.
1235
1236         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1237         (mm-uu-type-alist): Add yenc.
1238         (mm-uu-yenc-filename): New function.
1239         (mm-uu-yenc-extract): New function.
1240
1241         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1242
1243 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1244
1245         * dgnushack.el (merge): Don't use coerce.
1246
1247 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1248
1249         * mailcap.el (mailcap-mime-data): Test window-system rather than
1250         mm-device-type.
1251         (mailcap-mime-data): Call xdvi and gv with "-safer".
1252
1253         * mm-util.el: Don't define mm-device-type.
1254
1255 2002-08-05  Simon Josefsson  <jas@extundo.com>
1256
1257         * mm-util.el (mm-coding-system-priorities): coding-system type not
1258         supported everywhere.
1259
1260 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus.el (gnus-version-number): Bumped version number.
1263
1264 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1265
1266         * gnus.el: Oort Gnus v0.07 is released.
1267
1268 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1271         (gnus-article-sort-functions): Doc fix.
1272         (t): New keystroke.
1273         (gnus-article-sort-by-random): New function.
1274         (gnus-thread-sort-by-random): New function.
1275
1276 2002-08-02  Simon Josefsson  <jas@extundo.com>
1277
1278         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1279         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1280
1281 2002-07-31  Danny Siu  <dsiu@adobe.com>
1282
1283         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1284         when splitting malformed messages without message-id
1285
1286 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1287         From Niklas Morberg <niklas.morberg@axis.com>.
1288
1289         * nnweb.el (nnweb-type, nnweb-type-definition)
1290         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1291         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1292         functionality.
1293         * nnweb.el: Removed old non-functioning search engines.
1294
1295 2002-07-27  Simon Josefsson  <jas@extundo.com>
1296
1297         * message.el (message-forward-make-body): Don't use
1298         `message-forward-ignored-headers' when doing a "raw" followup (it
1299         is important to preserve e.g. CTE).
1300
1301         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1302
1303         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1304         regexp-quote, Cyrus Sieve is fixed.
1305
1306         * sieve-manage.el (sieve-manage-deletescript): New function.
1307
1308         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1309         (sieve-manage-mode): Fix menubar.
1310         (sieve-activate): Change some messages.
1311         (sieve-deactivate-all): New function.
1312         (sieve-deactivate): New alias.
1313         (sieve-remove): New function.
1314         (sieve-help): Fix help.
1315         All suggested by Ned Ludd.
1316
1317 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1320         (mm-w3m-safe-url-regexp): New user option.
1321
1322         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1323         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1324
1325 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1326
1327         * gnus-sum.el (gnus-summary-delete-article): Force
1328         nnmail-expiry-target to 'delete, so that absolute deletion
1329         happens when absolute deletion is requested.
1330
1331 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1332         From Nevin Kapur <nevin@jhu.edu>.
1333
1334         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1335         headers as empty headers.
1336
1337 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1338         From Jochen Hein <jochen@jochen.org>.
1339
1340         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1341         correct typo.
1342         (gnus-emphasis-strikethru): New face.
1343
1344 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1345         From Jason Merrill <jason@redhat.com>.
1346
1347         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1348         entire file for each of a sequence of missing articles.
1349
1350         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1351         value for gnus-view-pseudos.
1352
1353         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1354         avoid nreverse.
1355
1356 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1357         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1358
1359         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1360         (gnus-summary-mode-line-format-alist): Add %h for number of
1361         spams.
1362         (gnus-newsgroup-spam-marked): New variable.
1363         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1364         (gnus-article-read-p, gnus-article-mark)
1365         (gnus-set-global-variables, gnus-set-global-variables)
1366         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1367         (gnus-summary-mark-article-as-unread)
1368         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1369         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1370         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1371
1372 2002-07-10  Simon Josefsson  <jas@extundo.com>
1373
1374         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1375         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1376
1377 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1378
1379         * gnus-sum.el (gnus-summary-delete-article): Respect group
1380         parameters while expiring.
1381
1382 2002-07-08  Simon Josefsson  <jas@extundo.com>
1383
1384         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1385         Enberg.
1386
1387 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1388
1389         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1390         function is called interactively.  From Niklas Morberg.
1391
1392 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1393
1394         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1395         cdaar to cdar and car.
1396
1397         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1398         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1399
1400 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1403         don't break a narrowed article.
1404
1405         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1406         (nntp-open-via-rlogin-and-telnet): Ditto.
1407
1408 2002-07-02  Didier Verna  <didier@xemacs.org>
1409
1410         * nnmail.el (nnmail-split-methods): fix custom type.
1411
1412 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1413
1414         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1415         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1416
1417 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1418
1419         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1420         (gnus-summary-resend-message): Use it.
1421
1422 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1425         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1426
1427 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1428
1429         * message.el (message-font-lock-keywords): Don't fontify
1430         headers in the message body, only in the header.
1431         (message-font-lock-make-header-matcher): New function, used by
1432         message-font-lock-keywords.
1433         From Katsumi Yamaoka <yamaoka@jpl.org>.
1434
1435 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1438
1439 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1442
1443 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1444
1445         * message.el (message-font-lock-keywords): Revert 2002-06-22
1446         change.
1447
1448 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1449
1450         * message.el (message-font-lock-keywords): Put colon in header
1451         name match.
1452
1453 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1454
1455         * message.el (message-font-lock-keywords): Don't use header faces
1456         in the body.  Thanks to Stefan Monnier for the hint on the
1457         implementation.
1458
1459 2002-05-09  Miles Bader  <miles@gnu.org>
1460
1461         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1462         (gnus-article-hide-citation): Respect it.
1463
1464 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1465
1466         * pop3.el (pop3-open-server): Fix typo.
1467
1468 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1469
1470         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1471         instead of push to ignore duplicate to-(list|address) values.
1472         * nnmail.el (nnmail-cache-ignore-groups): New.
1473         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1474
1475 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1476
1477         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1478         before sending.  Suggested by Jan Rychter.
1479
1480 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * dgnushack.el (remove): New compiler macro.
1483         (last, coerce, subseq): Remove compiler macros for those built-in
1484         or unused functions.
1485
1486 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1487
1488         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1489         sure to write byte-compiled versions of gnus-*-format-alist to
1490         .newsrc.eld.  From Simon Josefsson.
1491
1492 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1493
1494         * gnus-agent.el (gnus-agent-read-servers)
1495         (gnus-agent-write-servers): Put server name (string like
1496         "nnchoke:frumple") in the file instead of a server specification
1497         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1498         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1499
1500 2002-06-16  Simon Josefsson  <jas@extundo.com>
1501
1502         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1503         Reiner Steib <4uce.02.r.steib@gmx.net>.
1504
1505 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1506
1507         * nnheader.el (nnheader-file-name-translation-alist): Set the
1508         default value for MS Windows systems.
1509
1510         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1511
1512 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * message.el (message-beginning-of-line): Keep the region active
1515         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1516
1517 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1518
1519         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1520         * gnus-msg.el (gnus-summary-reply): Ditto.
1521         * gnus-msg.el (gnus-summary-handle-replysign): New.
1522
1523 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1526         if sending failed.
1527
1528 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1529
1530         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1531         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1532         to sign while encrypting.
1533
1534 2002-06-11  Simon Josefsson  <jas@extundo.com>
1535
1536         * gnus-int.el (gnus-request-move-article): Agent expire article if
1537         successfuly moved.
1538
1539         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1540         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1541
1542 2002-06-10  Simon Josefsson  <jas@extundo.com>
1543
1544         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1545
1546 2002-06-09  Simon Josefsson  <jas@extundo.com>
1547
1548         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1549
1550         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1551
1552 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1553
1554         * flow-fill.el (fill-flowed): Ignore errors.
1555
1556 2002-06-06  Simon Josefsson  <jas@extundo.com>
1557
1558         * message.el (message-send-mail-with-sendmail): Improve error message.
1559
1560 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1561
1562         * message.el (message-interactive): Change default from nil to t.
1563         Better to be safe than to be fast.
1564
1565 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1566
1567         * message.el (message-send-mail-with-sendmail): Check return value
1568         from call-process-region.
1569
1570 2002-06-04  Simon Josefsson  <jas@extundo.com>
1571
1572         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1573         (gnus-group-post-news, gnus-summary-mail-other-window)
1574         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1575         gnus-article-copy to nil, thereby inhibiting the `header' posting
1576         style match to use data from last viewed article.
1577         Suggested by Hrvoje Niksic.
1578
1579 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * spam.el (spam-point-at-eol): New alias.
1582         (spam-parse-whitelist): Use it.
1583
1584 2002-06-03  Simon Josefsson  <jas@extundo.com>
1585
1586         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1587         (nnmail-article-group): Use it.
1588
1589 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1590
1591         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1592         so that code reading them won't be surprised.  From Jesper Harder
1593         <harder@ifa.au.dk>.
1594
1595 2002-05-29  Simon Josefsson  <jas@extundo.com>
1596
1597         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1598         articles.
1599
1600         * gnus.el (gnus-agent-cache): Doc fix.
1601         (gnus-agent): Change default to t.
1602
1603         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1604         ARTICLES, GROUP and FORCE parameters.
1605
1606 2002-05-28  Simon Josefsson  <jas@extundo.com>
1607
1608         * gnus-group.el (gnus-group-line-format): Doc fix.
1609
1610 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1611
1612         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1613         original article before yanking.  From Jesper Harder
1614         <harder@ifa.au.dk>.
1615
1616 2002-05-26  Simon Josefsson  <jas@extundo.com>
1617
1618         * gnus-sum.el (gnus-summary-menu-split): New function.
1619         (gnus-summary-make-menu-bar): Split charset submenu.
1620         (gnus-summary-menu-maxlen): New variable.
1621         (gnus-summary-menu-split): Use it.
1622
1623 2002-05-25  Simon Josefsson  <jas@extundo.com>
1624
1625         * mml.el (mml-preview): Generate some headers.
1626
1627         * gnus.el (gnus-large-newsgroup): Fix :type.
1628
1629         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1630         Agent cache NOV's by default now).
1631         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1632
1633 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1634
1635         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1636         call to gnus-parent-id when we check for References loops.
1637         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1638         twice by saving the simplified subject string in simp-subject.
1639
1640 2002-05-23  Simon Josefsson  <jas@extundo.com>
1641
1642         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1643         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1644
1645         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1646         Niklas Morberg <niklas.morberg@axis.com>.
1647
1648 2002-05-22  Simon Josefsson  <jas@extundo.com>
1649
1650         * sieve.el (sieve-change-region): Define it before it is used.
1651
1652         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1653         (gnus-summary-reply): Ask for confirmation when replying to news.
1654         Defaults to not ask.  From Benjamin Rutt
1655         <rutt+news@cis.ohio-state.edu>.
1656
1657         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1658
1659 2002-05-21  Simon Josefsson  <jas@extundo.com>
1660
1661         * sieve-mode.el (sieve-manage): Fix autoloads.
1662
1663         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1664         name (makes it work with recent Cyrus timsieved).
1665
1666 2002-05-20  Jason  <jbaker@cs.utah.edu>
1667
1668         * gnus-art.el (gnus-request-article-this-buffer): Try
1669         reconnecting if you don't get the message.
1670
1671 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1674         Reply-To headers from the headers.
1675
1676 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * mm-url.el (mm-url-insert): Remove junk message.
1679
1680 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1683         (nnslashdot-use-front-page): New variable.
1684         (nnslashdot-request-list): Use it.
1685
1686         * mm-url.el (mm-url-timeout): New variable.
1687         (mm-url-retries): Ditto.
1688         (mm-url-insert): Use it.
1689
1690 2002-05-16  Simon Josefsson  <jas@extundo.com>
1691
1692         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1693         (gnus-simplify-subject-functions): Mention g-s-a-w.
1694
1695 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1696
1697         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1698         nnmail-cache-insert.
1699         * nndiary.el (nndiary-request-accept-article): Ditto.
1700         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1701         * nnimap.el (nnimap-request-accept-article): Ditto.
1702         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1703         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1704         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1705         * nnmh.el (nnmh-request-accept-article): Ditto.
1706         * nnmail.el (nnmail-cache-insert): Change group to required,
1707         removed code which tried to figure out the group.
1708
1709 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1710
1711         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1712         messages. From Hans de Graaff <hans@degraaff.org>.
1713         * nnml.el (nnml-request-accept-article): Pass in the group name to
1714         nnmail-cache-insert, since it's available.
1715
1716 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1717
1718         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1719
1720 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1721         From Florian Weimer <fw@deneb.enyo.de>.
1722
1723         * gnus.el (subscribed): New group parameter.
1724         (gnus-find-subscribed-addresses): Use it.
1725
1726 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1727
1728         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1729         the default for pgpmime to support pgp v2.
1730         * mml-sec.el (mml-signencrypt-style): New accessor function to
1731         allow users to get/set the signencrypt style more easily without
1732         frobbing the alist directly.
1733         * mml.el (mml-generate-mime-1): Use accessor function.
1734
1735 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1736
1737         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1738         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1739         <schwab@suse.de>.
1740
1741 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1742
1743         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1744         when intuiting the group the message is written to.  From Josh
1745         Huber <huber@alum.wpi.edu>.
1746
1747 2002-05-06  Simon Josefsson  <jas@extundo.com>
1748
1749         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1750         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1751
1752 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1753
1754         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1755         argument, and fixed compiler warning. (added autoload for
1756         gpg-encrypt).
1757
1758 2002-05-04  Simon Josefsson  <jas@extundo.com>
1759
1760         * mml1991.el (mml1991-function-alist): Doc fix.
1761
1762         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1763         doesn't exist (for previewing messages without having Gnus
1764         started).
1765
1766         * mm-util.el (mm-coding-system-priorities): Defcustom.
1767
1768         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1769
1770 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1771
1772         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1773         default.
1774         * mml-sec.el:
1775         * mml-sec.el (mml-signencrypt-style): New.
1776         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1777         argument `sign'.
1778         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1779         signencrypt.
1780         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1781         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1782         both signed & encryped is processed in one operation. (rather than
1783         two separate ops: sign, then encrypt)
1784         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1785         indication if a message is signed by an expired key.
1786         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1787         enables combined sign & encrypt operation. (this was always on
1788         before).
1789         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1790
1791 2002-05-01  Simon Josefsson  <jas@extundo.com>
1792
1793         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1794         server.
1795         (nnimap-mailbox-info): defvar instead of defvoo.
1796
1797 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1798
1799         * gnus.el: Oort Gnus v0.06 is released.
1800
1801 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * lpath.el: Bind url-package-version.
1804
1805 2002-05-01  Simon Josefsson  <jas@extundo.com>
1806
1807         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1808         filename before deleting the group itself, because the presence of
1809         a group filename decides if long filenames are used or not.
1810
1811         * gnus-art.el (gnus-button-alist): Don't inline
1812         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1813         without also modifying g-button-alist.
1814         (gnus-button-alist): Fix type to allow variable as well as regexp.
1815         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1816         themselves, variables to its contents.
1817         (gnus-button-entry): Ditto.
1818
1819 2002-05-01  Simon Josefsson  <jas@extundo.com>
1820
1821         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1822         UIDNEXT as a string.
1823
1824         * nnimap.el (nnimap-string-lessp-numerical): New function.
1825         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1826         integers.
1827
1828 2002-04-29  Simon Josefsson  <jas@extundo.com>
1829
1830         * nnmail.el (nnmail-cache-insert): Accept optional group
1831         parameter.
1832
1833         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1834         n-r-g-a is disabled.
1835
1836 2002-04-29  Simon Josefsson  <jas@extundo.com>
1837
1838         * nnimap.el (nnimap-split-fancy): Fix doc.
1839         (nnimap-split-fancy): Fix doc.
1840
1841         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1842         (nnimap-mailbox-info): New internal variable.
1843         (nnimap-retrieve-groups): Implement faster new mail check.
1844
1845         * nnimap.el (nnimap-split-articles): Support
1846         nnmail-cache-accepted-message-ids.
1847         (nnimap-request-accept-article): Ditto.
1848
1849         * imap.el (imap-mailbox-status-asynch): New command.
1850
1851 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1852
1853         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1854         are no subscribed mail groups.
1855         - Strip quoted names when comparing addresses
1856
1857 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1858
1859         * mm-decode.el (mm-text-html-renderer): Change customize type to
1860         const.
1861
1862         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1863         (gnus-debug-exclude-variables): do.
1864
1865 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1868         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1869
1870 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * dns.el (dns-make-network-process): New macro.
1873         (query-dns): Use it.
1874
1875 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1878         article-buffer.
1879
1880         * mm-url.el (mm-url-package-name): New variable.
1881         (mm-url-package-version): New variable.
1882         (mm-url-insert-file-contents): Bind url-package-name and
1883         url-package-version here.
1884         * nnrss.el (nnrss-insert-w3): Move the bindings.
1885
1886         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1887         url-package-version. Trivial change from Andrew J Cosgriff
1888         <ajc@polydistortion.net>
1889
1890         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1891         attachments. Trivial change from Peter 'Luna' Runestig
1892         <peter@runestig.com>.
1893
1894 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1895
1896         * nnkiboze.el (nnkiboze-request-scan): Call
1897         nnkiboze-possibly-change-group.
1898         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1899         problems.
1900         (nnkiboze-generate-group): Set newsrc to the *highest* article
1901         number kibozed, not the lowest.
1902
1903 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1904
1905         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1906
1907 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1908         From Dan Christensen <jdc+news@uwo.ca>.
1909
1910         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1911         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1912         Recognize math postings.  Extract Date (now ignores "(15kb)").
1913         Extract email address using gnus-extract-address-components
1914         instead of just taking the first word.  Create Date and From
1915         headers for message which are missing these headers.  Get rid
1916         of spurious \\ lines (purely cosmetic).  Extend body-end and
1917         file-end regexps, to exclude more garbage from the message.
1918         Make URL rephrasing regexp more flexible, to match current
1919         format.
1920
1921 2002-04-23  Simon Josefsson  <jas@extundo.com>
1922
1923         * netrc.el: New file, functions copied from gnus-util.el by Ted
1924         Zlatanov <tzz@lifelogs.com>.
1925
1926         * gnus-util.el: Require netrc.
1927         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1928         new code in netrc.el.
1929
1930 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1931
1932         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1933         message-ignored-resent-headers, too.  From Matthieu Moy
1934         <Matthieu.Moy@imag.fr>.
1935
1936 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1937
1938         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1939         boolean not a string
1940         * gnus-group.el (gnus-group-line-format): add description of %C
1941         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1942           as %C
1943         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1944
1945 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1946
1947         * nnmaildir.el (nnmaildir-request-scan): typo: set
1948         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1949         nnmail-get-new-mail for 'find-new-groups.
1950
1951 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1952
1953         * nnmaildir.el (nnmaildir-request-update-info,
1954         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1955         unnecessary calls to nnmaildir-request-scan.
1956
1957 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1958
1959         * gnus-msg.el:
1960         * gnus-msg.el (gnus-message-replysign): New.
1961         * gnus-msg.el (gnus-message-replyencrypt): New.
1962         * gnus-msg.el (gnus-message-replysignencrypted): New.
1963         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1964         (above) to automatically encrypt/sign to encrypted/signed
1965         messages.
1966         * message.el:
1967         * message.el (message-mode-map): Add keybinding for
1968         `message-to-list-only'
1969         * message.el (message-mode): Add description for
1970         `message-to-list-only'
1971         * message.el (message-to-list-only): New.
1972         * message.el (message-make-mft): Changed to use the cl loop macro,
1973         and added optional flag to return only the matched list. (for use
1974         in new message-to-list-only function)
1975
1976 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1977
1978         * gnus-msg.el:
1979         * gnus-msg.el (gnus-message-replysign):
1980         * gnus-msg.el (gnus-replysign): New.
1981         * gnus-msg.el (gnus-replyencrypt): New.
1982         * gnus-msg.el (gnus-replysignencrypted): New.
1983         * gnus-msg.el (gnus-summary-reply):
1984         * message.el:
1985         * message.el (message-mode-map):
1986         * message.el (message-mode):
1987         * message.el (message-to-list-only): New.
1988         * message.el (message-make-mft):
1989
1990 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1991
1992         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1993
1994 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1995
1996         * message.el (message-gen-unsubscribed-mft): accept a prefix
1997         argument so CC can be included with C-u C-c C-f C-a
1998
1999 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2000         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2001
2002         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2003         Improve docstring.
2004         (spam-enter-blacklist): New command.
2005
2006         * gnus-sum.el (gnus-spam-mark): New mark.
2007         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2008         (gnus-summary-make-tool-bar): Correct conditional.
2009         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2010         (gnus-summary-mark-as-spam): New command.
2011
2012 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2013
2014         * mml-sec.el (mml-secure-message): changed to support arbritrary
2015         modes.
2016         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2017         changed to support "signencrypt" mode.
2018         * mml.el (mml-parse-1): changed to support different secure modes
2019         more easily. (for signencrypt)
2020
2021 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2022
2023         * gnus-sum.el (gnus-update-summary-mark-positions)
2024         (gnus-summary-toggle-header):
2025         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2026         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2027         (gnus-uu-post-encoded):
2028         * nnfolder.el (nnfolder-possibly-change-group):
2029         * nnimap.el (nnimap-retrieve-headers):
2030         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2031
2032 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2033
2034         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2035         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2036
2037 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-srvr.el (gnus-server-set-info): Clear
2040         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2041         From Daiki Ueno <ueno@unixuser.org>.
2042
2043 2002-04-11  Simon Josefsson  <jas@extundo.com>
2044
2045         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2046         viewing of security buttons.  Thanks to Nicolas Kowalski
2047         <Nicolas.Kowalski@imag.fr>.
2048
2049         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2050         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2051         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2052         <Nicolas.Kowalski@imag.fr>.
2053         (smime-decrypt-buffer): Ditto.
2054
2055 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2058         header line.
2059
2060 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2061
2062         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2063
2064 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2067
2068 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2069
2070         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2071         errors when debug.
2072
2073 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2074
2075         * message.el (message-make-mft): Changed MFT code from using
2076         message-recipients (which included Bcc) to use only the To and CC
2077         headers.
2078
2079 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2080
2081         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2082         add link.
2083         (gnus-treat-mail-picon): Ditto.
2084         (gnus-treat-newsgroups-picon): Ditto.
2085         (gnus-picon-databases): Fix custom type.
2086         (gnus-picon-databases): Add link.
2087         (gnus-article-x-face-command): Add to gnus-picon group.
2088
2089 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2090
2091         * message.el (message-buffer-naming-style): Remove.
2092
2093 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2094
2095         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2096
2097         * message.el (message-tool-bar-map): Ditto.
2098
2099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2100
2101 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2102
2103         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2104
2105 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2106
2107         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2108
2109 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2110
2111         * dns.el: open-network-stream under XEmacs does udp.
2112
2113 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2114
2115         * spam.el (spam-enter-whitelist): New function.
2116         (spam-parse-whitelist): Ditto.
2117         (spam-refresh-list-cache): Ditto.
2118         (spam-address-whitelisted-p): New function.
2119
2120         * dns.el (query-dns): Use TCP when make-network-process isn't
2121         available.
2122         (dns-servers): New variable.
2123         (dns-parse-resolv-conf): New function.
2124         (query-dns): Use it.
2125
2126         * spam.el: New file.
2127
2128         * dns.el (query-dns): Test.
2129
2130 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * lpath.el (featurep): Bind make-network-process.
2133
2134 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2135
2136         * nnmaildir.el: Use defstruct.  Use a single copy of
2137         nnmail-extra-headers to save memory.  Store server's group name
2138         prefix instead of each group's prefixed name.
2139         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2140         nntp-server-buffer.
2141
2142 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * dns.el: New file.
2145
2146 2002-03-28  Simon Josefsson  <jas@extundo.com>
2147
2148         * gnus-sum.el (gnus-summary-dummy-line-format):
2149         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2150         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2151
2152 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2153
2154         * gnus-sum.el (gnus-summary-move-article)
2155         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2156         the doc string.
2157
2158 2002-03-28  Simon Josefsson  <jas@extundo.com>
2159
2160         * mml-sec.el (mml-secure-message): Search after
2161         mail-header-separator from top of message.
2162
2163 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2164
2165         * nnmaildir.el: Cosmetic changes.
2166         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2167         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2168         nnmaildir--group-ls): New macros/functions.  Use them.
2169         (nnmaildir--unlink): Evalutate argument only once.
2170
2171 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2172
2173         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2174         symbols.
2175         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2176         `gnus-point-at-eol'.
2177
2178 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2179
2180         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2181         nnmaildir--marks-dir): New macros.  Use them.
2182         Use inhibit-quit for atomicity instead of in-memory journaling.
2183         (nnmaildir--edit-prep): New function.
2184         (Local Variables): Use it.
2185
2186 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2187
2188         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2189
2190 2002-03-25  Simon Josefsson  <jas@extundo.com>
2191
2192         * message.el (message-mode): Fix doc.
2193
2194 2002-03-25  Simon Josefsson  <jas@extundo.com>
2195
2196         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2197         Matthieu Moy <Matthieu.Moy@imag.fr>.
2198
2199 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2200
2201         * mml-sec.el (mml-unsecure-message): Add docstring.
2202
2203 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2204
2205         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2206         value.
2207         Trivial change from andre@slamdunknetworks.com
2208
2209 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2210
2211         * mml.el (mml-mode-map): Added a keybinding for
2212         `mml-unsecure-message'.  Also, added a menu entry for said
2213         function in the Attachments menu.
2214
2215 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * canlock.el (canlock-version): Remove.
2218         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2219         here; simplify \x insertions.
2220         (canlock-sha1): New function, always return a unibyte string.
2221         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2222         of a password.
2223         (canlock-insert-header): Use `canlock-sha1'.
2224         (canlock-verify): Ditto.
2225
2226 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2227
2228         * message.el (message-fix-before-sending): Add an option that
2229         ignores illegible text.
2230         Trivial change from Mark Milhollan <mlm@attglobal.net>
2231
2232         * message.el (message-font-lock-keywords): Support multi-line MML
2233         tags.
2234
2235         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2236         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2237
2238 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2241         symbols for "View as different encoding" submenu.
2242
2243 2002-03-19  Simon Josefsson  <jas@extundo.com>
2244
2245         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2246         encoding" submenu.
2247
2248 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2249
2250         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2251
2252 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2253
2254         * gnus-sum.el (gnus-sum-thread-tree-root)
2255         (gnus-sum-thread-tree-single-indent)
2256         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2257         (gnus-sum-thread-tree-leaf-with-other)
2258         (gnus-sum-thread-tree-single-leaf): Make customizable.
2259
2260 2002-03-16  Simon Josefsson  <jas@extundo.com>
2261
2262         * gnus-util.el (gnus-extract-address-components): Don't break on
2263         names such as James "Kibo" Parry.  From Francis Litterio
2264         <franl@world.std.com>.
2265
2266 2002-03-13  Simon Josefsson  <jas@extundo.com>
2267
2268         * pop3.el (pop3-open-server): Revert multibyte change.  From
2269         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2270
2271         * message.el (message-send-mail-with-qmail): Make it work.  From
2272         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2273
2274 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2275
2276         * message.el (message-make-mft): Set case-fold-search while
2277         generating the MFT.  Also, a little cleanup in the MFT code.
2278
2279 2002-03-12  Simon Josefsson  <jas@extundo.com>
2280
2281         * message.el (message-qmail-inject-args): May be function.
2282         (message-send-mail-with-qmail): Call function if m-q-i-a is
2283         function.  From fn@hungry.org (Faried Nawaz).
2284
2285 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * message.el (message-abbrevs-loaded): Remove.
2288         (mailabbrev): Require it.
2289
2290         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2291
2292 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * pop3.el (pop3-open-server): Set process buffer unibyte.
2295
2296 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2299
2300 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2301
2302         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2303         too.
2304
2305 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2306
2307         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2308         duplication.
2309         (gnus-summary-save-parts-type-history): Ditto.
2310         (gnus-summary-save-parts-last-directory): Ditto.
2311         Trivial change from andre@slamdunknetworks.com
2312
2313 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2314
2315         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2316
2317 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2318
2319         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2320         -->" as the end of the first article.
2321
2322         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2323         From Matthieu Moy <Matthieu.Moy@imag.fr>
2324
2325         * message.el (message-add-action): Use add-to-list.
2326         (message-delete-action): New function.
2327
2328         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2329         pieces.
2330
2331 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2332
2333         * nnnil.el: New file.
2334         * gnus.el (gnus-valid-select-methods): Include nnnil.
2335
2336 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2337
2338         * message.el (message-syntax-checks): Because canlock is
2339         supported, we disable sender syntax check.
2340         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2341
2342         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2343         value of message-syntax-checks.
2344
2345         * qp.el (quoted-printable-decode-region): Doc addition.
2346         From: Eli Zaretskii <eliz@is.elta.co.il>
2347
2348         * mail-source.el (make-source-make-complex-temp-name): Use
2349         make-temp-file.
2350
2351         * mm-util.el (mm-make-temp-file): New function.
2352         * nneething.el (nneething-file-name): Use it.
2353         * mml-smime.el (mml-smime-encrypt): Ditto.
2354         * mm-view.el (mm-inline-wash-with-file): Ditto.
2355         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2356         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2357         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2358         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2359         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2360         * gnus-art.el (gnus-mime-print-part): Ditto.
2361
2362 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2363
2364         * message.el (nnmaildir-article-number-to-base-name): New
2365         function.
2366         (nnmaildir-base-name-to-article-number): New function.
2367
2368 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * smime.el (smime-make-temp-file): Don't quote
2371         `temporary-file-directory'.
2372
2373 2002-03-04  Simon Josefsson  <jas@extundo.com>
2374
2375         * smime.el (smime-sign-region): Rename argument keyfiles to
2376         keyfile. You only sign something with one key.
2377         (smime-sign-buffer): Better completing-read prompt.
2378         (smime-decrypt-buffer): Ditto.
2379
2380         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2381
2382         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2383         completing-read.
2384         (mm-view-pkcs7-decrypt): CRLF->LF.
2385
2386 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2387
2388         * message.el (message-hierarchical-addresses): New variable.
2389         (message-get-reply-headers): Use it.
2390         From Ted Zlatanov <teodor.zlatanov@divine.com>
2391
2392 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2393
2394         * message.el (message-mode): If buffer-file-name, don't set auto
2395         save file name.
2396         Trivial change from Geoff Greene <ggreene@wpi.edu>
2397
2398 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2399
2400         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2401         takes one argument in read-char.
2402
2403         * message.el (message-fix-before-sending): Forward a char.
2404         Check mmu-multibyte-p, add control-1.
2405
2406 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2407
2408         * gnus-start.el (gnus-read-init-file): Ditto.
2409
2410         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2411
2412         * dgnushack.el (dgnushack-make-load): Ditto.
2413
2414         * mail-source.el (mail-source-fetch): Extract the right error
2415         code.
2416
2417         * message.el (message-fix-before-sending): Check illegible text.
2418
2419         * gnus-util.el (gnus-multiple-choice): New function.
2420
2421         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2422         also defined in gnus-score.el.
2423
2424 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2425
2426         * message.el (message-get-reply-headers): downcase email addresses
2427         for comaparisons for duplicate removal.
2428
2429 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2430
2431         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2432         implementation of PKCS#7, which just allows users read the
2433         message.
2434         (mm-view-pkcs7): Use it.
2435
2436 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2437
2438         * gnus.el (large-newsgroup-initial): New parameter.
2439
2440         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2441         (gnus-summary-insert-old-articles): Ditto.
2442
2443 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2444
2445         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2446         used as the default answer of the question, "How many articles?".
2447         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2448
2449         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2450         small numbers.
2451
2452 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2453
2454         * deuglify.el: Fix comments.
2455
2456 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2457
2458         * html2text.el (html2text-clean-anchor): If there is no HREF,
2459         insert nothing.
2460
2461         * mml.el (mml-generate-mime-1): Add cdr.
2462         From: andre@slamdunknetworks.com
2463
2464         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2465         (mm-text-html-washer-alist): Ditto.
2466
2467         * mm-decode.el (mm-text-html-renderer): Add html2text.
2468
2469         * html2text.el: Face lift.
2470
2471         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2472
2473 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2476
2477         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2478
2479         * deuglify.el: New file. The original file name is
2480         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2481
2482         * mm-decode.el (mm-display-external): Use
2483         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2484
2485 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2486
2487         * nnmaildir.el (nnmaildir-request-list): Report the highest
2488         article number, not the total number of articles.
2489
2490 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2491
2492         * gnus-sum.el: Move uu key map here.
2493         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2494
2495 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2496
2497         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2498         nnmail-expiry-wait* if expire-age parameter is not set.
2499
2500 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2503         function.
2504         (gnus-group-sort-selected-groups-by-real-name): New function.
2505         (gnus-group-make-menu-bar): Add sort by real name.
2506
2507         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2508         rebuild.
2509         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2510         nil as dependencies as well.
2511
2512 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2513
2514         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2515         for mime-parts.
2516
2517         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2518
2519         * gnus-group.el (gnus-group-name-decode): Don't test
2520         multibyte-string, because it breaks XEmacs.
2521         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2522
2523         * message.el (message-send-mail): Be talkative.
2524
2525         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2526         (mm-automatic-display): Ditto.
2527
2528         * mailcap.el (mailcap-mime-data): Ditto.
2529         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2530
2531 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * many files: Remove trailing whitespaces, replace spc+tab with
2534         tab, replace leading whitespaces with tabs.
2535
2536 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2537
2538         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2539         articles with no body and no blank line after the header.
2540
2541 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2542
2543         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2544         parts.
2545
2546         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2547         non-ascii chars.
2548
2549         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2550
2551         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2552         w3-delay-image-loads.
2553         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2554         (mm-w3-prepare-buffer): Ditto.
2555
2556         * mail-source.el (mail-source-fetch-directory): Run scripts.
2557
2558 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2561         for Majordomo confirmations.
2562
2563 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2566
2567 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2570
2571 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2572
2573         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2574         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2575
2576 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2577
2578         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2579         (mm-inline-render-with-stdin): Ditto.
2580         (mm-inline-render-with-function): Ditto.
2581         (mm-inline-wash-with-file): Bind coding-system-for-write.
2582         (mm-inline-wash-with-stdin): Ditto.
2583
2584 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2585
2586         Suggested by Felix Natter <fnatter@gmx.net>
2587
2588         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2589         gnus-mime-externalize-view.
2590         (gnus-mime-view-part-internally): Rename from
2591         gnus-mime-internalize-view.
2592         (gnus-article-view-part-externally): Rename from
2593         gnus-article-externalize-part.
2594         (gnus-mime-action-alist): Change correspondingly.
2595         (gnus-mime-button-commands): Ditto.
2596         (gnus-mime-action-alist): Remove duplication.
2597
2598         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2599
2600 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2601
2602         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2603
2604         * gnus-art.el (gnus-display-mime): Use it.
2605
2606         * mm-partial.el (mm-partial-find-parts): Use it.
2607
2608         * gnus-sum.el (gnus-article-loose-mime): Rename from
2609         gnus-article-no-strict-mime.
2610         (gnus-summary-save-parts): Use it.
2611
2612 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2615         local variable.
2616
2617         * gnus-art.el (article-display-x-face): Don't sort multiple
2618         X-Faces.
2619
2620 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2623         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2624
2625         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2626
2627 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2628
2629         Some ideas is inspired by code from Hrvoje Niksic
2630         <hniksic@arsdigita.com>
2631
2632         * gnus-art.el (gnus-article-wash-function): Set the default to
2633         nil, so that we use mm-text-html-renderer instead.
2634         (article-wash-html): Use mm-text-html-renderer.
2635
2636         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2637         (mm-text-html-renderer): New variable.
2638         (mm-inline-text-html-renderer): Set the default to nil, so that we
2639         use mm-text-html-renderer instead.
2640
2641         * mm-view.el (mm-inline-text-html): New function.
2642         (mm-text-html-renderer-alist): New variable.
2643         (mm-inline-text-vcard): New function.
2644         (mm-inline-text): Split.
2645         (mm-links-remove-leading-blank): New function.
2646         (mm-inline-render-with-file): New function.
2647         (mm-inline-render-with-stdin): New function.
2648         (mm-inline-render-with-function): New function.
2649         (mm-text-html-washer-alist): New variable.
2650         (mm-inline-wash-with-file): New function.
2651         (mm-inline-wash-with-stdin): New function.
2652
2653 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2654
2655         * message-utils.el: Fix installation doc.
2656         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2657
2658 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2659
2660         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2661         (gnus-post-method): Use it.
2662         (gnus-summary-cancel-article): Find the correct post-method.
2663
2664         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2665         * message.el (message-send-news): Ditto.
2666         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2667         <ipmonger@delamancha.org>
2668
2669         * gnus.el (gnus-select-method): Fix doc.
2670         (gnus-server-string): Use 'using nntp'.
2671
2672         * gnus-agent.el (gnus-slave-unplugged): New command.
2673         From: Felix Natter <fnatter@gmx.net>
2674
2675 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2676
2677         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2678         Call edit-done-function first, then change the window
2679         configuration.
2680         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2681         (gnus-article-edit-mode): mml-mode.
2682
2683         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2684         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2685
2686         * message-utils.el: Adopt the file.
2687
2688         * message-utils.el: New file.
2689         From Holger Schauer <Holger.Schauer@gmx.de>
2690
2691 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2692
2693         * gnus-sum.el (gnus-summary-move-article): Select-article only
2694         when gnus-move-split-methods is non-nil. And we don't render or
2695         mark the article.
2696
2697         * gnus-fun.el (gnus-shell-command-to-string): New function.
2698         (gnus-shell-command-on-region): New function.
2699         (gnus-random-x-face): Use them.
2700         (gnus-x-face-from-file): Ditto.
2701         (gnus-convert-image-to-gray-x-face): Ditto.
2702         (gnus-convert-gray-x-face-to-xpm): Ditto.
2703         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2704
2705 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-art.el (gnus-treat-display-xface): Don't use
2708         `shell-command-to-string' when compiling.
2709         (gnus-treat-display-grey-xface): Ditto.
2710
2711 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2712
2713         * nnmaildir.el (nnmaildir--article-count): If the group is
2714         completely empty, report minimum article number as 1 instead of 0.
2715
2716 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2717
2718         * gnus-agent.el (gnus-get-predicate): Use nconc.
2719
2720         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2721         gnus-summary-display-cache as cache.
2722
2723         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2724         (nndoc-mail-in-mail-type-p): New function.
2725         (nndoc-mail-in-mail-article-begin): New function.
2726
2727 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2728
2729         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2730
2731         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2732         use-hard-newlines to nil.
2733
2734         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2735         image is not available if window-system is not available.
2736
2737         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2738
2739 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2740
2741         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2742         bookmark, because update-mark doesn't handle it correctly.
2743
2744 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2745
2746         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2747         directly instead of calling message-send-mail.
2748
2749         * gnus-start.el (gnus-read-descriptions-file): Use
2750         gnus-default-charset.
2751
2752         * mm-util.el (mm-guess-mime-charset): New function.
2753
2754         * gnus.el (gnus-default-charset): Use it.
2755         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2756         the default.
2757
2758 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2759
2760         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2761         (article-display-x-face): Use it.  Disable grey xface, if
2762         uncompface is not found.
2763
2764         * message.el (message-mode): Don't enable multibyte on an indirect
2765         buffer.
2766
2767         * nnrss.el (nnrss-content-function): New variable.
2768         (nnrss-request-article): Use it.
2769
2770 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2771
2772         * gnus.el: Add article-unsplit-urls.
2773         * gnus-sum.el: Ditto.
2774         * gnus-art.el (gnus-treat-strip-cr): New variable.
2775         (gnus-treatment-function-alist): Use it.
2776         (article-unsplit-urls): New function.
2777         (gnus-article-make-menu-bar): Use it.
2778         From: Michael Cook <michael.cook@cisco.com>
2779
2780 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2781
2782         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2783         copy.
2784
2785 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2786
2787         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2788         with internal whitespace.
2789         (gnus-parent-id): Ditto.
2790
2791 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2792
2793         * gnus-art.el (gnus-article-treat-body-boundary): Add
2794         gnus-decoration property.
2795         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2796
2797         * message.el (message-mode): Set local-abbrev-table.
2798         From Matt Armstrong <matt@lickey.com>.
2799
2800         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2801         too many spaces.
2802
2803         * rfc2047.el (rfc2047-unfold-region): Ditto.
2804         (rfc2047-decode-region): Don't unfold. Let
2805         gnus-article-treat-unfold-headers do it.
2806
2807         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2808         From: Jesper Harder <harder@ifa.au.dk>
2809
2810 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2813         (gnus-configure-posting-styles): Use it.
2814         (gnus-configure-posting-styles): Remove trailing newspaces.
2815
2816 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2817
2818         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2819         is non-nil.
2820
2821         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2822
2823         * gnus.el (gnus-server-to-method): Switch position with
2824         gnus-server-get-method.
2825         (gnus-agent): Add doc.
2826
2827         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2828         (gnus-summary-save-parts): Use it.
2829
2830         * gnus-art.el (gnus-display-mime): Use it.
2831         * mm-partial.el (mm-partial-find-parts): Use it.
2832
2833         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2834
2835         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2836         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2837
2838         * nnagent.el (nnagent-request-expire-articles): Don't delete
2839         files.
2840
2841 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * message.el (message-gen-unsubscribed-mft): New function.
2844         From Sriram Karra <karra@cs.utah.edu>.
2845
2846         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2847         open parenthesis.
2848
2849         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2850         (mm-inline-text-html-render-with-w3): Ditto.
2851         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2852         Suggested by Dave Love  <d.love@dl.ac.uk>.
2853
2854         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2855
2856         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2857         * nntp.el (nntp-send-command): Ditto.
2858         * nntp.el (nntp-send-command-nodelete): Ditto.
2859
2860 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2861
2862         * mm-url.el (mm-url-load-url): New function.
2863         (mm-url-insert-file-contents): Use it.
2864
2865         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2866
2867         * message.el (message-forward-make-body): Correctly copy
2868         forward-buffer.
2869
2870         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2871
2872 2002-02-04  Simon Josefsson  <jas@extundo.com>
2873
2874         * gnus-art.el (gnus-article-followup-with-original): Mark with
2875         force, prevent errors when following up from article buffer.
2876         (gnus-article-reply-with-original): Ditto.
2877
2878         * binhex.el (binhex-decoder-switches): Fix doc.  From
2879         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2880
2881 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2882
2883         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2884         highlight-citation after emphasize.
2885
2886 2002-02-04  Simon Josefsson  <jas@extundo.com>
2887
2888         * nnfolder.el (nnfolder-open-marks):
2889
2890         * nnml.el (nnml-open-marks): Message when done.  From David
2891         Edmondson <dme@sun.com>.
2892
2893 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2894
2895         * imap.el (imap-anonymous-auth): Fix typo.
2896         From: Steinar Bang <sb@dod.no>
2897
2898         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2899         save-excursion.
2900         (gnus-cache-braid-heads): Ditto.
2901
2902         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2903         line, because there are extra articles in the overview buffer.
2904
2905         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2906
2907         * message.el (message-forward-rmail-make-body): Directly use
2908         rmail-msg-restore-non-pruned-header to avoid calling
2909         vertical-motion.
2910
2911 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * gnus-cache.el (gnus-summary-insert-cached-articles):
2914         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2915
2916         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2917         gnus-newsgroups-unselected.
2918
2919         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2920         gnus-add-to-sorted-list.
2921
2922         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2923         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2924         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2925         (gnus-update-read-articles): UNREAD is sorted.
2926         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2927         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2928         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2929         (gnus-newsgroup-dormant): Require sorted.
2930
2931         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2932         directories.
2933         (gnus-dired-print): New function.
2934
2935         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2936         ps-despool.
2937
2938 2002-02-02  Simon Josefsson  <jas@extundo.com>
2939
2940         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2941
2942 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2943
2944         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2945         t. This makes gnus-agent customizable without putting
2946         gnus-agentize into .gnus.
2947
2948         * gnus.el (gnus-agent): Make it customizable.
2949
2950         * gnus-dired.el: New file.
2951         From Benjamin Rutt <brutt@bloomington.in.us>
2952
2953         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2954         if no article.
2955         (gnus-cache-possibly-remove-article): Ditto.
2956         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2957
2958 2002-02-01  Simon Josefsson  <jas@extundo.com>
2959
2960         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2961
2962 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2965         (mm-setup-w3m): Don't bind keys listed in the above.
2966
2967 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2970         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2971         is non-nil; bind `w3m-force-redisplay' with nil.
2972
2973         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2974
2975         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2976
2977 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2980         use mail-header-unfold-field.
2981
2982         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2983         gnus-summary-limit.
2984
2985         * gnus-range.el (gnus-add-to-sorted-list): New function.
2986         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2987         (gnus-mark-article-as-unread): Ditto.
2988         (gnus-summary-mark-article-as-unread): Ditto.
2989         (gnus-build-get-header): Ditto.
2990         (gnus-summary-prepare-threads): Ditto.
2991         (gnus-summary-insert-pseudos): Ditto.
2992         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2993         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2994         (gnus-summary-insert-old-articles): Ditto.
2995
2996         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2997         (gnus-configure-posting-styles): Support the new format.
2998
2999         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3000         edebug-form-spec to (sexp body).
3001         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3002
3003         * message.el (message-reply-headers): Add doc.
3004
3005 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3006
3007         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3008         gnus-cache-active-hashtb.
3009
3010         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3011         (gnus-agent-summary-fetch-group): Use it.
3012
3013         * gnus-msg.el (gnus-debug-files): New variable.
3014         (gnus-debug-exclude-variables): New variable.
3015         (gnus-debug): Use them.
3016
3017         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3018
3019 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3020
3021         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3022         (message-mode-syntax-table): Move back the previous position.
3023
3024         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3025
3026         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3027         gnus-sorted-difference.
3028
3029         * nnsoup.el (nnsoup-request-expire-articles): Use
3030         gnus-sorted-difference.
3031
3032         * nnheader.el: Autoload gnus-sorted-difference.
3033
3034         * nnfolder.el (nnfolder-request-expire-articles): Use
3035         gnus-sorted-difference.
3036
3037         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3038         gnus-sorted-difference.
3039
3040         * gnus-range.el: Autoload cookies.
3041         (gnus-sorted-difference): New function.
3042         (gnus-sorted-ndifference): New function.
3043         (gnus-sorted-nintersection): Rename from
3044         gnus-set-sorted-intersection.
3045         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3046         (gnus-list-range-difference): Rename from
3047         gnus-inverse-list-range-intersection.
3048         (gnus-inverse-list-range-intersection): Use defalias.
3049
3050         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3051         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3052         (gnus-articles-to-read): Use gnus-sorted-difference.
3053         (gnus-summary-limit-mark-excluded-as-read): Use
3054         gnus-sorted-intersection and gnus-sorted-ndifference.
3055         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3056         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3057
3058         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3059
3060 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3063         property to the buffer for using emacs-w3m command keys.
3064
3065         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3066         option.
3067
3068         * mm-view.el (mm-w3m-mode-map): New variable.
3069         (mm-w3m-mode-command-alist): New variable.
3070         (mm-w3m-minor-mode): Removed.
3071         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3072         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3073         buffer for using emacs-w3m command keys.
3074
3075 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3076
3077         * message.el (message-mode-syntax-table): Move forward.
3078         (message-cite-prefix-regexp): Auto detect non word constituents.
3079         (message-cite-prefix-regexp): Don't use with-syntax-table.
3080
3081         * gnus-sum.el (gnus-summary-update-info): Use
3082         gnus-list-range-intersection.
3083
3084         * gnus-agent.el (gnus-agent-fetch-headers): Use
3085         gnus-list-range-intersection.
3086
3087         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3088         (gnus-list-range-intersection): Use it.
3089         (gnus-inverse-list-range-intersection): Ditto.
3090         (gnus-sorted-intersection): Add doc.
3091         (gnus-set-sorted-intersection): Add doc.
3092         (gnus-sorted-union): New function.
3093         (gnus-set-sorted-union): New function.
3094
3095         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3096         (gnus-inverse-list-range-intersection): Ditto.
3097
3098 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3099
3100         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3101
3102         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3103         and permit `:' and `\' in order to handle full Windows pathnames.
3104         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3105         technically not correct per standard, but seems to have common use.
3106
3107 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3108
3109         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3110         replacing numbers.
3111
3112 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3113
3114         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3115
3116         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3117         Don't split when the window is small, e.g. when a small *BBDB*
3118         window is the lowest one.
3119
3120         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3121         nnheader-find-nov-line to speed up. Use nreverse, because it is
3122         sorted. Use nnheader-insert-nov-file.
3123
3124 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3127
3128         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3129         of `w3m-display-inline-images' with the value of
3130         `mm-inline-text-html-with-images'.
3131         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3132
3133         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3134
3135 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3136
3137         * time-date.el: Add autoload cookies.  Many doc fixes.
3138         (time-add): New function.
3139         (time-subtract): Renamed from subtract-time.
3140         (subtract-time): New alias for time-subtract.
3141
3142 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3145         emacs-w3m in doc-string.
3146
3147         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3148         `w3m-current-buffer'.
3149
3150 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3151
3152         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3153
3154         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3155         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3156         (mm-w3m-cid-retrieve): New function.
3157         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3158
3159 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3160
3161         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3162
3163 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3166
3167 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3170         32K.
3171
3172         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3173
3174         * nnmail.el (nnmail-article-group): Decode headers before running
3175         split rules over them.
3176         (nnmail-mail-splitting-charset): New variable.
3177
3178         * smiley.el: Replaced with smiley-ems.el.
3179
3180 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3181
3182         * mm-url.el (mm-url-predefined-programs): Add w3m.
3183         (mm-url-program): Ditto.
3184
3185 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * nnml.el (nnml-use-compressed-files): New variable.
3188         (nnml-filenames-are-evil): Removed.
3189         (nnml-current-group-article-to-file-alist): Don't use.
3190         (nnml-update-file-alist): Inhibit.
3191         (nnml-article-to-file): Use new var.
3192
3193 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3196
3197         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3198
3199 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3202         function.
3203
3204         * gnus-util.el (gnus-cache-file-contents): New function.
3205
3206         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3207         (gnus-agent-load-alist): Use it.
3208
3209         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3210
3211         * nnheader.el (nnheader-insert-nov-file): New function.
3212
3213         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3214
3215         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3216         there are no references.
3217         (gnus-extract-message-id-from-in-reply-to): New function.
3218         (gnus-nov-parse-line): Use in-reply-to if there are no
3219         references.
3220
3221 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3224
3225         * gnus-util.el (gnus-parse-without-error): New macro.
3226
3227 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3230         (gnus-article-wash-function): use locate-library to decide which
3231         to use.
3232
3233 2002-01-25  Simon Josefsson  <jas@extundo.com>
3234
3235         * pop3.el (pop3-munge-message-separator): Work if no date.
3236         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3237
3238 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-agent.el (gnus-agent-save-alist): Fix.
3241
3242         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3243         mistake.  Reinstated lost code.
3244
3245 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3246
3247         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3248         one exists in the case of an encrypted message with an internal
3249         signature.
3250
3251 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3254
3255 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * dgnushack.el: Commented out the experimental code.
3258
3259 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3262         error.
3263
3264         * gnus.el (gnus-server-to-method): Made into subst.
3265         (gnus-server-method-cache): New variable.
3266         (gnus-server-to-method): Use it.
3267         (gnus-group-method-cache): New variable.
3268         (gnus-find-method-for-group-1): Renamed.
3269         (gnus-find-method-for-group): New function.
3270         (gnus-group-method-cache): Removed.
3271
3272         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3273         function.
3274
3275         * gnus-range.el (gnus-members-of-range): New function.
3276         (gnus-list-range-intersection): Renamed.
3277         (gnus-inverse-list-range-intersection): New function.
3278
3279         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3280
3281         * nnagent.el (nnagent-retrieve-headers): New implementation.
3282
3283         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3284         implementation.
3285
3286 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3289         `w3m-meta-content-type-charset-regexp'.
3290
3291         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3292         charset-encoded html contents.
3293
3294 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3295
3296         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3297         an empty file.
3298
3299         * nnweb.el (url): Ignore errors when request url.
3300
3301         * nnrss.el: Clean up the comments.
3302
3303 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3306
3307         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3308         (mm-inline-media-tests): Test whether the value of
3309         `mm-inline-text-html-renderer' is a function for text/html.
3310
3311         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3312         separated from `mm-inline-text'.
3313         (mm-w3m-minor-mode): New variable.
3314         (mm-w3m-setup): New variable.
3315         (mm-setup-w3m): New function.
3316         (mm-inline-text-html-render-with-w3m): New function.
3317         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3318         text/html.
3319
3320 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3321
3322         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3323
3324 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3327         and `gnus-xmas-completing-read'.
3328
3329 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3330
3331         * nneething.el (nneething-message-id-number): Abolished.
3332         (nneething-encode-file-name): Not encode numerical characters.
3333         (nneething-make-head): `nneething-message-id-number' is not
3334         used to generate message IDs.
3335
3336 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3339         characters.
3340
3341 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3344         (gnus-xmas-redefine): Redefine conditionally.
3345
3346 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3347
3348         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3349         tag.
3350
3351 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3352
3353         * message.el (message-font-lock-keywords): Added the secure tag.
3354         * mml-sec.el: Added functions to generate/modify/remove the secure
3355         tag while in message mode.
3356         * mml-sec.el (mml-secure-message): New.
3357         * mml-sec.el (mml-unsecure-message): New.
3358         * mml-sec.el (mml-secure-message-sign-smime): New.
3359         * mml-sec.el (mml-secure-message-sign-pgp): New.
3360         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3361         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3362         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3363         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3364         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3365         convert it to either a part or multipart depending on if there are
3366         other parts in the message.
3367         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3368         to use the secure tag, rather than the part tag.
3369         * mml.el (mml-preview): Added a save-excursion to keep cursor
3370         position after doing an MML preview.
3371
3372 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * nnheader.el (nnheader-parse-overview-file): New function.
3375         (nnheader-write-overview-file): New function.
3376
3377 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3380         in wanted.
3381
3382         * nnweb.el (nnweb-type-definition): Clean up.
3383
3384 2002-01-21  Alastair Burt  <burt@dfki.de>
3385
3386         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3387         buffer exists before jumping to it.
3388
3389 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3392         function.
3393         (article-wash-html): Use it.
3394         (gnus-article-wash-function): New variable.
3395         (gnus-article-wash-html-with-w3m): New function.
3396
3397 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3398
3399         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3400         XEmacs.
3401
3402 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3403
3404         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3405         command line.
3406
3407 2002-01-21  Simon Josefsson  <jas@extundo.com>
3408
3409         * canlock.el (base64-encode-string): Autoload it from base64.
3410         (canlock-make-cancel-key): Base64 encode unibyte string.
3411
3412 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnfolder.el (nnfolder-request-accept-article): Unfold
3415         x-from-line.
3416         (nnfolder-request-replace-article): Ditto.
3417
3418 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3419
3420         * gnus-group.el (gnus-group-best-unread-group): Use the right
3421         positioning function.
3422
3423 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * smiley-ems.el (smiley-region): Use new function.
3426         (smiley-update-cache): Use general image functions.
3427         (smiley-region): Use general functions.
3428
3429         * gnus-util.el (gnus-graphic-display-p): New function.
3430
3431         * nnmail.el (nnmail-article-group): Allow outputting traces of
3432         non-strings.
3433
3434         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3435         (nndoc-exim-bounce-type-p): New function.
3436
3437         * message.el (message-dont-send): Doc fix.
3438
3439         * gnus-util.el (gnus-completing-read): Remove
3440         inherit-input-method.
3441
3442         * gnus-art.el (gnus-treat-smiley): Doc fix.
3443
3444         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3445         articles.
3446
3447 2002-01-19  Simon Josefsson  <jas@extundo.com>
3448
3449         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3450         (imap-kerberos4-open): Ditto.
3451         (imap-open): Set port correctly, don't set auth.
3452
3453 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus.el (gnus-version-number): Bump version number.
3456
3457 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3458
3459         * gnus.el: Oort Gnus v0.05 is released.
3460
3461 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3464         exists.
3465
3466         * gnus-spec.el (gnus-string-width-function): New function.
3467         (gnus-tilde-cut-form): Use it.
3468         (gnus-tilde-max-form): Ditto.
3469         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3470         (gnus-substring-function): Use it.
3471         (gnus-tilde-cut-form): Ditto.
3472         (gnus-substring-function): New function.
3473
3474         * message.el (message-check-news-header-syntax): New message.
3475
3476         * gnus.el (gnus-slave-no-server): Doc fix.
3477
3478         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3479
3480 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3483         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3484         (seen (NUM1 . NUM2)).
3485
3486 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3489         number in closed topics.
3490
3491 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3492
3493         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3494         functions.
3495
3496 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus.el (gnus-group-find-parameter): Clean up.
3499
3500         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3501         articles.
3502
3503         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3504
3505         * nnmail.el (nnmail-article-group): Clean up.
3506
3507 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3508
3509         * gnus-agent.el (gnus-category-name): Intern the category name.
3510
3511 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3514
3515         * gnus-util.el (gnus-completing-read): New function.
3516
3517 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3518
3519         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3520
3521         * smiley-ems.el (smiley-region): Register smiley.
3522         (smiley-toggle-buffer): Rewrite the function.
3523         (smiley-active): Removed.
3524
3525 2002-01-19  Simon Josefsson  <jas@extundo.com>
3526
3527         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3528         Jesper Harder <harder@ifa.au.dk>.
3529
3530 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3531
3532         * gnus-art.el (gnus-request-article-this-buffer): Call
3533         `nneething-get-file-name' to extract the file name from the
3534         message id.
3535
3536         * nneething.el (nneething-encode-file-name): New function.
3537         (nneething-decode-file-name): Ditto.
3538         (nneething-get-file-name): Ditto.
3539         (nneething-make-head): Encode the file name and encapsulate it
3540         into the field of the message id.
3541
3542 2002-01-18  Simon Josefsson  <jas@extundo.com>
3543
3544         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3545         stored in .marks.
3546
3547         * nnfolder.el (nnfolder-request-update-info): Ditto.
3548
3549 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3550
3551         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3552
3553 2002-01-18  Simon Josefsson  <jas@extundo.com>
3554
3555         * imap.el (imap-starttls-p): Don't check for binary.
3556         (imap-gssapi-auth-p): Ditto.
3557         (imap-kerberos4-auth-p): Ditto.
3558         (imap-open): Change logic.  Iterate through all possible streams,
3559         instead of bailing out after first failure.  Move authenticator
3560         decision to `imap-authenticate'.
3561         (imap-authenticate): Change logic, now finds the authenticator to
3562         use, was previously in `imap-open'.
3563         (imap-open): Return nil on failure.
3564         (imap-open): Setup temp buffer correctly.
3565         (imap-open): Return buffer only on success.
3566         (imap-interactive-login, imap-interactive-login): Tell the user
3567         which stream/authenticator is used for the queried
3568         username/password.
3569         (imap-open, imap-authenticate): Set variables.
3570         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3571         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3572
3573 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3576
3577 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3580
3581 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3582
3583         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3584         (gnus-agent-group-mode-map): Bind it to "Jo".
3585         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3586
3587 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3588
3589         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3590         (gnus-summary-mail-toolbar): Add mail article deletion button.
3591
3592         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3593         false positives for lines of "^^^^".
3594
3595         * gnus-picon.el (gnus-picon-find-face): faces database is all
3596         lowercase.
3597
3598 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3599
3600         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3601         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3602         duplications.
3603         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3604
3605 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-sum.el (gnus-summary-initial-limit): Inline
3608         gnus-summary-limit-children.
3609         (gnus-summary-initial-limit): Don't limit if
3610         gnus-newsgroup-display is nil.
3611         (gnus-summary-initial-limit): No, don't.
3612
3613         * gnus-util.el
3614         (gnus-put-text-property-excluding-characters-with-faces): Inline
3615         gnus-put-text-property.
3616
3617         * gnus-spec.el (gnus-default-format-specs): New variable.
3618
3619         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3620         gnus-format-specs.
3621         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3622
3623         * gnus-spec.el (gnus-update-format-specifications): Really check
3624         the Gnus version of the .newsrc.eld file.
3625         (gnus-format-specs): Save the new default summary format.
3626
3627         * gnus-util.el (gnus-parent-id): Check whether references is empty
3628         before splitting.
3629
3630         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3631         functions.
3632         (gnus-gather-threads-by-references): Inline
3633         `gnus-split-references'.
3634
3635         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3636         default value of gnus-summary-line-format-spec.
3637
3638 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3641         message.
3642         (nnslashdot-request-list): Ditto.
3643         (nnslashdot-sid-strip): Removed.
3644
3645 2002-01-15  Simon Josefsson  <jas@extundo.com>
3646
3647         * nnimap.el (nnimap-close-asynchronous): Enable.
3648         (nnimap-close-group): Expunge.
3649
3650 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3651
3652         * gnus-util.el (gnus-user-date-format-alist): Typo.
3653         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3654
3655 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3656
3657         * nneething.el (nneething-request-article): Set
3658         `nnmail-file-coding-system' to `binary' locally, in order to read
3659         files without any conversion.
3660
3661 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3664         nnheader-file-coding-system and nnmail-active-file-coding-system.
3665         (gnus-agent-regenerate-group): Ditto.
3666         (gnus-agent-regenerate): Ditto.
3667         (gnus-agent-write-active): Ditto.
3668         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3669
3670 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3673         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3674
3675 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * gnus.el: We don't need gnus-article-show-all-headers.
3678
3679         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3680         Ditto.
3681
3682         * gnus-sum.el (gnus-summary-select-article): Don't call
3683         show-all-headers, because hidden headers are not hidden text any
3684         more.
3685
3686 2002-01-13  Simon Josefsson  <jas@extundo.com>
3687
3688         * message.el (message-newline-and-reformat): Use `newline' instead
3689         of inserting \n, so that the newline is marked as hard.
3690
3691         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3692         From Jesper Harder <harder@ifa.au.dk>.
3693
3694 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3695
3696         * imap.el (imap-close): Keep going if quit.
3697
3698         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3699         nntp-server-buffer.
3700
3701 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3704         avoid unbinding shadowed variables.
3705
3706         * gnus-art.el (gnus-picon-databases): Moved here.
3707         (gnus-picons-installed-p): Moved here.
3708         (gnus-article-reply-with-original): Use `mark'.
3709
3710         * gnus.el (gnus-picon): Moved here and renamed.
3711
3712         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3713         installed.
3714         (gnus-treat-mail-picon): Ditto.
3715         (gnus-treat-newsgroups-picon): Ditto.
3716
3717         * gnus-picon.el (gnus-picons-installed-p): New function.
3718
3719 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3720
3721         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3722
3723 2002-01-12  Simon Josefsson  <jas@extundo.com>
3724
3725         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3726         (nnimap-before-find-minmax-bugworkaround): Use it.
3727         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3728         (nnimap-dont-close): New variable.
3729         (nnimap-close-group): Use it.
3730
3731 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-art.el (gnus-article-reply-with-original): Use
3734         `mark-active'.
3735
3736         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3737
3738         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3739         (gnus-score-advanced): Clean up.
3740         (gnus-score-advanced): Accept a multiple of the score.
3741
3742 2002-01-12  Simon Josefsson  <jas@extundo.com>
3743
3744         * flow-fill.el (fill-flowed-display-column)
3745         (fill-flowed-encode-columnq): New variables.  Suggested by
3746         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3747         (fill-flowed-encode, fill-flowed): Use them.
3748
3749         * message.el (message-send-news, message-send-mail): Use
3750         m-b-s-n-p-e-h-n.
3751
3752         * mml.el (autoload): Autoload fill-flowed-encode.
3753         (mml-buffer-substring-no-properties-except-hard-newlines): New
3754         function.
3755         (mml-read-part): Use it.
3756         (mml-generate-mime-1): Encode format=flowed if appropriate.
3757         (mml-insert-mime-headers): Insert format=flowed.
3758
3759         * flow-fill.el (fill-flowed-encode): New function.
3760         (fill-flowed): Bind fill-column to window width.
3761
3762 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3765         it exists.
3766         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3767         (gnus-summary-buffer-name): Don't return the dead name after all.
3768         (gnus-summary-setup-buffer): Kill the dead buffer.
3769
3770         * gnus-art.el (gnus-article-followup-with-original): Store the
3771         value of the mark before deactivating it.
3772
3773 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3776         From: Karl Kleinpaste <karl@charcoal.com>
3777
3778         * gnus-art.el (article-display-x-face): Ditto.
3779         (gnus-article-reply-with-original): Use gnus-region-active-p.
3780         (gnus-article-followup-with-original): Ditto.
3781
3782         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3783         downloadable article either.
3784
3785 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-art.el (article-display-x-face): Insert From:.
3788
3789         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3790         article. Bind gnus-display-mime-function and
3791         gnus-article-prepare-hook.
3792
3793         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3794         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3795         gnus-agent-possibly-synchronize-flags to the last.
3796         (gnus-agent-go-online): New function. New variable.
3797
3798 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3801         (gnus-agent-regenerate): Ditto.
3802
3803 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3804
3805         * message.el (message-ignored-news-headers)
3806         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3807         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3808
3809         * gnus.el (gnus-gethash-safe): New macro.
3810
3811         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3812         (gnus-agent-regenerate): Show messages.
3813
3814 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3815
3816         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3817         (gnus-agent-regenerate): New function.
3818         (gnus-agent-save-alist): Sort.
3819         (gnus-agent-copy-nov-line): Test eobp.
3820         (gnus-agent-retrieve-headers): Erase buffer.
3821
3822 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3825         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3826
3827         * gnus.el (gnus-agent-covered-methods): Move here.
3828         (gnus-online): New function.
3829         (gnus-agent-method-p): Move here.
3830
3831         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3832         nil. Remove articles-alist.
3833
3834         * gnus-start.el (gnus-get-unread-articles): Check online.
3835         (gnus-groups-to-gnus-format): Ditto.
3836         (gnus-active-to-gnus-format): Ditto.
3837
3838         * gnus-agent.el (gnus-agent-get-function): Use it.
3839         (gnus-agent-get-undownloaded-list): Ditto.
3840         (gnus-agent-fetch-session): Only fetch online methods.
3841
3842         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3843         (gnus-server-mode-map): Ditto.
3844         (gnus-server-offline-face): New face.
3845         (gnus-server-offline-face): New variable.
3846         (gnus-server-font-lock-keywords): Add offline.
3847         (gnus-server-insert-server-line): Ditto.
3848         (gnus-server-offline-server): New function.
3849
3850         * gnus-int.el (gnus-open-server): Turn to offline.
3851         (gnus-server-unopen-status): New variable.
3852
3853 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * nnkiboze.el (nnkiboze-request-article): Use
3856         gnus-agent-request-article.
3857
3858         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3859         function. Insert undownloaded NOV.
3860
3861         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3862         (gnus-agent-request-article): New function.
3863
3864         * gnus.el (gnus-agent-cache): New variable.
3865
3866         * gnus-int.el (gnus-retrieve-headers): Use
3867         gnus-agent-retrieve-headers.
3868         (gnus-request-head): Use gnus-agent-request-article.
3869         (gnus-request-body): Ditto.
3870
3871         * gnus-art.el (gnus-request-article-this-buffer): Use
3872         gnus-agent-request-article.
3873
3874         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3875         article if it is undownloaded.
3876
3877 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3880
3881 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * canlock.el (canlock-string-as-unibyte): New macro.
3884         (canlock-sha1-with-openssl): Return a unibyte string.
3885         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3886
3887 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3888
3889         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3890
3891 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3894         application/x-emacs-lisp.
3895
3896         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3897
3898         * nntp.el (nntp-request-article): Add group parameter.
3899         (nntp-request-head): Ditto.
3900         (nntp-find-group-and-number): Add parameter group. Figure out
3901         number if the status line doesn't give (e.g. quimby.gnus.org).
3902
3903 2002-01-08  Simon Josefsson  <jas@extundo.com>
3904
3905         * mml.el (mml-generate-mime-1): Set recipient correctly.
3906
3907 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3908
3909         * message.el (message-read-from-minibuffer): Add parameter
3910         initial-contents.
3911         * gnus-msg.el (gnus-summary-resend-message): Use it.
3912
3913         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3914         behavior of quit-config.
3915
3916         * message.el (message-make-from): Don't quote fullname.
3917         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3918
3919         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3920         From: <andre@slamdunknetworks.com>
3921
3922 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3923
3924         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3925
3926         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3927
3928         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3929         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3930         because bbdb may use it.
3931
3932 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3933
3934         * nneething.el (nneething-request-article): When a non-text file
3935         is converted to an article, its data is encoded in base64.  Call
3936         `nneething-make-head' with options to specify MIME types.
3937         (nneething-make-head): Add optional arguments to specify MIME
3938         types.
3939
3940 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3941
3942         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3943         header if there is not.
3944
3945         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3946
3947         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3948         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3949         (gnus-inews-do-gcc): Use them.
3950
3951         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3952         gnus-newsgroup-unselected.
3953
3954 2002-01-06  Simon Josefsson  <jas@extundo.com>
3955
3956         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3957         condition-case, not ignore-errors.
3958
3959 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3962         gnus-fetch-old-headers.
3963
3964         * gnus-art.el (article-display-x-face): Use the current buffer
3965         unless `W f'. Otherwise, X-Face may be shown in the header of a
3966         forwarded part.
3967         (gnus-treatment-function-alist): Treat xface before hiding
3968         headers.
3969
3970 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3973         parameters.
3974
3975 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3976
3977         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3978         (mm-guess-charset): New function.
3979         (mm-charset-after): Use it.
3980         (mm-detect-coding-region): New function.
3981         (mm-detect-mime-charset-region): New function.
3982
3983         * gnus-sum.el (gnus-summary-show-article): Use
3984         mm-detect-coding-region.
3985
3986 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * message.el (message-make-fqdn): Be less violent.
3989
3990         * gnus.el (gnus-logo-color-style): Compute custom form
3991         automatically.
3992
3993         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3994         score file of the parent to the document group.
3995
3996         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3997         parameters parameter.
3998
3999         * gnus-score.el (gnus-score-load-file): Clean up.
4000
4001 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4002
4003         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4004         From: Damien Wyart <damien.wyart@free.fr>
4005
4006         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4007
4008 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * gnus-sum.el (gnus-select-group-hook): Typo.
4011
4012         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4013         is no quoted-printable-encoded STRING.
4014         From: Jesper Harder <harder@ifa.au.dk>
4015
4016         (rfc2047-decode-string): Decode it.
4017
4018 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4021
4022 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4023
4024         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4025         buffer to get rid of junk line.
4026
4027 2002-01-05  Simon Josefsson  <jas@extundo.com>
4028
4029         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4030         C-o.
4031         (message-mode-map): Bind message-insert-or-toggle-importance to
4032         C-c C-u.
4033         (message-mode-map): Bind message-disposition-notification-to to
4034         C-c M-n.
4035         (message-mode-menu): Add m-d-n-t.
4036         (message-mode-field-menu): Add m-goto-from.
4037         (message-mode): Doc fix.
4038         (message-goto-from): New function.
4039         (message-insert-disposition-notification-to): New function.
4040         (message-tool-bar-map): Add receipt button.
4041
4042 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-sum.el (gnus-thread-latest-date): New function.
4045         (gnus-thread-sort-by-most-recent-number): Renamed.
4046         (gnus-thread-sort-functions): Doc fix.
4047         (gnus-select-group-hook): Don't use setq on a hook.
4048         (gnus-thread-latest-date): Use date, not number
4049
4050         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4051         (gnus-agent-expire): Allow regexp of expire-days.
4052
4053         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4054         region.
4055         (gnus-article-followup-with-original): Ditto.
4056
4057         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4058
4059         * gnus-art.el (gnus-mime-display-alternative): Use
4060         gnus-local-map-property.
4061         (gnus-mime-display-alternative): Ditto.
4062         (gnus-insert-mime-security-button): Ditto.
4063         (gnus-insert-next-page-button): Ditto.
4064         (gnus-button-prev-page): Take optional args.
4065         (gnus-insert-prev-page-button): widget-convert.
4066
4067         * gnus-util.el (gnus-local-map-property): New function.
4068
4069         * gnus-art.el (gnus-prev-page-map): Use parent map.
4070         (gnus-next-page-map): Ditto.
4071
4072         * gnus-spec.el (gnus-parse-format): Clean up.
4073         (gnus-parse-format): Do complex formatting for %=.
4074
4075         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4076         "X-Face: " to the data in the built-in scenario.
4077
4078         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4079         (gnus-correct-pad-form): Renamed.
4080         (gnus-tilde-max-form): Clean up.
4081         (gnus-pad-form): Use gnus-use-correct-string-widths.
4082
4083         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4084         support if that is available.
4085
4086         * gnus-sum.el (gnus-thread-highest-number): New function.
4087         (gnus-thread-sort-by-most-recent-thread): New function.
4088         (gnus-thread-sort-functions): Doc fix.
4089
4090 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091
4092         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4093         all cases.
4094         (gnus-summary-mode): Enable it in all cases.
4095         (gnus-summary-display-article): Ditto.
4096         (gnus-summary-edit-article): Ditto.
4097
4098         * gnus-ems.el (gnus-put-image): Really return glyph.
4099
4100         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4101         (gnus-treat-smiley): Don't take "P" in the interactive form.
4102
4103 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * compface.el (uncompface): XEmacs and Emacs have differing
4106         capabilities.
4107
4108         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4109
4110         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4111         (gnus-article-xface-ring-size): Removed.
4112         (gnus-article-display-xface): Removed.
4113         (gnus-remove-image): Cleaned up.
4114
4115         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4116         (gnus-xmas-create-image): Take pbm files.
4117         (gnus-x-face): Removed.
4118         (gnus-xmas-article-display-xface): Removed.
4119
4120         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4121         default-enable-multibyte-characters.
4122
4123         * compface.el (uncompface): Doc fix.
4124
4125         * gnus-art.el (gnus-article-x-face-command): Use
4126         gnus-display-x-face-in-from.
4127
4128         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4129
4130         * gnus-ems.el (gnus-put-image): Return the image.
4131
4132         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4133         (gnus-x-face): Moved here.
4134
4135 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4138         invisible if string is nil.
4139         (gnus-xmas-article-display-xface): Use it.
4140
4141         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4142         property when string is nil.
4143         (gnus-article-display-xface): Use it.
4144
4145 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-art.el (article-display-x-face): Check whether valid grey
4148         face was returned.
4149         (article-display-x-face): Place image in the right spot.
4150
4151         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4152         stderr.
4153         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4154
4155 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4158         parameters.
4159         (gnus-xmas-put-image): Allow non-strings to be passed.
4160
4161         * gnus-art.el (article-display-x-face): Use optional parameters.
4162
4163         * gnus-ems.el (gnus-create-image): Take optional parameters.
4164
4165         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4166
4167         * compface.el (compface-xbm-p): Removed.
4168
4169         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4170         (gnus-article-display-xface): Use compface.
4171
4172         * compface.el: New file.
4173
4174         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4175         (gnus-convert-image-to-x-face-command): Ditto.
4176         (gnus-random-x-face): Quote argument.
4177         (gnus-x-face-from-file): Ditto.
4178
4179 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4180
4181         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4182         the expire-group parameter once per article rather than once
4183         per group; bind `nnmaildir-article-file-name' and `article'
4184         for convenience.  Leave article alone when expire-group
4185         specifies the current group.
4186         (nnmaildir--update-nov): be more concurrency-friendly with
4187         temp file names.
4188
4189 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-start.el (gnus-read-init-file): Cleaned up.
4192
4193 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4194
4195         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4196         (gnus-read-init-file): Don't use it.
4197
4198 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4201
4202 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4203
4204         * gnus-start.el (gnus-read-init-file): Don't force coding system
4205         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4206
4207 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4208
4209         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4210         * nnspool.el (nnspool-request-post): Ditto.
4211
4212         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4213         (mm-find-mime-charset-region): Use it.
4214
4215 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4216
4217         * gnus.el (gnus-summary-line-format): Added :link.
4218         * gnus-topic.el (gnus-topic-line-format): Ditto.
4219         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4220         * gnus-srvr.el (gnus-server-line-format): Ditto.
4221         * gnus-group.el (gnus-group-line-format): Ditto.
4222
4223         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4224         :keys, it works on both Emacsen.
4225
4226 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4227
4228         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4229
4230 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4233
4234 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4235
4236         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4237         very wide reply.
4238
4239 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4242         (gnus-picon-cache): New variable.
4243         (gnus-picon-transform-newsgroups): Cache stuff.
4244
4245         * gnus-art.el (gnus-article-reply-with-original): New command.
4246         (gnus-article-followup-with-original): New command.
4247
4248         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4249         END parameters.
4250         (gnus-summary-followup): Take a list of list of articles.
4251         (gnus-inews-yank-articles): Allow lists of article/regions.
4252
4253         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4254         longer the usual commands.
4255
4256         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4257         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4258         shell-command-on-region.
4259
4260 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4263           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4264
4265 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4266
4267         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4268         understand ':keys', wrap it in an featurep 'xemacs.
4269
4270 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4273         order of headers (Actually, it is called in a reversed order). Add
4274         'gnus-image-text-deletable property.
4275         (gnus-remove-image): Remove text with such a property.
4276
4277         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4278         gnus-put-image.
4279
4280         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4281         with ", "
4282
4283 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4286
4287         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4288         (article-display-x-face): Display grey X-Faces.
4289
4290         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4291         (gnus-convert-gray-x-face-to-ppm): Ditto.
4292         (gnus-convert-image-to-gray-x-face): Ditto.
4293
4294         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4295         gnus-summary-show-raw-article.
4296
4297 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4298
4299         Display picons in XEmacs without showing text.
4300
4301         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4302         mm-create-image-xemacs to create xbm glyph, because it deletes
4303         temporary files.
4304         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4305         (gnus-xmas-remove-image): Make text visible, remove glyph.
4306
4307         * gnus-picon.el (gnus-picon-transform-newsgroups)
4308         (gnus-picon-transform-address): Insert spec backward, due to the
4309         incompatibility of gnus-xmas-put-image.
4310
4311 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4312
4313         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4314
4315 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus.el: Doc fix.
4318
4319         * gnus-art.el: Doc fix.
4320
4321         * gnus-agent.el: Doc fix.
4322
4323 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4324
4325         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4326
4327 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4328
4329         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4330         NOV data out of the message again if nnmail-extra-headers has
4331         changed.
4332
4333 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * gnus-fun.el: New file.
4336         (gnus-convert-image-to-x-face-command): New variable.
4337         (gnus-insert-x-face): New function.
4338         (gnus-random-x-face): Renamed.
4339         (gnus-x-face-from-file): Renamed.
4340
4341         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4342         "_".
4343         (gnus-body-boundary-delimiter): Typo fix.
4344
4345 2002-01-02  Simon Josefsson  <jas@extundo.com>
4346
4347         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4348         (gnus-body-boundary-delimiter): Fix type.
4349
4350 2002-01-01  Simon Josefsson  <jas@extundo.com>
4351
4352         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4353         (gnus-treat-emphasize, gnus-treat-strip-cr)
4354         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4355         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4356         (gnus-treat-fill-article, gnus-treat-hide-citation)
4357         (gnus-treat-hide-citation-maybe)
4358         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4359         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4360         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4361         (gnus-treat-date-ut, gnus-treat-date-local)
4362         (gnus-treat-date-english, gnus-treat-date-lapsed)
4363         (gnus-treat-date-original, gnus-treat-date-iso8601)
4364         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4365         (gnus-treat-strip-trailing-blank-lines)
4366         (gnus-treat-strip-leading-blank-lines)
4367         (gnus-treat-strip-multiple-blank-lines)
4368         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4369         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4370         (gnus-treat-display-xface, gnus-treat-display-smileys)
4371         (gnus-treat-from-picon, gnus-treat-mail-picon)
4372         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4373         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4374         (gnus-treat-play-sounds, gnus-treat-translate)
4375         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4376
4377         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4378         (gnus-article-treat-body-boundary): Use it.
4379
4380         * message.el (message-mode): Fix doc.
4381         (message-mode-menu): Fix names.
4382
4383 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4386         articles.
4387
4388         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4389         (gnus-picon-transform-address): Search for unknown faces as well.
4390         (gnus-picon-find-face): Don't search "news" for MISC.
4391         (gnus-picon-user-directories): Changed default back to exclude
4392         "unknown".
4393
4394         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4395
4396         * gnus-picon.el (gnus-picon-find-face): Search through all
4397         databases.
4398         (gnus-picon-find-face): New implementation.
4399
4400         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4401         keystroke.
4402         (gnus-topic-goto-next-topic): Ditto.
4403
4404         * gnus.el (gnus-summary-line-format): Changed default.
4405
4406         * nnmail.el (nnmail-extra-headers): Change default.
4407
4408         * gnus-sum.el (gnus-extra-headers): Change default.
4409
4410         * message.el (message-news-other-window): Changed "news" to
4411         "posting".
4412         (message-news-other-frame): Ditto.
4413         (message-do-send-housekeeping): Ditto.
4414
4415         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4416         function.
4417         (gnus-article-unread-p): New function.
4418         (gnus-article-unseen-p): New function.
4419         (gnus-dead-summary-mode-map): Typo.
4420
4421         * gnus-util.el (gnus-make-predicate): New function.
4422         (gnus-make-predicate-1): New function.
4423
4424         * gnus-sum.el: New function.
4425         (gnus-map-articles): New function.
4426
4427         * gnus-art.el (gnus-treat-fold-headers): New variable.
4428         (gnus-article-treat-fold-headers): New command and keystroke.
4429
4430         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4431         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4432
4433 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * message.el (message-fcc-externalize-attachments): New variable.
4436         (message-do-fcc): Use it.
4437
4438         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4439         (gnus-inews-do-gcc): Use it.
4440
4441         * mml.el (mml-tweak-sexp-alist): New variable.
4442         (mml-externalize-attachments): New variable.
4443         (mml-tweak-part): Use mml-tweak-sexp-alist.
4444         (mml-tweak-externalize-attachments): New function.
4445
4446 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4447
4448         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4449         'set-glyph-face' so x-face back/foreground can be set.
4450
4451 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4452
4453         * message.el (message-fix-before-sending): Fix a typo.
4454
4455 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-art.el (gnus-treat-smiley): Renamed command.
4458         (gnus-article-remove-images): New command and keystroke.
4459
4460         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4461
4462         * smiley-ems.el (gnus-smiley-display): Removed.
4463
4464         * gnus.el (gnus-version-number): Update version.
4465
4466         * message.el (message-text-with-property): Renamed and moved
4467         here.
4468         (message-fix-before-sending): Highlight invisible text and place
4469         point there.
4470
4471 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4472
4473         * gnus.el: Oort Gnus v0.04 is released.
4474
4475 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4478
4479         * gnus-art.el (gnus-ignored-headers): More headers,
4480
4481         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4482         of `scan-error', since XEmacs doesn't seem to support that.
4483
4484 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4487         arg.
4488         (gnus-summary-best-unread-subject): Ditto.
4489         (gnus-summary-best-unread-subject): No, don't.
4490         (gnus-summary-better-unread-subject): New command.
4491
4492         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4493
4494         * lpath.el ((featurep 'xemacs)): fbind url function.
4495
4496         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4497         buffer.
4498         (gnus-xmas-remove-image): Implementation that does something.
4499         (gnus-xmas-article-display-xface): Mark images properly.
4500
4501         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4502
4503 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4504
4505         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4506
4507 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-group.el (gnus-group-line-format): Added %O to the default
4510         value.
4511
4512         * gnus-util.el (gnus-text-with-property): The smallest point is
4513         point-min.
4514
4515         * smiley-ems.el (smiley-region): Return images.
4516         (gnus-smiley-display): Allow toggling.
4517         (smiley-region): Use text properties, not overlays.
4518
4519         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4520         implemented yet.
4521
4522         * smiley-ems.el (smiley-update-cache): Check for valid types.
4523
4524         * gnus-art.el (gnus-with-article-buffer): New macro.
4525
4526         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4527         strings as well as the glyphs.
4528         (gnus-picon-transform-address): Ditto.
4529         (gnus-picon-insert-glyph): Ditto.
4530         (gnus-picon-transform-newsgroups): Toggle.
4531         (gnus-picon-transform-address): Toggle.
4532
4533         * gnus-ems.el (gnus-remove-image): New function.
4534         (gnus-put-image): Take an optional string.
4535
4536         * gnus-util.el (gnus-text-with-property): New function.
4537
4538         * gnus-art.el (gnus-delete-images): New function.
4539
4540         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4541
4542         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4543         (gnus-article-wash-status): Use it.
4544         (gnus-signature-toggle): Clean up.
4545         (gnus-add-wash-status): New function.
4546         (gnus-delete-wash-status): New function.
4547         (gnus-article-hide-text-type): Use them throughout.
4548         (gnus-add-image): New function.
4549
4550         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4551
4552         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4553         interface.
4554
4555         * gnus-art.el (article-display-x-face): Cleaned up.
4556
4557         * rfc2047.el (rfc2047-field-value): New function.
4558
4559         * mail-parse.el (mail-header-field-value): New alias.
4560
4561         * gnus-art.el (gnus-mime-print-part): Fix typos.
4562
4563         * smiley-ems.el (gnus-smiley-file-types): New variable.
4564         (smiley-update-cache): Use it.
4565         (smiley-regexp-alist): Suffix-less smiley names.
4566         (smiley-regexp-alist): Added more smileys.
4567
4568         * gnus-sum.el (gnus-print-buffer): Made into own function.
4569         (gnus-summary-print-article): Use it.
4570
4571         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4572         looked for when REQUEST is a string.
4573
4574         * gnus-art.el (gnus-mime-button-commands): Add printing
4575         keystroke.
4576         (gnus-mime-copy-part): Doc fix.
4577         (gnus-mime-print-part): New command.
4578
4579 2001-12-31  Simon Josefsson  <jas@extundo.com>
4580
4581         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4582         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4583
4584 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4587         (picon): Fix doc.
4588
4589         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4590         longer exists. Remove those codes.
4591         * gnus.el (gnus-use-picons): Ditto.
4592
4593 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4596         infloop.
4597
4598         * gnus-sum.el (t): New `W D' map.
4599
4600         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4601         (gnus-article-treat-body-boundary): Clean up.
4602         (gnus-body-boundary-face): Removed.
4603         (gnus-article-goto-header): Moved here.
4604         (gnus-article-goto-header): Allow better regexps.
4605         (gnus-article-treat-fold-newsgroups): New command.
4606
4607         * gnus-sum.el (gnus-summary-move-article): We have to select an
4608         article to give `gnus-read-move-group-name' an opportunity to
4609         suggest an appropriate default.
4610
4611         * rfc2047.el (rfc2047-fold-line): New function.
4612         (rfc2047-unfold-line): Ditto.
4613         (rfc2047-fold-region): Don't fold just after the header name.
4614
4615         * mail-parse.el (mail-header-fold-line): New alias.
4616         (mail-header-unfold-line): Ditto.
4617
4618         * gnus-art.el (gnus-body-boundary-face): Renamed.
4619         (gnus-article-treat-body-boundary): Use it.
4620         (gnus-article-treat-body-boundary): Use an invisible header and a
4621         line of underline characters.
4622
4623 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4626
4627         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4628         (gnus-picon-split-address): New function.
4629         (gnus-picon-find-face): Use it.
4630         (gnus-picon-transform-address): Use it. Set first to t for each
4631         address.
4632
4633         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4634         the macro then use it.
4635         (gnus-treatment-function-alist): Treat picons earlier.
4636
4637 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * gnus-art.el (gnus-body-separator-face): New variable.
4640         (gnus-article-treat-body-boundary): Use a blank, colored line.
4641
4642         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4643         well.
4644
4645         * gnus-art.el (gnus-treat-body-boundary): New variable.
4646         (gnus-article-treat-unfold-headers): Use helper macro.
4647         (gnus-article-treat-body-boundary): New command.
4648
4649         * gnus.el (gnus-logo-color-style): Change the default color.
4650         (gnus-splash-face): Gray, gray.
4651
4652         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4653         colors.
4654
4655         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4656         (gnus-logo-color-style): Ditto.
4657         (gnus-logo-colors): Ditto.
4658
4659         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4660
4661         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4662
4663         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4664         (gnus-picon-transform-newsgroups): New function.
4665
4666         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4667         string.
4668
4669         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4670
4671         * gnus-art.el (gnus-treat-cc-picon): New variable.
4672         (gnus-treat-mail-picon): Renamed.
4673
4674         * gnus-picon.el: New implementation.
4675         (gnus-picon-find-face): Renamed.
4676         (gnus-treat-from-picon): Use it.
4677         (gnus-picon-transform-address): Renamed.
4678         (gnus-treat-from-picon): Use it.
4679         (gnus-picon-create-glyph): Renamed.
4680         (gnus-picon-transform-address): Use it.
4681         (gnus-treat-cc-picon): New command.
4682
4683         * mm-decode.el (mm-create-image-xemacs): Separated out into
4684         function.
4685         (mm-get-image): Use it.
4686
4687         * gnus-art.el (gnus-treat-display-picons): Simplify.
4688         (gnus-treat-from-picon): Renamed.
4689
4690         * gnus-ems.el (gnus-create-image): New function.
4691         (gnus-put-image): New function.
4692
4693         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4694         (gnus-with-article-headers): New macro.
4695         (gnus-article-goto-header): New function.
4696
4697         * gnus-xmas.el (gnus-image-type-available-p): New function.
4698
4699         * gnus-ems.el (gnus-image-type-available-p): New function.
4700
4701 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4702
4703         * nnrss.el (nnrss-check-group): Find the correct tag, because
4704         xml.el is changed.
4705
4706 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4709         lines are shorter than the window width.
4710         (gnus-ignored-headers): More headers.
4711
4712 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4715         (gnus-treat-unfold-headers): Renamed.
4716         (gnus-article-treat-unfold-headers): New command and keystroke.
4717
4718         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4719
4720         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4721
4722 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * sha1-el.el (sha1-use-external): New variable.
4725         (sha1-region): Use it.
4726         (sha1-string): Ditto.
4727
4728         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4729         * gnus-picon.el: Less warnings when compile.
4730
4731 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4734         alias.
4735         (gnus-picons-database): Default to list.
4736         (gnus-picons-lookup-internal): Use it.
4737
4738         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4739         to "bogus".
4740
4741         * gnus-win.el (gnus-configure-windows-hook): New hook.
4742
4743 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4744
4745         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4746
4747 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4750         lists.
4751         (gnus-select-newsgroup): Don't append; push.
4752         (gnus-adjust-marked-articles): Remove obsolete ranges from
4753         `seen'.
4754         (gnus-update-marks): Clean up.
4755         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4756
4757 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4758
4759         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4760
4761 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-sum.el (gnus-auto-select-subject): New variable.
4764         (gnus-summary-best-unread-subject): New function.
4765         (gnus-summary-best-unread-article): Use it.
4766         (gnus-summary-first-unseen-subject): New function and command.
4767
4768         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4769         other treatments.
4770
4771         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4772         function.
4773
4774         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4775         from the list of hidden types.
4776
4777         * mm-view.el (mm-inline-text): Ditto.
4778         (mm-inline-text): Ditto.
4779         (mm-w3-prepare-buffer): Ditto.
4780
4781         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4782
4783 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-art.el (gnus-ignored-headers): Added more headers.
4786
4787 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4788
4789         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4790         once.
4791
4792 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4795
4796 2001-12-28  Simon Josefsson  <jas@extundo.com>
4797
4798         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4799         Jesper Harder <harder@ifa.au.dk>.
4800
4801 2001-12-27  Simon Josefsson  <jas@extundo.com>
4802
4803         * gnus-sum.el (gnus-select-newsgroup): Make
4804         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4805         contain all articles (instead of none) when no seen marks have
4806         been set for the group.
4807         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4808         instead, it seems to result in shorter ranges.
4809
4810 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4811
4812         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4813         insert-before-markers.
4814         From Jesper Harder <harder@ifa.au.dk>
4815
4816 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4817
4818         * nnmaildir.el (nnmaildir-save-mail): create the destination
4819         groups if they do not exist.
4820
4821 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4824
4825 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4826
4827         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4828         gnus-group-real-name.
4829
4830         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4831         (gnus-newsgroup-variables): Ditto.
4832
4833         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4834         return it.
4835
4836 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4837
4838         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4839         * nnmaildir.el (top-level): Add commentary.
4840         (nnmaildir-version): Indicate that nnmaildir is now a standard
4841         part of Gnus, not separately released.
4842
4843 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4844
4845         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4846         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4847         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4848         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4849
4850 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4853
4854 2001-12-20  Simon Josefsson  <jas@extundo.com>
4855
4856         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4857         ZHU <zsh@cs.rochester.edu>.
4858         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4859         Brian P Templeton <bpt@tunes.org>.
4860
4861 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * nnmaildir.el: New file.
4864         From Paul Jarc <prj@po.cwru.edu>.
4865
4866 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4867
4868         * nndoc.el (nndoc-type-alist): Move forward to the end.
4869
4870 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4873         `dolist'.
4874
4875 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4876
4877         * gnus-win.el (gnus-frames-on-display-list): New function.
4878         (gnus-get-buffer-window): Use it.
4879
4880 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4883
4884 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4885
4886         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4887
4888 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4889            From Harald Meland <Harald.Meland@usit.uio.no>
4890
4891         * gnus-win.el (gnus-get-buffer-window): New function.
4892         (gnus-all-windows-visible-p): Use it.
4893
4894         * gnus-util.el (gnus-horizontal-recenter)
4895         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4896         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4897
4898         * gnus-score.el (gnus-score-insert-help): Use it.
4899
4900         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4901         (gnus-generate-tree, gnus-highlight-selected-tree)
4902         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4903         it.
4904
4905         * gnus-art.el (gnus-article-set-window-start)
4906         (gnus-mm-display-part, gnus-request-article-this-buffer)
4907         (gnus-button-next-page, gnus-button-prev-page)
4908         (gnus-article-button-next-page, gnus-article-button-prev-page):
4909         Use it.
4910
4911 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4912
4913         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4914         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4915         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4916
4917 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4920         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4921         * mml1991.el, nnultimate.el: Add `coding'.
4922
4923 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4924
4925         * ChangeLog: changed coding to buffer-file-coding-system
4926         * ChangeLog.1: same
4927         * nnwfm.el: same
4928         * gnus-smiley.el: same
4929         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4930         * gnus-delay.el: same
4931         * gnus-spec.el: same
4932         * message.el: same
4933         * mml1991.el: same
4934         * nnultimate.el: same
4935
4936 2001-12-16  Simon Josefsson  <jas@extundo.com>
4937         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4938
4939         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4940         (gnus-summary-save-map): Add muttprint.
4941         (gnus-summary-make-menu-bar): Ditto.
4942         (gnus-summary-muttprint): New function.
4943
4944         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4945
4946 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4947
4948         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4949         temporary list instead of buffer.
4950
4951         * mm-url.el (executable-find): autoload.
4952
4953 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4954
4955         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4956         to variable, follow doc-string conventions).
4957
4958 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4959
4960         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4961         subscribe-level
4962         * gnus-topic.el (gnus-subscribe-topics): use it.
4963
4964 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4965
4966         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4967         messages. (A small patch with indentation)
4968         From Sean Neakums <sneakums@zork.net>.
4969
4970         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4971         nil after shooting down the gnus-original-article-buffer.
4972
4973 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4974
4975         * uudecode.el (uudecode-use-external): New variable.
4976         (uudecode-decode-region): Automatically detect external program.
4977
4978         * binhex.el (binhex-use-external): New variable.
4979         (binhex-decode-region-internal): New function.
4980         (binhex-decode-region): Automatically detect external program.
4981
4982         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4983         Use them.
4984
4985 2001-12-12  Simon Josefsson  <jas@extundo.com>
4986
4987         * nnvirtual.el (nnvirtual-always-rescan)
4988         (nnvirtual-component-regexp): Fix doc.
4989
4990         * nnoo.el (defvoo): Add doc to defvoo variables.
4991
4992         * nnml.el (nnml-directory, nnml-active-file)
4993         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4994         (nnml-marks-is-evil, nnml-filenames-are-evil)
4995         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4996
4997         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4998         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4999         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5000         `error'.
5001
5002         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5003         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5004
5005         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5006         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5007         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5008         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5009
5010         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5011         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5012
5013         * imap.el, nnimap.el: Fix indentation.
5014
5015         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5016
5017 2001-12-12  Didier Verna  <didier@xemacs.org>
5018
5019         * gnus-msg.el (gnus-group-news): New function.
5020         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5021         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5022         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5023         for it.
5024         * gnus-msg.el (gnus-summary-news-other-window): New function.
5025         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5026         bind it to `i'.
5027         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5028         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5029         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5030         for it (called with a prefix).
5031         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5032         group-name argument.
5033         * gnus-msg.el (gnus-setup-message): use it.
5034
5035 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5038
5039 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5040
5041         * mml.el (mime-to-mml): Remove Content-Disposition too.
5042
5043 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5046         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5047         strings only.
5048         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5049
5050 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5051
5052         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5053         (nnmail-fancy-expiry-target): Use it.
5054         Suggestions from Simon Josefsson <jas@extundo.com>.
5055
5056 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5059
5060 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5061
5062         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5063
5064         * gnus-util.el (gnus-url-unhex-string): Move here.
5065
5066 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5067
5068         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5069         mm-url-decode-entities-nbsp.
5070
5071         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5072         * webmail.el, nnwfm.el: Use mm-url.
5073
5074         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5075         (mm-url-remove-markup): Move from nnweb.
5076         (mm-url-fetch-simple): Move from webmail.
5077
5078         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5079
5080 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5083         (gnus-summary-print-article): Use it.
5084
5085         * gnus-util.el (gnus-replace-in-string): Typo.
5086
5087 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5088
5089         * nnweb.el (nnweb-replace-in-string): Removed.
5090
5091         * gnus-util.el (gnus-replace-in-string): New function.
5092         (gnus-mode-string-quote): Use it.
5093
5094         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5095         * nnwfm.el (nnwfm-create-mapping): Ditto.
5096
5097 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * dgnushack.el (dgnushack-compile): nnrss.el and
5100         nnslashdot.el don't depend on nnweb, url, w3.
5101
5102         * nnrss.el: Use mm-url.
5103
5104 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5105
5106         * mm-url.el (mm-url-insert-file-contents): Support file:.
5107
5108 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * mm-view.el: Lower case for the description line. Sync from the
5111         Emacs CVS.
5112
5113 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5116         From:  Stefan Monnier  <monnier@cs.yale.edu>
5117
5118 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5121
5122 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5123
5124         * mm-url.el: Require executable.
5125         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5126
5127 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * pop3.el (pop3-munge-message-separator): Only use valid date.
5130         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5131
5132         * Makefile.in: gnus-load.elc may not be generated.
5133
5134 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * mm-url.el: New file.
5137         * nnslashdot.el: Use it.
5138         * mm-extern.el (mm-extern-url): Use it.
5139
5140 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus-sum.el (gnus-summary-save-article): Nix
5143         gnus-display-mime-function and gnus-article-prepare-hook.
5144
5145         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5146         the beginning of lines.
5147         (gnus-complex-form-to-spec): Ditto.
5148
5149 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5152         From Paul Jarc <prj@po.cwru.edu>.
5153
5154 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * message.el: New variable message-subscribed-address-file;
5157         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5158
5159 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * message.el (message-tab-body-function): Set to nil.
5162         (message-tab): Use text-mode-map or global-map.
5163         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5164
5165 2001-11-30  Simon Josefsson  <jas@extundo.com>
5166
5167         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5168         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5169         <christoph.conrad@gmx.de>.
5170         (gnus-agent-fetch-group-1): Add verbose message.
5171
5172 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5173
5174         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5175         of integers.
5176
5177 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5178
5179         * message.el (message-newgroups-header-regexp)
5180         (message-completion-alist, message-tab-body-function): Use
5181         defcustom rather than defvar.
5182         (message-tab): Mention `message-tab-body-function' in doc.
5183         Suggested by Karl Eichwalder.
5184
5185 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5188
5189 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5190
5191         * nnheader.el (nnheader-find-nov-line): Don't use macro
5192         gnus-delete-line.
5193
5194         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5195         (gnus-group-name-charset): Ditto.
5196
5197         * gnus-util.el (gnus-buffer-live-p): Ditto.
5198
5199 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5202         open parenthesis in doc.
5203         (sieve-manage-authenticator-alist): Typo in doc.
5204         * imap.el (imap-authenticator-alist): Typo in doc.
5205         (imap-stream-alist): Backslash.
5206
5207         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5208           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5209
5210 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5211
5212         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5213
5214         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5215
5216         * gnus-msg.el (gnus-configure-posting-styles): use
5217         make-local-hook. Add LOCAL for add-hook.
5218
5219 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5220
5221         * message.el (message-mode): Use `make-local-hook' unless
5222         obsolete.
5223         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5224
5225 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * canlock.el: Remove sha1.el and base64.el stuff.
5228
5229 2001-11-26  Didier Verna  <didier@xemacs.org>
5230
5231         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5232         if needed.
5233
5234 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * message.el (message-tamago-not-in-use-p): New function.
5237         (message-strip-forbidden-properties): Use it.
5238
5239 2001-11-26  Didier Verna  <didier@xemacs.org>
5240
5241         * gnus-start.el (gnus-check-first-time-used): only check for
5242         existence of .el[d] files.
5243
5244 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5245
5246         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5247
5248         * message.el (message-setup-1): Clean up mc-*.
5249
5250 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5251
5252         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5253         * gnus-score.el (gnus-score-find-bnews): Use it.
5254
5255         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5256         (gnus-summary-limit-to-author): Ditto.
5257         (gnus-summary-limit-to-extra): Ditto.
5258         (gnus-summary-find-matching): Support not-matching argument.
5259
5260 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5261
5262         * message.el (message-wash-subject): Use `insert' rather than
5263         `insert-string', which is deprecated.
5264
5265 2001-11-24  Simon Josefsson  <jas@extundo.com>
5266
5267         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5268         message. (Gnus does not "default" to using 8bit for the message,
5269         it default to use 8bit encoding and the user-supplied CTE
5270         value. Calling this behaviour "treating it as 8bit" is perhaps
5271         better.)
5272
5273         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5274         (compare mm-charset-to-coding-system).
5275
5276 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5279         buffer. Correctly decode hex.
5280
5281 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * gnus-agent.el (gnus-category-insert-line): Convert category
5284         names to strings.
5285
5286 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * message.el (sha1): eval-and-compile.
5289
5290 2001-11-20  Simon Josefsson  <jas@extundo.com>
5291
5292         * message.el (message-allow-no-recipients): New variable.
5293         (message-send): Use it, customize the prompting when posting to
5294         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5295
5296 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5297
5298         * mm-util.el (mm-coding-system-priorities): New variable.
5299         (mm-sort-coding-systems-predicate): New function.
5300         (mm-find-mime-charset-region): Resort coding systems if needed.
5301         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5302
5303 2001-11-20  Didier Verna  <didier@xemacs.org>
5304
5305         * gnus-group.el (gnus-group-make-help-group): new optional
5306         argument to control the error behavior.
5307         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5308         erroring.
5309
5310 2001-11-19  Simon Josefsson  <jas@extundo.com>
5311
5312         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5313         instead of C-c C-u.  Suggested by Per Abrahamsen
5314         <abraham@dina.kvl.dk>.
5315
5316 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5317
5318         * nnfolder.el (nnfolder-read-folder): Use group instead of
5319         nnfolder-current-group.
5320         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5321
5322 2001-11-17  Simon Josefsson  <jas@extundo.com>
5323
5324         * message.el (message-send): Ask user if Fcc/Gcc should be
5325         performed when no other sender was specified.
5326         Suggested by prj@po.cwru.edu (Paul Jarc).
5327
5328 2001-11-17  Simon Josefsson  <jas@extundo.com>
5329
5330         * message.el (message-mode, message-mode-map): Use C-c C-u for
5331         Importance: instead of C-c C-p (used by SC).
5332
5333 2001-11-16  Simon Josefsson  <jas@extundo.com>
5334
5335         * message.el (message-insert-importance-high)
5336         (message-insert-importance-low): Save point.
5337
5338         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5339         value.
5340
5341 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5342
5343         * message.el (message-strip-special-text-properties): New option.
5344         (message-strip-forbidden-properties): Obey it.
5345
5346 2001-11-14  Sam Steingold  <sds@gnu.org>
5347
5348         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5349
5350 2001-11-15  Simon Josefsson  <jas@extundo.com>
5351
5352         Support "Importance:" header in Message.
5353
5354         * message.el (message-mode-map): Bind C-c C-p to
5355         `message-insert-or-toggle-importance'
5356         (message-mode-menu): Add message-insert-importance-{high,low}.
5357         (message-insert-importance-high, message-insert-importance-low)
5358         (message-insert-or-toggle-importance): New functions.
5359         (message-tool-bar-map): Add {un,}important.
5360         (message-mode): Doc fix.
5361
5362 2001-11-15  Simon Josefsson  <jas@extundo.com>
5363
5364         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5365
5366         * mml.el (mml-menu): Fix toolbar tooltip.
5367
5368 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5369
5370         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5371         * nnml.el (nnml-save-marks): Ditto.
5372
5373         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5374
5375 2001-11-15  Simon Josefsson  <jas@extundo.com>
5376
5377         * nnml.el (nnml-save-marks):
5378         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5379         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5380
5381 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5382
5383         * gnus-art.el (gnus-article-wash-status-strings): Use
5384         `copy-sequence', not `copy-seq'.
5385
5386 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5387
5388         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5389         (gnus-gnus-article-wash-status-entry): New function.
5390         (gnus-article-wash-status): Use it.
5391
5392 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5393
5394         * mml1991.el: Add coding header.
5395
5396 2001-11-12  Simon Josefsson  <jas@extundo.com>
5397
5398         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5399         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5400         `mml1991-sign' and `mml1991-encrypt'.
5401         (mml1991-encrypt, mml1991-sign): New glue functions.
5402         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5403
5404         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5405         (mml-menu): Add PGP to menu.
5406
5407         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5408         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5409         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5410         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5411
5412         * mml2015.el: Mention RFC 3156.
5413
5414         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5415
5416 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5417
5418         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5419
5420         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5421           From <Michael.Cook@cisco.com>
5422
5423 2001-11-11  Simon Josefsson  <jas@extundo.com>
5424
5425         * message.el (top-level): Autoload sha1.
5426         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5427         canlock, no need to require two different hash algs).  Suggested
5428         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5429
5430 2001-11-09  Simon Josefsson  <jas@extundo.com>
5431
5432         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5433         <Pavel@Janik.cz>.
5434
5435 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5436
5437         * message.el (message-point-in-header-p): New function.
5438         (message-do-auto-fill): Use it.
5439         (message-beginning-of-line): New function.  Goes to beginning of
5440         header value (i.e., end of header name), or to beginning of line
5441         if already at beginning of value.  Behaves like
5442         `beginning-of-line' when in message body.
5443         (message-mode-map): Bind it.
5444
5445 2001-11-08  Simon Josefsson  <jas@extundo.com>
5446
5447         * gnus-msg.el (gnus-posting-styles): Add doc.
5448
5449 2001-11-07  Simon Josefsson  <jas@extundo.com>
5450
5451         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5452
5453         * sieve-mode.el (sieve-control-commands-face)
5454         (sieve-control-commands-face, sieve-action-commands-face)
5455         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5456         faces.
5457         (sieve-font-lock-keywords): Use them.
5458         (sieve-mode): Only set font-lock-defaults in emacs.
5459
5460         * gnus-art.el (gnus-default-article-saver): Add
5461         gnus-summary-save-body-in-file.
5462         (gnus-summary-write-to-file): Fix doc.
5463
5464 2001-11-07  Simon Josefsson  <jas@extundo.com>
5465
5466         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5467         reference to the correct chapter in the manual.
5468
5469         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5470         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5471
5472 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * mml.el (mml-preview): Bind mail-header-separator.
5475
5476 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * message.el: Always require canlock.
5479         (message-ignored-supersedes-headers): Include Cancel-Lock and
5480         Cancel-Key.
5481         (message-insert-canlock): Don't require canlock.
5482         (message-cancel-news): Don't check whether canlock is available.
5483         (message-supersede): Support cancel-locks.
5484
5485         * gnus-art.el: Don't autoload canlock.
5486
5487 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5490         From: <andre@slamdunknetworks.com>
5491
5492 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * many files: Fix copyright lines.
5495
5496 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5497
5498         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5499         Suggested by Dave Love  <fx@gnu.org>.
5500
5501 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5502
5503         * message.el (message-kill-buffer): Remove auto-save file after
5504         confirm.
5505
5506         * message.el (message-send-mail): Call message-generate-headers
5507         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5508
5509         * gnus-topic.el (gnus-topic-rename): Initial-input.
5510         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5511
5512 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5513
5514         * message.el (message-forbidden-properties): New constant.
5515         (message-strip-forbidden-properties): New function.
5516         (message-mode): Activate it.
5517
5518 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5519
5520         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5521         (mm-hack-charsets): Fix doc.
5522
5523 2001-11-02  Simon Josefsson  <jas@extundo.com>
5524
5525         * gnus-int.el (gnus-check-server): Message "...done" when done.
5526
5527         * imap.el (imap-close): Don't message (imap-send-command-wait
5528         returns if the connection is dropped).
5529         (imap-wait-for-tag): Nix out message only when necessary.
5530
5531         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5532         for non-crossposting.
5533         (gnus-sieve-crosspost): Default to t to be consistent with other
5534         parts of Gnus.
5535
5536 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5537
5538         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5539         (mm-iso-8859-x-to-15-table): Ditto.
5540         (mm-iso-8859-x-to-15-region): Ditto.
5541         (mm-find-mime-charset-region): Ditto.
5542
5543 2001-11-01  Simon Josefsson  <jas@extundo.com>
5544
5545         * nnimap.el (nnimap-close-asynchronous): New variable.
5546         (nnimap-close-group): Use it.
5547         (nnimap-expunge): Don't use it.
5548
5549         * imap.el (imap-callbacks): New variable.
5550         (imap-remassoc): Copied from `gnus-remassoc'.
5551         (imap-add-callback): New function.
5552         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5553         behaviour.
5554         (imap-parse-response): Call the callback.
5555
5556         * message.el (message-insert-canlock): New variable.
5557         (message-canlock-generate, message-canlock-password)
5558         (message-insert-canlock): New functions.
5559         (message-send-news): Call `message-insert-canlock'.
5560         (top-level): Require canlock when compiling.
5561         (message-insert-canlock): Require canlock before we need it.
5562
5563 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5564
5565         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5566
5567 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5568
5569         * dgnushack.el (dgnushack-make-load): A workaround for
5570         custom-add-loads bug in some versions of XEmacs.
5571
5572 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5573
5574         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5575
5576 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5577
5578         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5579         (mm-hack-charsets): New variable.
5580         (mm-iso-8859-15-compatible): New variable.
5581         (mm-iso-8859-x-to-15-table): New variable.
5582         (mm-find-mime-charset-region): Add parameter hack-charsets.
5583
5584         * mm-bodies.el (mm-encode-body): Use it.
5585         * mml.el (mml-parse-1): Ditto.
5586
5587 2001-11-01  Simon Josefsson  <jas@extundo.com>
5588
5589         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5590
5591 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5594         is nil.
5595
5596 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5597
5598         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5599
5600         * message.el (message-forward-rmail-make-body): Use
5601         save-window-excursion.
5602         (message-encode-message-body): Search with noerror.
5603         (message-setup-1): Convert compose-mail send-actions to
5604         message-send-actions.
5605
5606 2001-11-01  Simon Josefsson  <jas@extundo.com>
5607
5608         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5609         <yamaoka@jpl.org>.
5610
5611 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5612
5613         * sieve-manage.el (sieve-string-bytes): No complain.
5614
5615 2001-11-01  Simon Josefsson  <jas@extundo.com>
5616
5617         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5618         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5619         has autoload cookies, so no `require' should be necessary.)
5620
5621         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5622         files.
5623
5624 2001-10-31  Simon Josefsson  <jas@extundo.com>
5625
5626         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5627         parameter.
5628
5629         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5630         `display' is a number (and C-u wasn't used to enter group), only
5631         fetch that number of articles.
5632
5633 2001-10-31  Matt Armstrong  <matt@lickey.com>
5634
5635         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5636         not-subscribed -> subscribed.
5637
5638 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639         From: Josh Huber <huber@alum.wpi.edu>
5640
5641         * message.el (message-subscribed-address-functions): New variable.
5642         (message-subscribed-addresses): New variable.
5643         (message-subscribed-regexps): New variable.
5644         (message-goto-mail-followup-to): New function.
5645         (message-send-mail): Add Mail-Followup-To.
5646         (message-make-mft): New function.
5647
5648         * gnus.el (gnus-find-subscribed-addresses): New function.
5649
5650 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5653         (mail-source-fetch-pop): Ditto.
5654         (mail-source-check-pop): Ditto.
5655
5656         * gnus-start.el (gnus-read-init-file): Ditto.
5657         (gnus-activate-group): Ditto.
5658         (gnus-read-newsrc-el-file): Ditto.
5659
5660 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5661
5662         * message.el (message-get-reply-headers): Make sure there is ", ".
5663
5664         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5665         mm-coding-system-p. Don't correct it only in XEmacs.
5666         (mm-charset-to-coding-system): Use mm-coding-system-p and
5667         mm-get-coding-system-list.
5668         (mm-emacs-mule, mm-mule4-p): New variables.
5669         (mm-enable-multibyte, mm-disable-multibyte,
5670         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5671         mm-with-unibyte-current-buffer,
5672         mm-with-unibyte-current-buffer-mule4): Use them.
5673         (mm-find-mime-charset-region): Treat iso-2022-jp.
5674
5675         From  Dave Love  <fx@gnu.org>:
5676
5677         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5678         construction.
5679         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5680         entries conditional on not having a coding system defined for
5681         them.
5682         (mm-mule-charset-to-mime-charset): Use
5683         find-coding-systems-for-charsets if defined.
5684         (mm-charset-to-coding-system): Don't use
5685         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5686         later.  Add last resort search of coding systems.
5687         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5688         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5689         Mule 4.
5690         (mm-find-mime-charset-region): Re-write.
5691         (mm-with-unibyte-current-buffer): Restore buffer as well as
5692         multibyteness.
5693
5694 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5695
5696         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5697         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5698         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5699
5700 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5701
5702         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5703         again.
5704
5705         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5706
5707 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * gnus-spec.el (gnus-parse-simple-format): Use
5710           buffer-substring-no-properties.
5711
5712 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-art.el (article-verify-cancel-lock): New function.
5715
5716         * nnheader.el (nntp-process-response): New variable.
5717         (nnheader-init-server-buffer): Make `nntp-process-response'
5718         buffer-local in `nntp-server-buffer'.
5719
5720         * nntp.el (nntp-prepare-post-hook): New hook.
5721         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5722         (nntp-async-trigger): Ditto.
5723         (nntp-request-post): Insert a server's ID if there's no Message-ID
5724         header; run `nntp-prepare-post-hook'.
5725
5726 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5727
5728         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5729         instead.
5730
5731         * message.el (message-forward-subject-author-subject): Don't use
5732         message-news-p, which widens the buffer.
5733         (message-forward-make-body): New function.
5734         (message-forward): Use it.
5735         (message-insinuate-rmail): New function.
5736         (message-forward-rmail-make-body): New function.
5737
5738 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * mm-extern.el (mm-extern): Provide it.
5741
5742         * mm-partial.el (mm-partial): Provide it.
5743
5744 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5745
5746         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5747
5748 2001-10-29  Simon Josefsson  <jas@extundo.com>
5749
5750         * mml.el (mml-preview): Bind message-this-is-news if it is
5751         news. From Jesper Harder <harder@myrealbox.com>.
5752
5753 2001-10-28  Simon Josefsson  <jas@extundo.com>
5754
5755         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5756
5757 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5758
5759         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5760         ironic smilies.
5761
5762 2001-10-27  Simon Josefsson  <jas@extundo.com>
5763
5764         * message.el (message-indent-citation): Don't add trailing
5765         whitespace when citing text.
5766
5767         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5768         <harder@ifa.au.dk>.
5769
5770 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5771
5772         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5773         not available.
5774         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5775         (nnweb-type-definition): Add google as alias of dejanews.
5776         (nnweb-google-parse-1): Forward 1 line.
5777
5778 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5779
5780         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5781         variable `message-forward-ignored-headers'.
5782
5783 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5784
5785         * gnus.el (gnus-expand-group-parameter): New function.
5786         (gnus-expand-group-parameters): Call it.
5787         (gnus-group-fast-parameter): New function.
5788         (gnus-group-find-parameter): Call it.
5789
5790 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5791
5792         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5793         vector (it didn't before because of a bug).
5794         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5795         available.  Before it converted it to an article number.
5796
5797         This makes followup to news articles with negative numbers in
5798         nnvirtual groups use news instead of mail.
5799
5800 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5801
5802         * gnus.el (post-method): Use `native' instead of `nil'.
5803
5804         * gnus-msg.el (gnus-post-method): Ditto.
5805
5806 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5807
5808         * gnus.el (gnus-define-group-parameter): Grammar fix.
5809
5810 2001-10-22  Simon Josefsson  <jas@extundo.com>
5811
5812         * gnus-msg.el (gnus-extended-version): Include
5813         system-configuration.
5814         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5815
5816 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5817
5818         * gnus.el (post-method): Customization fix: `native' is not a
5819         valid value.
5820         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5821         `native' is not a valid value.
5822
5823 2001-10-21  Simon Josefsson  <jas@extundo.com>
5824
5825         * nnimap.el (nnimap): Defgroup
5826         (nnimap-strict-function, nnimap-strict-function-match): New
5827         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5828         (nnimap-split-crosspost, nnimap-split-inbox)
5829         (nnimap-split-rule, nnimap-split-predicate)
5830         (nnimap-split-predicate): Defcustom.
5831         (nnimap-split-inbox, nnimap-expunge-search-string)
5832         (nnimap-importantize-dormant): Remove "*" from doc.
5833
5834 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5835
5836         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5837         not supplied via prefix arg.  From Lisp, make arg mandatory.
5838         Suggested by Frank Schmitt.
5839
5840 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5841
5842         * message.el (message-do-auto-fill): Avoid calling
5843         'rfc822-goto-eoh'.
5844
5845 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5846         From Paul Jarc <prj@po.cwru.edu>.
5847
5848         * message.el (message-get-reply-headers): Restructure the logic
5849         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5850
5851 2001-10-20  Simon Josefsson  <jas@extundo.com>
5852
5853         * message.el (message-cancel-news): Support cancel-locks.
5854         Suggested by Per Abrahamsson.
5855
5856         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5857         conses.  From David Z Maze <dmaze@MIT.EDU>.
5858
5859         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5860
5861 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5862
5863         * mm-decode.el (mm-default-directory): Fix customize type.
5864
5865         * message.el (message-setup-fill-variables): Kludge to use
5866         normal-auto-fill-function even if auto fill is already activated.
5867
5868 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5869
5870         * message.el (message-do-auto-fill): New version that does not
5871         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5872         (message-setup-1): Removed the `message-field' property.
5873
5874         * gnus-draft.el (gnus-draft-edit-message): Removed the
5875         `message-field' property.
5876
5877 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5878
5879         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5880         `message-field'.  The `field' property has a special significance in
5881         Emacs 21.
5882
5883         * message.el (message-send, message-setup-1): Ditto.
5884
5885 2001-10-18  Simon Josefsson  <jas@extundo.com>
5886
5887         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5888         when undoing.
5889
5890 2001-10-18  Simon Josefsson  <jas@extundo.com>
5891         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5892
5893         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5894         (gnus-summary-make-menu-bar): Ditto.
5895
5896 2001-10-17  Simon Josefsson  <jas@extundo.com>
5897
5898         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5899         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5900
5901 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5902
5903         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5904         * gnus-util.el (gnus-user-date): New function.
5905         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5906
5907 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5908
5909         * message.el (message-check-news-header-syntax): Special case
5910         nnvirtual groups.
5911
5912         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5913         customize type to `symbol'.
5914
5915 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5916
5917         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5918         %&foo;.
5919         (gnus-parse-simple-format): Support user extended spec too.
5920         %u&foo; invokes gnus-user-format-function-foo.
5921
5922 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5923
5924         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5925         the server.
5926         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5927         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5928         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5929         * nndiary.el (nndiary-request-expire-articles): Ditto.
5930         (nndiary-schedule): Defsubst it before use it.
5931         (nndiary-error): eval-and-compile.
5932
5933 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5934
5935         * gnus-msg.el (gnus-post-method): Changed two instances of
5936         `active' to `current' and one `null' to `not'.
5937
5938 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5939         From Katsumi Yamaoka <yamaoka@jpl.org>.
5940
5941         * message.el (message-setup-fill-variables): Use
5942         `normal-auto-fill-function' instead of `auto-fill-function'.
5943
5944 2001-10-16  Simon Josefsson  <jas@extundo.com>
5945
5946         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5947         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5948         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5949
5950 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5951         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5952
5953         * gnus-draft.el (gnus-draft-edit-message): Add text property
5954         `field' with value `header' to message headers.
5955         * message.el (message-setup-1): Really add text property to all of
5956         the header, not just part of it.
5957
5958 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-group.el (gnus-group-sort-by-server): Use it.
5961
5962         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5963
5964         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5965         and keystroke.
5966
5967 2001-10-14  Simon Josefsson  <jas@extundo.com>
5968
5969         * dig.el: Doc fix.
5970
5971         * smime.el: Doc fix.
5972
5973         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5974         charset magic from message.el.
5975
5976 2001-10-12  Simon Josefsson  <jas@extundo.com>
5977         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5978
5979         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5980         'cite from g-a-wash-types.
5981         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5982         (gnus-article-hide-citation): Fix.
5983
5984         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5985         character.
5986         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5987
5988         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5989         definition.
5990         (gnus-signature-toggle): Toggle `s' mode line character.
5991
5992         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5993         doing stuff that clears it.
5994
5995 2001-10-12  Simon Josefsson  <jas@extundo.com>
5996
5997         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5998         From Eric Marsden <emarsden@laas.fr>.
5999
6000 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6001
6002         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6003         (autoload): Add some autoloads.
6004
6005 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6006         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6007
6008         * message.el (message-do-auto-fill): New function.  Like
6009         `do-auto-fill' but don't fill when in the message header.
6010         (message-setup-1): Put a text property on the message header.
6011         (message-setup-fill-variables): Use `message-do-auto-fill'.
6012
6013 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6014
6015         * message.el (message-send-mail-partially): Insert an empty line
6016         first, because of the change of message-make-lines.
6017
6018 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6019
6020         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6021         iso-8859-15, make it an alias for iso-8859-1.
6022
6023 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * message.el (message-send-news): Don't modify the value of
6026         `message-syntax-checks' if it is not a list (possibly it is
6027         `dont-check-for-anything-just-trust-me').
6028
6029 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6032         `find-coding-system' for XEmacs to check whether the coding-system
6033         `utf-8' is available.
6034
6035 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6036
6037         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6038
6039 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6040
6041         * message.el (message-send-news): Oops, missed case with no
6042         "Followup-To" header...
6043
6044 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6045
6046         * message.el (message-send-news): Allow
6047         `gnus-group-name-charset-group-alist' to affect encoding of the
6048         "Newsgroups" and "Followup-To" headers.
6049
6050 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6051
6052         * Makefile.in (install-el): Depend on gnus-load.el.
6053
6054 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6055
6056         * Makefile.in (install-el): Use -f.
6057         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6058
6059 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6060
6061         * message.el (message-send-news): Don't encode Followups-To when
6062         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6063
6064         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6065         header.
6066
6067         * gnus-art.el (article-decode-group-name): Also decode
6068         "Followup-To".
6069
6070         * rfc2047.el (rfc2047-encode-message-header): Encode without
6071         asking for null methods.
6072
6073         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6074         default charset for newsgroup names in accordance with USEFOR.
6075
6076         * gnus-group.el (gnus-group-name-charset-method-alist,
6077         gnus-group-name-charset-group-alist): Removed "*" from doc
6078         strings, "*" should not be used for complex variables.
6079
6080 2001-10-06  Simon Josefsson  <jas@extundo.com>
6081
6082         Support UTF-8 group names better.
6083
6084         * message.el (message-check-news-header-syntax): Encode group
6085         names before comparison.
6086
6087         * gnus-msg.el (gnus-copy-article-buffer): Run all
6088         `gnus-article-decode-hook's except `article-decode-charset'
6089         instead of hardcoding call to one of them.
6090
6091         * gnus-art.el (gnus-article-decode-hook): Add
6092         `article-decode-group-name'.
6093         (article-decode-group-name): New function, use `g-d-n'.
6094
6095         * gnus-group.el (gnus-group-insert-group-line): Decode
6096         gnus-tmp-group using `g-d-n'.
6097
6098         * gnus-util.el (gnus-decode-newsgroups): New function.
6099
6100 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6101
6102         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6103         `gnus-group-name-charset-group-alist'.
6104
6105 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6106
6107         * Makefile.in: Install el in install. Add uninstall.
6108
6109 2001-10-05  Simon Josefsson  <jas@extundo.com>
6110
6111         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6112
6113         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6114
6115         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6116         empty folders.
6117
6118         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6119         limiting if read-all (C-u RET) was used.
6120
6121 2001-10-04  Simon Josefsson  <jas@extundo.com>
6122
6123         * mail-source.el (mail-source-movemail-program): New variable.
6124         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6125         <thutt@thutt.vmware.com>.
6126
6127 2001-10-03  Simon Josefsson  <jas@extundo.com>
6128
6129         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6130         (gnus-summary-line-format-alist): Fix param.
6131
6132 2001-10-02  Simon Josefsson  <jas@extundo.com>
6133
6134         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6135         don't go through `nnimap-request-expire-articles' to delete the
6136         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6137
6138 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6139
6140         * gnus-agent.el (gnus-agent-write-active): The min in the
6141         agent/active may be larger than that in the server/active.
6142
6143 2001-10-01  Simon Josefsson  <jas@extundo.com>
6144
6145         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6146         is IMAP4rev1.
6147
6148         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6149
6150         * nnfolder.el: Ditto.
6151
6152 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6153
6154         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6155         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6156
6157 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6158
6159         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6160         (message-mode-menu): Menu item for same.
6161
6162         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6163         delayed articles.
6164
6165         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6166         nndraft:delayed does not exist.
6167         (gnus-delay-initialize): Don't set up keymap, that's done from
6168         message.el now.
6169         (gnus-delay, gnus-delay-group, gnus-delay-header)
6170         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6171
6172 2001-09-29  Simon Josefsson  <jas@extundo.com>
6173
6174         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6175         utf-8, not eight-bit-control.
6176
6177         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6178         (imap-log, imap-debug): Custom.
6179         (imap-log-buffer, imap-debug-buffer): New constants.
6180         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6181         (imap-network-open, imap-shell-open, imap-starttls-open)
6182         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6183         (imap-debug): Use imap-*-buffer.
6184
6185         * nndoc.el (nndoc-article-type): Add mailman.
6186         (nndoc-type-alist): Ditto.
6187         (nndoc-mailman-type-p): New function.
6188
6189 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6192         gnus-art.el.
6193
6194 2001-09-27  Simon Josefsson  <jas@extundo.com>
6195
6196         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6197         (gnus-topic-catchup-articles): New function. Suggested by Robin
6198         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6199
6200 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6201         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6202
6203         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6204         previous ones.
6205
6206 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207         From Daiki Ueno  <ueno@unixuser.org>
6208
6209         * gnus-sum.el (gnus-summary-show-article): The arglist of
6210         detect-coding-region is incompatible.
6211
6212 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6213         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6214
6215         * gnus-group.el (gnus-group-delete-group): Typo.
6216
6217 2001-09-26  Simon Josefsson  <jas@extundo.com>
6218
6219         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6220
6221         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6222
6223 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6224
6225         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6226
6227 2001-09-22  Simon Josefsson  <jas@extundo.com>
6228
6229         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6230
6231         * nnfolder.el (nnfolder-open-marks): Ditto.
6232
6233         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6234         (gnus-update-marks): Use it.
6235         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6236         hardcoded list.
6237
6238         * gnus.el (gnus-article-special-mark-lists): Add killed.
6239         (gnus-article-unpropagated-mark-lists): New constant.
6240
6241 2001-09-22  Simon Josefsson  <jas@extundo.com>
6242
6243         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6244         custom option.
6245
6246 2001-09-23  Simon Josefsson  <jas@extundo.com>
6247
6248         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6249
6250 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6253
6254 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6255
6256         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6257         accept lists of functions.
6258
6259 2001-09-20  Simon Josefsson  <jas@extundo.com>
6260
6261         * gnus-group.el (gnus-group-catchup): Update expire marks in
6262         backend.  Also, if ALL also set expire marks on tick/dormant.
6263
6264 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6265
6266         * message.el (message-tab-body-function): New variable.
6267         * message.el (message-tab): Use it.
6268
6269 2001-09-19  Sam Steingold  <sds@gnu.org>
6270
6271         * gnus-win.el (gnus-buffer-configuration): Respect
6272         `gnus-bug-create-help-buffer'.
6273
6274 2001-09-18  Simon Josefsson  <jas@extundo.com>
6275
6276         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6277         (gnus-parse-simple-format): Re-revert.
6278
6279 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6280
6281         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6282         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6283
6284 2001-09-18  Simon Josefsson  <jas@extundo.com>
6285
6286         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6287         signed.
6288         (gnus-parse-simple-format): Don't use it.
6289
6290 2001-09-17  Miles Bader  <miles@gnu.org>
6291
6292         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6293         error querying a backend abort the whole process.
6294
6295 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6296
6297         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6298         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6299
6300 2001-09-17  Didier Verna  <didier@xemacs.org>
6301
6302         * nndiary.el: version 0.2-b14.
6303         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6304         compatibility problem with XEmacs 21.1.
6305
6306 2001-09-15  Simon Josefsson  <jas@extundo.com>
6307
6308         * gnus-group.el (gnus-group-line-format): Document %c.
6309
6310         * nnml.el (nnml-parse-head): Handle CRLF files.
6311         (nnml-generate-nov-file): Ditto.
6312         (nnml-retrieve-headers): Ditto.
6313
6314 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6315
6316         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6317
6318 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6319
6320         * gnus-spec.el (gnus-correct-substring): Still stopped one
6321         character before we wanted (never included last character).
6322         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6323         add missing "," (once per function)
6324
6325 2001-09-14  Simon Josefsson  <jas@extundo.com>
6326
6327         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6328         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6329         default before gnus-group is loaded and the variable set.)
6330
6331         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6332         killed or unsent marks.
6333
6334         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6335         isn't an article to set it on (e.g. when you `a' in a group).
6336
6337 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6338
6339         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6340         can read e-mails from Microsoft Outlook users not using ISO
6341         8859-2 character set.
6342
6343 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6344
6345         * gnus-diary.el: Minor modifications to avoid warnings.
6346         (gnus-summary-misc-menu): defvar.
6347         (gnus-diary-check-message): Use gnus-point-at-eol.
6348         (gnus-diary-kill-entire-line): eval-and-compile.
6349
6350 2001-09-12  Didier Verna  <didier@xemacs.org>
6351
6352         * nndiary.el: new version (0.2-b13).
6353         * nndiary.el (nndiary-mail-sources): doc update.
6354         * nndiary.el (nndiary-split-methods): ditto.
6355         * nndiary.el (nndiary-request-accept-article-hooks): New.
6356         * nndiary.el (nndiary-request-accept-article): use it, check
6357         message validity.
6358         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6359         * nndiary.el (nndiary-schedule): fix bug (misplaced
6360         condition-case): it didn't return nil on error.
6361         * gnus-diary.el: new version.
6362         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6363         * gnus-diary.el (gnus-diary-header-value-history): New.
6364         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6365         * gnus-diary.el (gnus-diary-add-header): New.
6366         * gnus-diary.el (gnus-diary-check-message): New.
6367         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6368         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6369
6370 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6371
6372         * gnus-sum.el (gnus-select-newsgroup): Make
6373         `gnus-current-select-method' buffer-local.
6374
6375         * gnus-art.el (gnus-request-article-this-buffer): Refer
6376         `gnus-current-select-method' in the current summary buffer.
6377
6378 2001-09-10  Simon Josefsson  <jas@extundo.com>
6379         From Daniel Pittman <daniel@rimspace.net>
6380
6381         * gnus-spec.el (gnus-correct-pad-form): Fix.
6382
6383 2001-09-09  Simon Josefsson  <jas@extundo.com>
6384
6385         * mm-decode.el (mm-inline-media-tests): Add
6386         application/x-emacs-lisp.
6387         (mm-attachment-override-types): Add
6388         application/{x-,}pkcs7-signature.
6389
6390         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6391         (gnus-server-line-format, gnus-server-mode-line-format)
6392         (gnus-server-browse-in-group-buffer): Customize.
6393
6394 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6395
6396         * nnml.el (nnml-marks-changed-p): Typo.
6397         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6398         (nnml-marks-changed-p): Use gnus-gethash.
6399         (nnml-marks-modtime): Use gnus-make-hashtable.
6400
6401         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6402         (nnfolder-request-expire-articles, nnfolder-save-marks)
6403         (nnfolder-open-marks): Typo.
6404         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6405         (nnfolder-marks-changed-p): Use gnus-gethash.
6406         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6407
6408 2001-09-08  Simon Josefsson  <jas@extundo.com>
6409
6410         * nnfolder.el (nnfolder-marks-modtime): New variable.
6411         (nnfolder-marks-changed-p): New function.
6412         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6413         (nnfolder-request-update-info): Don't update if marks didn't change.
6414
6415         * nnml.el (nnml-marks-modtime): New variable.
6416         (nnml-marks-changed-p): New function.
6417         (nnml-save-marks, nnml-open-marks): Save modtime.
6418         (nnml-request-update-info): Don't update if marks didn't change.
6419
6420         * gnus-agent.el (gnus-agent-any-covered-gcc)
6421         (gnus-agent-add-server, gnus-agent-remove-server): Use
6422         gnus-agent-method-p.
6423
6424         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6425         (gnus-unbuttonized-mime-type-p): Use it.
6426
6427         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6428         fetch group.
6429
6430 2001-09-08  Simon Josefsson  <jas@extundo.com>
6431         From Daniel Pittman <daniel@rimspace.net>
6432
6433         * gnus-spec.el (gnus-correct-pad-form): New function.
6434         (gnus-parse-simple-format): Use it.
6435
6436 2001-09-07  Simon Josefsson  <jas@extundo.com>
6437
6438         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6439         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6440         Putnam <reader@newsguy.com>.
6441         (gnus-group-sort-selected-groups): Touch dribble file.
6442
6443 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6444
6445         * nnml.el (nnml-filenames-are-evil): New variable.
6446         (nnml-article-to-file-alist): Rename to ...
6447         (nnml-current-group-article-to-file-alist): ... this.
6448         Respect `nnml-filenames-are-evil'.
6449         (nnml-active-number): Update.
6450         (nnml-update-file-alist): Update.
6451         (nnml-request-article): Use nnheader-article-to-file-alist.
6452         (nnml-request-rename-group): Likewise.
6453
6454 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-sum.el (gnus-summary-insert-line): Fix.
6457
6458 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6459
6460         * gnus-sum.el: Bind g-s-t-s to "W g".
6461         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6462         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6463         display of graphical smilies.
6464
6465 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * gnus-start.el (gnus-setup-news): A typo.
6468         From Bill White <billw@wolfram.com>.
6469
6470 2001-09-06  Simon Josefsson  <jas@extundo.com>
6471
6472         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6473         and unseen marks.
6474
6475 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6476
6477         * nnmail.el (nnmail-split-fancy): Document `junk'.
6478
6479 2001-09-04  Simon Josefsson  <jas@extundo.com>
6480
6481         * imap.el (imap-search): Don't error if server is broken.
6482
6483 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6484
6485         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6486         searching for an article that isn't in the mbox.
6487
6488 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489
6490         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6491         right, and get all the comments.
6492
6493 2001-09-02  Simon Josefsson  <jas@extundo.com>
6494         Suggested by Dan Christensen <jdc+news@uwo.ca>
6495
6496         * nnfolder.el (nnfolder-request-update-info): Fix message.
6497
6498         * nnml.el (nnml-request-update-info): Ditto.
6499
6500 2001-09-01  Simon Josefsson  <jas@extundo.com>
6501
6502         * nnml.el (nnml-request-expire-articles): Also bind
6503         `nnml-current-group' and `nnml-article-file-alist' when using
6504         expiry-target. (Otherwise nnml will be in a inconsistent internal
6505         state causing all kind of problems.)
6506         (nnml-request-expire-articles): If `nnml-article-to-file' or
6507         `file-attributes' failes, return article as un-expirable instead
6508         of treating it as expired.
6509
6510 2001-08-31  Sam Steingold  <sds@gnu.org>
6511
6512         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6513         typo: `exmine' --> `examine'.
6514
6515 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6516
6517         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6518
6519 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6520
6521         * nnml.el (nnml-check-directory-twice): Remove.
6522         (nnml-retrieve-headers): Ditto.
6523         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6524
6525 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6526
6527         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6528         directory twice on Windows, or on GNU Emacs-21.
6529
6530 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6531
6532         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6533         (nnml-request-rename-group): Ditto.
6534         (nnml-active-number): Ditto.
6535         (nnml-request-create-group): Use nnml-directory-articles.
6536         (nnml-request-expire-articles): Use nnml-directory-articles, which
6537         gets list from nov database if available.
6538         (nnml-get-nov-buffer): New function.
6539         (nnml-open-nov): Use it.
6540         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6541         gets alist from nov database if available.
6542         (nnml-directory-articles): New function.
6543         (nnml-article-to-file-alist): New function.
6544
6545 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6546
6547         * mm-decode.el (mm-display-external): Use `name' as filename, if
6548         `filename' attribute is not present.
6549
6550 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6551
6552         * mail-source.el (mail-source-flash): New defcustom.
6553         (mail-source-new-mail-p): Ring visible bell if appropriate.
6554         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6555         timer is cleared even if mail check signals an error.
6556
6557 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6560         type 'list.
6561
6562 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6563
6564         * flow-fill.el (fill-flowed): eol might be point-max.
6565
6566 2001-08-27  Simon Josefsson  <jas@extundo.com>
6567
6568         * nnml.el (nnml-request-update-info): Fix message.
6569         (nnml-open-marks): Ditto.
6570
6571         * nnfolder.el (nnfolder-request-update-info):
6572         (nnfolder-open-marks): Fix message.
6573
6574 2001-08-25  Simon Josefsson  <jas@extundo.com>
6575
6576         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6577         after group in ~/.
6578
6579 2001-08-25  Simon Josefsson  <jas@extundo.com>
6580         From Andreas Jaeger  <aj@suse.de>
6581
6582         * nnfolder.el (nnfolder-open-marks): Fix typo.
6583         * nnml.el (nnml-open-marks): Likewise.
6584
6585 2001-08-25  Simon Josefsson  <jas@extundo.com>
6586
6587         Make nnfolder groups self-contained as far as marks are concerned.
6588
6589         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6590         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6591         (nnfolder-open-server): Make marks directory.
6592         (nnfolder-request-delete-group): Delete marks file.
6593         (nnfolder-request-delete-group): Check of nov/marks file exist
6594         before deleting.
6595         (nnfolder-request-rename-group): Rename marks file.
6596         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6597         (nnfolder-request-set-mark, nnfolder-request-update-info)
6598         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6599         (nnfolder-open-marks): New functions.
6600         (top-level): Require gnus.
6601
6602 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6603
6604         * nnweb.el (nnweb-type-definition): Use google raw file.
6605         (nnweb-google-parse-1): Ditto.
6606         (nnweb-google-identity): Ditto.
6607         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6608         (nnweb-altavista-wash-article): Ditto.
6609         (nnweb-request-article): Remove nnweb-decode-entities.
6610
6611         * nnml.el: Require 'gnus.
6612
6613 2001-08-25  Simon Josefsson  <jas@extundo.com>
6614
6615         * nnml.el (nnml-marks-is-evil): Add doc.
6616
6617 2001-08-25  Simon Josefsson  <jas@extundo.com>
6618
6619         * nnml.el (nnml-save-marks): Wrap saving marks in a
6620         condition-case, to allow user to start Gnus if saving marks failed
6621         for some reason.
6622
6623 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6626
6627         * gnus-group.el (gnus-update-group-mark-positions): Bind
6628         gnus-group-update-hook to nil.
6629
6630 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * mml.el (mml-generate-mime-1): Force as multibyte string.
6633
6634 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6635
6636         * gnus-sum.el (gnus-summary-insert-line)
6637         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6638         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6639
6640         * gnus-spec.el (gnus-correct-substring): Take optional END.
6641
6642         * nnrss.el (nnrss-request-article): Remove \n.
6643         (nnrss-retrieve-headers): Lines number is -1.
6644
6645 2001-08-24  Simon Josefsson  <jas@extundo.com>
6646
6647         * gnus-group.el (gnus-info-clear-data): Call
6648         nnfoo-request-set-mark to propagate marks.  Fix bug:
6649         `gnus-group-update-line' doesn't update read range unless we call
6650         `gnus-get-unread-articles-in-group' first.
6651
6652         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6653         to server.
6654
6655 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656
6657         * gnus-util.el (gnus-create-info-command): Return an interactive
6658         function.
6659
6660 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6661         From Katsumi Yamaoka <yamaoka@jpl.org>
6662
6663         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6664
6665 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * gnus-sum.el (gnus-select-newsgroup): Use it.
6668
6669         * gnus-util.el (gnus-not-ignore): New function.
6670
6671         * lpath.el (featurep): Don't fbind char-int.
6672
6673         * gnus-util.el (gnus-create-info-command): New function.
6674
6675         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6676         right node.
6677
6678         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6679         (gnus-summary-limit-children): Use 'identity instead of `all'.
6680         (gnus-summary-limit-to-display-predicate): New command and
6681         keystroke.
6682
6683 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6686
6687         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6688
6689 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690
6691         * gnus-spec.el: Add the Gnus version.
6692         (gnus-update-format-specifications): If the Gnus version changes,
6693         nix out the format spec cache.
6694
6695         * gnus.el (gnus-continuum-version): Made into a command and
6696         optionalize the VERSION.
6697
6698         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6699         the start of the lines.
6700
6701 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * gnus.el (gnus-visual-p): Define function before use of
6704         function.
6705
6706 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6709         (gnus-article-mark-to-type): New function.
6710         (gnus-update-missing-marks): Only update marks of type 'list.
6711
6712         * gnus.el (gnus-article-special-mark-lists): New variable.
6713
6714 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6715
6716         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6717         (gnus-select-newsgroup): Still use 'all.
6718         (gnus-summary-initial-limit): Comparing with 'all.
6719
6720 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6723         active.
6724
6725 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6728         nnslashdot-*-retrieve-headers.
6729         (nnslashdot-request-article): Fix for slashcode 2.2.
6730         (nnslashdot-make-tuple): New function.
6731         (nnslashdot-read-groups): Use it.
6732
6733 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6736         list.
6737
6738         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6739
6740 2001-08-20  Simon Josefsson  <jas@extundo.com>
6741
6742         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6743         opened, error instead of continuing (and exploding later).
6744
6745 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus.el (gnus-expand-group-parameters): Return the parameter
6748         list.
6749
6750         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6751         (gnus-summary-show-article): Guess at charset if required.
6752
6753         * gnus-spec.el (gnus-correct-substring): Stopped one character
6754         before we wanted.
6755
6756 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6757
6758         * earcon.el (earcon-auto-play): Remove unused option.
6759
6760 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6763         message down in levels, since it happens very fast.
6764
6765         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6766         of smiley-regexp-alist.
6767
6768         * mm-view.el (mm-inline-text): Ignore vcard errors.
6769
6770         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6771
6772         * gnus-score.el (gnus-all-score-files): Use append instead of
6773         nconc.
6774
6775         * gnus.el (gnus-splash-face): Doc fix.
6776
6777         * mm-decode.el (mm-mailcap-command): Use
6778         mm-path-name-rewrite-functions.
6779         (mm-path-name-rewrite-functions): New variable.
6780
6781         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6782         (gnus-complex-form-to-spec): Insert tab.
6783         (gnus-spec-tab): New function.
6784
6785         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6786         entering the group.
6787
6788         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6789         the positional spec.
6790         (gnus-parse-complex-format): React to %C.
6791
6792         * gnus-ems.el (gnus-char-width): Moved here.
6793
6794         * gnus-sum.el (gnus-select-newsgroup): Set
6795         gnus-newsgroup-articles.
6796         (gnus-unseen-mark): New variable.
6797         (gnus-newsgroup-unseen): Ditto.
6798         (gnus-newsgroup-seen): Ditto.
6799         (gnus-adjust-marked-articles): Use them.
6800         (gnus-update-marks): Use them.
6801         (gnus-summary-update-secondary-mark): Display.
6802         (gnus-summary-prepare-threads): Display.
6803
6804         * gnus-msg.el (gnus-inews-group-method): Use and return the
6805         method, not the server.
6806
6807 2001-08-19  Simon Josefsson  <jas@extundo.com>
6808
6809         * gnus-srvr.el (gnus-server-agent-face): New.
6810         (gnus-server-agent-face): New.
6811         (gnus-server-mode): Turn on font-lock-mode.
6812
6813         * gnus.el (gnus-server-visual): Add defgroup.
6814
6815 2001-08-19  Simon Josefsson  <jas@extundo.com>
6816         From Joe Casadonte <jcasadonte@northbound-train.com>
6817
6818         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6819         gnus-server-denied-face): New.
6820         (gnus-server-opened-face, gnus-server-closed-face,
6821         gnus-server-denied-face): New.
6822         (gnus-server-font-lock-keywords): Add.
6823
6824 2001-08-19  Simon Josefsson  <jas@extundo.com>
6825
6826         * nnml.el (nnml-request-set-mark): Return nil.
6827         (nnml-save-marks): Use nnml-possibly-create-directory.
6828         (nnml-open-marks): Only work in temp buffer when inserting/reading
6829         .marks file.
6830
6831 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6832
6833         * gnus.el (gnus-expand-group-parameters): Fix.
6834
6835         * gnus-spec.el (gnus-char-width): New function.
6836         (gnus-correct-substring, gnus-correct-length): Use it.
6837
6838         * message.el (message-required-mail-headers): Fix doc.
6839
6840 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6843
6844         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6845
6846 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6849         slashdot 2.2 (not fully fixed yet).
6850         (nnslashdot-request-article): Ditto.
6851
6852 2001-08-18  Simon Josefsson  <jas@extundo.com>
6853
6854         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6855         nnimap.
6856
6857         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6858         gnus-util.
6859         (nnimap-request-update-info-internal): Use new functions.
6860
6861         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6862         new functions.
6863
6864 2001-08-18  Simon Josefsson  <jas@extundo.com>
6865
6866         Make nnml groups self-contained as far as marks are concerned.
6867
6868         * nnml.el (nnml-request-delete-group): Delete marks file.
6869         (nnml-request-rename-group): Move marks file.
6870         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6871         variables.
6872         (nnml-request-set-mark, nnml-request-update-info): New server
6873         functions.
6874         (nnml-save-marks, nnml-open-marks): New functions.
6875
6876 2001-08-18  Simon Josefsson  <jas@extundo.com>
6877
6878         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6879         `set' when setting marks.
6880
6881 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6882
6883         * gnus.el (gnus-info-find-node): Take an argument.
6884
6885         * gnus-art.el (gnus-button-handle-info): New function.
6886         (gnus-url-unhex-string): Replace "+" with " ".
6887
6888 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * message.el (message-check-news-header-syntax): Check bad From.
6891
6892 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * gnus-spec.el (gnus-correct-length): New function.
6895         (gnus-correct-substring): New function.
6896         (gnus-tilde-max-form): Use it.
6897
6898 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6899
6900         * nnmh.el: Docstring changes as below.
6901
6902         * nnml.el: Docstring changes as below.
6903
6904         * nnbabyl.el: Docstring changes as below.
6905
6906         * nnmbox.el: Docstring changes as below.
6907
6908         * nnfolder.el: Added docstrings identifying each virtual server
6909         parameter.
6910
6911 2001-08-18  Simon Josefsson  <jas@extundo.com>
6912
6913         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6914
6915 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6916
6917         * message.el: rename "Abort Message" to "Postpone Message".
6918         Remove "Attach file as MIME" from Message menu, it's already in
6919         the MIME menu.
6920
6921 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6922
6923         * smime.el (smime-point-at-eol): eval-and-compile.
6924         (smime-make-temp-file): New function.
6925         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6926         Use it.
6927
6928 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6931         (gnus-agent-summary-fetch-group): New command and keystroke.
6932
6933         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6934         (gnus-mime-display-security): Make it respect
6935         gnus-unbuttonized-mime-type-p.
6936
6937         * gnus-sum.el (gnus-articles-to-read): Comments.
6938         (gnus-article-marked-p): New function.
6939         (gnus-summary-display-make-predicate): New function.
6940         (gnus-select-newsgroup): Use them.
6941
6942         * mm-decode.el (mm-save-part-to-file): Made it not error.
6943
6944 2001-08-17  Simon Josefsson  <jas@extundo.com>
6945
6946         * imap.el (imap-wait-for-tag): If process-status isn't open or
6947         run, return nil instead of sit-for looping.
6948
6949 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * lpath.el (featurep): fbind xml-parse-region.
6952
6953         * gnus.el (gnus-message-archive-method): Default to "archive".
6954         (gnus-message-archive-method): Doc fix.
6955         (gnus-parameters-get-parameter): Cleaned up.
6956         (gnus-expand-group-parameter): New function.
6957
6958         * gnus-start.el (gnus-setup-news): Push the archive server only
6959         the server list.
6960
6961         * mml.el (mml-menu): Changed name to "Attachments".
6962
6963         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6964         when there is something to detroy.
6965
6966 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6969         nil.
6970
6971 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6972
6973         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6974         which specifies a time today or tomorrow.
6975
6976 2001-08-15  Simon Josefsson  <jas@extundo.com>
6977         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6978
6979         * gnus-agent.el (gnus-agent-make-mode-line-string)
6980         (gnus-agent-toggle-plugged): Use new API.
6981
6982 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6983
6984         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6985         deadline has expired.
6986
6987 2001-08-12  Simon Josefsson  <jas@extundo.com>
6988         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6989
6990         Support `recent' mark indicating newly arrived messages (to
6991         separate from old but unread messages).
6992
6993         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6994         `nnmail-split-history' if recent is > 0.
6995         (nnimap-request-update-info-internal): Update `recent' marks.
6996         (nnimap-request-set-mark): Never set `recent' marks.
6997         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6998         recent.
6999
7000         * gnus-sum.el (gnus-recent-mark): New mark.
7001         (gnus-newsgroup-recent): New variable.
7002         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7003         (gnus-summary-prepare-threads): Mark recent articles.
7004         (gnus-summary-add-mark): Support recent.
7005         (gnus-summary-update-secondary-mark): Support recent.
7006
7007         * gnus.el (gnus-article-mark-lists): Add recent.
7008
7009 2001-08-12  Simon Josefsson  <jas@extundo.com>
7010
7011         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7012         whether successful decoding took place.  Add doc.
7013
7014 2001-08-12  Simon Josefsson  <jas@extundo.com>
7015         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7016
7017         * gnus.el (gnus-summary-line-format, gnus-parameters):
7018         * gnus-gl.el (gnus-summary-grouplens-line-format):
7019         * gnus-salt.el (gnus-summary-pick-line-format):
7020         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7021
7022 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7023         Committed by Kai Gro\e,b_\e(Bjohann.
7024
7025         * gnus-score.el (gnus-score-string): Fix `match' regexp
7026         for `extra' header case.
7027
7028 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * nnmbox.el (nnmbox-read-mbox): No warning.
7031
7032 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7033
7034         * nndoc.el (nndoc-article-type): Fix doc.
7035         (nndoc-generate-article-function): New variable.
7036         (nndoc-dissection-function): New variable.
7037         (nndoc-type-alist): Add oe-dbx.
7038         (nndoc-oe-dbx-type-p): New function.
7039         (nndoc-oe-dbx-dissection): New function.
7040         (nndoc-oe-dbx-generate-article): New function.
7041
7042 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7043
7044         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7045         whether deadline has been reached.  Patch from Dan Nicolaescu
7046         <dann@godzilla.ics.uci.edu>.
7047
7048 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7049
7050         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7051         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7052         <rintaman@cs.Helsinki.FI>.
7053
7054         * mail-source.el (mail-source-movemail): The error buffer is
7055         modified, but nothing in it.
7056
7057 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7058
7059         * message.el (message-bogus-system-names): New variable.
7060         (message-make-fqdn): Use it.
7061
7062 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7063
7064         * nndraft.el (nndraft-request-group): Use
7065         nndraft-auto-save-file-name.
7066
7067 2001-08-09  Simon Josefsson  <jas@extundo.com>
7068
7069         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7070         Don't ask whether to decrypt.  Just leave result in buffer (don't
7071         call mm).
7072
7073         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7074         parts as well.
7075         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7076         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7077
7078 2001-08-09  Simon Josefsson  <jas@extundo.com>
7079
7080         * mm-decode.el (mm-insert-part): Return decoding success status.
7081         (mm-save-part-to-file): Error if decoding failed.
7082
7083 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * message.el (message-tab): Use indent-relative.
7086         (message-mode): Don't bind indent-line-function to indent-relative.
7087
7088 2001-08-09  Simon Josefsson  <jas@extundo.com>
7089
7090         * message.el (message-get-reply-headers): Fix string. Suggested by
7091         Christoph Conrad <cc@cli.de>.
7092
7093 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7094
7095         * message.el (message-tab): Use the current value of
7096         indent-line-function.
7097         (message-mode): Bind indent-line-function to indent-relative.
7098
7099 2001-08-08  Simon Josefsson  <jas@extundo.com>
7100
7101         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7102         whether `imtest' is installed.
7103
7104 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7105         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7106
7107         * gnus-sum.el (gnus-summary-show-article): Call
7108         gnus-summary-update-secondary-secondary-mark.
7109         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7110         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7111
7112 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7113
7114         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7115
7116         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7117
7118         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7119         <gerd@gnu.org>.
7120
7121         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7122
7123         * gnus-util.el (gnus-output-to-rmail): Ditto.
7124         (gnus-output-to-mail): Ditto.
7125
7126         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7127
7128 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7129
7130         * message.el (message-indent-citation): Use
7131         `message-yank-cited-prefix' for empty lines.
7132
7133 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7134
7135         * message.el (message-indent-citation): Quote only lines starting
7136         with ">" using `message-yank-cited-prefix'.
7137
7138 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7139
7140         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7141         gnus-cache-fully-p.
7142
7143 2001-08-04  Simon Josefsson  <jas@extundo.com>
7144
7145         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7146         file if it doesn't exist (by calling gnus-cache-read-active).
7147
7148 2001-08-04  Simon Josefsson  <jas@extundo.com>
7149
7150         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7151         (gnus-cache-passively-or-fully-p): Removed.
7152         (gnus-cache-fully-p): Fix it.
7153
7154         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7155
7156 2001-08-04  Simon Josefsson  <jas@extundo.com>
7157
7158         * gnus-cache.el (gnus-cache-fully-p)
7159         (gnus-cache-passively-or-fully-p): New functions.
7160         (gnus-cache-possibly-enter-article): Cosmetic change, use
7161         `g-c-p-o-f-p'.
7162         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7163         was bogus (`g-c-p-a-a' does not change active info, just change
7164         the functions parameters).
7165         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7166         not removed in groups that match `gnus-uncacheable-groups'.
7167
7168         Reported and modifications based on discussions with Nuutti
7169         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7170
7171 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7172         Committed by Simon Josefsson  <jas@extundo.com>
7173
7174         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7175         calls `gnus-cache-update-active' if bounds has been extended.
7176
7177 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7178
7179         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7180         before remove.
7181         (gnus-mime-security-show-details): Ditto.
7182
7183 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7184
7185         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7186         syntax.  Protect string-match against nil string and regexp.
7187
7188 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7189
7190         * mm-util.el (mm-find-charset-region): Remove control-1.
7191
7192 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7195
7196 2001-08-04  Simon Josefsson  <jas@extundo.com>
7197
7198         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7199         buffer.  Delete MIME-Version header.
7200
7201 2001-08-03  Simon Josefsson  <jas@extundo.com>
7202
7203         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7204         that is entered does not necessarily have the highest article
7205         number in the group, so use `gnus-cache-possibly-alter-active'
7206         instead of `gnus-cache-update-active'.
7207
7208 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7209
7210         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7211
7212 2001-08-03  Simon Josefsson  <jas@extundo.com>
7213
7214         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7215         menu.
7216
7217 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus.el (post-method): New group parameter.  It also provides
7220         the user option `gnus-post-method-alist' and the internal function
7221         `gnus-parameter-post-method'.
7222
7223         * gnus-msg.el (gnus-post-method): Bind the value of
7224         `gnus-post-method' to the group parameter if it is defined.
7225
7226 2001-08-02  Simon Josefsson  <jas@extundo.com>
7227
7228         * smime.el (smime-extra-arguments): Removed.
7229         (smime-call-openssl-region): Don't use it.
7230
7231 2001-08-02  Simon Josefsson  <jas@extundo.com>
7232
7233         * smime.el (smime-sign-region): Handle stderr.
7234         (smime-encrypt-region): Ditto.
7235
7236         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7237         match the ASN.1 length bytes.
7238         (mm-pkcs7-enveloped-magic): Ditto.
7239         (mm-view-pkcs7-get-type): Don't regexp quote.
7240
7241 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242         From Andreas Fuchs <asf@void.at>
7243
7244         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7245
7246 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7247
7248         * gnus-art.el (gnus-header-button-alist): References regexp.
7249
7250 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7251
7252         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7253         already fboundp.  Add INTERACTIVE arg to autoload form.
7254
7255 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7256
7257         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7258
7259         * nnmail.el (nnmail-cache-open): Ditto.
7260
7261 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7264
7265 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7268
7269 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7271
7272         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7273         (gnus-agent-toggle-plugged): Use it.
7274
7275 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7276
7277         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7278         (gnus-ding-file-coding-system): New variable.
7279         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7280         (gnus-slave-save-newsrc): Use it.
7281
7282 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7283
7284         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7285         syntax.
7286
7287 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288         Originally from Andreas Fuchs <asf@void.at>
7289
7290         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7291         (mml2015-gpg-pretty-print-fpr): New function.
7292         (mml2015-gpg-extract-signature-details): More details, rename from
7293         `m-g-e-from'.
7294         (mml2015-gpg-verify): Use them.
7295         (mml2015-gpg-clear-verify): Use them.
7296
7297 2001-07-31  Simon Josefsson  <jas@extundo.com>
7298
7299         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7300         buffer when done.
7301
7302 2001-07-30  Simon Josefsson  <jas@extundo.com>
7303
7304         * smime.el (smime-call-openssl-region): Revert previous change,
7305         just pass on buf to `call-process-region'.
7306         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7307         `smime-new-details-buffer'.  Inserts error messages into buffer.
7308         (smime-noverify-region): Ditto.
7309         (smime-decrypt-region): Ditto.  Handles stderr separately.
7310         (smime-verify-buffer, smime-noverify-buffer)
7311         (smime-decrypt-buffer): Doc fix.
7312         (smime-new-details-buffer): New function.
7313         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7314         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7315         (smime-sign-region, smime-encrypt-region): Don't use
7316         `insert-buffer'.
7317
7318         * mml-smime.el (mml-smime-verify): Fix security button strings.
7319
7320 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7321
7322         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7323         gnus-article-mime-handles.
7324
7325 2001-07-29  Simon Josefsson  <jas@extundo.com>
7326
7327         * mail-source.el (top-level): Require message for message-directory.
7328         (mail-source-directory): Change default to message-directory.
7329
7330         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7331         (smime-certificate-directory, smime-openssl-program)
7332         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7333         (smime-extra-arguments): New variable.
7334         (smime-dns-server): Fix customize group.
7335         (smime-call-openssl-region): Use `smime-extra-arguments'.
7336
7337 2001-07-29  Simon Josefsson  <jas@extundo.com>
7338         From Vladimir Volovich <vvv@vsu.ru>
7339
7340         * smime.el (smime-call-openssl-region): Ignore stderr.
7341
7342 2001-07-29  Simon Josefsson  <jas@extundo.com>
7343         From Christoph Conrad <christoph.conrad@gmx.de>
7344
7345         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7346         file.
7347
7348 2001-07-29  Simon Josefsson  <jas@extundo.com>
7349
7350         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7351
7352         Support S/MIME decryption.
7353
7354         * mm-decode.el (mm-inline-media-tests):
7355         (mm-inlined-types):
7356         (mm-automatic-display):
7357         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7358
7359         * mm-view.el (mm-pkcs7-signed-magic):
7360         (mm-pkcs7-enveloped-magic): New variables.
7361         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7362         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7363         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7364         PKCS#7 blobs.
7365
7366         * smime.el (smime-decrypt-region): Expand keyfile.
7367
7368 2001-07-29  Simon Josefsson  <jas@extundo.com>
7369
7370         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7371         `ssl.el' variables.
7372
7373         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7374         but line instead of narrowing to it, because `nnmail-parse-active'
7375         calls widen.  Thanks to Christoph Conrad
7376         <christoph.conrad@gmx.de>.
7377
7378 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7379
7380         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7381         for %B spec.
7382
7383         * gnus-sum.el (gnus-summary-prepare-threads): If
7384         gnus-sum-thread-tree-root is nil, use subject instead.
7385         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7386         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7387         (gnus-sum-thread-tree-leaf-with-other)
7388         (gnus-sum-thread-tree-single-leaf): Documentation.
7389         (gnus-sum-thread-tree-single-indent): Allow nil.
7390
7391 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * message.el (message-fill-paragraph): Do nothing if the user
7394         wants filladapt-mode.
7395
7396 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * mm-decode.el (mm-image-type-from-buffer): New function.
7399         (mm-get-image): Use it.
7400
7401 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7404
7405         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7406         mm-display-parts too.
7407
7408 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7409
7410         * nnfolder.el (nnfolder-request-accept-article): Bind
7411         nntp-server-buffer.
7412
7413         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7414         nntp-server-buffer.
7415
7416 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7417
7418         * message.el (message-check-news-header-syntax): Use
7419         message-post-method.
7420         (message-send-news): Bind message-post-method.
7421
7422 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7423
7424         * mml.el (mml-tweak-type-alist): New variable.
7425         (mml-tweak-function-alist): New variable.
7426         (mml-tweak-part): New function.
7427         (mml-generate-mime-1): Use it.
7428
7429 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * nnfolder.el (nnfolder-request-accept-article): Replace
7432         nnfolder-request-list.
7433
7434 2001-07-27  Simon Josefsson  <jas@extundo.com>
7435
7436         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7437         nnoo-change-server failed to do it.
7438
7439 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * gnus.el (gnus-parameters): Make it customizable.
7442
7443 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7446
7447         * message.el (message-set-auto-save-file-name): More
7448         poor-system-types.
7449
7450         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7451
7452         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7453         supports +.
7454
7455 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7456
7457         * mm-decode.el (mm-readable-p): New function.
7458         (mm-inline-media-tests): Fix the default testers.
7459
7460 2001-07-26  Simon Josefsson  <jas@extundo.com>
7461
7462         * nnimap.el (nnimap-version): Bump version number.
7463
7464 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465         From Steven E. Harris <seh@speakeasy.org>
7466
7467         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7468         in M$Windows too.
7469
7470 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7471
7472         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7473
7474 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7475
7476         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7477
7478         * mm-decode.el (mm-get-image): Guess then use the type.
7479
7480         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7481
7482 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7483
7484         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7485         display (%B) for threads if threading is off.
7486
7487 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7488         From Henrik Enberg <henrik@enberg.org>
7489
7490         * gnus-msg.el: Customization patch.
7491
7492 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7493
7494         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7495         variable.
7496         (nnmail-split-fancy-with-parent): Ignore certain groups.
7497
7498 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus-util.el (gnus-byte-compile): New function.
7501         (gnus-use-byte-compile): New variable.
7502         (gnus-make-sort-function): Use it.
7503
7504         * nnmail.el (nnmail-get-new-mail): Use it.
7505
7506         * gnus-agent.el (gnus-category-make-function): Simple function or
7507         compiled function.
7508         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7509
7510         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7511         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7512         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7513
7514         * message.el (message-check-news-header-syntax): Remove quote.
7515
7516 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7517
7518         * message.el (message-use-mail-followup-to): `t' is not a
7519         documented value.
7520
7521 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7524
7525 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7528         there are long lines.
7529
7530 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * dgnushack.el (copy-list): New compiler macro.
7533
7534 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * message.el (message-bounce): If no Return-Path, the whole
7537         content is considered as the original message.
7538
7539         * nnml.el (nnml-check-directory-twice): New variable.
7540         (nnml-article-to-file): Use it.
7541         (nnml-retrieve-headers): Hack it.
7542
7543 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7544
7545         * gnus-win.el (gnus-buffer-configuration): New configure.
7546
7547         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7548         not alive.
7549
7550         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7551         (mm-display-external): Use display-term configure.
7552
7553 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7554
7555         * gnus-delay.el (gnus-delay-default-hour): New variable.
7556         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7557
7558 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559         From Karl Kleinpaste <karl@charcoal.com>
7560
7561         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7562         (gnus-summary-prepare-threads): Ditto.
7563
7564         * gnus.el (gnus-summary-line-format): Add %B.
7565
7566 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7567
7568         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7569
7570         * mm-util.el (mm-string-as-multibyte): New function.
7571
7572         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7573
7574 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7575
7576         * mm-util.el (mm-universal-coding-system): New variable.
7577
7578         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7579
7580         * score-mode.el (score-mode-coding-system): Use it.
7581
7582 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-start.el (gnus-setup-news): Call
7585         `gnus-check-bogus-newsgroups' just after the native server is
7586         opened.
7587
7588 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7589
7590         * nnmail.el (nnmail-do-request-post): Util function to be used by
7591         `nnchoke-request-post' for all nnmail-derived backends.
7592
7593         * nnml.el (nnml-request-post): Use it.
7594
7595         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7596         backend, for it groks nnml-request-post.
7597
7598         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7599         Treat `mail-post' backends like `mail' backends, not like `news'
7600         backends.
7601
7602 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7603
7604         * gnus-msg.el (gnus-setup-message): make-local-hook.
7605
7606 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7607
7608         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7609         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7610         <karl@charcoal.com>, slightly changed by Kai.
7611
7612         * message.el (message-check-news-header-syntax): When checking
7613         whether the groups exist, check the right server based on
7614         `gnus-post-method'.
7615
7616 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7617
7618         * gnus-delay.el: New file.
7619
7620 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7621
7622         * mm-util.el (mm-read-coding-system): Take two arguments.
7623
7624         * gnus-sum.el (gnus-summary-show-article): Use
7625         mm-read-coding-system.
7626
7627         * gnus-art.el (article-de-quoted-unreadable):
7628         (article-de-base64-unreadable, article-wash-html):
7629         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7630
7631 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7632
7633         * nnml.el (nnml-request-post): New function.  Can be used for
7634         annotations in nnml groups.
7635
7636 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7639         command.
7640
7641         * gnus-start.el (gnus-find-new-newsgroups): Use
7642         `message-make-date' instead of `current-time-string'.
7643         (gnus-ask-server-for-new-groups): Ditto.
7644         (gnus-check-first-time-used): Ditto.
7645
7646 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7649
7650 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7651
7652         * message.el (message-shorten-references): Change `maxcount' and
7653         `cut' to obey USEFOR draft 5.
7654
7655 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7656
7657         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7658         (gnus-summary-set-article-display-arrow): New function.
7659         (gnus-summary-goto-subject): Use it.
7660
7661 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7662
7663         * gnus-sum.el (gnus-summary-import-article): Insert date if
7664         doesn't exist.
7665
7666 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7667
7668         * mml.el (mml-content-type-parameters): New variable.
7669         (mml-content-disposition-parameters): New variable.
7670         (mml-insert-mime-headers): Use them.
7671         (mml-parse-1): Accept charset.
7672
7673 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-group.el (gnus-group-select-group): Doc fix.
7676
7677         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7678
7679 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7682         to handle `define-derived-mode'.
7683
7684 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7685         From:  Stefan Monnier  <monnier@cs.yale.edu>
7686
7687         * message.el (message-mode): Use define-derived-mode.
7688         (message-tab): message-completion-alist.
7689
7690         * imap.el (imap-interactive-login): Use make-local-variable.
7691         (imap-open): Ditto.
7692         (imap-authenticate): Ditto.
7693
7694         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7695
7696         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7697
7698 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7699
7700         * message.el (message-citation-line-function): Refer to
7701         gnus-cite-attribution-suffix.
7702
7703 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7704
7705         * gnus-art.el,...: Error convention changes.
7706
7707 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7708
7709         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7710
7711 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7712
7713         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7714         (nnrss-read-server-data): Ditto.
7715
7716 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7717
7718         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7719         * Cleanup files.
7720         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7721
7722 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * gnus.el (gnus-summary-line-format): Add %o.
7725
7726         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7727         unless shell outputs something.
7728
7729 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * gnus-art.el (gnus-boring-article-headers): Better doc.
7732         (article-hide-headers): Better regexp.
7733         Suggested by Matt Swift <swift@alum.mit.edu>.
7734
7735         * nnheader.el (nnheader-max-head-length): Better doc.
7736         (nnheader-header-value): Skip spaces.
7737         (nnheader-parse-head): Remove space.
7738         Suggested by Matt Swift <swift@alum.mit.edu>.
7739
7740         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7741         (gnus-get-newsgroup-headers): Remove space.
7742
7743 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7744
7745         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7746         (gnus-summary-reply): Use it.
7747         (gnus-summary-reply-broken-reply-to): New function.
7748         (gnus-msg-force-broken-reply-to): New function.
7749
7750         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7751
7752 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7755
7756 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7757
7758         * mm-decode.el (mm-external-terminal-program): New variable.
7759         (mm-display-external): Use it. Use term to display when no
7760         window-system.
7761
7762 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7763
7764         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7765         Browse->Next entries to Browse->Prev
7766
7767 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7770
7771 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7772
7773         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7774         for the default encoding.
7775
7776         * nnrss.el (nnrss-url-field): New field.
7777         (nnrss-request-article): Add newsgroups.
7778
7779         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7780
7781 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7782
7783         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7784
7785         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7786         (gnus-draft-setup): Remove backlog.
7787
7788 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7789
7790         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7791         Cleanup.
7792
7793 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7794
7795         * gnus-msg.el (gnus-bug): Erase buffer.
7796
7797         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7798
7799 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * mm-decode.el (mm-attachment-override-p): Fix typo.
7802
7803 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-kill.el (gnus-execute): Work with the extra headers.
7806         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7807
7808 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7809
7810         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7811         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7812
7813         * message.el (message-send-mail-real-function): New variable.
7814         (message-send-mail-partially, message-send-mail):
7815
7816         * nngateway.el (nngateway-request-post): Use it.
7817
7818         * gnus-agent.el (gnus-agentize): Use it.
7819
7820         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7821         (nnsoup-revert-variables): Use it.
7822
7823 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7824
7825         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7826         text/plain if the type doesn't match any other media types.
7827         (mm-inlined-types): Doc fix.
7828         (mm-display-inline): Revert previous change (now handled by a
7829         default type in `mm-inline-media-tests'.
7830         (mm-inlinable-p): Revive.
7831         (mm-display-part): Call `mm-inlinable-p'.
7832         (mm-attachment-override-p): Ditto.
7833         (mm-inlined-p): Doc fix.
7834
7835         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7836         well as `mm-inlined-p'.
7837
7838 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7839
7840         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7841         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7842
7843 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7844         From  Paul Jarc <prj@po.cwru.edu>
7845
7846         * message.el (message-use-mail-followup-to): New variable.
7847         (message-get-reply-headers): Use it.
7848
7849 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7850
7851         * nnheader.el (nnheader-init-server-buffer): Make sure the
7852         *nntpd* buffer is made multibyte instead of a random buffer.
7853
7854 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7855
7856         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7857         when it returns headers.
7858
7859 2001-07-07  Simon Josefsson  <jas@extundo.com>
7860
7861         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7862         trying to fold. Thanks to Colin Walters
7863         <walters@cis.ohio-state.edu>
7864
7865 2001-07-06  Simon Josefsson  <jas@extundo.com>
7866
7867         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7868         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7869         Add information in `assert's.
7870
7871         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7872         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7873         and `nnimap-group-overview-filename', should handle all
7874         change-of-uidvalidity related issues.  But there may be other
7875         problems.)
7876
7877 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7878
7879         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7880         header name when folding.
7881
7882 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7883
7884         * mm-decode.el (mm-inlined-types): Document relationship with
7885         `mm-inline-media-tests'.
7886         (mm-display-inline): Default to displaying as plain text if no
7887         inlining handler is available.
7888         (mm-inlinable-p): Remove.
7889         (mm-inlined-p): Don't call `mm-inlinable-p'.
7890         (mm-automatic-display-p): Ditto.
7891         (mm-attachment-override-p): Ditto.
7892
7893 2001-07-04  Simon Josefsson  <jas@extundo.com>
7894
7895         * nnimap.el (nnimap-importantize-dormant): New variable.
7896         (nnimap-request-update-info-internal): Use it.
7897         (nnimap-request-set-mark): Ditto.
7898
7899 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7900
7901         * nntp.el (nntp-send-command): don't pass a buffer argument to
7902         `point'. Only XEmacs accepts this.
7903         * nntp.el (nntp-send-command-nodelete): ditto.
7904         * nntp.el (nntp-send-command-and-decode): ditto.
7905
7906 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7907
7908         * nntp.el (nntp-open-connection-function): doc update.
7909         * nntp.el (nntp-pre-command): New.
7910         * nntp.el (nntp-via-rlogin-command): New.
7911         * nntp.el (nntp-via-telnet-command): New.
7912         * nntp.el (nntp-via-telnet-switches): New.
7913         * nntp.el (nntp-via-user-name): New.
7914         * nntp.el (nntp-via-user-password): New.
7915         * nntp.el (nntp-via-address): New.
7916         * nntp.el (nntp-via-envuser): New.
7917         * nntp.el (nntp-via-shell-prompt): New.
7918         * nntp.el (nntp-open-telnet-stream): New.
7919         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7920         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7921         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7922         * nntp.el (nntp-send-command): ditto.
7923         * nntp.el (nntp-send-command-nodelete): ditto.
7924         * nntp.el (nntp-send-command-and-decode): ditto.
7925
7926 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7927
7928         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7929         `when'.
7930
7931 2001-07-03  Simon Josefsson  <jas@extundo.com>
7932         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7933
7934         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7935
7936 2001-07-03  Simon Josefsson  <jas@extundo.com>
7937
7938         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7939         remove it (workaround XEmacs `fill-region' bug).
7940
7941 2001-07-01  Simon Josefsson  <jas@extundo.com>
7942
7943         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7944
7945 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7946
7947         * mml2015.el (mml2015-format-error): New function.
7948         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7949         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7950         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7951
7952 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7953
7954         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7955         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7956
7957         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7958         group variables.
7959
7960 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7961
7962         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7963
7964         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7965         (nnrss-save-group-data): Ditto.
7966
7967         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7968
7969 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * message.el (message-do-send-housekeeping): Narrow to headers.
7972
7973 2001-06-24  Simon Josefsson  <jas@extundo.com>
7974
7975         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7976         insertion when breaking lines looked for " \t" instead of "[ \t]".
7977         (rfc2047-encode-message-header): Fold lines even if
7978         no QP encoding is done.
7979
7980 2001-06-23  Simon Josefsson  <jas@extundo.com>
7981         From Samuel Tardieu <sam@inf.enst.fr>
7982
7983         * smime.el (smime-keys): Support additional certificates.
7984         (smime-make-certfiles): New function.
7985         (smime-sign-region): Use previous variables.
7986         (smime-get-certfiles): New function.
7987         (smime-sign-buffer): Use it.
7988         (smime-verify-region): Support both CAfile and CApath.
7989
7990 2001-06-23  Simon Josefsson  <jas@extundo.com>
7991
7992         * smime.el (smime-decrypt-region): Perhaps work.
7993
7994 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7995
7996         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7997
7998 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7999
8000         * mm-decode.el (mm-save-part): Rewrite file name.
8001         (mm-file-name-rewrite-functions): New variable.
8002         (mm-file-name-delete-whitespace): New function.
8003         (mm-file-name-trim-whitespace): New function.
8004         (mm-file-name-collapse-whitespace): New function.
8005         (mm-file-name-replace-whitespace): New variable and function.
8006
8007 2001-06-22  Simon Josefsson  <jas@extundo.com>
8008
8009         * message.el (message-make-date): Workaround locale for weekdays.
8010
8011 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * message.el (message-goto-body): Return nil if not found. (revert!)
8014
8015 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016         From Fremlin <chief@bandits.org>
8017
8018         * message.el (message-goto-body): Some messages have no header.
8019
8020         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8021
8022 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8023
8024         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8025
8026 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * message.el (message-make-date): Add week day.
8029         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8030
8031 2001-06-19  Simon Josefsson  <jas@extundo.com>
8032
8033         * message.el (message-yank-prefix): Doc fix.
8034         (message-yank-cited-prefix): Ditto.
8035         (message-delete-not-region): Keep citation prefix on first line,
8036         if possible and appropriate.
8037
8038 2001-06-19  Simon Josefsson  <jas@extundo.com>
8039
8040         * imap.el (imap-process-connection-type): New variable.
8041         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8042         recent `imtest's work completely (no line length issues), while
8043         making making old `imtest's unusable.  Thanks to NAGY Andras
8044         <nagya@inf.elte.hu> for his work.
8045
8046 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8047
8048         * imap.el (imap-ssl-program): Add -quiet to shut up
8049         OpenSSL/SSLeay's internal debug talk.
8050
8051 2001-06-19  Matt Armstrong  <matt@lickey.com>
8052
8053         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8054         server.
8055
8056 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8057
8058         * nnmail.el (nnmail-article-buffer): New variable.
8059         (nnmail-split-incoming): Use it.
8060
8061 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8062
8063         * qp.el (quoted-printable-decode-region): If called interactively,
8064         use coding-system-for-read.
8065
8066 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8067
8068         * message.el (message-check-news-header-syntax): Check Reply-To.
8069
8070 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8071
8072         * mml.el (mml-parse-1): Use message options.
8073
8074         * message.el (message-do-fcc): Don't do anything if there is no
8075         FCC.
8076
8077 2001-06-16  Simon Josefsson  <jas@extundo.com>
8078
8079         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8080         (nnimap-expunge-search-string): New variable.
8081         (nnimap-request-expire-articles): Use it.
8082
8083 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * message.el (message-send-mail-with-qmail): wrong exit status is
8086         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8087
8088 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * gnus-art.el (article-strip-multiple-blank-lines): Use
8091         delete-region instead of replace-match.
8092
8093 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8096         (nnweb-google-wash-article): Ditto.
8097
8098 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8099
8100         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8101
8102 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8105         specs.
8106
8107 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * gnus.el (gnus-email-address): Move it here.
8110
8111         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8112         requested.
8113         (article-de-base64-unreadable): Ditto.
8114         (article-wash-html): Ditto.
8115
8116 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * message.el (message-options-set-recipient): Don't add ", "
8119         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8120
8121 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8124
8125 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8128         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8129
8130         * nnrss.el (nnrss-node-text): Node might be nil.
8131
8132 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8135         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8136
8137         * nnrss.el (nnrss-group-alist): More items.
8138
8139 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8140
8141         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8142
8143 2001-06-03  Dale Hagglund  <rdh@best.com>
8144
8145         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8146         restrict clauses.
8147
8148 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         From Benjamin Rutt <brutt+news@bloomington.in.us>
8151
8152         * message.el (message-wide-reply-confirm-recipients): New variable.
8153
8154 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8155         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8156
8157         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8158         fix so it works with XEmacs.
8159
8160 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8161
8162         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8163         headers.
8164
8165 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8166
8167         * nnrss.el: Fix a few bugs.
8168
8169 2001-06-05  Simon Josefsson  <jas@extundo.com>
8170
8171         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8172         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8173
8174 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8175
8176         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8177         binary so that we don't transmit ISO 2022 garbage to the process.
8178         This is needed under XEmacs.
8179
8180 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8181
8182         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8183         autoloaded incorrectly below because ssl-program-* is bound.)
8184         Thanks to Amos Gouaux for report.
8185
8186 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8187
8188         * imap.el (imap-kerberos4-open):
8189         (imap-gssapi-open):
8190         (imap-ssl-open):
8191         (imap-network-open):
8192         (imap-shell-open):
8193         (imap-starttls-open): Set buffer to workaround spurious
8194         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8195         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8196         Colman <colman@ppllc.com> for report.
8197
8198 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * gnus-sum.el (gnus-summary-catchup): New argument.
8201         (gnus-summary-catchup-from-here): New function.
8202
8203 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8204
8205         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8206         back, then insert glyph.  (Before, the glyph was inserted first,
8207         then the newline.)  This works around a behavior in XEmacs where
8208         it is not possible to insert a character after a glyph which is at
8209         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8210
8211 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8212
8213         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8214
8215         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8216         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8217         mm-destroy-postponed-undisplay-list): New functions.
8218         (mm-display-external): Use them.
8219
8220 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8221
8222         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8223         `default-low' when evaluating `gnus-summary-highlight'.
8224         From Raja R Harinath <harinath@cs.umn.edu>.
8225
8226 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8227
8228         * message.el (message-yank-cited-prefix): New variable.
8229         (message-indent-citation): Use it.
8230
8231         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8232         as details.
8233         (mml2015-mailcrypt-clear-verify): Ditto.
8234
8235 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8236         From Nevin Kapur <nevin@jhu.edu>.
8237
8238         * gnus-sum.el (gnus-summary-default-high-score,
8239         gnus-summary-default-low-score): New variables.
8240         (gnus-summary-highlight): Use them.
8241
8242 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8243
8244         * message.el (message-mail): pass the 'send-actions argument to
8245         `message-setup'.
8246
8247 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8248         From Raymond Scholz <ray-2001@zonix.de>
8249
8250         * gnus-art.el (gnus-mime-view-part-as-charset):
8251         (gnus-mime-internalize-part): Doc fixes.
8252
8253 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8254
8255         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8256         status lines without any text ("^215$").
8257
8258 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * nnrss.el (nnrss-check-group): Reverse.
8261
8262 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8263
8264         * message.el (message-get-reply-headers):
8265         (message-followup): Fix typo, suggested by David Green
8266         <dgreen@uab.edu>
8267
8268 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8271
8272         * nnrss.el (nnrss-open-server): Read server data when it is called.
8273         (nnrss-request-expire-articles): Fix.
8274
8275 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * message.el (message-do-send-housekeeping): mail-abbrevs may
8278         rename buffer behind Gnus.
8279
8280 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8283         (nnrss-group-alist): Add more resources.
8284         (nnrss-check-group): Ignore errors.
8285
8286 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287
8288         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8289
8290         * nnslashdot.el (nnslashdot-request-list): Add time.
8291         (nnslashdot-request-expire-articles): New function.
8292
8293         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8294         secondary methods too.
8295
8296 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8297
8298         * message.el (message-use-followup-to): Set default value to t.
8299
8300 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8301
8302         * message.el (message-dont-reply-to-names): Fix documentation.
8303         (message-get-reply-headers): Use Mail-Followup-To only for wide
8304         replies.
8305
8306 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8307
8308         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8309         correctly.
8310         (nnrss-check-group): Use time.
8311
8312 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8313
8314         * gnus.el: Oort Gnus v0.03 is released.
8315
8316 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8319         group.
8320
8321 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8324
8325 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * nnultimate.el (nnultimate-retrieve-headers): Return all
8328         available headers.
8329
8330         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8331         (gnus-get-newsgroup-headers-xover): Use it.
8332
8333 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8336
8337 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8338
8339         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8340
8341 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8344         disable it.
8345
8346         * gnus.el (gnus-info-nodes): Remove a few The's.
8347
8348 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8349
8350         * mail-source.el (mail-source-movemail): Call-process may return a
8351         signal description string.
8352
8353         * gnus-start.el (gnus-read-newsrc-el-file):
8354         gnus-newsrc-file-version may be nil.
8355
8356         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8357         Suggested by Michael Sperber [Mr. Preprocessor]
8358         <sperber@informatik.uni-tuebingen.de>.
8359
8360 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8361
8362         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8363
8364 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8365
8366         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8367         fontify HANDLE.
8368
8369 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8370
8371         * smime.el (smime-ask-passphrase): Rework to return value.
8372         (smime-sign-region): Rework to bind value and use it.
8373         (smime-decrypt-region): Ditto.
8374
8375 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8376         Committed by Simon Josefsson  <simon@josefsson.org>
8377
8378         * smime.el (smime-ask-passphrase): New function.
8379         (smime-sign-region): Use it.
8380         (smime-encrypt-cipher): New variable.
8381         (smime-decrypt-region): Ditto.
8382
8383 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8384         Committed by Simon Josefsson  <simon@josefsson.org>
8385
8386         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8387         the log.
8388
8389 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8390
8391         *gnus.el: Oort Gnus v0.02 is released.
8392
8393 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8394
8395         * gnus.el: Oort Gnus v0.01 is released.
8396
8397 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * gnus-sum.el (gnus-summary-highlight): Highlight read
8400         undownloaded articles as read articles.
8401
8402         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8403         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8404         articles, even read ones, as such.
8405
8406         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8407         (gnus-find-matching-articles): New function.
8408         (gnus-summary-limit-include-matching-articles): New command.
8409         (gnus-summary-limit-include-thread): Include articles that have
8410         matching subjects.
8411         (gnus-offer-save-summaries): Clean up.
8412
8413 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8414
8415         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8416
8417 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8418         From Jason Merrill <jason_merrill@redhat.com>
8419
8420         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8421
8422 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8423         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8424
8425         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8426         newsgroup names when the original article is a news message.
8427
8428 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8431         supported. Suggest by Jim Meyering <jim@meyering.net>.
8432
8433 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8434         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8435
8436         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8437         regexp in nnmail-split-fancy.
8438
8439 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8440
8441         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8442
8443 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8444
8445         * message.el (message-send-mail): Improve the interaction with the
8446         user.
8447
8448 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8449
8450         * imap.el (imap-message-copy): Work around buggy servers that
8451         doesn't send TRYCREATE tags.
8452
8453 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8456
8457 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8460         date.
8461
8462 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8465         lives.
8466
8467 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * gnus-art.el (gnus-parse-news-url): New function.
8470         (gnus-button-handle-news): New function.
8471         (gnus-button-alist): Point to new functions.
8472
8473         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8474
8475         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8476         gnus-format-specs.
8477
8478         * message.el (message-check-news-header-syntax): Question even
8479         when Gnus doesn't know the group names.
8480         (message-send-news): Clean up.
8481
8482         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8483         exited on purpose without saving.
8484
8485         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8486
8487 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * gnus-score.el (gnus-score-orphans): Clean up.
8490
8491         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8492
8493         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8494         later.
8495
8496         * gnus-start.el (gnus-close-all-servers): Find the right items to
8497         close.
8498
8499         * qp.el (quoted-printable-decode-region): Just message
8500         malformation; don't quit.
8501
8502 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8503         From Gerd Moellmann <gerd@gnu.org>.
8504
8505         * gnus.el (gnus-interactive): A typo.
8506
8507 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8508         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8509
8510         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8511         `assq-delete-all', if that function exists; otherwise use the old
8512         definition. Documentation changed to match the one in
8513         `assq-delete-all'.
8514
8515 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * gnus-start.el (gnus-close-all-servers): New function.
8518
8519         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8520         (gnus-server-remove-denials): Clean up.
8521
8522         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8523         keystroke.
8524
8525 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * message.el (message-send-news): Message where we are sending.
8528         (message-send-mail): Ditto.
8529
8530         * gnus.el (gnus-server-string): New function.
8531
8532         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8533
8534         * mm-decode.el (mm-default-directory): Customized.
8535         (mm-tmp-directory): Ditto.
8536
8537         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8538         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8539         or Chars.
8540         (gnus-summary-line-format-alist): ?l is now a string.
8541         (gnus-summary-prepare-threads): Output ? for unknown lines.
8542         (gnus-summary-insert-line): Ditto.
8543         (gnus-summary-print-article): Unbalanced parentheses.
8544
8545         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8546         out whether new stuff has arrived.
8547
8548 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8549
8550         * gnus-sum.el: Let printing work on ttys on Emacs.
8551
8552 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8555         when forcing news.
8556
8557         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8558         command.
8559
8560 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8561
8562         * message.el (message-set-auto-save-file-name): Don't use
8563         asterisks under nt.
8564
8565 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8568         lists of articles.
8569
8570         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8571
8572         * gnus-msg.el (gnus-put-message): Clean up.
8573         (gnus-summary-reply): Mark all replied-to articles as replied to.
8574         (gnus-inews-add-send-actions): Also mark as forwarded.
8575         (gnus-summary-mail-forward): Mark as forwarded.
8576
8577         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8578         of articles.
8579         (gnus-summary-mark-article-as-forwarded): Ditto.
8580
8581         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8582         forwarded.
8583         (gnus-summary-mail-forward): Clean up.
8584
8585         * gnus.el (gnus-article-mark-lists): Added forward.
8586
8587         * gnus-sum.el (gnus-forwarded-mark): New variable.
8588         (gnus-summary-prepare-threads): Use it.
8589         (gnus-summary-update-secondary-mark): Ditto.
8590         (gnus-newsgroup-forwarded): New variable.
8591
8592 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8595         (gnus-summary-very-wide-reply): New command and keystroke.
8596         (gnus-summary-very-wide-reply-with-original): Ditto.
8597
8598         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8599         (gnus-score-adaptive): Use it.
8600
8601         * gnus-start.el (gnus-get-unread-articles): Clean up.
8602
8603 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8606         boards.
8607
8608 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8609
8610         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8611         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8612
8613 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * nnultimate.el (nnultimate-retrieve-headers): Understand
8616         long-form month names.
8617
8618 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * gnus-sum.el (gnus-summary-show-all-headers):
8621         gnus-article-show-all-headers is broken. Use
8622         gnus-summary-toggle-header instead.
8623
8624         * mml2015.el (mml2015-gpg-extract-from): No error.
8625
8626 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8627         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8628
8629         * mml2015.el (mml2015-gpg-extract-from): New function.
8630         (mml2015-gpg-verify): Use it.
8631         (mml2015-gpg-clear-verify): Use it.
8632
8633 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * message.el (message-setup-fill-variables): Use
8636         fill-paragraph-function.
8637         (message-fill-paragraph): Take an argument.
8638         (message-newline-and-reformat): Take another argument.
8639
8640 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8641
8642         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8643
8644 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8645
8646         * message.el (message-forward): local-variable-p takes an extra
8647         argument in XEmacs.
8648
8649 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8650
8651         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8652         `nnimap-use-nov-p' (it really tested the negative).
8653         (nnimap-retrieve-headers): Use it.
8654
8655 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8656
8657         * message.el (message-generate-headers-first): Update doc.
8658
8659 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8660
8661         * gnus.el (gnus-summary-line-format): Typo.
8662
8663 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8664
8665         * mailcap.el (mailcap-mime-data): Add application/sieve.
8666         (mailcap-mime-extensions): Add .siv, .xls.
8667
8668 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669         From Christoph Conrad <christoph.conrad@gmx.de>
8670
8671         * gnus-score.el (gnus-summary-lower-thread): Typo.
8672
8673 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * message.el (message-forward-decoded-p): New variable.
8676         (message-forward-subject-author-subject): Use it.
8677         (message-make-forward-subject): Use it.
8678         (message-forward): Use it.
8679
8680         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8681
8682         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8683         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8684
8685 ;;Has been fixed -- zsh.
8686 ;;2001-03-05  Dave Love  <fx@gnu.org>
8687 ;;
8688 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8689 ;;      Move it after definition of mm-coding-system-p.
8690 ;;
8691 2001-03-01  Dave Love  <fx@gnu.org>
8692
8693         * mm-util.el (mm-inhibit-file-name-handlers): Add
8694         image-file-handler.
8695
8696 2001-02-11  Dave Love  <fx@gnu.org>
8697
8698         * message.el (message-signature-file): Fix doc, :type.
8699
8700 2001-02-08  Dave Love  <fx@gnu.org>
8701
8702         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8703         (message-posting-charset): Defvar when compiling again.
8704         (rfc2047-encodable-p): Require message.
8705
8706         * gnus-sum.el (gnus-alter-articles-to-read-function):
8707         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8708
8709 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * nnrss.el: New file.
8712
8713 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8714         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8717         `skip-chars-forward'.
8718
8719 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * nndraft.el (nndraft-request-group): Restore auto save files if
8722         the original files do not exist.
8723
8724 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8727         SCORE paths.
8728
8729         * mm-decode.el (mm-dissect-buffer): Call
8730         mail-extract-address-components only if necessary.
8731
8732 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8735         directory part.
8736         (gnus-score-search-global-directories): Use file-directory-p.
8737
8738         * gnus-score.el (gnus-score-score-files-1): Use
8739         gnus-kill-files-directory.
8740         From Adrian Aichner <adrian@xemacs.org>.
8741
8742 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * gnus.el (charset): Move here from gnus-sum.el.
8745
8746 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * mml.el (mml-preview): Disable local map.
8749
8750         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8751         gnus-article-post-menu here.
8752
8753         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8754         if it has not been made.
8755
8756 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus-art.el (gnus-article-describe-key): Map key to event.
8759         (gnus-article-describe-key-briefly): Ditto
8760
8761 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8764
8765 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766         From Katsumi Yamaoka <yamaoka@jpl.org>.
8767
8768         * dgnushack.el (coerce, merge, subseq): defmacro.
8769
8770 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8771
8772         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8773         A fake defalias in nndraft.el results a not-activated bug in
8774         uncompiled versions.
8775
8776 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8777         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * gnus-util.el (gnus-split-references): Handle malformed References:.
8780
8781 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8784
8785 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8786         From NAGY Andras <nagya@inf.elte.hu>.
8787
8788         * gnus.el (gnus-parameters): Typo.
8789
8790 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * gnus.el (gnus-read-method): Remove redundancy.
8793
8794 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8795
8796         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8797         (nnslashdot-request-list): Use it.
8798
8799 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8800
8801         * nnml.el (nnml-generate-active-info): Fix the case when there is
8802         no file.
8803
8804         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8805         (gnus-summary-create-article): New function.
8806
8807         * gnus-group.el (gnus-group-mark-article-read): New function.
8808
8809         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8810
8811         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8812
8813 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * gnus-art.el (gnus-article-edit-done): Don't use
8816         gnus-article-edit-exit.
8817         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8818
8819         * gnus.el (gnus-parameters): New variable.
8820         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8821         (gnus-parameters-get-parameter): New function.
8822         (gnus-group-find-parameter): Use it.
8823
8824 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8825
8826         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8827         change of default value to `current'.
8828
8829 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8830
8831         * nneething.el (nneething-get-head): Insert unreadable file too.
8832
8833 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8834
8835         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8836
8837         * webmail.el (webmail-type-definition): Deja is bought by google.
8838
8839 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * gnus-sum.el (gnus-fetch-headers): New function.
8842         (gnus-select-newsgroup): Use it.
8843         (gnus-summary-insert-articles): New function.
8844         (gnus-summary-insert-old-articles): New function.
8845         (gnus-summary-insert-new-articles): New function.
8846
8847         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8848         (gnus-group-list-active): Ditto.
8849         * gnus-sum.el (gnus-set-mode-line): Ditto.
8850         (gnus-summary-read-group-1): Ditto.
8851
8852 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8853
8854         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8855         current topic.
8856
8857 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * smiley.el (gnus-smiley-display): Don't do widening.
8860
8861         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8862         within body.
8863
8864         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8865
8866         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8867         New variable.
8868         (gnus-mime-display-multipart-related-as-mixed): New variable.
8869         (gnus-mime-display-part): Use them.
8870
8871 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8874         something special.
8875
8876 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8879         (nnweb-request-article): Call reference if exists.
8880         (nnweb-type-definition): Dejanews is bought by google.com.
8881         Beta!
8882
8883 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8884
8885         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8886
8887 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8888
8889         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8890         gnus-article-sort-functions.
8891         (gnus-article-sort-functions): Doc fix.  Refer to
8892         gnus-thread-sort-functions.
8893
8894 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895         From Paul Jarc <prj@po.cwru.edu>.
8896
8897         * message.el (message-get-reply-headers): More fixes.
8898
8899 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8900         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8901
8902         * message.el (message-get-reply-headers): Fix bug with
8903         Mail-Followup-To/to-address interaction.
8904
8905 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8906
8907         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8908         gnus-article-copy.
8909
8910 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * message.el (message-do-send-housekeeping): Rename to a better
8913         name.
8914
8915 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * message.el (message-cancel-news): Check article first, then ask
8918         yes or no.
8919
8920 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8923
8924 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus-range.el (gnus-range-normalize): New function.
8927
8928 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8929
8930         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8931
8932 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8935
8936         * nnagent.el (nnagent-request-regenerate): New function.
8937
8938         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8939
8940         * nnml.el (nnml-generate-nov-databases): Accept argument
8941         server. Don't open server if it is opened.
8942         (nnml-request-regenerate): Use it. Change to deffoo.
8943
8944 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8945         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * gnus.el (gnus-define-group-parameter): Fix.
8948
8949 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * gnus.el (gnus-define-group-parameter): Improved.
8952
8953         * gnus-sum.el (charset): Define parameter.
8954         (ignored-charsets): Ditto.
8955         (gnus-summary-setup-default-charset): Use them.
8956
8957         * gnus-start.el (gnus-read-descriptions-file): Use them.
8958
8959         * gnus-cus.el (gnus-group-parameters): Remove them.
8960
8961 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8964
8965 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * gnus-sum.el (gnus-summary-read-group-1): Remove
8968         gnus-summary-set-local-parameters.
8969         (gnus-summary-setup-buffer): Put it here.
8970
8971 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8972
8973         * gnus.el (to-address): Define parameter.
8974         (to-list): Ditto.
8975         * gnus-art.el (article-hide-boring-headers): Use them.
8976         * gnus-msg.el (gnus-post-news): Ditto.
8977         * gnus-cus.el (gnus-group-parameters): Remove them.
8978
8979 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8980
8981         * gnus-draft.el (gnus-draft-reminder): New function.
8982
8983         * gnus-art.el (gnus-sender-save-name): New function.
8984
8985 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * mm-util.el (mm-mime-charset): Error message.
8988
8989 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * message.el (message-check-news-body-syntax): Don't check mml lines.
8992
8993 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8994
8995         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8996         subscribe.
8997
8998         * gnus-start.el (gnus-call-subscribe-functions): New function.
8999         (gnus-find-new-newsgroups): Use it.
9000         (gnus-ask-server-for-new-groups): Use it.
9001         (gnus-check-first-time-used): Use it.
9002         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9003         (gnus-subscribe-options-newsgroup-method): Ditto.
9004         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9005         return .
9006
9007 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9008
9009         * gnus-cus.el (gnus-score-customize): Doc fix.
9010
9011 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9012
9013         * dgnushack.el (my-getenv): Typo.
9014
9015 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9018
9019 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9020
9021         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9022
9023         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9024         (gnus-treatment-function-alist): Use it.
9025         (article-remove-leading-whitespace): New function.
9026         (gnus-article-make-menu-bar): Use it.
9027
9028         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9029         remove-leading-whitespace.
9030         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9031         because of conflict.
9032
9033 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * Makefile.in: Hack generating gnus-load.el.
9036         * dgnushack.el: Ditto.
9037         * gnus-load.el: Remove it.
9038
9039 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         * dgnushack.el : Add URLDIR.
9042
9043         * Makefile.in (EMACS_COMP): Ditto.
9044
9045 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * gnus-cus.el (gnus-score-customize): Error on no score file.
9048
9049 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * mm-decode.el (mm-merge-handles): New function.
9052
9053         * mm-view.el (mm-inline-message): Use it.
9054         (mm-view-message): Ditto.
9055
9056         * mm-partial.el (mm-inline-partial): Ditto.
9057
9058         * mm-extern.el (mm-inline-external-body): Ditto.
9059
9060         * gnus-art.el (gnus-mime-view-part): Ditto.
9061         (gnus-mime-view-part-as-type): Ditto.
9062         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9063         cases.
9064
9065 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9066
9067         * message.el (message-cancel-news): Allow to shoot foot.
9068         (message-supersede): Ditto.
9069
9070 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9071
9072         * gnus-sum.el (gnus-simplify-subject-re): Use
9073         message-subject-re-regexp.
9074
9075 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9076
9077         * nnmail.el (nnmail-expiry-target-group): Bind
9078         nnmail-cache-accepted-message-ids to nil.
9079
9080         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9081         coding system.
9082
9083 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9084
9085         * qp.el (quoted-printable-encode-region): Make sure characters are
9086         between 00 and FF.  Don't check charset.
9087
9088         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9089         in Emacs 20.
9090         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9091
9092 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * message.el (message-make-forward-subject): Argument decoded.
9095         (message-forward): Use it when digest.
9096
9097         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9098         buffer.
9099
9100 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9101
9102         * message.el (message-generate-headers-first): Doc fix.
9103
9104 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * gnus-art.el (article-make-date-line): Error proof.
9107
9108 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * gnus-group.el (gnus-group-listing-limit): New variable.
9111         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9112
9113         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9114
9115 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * message.el (message-newline-and-reformat): Special case for
9118         breaking at BOL.
9119
9120 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9121
9122         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9123         message/rfc822.
9124
9125 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * message.el (message-encode-message-body): Don't insert
9128         Content-Type if it is inside a mail.
9129
9130 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9133         gnus-article-commands-menu.
9134
9135         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9136         in Emacs.
9137
9138         * gnus-start.el (gnus-read-descriptions-file): Use
9139         gnus-group-name-charset and gnus-group-charset-alist.
9140
9141 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9142
9143         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9144         active region.
9145
9146         * gnus-start.el (gnus-group-change-level): Remove from both
9147         gnus-zombie-list and gnus-killed-list.
9148
9149 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9150
9151         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9152         gnus-subscribe-topics.
9153
9154         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9155
9156 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * gnus-art.el (gnus-article-make-menu-bar): Make
9159         gnus-article-post-menu.
9160
9161         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9162
9163         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9164
9165         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9166
9167         * message.el (message-mode-menu): Ditto.
9168
9169         * gnus-art.el (defvar): eval-when-compile.
9170
9171 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9172
9173         * gnus-agent.el (gnus-agentize): Fix doc.
9174
9175 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9176
9177         * mml.el (mml-preview): Bind `q'.
9178
9179 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9180
9181         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9182
9183 2001-01-31  Dave Love  <fx@gnu.org>
9184
9185         * mm-util.el (mm-mime-mule-charset-alist)
9186         (mm-find-mime-charset-region): Consider mule-utf-8.
9187
9188 2001-01-31  Dave Love  <fx@gnu.org>
9189
9190         * gnus-art.el (gnus-article-x-face-command)
9191         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9192         :version.
9193
9194 2001-01-26  Dave Love  <fx@gnu.org>
9195
9196         * mm-util.el (mm-multibyte-string-p): New.
9197
9198 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9199 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9200 ;;      string-as-multibyte on class.  Clarify line-folding.
9201         (quoted-printable-encode-string): Make temp buffer inherit
9202         string's multibyteness.
9203
9204 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9205
9206         * nnheader.el (toplevel): Don't require `gnus-util' at
9207         compile-time; this creates a circular dependency, and prevents
9208         a bootstrap.
9209
9210 2001-01-22  Andreas Schwab  <schwab@suse.de>
9211
9212         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9213
9214 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9215
9216         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9217
9218         * gnus-art.el (article-hide-list-identifiers): Ditto.
9219
9220         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9221
9222 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9225
9226         * gnus-art.el (article-hide-list-identifiers): Similar.
9227
9228 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9229
9230         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9231
9232 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9235
9236 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9237
9238         * gnus-util.el (gnus-string-equal): New function.
9239
9240         * gnus-art.el (article-hide-boring-headers): Use it.
9241
9242 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9243
9244         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9245
9246 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9249
9250 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9253         command if there is not last-saver.
9254
9255 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9256
9257         * nntp.el (nntp-open-connection): 201 is possible.
9258
9259 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9262         (rfc2047-charset-encoding-alist): Add big5.
9263
9264 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9265
9266         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9267         (gnus-agent-remove-server): Ditto.
9268         (autoload): gnus-server-update-server.
9269
9270         * gnus-srvr.el (gnus-server-line-format): Add %a.
9271         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9272         (gnus-server-insert-server-line): Use it.
9273
9274 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9275
9276         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9277         GB2312 and Big5.
9278
9279 2001-01-24  Simon Josefsson  <sj@extundo.com>
9280
9281         * mail-source.el (mail-sources): Add :program specifier to IMAP
9282         mail source.
9283         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9284
9285 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9286
9287         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9288
9289 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * nntp.el (nntp-wait-for): Return the success code.
9292         (nntp-open-connection): Use it.
9293
9294 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9297
9298 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9301
9302 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9305         argument. Allow to print several articles in one file.
9306
9307 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * webmail.el (webmail-type-definition): netaddress changes.
9310
9311 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9312
9313         * gnus.el: Fix copyright. Remove trailing spaces.
9314
9315         * message.el (message-forward): Use mule4.
9316
9317 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9318
9319         * mm-util.el (mm-string-as-unibyte): New function.
9320
9321         * message.el (message-forward): Use it.
9322
9323 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * message.el (message-cite-original-without-signature): Don't peel
9326         off the blank line.
9327         (message-get-reply-headers): Add Cc if it is not in follow-to.
9328
9329 2001-01-20  Simon Josefsson  <sj@extundo.com>
9330
9331         * mm-decode.el (mm-handle-multipart-from): Add.
9332         (mm-dissect-buffer): Save From: header value.
9333         (mm-security-from): Remove.
9334         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9335
9336         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9337         instead of `mml-security-from'.  Protect null from value.
9338
9339 2001-01-20  Simon Josefsson  <sj@extundo.com>
9340
9341         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9342         application/vnd.ms-excel attachments.
9343
9344 2001-01-19  Simon Josefsson  <sj@extundo.com>
9345
9346         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9347
9348 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * message.el (message-ignored-mail-headers): Ditto.
9351
9352 2001-01-19  Simon Josefsson  <sj@extundo.com>
9353
9354         * message.el (message-ignored-news-headers): Only search beginning
9355         of line.
9356
9357 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9358
9359         * message.el (message-send-mail): Content-Type may not be there.
9360
9361 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9364         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9365
9366         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9367         not.
9368
9369 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9372         non-native groups.
9373
9374 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * message.el (message-yank-original): Understand
9377         universal-argument.
9378
9379 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9380
9381         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9382         (article-hide-boring-headers): Ditto.
9383
9384         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9385
9386 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9389         one.
9390
9391 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9392
9393         * message.el (message-make-in-reply-to): Add comment to message-id
9394         (old syntax, see 2000-08-02 change).
9395
9396 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9399         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9400         (gnus-button-reply): Ditto.
9401
9402 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (article-display-x-face): Fix.
9405
9406 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * gnus-art.el (article-display-x-face): Use
9409         gnus-original-article-buffer.
9410
9411 2001-01-15  Jack Twilley  <jmt@tbe.net>
9412
9413         * message.el (message-add-header): Move to point-max.
9414
9415 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9416
9417         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9418         nil, improve documentation.
9419         (smime-certificate-directory): Comment out false hints (until it
9420         is implemented).
9421
9422         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9423         there aren't any keys.
9424         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9425         verify certificate.  Default is changed to only check integrity.
9426         Improved security status texts.  If a certificate doesn't contain
9427         a email address, don't fail.
9428
9429         * smime.el (smime-noverify-region):
9430         (smime-noverify-buffer): New functions.  Verifies integrity only.
9431
9432 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9433
9434         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9435
9436 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9437
9438         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9439         (gnus-remove-some-windows): Ditto.
9440
9441 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9442
9443         * gnus-art.el (article-make-date-line): 11th.
9444
9445 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9448         (mml2015-gpg-sign): Ditto.
9449
9450 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451
9452         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9453         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9454
9455 2001-01-08  Dave Love  <fx@gnu.org>
9456
9457         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9458         single character.
9459
9460         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9461
9462         * message.el: Doc and message fixes.
9463         (message-send-rename-function)
9464         (message-make-forward-subject-function)
9465         (message-send-mail-function, message-reply-to-function)
9466         (message-wide-reply-to-function, message-followup-to-function)
9467         (message-distribution-function, message-auto-save-directory): Fix
9468         :type.
9469
9470         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9471         proceeding after warnings.  Amend multipart warning message.
9472
9473 2001-01-04  Dave Love  <fx@gnu.org>
9474
9475         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9476         compiling.
9477         (gnus-make-directory): Require nnmail.
9478
9479         * mm-decode.el (mm-inline-media-tests): Add
9480         image/x-portable-bitmap.
9481         (mm-get-image): Grok pbm.
9482
9483 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9484
9485         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9486
9487 2001-01-09  Didier Verna  <didier@xemacs.org>
9488
9489         * dgnushack.el (dgnushack-compile): give a dummy value to
9490         `gnus-xmas-glyph-directory' for the time of compilation.
9491         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9492         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9493         * gnus-art.el: ditto.
9494         * gnus-group.el: ditto.
9495         * gnus-salt.el: ditto.
9496         * gnus-sum.el: ditto.
9497         * gnus-topic.el: ditto.
9498         * gnus-xmas.el (gnus-xmas-define): see above.
9499         * gnus-xmas.el (gnus-xmas-redefine): see above.
9500         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9501         non-continuable error when the directory can't be found.
9502
9503 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9504
9505         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9506         handle.
9507         * gnus-art.el (gnus-mime-view-part): Copy it.
9508         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9509
9510 2001-01-09  Michael Downes  <mjd@ams.org>
9511
9512         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9513
9514 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9517         orig-file. Use ',source.
9518
9519 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9522         (gnus-xmas-group-startup-message):
9523         Detect gnus-xmas-glyph-directory when it is nil.
9524
9525 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * pop3.el (pop3-get-message-count): Andrew Innes
9528         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9529
9530 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9533
9534         * time-date.el (time-to-number-of-days): New function.
9535
9536 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9537
9538         * nnslashdot.el (nnslashdot-request-list): Always get the right
9539         sid.
9540
9541 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * message.el (message-minibuffer-local-map): New keymap.
9544         (message-read-from-minibuffer): Use it.
9545         * gnus-msg.el (gnus-summary-resend-message): Use it
9546
9547 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9548
9549         * gnus-start.el (gnus-display-time-event-handler): New function.
9550         (gnus-after-getting-new-news-hook): Use it.
9551
9552 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * message.el (message-ignored-mail-headers): Add draft header.
9555
9556 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9559         excursion.
9560
9561         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9562
9563 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9564
9565         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9566
9567 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * qp.el (quoted-printable-decode-region): Don't backward-char.
9570
9571 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-draft.el: Mark articles as replied.
9574
9575         * gnus-sum.el (gnus-summary-add-mark): New function.
9576
9577         * gnus-group.el (gnus-add-mark): New function.
9578
9579         * gnus-sum.el (gnus-summary-buffer-name): New function.
9580         (gnus-summary-setup-buffer): Use it.
9581
9582         * gnus-draft.el: Set things up with the right post method and
9583         stuff.
9584
9585         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9586
9587         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9588
9589         * gnus.el (gnus-draft-meta-information-header): New variable.
9590
9591 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus-art.el (gnus-treatment-function-alist): Move the date
9594         functions before the header sorting functions.
9595
9596         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9597
9598         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9599         Don't (push "/usr/share/emacs/site-lisp" load-path).
9600
9601         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9602         to empty fill prefixes.
9603
9604 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9607         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9608
9609 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610
9611         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9612
9613         * nnml.el (autoload): Move to nnheader.el.
9614
9615         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9616         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9617         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9618         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9619
9620 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-art.el (article-make-date-line): Get the hours right.
9623         (gnus-ignored-headers): More hiding.
9624
9625         * nnmail.el (nnmail-expiry-wait): Not an integer.
9626
9627         * message.el (message-goto-body): Only expand abbrev when called
9628         interactively.
9629         (message-make-lines): Use it.
9630
9631 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9634
9635 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9638         include the expunged articles.
9639
9640         * gnus-group.el (gnus-group-sort-by-server): New function.
9641
9642         * gnus.el (gnus-method-to-server-name): New function.
9643         (gnus-group-prefixed-name): Use it.
9644
9645         * gnus-group.el (gnus-group-sort-function): Doc fix.
9646         (gnus-group-sort-groups-by-server): New command.
9647
9648 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * gnus-art.el (gnus-treat-date-english): New variable.
9651         (article-date-english): New command.
9652         (gnus-english-month-names): New variable.
9653         (article-make-date-line): Do 'english.
9654
9655         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9656         after the fill prefix.
9657
9658         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9659         score...".
9660
9661         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9662
9663         * message.el (message-mode-map): Bind comment-region.
9664
9665         * gnus-art.el (gnus-mime-display-part): Let w3 display
9666         multipart/related.
9667
9668         * mm-bodies.el (mm-long-lines-p): New function.
9669         (mm-body-encoding): Use it.
9670         (mm-body-encoding): Encode articles with lines longer than 1000
9671         characters.
9672
9673 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * mm-util.el (mm-enable-multibyte): Use
9676         default-enable-multibyte-characters.
9677         (mm-enable-multibyte-mule4): Ditto.
9678         (mm-disable-multibyte): Test XEmacs.
9679         (mm-disable-multibyte-mule4): Ditto.
9680         (mm-with-unibyte-current-buffer): Simplified.
9681         (mm-with-unibyte-current-buffer-mule4): Ditto.
9682
9683 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9686
9687         * nnheader.el (nnheader-string-as-multibyte): New alias.
9688
9689         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9690
9691         * gnus-uu.el (gnus-message-process-mark): New function.
9692         (gnus-uu-mark-by-regexp): Use it.
9693         (gnus-new-processable): New function.
9694
9695 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9696
9697         * gnus-sum.el (gnus-no-mark): New variable.
9698
9699 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9702         backslashes.
9703
9704 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9707         definition.
9708
9709 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9710
9711         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9712
9713         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9714         XEmacs.
9715
9716 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9717
9718         * mml.el (mml-read-tag): Save tag location.
9719
9720 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9721
9722         * starttls.el: Sync with Emacs 21.
9723
9724 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * message.el (message-mail): Support yank-action.
9727
9728         * message.el (message-setup): Revoke the last change.
9729
9730 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9733         <jvromans@squirrel.nl>.
9734
9735 2000-12-24  Simon Josefsson  <sj@extundo.com>
9736
9737         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9738         mailing list junk at end of part.
9739
9740 2000-12-23  Simon Josefsson  <sj@extundo.com>
9741
9742         * nnimap.el (nnimap-expiry-target): New function.
9743         (nnimap-request-expire-articles): Use it.
9744
9745 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9746
9747         * gnus.el (gnus-group-parameters-more): New variable.
9748         * gnus-cus.el (gnus-group-customize): Use it.
9749
9750         * gnus.el (gnus-define-group-parameter): New macro.
9751         (auto-expire): Use it
9752         (total-expire): Use it.
9753         * gnus-art.el (banner): Use it.
9754
9755         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9756         <ljz@asfast.com>.
9757
9758 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * gnus-topic.el (gnus-topic-create-topic): Use list.
9761
9762         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9763         before binding gnus-default-article-saver.
9764
9765         * gnus-sum.el (gnus-summary-save-article):
9766         (gnus-summary-pipe-output):
9767         (gnus-summary-save-article-mail):
9768         (gnus-summary-save-article-rmail):
9769         (gnus-summary-save-article-file):
9770         (gnus-summary-write-article-file):
9771         (gnus-summary-save-article-body-file): Ditto.
9772
9773         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9774
9775 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * gnus-art.el (gnus-mime-security-button-map):
9778         (gnus-mime-button-map): Add parent.
9779
9780 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * messagexmas.el (message-xmas-redefine): New function.
9783
9784         * message.el: Use it.
9785
9786         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9787
9788         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9789
9790 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9793         malformatted messages.
9794
9795 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * mm-util.el (mm-image-load-path): New function.
9798
9799         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9800
9801         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9802
9803         * message.el (message-tool-bar-map): Use it.
9804
9805         * Makefile.in (install-el): New rule.
9806
9807 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-art.el (article-treat-dumbquotes): Quote \.
9810
9811 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9814         Emacs 20 runs on a terminal.
9815
9816 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9817
9818         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9819
9820         * mml.el (gnus-add-minor-mode): Autoload.
9821
9822         * message.el (message-forward): Save-restriction.
9823
9824 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9825
9826         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9827         Paul Stevenson <p.stevenson@surrey.ac.uk>
9828
9829 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9832
9833         * mml.el (gnus-ems): Don't require.
9834
9835         * gnus.el (gnus-decode-rfc1522): Removed.
9836         (gnus-set-text-properties): Define.
9837
9838 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9839
9840         * gnus-art.el (gnus-mime-*): handle may be nil.
9841
9842         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9843
9844         * gnus.el (gnus-group-remove-excess-properties): Not defined
9845         in gnus-xmas.
9846
9847 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * message.el (message-mail-user-agent): Add :version.
9850
9851 2000-12-21  Miles Bader  <miles@gnu.org>
9852
9853         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9854
9855 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856
9857         * message.el (message-mail-user-agent): New variable.
9858         (message-setup): Renamed to message-setup-1. Support
9859         mail-user-agent.
9860         (message-mail-user-agent): New function.
9861         (message-mail): Use it.
9862         (message-reply): Use it.
9863         (message-resend): Use it.
9864         (message-mail-other-window): Use it.
9865         (message-mail-other-frame): Use it.
9866
9867         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9868
9869 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * message.el (message-tool-bar-map): Simplify.
9872         (message-narrow-to-head-1): New function.
9873         (message-narrow-to-head): Use it.
9874         (message-reply): Ditto.
9875         (message-cancel-news): Ditto.
9876         (message-supersede): Ditto.
9877         (message-make-forward-subject): Ditto.
9878         (message-bounce): Ditto.
9879
9880 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * uudecode.el (uudecode-decode-region-external): make-temp-file
9883         may not be defined.
9884
9885         * binhex.el (defalias): eval-and-compile.
9886
9887         * message.el (message-tool-bar-map): New function.
9888         (message-mode): Use it.
9889
9890 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * nntp.el (nntp-find-connection): Remove the entry.
9893         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9894
9895 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9896
9897         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9898
9899         * message.el (message-forward): Copy buffer in unibyte mode.
9900
9901 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * message.el (message-make-forward-subject): Don't widen. Decode.
9904         (message-forward): Don't decode subject.
9905
9906 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9907
9908         * qp.el (quoted-printable-encode-region): Upcase QP.
9909
9910 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9913         mail-extract-a-c instead. Don't depend on Gnus.
9914
9915         * mml.el (gnus-ems): Require it.
9916
9917         * gnus-msg.el (gnus-summary-mail-forward):
9918
9919         * message.el (message-forward):  Move mime-to-mml here.
9920
9921 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9924         * gnus-art.el (gnus-insert-mime-button): Simplify.
9925         (gnus-mime-display-alternative): Ditto.
9926         (gnus-insert-mime-security-button): Ditto.
9927
9928 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929
9930         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9931         text-property-not-all doesn't return nil when start=mark(end).
9932         (gnus-remove-text-properties-when): Ditto.
9933
9934 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * gnus-start.el (gnus-group-change-level): Remove group from
9937         gnus-active-hashtb if real killed.
9938
9939 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9940
9941         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9942         (gnus-mime-display-alternative): Ditto.
9943         (gnus-insert-mime-security-button): Ditto.
9944
9945 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * gnus-start.el (gnus-group-change-level): Don't add it into
9948         killed-list if it was killed.
9949
9950 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9951
9952         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9953         (nnmbox-active-file-coding-system): Ditto.
9954
9955         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9956
9957 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958
9959         * gnus.el (gnus-version):
9960         (gnus-version-number): Set to Oort Gnus 0.01.
9961
9962         * gnus-art.el (gnus-mime-security-button-map):
9963         (gnus-insert-mime-security-button): Fix for Emacs21.
9964
9965 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9966
9967         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9968         easymenu, because XEmacs doesn't understand :help.
9969
9970         * mm-uu.el: Require binhex.
9971
9972 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973
9974         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9975
9976 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9979
9980 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9981
9982         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9983
9984 2000-12-18  Dave Love  <fx@gnu.org>
9985
9986         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9987         (unused).
9988
9989 2000-12-13  Miles Bader  <miles@gnu.org>
9990
9991         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9992         to t, so that we don't get stuck while trying to smilefy
9993         intangible text.
9994
9995 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9996
9997         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9998         at the end of the buffer.
9999         (smiley-region): In the loop, move to the end of the submatch
10000         matching the smiley instead of using the end of the match
10001         of the whole regexp.
10002
10003 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10004
10005         * message.el (message-mode): Doc fix.
10006
10007 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10008
10009         * smiley-ems.el (smiley-region): Doc fix.
10010
10011 2000-12-11  Miles Bader  <miles@gnu.org>
10012
10013         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10014         bottom line visible, check to see if it's partially obscured, and
10015         if so, either scroll one more line to make it fully visible, or
10016         revert to showing the second line from the top.
10017
10018 2000-12-07  Dave Love  <fx@gnu.org>
10019
10020         * mailcap.el (mailcap-download-directory)
10021         * gnus-audio.el (gnus-audio-directory)
10022         * smiley-ems.el (smiley-data-directory): Fix :type.
10023
10024 2000-11-30  Dave Love  <fx@gnu.org>
10025
10026         * message.el (message-auto-save-directory): Use
10027         file-name-as-directory.
10028         (message-set-auto-save-file-name): Create
10029         message-auto-save-directory if necessary.
10030         (message-replace-chars-in-string): Removed -- unused.
10031         (message-mail-alias-type): Customize.
10032         (message-headers): Remove duplicate defgroup.
10033
10034 2000-11-29  Dave Love  <fx@gnu.org>
10035
10036         * qp.el (quoted-printable-decode-region): Use error, not message
10037         to report malformed text (like base64).  Amend message.
10038
10039 2000-11-29  Miles Bader  <miles@gnu.org>
10040
10041         * message.el (message-header-lines): Fontify tag.
10042
10043 2000-11-27  Dave Love  <fx@gnu.org>
10044
10045         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10046         compiler warning.
10047
10048 ;2000-11-26  Dave Love  <fx@gnu.org>
10049 ;
10050 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10051 ;
10052 2000-11-23  Dave Love  <fx@gnu.org>
10053
10054         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10055
10056         * mm-uu.el (uudecode): Require.
10057         (uudecode-decode-region, uudecode-decode-region-external): Don't
10058         autoload.
10059         (mm-uu-copy-to-buffer): Doc fix.
10060         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10061         type fix.
10062
10063         * mailcap.el: Doc fixes.
10064         (mailcap-mime-data): Various adjustments.
10065         (mailcap): New group.
10066         (mailcap-download-directory): Customize.
10067         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10068         (mailcap-temporary-directory): Deleted (unused).
10069         (mailcap-unescape-mime-test): Simplify slightly.
10070         (mailcap-viewer-passes-test): Use functionp.
10071         (mailcap-command-p): Aliased to executable-find.
10072
10073         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10074         default-enable-multibyte-characters is nil.
10075
10076 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10077
10078         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10079
10080 2000-11-21  Dave Love  <fx@gnu.org>
10081
10082         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10083         gnus-article-mode-map.
10084 ;       (gnus-mime-button-menu): Use mouse-set-point.
10085         (gnus-insert-mime-button, gnus-mime-display-alternative)
10086         (gnus-mime-display-alternative): Don't use local-map property.
10087
10088 2000-11-17  Dave Love  <fx@gnu.org>
10089
10090         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10091         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10092         and make-temp-file.
10093         (uudecode-decode-region): Doc fix.
10094
10095 2000-11-14  Dave Love  <fx@gnu.org>
10096
10097         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10098         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10099         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10100         New files, derived from the XPMs.
10101
10102 2000-11-10  Dave Love  <fx@gnu.org>
10103
10104         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10105         (gnus-agent-lib-file, gnus-agent-load-alist)
10106         (gnus-agent-save-alist, gnus-agent-article-name): Use
10107         expand-file-name.
10108
10109         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10110         :version.
10111         (nnkiboze-score-file): Defvar when compiling.
10112
10113         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10114
10115         * gnus-art.el (gnus-article-banner-alist)
10116         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10117         (gnus-article-date-lapsed-new-header)
10118         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10119         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10120         (gnus-treat-strip-headers-in-body)
10121         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10122         (gnus-treat-translate): Add :version.
10123         (gnus-article-mime-part-function): Fix defcustom.
10124
10125         * nnmail.el (nnmail-expiry-target)
10126         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10127         (nnmail-split-header-length-limit): Add :version.
10128
10129         * gnus-sum.el (gnus-auto-expirable-marks)
10130         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10131         (gnus-extra-headers, gnus-ignored-from-addresses)
10132         (gnus-newsgroup-ignored-charsets)
10133         (gnus-group-highlight-words-alist)
10134         (gnus-summary-show-article-charset-alist): Add :version.
10135
10136         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10137         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10138         files, converted from the XPMs.
10139
10140         * gnus-cache.el (gnus-cache-active-file): Don't use
10141         file-name-as-directory on directory.
10142         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10143         use file-name-as-directory on directory.
10144
10145         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10146         (date-to-time): Use it.
10147
10148 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10149 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10150 ;       (message-newline-and-reformat): Likewise.
10151         (message-forward-as-mime, message-forward-ignored-headers)
10152         (message-buffer-naming-style, message-default-charset)
10153         (message-dont-reply-to-names, message-send-mail-partially-limit):
10154         Add :version.
10155
10156         * mm-util.el: Doc fixes.
10157         (mm-mime-charset): Don't use the raw result of
10158         mm-preferred-coding-system.
10159         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10160         (mm-with-unibyte): Simplify.
10161
10162         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10163         concat.
10164
10165         * pop3.el (pop3-version): Deleted.
10166         (pop3-make-date): New function, avoiding message-make-date.
10167         (pop3-munge-message-separator): Use it.
10168
10169 2000-11-09  Dave Love  <fx@gnu.org>
10170
10171         * gnus-group.el (gnus-group-make-directory-group)
10172         (gnus-group-fetch-faq): Use expand-file-name.
10173         (gnus-group-fetch-faq): Simplify completing-read form.
10174
10175         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10176         test for Mule.
10177
10178         * message.el (tool-bar-map): Defvar when compiling.
10179
10180         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10181         (gnus-tm-lisp-directory): Deleted.
10182         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10183         (featurep 'xemacs).
10184         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10185         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10186         version numbers from file names.
10187
10188 2000-11-08  Dave Love  <fx@gnu.org>
10189
10190         * mm-view.el: Use featurep for XEmacs test.
10191         (mm-inline-message): Test for `remove-specifier'; don't use
10192         condition-case.
10193
10194         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10195
10196         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10197         (gnus-score-find-bnews): Don't concat "".
10198
10199         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10200         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10201         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10202         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10203
10204         * gnus-sum.el: Put some defvars in eval-when-compile.
10205         (gnus-summary-mode-hook): Add :options.
10206         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10207         (gnus-summary-tool-bar-map): New variable.
10208         (gnus-summary-make-tool-bar): New function.
10209         (gnus-summary-mode): Put kill-all-local-variables first.
10210
10211         * gnus-group.el (gnus-group-toolbar-map): New variable.
10212         (gnus-group-make-tool-bar): Rewritten.
10213         (gnus-group-mode): Put kill-all-local-variables first.
10214
10215         * rfc2047.el: Require gnus-util.
10216
10217         * nnml.el (gnus-sorted-intersection): Autoload.
10218
10219         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10220         Put some defvars in eval-when-compile.
10221         (gnus-intersection, gnus-sorted-complement):  Autoload.
10222
10223         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10224
10225         * mm-encode.el (mm-body-7-or-8): Autoload.
10226
10227         * mm-decode.el (mm-insert-inline): Autoload.
10228
10229         * mml.el:
10230         * message.el: Put some defvars in eval-when-compile.
10231
10232         * gnus-msg.el: Put some defvars in eval-when-compile.
10233         (gnus-msg-mail): Move after gnus-setup-message.
10234
10235         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10236
10237 2000-11-07  Dave Love  <fx@gnu.org>
10238
10239         * gnus-util.el (nnheader): Don't require message (recursive
10240         autoload).
10241
10242         * uudecode.el: Avoid compiler warnings.
10243
10244         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10245         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10246
10247 2000-11-06  Dave Love  <fx@gnu.org>
10248
10249         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10250
10251         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10252         (uudecode-char-int): New alias, replacing char-int.
10253         (uudecode-decode-region): Don't call buffer-disable-undo.
10254
10255 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10256 ;       (mm-uu-configure-list): Doc fix.
10257 ;
10258 ;       * earcon.el (running-xemacs): Don't define.
10259 ;
10260 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10261 ;
10262 ;       * message.el (message-font-lock-keywords): Match a final newline
10263 ;       to help font-lock's multiline support.
10264 ;
10265 2000-11-03  Dave Love  <fx@gnu.org>
10266
10267         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10268
10269         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10270         name.
10271
10272         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10273         <banner>: Fix custom type, doc.
10274
10275         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10276         name.  Don't disable undo explicitly.
10277
10278 ;2000-11-02  Dave Love  <fx@gnu.org>
10279 ;
10280 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10281 ;       cite-prefix.
10282
10283 2000-11-01  Dave Love  <fx@gnu.org>
10284
10285         * rfc2047.el (base64): Require unconditionally.
10286         (message-posting-charset): Defvar when compiling.
10287         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10288         message.
10289
10290         * gnus-sum.el (nnoo): Require.
10291         (mm-uu-dissect): Autoload.
10292
10293         * mml.el (mml-parse-1): Clarify message.
10294         (mml-minibuffer-read-type): Use mailcap-mime-types.
10295
10296 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10297
10298         * mml.el: Fix a typo in the requiring of CL.
10299
10300 2000-11-01  Dave Love  <fx@gnu.org>
10301
10302         * utf7.el: Require cl when compiling.
10303
10304         * binhex.el: Use (featurep 'xemacs).
10305         (binhex-char-int): New alias, replacing char-int.  Change callers.
10306         (binhex-decode-region): Simplify work buffer code.
10307         (binhex-decode-region-external): Use expand-file-name, not concat.
10308
10309 2000-10-30  Dave Love  <fx@gnu.org>
10310
10311         * gnus-art.el: Fix 2000-10-27 change properly.
10312
10313 2000-10-28  Miles Bader  <miles@gnu.org>
10314
10315         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10316
10317 2000-10-27  Dave Love  <fx@gnu.org>
10318
10319         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10320         strings.
10321         (gnus-group-make-tool-bar): New function.
10322         (gnus-group-mode): Use it.
10323
10324         * message.el (message-mode-menu): Add some :help strings.
10325         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10326         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10327
10328         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10329         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10330         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10331
10332         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10333         display-graphic-p here.
10334
10335 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10336
10337         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10338         of the `gnus-xemacs' variable, as the latter has been removed.
10339         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10340         * gnus-art.el (gnus-treat-display-xface)
10341         (gnus-treat-display-smileys, gnus-treat-display-picons)
10342         (gnus-article-read-summary-keys): Likewise.
10343
10344 2000-10-26  Dave Love  <fx@gnu.org>
10345
10346         (defvar): Use rmail-spool-directory unconditionally.
10347
10348 2000-10-18  Dave Love  <fx@gnu.org>
10349
10350         * mm-bodies.el (mm-uu-decode-function)
10351         (mm-uu-binhex-decode-function): Defvar when compiling.
10352
10353         * gnus-nocem.el (gnus-nocem-issuers): Update.
10354         (gnus-nocem-check-from): New option.
10355         (gnus-nocem-scan-groups): Use it.
10356         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10357         (gnus-nocem-check-article-limit): Add :version.
10358
10359 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10360
10361         * ietf-drums.el (mm-util): Require CL when compiling.
10362
10363 2000-10-15  Dave Love  <fx@gnu.org>
10364
10365         * qp.el: Require mm-util.
10366
10367 2000-10-13  Dave Love  <fx@gnu.org>
10368
10369         * qp.el (quoted-printable-decode-region): Avoid invalid
10370         coding-systems.
10371
10372 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10373
10374         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10375         to a recursive load.
10376
10377 2000-10-12  Dave Love  <fx@gnu.org>
10378
10379         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10380
10381         * gnus.el (gnus-group-startup-message): Check for PBM image.
10382
10383 2000-10-09  Dave Love  <fx@gnu.org>
10384
10385         * mail-source.el (mail-source-fetch-imap): Bind
10386         default-enable-multibyte-characters rather than using
10387         mm-disable-multibyte.
10388
10389 2000-10-05  Dave Love  <fx@gnu.org>
10390
10391         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10392         Autoload.
10393         (quoted-printable-decode-region):  Rename arg which confused
10394         charset with coding-system.  Don't use nonascii-insert-offset.
10395         Coding-system encode the region initially.  Don't recognize `=='
10396         as valid QP.  Coding-system decode the region finally.
10397         (quoted-printable-decode-string): Rename arg which confused
10398         charset with coding-system.
10399
10400         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10401         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10402         mm-encode-coding-region.
10403         (mm-decode-body, mm-decode-string): Rename variables which
10404         confused charset with coding-system.
10405         (binhex-decode-region): Don't autoload.
10406         (mm-body-encoding): Require message.
10407         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10408         cond branches.
10409
10410         * gnus-art.el (article-de-quoted-unreadable)
10411         (article-de-base64-unreadable): Fold search case
10412         rather than downcasing string.  Apply mm-charset-to-coding-system
10413         to arg of quoted-printable-decode-region.
10414
10415 2000-10-04  Dave Love  <fx@gnu.org>
10416
10417         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10418         Require ring when compiling.
10419         (gnus-article-compface-xbm): New variable.
10420
10421 2000-10-04  Dave Love  <fx@gnu.org>
10422
10423         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10424         pbm images.
10425
10426         * frown.pbm, smile.pbm, wry.pbm: New files.
10427
10428         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10429
10430 2000-10-03  Dave Love  <fx@gnu.org>
10431
10432         * mail-source.el (mail-sources): Revert to nil.
10433
10434         * nnmail (nnmail-spool-file): Revert to `((file))'.
10435
10436         * qp.el: Don't require mm-util.
10437         (quoted-printable-decode-region): Rewritten.
10438         (quoted-printable-decode-string, quoted-printable-encode-region):
10439         Doc fix.
10440         (quoted-printable-encode-region): Barf on multibyte characters.
10441         Maybe make the class multibyte.  Upcase chars, not formatted
10442         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10443         (quoted-printable-encode-string): Don't use
10444         mm-with-unibyte-buffer.
10445
10446 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10447
10448         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10449
10450 2000-09-21  Dave Love  <fx@gnu.org>
10451
10452         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10453         (for Emacs 20).  Tidy somewhat.
10454
10455 2000-09-21  Dave Love  <fx@gnu.org>
10456
10457         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10458         image processing.  Rationalize logic somewhat.
10459
10460 2000-09-20  Dave Love  <fx@gnu.org>
10461
10462         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10463         specifically.
10464
10465         * gnus.el (gnus-version-number): Avoid some redundant
10466         autoloads.
10467
10468 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10469
10470         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10471         to XBM; we always have PBM support.
10472
10473 2000-09-14  Dave Love  <fx@gnu.org>
10474
10475         * gnus.el (gnus-charset):
10476         * mm-decode.el (mime-display):
10477         * imap.el (imap) <defgroup>: Add :version.
10478
10479 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10480
10481         * parse-time.el: Fix author's mail address.
10482
10483         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10484         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10485         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10486         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10487         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10488         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10489         * rfc2231.el, uudecode.el: Fix copyright notice.
10490
10491         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10492         require `w3' at load-time only if not running in batch mode.
10493
10494 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * gnus.el: Before merge with Emacs21.
10497
10498 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10499
10500         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10501
10502 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10503
10504         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10505         to avoid conflict with the standard `back-to-indentation'
10506         binding.
10507
10508 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10511
10512         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10513         (mm-disable-multibyte-mule4): Ditto.
10514         (mm-with-unibyte-current-buffer-mule4): Ditto.
10515
10516 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * pop3.el (pop3-movemail): Use binary.
10519         (pop3-movemail-file-coding-system): Removed.
10520
10521 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10524
10525 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10528         exists.
10529
10530 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * gnus-msg.el (gnus-post-method): Use backend name when the
10533         address is "".
10534
10535 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10536
10537         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10538         mm-verify-option.
10539         (gnus-treat-x-pgp-sig): Default value.
10540         (gnus-ignored-headers): Redundant.
10541
10542 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10543
10544         * gnus-win.el (gnus-configure-frame): Save selected window.
10545
10546 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10547
10548         * nnmbox.el: Require gnus-range.
10549         (nnmbox-group-building-active-articles): New variable.
10550         (nnmbox-group-active-articles): New variable; this is a cache of
10551         all active articles by group and number.
10552         (nnmbox-in-header-p): New function.
10553         (nnmbox-find-article): New function.
10554         (nnmbox-record-active-article): New function.
10555         (nnmbox-record-deleted-article): New function.
10556         (nnmbox-is-article-active-p): New function.
10557         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10558         (nnmbox-request-article): Ditto.  Also supply extra arg to
10559         nnmbox-article-group-number.
10560         (nnmbox-request-expire-articles): Ditto.
10561         (nnmbox-request-move-article): Ditto.
10562         (nnmbox-request-replace-article): Ditto.
10563         (nnmbox-request-rename-group): Rename group entry in active
10564         article cache.
10565         (nnmbox-delete-mail): Update active article cache, unless article
10566         is being replaced.
10567         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10568         than partially duplicating it.
10569         (nnmbox-article-group-number): Add extra `this-line' arg, to
10570         handle articles belonging to multiple groups.
10571         (nnmbox-save-mail): Update active article cache.
10572         (nnmbox-read-mbox): Build active article cache when loading mbox.
10573         Also do some repair work, if we find articles that are missing the
10574         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10575         reconstruct these from Xref info.
10576
10577 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * mail-source.el (mail-source-report-new-mail): Use
10580         nnheader-run-at-time.
10581
10582 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10583
10584         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10585         an error is thrown, and then rethrow the error.
10586         (mail-source-check-pop): Ditto.
10587         (mail-source-start-idle-timer): Prevent multiple pop checks
10588         running if the check takes a long time.
10589
10590 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591
10592         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10593         succeed.
10594
10595 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10596
10597         * gnus-win.el (gnus-configure-windows): Make sure
10598         nntp-server-buffer is live.
10599         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10600
10601 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10602
10603         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10604
10605 2000-12-04  Andreas Jaeger  <aj@suse.de>
10606
10607         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10608
10609 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10612
10613 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10615
10616         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10617
10618 2000-12-01  Simon Josefsson  <sj@extundo.com>
10619
10620         * mml-smime.el (mml-smime-verify): Fix address parsing.
10621
10622 2000-12-01  Simon Josefsson  <sj@extundo.com>
10623
10624         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10625         more than one certificate inside PKCS#7 blob.  Better security
10626         information (clamed / actual sender, openssl output, certificates
10627         inside message).
10628
10629         * smime.el (smime-verify-region): Output to /dev/null.
10630         (smime-buffer-as-string-region): Don't parse empty lines.
10631
10632 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10635         ?d and ?D.
10636         (gnus-mime-security-show-details-inline): New variable.
10637         (gnus-mime-security-show-details): Use them.
10638         (gnus-insert-mime-security-button): Ditto.
10639
10640         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10641         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10642         (mml2015-gpg-clear-verify): Ditto.
10643         (mml2015-gpg-decrypt-1): Ditto.
10644         (mml2015-use): Prefer 'gpg.
10645
10646 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10647
10648         * gnus-util.el (gnus-add-text-properties-when): New function.
10649         (gnus-remove-text-properties-when): Ditto.
10650
10651         * gnus-cite.el (gnus-article-hide-citation): Use them.
10652         (gnus-article-toggle-cited-text): Use them.
10653
10654         * gnus-art.el (gnus-signature-toggle): Use them.
10655         (gnus-article-show-hidden-text): Ditto.
10656         (gnus-article-hide-text): Ditto.
10657
10658 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10659
10660         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10661
10662 2000-11-30  Simon Josefsson  <sj@extundo.com>
10663
10664         * smime.el (smime-point-at-eol): New alias.
10665         (smime-buffer-as-string-region): Use it.
10666
10667 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10668
10669         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10670
10671 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10672
10673         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10674
10675         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10676
10677         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10678
10679 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10680
10681         * nnmh.el (nnmh-request-expire-articles): Implemented
10682         expiry-target for nnmh backend.
10683
10684 2000-11-30  Simon Josefsson  <sj@extundo.com>
10685
10686         * mm-decode.el (mm-security-from): New variable.
10687         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10688
10689         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10690         than `from'.
10691
10692 2000-11-30  Simon Josefsson  <sj@extundo.com>
10693
10694         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10695         address match sender address.
10696
10697         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10698
10699         * smime.el (smime-verify-region): Don't copy buffer.
10700         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10701         (smime-pkcs7-region): New function.
10702         (smime-pkcs7-certificates-region): Ditto.
10703         (smime-pkcs7-email-region): Ditto.
10704         (smime-buffer-as-string-region): Ditto.
10705
10706         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10707         buffer.
10708
10709 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10710
10711         * smime.el (smime-decrypt-region): Fix keyfile argument.
10712
10713 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10714
10715         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10716
10717 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10718
10719         * message.el (message-shoot-gnksa-feet): New variable.
10720         (message-gnksa-enable-p): New function.
10721         (message-send): Use it.
10722         (message-check-news-body-syntax): Ditto.
10723
10724 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * message.el (message-make-message-id): Remove the redundancy.
10727
10728 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * message.el (message-setup): Discourage using mc-install-*-mode.
10731
10732         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10733
10734 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10737
10738 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10741
10742 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10745
10746 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747
10748         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10749         insert-buffer-substring.
10750
10751         * message.el (message-send-mail): Use buffer-substring-no-properties.
10752         (message-send-news): Ditto.
10753
10754 2000-11-22  David Edmondson  <dme@dme.org>
10755
10756         * imap.el (imap-wait-for-tag): Message read info.
10757
10758 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10761         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10762         (mml2015-gpg-encrypt): Ditto.
10763
10764 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * mm-decode.el (mm-verify-option): Default value.
10767
10768         * mml-sec.el (mml-secure-part): Error message.
10769
10770 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10773
10774 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10777
10778 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus-art.el (gnus-article-describe-key): Use prompt.
10781         (gnus-article-describe-key-briefly): Ditto.
10782
10783 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10786
10787 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * gnus-art.el (gnus-article-describe-key): New function.
10790         (gnus-article-describe-key-briefly): New function.
10791
10792 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * mm-decode.el (mm-decrypt-option): Doc typo.
10795
10796         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10797         return a number.
10798
10799 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * message.el (message-newline-and-reformat): Typo.
10802
10803 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10806         original-article-buffer exists.
10807
10808         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10809         (rfc2047-header-encoding-alist): Addresses are different from text.
10810         (rfc2047-encode-message-header): Ditto.
10811         (rfc2047-dissect-region): Extra parameter.
10812         (rfc2047-encode-region): Ditto.
10813         (rfc2047-encode-string): Ditto.
10814
10815 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10818         (mm-uu-pgp-encrypted-extract): Use it.
10819         (mm-uu-pgp-signed-extract-1): New function.
10820         (mm-uu-pgp-signed-extract): Use it.
10821
10822         * gnus-art.el (gnus-mime-display-security): New function.
10823         (gnus-mime-display-part): Use it.
10824         (gnus-mime-security-verify-or-decrypt): New function.
10825         (gnus-mime-security-press-button): New function.
10826         (gnus-insert-mime-security-button): Use it.
10827
10828         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10829         (mm-find-raw-part-by-type): Ditto.
10830         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10831         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10832         (mm-destroy-parts): Kill nested multibyte buffer.
10833
10834         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10835         (mml2015-gpg-verify): Ditto.
10836
10837 2000-11-18  Simon Josefsson  <sj@extundo.com>
10838
10839         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10840         (mml2015-function-alist): Use it.
10841
10842         * mml-sec.el (mml-sign-alist): Update names.
10843         (mml-encrypt-alist): Ditto.
10844         (mml-secure-part-smime-sign): Moved to mml-smime.el
10845         as `mml-smime-sign-query'.
10846         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10847         `mml-smime-get-file-cert'.
10848         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10849         `mml-smime-get-dns-cert'.
10850         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10851         `mml-smime-encrypt-query'.
10852         (mml-smime-sign-buffer): Use mml-smime-sign.
10853         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10854
10855         * mml-smime.el (mml-smime-sign): New function.
10856         (mml-smime-encrypt):
10857         (mml-smime-sign-query):
10858         (mml-smime-get-file-cert):
10859         (mml-smime-get-dns-cert):
10860         (mml-smime-encrypt-query): Moved from mml-sec.el.
10861
10862 2000-11-16  Simon Josefsson  <sj@extundo.com>
10863
10864         * mml2015.el (mml2015-gpg-clear-verify): New function.
10865         (mml2015-function-alist): Add it.
10866
10867 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * message.el (message-setup-fill-variables): Use
10870         message-cite-prefix-regexp.
10871         (message-newline-and-reformat): Check the end of citation, leading
10872         WSP, break in the cite prefix.
10873         (message-fill-paragraph): New function.
10874
10875 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10876
10877         * lpath.el: Shut up.
10878
10879 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10880
10881         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10882         raw 8-bit in headers in dk.* newsgroups.
10883
10884 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * message.el (message-newline-and-reformat): Match extra WSPs.
10887
10888 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * mml.el (mml-generate-mime-1): Ignore ascii.
10891
10892 2000-11-16 Justin Sheehy  <justin@iago.org>
10893
10894         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10895
10896 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * message.el (message-cite-prefix-regexp): Prefix should not end
10899         at space.
10900
10901 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * message.el (message-mode-syntax-table): Add - as a word
10904         constituent as in articles.
10905         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10906         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10907         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10908
10909 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10912
10913 2000-11-12  David Edmondson  <dme@dme.org>
10914
10915         * message.el (message-font-lock-keywords): use
10916         message-cite-prefix-regexp.
10917
10918 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10919
10920         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10921         Stein Arild Str\e,Ax\e(Bmme.
10922         (gnus-group-jump-to-group): Use it.
10923         (gnus-group-jump-to-group-prompt): Customize.
10924
10925 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10928
10929 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10930
10931         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10932         incompatible.
10933         (mml2015-mailcrypt-sign): Ditto.
10934
10935 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10938         group is open.
10939
10940 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10943         nnvirtual articles.
10944         (gnus-backlog-request-article): Don't request nnvirtual articles.
10945
10946 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10949         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10950
10951 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10954         * mml.el (mml-generate-mime-1): Use charset attribute.
10955         * mm-bodies.el (mm-encode-body): Add parameter charset.
10956         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10957
10958 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10961         (mml2015-mailcrypt-clear-decrypt): Ditto.
10962         (mml2015-mailcrypt-verify): Ditto.
10963         (mml2015-mailcrypt-clear-verify): Ditto.
10964         (mml2015-gpg-verify): Ditto.
10965
10966 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * smime.el (smime-openssl-program): Test the existence of openssl.
10969         * mml-smime.el: Require mm-decode.
10970         (mml-smime-verify-test): New function.
10971         * mm-decode.el (mm-verify-function-alist): Use it.
10972
10973 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10974
10975         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10976         anyway.
10977
10978 2000-11-13  Simon Josefsson  <sj@extundo.com>
10979
10980         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10981         verification doesn't work.
10982
10983 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10986         (gnus-inews-do-gcc): Use it.
10987
10988 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10991         leading space.
10992         * mm-extern.el (mm-inline-external-body): Report error when no
10993         access-type.
10994
10995 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10998
10999 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11002
11003 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11006         as multipart/mixed.
11007
11008 2000-11-12  David Edmondson  <dme@dme.org>
11009
11010         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11011         and replace `.' with `\w' to allow for different syntax tables
11012         (from Vladimir Volovich).
11013         * message.el (message-newline-and-reformat): use
11014         `message-cite-prefix-regexp'.
11015         * gnus-cite.el (gnus-supercite-regexp): use
11016         `message-cite-prefix-regexp'.
11017         * gnus-cite.el (gnus-cite-parse): use
11018         `message-cite-prefix-regexp'.
11019
11020 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11023         PGP SIGNATURE.  Escape leading "-"'s.
11024         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11025
11026 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11027
11028         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11029
11030 2000-11-11  Simon Josefsson  <sj@extundo.com>
11031
11032         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11033
11034         * smime.el (smime-details-buffer): New variable.
11035         (smime-sign-region):
11036         (smime-encrypt-region):
11037         (smime-verify-region):
11038         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11039
11040         * mml-smime.el (mml-smime-verify): Support security info.
11041
11042 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * mm-decode.el (mm-verify-option): Set default to nil.
11045         (mm-decrypt-option): Ditto.
11046         * gnus-art.el (article-verify-x-pgp-sig): New function.
11047
11048 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11051         preferred part.
11052
11053 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11054
11055         * gnus-sum.el (gnus-move-split-methods): Say that
11056         `gnus-split-methods' uses file names, whereas this uses group
11057         names.  (Report from Nevin Kapur)
11058
11059 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060
11061         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11062
11063 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11066         (nnheader-directory-articles): Use it.
11067         (nnheader-article-to-file-alist): Ditto.
11068
11069 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * rfc2047.el (rfc2047-pad-base64): New function.
11072         (rfc2047-decode): Use it.
11073
11074 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11077         select method.
11078
11079 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * mml2015.el (mml2015-gpg-decrypt-1):
11082         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11083
11084 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11087
11088 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * pop3.el (pop3-munge-message-separator): A message may have an
11091         empty body.
11092
11093 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11096         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11097         (mm-uu-pgp-signed-extract): Use coding-system.
11098
11099 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11102         (gnus-insert-mime-security-button): New function.
11103         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11104         * mml2015.el:  Add security info when verify or decrypt.
11105         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11106         (mm-uu-pgp-encrypted-extract): Ditto.
11107
11108 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11109
11110         * mm-decode.el (mm-display-parts): New function.
11111         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11112
11113 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11114
11115         * gnus-mlspl.el: Documentation tweaks.
11116
11117 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11118
11119         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11120         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11121         argument.
11122
11123 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11126
11127 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-art.el (gnus-article-encrypt): New function.
11130         (gnus-article-encrypt-protocol-alist): New variable.
11131         (gnus-article-encrypt-protocol): New variable.
11132         * mml2015.el (mml2015-self-encrypt): New function.
11133         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11134
11135 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11138         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11139         let mailcap do it.
11140         * mml2015.el: Remove snarf code.
11141         * mm-decode.el: Remove snarf code.
11142
11143 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11146         (mml-insert-mime): Understand gnus-decoded.
11147         (mime-to-mml): New parameter handles.
11148         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11149         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11150
11151 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * mm-decode.el (mime-security): New group.
11154         (mm-verify-function-alist): Add test function.
11155         (mm-decrypt-function-alist): Ditto.
11156         (mm-snarf-option): Set default value as nil.
11157         (mm-find-part-by-type): Recursive parameter.
11158         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11159         * mml2015.el: Support draft-ietf-openpgp-multsig.
11160
11161 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11164         (gnus-article-view-part-as-charset): New function.
11165
11166 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * mm-decode.el (mm-verify-option): Default value.
11169         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11170
11171 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11172
11173         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11174
11175 2000-11-05  Simon Josefsson  <sj@extundo.com>
11176
11177         * mml-smime.el (mml-smime-verify): Work in original multipart
11178         buffert.
11179
11180         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11181         (mm-handle-multipart-ctl-parameter): Ditto.
11182         (mm-alist-to-plist): New function.
11183         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11184         for multiparts.
11185         (mm-destroy-parts): Destroy multipart buffert.
11186         (mm-remove-part): Ditto.
11187
11188         * mml-smime.el (mml-smime-sign): Not used.
11189         (mml-smime-encrypt): Ditto.
11190
11191         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11192
11193         Verify S/MIME signature support.
11194
11195         * mm-decode.el (mm-inline-media-tests): Add
11196         application/{x-,}pkcs7-signature.
11197         (mm-inlined-types): Ditto.
11198         (mm-automatic-display): Ditto.
11199         (mm-verify-function-alist): Ditto.  Add name of method.
11200         (mm-decrypt-function-alist): Add name of method.
11201         (mm-find-part-by-type): Add documentation.
11202         (mm-possibly-verify-or-decrypt): Use new format of
11203         mm-{verify,decrypt}-function-alist.  Use method names.
11204
11205         * mml-smime.el (mml-smime-verify): New function.
11206
11207 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11208
11209         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11210
11211 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11214         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11215         * mm-decode.el (mm-snarf-option): New variable.
11216
11217 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * mm-util.el (mm-subst-char-in-string): New function.
11220         (mm-replace-chars-in-string): Use it.
11221         * message.el (message-replace-chars-in-string): Use it.
11222         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11223         * gnus-mh.el (mh-lib-progs): Shut up.
11224
11225 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11226
11227         * base64.el, md5.el: Moved to contrib directory.
11228
11229 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11232         the last article when search.
11233
11234 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11235
11236         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11237         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11238
11239 2000-09-29  David Edmondson  <dme@thus.net>
11240
11241         * message.el (message-newline-and-reformat): Typo.
11242
11243 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11244
11245         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11246
11247 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * nntp.el (nntp-decode-text): Delete bogus status lines.
11250
11251 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11252
11253         * message.el (message-font-lock-keywords): Match a final newline
11254         to help font-lock's multiline support.
11255
11256 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * nnoo.el (nnoo-set): New function.
11259
11260 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11261
11262         * gpg.el, gpg-ring.el: Moved to contrib directory.
11263
11264 2000-11-04  Simon Josefsson  <sj@extundo.com>
11265
11266         * nnimap.el (nnimap-split-inbox): Typo.
11267
11268 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11271
11272 2000-11-03  Simon Josefsson  <sj@extundo.com>
11273
11274         * rfc2231.el (rfc2231-parse-qp-string): New function.
11275         (require): rfc2047.
11276
11277         * mail-parse.el (mail-header-parse-content-type):
11278         (mail-header-parse-content-disposition): Support invalid QP
11279         encoded strings, by using `rfc2231-parse-qp-string'.
11280
11281 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11284         (rfc2231-decode-encoded-string): Typo "> X 1".
11285         (rfc2231-encode-string): Insert the name of charset.
11286         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11287
11288 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * mm-decode.el (mm-save-part): Return the filename.
11291         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11292         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11293         (gnus-mime-action-alist): Use it.
11294         (gnus-mime-button-commands): Use it.
11295         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11296         (mm-inline-external-body): unwind-protect.
11297
11298 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11299
11300         * gnus-art.el (gnus-insert-mime-button): Show url.
11301
11302 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * mml.el (mml-generate-mime-1): Support external url.
11305         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11306
11307 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11310         * mm-decode.el (mm-display-external): Ditto.
11311         * mm-extern.el: New file.
11312         * mm-decode.el (mm-inline-media-tests): Hook it up.
11313         (mm-inlined-types): Inline message/external-body.
11314
11315 2000-11-02  Simon Josefsson  <sj@extundo.com>
11316
11317         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11318
11319         * message.el (message-get-reply-headers): Better handling when
11320         Mail-Followup-To is very large.
11321
11322 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11323
11324         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11325         * gnus-art.el (gnus-article-edit-done):
11326         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11327         counting code here.
11328         * gnus-msg.el (gnus-setup-message): Remove a hack.
11329
11330 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331
11332         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11333         (gnus-summary-mode): Make them local variables.
11334         (gnus-set-global-variables): Globalize them.
11335         (gnus-summary-exit): Kill them.
11336
11337 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11338
11339         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11340         word.
11341
11342 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11343
11344         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11345         gnus-article-wash-types.
11346         * gnus-art.el (gnus-article-wash-status): Use them.
11347
11348 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11349
11350         * mml.el (mml-read-tag): Remove spaces and LF.
11351
11352 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11355         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11356
11357 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11360
11361 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * gnus-sum.el (gnus-article-charset): New variable.
11364         (gnus-summary-display-article): Set it.
11365         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11366         * gnus-art.el (gnus-article-mode): Make it local variable.
11367
11368 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11371
11372 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * nnwfm.el: New file.
11375
11376         * nnweb.el (nnweb-replace-in-string): New function.
11377
11378 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * mml2015.el: Wrap gpg.el.
11381         * gpg.el (gpg-verify): The last argument of apply is a list.
11382         (gpg-encrypt): Add passphrase as a parameter.
11383
11384 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * gpg.el: New file.
11387         * gpg-ring.el: New file.
11388
11389 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390
11391         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11392
11393 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11396         double-quote characters.
11397         (gnus-summary-prepare-threads): Ditto.
11398
11399 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400
11401         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11402         * mml.el (mml-read-tag): Don't skip the leading space.
11403         * lpath.el (font-lock-set-defaults): Shut up.
11404
11405 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11406
11407         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11408
11409 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11410
11411         * qp.el (quoted-printable-encode-region): Replace leading - when
11412         ultra safe.
11413         * mml.el (mml-generate-mime-postprocess-function): Removed.
11414         (mml-postprocess-alist): Removed.
11415         (mml-generate-mime-1): Use ultra-safe when sign.
11416         * mml2015.el (mml2015-fix-micalg): Uppercase.
11417         (mml2015-verify): Insert LF.
11418         (mml2015-mailcrypt-sign): Downcase; search backward.
11419
11420 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11423         restrictive.
11424         (nnultimate-table-regexp): New variable.
11425         (nnultimate-forum-table-p): Use it.
11426
11427 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11428
11429         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11430
11431 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11434         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11435
11436 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * mml2015.el: Shut up.
11439
11440 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441
11442         * gnus.el (gnus-server-browse-hashtb): Removed.
11443         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11444         (gnus-group-insert-group-line-info): Use simplified method.
11445         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11446
11447 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11450         moved here.
11451         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11452         * gnus-group.el (gnus-group-prepare-flat): Use it.
11453         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11454
11455 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * mml.el (mml-mode): Show menu in XEmacs.
11458
11459 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11462         (gnus-server-read-server-in-server-buffer): New function.
11463         (gnus-browse-foreign-server): Browse in group buffer.
11464         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11465         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11466         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11467         * gnus.el (gnus-server-browse-hashtb): New variable.
11468
11469 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11470
11471         * nnfolder.el (nnfolder-open-nov): Use group.
11472
11473 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * nnfolder.el: Add NOV. Set version to 2.0.
11476         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11477
11478 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11481
11482 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11485         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11486
11487 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11490
11491 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * mm-decode.el (mm-verify-function-alist): New variable.
11494         (mm-verify-option): New variable.
11495         (mm-decrypt-function-alist): Ditto.
11496         (mm-decrypt-option): Ditto.
11497         (mm-find-raw-part-by-type): New function.
11498         (mm-possibly-verify-or-decrypt): New function.
11499         (mm-dissect-multipart): Use it.
11500         * mml2015.el (mml2015-fix-micalg): New function.
11501         (mml2015-decrypt): Use new interface.
11502         (mml2015-verify):  Use new interface.
11503         (mml2015-setup): Make it bogus.
11504
11505 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * mml.el (mml-generate-mime-postprocess-function): Set to
11508         mml-postprocess.
11509         (autoload): Autoload mml2015 and mml-smime.
11510         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11511         * mml2015.el (mml2015-encrypt): New function.
11512         (mml2015-sign): New function.
11513         (mml2015-encrypt-function): New variable.
11514         (mml2015-sign-function): New variable.
11515         (mml2015-mailcrypt-encrypt): Use message-recipients.
11516         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11517         * mml-smime.el (mml-smime-setup): Ditto.
11518
11519 2000-10-28  Simon Josefsson  <sj@extundo.com>
11520
11521         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11522         Communigate Pro 3.3.1 server.
11523
11524         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11525         in buffers.
11526         (mml-secure-dns-server): Removed.
11527         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11528         write certificates to files.
11529
11530         * smime.el (smime-dns-server): New variable.
11531         (smime-mail-to-domain):
11532         (smime-cert-by-dns): New functions.
11533
11534         * dig.el: New file.
11535
11536 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11537
11538         * message.el (message-options): New variable.
11539         (message-options-set-recipient): New function.
11540         (message-send): Use them.
11541         * gnus-int.el (gnus-request-replace-article): Use them.
11542         (gnus-request-accept-article): Ditto.
11543         * mml.el (mml-preview): Use them.
11544         * gnus-sum.el (gnus-summary-edit-article): Use them.
11545
11546         * message.el (message-options-get): New function.
11547         (message-options-get): New function.
11548         * rfc2047.el (rfc2047-encode-message-header): Use them.
11549         * mm-bodies.el (mm-encode-body): Use them.
11550
11551 2000-10-28  Simon Josefsson  <sj@extundo.com>
11552
11553         * nnimap.el (nnimap-retrieve-which-headers):
11554         (nnimap-request-article-part): Quote message-id.
11555
11556         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11557         (smime-CA-file): New variable.
11558         (smime-call-openssl-region): Don't error.
11559         (smime-sign-region): Return result value.
11560         (smime-encrypt-region): Ditto.
11561         (smime-verify-region): New function.
11562         (smime-decrypt-region): Ditto.
11563         (smime-verify-buffer): Ditto.
11564         (smime-decrypt-buffer): Ditto.
11565
11566         * mml.el: Require mml-sec.
11567         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11568         (mml-mode-map): Add "sign" and "encrypt" maps.
11569         (mml-menu): Add security menu.
11570         (mml-preview): Use generate-new-buffer.
11571
11572         * mml-sec.el: New file.
11573
11574 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * mm-decode.el (mm-find-part-by-type): Move it here.
11577         * mml.el (mml-postprocess): Move it here.
11578         (mml-postprocess-alist): Move it here. Merge them.
11579
11580 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11583         unencoded stuff in the header.
11584
11585 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * gnus-group.el (gnus-group-listed-groups): New variable.
11588         (gnus-group-list-option): New variable.
11589         (gnus-group-list-limit-map): New keymap.
11590         (gnus-group-list-flush-map): New keymap.
11591         (gnus-group-list-plus-map): New keymap.
11592         (gnus-group-prepare-logic): New function.
11593         (gnus-group-prepare-flat): Merge with
11594         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11595         (gnus-group-prepare-flat-list-dead): Ditto.
11596         (gnus-group-list-matching): Use gnus-group-prepare-function.
11597         (gnus-group-list-dormant): Ditto.
11598         (gnus-group-list-cached): Ditto.
11599         (gnus-group-listed-groups): New function.
11600         (gnus-group-list-limit): New function.
11601         (gnus-group-list-flush): New function.
11602         (gnus-group-list-plus): New function.
11603         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11604         (gnus-topic-prepare-topic): Ditto.
11605
11606 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11607
11608         * message.el (message-insert-to, message-get-reply-headers):
11609         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11610
11611 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * mml2015.el: New file.
11614         * smime.el: New file.
11615         * mml-smime.el: New file.
11616
11617 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * ChangeLog: Moved to ChangeLog.1.
11620
11621     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11622   Copying and distribution of this file, with or without modification,
11623   are permitted provided the copyright notice and this notice are preserved.
11624
11625 ;; Local Variables:
11626 ;; coding: iso-2022-7bit
11627 ;; End: