* gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of a delayed or
[gnus] / lisp / ChangeLog
1 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4         a delayed or a queued article as well as a draft.
5
6         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
7         delayed or a queued article in the raw format; treat a delayed
8         article as a raw article as well as a draft.
9         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
10         for the delayed group.
11
12         * nndraft.el (nndraft-request-article): Ignore auto save files for
13         a delayed or a queued article; don't bother to decode a queued
14         article; don't bind nnmail-file-coding-system for a queued article.
15
16         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
17         and the queue group.
18
19 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
20
21         * gnus-group.el (gnus-group-delete-group):
22         gnus-cache-active-hashtb might be void.
23
24 2002-11-02  Simon Josefsson  <jas@extundo.com>
25
26         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
27         setting of the default user ID.  From Raymond Scholz
28         <ray-2002@zonix.de>.
29
30 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
31
32         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
33         charset.
34
35 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
36         From Alex Schroeder <alex@emacswiki.org>
37         * spam-stat.el (spam-stat-process-directory): add dir to message
38         (spam-stat-reduce-size): No longer remove words
39         with values close to 0.5, because the default value is 0.2.
40
41 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
42
43         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
44         documentation.
45
46 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
47
48         * gnus-agent.el (gnus-agent-fetched-headers)
49         (gnus-agent-load-fetched-headers)
50         (gnus-agent-save-fetched-headers): Remove variable and two
51         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
52         works better.
53         (gnus-agent-fetch-headers): New implementation from Kevin
54         Greiner.  Uses gnus-agent-article-alist to store information
55         about fetched messages which aren't on the server anymore.  The
56         trick is to return a list of considered messages to the caller,
57         but to only fetch those which haven't been fetched yet.
58
59 2002-10-30  Simon Josefsson  <jas@extundo.com>
60
61         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
62
63         * pgg.el (pgg-passphrase-cache-expiry): Removed.
64
65 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
66
67         * mm-view.el (mm-w3m-local-map-property): Make it work with older
68         versions of emacs-w3m than 1.3.3.
69
70         * lpath.el: Bind w3m-minor-mode-map.
71
72         * mm-view.el (mm-w3m-mode-command-alist)
73         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
74         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
75         (mm-setup-w3m): Simplified.
76         (mm-w3m-local-map-property): New function.
77         (mm-inline-text-html-render-with-w3m): Use it.
78
79         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
80         mm-w3m-local-map-property.
81
82 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * mm-util.el (mm-auto-save-coding-system): Default to
85         iso-2022-7bit.
86
87         * nndraft.el (nndraft-request-article): Decode an article using
88         the coding-system emacs-mule if it seems to have been saved using
89         emacs-mule.
90         (nndraft-request-replace-article): Use message-draft-coding-system
91         instead of mm-auto-save-coding-system for the draft or delayed
92         group.
93
94 2002-10-28  Josh  <huber@alum.wpi.edu>
95
96         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
97         functions.
98
99 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
100         From mah@everybody.org (Mark A. Hershberger).
101
102         * mm-url.el (mm-url-insert-file-contents): Make it return the same
103         type values ("url" size) regardless of the values of
104         mm-url-use-external.
105
106 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
107
108         * nnimap.el (nnimap-request-article-part): Try harder to show
109         group name in debugging message.
110
111 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
112
113         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
114         directory if it doesn't exist.
115         (gnus-agent-fetch-headers): Remove old cruft that tried to
116         abstain from downloading articles more than once if
117         gnus-agent-consider-all-articles was true.  This is now done
118         properly via the .fetched files.
119
120 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * nndraft.el (nndraft-request-article): Treat delayed articles
123         like drafts.
124
125 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
128
129 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
130
131         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
132         Remove unused optional arg DIR and corresponding code.
133
134         * nnimap.el (nnimap-request-article-part): Include group name in
135         debugging output.
136
137 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
138
139         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
140
141 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
142
143         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
144         contains range of headers that have been fetched by the agent
145         already.  Compare gnus-agent-article-alist.
146         (gnus-agent-file-header-cache): Like
147         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
148         (gnus-agent-fetch-headers): Improve comment.  Revert to old
149         seen/recent logic.
150         Remember which headers have been fetched before and don't fetch
151         them again the next time round.
152         (gnus-agent-load-fetched-headers)
153         (gnus-agent-save-fetched-headers): New functions, for remembering
154         which headers have been fetched before.
155
156 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lpath.el: Remove useless bindings.
159
160 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
161
162         * gnus-sum.el (gnus-summary-execute-command): Disable visual
163         features while searching.
164
165 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
166
167         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
168
169 2002-10-22  Simon Josefsson  <jas@extundo.com>
170
171         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
172         (pgg-snarf-keys): Add.
173
174 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * lpath.el: Fbind bbdb-records.
177
178         * spam.el: Don't autoload bbdb-records.
179
180 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
183         prevent inf-loop.
184
185 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * nnslashdot.el: Removed some test lines.
188         More test.
189
190 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
191
192         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
193         are known to be downloaded already.
194
195 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
198         (mm-text-html-washer-alist): Ditto.
199
200 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
201
202         * nnheader.el (nnheader-remove-body): Fix an error of detecting
203         boundary between headers and body.
204         * nnml.el (nnml-parse-head): Ditto.
205
206 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
209         entries.
210
211         * gnus-group.el (gnus-fetch-group): Allow an optional
212         specification of the articles to select.
213
214         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
215
216 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
217
218         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
219         headers from the group, update variable `articles' to contain
220         only those numbers where headers exist.  (When fetching all
221         articles in a group, Gnus creates lots of numbers where there is
222         no articles.)
223
224 2002-10-20  Steve Youngs  <youngs@xemacs.org>
225
226         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
227         doesn't have the 'alist custom type, use cons cells instead.
228         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
229         (pgg-parse-hash-algorithm-alist): Ditto.
230         (pgg-parse-compression-algorithm-alist): Ditto.
231         (pgg-parse-signature-type-alist): Ditto.
232
233         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
234
235         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
236
237         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
238
239 2002-10-19  Simon Josefsson  <jas@extundo.com>
240
241         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
242         buffer.
243
244 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
245
246         * gnus-spec.el (gnus-make-format-preserve-properties)
247         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
248         properties also on XEmacs.  `gnus-xmas-format' is like format but
249         preserves text properties on XEmacs (though it only understands
250         simple format specs).  The variable
251         `gnus-make-format-preserve-properties' controls whether the
252         function is used, and is checked in `gnus-parse-simple-format'.
253         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
254
255         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
256         output.
257         (gnus-agent-consider-all-articles): New variable.
258         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
259         (gnus-agent-fetch-headers): Depending on
260         gnus-agent-consider-all-articles, maybe get all articles.
261         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
262         `read'.
263         (gnus-predicate-imples-unread): New function.
264         (gnus-agent-fetch-headers): Optimize to call
265         gnus-list-of-unread-articles if that is sufficient.
266         Check unseen and recent instead of seen and recent.
267         (gnus-agent-fetch-headers): Abstain from calling
268         gnus-list-range-intersection if range (a . b) would have (> a b).
269
270 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * message.el (message-send-mail): Make it possible to perform
273         edebug-defun.
274
275 2002-10-18  Simon Josefsson  <jas@extundo.com>
276
277         * gnus-art.el (gnus-button-man-handler): Change default to
278         `manual-entry' (defined in both emacsen).
279         (gnus-button-man-handler): Remove emacsen difference and use
280         `manual-entry'.
281
282 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * spam.el: Wrap autoload settings for bbdb-records,
285         executable-find and ifile-spam-filter with eval-and-compile.
286         (spam-display-buffer-contents): Remove.
287         (spam-bogofilter-score): Merge spam-display-buffer-contents.
288
289 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
290
291         * spam.el (spam-display-buffer-contents): New function.
292         (spam-bogofilter-score): use spam-display-buffer-contents, patch
293         from Katsumi Yamaoka <yamaoka@jpl.org>.
294
295 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
296
297         * nnheader.el (nnheader-parse-naked-head): New function.
298         (nnheader-parse-head): Use the above function, in order to handle
299         continuation lines properly.
300         (nnheader-remove-body): New function.
301         (nnheader-remove-cr-followed-by-lf): New function.
302         (nnheader-ms-strip-cr): Use the above function.
303
304         * gnus-agent.el (gnus-agent-regenerate-group): Call
305         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
306         `nnheader-parse-head'.
307         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
308
309         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
310         continuation lines by itself; call `nnheader-parse-naked-head'
311         instead of `nnheader-parse-head'.
312         * nndiary.el (nndiary-parse-head): Ditto.
313         * nnfolder.el (nnfolder-parse-head): Ditto.
314         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
315         * nnmaildir.el (nnmaildir--update-nov): Ditto.
316         * nnml.el (nnml-parse-head): Ditto.
317
318 2002-10-17  Steve Youngs  <youngs@xemacs.org>
319
320         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
321         XEmacs, default to it if featurep 'xemacs.
322
323 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * spam-stat.el: Check for the existence of hash functions instead
326         of the Emacs version to decide whether to load cl.  Suggested by
327         Kai Gro\e,A_\e(Bjohann.
328
329 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
330
331         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
332         if it isn't open yet.
333
334 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-group.el: Require mm-url only when compiling.
337         (gnus-group-fetch-charter): Require mm-url.
338
339         * spam-stat.el: Require cl for the functions gethash,
340         hash-table-count, make-hash-table and mapc for Emacs 20.
341         (puthash): Alias to cl-puthash for Emacs 20.
342         (with-syntax-table): New macro for Emacs 20.
343
344 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
345
346         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
347
348 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
349
350         * spam.el (spam-check-ifile): added ifile as a spam checking
351         backend, and spam-use-ifle as the variable to toggle that check.
352
353 2002-10-12  Simon Josefsson  <jas@extundo.com>
354
355         * message.el (message-beginning-of-line): New variable.
356         (message-beginning-of-line): Use it.
357
358 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
359
360         * spam.el: more compilation fixes for BBDB
361
362         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
363         (spam-stat-reduce-size): Interactive.
364         (spam-stat-reset): New function.
365         (spam-stat-save): Interactive.
366
367 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus.el: Autoload gnus-delay-initialize.
370
371         * message.el: Autoload gnus-delay-article.
372
373 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
374
375         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
376         text property in Emacs.
377
378 2002-10-11  Simon Josefsson  <jas@extundo.com>
379
380         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
381         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
382
383         * mml1991.el (mml1991-pgg-sign): Remove CR.
384
385 2002-10-10  Simon Josefsson  <jas@extundo.com>
386
387         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
388         decrypt failed.
389         (mml2015-trust-boundaries-alist): Removed.
390         (mml2015-gpg-extract-signature-details): Don't use it.
391         (mml2015-unabbrev-trust-alist): New.
392         (mml2015-gpg-extract-signature-details): Use it.
393
394 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
395
396         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
397         BBDB installed
398
399         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
400         statistical analysis of spam in Lisp only
401
402 2002-10-10  Simon Josefsson  <jas@extundo.com>
403
404         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
405         auth, selected or examine state.
406
407         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
408         buffer and error buffer depending on type of information.
409
410         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
411         --status-fd stuff even if gpg.el is not used (revert earlier
412         change).
413         (mml2015-pgg-{clear-,}verify): Store both output and errors as
414         gnus details.
415         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
416         buffer.
417
418         * pgg.el (pgg-verify-region): Use it.
419
420         * pgg-def.el (pgg-query-keyserver): New variable.
421
422         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
423         key-identifier in packet.  Is this a good idea?
424
425         * mml.el (mml-mode-map): Add security commands that operates on
426         MIME parts.
427         (mml-menu): And menu items for them.
428
429         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
430
431         * mml.el (mml-parse-1): Support sender in #secure tags.
432
433         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
434         defined.
435
436         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
437         (mml-pgp-encrypt-buffer): Support combined signing.
438
439         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
440         (mml1991-gpg-encrypt): Ditto.
441         (mml1991-pgg-encrypt): Ditto.
442         (mml1991-encrypt): Pass sign parameter.
443
444         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
445         (mml-signencrypt-style): Mention the variable.
446
447 2002-10-09  Simon Josefsson  <jas@extundo.com>
448
449         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
450         pgg-gpg-user-id.
451
452         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
453         (pgg-fetch-key-function): Nil if w3 is not installed.
454
455 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
456
457         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
458         gnus-agent-current-history.
459
460 2002-10-06  Simon Josefsson  <jas@extundo.com>
461
462         * imap.el (imap-parse-status): Don't use read to read token.
463
464 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
465
466         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
467         for methods not covered by the agent, and when unplugged.
468
469 2002-10-05  Simon Josefsson  <jas@extundo.com>
470
471         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
472         signing.
473
474         * gnus-agent.el (gnus-agent-read-servers): If getting method from
475         a named server fails, ignore the server.
476
477         * mml1991.el (mml1991-pgg-sign): Do QP.
478
479         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
480         work.
481
482 2002-10-04  Simon Josefsson  <jas@extundo.com>
483
484         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
485
486         * pgg-pgp.el (pgg-pgp-verify-region): Inline
487         binary-write-decoded-region from MEL.
488
489         * pgg.el (pgg-encrypt-region): Support sign.
490
491         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
492
493         * mml2015.el (mml2015-pgg-encrypt): Ditto.
494
495         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
496         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
497         branch where PGG was taken from in the ChangeLog entries below.
498
499 2002-10-01  Simon Josefsson  <jas@extundo.com>
500
501         * pgg-pgp.el: Don't require mel.  Don't use luna.
502         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
503         (pgg-pgp-process-region): Use expand-file-name instead of concat.
504         (pgg-pgp-process-region): Don't use binary-funcall.
505
506         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
507
508         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
509         instead of concat.
510
511         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
512
513 2002-09-29  Simon Josefsson  <jas@extundo.com>
514
515         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
516         compile warnings.
517
518         * pgg.el (pgg-decrypt-region): Don't parse packet.
519
520         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
521
522 2002-09-29  Daiki Ueno <ueno@unixuser.org>
523
524         * pgg.el: Remove dependency on calist.el.
525
526 2002-09-28  Simon Josefsson  <jas@extundo.com>
527
528         * pgg.el (pgg-temporary-file-directory): New variable.
529         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
530
531         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
532         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
533
534         * pgg-parse.el (pgg-char-int): Defalias.
535         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
536         (pgg-read-bytes, pgg-read-body): Use it.
537         (pgg-decode-packets): Don't use MEL, use base64-*.
538         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
539         (pgg-string-as-unibyte): Defalias.
540         (pgg-parse-armor-region): Use it.
541
542         * pgg-gpg.el (pgg-gpg-process-region): Use
543         pgg-temporary-file-directory.
544
545         * luna.el: Don't def-edebug.
546
547         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
548         binary-write-decoded-region from MEL.
549
550         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
551
552         * alist.el, calist.el: Don't require product/APEL.
553
554         * pgg-parse.el (top-level): Remove dependency on static.el,
555         pccl.el, mel.el.
556         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
557         `define-ccl-program' is boundp, instead of using broken.
558
559 2002-10-01  Simon Josefsson  <jas@extundo.com>
560
561         * message.el (message-required-mail-headers): Remove Lines:.
562
563 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
564         From Jesper Harder.
565
566         * gnus-group.el (gnus-group-fetch-charter,
567         gnus-group-fetch-control): Prompt for group if given a prefix
568         argument.
569         * gnus-sum.el (t): Add gnus-group-fetch-charter and
570         gnus-group-fetch-control to summary key map and menu.
571
572
573 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
574
575         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
576         number when there are no articles.
577
578 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
579
580         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
581         arg ALL means to fetch all articles, not only downloadable ones.
582         (gnus-agent-fetch-selected-article): New function for
583         gnus-select-article-hook or gnus-mark-article-hook.
584
585 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
586         From Peter von der Ahe <nospam2159@daimi.au.dk>.
587
588         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
589         raw-text.
590
591 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
592
593         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
594         Pinard).
595         Major revamp of the code, documentation is in comments in the file
596         for now.
597
598 2002-09-30  Simon Josefsson  <jas@extundo.com>
599
600         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
601         buffer seem to be needed?
602
603 2002-09-29  Simon Josefsson  <jas@extundo.com>
604
605         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
606         compile warnings.
607
608         * mml1991.el (mml1991-function-alist): Add pgg.
609         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
610         (mml1991-pgg-encrypt): Fix recipients querying.
611
612 2002-09-28  Simon Josefsson  <jas@extundo.com>
613
614         * mml2015.el (autoload): Autoload correct files.  Trivial patch
615         from dme@dme.org.
616         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
617         handle is returned.
618
619 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
622         Protect against non-existent of `nnimap-mailbox-info'.
623
624 2002-09-27  Simon Josefsson  <jas@extundo.com>
625
626         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
627         (gnus-setup-news-hook): Use it.
628         (gnus-after-getting-new-news-hook): Ditto.
629
630         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
631
632 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
633         From Mats Lidell <matsl@contactor.se>.
634
635         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
636
637 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
638
639         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
640         the part to decode encoded words, use raw words instead of decoded
641         words.
642
643 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
644
645         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
646
647         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
648         (mm-setup-w3m): Use it.
649
650 2002-09-27  Simon Josefsson  <jas@extundo.com>
651
652         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
653         article buffers.
654
655         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
656         it just in case.
657         (nnimap-update-unseen): New function; update unseen count in
658         `n-m-info'.
659         (nnimap-close-group): Call it.
660
661         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
662         (gnus-after-getting-new-news-hook): Ditto.
663
664         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
665         message into verboselevel 9.  Change slow mail check message.
666         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
667         (nnimap-fixup-unread-after-getting-new-news): New function, to be
668         used as a hook after getting new mail.
669
670 2002-09-26  Simon Josefsson  <jas@extundo.com>
671
672         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
673         SELECT/EXAMINE is first unseen article, not number of unseen
674         articles.  Make them distinct by renaming the former to
675         `first-unseen' instead of `unseen'.
676
677         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
678         too.
679         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
680         changed.
681         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
682
683         * gnus-int.el (gnus-server-unopen-status): Defcustom.
684
685         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
686         better.
687
688         * mml2015.el (mml2015-pgg-decrypt): Only add security information
689         if dissecting resulting buffer actually had any information.
690
691 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
694         because the function `string<' allows symbols.
695
696         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
697
698 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
699
700         * message.el (message-forward-make-body): Revert an early change
701         because 8-bit utf-8 emails.
702
703 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
704
705         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
706         links to Info)
707         * gnus-art.el (gnus-treat-highlight-signature):
708         * gnus-art.el (gnus-treat-buttonize):
709         * gnus-art.el (gnus-treat-buttonize-head):
710         * gnus-art.el (gnus-treat-emphasize):
711         * gnus-art.el (gnus-treat-strip-cr):
712         * gnus-art.el (gnus-treat-unsplit-urls):
713         * gnus-art.el (gnus-treat-leading-whitespace):
714         * gnus-art.el (gnus-treat-hide-headers):
715         * gnus-art.el (gnus-treat-hide-boring-headers):
716         * gnus-art.el (gnus-treat-hide-signature):
717         * gnus-art.el (gnus-treat-fill-article):
718         * gnus-art.el (gnus-treat-hide-citation):
719         * gnus-art.el (gnus-treat-hide-citation-maybe):
720         * gnus-art.el (gnus-treat-strip-list-identifiers):
721         * gnus-art.el (gnus-treat-strip-pgp):
722         * gnus-art.el (gnus-treat-strip-pem):
723         * gnus-art.el (gnus-treat-strip-banner):
724         * gnus-art.el (gnus-treat-highlight-headers):
725         * gnus-art.el (gnus-treat-highlight-citation):
726         * gnus-art.el (gnus-treat-date-ut):
727         * gnus-art.el (gnus-treat-date-local):
728         * gnus-art.el (gnus-treat-date-english):
729         * gnus-art.el (gnus-treat-date-lapsed):
730         * gnus-art.el (gnus-treat-date-original):
731         * gnus-art.el (gnus-treat-date-iso8601):
732         * gnus-art.el (gnus-treat-date-user-defined):
733         * gnus-art.el (gnus-treat-strip-headers-in-body):
734         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
735         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
736         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
737         * gnus-art.el (gnus-treat-unfold-headers):
738         * gnus-art.el (gnus-treat-fold-headers):
739         * gnus-art.el (gnus-treat-fold-newsgroups):
740         * gnus-art.el (gnus-treat-overstrike):
741         * gnus-art.el (gnus-treat-display-xface):
742         * gnus-art.el (gnus-treat-display-smileys):
743         * gnus-art.el (gnus-treat-from-picon):
744         * gnus-art.el (gnus-treat-mail-picon):
745         * gnus-art.el (gnus-treat-newsgroups-picon):
746         * gnus-art.el (gnus-treat-body-boundary):
747         * gnus-art.el (gnus-treat-capitalize-sentences):
748         * gnus-art.el (gnus-treat-fill-long-lines):
749         * gnus-art.el (gnus-treat-play-sounds):
750         * gnus-art.el (gnus-treat-translate):
751         * gnus-art.el (gnus-treat-x-pgp-sig):
752         * gnus-art.el (gnus-mime-button-line-format):
753         * gnus-art.el (gnus-button-man-level):
754         * gnus-art.el (gnus-button-emacs-level):
755         * gnus-cus.el (gnus-group-parameters):
756         * gnus-gl.el (bbb-build-mid-scores-alist):
757         * gnus-group.el (gnus-group-line-format):
758         * gnus-mlspl.el (gnus-group-split-setup):
759         * gnus-mlspl.el (gnus-group-split):
760         * gnus-msg.el (gnus-mailing-list-groups):
761         * gnus-msg.el (gnus-posting-styles):
762         * gnus-nocem.el (gnus-nocem-issuers):
763         * gnus-score.el (gnus-score-regexp-bad-p):
764         * gnus-srvr.el (gnus-server-line-format):
765         * gnus-topic.el (gnus-topic-line-format):
766         * gnus.el (gnus-summary-line-format):
767         * mail-source.el (mail-sources):
768         * message.el (message-subscribed-address-file):
769         * nnmail.el (nnmail-split-fancy):
770
771 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
772
773         * mail-source.el(mail-source-run-script): use `functionp' to test
774         whether the argument `script' is in fact a function.
775         (mail-sources): adjust the defcustom to allow users to specify a
776         function or a string as the value of the `:prescript' and
777         `:postscript' arguments of the `file' and `pop3' mail sources.
778
779 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
780
781         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
782         number when article 1 does not exist.
783
784 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
785
786         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
787         apropos if apropos-variable does not exist.
788         (gnus-button-guessed-mid-regexp)
789         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
790         regexes.  From Reiner Steib.
791         (gnus-button-handle-describe-function)
792         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
793         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
794         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
795
796 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
797
798         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
799         the file.
800
801 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
802
803         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
804
805 2002-09-24  Simon Josefsson  <jas@extundo.com>
806
807         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
808         (mml2015-use): Prefer PGG if installed.
809         (mml2015-function-alist): Add PGG wrappers.
810         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
811         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
812         prefix, make regexp optionally skip it.
813         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
814         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
815         (mml2015-pgg-encrypt): New functions.
816         (defvar, autoload): Prevent byte-compile warnings.
817
818 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
819         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
820
821         * gnus-art.el (article-strip-banner): Check for the existence of
822         from header.
823
824 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
825
826         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
827         (gnus-button-alist): Improved regexp for
828         gnus-button-handle-mid-or-mail (false positives), fixed
829         gnus-button-handle-man entries.
830         From Reiner Steib.
831
832 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
833         From Josh Huber.
834
835         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
836         nnmail-extra-headers is non-nil.
837
838 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
839
840         * nnmaildir.el: Store article numbers persistently.  General
841         revision.
842         (nnmaildir-request-expire-articles): handle 'immediate and 'never
843         for nnmail-expiry-wait; delete instead of moving if 'force is
844         given.
845
846 2002-09-23  Simon Josefsson  <jas@extundo.com>
847         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
848
849         * smime.el (smime-sign-buffer): Get key and extra certs.
850         (smime-get-key-with-certs-by-email): Utility function.
851
852 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
853         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
854
855         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
856         article exists.
857
858 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
859
860         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
861
862 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
863         From Reiner Steib.
864
865         * gnus-art.el (gnus-button-handle-custom,
866         gnus-button-handle-mid-or-mail,
867         gnus-button-handle-describe-{function,variable,key},
868         gnus-button-handle-apropos{,command,variable}): New functions.
869         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
870         gnus-button-{man,emacs,mail}-level): New variables.
871         (gnus-button-alist): Use the above to buttonize emacs and mail
872         related links.
873
874 2002-09-18  Juanma Barranquero  <lektu@terra.es>
875
876         * gnus-int.el (gnus-status-message): Fix spacing.
877
878         * imap.el (imap-continuation): Fix typos.
879
880 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
881
882         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
883
884         * gnus-art.el (gnus-article-reply-with-original): Correct
885         with-current-buffer scope.
886
887         * message.el (message-completion-alist): Add Reply-To, From, etc.
888
889 2002-09-18  Simon Josefsson  <jas@extundo.com>
890
891         * nnimap.el (nnimap-request-expire-articles): Make flag setting
892         conditional.  From Nevin Kapur <nevin@jhu.edu>.
893
894 2002-09-17  Simon Josefsson  <jas@extundo.com>
895
896         * nnimap.el (nnimap-expiry-target): Don't search for which
897         articles exists here.
898         (nnimap-request-expire-articles): Do it here instead.  Only expire
899         when articles are found.  Suggested by Nevin Kapur
900         <nevin@jhu.edu>.
901
902 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
903         From Reiner Steib <reiner.steib@gmx.de>.
904
905         * message.el (message-strip-subject-trailing-was)
906         (message-change-subject, message-add-archive-header)
907         (message-xpost-fup2-header, message-xpost-insert-note)
908         (message-xpost-fup2, message-reduce-to-to-cc): New functions
909         adopted from message-utils.el.  Add functions to the keymap, mode
910         describtion and menu.
911         (message-change-subject,message-xpost-fup2): Signal error if
912         current header is empty.
913         (message-xpost-insert-note): Changed insert position.
914         (message-archive-note): Ensure to insert note in message body (not
915         in head).
916         (message-archive-header, message-archive-note)
917         (message-xpost-default, message-xpost-note, message-fup2-note)
918         (message-xpost-note-function): New variables adopted from
919         message-utils.el.  Changed some doc-strings.
920         (message-mark-insert-{begin,end}): Rename from
921         message-{begin,end}-inserted-text-mark (message-utils.el), changed
922         values.
923         (message-subject-trailing-was-query)
924         (message-subject-trailing-was-ask-regexp)
925         (message-subject-trailing-was-regexp): New variables.
926         (message-to-list-only): Added doc-string and menu entry.
927
928         * message-utils.el: Removed.  Functions are now in message.el.
929
930 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
931
932         * gnus-art.el (gnus-article-reply-with-original,
933         gnus-article-followup-with-original): Switch to
934         gnus-summary-buffer before reply/followup.
935
936 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
937
938         * gnus-sum.el (gnus-summary-toggle-header): The article window may
939         not exist. Toggle it anyway.
940
941 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
942
943         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
944
945         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
946         Trivial patch from Urban Engberg <ue@ccieurope.com>.
947
948         * rfc2047.el (message-posting-charset): Defvar it.
949         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
950         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
951
952         * mail-source.el (mail-source-fetch): Hide password.
953
954         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
955
956 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
957         From John Paul Wallington <jpw@shootybangbang.com>.
958
959         * gnus.el (gnus-visual, gnus-meta): Fix typo.
960
961 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
964
965 2002-09-11  Simon Josefsson  <jas@extundo.com>
966
967         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
968         (nnimap-split-rule): Doc fix.
969         (nnimap-request-expire-articles): Cleanup code.
970
971 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
972         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
973
974         * gnus-art.el (gnus-article-address-banner-alist): New option.
975         (article-strip-banner): Refer the above option to split banners of
976         free mail servers, when no group parameter is specified.
977
978 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * nntp.el (nntp-wait-for-string): Check for a process in the
981         current buffer instead of `nntp-server-buffer'.
982
983 2002-09-09  Simon Josefsson  <jas@extundo.com>
984
985         * gnus-art.el (gnus-button-man-handler): New variable.
986         (gnus-button-alist): Use g-b-handle-man.
987         (gnus-button-handle-man): New, call g-b-man-handler.
988
989 2002-09-08  Simon Josefsson  <jas@extundo.com>
990
991         * gnus-art.el (gnus-button-alist): Buttonize man page links.
992
993 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
996
997 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1000
1001         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1002         keystroke.
1003
1004         * gnus-srvr.el (gnus-browse-describe-group): New command and
1005         keystroke.
1006
1007 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1010         value for gnus-decoration property.
1011
1012 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1013
1014         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1015         string) as group name in case we have a CRLF in the file.
1016
1017 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1018
1019         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1020         group.
1021         (rfc1843-decode-hzp): do.
1022         (rfc1843-newsgroups-regexp): do.
1023
1024 2002-09-04  Simon Josefsson  <jas@extundo.com>
1025
1026         * message.el (message-canlock-generate): Make sure sha1 doesn't
1027         call external programs.
1028
1029 2002-09-03  Simon Josefsson  <jas@extundo.com>
1030
1031         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1032
1033         * gnus-agent.el (gnus-agent-batch): Add doc.
1034
1035 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1036
1037         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1038         check for signed and encrypted parts.
1039         * mml.el (mml-parse-1): Correct small typo which preventing
1040         setting recipients in a secure tag.
1041
1042 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * mm-util.el (mm-coding-system-priorities): Default to a list of
1045         iso-2022-jp and others for the Japanese environment.
1046
1047 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1050         invalid display names.
1051
1052 2002-08-30  Simon Josefsson  <jas@extundo.com>
1053
1054         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1055         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1056
1057 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1058
1059         * gnus.el (gnus-group-charter-alist): New option.
1060         (gnus-group-fetch-control-use-browse-url): New option.
1061
1062         * gnus-group.el (gnus-group-fetch-charter): New function.
1063         (gnus-group-fetch-control): New function.
1064         Add them to the keymap and menu. Require mm-url.
1065
1066 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1069         From Alex Schroeder <alex@emacswiki.org>.
1070
1071 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1072
1073         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1074         items expecting user interaction.
1075
1076         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1077
1078         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1079
1080         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1081
1082         * mml.el (mml-menu): do.
1083
1084 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * mail-source.el (mail-source-touch-pop): New function.
1087
1088         * message.el (message-smtpmail-send-it): New function.
1089         (message-send-mail-function): Add it for a candidate.
1090
1091 2002-08-27  Simon Josefsson  <jas@extundo.com>
1092
1093         * gnus-msg.el (posting-charset-alist): Use
1094         gnus-define-group-parameter instead of defcustom.
1095         (gnus-put-message): Handle SPC in GCC.
1096         (gnus-inews-insert-gcc): Ditto.
1097         (gnus-inews-insert-archive-gcc): Ditto.
1098
1099 2002-08-26  Simon Josefsson  <jas@extundo.com>
1100
1101         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1102         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1103         (gnus-agent-possibly-save-gcc): Autoload.
1104         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1105
1106 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus.el (gnus-other-frame-function): New user option.
1109         (gnus-other-frame): Use it; add a doc-string; make it work with
1110         the gnuclient program.
1111
1112         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1113
1114         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1115         `device-connection' and `dfw-device'.
1116
1117 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1118
1119         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1120         positives, make it stricter.  From Jochen Hein (trivial change).
1121
1122 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus.el (gnus-other-frame): Trivial fix.
1125
1126 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus.el (gnus-other-frame-parameters): New user option.
1129         (gnus-other-frame-object): New variable.
1130         (gnus-other-frame): Make it search for existing Gnus frame; don't
1131         read new news; delete frame on exit.
1132
1133         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1134
1135         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1136
1137 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1138         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1139
1140         * message.el (message-set-auto-save-file-name): Add support for
1141         the Cygwin Emacs; the system-type is `cygwin'.
1142         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1143
1144 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1145
1146         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1147
1148         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1149         avoid arithmetic errors.
1150
1151 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1154
1155 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1158         (message-ignored-resent-headers): Add envelope From.
1159
1160 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1161
1162         * gnus.el (gnus-summary-line-format): Document %k specifier.
1163
1164 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1165
1166         * gnus-sum.el (gnus-summary-line-message-size): New function.
1167         (gnus-summary-line-format-alist): Use it.
1168
1169 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-art.el (article-make-date-line): Refer to the value for
1172         `gnus-article-time-format' in the summary buffer.
1173
1174         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1175
1176 2002-08-14  Simon Josefsson  <jas@extundo.com>
1177
1178         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1179         quoting.
1180         (gnus-button-alist): Fix doc.
1181         (gnus-header-button-alist): Use ' not ` for default value quoting.
1182         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1183         rationale similar to 2002-05-01 change.
1184         (gnus-article-add-buttons-to-head): Evaluate expression.
1185
1186         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1187
1188 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * message.el (message-font-lock-keywords): Refer to the value for
1191         `message-cite-prefix-regexp' dynamically.
1192
1193 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1196
1197 2002-08-12  Simon Josefsson  <jas@extundo.com>
1198
1199         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1200         (imap-shell-open): Skip initial junk before IMAP greeting.
1201
1202 2002-08-11  Simon Josefsson  <jas@extundo.com>
1203
1204         * message-utils.el (message-xpost-default,
1205         message-xpost-fup2-header, message-xpost-fup2): Fixed
1206         Typos.  Trivial changes from Reiner Steib
1207         <4uce.02.r.steib@gmx.net>.
1208
1209 2002-08-09  Simon Josefsson  <jas@extundo.com>
1210
1211         * message.el (message-canlock-password): Set
1212         canlock-password-for-verify to newly generated canlock-password.
1213         When Emacs is restarted, Custom makes sure this is set, but during
1214         the same session we must set it manually.
1215
1216 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1217
1218         * yenc.el: New file.
1219
1220         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1221         (mm-uu-type-alist): Add yenc.
1222         (mm-uu-yenc-filename): New function.
1223         (mm-uu-yenc-extract): New function.
1224
1225         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1226
1227 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1228
1229         * dgnushack.el (merge): Don't use coerce.
1230
1231 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1232
1233         * mailcap.el (mailcap-mime-data): Test window-system rather than
1234         mm-device-type.
1235         (mailcap-mime-data): Call xdvi and gv with "-safer".
1236
1237         * mm-util.el: Don't define mm-device-type.
1238
1239 2002-08-05  Simon Josefsson  <jas@extundo.com>
1240
1241         * mm-util.el (mm-coding-system-priorities): coding-system type not
1242         supported everywhere.
1243
1244 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus.el (gnus-version-number): Bumped version number.
1247
1248 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1249
1250         * gnus.el: Oort Gnus v0.07 is released.
1251
1252 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1255         (gnus-article-sort-functions): Doc fix.
1256         (t): New keystroke.
1257         (gnus-article-sort-by-random): New function.
1258         (gnus-thread-sort-by-random): New function.
1259
1260 2002-08-02  Simon Josefsson  <jas@extundo.com>
1261
1262         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1263         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1264
1265 2002-07-31  Danny Siu  <dsiu@adobe.com>
1266
1267         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1268         when splitting malformed messages without message-id
1269
1270 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1271         From Niklas Morberg <niklas.morberg@axis.com>.
1272
1273         * nnweb.el (nnweb-type, nnweb-type-definition)
1274         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1275         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1276         functionality.
1277         * nnweb.el: Removed old non-functioning search engines.
1278
1279 2002-07-27  Simon Josefsson  <jas@extundo.com>
1280
1281         * message.el (message-forward-make-body): Don't use
1282         `message-forward-ignored-headers' when doing a "raw" followup (it
1283         is important to preserve e.g. CTE).
1284
1285         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1286
1287         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1288         regexp-quote, Cyrus Sieve is fixed.
1289
1290         * sieve-manage.el (sieve-manage-deletescript): New function.
1291
1292         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1293         (sieve-manage-mode): Fix menubar.
1294         (sieve-activate): Change some messages.
1295         (sieve-deactivate-all): New function.
1296         (sieve-deactivate): New alias.
1297         (sieve-remove): New function.
1298         (sieve-help): Fix help.
1299         All suggested by Ned Ludd.
1300
1301 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1304         (mm-w3m-safe-url-regexp): New user option.
1305
1306         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1307         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1308
1309 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1310
1311         * gnus-sum.el (gnus-summary-delete-article): Force
1312         nnmail-expiry-target to 'delete, so that absolute deletion
1313         happens when absolute deletion is requested.
1314
1315 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1316         From Nevin Kapur <nevin@jhu.edu>.
1317
1318         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1319         headers as empty headers.
1320
1321 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1322         From Jochen Hein <jochen@jochen.org>.
1323
1324         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1325         correct typo.
1326         (gnus-emphasis-strikethru): New face.
1327
1328 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1329         From Jason Merrill <jason@redhat.com>.
1330
1331         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1332         entire file for each of a sequence of missing articles.
1333
1334         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1335         value for gnus-view-pseudos.
1336
1337         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1338         avoid nreverse.
1339
1340 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1341         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1342
1343         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1344         (gnus-summary-mode-line-format-alist): Add %h for number of
1345         spams.
1346         (gnus-newsgroup-spam-marked): New variable.
1347         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1348         (gnus-article-read-p, gnus-article-mark)
1349         (gnus-set-global-variables, gnus-set-global-variables)
1350         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1351         (gnus-summary-mark-article-as-unread)
1352         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1353         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1354         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1355
1356 2002-07-10  Simon Josefsson  <jas@extundo.com>
1357
1358         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1359         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1360
1361 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1362
1363         * gnus-sum.el (gnus-summary-delete-article): Respect group
1364         parameters while expiring.
1365
1366 2002-07-08  Simon Josefsson  <jas@extundo.com>
1367
1368         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1369         Enberg.
1370
1371 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1372
1373         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1374         function is called interactively.  From Niklas Morberg.
1375
1376 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1377
1378         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1379         cdaar to cdar and car.
1380
1381         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1382         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1383
1384 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1387         don't break a narrowed article.
1388
1389         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1390         (nntp-open-via-rlogin-and-telnet): Ditto.
1391
1392 2002-07-02  Didier Verna  <didier@xemacs.org>
1393
1394         * nnmail.el (nnmail-split-methods): fix custom type.
1395
1396 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1397
1398         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1399         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1400
1401 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1402
1403         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1404         (gnus-summary-resend-message): Use it.
1405
1406 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1409         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1410
1411 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1412
1413         * message.el (message-font-lock-keywords): Don't fontify
1414         headers in the message body, only in the header.
1415         (message-font-lock-make-header-matcher): New function, used by
1416         message-font-lock-keywords.
1417         From Katsumi Yamaoka <yamaoka@jpl.org>.
1418
1419 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1422
1423 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1426
1427 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1428
1429         * message.el (message-font-lock-keywords): Revert 2002-06-22
1430         change.
1431
1432 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1433
1434         * message.el (message-font-lock-keywords): Put colon in header
1435         name match.
1436
1437 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1438
1439         * message.el (message-font-lock-keywords): Don't use header faces
1440         in the body.  Thanks to Stefan Monnier for the hint on the
1441         implementation.
1442
1443 2002-05-09  Miles Bader  <miles@gnu.org>
1444
1445         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1446         (gnus-article-hide-citation): Respect it.
1447
1448 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1449
1450         * pop3.el (pop3-open-server): Fix typo.
1451
1452 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1453
1454         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1455         instead of push to ignore duplicate to-(list|address) values.
1456         * nnmail.el (nnmail-cache-ignore-groups): New.
1457         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1458
1459 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1460
1461         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1462         before sending.  Suggested by Jan Rychter.
1463
1464 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * dgnushack.el (remove): New compiler macro.
1467         (last, coerce, subseq): Remove compiler macros for those built-in
1468         or unused functions.
1469
1470 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1471
1472         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1473         sure to write byte-compiled versions of gnus-*-format-alist to
1474         .newsrc.eld.  From Simon Josefsson.
1475
1476 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1477
1478         * gnus-agent.el (gnus-agent-read-servers)
1479         (gnus-agent-write-servers): Put server name (string like
1480         "nnchoke:frumple") in the file instead of a server specification
1481         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1482         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1483
1484 2002-06-16  Simon Josefsson  <jas@extundo.com>
1485
1486         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1487         Reiner Steib <4uce.02.r.steib@gmx.net>.
1488
1489 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1490
1491         * nnheader.el (nnheader-file-name-translation-alist): Set the
1492         default value for MS Windows systems.
1493
1494         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1495
1496 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * message.el (message-beginning-of-line): Keep the region active
1499         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1500
1501 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1502
1503         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1504         * gnus-msg.el (gnus-summary-reply): Ditto.
1505         * gnus-msg.el (gnus-summary-handle-replysign): New.
1506
1507 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1510         if sending failed.
1511
1512 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1513
1514         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1515         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1516         to sign while encrypting.
1517
1518 2002-06-11  Simon Josefsson  <jas@extundo.com>
1519
1520         * gnus-int.el (gnus-request-move-article): Agent expire article if
1521         successfuly moved.
1522
1523         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1524         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1525
1526 2002-06-10  Simon Josefsson  <jas@extundo.com>
1527
1528         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1529
1530 2002-06-09  Simon Josefsson  <jas@extundo.com>
1531
1532         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1533
1534         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1535
1536 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1537
1538         * flow-fill.el (fill-flowed): Ignore errors.
1539
1540 2002-06-06  Simon Josefsson  <jas@extundo.com>
1541
1542         * message.el (message-send-mail-with-sendmail): Improve error message.
1543
1544 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1545
1546         * message.el (message-interactive): Change default from nil to t.
1547         Better to be safe than to be fast.
1548
1549 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1550
1551         * message.el (message-send-mail-with-sendmail): Check return value
1552         from call-process-region.
1553
1554 2002-06-04  Simon Josefsson  <jas@extundo.com>
1555
1556         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1557         (gnus-group-post-news, gnus-summary-mail-other-window)
1558         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1559         gnus-article-copy to nil, thereby inhibiting the `header' posting
1560         style match to use data from last viewed article.
1561         Suggested by Hrvoje Niksic.
1562
1563 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * spam.el (spam-point-at-eol): New alias.
1566         (spam-parse-whitelist): Use it.
1567
1568 2002-06-03  Simon Josefsson  <jas@extundo.com>
1569
1570         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1571         (nnmail-article-group): Use it.
1572
1573 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1574
1575         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1576         so that code reading them won't be surprised.  From Jesper Harder
1577         <harder@ifa.au.dk>.
1578
1579 2002-05-29  Simon Josefsson  <jas@extundo.com>
1580
1581         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1582         articles.
1583
1584         * gnus.el (gnus-agent-cache): Doc fix.
1585         (gnus-agent): Change default to t.
1586
1587         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1588         ARTICLES, GROUP and FORCE parameters.
1589
1590 2002-05-28  Simon Josefsson  <jas@extundo.com>
1591
1592         * gnus-group.el (gnus-group-line-format): Doc fix.
1593
1594 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1595
1596         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1597         original article before yanking.  From Jesper Harder
1598         <harder@ifa.au.dk>.
1599
1600 2002-05-26  Simon Josefsson  <jas@extundo.com>
1601
1602         * gnus-sum.el (gnus-summary-menu-split): New function.
1603         (gnus-summary-make-menu-bar): Split charset submenu.
1604         (gnus-summary-menu-maxlen): New variable.
1605         (gnus-summary-menu-split): Use it.
1606
1607 2002-05-25  Simon Josefsson  <jas@extundo.com>
1608
1609         * mml.el (mml-preview): Generate some headers.
1610
1611         * gnus.el (gnus-large-newsgroup): Fix :type.
1612
1613         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1614         Agent cache NOV's by default now).
1615         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1616
1617 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1618
1619         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1620         call to gnus-parent-id when we check for References loops.
1621         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1622         twice by saving the simplified subject string in simp-subject.
1623
1624 2002-05-23  Simon Josefsson  <jas@extundo.com>
1625
1626         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1627         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1628
1629         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1630         Niklas Morberg <niklas.morberg@axis.com>.
1631
1632 2002-05-22  Simon Josefsson  <jas@extundo.com>
1633
1634         * sieve.el (sieve-change-region): Define it before it is used.
1635
1636         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1637         (gnus-summary-reply): Ask for confirmation when replying to news.
1638         Defaults to not ask.  From Benjamin Rutt
1639         <rutt+news@cis.ohio-state.edu>.
1640
1641         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1642
1643 2002-05-21  Simon Josefsson  <jas@extundo.com>
1644
1645         * sieve-mode.el (sieve-manage): Fix autoloads.
1646
1647         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1648         name (makes it work with recent Cyrus timsieved).
1649
1650 2002-05-20  Jason  <jbaker@cs.utah.edu>
1651
1652         * gnus-art.el (gnus-request-article-this-buffer): Try
1653         reconnecting if you don't get the message.
1654
1655 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1658         Reply-To headers from the headers.
1659
1660 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * mm-url.el (mm-url-insert): Remove junk message.
1663
1664 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1667         (nnslashdot-use-front-page): New variable.
1668         (nnslashdot-request-list): Use it.
1669
1670         * mm-url.el (mm-url-timeout): New variable.
1671         (mm-url-retries): Ditto.
1672         (mm-url-insert): Use it.
1673
1674 2002-05-16  Simon Josefsson  <jas@extundo.com>
1675
1676         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1677         (gnus-simplify-subject-functions): Mention g-s-a-w.
1678
1679 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1680
1681         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1682         nnmail-cache-insert.
1683         * nndiary.el (nndiary-request-accept-article): Ditto.
1684         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1685         * nnimap.el (nnimap-request-accept-article): Ditto.
1686         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1687         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1688         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1689         * nnmh.el (nnmh-request-accept-article): Ditto.
1690         * nnmail.el (nnmail-cache-insert): Change group to required,
1691         removed code which tried to figure out the group.
1692
1693 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1694
1695         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1696         messages. From Hans de Graaff <hans@degraaff.org>.
1697         * nnml.el (nnml-request-accept-article): Pass in the group name to
1698         nnmail-cache-insert, since it's available.
1699
1700 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1701
1702         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1703
1704 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1705         From Florian Weimer <fw@deneb.enyo.de>.
1706
1707         * gnus.el (subscribed): New group parameter.
1708         (gnus-find-subscribed-addresses): Use it.
1709
1710 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1711
1712         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1713         the default for pgpmime to support pgp v2.
1714         * mml-sec.el (mml-signencrypt-style): New accessor function to
1715         allow users to get/set the signencrypt style more easily without
1716         frobbing the alist directly.
1717         * mml.el (mml-generate-mime-1): Use accessor function.
1718
1719 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1720
1721         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1722         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1723         <schwab@suse.de>.
1724
1725 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1726
1727         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1728         when intuiting the group the message is written to.  From Josh
1729         Huber <huber@alum.wpi.edu>.
1730
1731 2002-05-06  Simon Josefsson  <jas@extundo.com>
1732
1733         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1734         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1735
1736 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1737
1738         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1739         argument, and fixed compiler warning. (added autoload for
1740         gpg-encrypt).
1741
1742 2002-05-04  Simon Josefsson  <jas@extundo.com>
1743
1744         * mml1991.el (mml1991-function-alist): Doc fix.
1745
1746         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1747         doesn't exist (for previewing messages without having Gnus
1748         started).
1749
1750         * mm-util.el (mm-coding-system-priorities): Defcustom.
1751
1752         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1753
1754 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1755
1756         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1757         default.
1758         * mml-sec.el:
1759         * mml-sec.el (mml-signencrypt-style): New.
1760         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1761         argument `sign'.
1762         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1763         signencrypt.
1764         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1765         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1766         both signed & encryped is processed in one operation. (rather than
1767         two separate ops: sign, then encrypt)
1768         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1769         indication if a message is signed by an expired key.
1770         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1771         enables combined sign & encrypt operation. (this was always on
1772         before).
1773         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1774
1775 2002-05-01  Simon Josefsson  <jas@extundo.com>
1776
1777         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1778         server.
1779         (nnimap-mailbox-info): defvar instead of defvoo.
1780
1781 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1782
1783         * gnus.el: Oort Gnus v0.06 is released.
1784
1785 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * lpath.el: Bind url-package-version.
1788
1789 2002-05-01  Simon Josefsson  <jas@extundo.com>
1790
1791         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1792         filename before deleting the group itself, because the presence of
1793         a group filename decides if long filenames are used or not.
1794
1795         * gnus-art.el (gnus-button-alist): Don't inline
1796         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1797         without also modifying g-button-alist.
1798         (gnus-button-alist): Fix type to allow variable as well as regexp.
1799         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1800         themselves, variables to its contents.
1801         (gnus-button-entry): Ditto.
1802
1803 2002-05-01  Simon Josefsson  <jas@extundo.com>
1804
1805         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1806         UIDNEXT as a string.
1807
1808         * nnimap.el (nnimap-string-lessp-numerical): New function.
1809         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1810         integers.
1811
1812 2002-04-29  Simon Josefsson  <jas@extundo.com>
1813
1814         * nnmail.el (nnmail-cache-insert): Accept optional group
1815         parameter.
1816
1817         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1818         n-r-g-a is disabled.
1819
1820 2002-04-29  Simon Josefsson  <jas@extundo.com>
1821
1822         * nnimap.el (nnimap-split-fancy): Fix doc.
1823         (nnimap-split-fancy): Fix doc.
1824
1825         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1826         (nnimap-mailbox-info): New internal variable.
1827         (nnimap-retrieve-groups): Implement faster new mail check.
1828
1829         * nnimap.el (nnimap-split-articles): Support
1830         nnmail-cache-accepted-message-ids.
1831         (nnimap-request-accept-article): Ditto.
1832
1833         * imap.el (imap-mailbox-status-asynch): New command.
1834
1835 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1836
1837         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1838         are no subscribed mail groups.
1839         - Strip quoted names when comparing addresses
1840
1841 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1842
1843         * mm-decode.el (mm-text-html-renderer): Change customize type to
1844         const.
1845
1846         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1847         (gnus-debug-exclude-variables): do.
1848
1849 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1850
1851         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1852         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1853
1854 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * dns.el (dns-make-network-process): New macro.
1857         (query-dns): Use it.
1858
1859 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1860
1861         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1862         article-buffer.
1863
1864         * mm-url.el (mm-url-package-name): New variable.
1865         (mm-url-package-version): New variable.
1866         (mm-url-insert-file-contents): Bind url-package-name and
1867         url-package-version here.
1868         * nnrss.el (nnrss-insert-w3): Move the bindings.
1869
1870         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1871         url-package-version. Trivial change from Andrew J Cosgriff
1872         <ajc@polydistortion.net>
1873
1874         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1875         attachments. Trivial change from Peter 'Luna' Runestig
1876         <peter@runestig.com>.
1877
1878 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1879
1880         * nnkiboze.el (nnkiboze-request-scan): Call
1881         nnkiboze-possibly-change-group.
1882         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1883         problems.
1884         (nnkiboze-generate-group): Set newsrc to the *highest* article
1885         number kibozed, not the lowest.
1886
1887 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1888
1889         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1890
1891 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1892         From Dan Christensen <jdc+news@uwo.ca>.
1893
1894         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1895         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1896         Recognize math postings.  Extract Date (now ignores "(15kb)").
1897         Extract email address using gnus-extract-address-components
1898         instead of just taking the first word.  Create Date and From
1899         headers for message which are missing these headers.  Get rid
1900         of spurious \\ lines (purely cosmetic).  Extend body-end and
1901         file-end regexps, to exclude more garbage from the message.
1902         Make URL rephrasing regexp more flexible, to match current
1903         format.
1904
1905 2002-04-23  Simon Josefsson  <jas@extundo.com>
1906
1907         * netrc.el: New file, functions copied from gnus-util.el by Ted
1908         Zlatanov <tzz@lifelogs.com>.
1909
1910         * gnus-util.el: Require netrc.
1911         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1912         new code in netrc.el.
1913
1914 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1915
1916         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1917         message-ignored-resent-headers, too.  From Matthieu Moy
1918         <Matthieu.Moy@imag.fr>.
1919
1920 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1921
1922         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1923         boolean not a string
1924         * gnus-group.el (gnus-group-line-format): add description of %C
1925         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1926           as %C
1927         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1928
1929 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1930
1931         * nnmaildir.el (nnmaildir-request-scan): typo: set
1932         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1933         nnmail-get-new-mail for 'find-new-groups.
1934
1935 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1936
1937         * nnmaildir.el (nnmaildir-request-update-info,
1938         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1939         unnecessary calls to nnmaildir-request-scan.
1940
1941 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1942
1943         * gnus-msg.el:
1944         * gnus-msg.el (gnus-message-replysign): New.
1945         * gnus-msg.el (gnus-message-replyencrypt): New.
1946         * gnus-msg.el (gnus-message-replysignencrypted): New.
1947         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1948         (above) to automatically encrypt/sign to encrypted/signed
1949         messages.
1950         * message.el:
1951         * message.el (message-mode-map): Add keybinding for
1952         `message-to-list-only'
1953         * message.el (message-mode): Add description for
1954         `message-to-list-only'
1955         * message.el (message-to-list-only): New.
1956         * message.el (message-make-mft): Changed to use the cl loop macro,
1957         and added optional flag to return only the matched list. (for use
1958         in new message-to-list-only function)
1959
1960 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1961
1962         * gnus-msg.el:
1963         * gnus-msg.el (gnus-message-replysign):
1964         * gnus-msg.el (gnus-replysign): New.
1965         * gnus-msg.el (gnus-replyencrypt): New.
1966         * gnus-msg.el (gnus-replysignencrypted): New.
1967         * gnus-msg.el (gnus-summary-reply):
1968         * message.el:
1969         * message.el (message-mode-map):
1970         * message.el (message-mode):
1971         * message.el (message-to-list-only): New.
1972         * message.el (message-make-mft):
1973
1974 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1975
1976         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1977
1978 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1979
1980         * message.el (message-gen-unsubscribed-mft): accept a prefix
1981         argument so CC can be included with C-u C-c C-f C-a
1982
1983 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1984         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1985
1986         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1987         Improve docstring.
1988         (spam-enter-blacklist): New command.
1989
1990         * gnus-sum.el (gnus-spam-mark): New mark.
1991         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1992         (gnus-summary-make-tool-bar): Correct conditional.
1993         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1994         (gnus-summary-mark-as-spam): New command.
1995
1996 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1997
1998         * mml-sec.el (mml-secure-message): changed to support arbritrary
1999         modes.
2000         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2001         changed to support "signencrypt" mode.
2002         * mml.el (mml-parse-1): changed to support different secure modes
2003         more easily. (for signencrypt)
2004
2005 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2006
2007         * gnus-sum.el (gnus-update-summary-mark-positions)
2008         (gnus-summary-toggle-header):
2009         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2010         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2011         (gnus-uu-post-encoded):
2012         * nnfolder.el (nnfolder-possibly-change-group):
2013         * nnimap.el (nnimap-retrieve-headers):
2014         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2015
2016 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2017
2018         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2019         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2020
2021 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-srvr.el (gnus-server-set-info): Clear
2024         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2025         From Daiki Ueno <ueno@unixuser.org>.
2026
2027 2002-04-11  Simon Josefsson  <jas@extundo.com>
2028
2029         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2030         viewing of security buttons.  Thanks to Nicolas Kowalski
2031         <Nicolas.Kowalski@imag.fr>.
2032
2033         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2034         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2035         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2036         <Nicolas.Kowalski@imag.fr>.
2037         (smime-decrypt-buffer): Ditto.
2038
2039 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2042         header line.
2043
2044 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2045
2046         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2047
2048 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2049
2050         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2051
2052 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2053
2054         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2055         errors when debug.
2056
2057 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2058
2059         * message.el (message-make-mft): Changed MFT code from using
2060         message-recipients (which included Bcc) to use only the To and CC
2061         headers.
2062
2063 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2064
2065         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2066         add link.
2067         (gnus-treat-mail-picon): Ditto.
2068         (gnus-treat-newsgroups-picon): Ditto.
2069         (gnus-picon-databases): Fix custom type.
2070         (gnus-picon-databases): Add link.
2071         (gnus-article-x-face-command): Add to gnus-picon group.
2072
2073 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2074
2075         * message.el (message-buffer-naming-style): Remove.
2076
2077 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2078
2079         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2080
2081         * message.el (message-tool-bar-map): Ditto.
2082
2083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2084
2085 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2086
2087         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2088
2089 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2090
2091         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2092
2093 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2094
2095         * dns.el: open-network-stream under XEmacs does udp.
2096
2097 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2098
2099         * spam.el (spam-enter-whitelist): New function.
2100         (spam-parse-whitelist): Ditto.
2101         (spam-refresh-list-cache): Ditto.
2102         (spam-address-whitelisted-p): New function.
2103
2104         * dns.el (query-dns): Use TCP when make-network-process isn't
2105         available.
2106         (dns-servers): New variable.
2107         (dns-parse-resolv-conf): New function.
2108         (query-dns): Use it.
2109
2110         * spam.el: New file.
2111
2112         * dns.el (query-dns): Test.
2113
2114 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * lpath.el (featurep): Bind make-network-process.
2117
2118 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2119
2120         * nnmaildir.el: Use defstruct.  Use a single copy of
2121         nnmail-extra-headers to save memory.  Store server's group name
2122         prefix instead of each group's prefixed name.
2123         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2124         nntp-server-buffer.
2125
2126 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * dns.el: New file.
2129
2130 2002-03-28  Simon Josefsson  <jas@extundo.com>
2131
2132         * gnus-sum.el (gnus-summary-dummy-line-format):
2133         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2134         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2135
2136 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2137
2138         * gnus-sum.el (gnus-summary-move-article)
2139         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2140         the doc string.
2141
2142 2002-03-28  Simon Josefsson  <jas@extundo.com>
2143
2144         * mml-sec.el (mml-secure-message): Search after
2145         mail-header-separator from top of message.
2146
2147 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2148
2149         * nnmaildir.el: Cosmetic changes.
2150         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2151         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2152         nnmaildir--group-ls): New macros/functions.  Use them.
2153         (nnmaildir--unlink): Evalutate argument only once.
2154
2155 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2156
2157         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2158         symbols.
2159         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2160         `gnus-point-at-eol'.
2161
2162 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2163
2164         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2165         nnmaildir--marks-dir): New macros.  Use them.
2166         Use inhibit-quit for atomicity instead of in-memory journaling.
2167         (nnmaildir--edit-prep): New function.
2168         (Local Variables): Use it.
2169
2170 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2171
2172         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2173
2174 2002-03-25  Simon Josefsson  <jas@extundo.com>
2175
2176         * message.el (message-mode): Fix doc.
2177
2178 2002-03-25  Simon Josefsson  <jas@extundo.com>
2179
2180         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2181         Matthieu Moy <Matthieu.Moy@imag.fr>.
2182
2183 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2184
2185         * mml-sec.el (mml-unsecure-message): Add docstring.
2186
2187 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2188
2189         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2190         value.
2191         Trivial change from andre@slamdunknetworks.com
2192
2193 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2194
2195         * mml.el (mml-mode-map): Added a keybinding for
2196         `mml-unsecure-message'.  Also, added a menu entry for said
2197         function in the Attachments menu.
2198
2199 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * canlock.el (canlock-version): Remove.
2202         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2203         here; simplify \x insertions.
2204         (canlock-sha1): New function, always return a unibyte string.
2205         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2206         of a password.
2207         (canlock-insert-header): Use `canlock-sha1'.
2208         (canlock-verify): Ditto.
2209
2210 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2211
2212         * message.el (message-fix-before-sending): Add an option that
2213         ignores illegible text.
2214         Trivial change from Mark Milhollan <mlm@attglobal.net>
2215
2216         * message.el (message-font-lock-keywords): Support multi-line MML
2217         tags.
2218
2219         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2220         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2221
2222 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2225         symbols for "View as different encoding" submenu.
2226
2227 2002-03-19  Simon Josefsson  <jas@extundo.com>
2228
2229         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2230         encoding" submenu.
2231
2232 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2233
2234         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2235
2236 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2237
2238         * gnus-sum.el (gnus-sum-thread-tree-root)
2239         (gnus-sum-thread-tree-single-indent)
2240         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2241         (gnus-sum-thread-tree-leaf-with-other)
2242         (gnus-sum-thread-tree-single-leaf): Make customizable.
2243
2244 2002-03-16  Simon Josefsson  <jas@extundo.com>
2245
2246         * gnus-util.el (gnus-extract-address-components): Don't break on
2247         names such as James "Kibo" Parry.  From Francis Litterio
2248         <franl@world.std.com>.
2249
2250 2002-03-13  Simon Josefsson  <jas@extundo.com>
2251
2252         * pop3.el (pop3-open-server): Revert multibyte change.  From
2253         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2254
2255         * message.el (message-send-mail-with-qmail): Make it work.  From
2256         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2257
2258 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2259
2260         * message.el (message-make-mft): Set case-fold-search while
2261         generating the MFT.  Also, a little cleanup in the MFT code.
2262
2263 2002-03-12  Simon Josefsson  <jas@extundo.com>
2264
2265         * message.el (message-qmail-inject-args): May be function.
2266         (message-send-mail-with-qmail): Call function if m-q-i-a is
2267         function.  From fn@hungry.org (Faried Nawaz).
2268
2269 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2270
2271         * message.el (message-abbrevs-loaded): Remove.
2272         (mailabbrev): Require it.
2273
2274         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2275
2276 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * pop3.el (pop3-open-server): Set process buffer unibyte.
2279
2280 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2283
2284 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2285
2286         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2287         too.
2288
2289 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2290
2291         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2292         duplication.
2293         (gnus-summary-save-parts-type-history): Ditto.
2294         (gnus-summary-save-parts-last-directory): Ditto.
2295         Trivial change from andre@slamdunknetworks.com
2296
2297 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2298
2299         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2300
2301 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2302
2303         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2304         -->" as the end of the first article.
2305
2306         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2307         From Matthieu Moy <Matthieu.Moy@imag.fr>
2308
2309         * message.el (message-add-action): Use add-to-list.
2310         (message-delete-action): New function.
2311
2312         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2313         pieces.
2314
2315 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2316
2317         * nnnil.el: New file.
2318         * gnus.el (gnus-valid-select-methods): Include nnnil.
2319
2320 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2321
2322         * message.el (message-syntax-checks): Because canlock is
2323         supported, we disable sender syntax check.
2324         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2325
2326         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2327         value of message-syntax-checks.
2328
2329         * qp.el (quoted-printable-decode-region): Doc addition.
2330         From: Eli Zaretskii <eliz@is.elta.co.il>
2331
2332         * mail-source.el (make-source-make-complex-temp-name): Use
2333         make-temp-file.
2334
2335         * mm-util.el (mm-make-temp-file): New function.
2336         * nneething.el (nneething-file-name): Use it.
2337         * mml-smime.el (mml-smime-encrypt): Ditto.
2338         * mm-view.el (mm-inline-wash-with-file): Ditto.
2339         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2340         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2341         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2342         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2343         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2344         * gnus-art.el (gnus-mime-print-part): Ditto.
2345
2346 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2347
2348         * message.el (nnmaildir-article-number-to-base-name): New
2349         function.
2350         (nnmaildir-base-name-to-article-number): New function.
2351
2352 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * smime.el (smime-make-temp-file): Don't quote
2355         `temporary-file-directory'.
2356
2357 2002-03-04  Simon Josefsson  <jas@extundo.com>
2358
2359         * smime.el (smime-sign-region): Rename argument keyfiles to
2360         keyfile. You only sign something with one key.
2361         (smime-sign-buffer): Better completing-read prompt.
2362         (smime-decrypt-buffer): Ditto.
2363
2364         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2365
2366         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2367         completing-read.
2368         (mm-view-pkcs7-decrypt): CRLF->LF.
2369
2370 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2371
2372         * message.el (message-hierarchical-addresses): New variable.
2373         (message-get-reply-headers): Use it.
2374         From Ted Zlatanov <teodor.zlatanov@divine.com>
2375
2376 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2377
2378         * message.el (message-mode): If buffer-file-name, don't set auto
2379         save file name.
2380         Trivial change from Geoff Greene <ggreene@wpi.edu>
2381
2382 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2383
2384         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2385         takes one argument in read-char.
2386
2387         * message.el (message-fix-before-sending): Forward a char.
2388         Check mmu-multibyte-p, add control-1.
2389
2390 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2391
2392         * gnus-start.el (gnus-read-init-file): Ditto.
2393
2394         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2395
2396         * dgnushack.el (dgnushack-make-load): Ditto.
2397
2398         * mail-source.el (mail-source-fetch): Extract the right error
2399         code.
2400
2401         * message.el (message-fix-before-sending): Check illegible text.
2402
2403         * gnus-util.el (gnus-multiple-choice): New function.
2404
2405         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2406         also defined in gnus-score.el.
2407
2408 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2409
2410         * message.el (message-get-reply-headers): downcase email addresses
2411         for comaparisons for duplicate removal.
2412
2413 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2414
2415         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2416         implementation of PKCS#7, which just allows users read the
2417         message.
2418         (mm-view-pkcs7): Use it.
2419
2420 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2421
2422         * gnus.el (large-newsgroup-initial): New parameter.
2423
2424         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2425         (gnus-summary-insert-old-articles): Ditto.
2426
2427 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2428
2429         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2430         used as the default answer of the question, "How many articles?".
2431         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2432
2433         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2434         small numbers.
2435
2436 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2437
2438         * deuglify.el: Fix comments.
2439
2440 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2441
2442         * html2text.el (html2text-clean-anchor): If there is no HREF,
2443         insert nothing.
2444
2445         * mml.el (mml-generate-mime-1): Add cdr.
2446         From: andre@slamdunknetworks.com
2447
2448         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2449         (mm-text-html-washer-alist): Ditto.
2450
2451         * mm-decode.el (mm-text-html-renderer): Add html2text.
2452
2453         * html2text.el: Face lift.
2454
2455         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2456
2457 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2460
2461         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2462
2463         * deuglify.el: New file. The original file name is
2464         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2465
2466         * mm-decode.el (mm-display-external): Use
2467         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2468
2469 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2470
2471         * nnmaildir.el (nnmaildir-request-list): Report the highest
2472         article number, not the total number of articles.
2473
2474 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2475
2476         * gnus-sum.el: Move uu key map here.
2477         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2478
2479 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2480
2481         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2482         nnmail-expiry-wait* if expire-age parameter is not set.
2483
2484 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2485
2486         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2487         function.
2488         (gnus-group-sort-selected-groups-by-real-name): New function.
2489         (gnus-group-make-menu-bar): Add sort by real name.
2490
2491         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2492         rebuild.
2493         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2494         nil as dependencies as well.
2495
2496 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2497
2498         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2499         for mime-parts.
2500
2501         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2502
2503         * gnus-group.el (gnus-group-name-decode): Don't test
2504         multibyte-string, because it breaks XEmacs.
2505         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2506
2507         * message.el (message-send-mail): Be talkative.
2508
2509         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2510         (mm-automatic-display): Ditto.
2511
2512         * mailcap.el (mailcap-mime-data): Ditto.
2513         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2514
2515 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * many files: Remove trailing whitespaces, replace spc+tab with
2518         tab, replace leading whitespaces with tabs.
2519
2520 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2521
2522         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2523         articles with no body and no blank line after the header.
2524
2525 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2526
2527         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2528         parts.
2529
2530         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2531         non-ascii chars.
2532
2533         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2534
2535         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2536         w3-delay-image-loads.
2537         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2538         (mm-w3-prepare-buffer): Ditto.
2539
2540         * mail-source.el (mail-source-fetch-directory): Run scripts.
2541
2542 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2545         for Majordomo confirmations.
2546
2547 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2550
2551 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2554
2555 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2556
2557         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2558         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2559
2560 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2561
2562         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2563         (mm-inline-render-with-stdin): Ditto.
2564         (mm-inline-render-with-function): Ditto.
2565         (mm-inline-wash-with-file): Bind coding-system-for-write.
2566         (mm-inline-wash-with-stdin): Ditto.
2567
2568 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2569
2570         Suggested by Felix Natter <fnatter@gmx.net>
2571
2572         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2573         gnus-mime-externalize-view.
2574         (gnus-mime-view-part-internally): Rename from
2575         gnus-mime-internalize-view.
2576         (gnus-article-view-part-externally): Rename from
2577         gnus-article-externalize-part.
2578         (gnus-mime-action-alist): Change correspondingly.
2579         (gnus-mime-button-commands): Ditto.
2580         (gnus-mime-action-alist): Remove duplication.
2581
2582         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2583
2584 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2585
2586         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2587
2588         * gnus-art.el (gnus-display-mime): Use it.
2589
2590         * mm-partial.el (mm-partial-find-parts): Use it.
2591
2592         * gnus-sum.el (gnus-article-loose-mime): Rename from
2593         gnus-article-no-strict-mime.
2594         (gnus-summary-save-parts): Use it.
2595
2596 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2599         local variable.
2600
2601         * gnus-art.el (article-display-x-face): Don't sort multiple
2602         X-Faces.
2603
2604 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2607         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2608
2609         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2610
2611 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2612
2613         Some ideas is inspired by code from Hrvoje Niksic
2614         <hniksic@arsdigita.com>
2615
2616         * gnus-art.el (gnus-article-wash-function): Set the default to
2617         nil, so that we use mm-text-html-renderer instead.
2618         (article-wash-html): Use mm-text-html-renderer.
2619
2620         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2621         (mm-text-html-renderer): New variable.
2622         (mm-inline-text-html-renderer): Set the default to nil, so that we
2623         use mm-text-html-renderer instead.
2624
2625         * mm-view.el (mm-inline-text-html): New function.
2626         (mm-text-html-renderer-alist): New variable.
2627         (mm-inline-text-vcard): New function.
2628         (mm-inline-text): Split.
2629         (mm-links-remove-leading-blank): New function.
2630         (mm-inline-render-with-file): New function.
2631         (mm-inline-render-with-stdin): New function.
2632         (mm-inline-render-with-function): New function.
2633         (mm-text-html-washer-alist): New variable.
2634         (mm-inline-wash-with-file): New function.
2635         (mm-inline-wash-with-stdin): New function.
2636
2637 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * message-utils.el: Fix installation doc.
2640         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2641
2642 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2643
2644         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2645         (gnus-post-method): Use it.
2646         (gnus-summary-cancel-article): Find the correct post-method.
2647
2648         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2649         * message.el (message-send-news): Ditto.
2650         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2651         <ipmonger@delamancha.org>
2652
2653         * gnus.el (gnus-select-method): Fix doc.
2654         (gnus-server-string): Use 'using nntp'.
2655
2656         * gnus-agent.el (gnus-slave-unplugged): New command.
2657         From: Felix Natter <fnatter@gmx.net>
2658
2659 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2660
2661         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2662         Call edit-done-function first, then change the window
2663         configuration.
2664         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2665         (gnus-article-edit-mode): mml-mode.
2666
2667         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2668         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2669
2670         * message-utils.el: Adopt the file.
2671
2672         * message-utils.el: New file.
2673         From Holger Schauer <Holger.Schauer@gmx.de>
2674
2675 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2676
2677         * gnus-sum.el (gnus-summary-move-article): Select-article only
2678         when gnus-move-split-methods is non-nil. And we don't render or
2679         mark the article.
2680
2681         * gnus-fun.el (gnus-shell-command-to-string): New function.
2682         (gnus-shell-command-on-region): New function.
2683         (gnus-random-x-face): Use them.
2684         (gnus-x-face-from-file): Ditto.
2685         (gnus-convert-image-to-gray-x-face): Ditto.
2686         (gnus-convert-gray-x-face-to-xpm): Ditto.
2687         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2688
2689 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-art.el (gnus-treat-display-xface): Don't use
2692         `shell-command-to-string' when compiling.
2693         (gnus-treat-display-grey-xface): Ditto.
2694
2695 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2696
2697         * nnmaildir.el (nnmaildir--article-count): If the group is
2698         completely empty, report minimum article number as 1 instead of 0.
2699
2700 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2701
2702         * gnus-agent.el (gnus-get-predicate): Use nconc.
2703
2704         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2705         gnus-summary-display-cache as cache.
2706
2707         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2708         (nndoc-mail-in-mail-type-p): New function.
2709         (nndoc-mail-in-mail-article-begin): New function.
2710
2711 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2712
2713         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2714
2715         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2716         use-hard-newlines to nil.
2717
2718         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2719         image is not available if window-system is not available.
2720
2721         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2722
2723 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2724
2725         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2726         bookmark, because update-mark doesn't handle it correctly.
2727
2728 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2731         directly instead of calling message-send-mail.
2732
2733         * gnus-start.el (gnus-read-descriptions-file): Use
2734         gnus-default-charset.
2735
2736         * mm-util.el (mm-guess-mime-charset): New function.
2737
2738         * gnus.el (gnus-default-charset): Use it.
2739         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2740         the default.
2741
2742 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2745         (article-display-x-face): Use it.  Disable grey xface, if
2746         uncompface is not found.
2747
2748         * message.el (message-mode): Don't enable multibyte on an indirect
2749         buffer.
2750
2751         * nnrss.el (nnrss-content-function): New variable.
2752         (nnrss-request-article): Use it.
2753
2754 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2755
2756         * gnus.el: Add article-unsplit-urls.
2757         * gnus-sum.el: Ditto.
2758         * gnus-art.el (gnus-treat-strip-cr): New variable.
2759         (gnus-treatment-function-alist): Use it.
2760         (article-unsplit-urls): New function.
2761         (gnus-article-make-menu-bar): Use it.
2762         From: Michael Cook <michael.cook@cisco.com>
2763
2764 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2765
2766         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2767         copy.
2768
2769 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2770
2771         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2772         with internal whitespace.
2773         (gnus-parent-id): Ditto.
2774
2775 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2776
2777         * gnus-art.el (gnus-article-treat-body-boundary): Add
2778         gnus-decoration property.
2779         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2780
2781         * message.el (message-mode): Set local-abbrev-table.
2782         From Matt Armstrong <matt@lickey.com>.
2783
2784         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2785         too many spaces.
2786
2787         * rfc2047.el (rfc2047-unfold-region): Ditto.
2788         (rfc2047-decode-region): Don't unfold. Let
2789         gnus-article-treat-unfold-headers do it.
2790
2791         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2792         From: Jesper Harder <harder@ifa.au.dk>
2793
2794 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2797         (gnus-configure-posting-styles): Use it.
2798         (gnus-configure-posting-styles): Remove trailing newspaces.
2799
2800 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2803         is non-nil.
2804
2805         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2806
2807         * gnus.el (gnus-server-to-method): Switch position with
2808         gnus-server-get-method.
2809         (gnus-agent): Add doc.
2810
2811         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2812         (gnus-summary-save-parts): Use it.
2813
2814         * gnus-art.el (gnus-display-mime): Use it.
2815         * mm-partial.el (mm-partial-find-parts): Use it.
2816
2817         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2818
2819         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2820         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2821
2822         * nnagent.el (nnagent-request-expire-articles): Don't delete
2823         files.
2824
2825 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2826
2827         * message.el (message-gen-unsubscribed-mft): New function.
2828         From Sriram Karra <karra@cs.utah.edu>.
2829
2830         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2831         open parenthesis.
2832
2833         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2834         (mm-inline-text-html-render-with-w3): Ditto.
2835         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2836         Suggested by Dave Love  <d.love@dl.ac.uk>.
2837
2838         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2839
2840         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2841         * nntp.el (nntp-send-command): Ditto.
2842         * nntp.el (nntp-send-command-nodelete): Ditto.
2843
2844 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2845
2846         * mm-url.el (mm-url-load-url): New function.
2847         (mm-url-insert-file-contents): Use it.
2848
2849         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2850
2851         * message.el (message-forward-make-body): Correctly copy
2852         forward-buffer.
2853
2854         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2855
2856 2002-02-04  Simon Josefsson  <jas@extundo.com>
2857
2858         * gnus-art.el (gnus-article-followup-with-original): Mark with
2859         force, prevent errors when following up from article buffer.
2860         (gnus-article-reply-with-original): Ditto.
2861
2862         * binhex.el (binhex-decoder-switches): Fix doc.  From
2863         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2864
2865 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2866
2867         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2868         highlight-citation after emphasize.
2869
2870 2002-02-04  Simon Josefsson  <jas@extundo.com>
2871
2872         * nnfolder.el (nnfolder-open-marks):
2873
2874         * nnml.el (nnml-open-marks): Message when done.  From David
2875         Edmondson <dme@sun.com>.
2876
2877 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * imap.el (imap-anonymous-auth): Fix typo.
2880         From: Steinar Bang <sb@dod.no>
2881
2882         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2883         save-excursion.
2884         (gnus-cache-braid-heads): Ditto.
2885
2886         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2887         line, because there are extra articles in the overview buffer.
2888
2889         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2890
2891         * message.el (message-forward-rmail-make-body): Directly use
2892         rmail-msg-restore-non-pruned-header to avoid calling
2893         vertical-motion.
2894
2895 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2896
2897         * gnus-cache.el (gnus-summary-insert-cached-articles):
2898         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2899
2900         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2901         gnus-newsgroups-unselected.
2902
2903         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2904         gnus-add-to-sorted-list.
2905
2906         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2907         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2908         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2909         (gnus-update-read-articles): UNREAD is sorted.
2910         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2911         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2912         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2913         (gnus-newsgroup-dormant): Require sorted.
2914
2915         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2916         directories.
2917         (gnus-dired-print): New function.
2918
2919         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2920         ps-despool.
2921
2922 2002-02-02  Simon Josefsson  <jas@extundo.com>
2923
2924         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2925
2926 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2927
2928         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2929         t. This makes gnus-agent customizable without putting
2930         gnus-agentize into .gnus.
2931
2932         * gnus.el (gnus-agent): Make it customizable.
2933
2934         * gnus-dired.el: New file.
2935         From Benjamin Rutt <brutt@bloomington.in.us>
2936
2937         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2938         if no article.
2939         (gnus-cache-possibly-remove-article): Ditto.
2940         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2941
2942 2002-02-01  Simon Josefsson  <jas@extundo.com>
2943
2944         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2945
2946 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2949         (mm-setup-w3m): Don't bind keys listed in the above.
2950
2951 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2954         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2955         is non-nil; bind `w3m-force-redisplay' with nil.
2956
2957         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2958
2959         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2960
2961 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2962
2963         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2964         use mail-header-unfold-field.
2965
2966         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2967         gnus-summary-limit.
2968
2969         * gnus-range.el (gnus-add-to-sorted-list): New function.
2970         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2971         (gnus-mark-article-as-unread): Ditto.
2972         (gnus-summary-mark-article-as-unread): Ditto.
2973         (gnus-build-get-header): Ditto.
2974         (gnus-summary-prepare-threads): Ditto.
2975         (gnus-summary-insert-pseudos): Ditto.
2976         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2977         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2978         (gnus-summary-insert-old-articles): Ditto.
2979
2980         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2981         (gnus-configure-posting-styles): Support the new format.
2982
2983         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2984         edebug-form-spec to (sexp body).
2985         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2986
2987         * message.el (message-reply-headers): Add doc.
2988
2989 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2990
2991         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2992         gnus-cache-active-hashtb.
2993
2994         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2995         (gnus-agent-summary-fetch-group): Use it.
2996
2997         * gnus-msg.el (gnus-debug-files): New variable.
2998         (gnus-debug-exclude-variables): New variable.
2999         (gnus-debug): Use them.
3000
3001         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3002
3003 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3004
3005         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3006         (message-mode-syntax-table): Move back the previous position.
3007
3008         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3009
3010         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3011         gnus-sorted-difference.
3012
3013         * nnsoup.el (nnsoup-request-expire-articles): Use
3014         gnus-sorted-difference.
3015
3016         * nnheader.el: Autoload gnus-sorted-difference.
3017
3018         * nnfolder.el (nnfolder-request-expire-articles): Use
3019         gnus-sorted-difference.
3020
3021         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3022         gnus-sorted-difference.
3023
3024         * gnus-range.el: Autoload cookies.
3025         (gnus-sorted-difference): New function.
3026         (gnus-sorted-ndifference): New function.
3027         (gnus-sorted-nintersection): Rename from
3028         gnus-set-sorted-intersection.
3029         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3030         (gnus-list-range-difference): Rename from
3031         gnus-inverse-list-range-intersection.
3032         (gnus-inverse-list-range-intersection): Use defalias.
3033
3034         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3035         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3036         (gnus-articles-to-read): Use gnus-sorted-difference.
3037         (gnus-summary-limit-mark-excluded-as-read): Use
3038         gnus-sorted-intersection and gnus-sorted-ndifference.
3039         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3040         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3041
3042         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3043
3044 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3047         property to the buffer for using emacs-w3m command keys.
3048
3049         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3050         option.
3051
3052         * mm-view.el (mm-w3m-mode-map): New variable.
3053         (mm-w3m-mode-command-alist): New variable.
3054         (mm-w3m-minor-mode): Removed.
3055         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3056         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3057         buffer for using emacs-w3m command keys.
3058
3059 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3060
3061         * message.el (message-mode-syntax-table): Move forward.
3062         (message-cite-prefix-regexp): Auto detect non word constituents.
3063         (message-cite-prefix-regexp): Don't use with-syntax-table.
3064
3065         * gnus-sum.el (gnus-summary-update-info): Use
3066         gnus-list-range-intersection.
3067
3068         * gnus-agent.el (gnus-agent-fetch-headers): Use
3069         gnus-list-range-intersection.
3070
3071         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3072         (gnus-list-range-intersection): Use it.
3073         (gnus-inverse-list-range-intersection): Ditto.
3074         (gnus-sorted-intersection): Add doc.
3075         (gnus-set-sorted-intersection): Add doc.
3076         (gnus-sorted-union): New function.
3077         (gnus-set-sorted-union): New function.
3078
3079         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3080         (gnus-inverse-list-range-intersection): Ditto.
3081
3082 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3083
3084         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3085
3086         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3087         and permit `:' and `\' in order to handle full Windows pathnames.
3088         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3089         technically not correct per standard, but seems to have common use.
3090
3091 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3092
3093         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3094         replacing numbers.
3095
3096 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3097
3098         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3099
3100         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3101         Don't split when the window is small, e.g. when a small *BBDB*
3102         window is the lowest one.
3103
3104         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3105         nnheader-find-nov-line to speed up. Use nreverse, because it is
3106         sorted. Use nnheader-insert-nov-file.
3107
3108 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3111
3112         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3113         of `w3m-display-inline-images' with the value of
3114         `mm-inline-text-html-with-images'.
3115         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3116
3117         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3118
3119 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3120
3121         * time-date.el: Add autoload cookies.  Many doc fixes.
3122         (time-add): New function.
3123         (time-subtract): Renamed from subtract-time.
3124         (subtract-time): New alias for time-subtract.
3125
3126 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3129         emacs-w3m in doc-string.
3130
3131         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3132         `w3m-current-buffer'.
3133
3134 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3135
3136         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3137
3138         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3139         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3140         (mm-w3m-cid-retrieve): New function.
3141         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3142
3143 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3144
3145         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3146
3147 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3150
3151 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3154         32K.
3155
3156         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3157
3158         * nnmail.el (nnmail-article-group): Decode headers before running
3159         split rules over them.
3160         (nnmail-mail-splitting-charset): New variable.
3161
3162         * smiley.el: Replaced with smiley-ems.el.
3163
3164 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3165
3166         * mm-url.el (mm-url-predefined-programs): Add w3m.
3167         (mm-url-program): Ditto.
3168
3169 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * nnml.el (nnml-use-compressed-files): New variable.
3172         (nnml-filenames-are-evil): Removed.
3173         (nnml-current-group-article-to-file-alist): Don't use.
3174         (nnml-update-file-alist): Inhibit.
3175         (nnml-article-to-file): Use new var.
3176
3177 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3178
3179         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3180
3181         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3182
3183 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3186         function.
3187
3188         * gnus-util.el (gnus-cache-file-contents): New function.
3189
3190         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3191         (gnus-agent-load-alist): Use it.
3192
3193         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3194
3195         * nnheader.el (nnheader-insert-nov-file): New function.
3196
3197         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3198
3199         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3200         there are no references.
3201         (gnus-extract-message-id-from-in-reply-to): New function.
3202         (gnus-nov-parse-line): Use in-reply-to if there are no
3203         references.
3204
3205 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3208
3209         * gnus-util.el (gnus-parse-without-error): New macro.
3210
3211 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3212
3213         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3214         (gnus-article-wash-function): use locate-library to decide which
3215         to use.
3216
3217 2002-01-25  Simon Josefsson  <jas@extundo.com>
3218
3219         * pop3.el (pop3-munge-message-separator): Work if no date.
3220         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3221
3222 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-agent.el (gnus-agent-save-alist): Fix.
3225
3226         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3227         mistake.  Reinstated lost code.
3228
3229 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3230
3231         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3232         one exists in the case of an encrypted message with an internal
3233         signature.
3234
3235 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3238
3239 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * dgnushack.el: Commented out the experimental code.
3242
3243 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3246         error.
3247
3248         * gnus.el (gnus-server-to-method): Made into subst.
3249         (gnus-server-method-cache): New variable.
3250         (gnus-server-to-method): Use it.
3251         (gnus-group-method-cache): New variable.
3252         (gnus-find-method-for-group-1): Renamed.
3253         (gnus-find-method-for-group): New function.
3254         (gnus-group-method-cache): Removed.
3255
3256         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3257         function.
3258
3259         * gnus-range.el (gnus-members-of-range): New function.
3260         (gnus-list-range-intersection): Renamed.
3261         (gnus-inverse-list-range-intersection): New function.
3262
3263         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3264
3265         * nnagent.el (nnagent-retrieve-headers): New implementation.
3266
3267         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3268         implementation.
3269
3270 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3273         `w3m-meta-content-type-charset-regexp'.
3274
3275         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3276         charset-encoded html contents.
3277
3278 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3279
3280         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3281         an empty file.
3282
3283         * nnweb.el (url): Ignore errors when request url.
3284
3285         * nnrss.el: Clean up the comments.
3286
3287 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3290
3291         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3292         (mm-inline-media-tests): Test whether the value of
3293         `mm-inline-text-html-renderer' is a function for text/html.
3294
3295         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3296         separated from `mm-inline-text'.
3297         (mm-w3m-minor-mode): New variable.
3298         (mm-w3m-setup): New variable.
3299         (mm-setup-w3m): New function.
3300         (mm-inline-text-html-render-with-w3m): New function.
3301         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3302         text/html.
3303
3304 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3305
3306         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3307
3308 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3311         and `gnus-xmas-completing-read'.
3312
3313 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3314
3315         * nneething.el (nneething-message-id-number): Abolished.
3316         (nneething-encode-file-name): Not encode numerical characters.
3317         (nneething-make-head): `nneething-message-id-number' is not
3318         used to generate message IDs.
3319
3320 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3323         characters.
3324
3325 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3328         (gnus-xmas-redefine): Redefine conditionally.
3329
3330 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3331
3332         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3333         tag.
3334
3335 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3336
3337         * message.el (message-font-lock-keywords): Added the secure tag.
3338         * mml-sec.el: Added functions to generate/modify/remove the secure
3339         tag while in message mode.
3340         * mml-sec.el (mml-secure-message): New.
3341         * mml-sec.el (mml-unsecure-message): New.
3342         * mml-sec.el (mml-secure-message-sign-smime): New.
3343         * mml-sec.el (mml-secure-message-sign-pgp): New.
3344         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3345         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3346         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3347         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3348         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3349         convert it to either a part or multipart depending on if there are
3350         other parts in the message.
3351         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3352         to use the secure tag, rather than the part tag.
3353         * mml.el (mml-preview): Added a save-excursion to keep cursor
3354         position after doing an MML preview.
3355
3356 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnheader.el (nnheader-parse-overview-file): New function.
3359         (nnheader-write-overview-file): New function.
3360
3361 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3364         in wanted.
3365
3366         * nnweb.el (nnweb-type-definition): Clean up.
3367
3368 2002-01-21  Alastair Burt  <burt@dfki.de>
3369
3370         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3371         buffer exists before jumping to it.
3372
3373 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3376         function.
3377         (article-wash-html): Use it.
3378         (gnus-article-wash-function): New variable.
3379         (gnus-article-wash-html-with-w3m): New function.
3380
3381 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3382
3383         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3384         XEmacs.
3385
3386 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3387
3388         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3389         command line.
3390
3391 2002-01-21  Simon Josefsson  <jas@extundo.com>
3392
3393         * canlock.el (base64-encode-string): Autoload it from base64.
3394         (canlock-make-cancel-key): Base64 encode unibyte string.
3395
3396 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * nnfolder.el (nnfolder-request-accept-article): Unfold
3399         x-from-line.
3400         (nnfolder-request-replace-article): Ditto.
3401
3402 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3403
3404         * gnus-group.el (gnus-group-best-unread-group): Use the right
3405         positioning function.
3406
3407 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * smiley-ems.el (smiley-region): Use new function.
3410         (smiley-update-cache): Use general image functions.
3411         (smiley-region): Use general functions.
3412
3413         * gnus-util.el (gnus-graphic-display-p): New function.
3414
3415         * nnmail.el (nnmail-article-group): Allow outputting traces of
3416         non-strings.
3417
3418         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3419         (nndoc-exim-bounce-type-p): New function.
3420
3421         * message.el (message-dont-send): Doc fix.
3422
3423         * gnus-util.el (gnus-completing-read): Remove
3424         inherit-input-method.
3425
3426         * gnus-art.el (gnus-treat-smiley): Doc fix.
3427
3428         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3429         articles.
3430
3431 2002-01-19  Simon Josefsson  <jas@extundo.com>
3432
3433         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3434         (imap-kerberos4-open): Ditto.
3435         (imap-open): Set port correctly, don't set auth.
3436
3437 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus.el (gnus-version-number): Bump version number.
3440
3441 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3442
3443         * gnus.el: Oort Gnus v0.05 is released.
3444
3445 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3448         exists.
3449
3450         * gnus-spec.el (gnus-string-width-function): New function.
3451         (gnus-tilde-cut-form): Use it.
3452         (gnus-tilde-max-form): Ditto.
3453         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3454         (gnus-substring-function): Use it.
3455         (gnus-tilde-cut-form): Ditto.
3456         (gnus-substring-function): New function.
3457
3458         * message.el (message-check-news-header-syntax): New message.
3459
3460         * gnus.el (gnus-slave-no-server): Doc fix.
3461
3462         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3463
3464 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3467         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3468         (seen (NUM1 . NUM2)).
3469
3470 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3473         number in closed topics.
3474
3475 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3476
3477         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3478         functions.
3479
3480 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus.el (gnus-group-find-parameter): Clean up.
3483
3484         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3485         articles.
3486
3487         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3488
3489         * nnmail.el (nnmail-article-group): Clean up.
3490
3491 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3492
3493         * gnus-agent.el (gnus-category-name): Intern the category name.
3494
3495 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3498
3499         * gnus-util.el (gnus-completing-read): New function.
3500
3501 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3502
3503         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3504
3505         * smiley-ems.el (smiley-region): Register smiley.
3506         (smiley-toggle-buffer): Rewrite the function.
3507         (smiley-active): Removed.
3508
3509 2002-01-19  Simon Josefsson  <jas@extundo.com>
3510
3511         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3512         Jesper Harder <harder@ifa.au.dk>.
3513
3514 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3515
3516         * gnus-art.el (gnus-request-article-this-buffer): Call
3517         `nneething-get-file-name' to extract the file name from the
3518         message id.
3519
3520         * nneething.el (nneething-encode-file-name): New function.
3521         (nneething-decode-file-name): Ditto.
3522         (nneething-get-file-name): Ditto.
3523         (nneething-make-head): Encode the file name and encapsulate it
3524         into the field of the message id.
3525
3526 2002-01-18  Simon Josefsson  <jas@extundo.com>
3527
3528         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3529         stored in .marks.
3530
3531         * nnfolder.el (nnfolder-request-update-info): Ditto.
3532
3533 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3534
3535         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3536
3537 2002-01-18  Simon Josefsson  <jas@extundo.com>
3538
3539         * imap.el (imap-starttls-p): Don't check for binary.
3540         (imap-gssapi-auth-p): Ditto.
3541         (imap-kerberos4-auth-p): Ditto.
3542         (imap-open): Change logic.  Iterate through all possible streams,
3543         instead of bailing out after first failure.  Move authenticator
3544         decision to `imap-authenticate'.
3545         (imap-authenticate): Change logic, now finds the authenticator to
3546         use, was previously in `imap-open'.
3547         (imap-open): Return nil on failure.
3548         (imap-open): Setup temp buffer correctly.
3549         (imap-open): Return buffer only on success.
3550         (imap-interactive-login, imap-interactive-login): Tell the user
3551         which stream/authenticator is used for the queried
3552         username/password.
3553         (imap-open, imap-authenticate): Set variables.
3554         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3555         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3556
3557 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3560
3561 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3564
3565 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3566
3567         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3568         (gnus-agent-group-mode-map): Bind it to "Jo".
3569         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3570
3571 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3572
3573         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3574         (gnus-summary-mail-toolbar): Add mail article deletion button.
3575
3576         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3577         false positives for lines of "^^^^".
3578
3579         * gnus-picon.el (gnus-picon-find-face): faces database is all
3580         lowercase.
3581
3582 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3583
3584         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3585         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3586         duplications.
3587         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3588
3589 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * gnus-sum.el (gnus-summary-initial-limit): Inline
3592         gnus-summary-limit-children.
3593         (gnus-summary-initial-limit): Don't limit if
3594         gnus-newsgroup-display is nil.
3595         (gnus-summary-initial-limit): No, don't.
3596
3597         * gnus-util.el
3598         (gnus-put-text-property-excluding-characters-with-faces): Inline
3599         gnus-put-text-property.
3600
3601         * gnus-spec.el (gnus-default-format-specs): New variable.
3602
3603         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3604         gnus-format-specs.
3605         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3606
3607         * gnus-spec.el (gnus-update-format-specifications): Really check
3608         the Gnus version of the .newsrc.eld file.
3609         (gnus-format-specs): Save the new default summary format.
3610
3611         * gnus-util.el (gnus-parent-id): Check whether references is empty
3612         before splitting.
3613
3614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3615         functions.
3616         (gnus-gather-threads-by-references): Inline
3617         `gnus-split-references'.
3618
3619         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3620         default value of gnus-summary-line-format-spec.
3621
3622 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3625         message.
3626         (nnslashdot-request-list): Ditto.
3627         (nnslashdot-sid-strip): Removed.
3628
3629 2002-01-15  Simon Josefsson  <jas@extundo.com>
3630
3631         * nnimap.el (nnimap-close-asynchronous): Enable.
3632         (nnimap-close-group): Expunge.
3633
3634 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3635
3636         * gnus-util.el (gnus-user-date-format-alist): Typo.
3637         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3638
3639 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3640
3641         * nneething.el (nneething-request-article): Set
3642         `nnmail-file-coding-system' to `binary' locally, in order to read
3643         files without any conversion.
3644
3645 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3648         nnheader-file-coding-system and nnmail-active-file-coding-system.
3649         (gnus-agent-regenerate-group): Ditto.
3650         (gnus-agent-regenerate): Ditto.
3651         (gnus-agent-write-active): Ditto.
3652         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3653
3654 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3655
3656         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3657         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3658
3659 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3660
3661         * gnus.el: We don't need gnus-article-show-all-headers.
3662
3663         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3664         Ditto.
3665
3666         * gnus-sum.el (gnus-summary-select-article): Don't call
3667         show-all-headers, because hidden headers are not hidden text any
3668         more.
3669
3670 2002-01-13  Simon Josefsson  <jas@extundo.com>
3671
3672         * message.el (message-newline-and-reformat): Use `newline' instead
3673         of inserting \n, so that the newline is marked as hard.
3674
3675         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3676         From Jesper Harder <harder@ifa.au.dk>.
3677
3678 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3679
3680         * imap.el (imap-close): Keep going if quit.
3681
3682         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3683         nntp-server-buffer.
3684
3685 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3688         avoid unbinding shadowed variables.
3689
3690         * gnus-art.el (gnus-picon-databases): Moved here.
3691         (gnus-picons-installed-p): Moved here.
3692         (gnus-article-reply-with-original): Use `mark'.
3693
3694         * gnus.el (gnus-picon): Moved here and renamed.
3695
3696         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3697         installed.
3698         (gnus-treat-mail-picon): Ditto.
3699         (gnus-treat-newsgroups-picon): Ditto.
3700
3701         * gnus-picon.el (gnus-picons-installed-p): New function.
3702
3703 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3704
3705         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3706
3707 2002-01-12  Simon Josefsson  <jas@extundo.com>
3708
3709         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3710         (nnimap-before-find-minmax-bugworkaround): Use it.
3711         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3712         (nnimap-dont-close): New variable.
3713         (nnimap-close-group): Use it.
3714
3715 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-art.el (gnus-article-reply-with-original): Use
3718         `mark-active'.
3719
3720         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3721
3722         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3723         (gnus-score-advanced): Clean up.
3724         (gnus-score-advanced): Accept a multiple of the score.
3725
3726 2002-01-12  Simon Josefsson  <jas@extundo.com>
3727
3728         * flow-fill.el (fill-flowed-display-column)
3729         (fill-flowed-encode-columnq): New variables.  Suggested by
3730         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3731         (fill-flowed-encode, fill-flowed): Use them.
3732
3733         * message.el (message-send-news, message-send-mail): Use
3734         m-b-s-n-p-e-h-n.
3735
3736         * mml.el (autoload): Autoload fill-flowed-encode.
3737         (mml-buffer-substring-no-properties-except-hard-newlines): New
3738         function.
3739         (mml-read-part): Use it.
3740         (mml-generate-mime-1): Encode format=flowed if appropriate.
3741         (mml-insert-mime-headers): Insert format=flowed.
3742
3743         * flow-fill.el (fill-flowed-encode): New function.
3744         (fill-flowed): Bind fill-column to window width.
3745
3746 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3749         it exists.
3750         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3751         (gnus-summary-buffer-name): Don't return the dead name after all.
3752         (gnus-summary-setup-buffer): Kill the dead buffer.
3753
3754         * gnus-art.el (gnus-article-followup-with-original): Store the
3755         value of the mark before deactivating it.
3756
3757 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3760         From: Karl Kleinpaste <karl@charcoal.com>
3761
3762         * gnus-art.el (article-display-x-face): Ditto.
3763         (gnus-article-reply-with-original): Use gnus-region-active-p.
3764         (gnus-article-followup-with-original): Ditto.
3765
3766         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3767         downloadable article either.
3768
3769 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3770
3771         * gnus-art.el (article-display-x-face): Insert From:.
3772
3773         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3774         article. Bind gnus-display-mime-function and
3775         gnus-article-prepare-hook.
3776
3777         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3778         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3779         gnus-agent-possibly-synchronize-flags to the last.
3780         (gnus-agent-go-online): New function. New variable.
3781
3782 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3783
3784         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3785         (gnus-agent-regenerate): Ditto.
3786
3787 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3788
3789         * message.el (message-ignored-news-headers)
3790         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3791         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3792
3793         * gnus.el (gnus-gethash-safe): New macro.
3794
3795         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3796         (gnus-agent-regenerate): Show messages.
3797
3798 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3801         (gnus-agent-regenerate): New function.
3802         (gnus-agent-save-alist): Sort.
3803         (gnus-agent-copy-nov-line): Test eobp.
3804         (gnus-agent-retrieve-headers): Erase buffer.
3805
3806 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3809         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3810
3811         * gnus.el (gnus-agent-covered-methods): Move here.
3812         (gnus-online): New function.
3813         (gnus-agent-method-p): Move here.
3814
3815         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3816         nil. Remove articles-alist.
3817
3818         * gnus-start.el (gnus-get-unread-articles): Check online.
3819         (gnus-groups-to-gnus-format): Ditto.
3820         (gnus-active-to-gnus-format): Ditto.
3821
3822         * gnus-agent.el (gnus-agent-get-function): Use it.
3823         (gnus-agent-get-undownloaded-list): Ditto.
3824         (gnus-agent-fetch-session): Only fetch online methods.
3825
3826         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3827         (gnus-server-mode-map): Ditto.
3828         (gnus-server-offline-face): New face.
3829         (gnus-server-offline-face): New variable.
3830         (gnus-server-font-lock-keywords): Add offline.
3831         (gnus-server-insert-server-line): Ditto.
3832         (gnus-server-offline-server): New function.
3833
3834         * gnus-int.el (gnus-open-server): Turn to offline.
3835         (gnus-server-unopen-status): New variable.
3836
3837 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3838
3839         * nnkiboze.el (nnkiboze-request-article): Use
3840         gnus-agent-request-article.
3841
3842         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3843         function. Insert undownloaded NOV.
3844
3845         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3846         (gnus-agent-request-article): New function.
3847
3848         * gnus.el (gnus-agent-cache): New variable.
3849
3850         * gnus-int.el (gnus-retrieve-headers): Use
3851         gnus-agent-retrieve-headers.
3852         (gnus-request-head): Use gnus-agent-request-article.
3853         (gnus-request-body): Ditto.
3854
3855         * gnus-art.el (gnus-request-article-this-buffer): Use
3856         gnus-agent-request-article.
3857
3858         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3859         article if it is undownloaded.
3860
3861 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3864
3865 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * canlock.el (canlock-string-as-unibyte): New macro.
3868         (canlock-sha1-with-openssl): Return a unibyte string.
3869         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3870
3871 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3874
3875 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3876
3877         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3878         application/x-emacs-lisp.
3879
3880         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3881
3882         * nntp.el (nntp-request-article): Add group parameter.
3883         (nntp-request-head): Ditto.
3884         (nntp-find-group-and-number): Add parameter group. Figure out
3885         number if the status line doesn't give (e.g. quimby.gnus.org).
3886
3887 2002-01-08  Simon Josefsson  <jas@extundo.com>
3888
3889         * mml.el (mml-generate-mime-1): Set recipient correctly.
3890
3891 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * message.el (message-read-from-minibuffer): Add parameter
3894         initial-contents.
3895         * gnus-msg.el (gnus-summary-resend-message): Use it.
3896
3897         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3898         behavior of quit-config.
3899
3900         * message.el (message-make-from): Don't quote fullname.
3901         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3902
3903         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3904         From: <andre@slamdunknetworks.com>
3905
3906 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3907
3908         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3909
3910         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3911
3912         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3913         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3914         because bbdb may use it.
3915
3916 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3917
3918         * nneething.el (nneething-request-article): When a non-text file
3919         is converted to an article, its data is encoded in base64.  Call
3920         `nneething-make-head' with options to specify MIME types.
3921         (nneething-make-head): Add optional arguments to specify MIME
3922         types.
3923
3924 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3925
3926         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3927         header if there is not.
3928
3929         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3930
3931         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3932         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3933         (gnus-inews-do-gcc): Use them.
3934
3935         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3936         gnus-newsgroup-unselected.
3937
3938 2002-01-06  Simon Josefsson  <jas@extundo.com>
3939
3940         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3941         condition-case, not ignore-errors.
3942
3943 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3946         gnus-fetch-old-headers.
3947
3948         * gnus-art.el (article-display-x-face): Use the current buffer
3949         unless `W f'. Otherwise, X-Face may be shown in the header of a
3950         forwarded part.
3951         (gnus-treatment-function-alist): Treat xface before hiding
3952         headers.
3953
3954 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3957         parameters.
3958
3959 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3962         (mm-guess-charset): New function.
3963         (mm-charset-after): Use it.
3964         (mm-detect-coding-region): New function.
3965         (mm-detect-mime-charset-region): New function.
3966
3967         * gnus-sum.el (gnus-summary-show-article): Use
3968         mm-detect-coding-region.
3969
3970 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * message.el (message-make-fqdn): Be less violent.
3973
3974         * gnus.el (gnus-logo-color-style): Compute custom form
3975         automatically.
3976
3977         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3978         score file of the parent to the document group.
3979
3980         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3981         parameters parameter.
3982
3983         * gnus-score.el (gnus-score-load-file): Clean up.
3984
3985 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3986
3987         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3988         From: Damien Wyart <damien.wyart@free.fr>
3989
3990         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3991
3992 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3993
3994         * gnus-sum.el (gnus-select-group-hook): Typo.
3995
3996         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3997         is no quoted-printable-encoded STRING.
3998         From: Jesper Harder <harder@ifa.au.dk>
3999
4000         (rfc2047-decode-string): Decode it.
4001
4002 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4005
4006 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4007
4008         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4009         buffer to get rid of junk line.
4010
4011 2002-01-05  Simon Josefsson  <jas@extundo.com>
4012
4013         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4014         C-o.
4015         (message-mode-map): Bind message-insert-or-toggle-importance to
4016         C-c C-u.
4017         (message-mode-map): Bind message-disposition-notification-to to
4018         C-c M-n.
4019         (message-mode-menu): Add m-d-n-t.
4020         (message-mode-field-menu): Add m-goto-from.
4021         (message-mode): Doc fix.
4022         (message-goto-from): New function.
4023         (message-insert-disposition-notification-to): New function.
4024         (message-tool-bar-map): Add receipt button.
4025
4026 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-sum.el (gnus-thread-latest-date): New function.
4029         (gnus-thread-sort-by-most-recent-number): Renamed.
4030         (gnus-thread-sort-functions): Doc fix.
4031         (gnus-select-group-hook): Don't use setq on a hook.
4032         (gnus-thread-latest-date): Use date, not number
4033
4034         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4035         (gnus-agent-expire): Allow regexp of expire-days.
4036
4037         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4038         region.
4039         (gnus-article-followup-with-original): Ditto.
4040
4041         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4042
4043         * gnus-art.el (gnus-mime-display-alternative): Use
4044         gnus-local-map-property.
4045         (gnus-mime-display-alternative): Ditto.
4046         (gnus-insert-mime-security-button): Ditto.
4047         (gnus-insert-next-page-button): Ditto.
4048         (gnus-button-prev-page): Take optional args.
4049         (gnus-insert-prev-page-button): widget-convert.
4050
4051         * gnus-util.el (gnus-local-map-property): New function.
4052
4053         * gnus-art.el (gnus-prev-page-map): Use parent map.
4054         (gnus-next-page-map): Ditto.
4055
4056         * gnus-spec.el (gnus-parse-format): Clean up.
4057         (gnus-parse-format): Do complex formatting for %=.
4058
4059         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4060         "X-Face: " to the data in the built-in scenario.
4061
4062         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4063         (gnus-correct-pad-form): Renamed.
4064         (gnus-tilde-max-form): Clean up.
4065         (gnus-pad-form): Use gnus-use-correct-string-widths.
4066
4067         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4068         support if that is available.
4069
4070         * gnus-sum.el (gnus-thread-highest-number): New function.
4071         (gnus-thread-sort-by-most-recent-thread): New function.
4072         (gnus-thread-sort-functions): Doc fix.
4073
4074 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4077         all cases.
4078         (gnus-summary-mode): Enable it in all cases.
4079         (gnus-summary-display-article): Ditto.
4080         (gnus-summary-edit-article): Ditto.
4081
4082         * gnus-ems.el (gnus-put-image): Really return glyph.
4083
4084         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4085         (gnus-treat-smiley): Don't take "P" in the interactive form.
4086
4087 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * compface.el (uncompface): XEmacs and Emacs have differing
4090         capabilities.
4091
4092         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4093
4094         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4095         (gnus-article-xface-ring-size): Removed.
4096         (gnus-article-display-xface): Removed.
4097         (gnus-remove-image): Cleaned up.
4098
4099         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4100         (gnus-xmas-create-image): Take pbm files.
4101         (gnus-x-face): Removed.
4102         (gnus-xmas-article-display-xface): Removed.
4103
4104         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4105         default-enable-multibyte-characters.
4106
4107         * compface.el (uncompface): Doc fix.
4108
4109         * gnus-art.el (gnus-article-x-face-command): Use
4110         gnus-display-x-face-in-from.
4111
4112         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4113
4114         * gnus-ems.el (gnus-put-image): Return the image.
4115
4116         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4117         (gnus-x-face): Moved here.
4118
4119 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4120
4121         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4122         invisible if string is nil.
4123         (gnus-xmas-article-display-xface): Use it.
4124
4125         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4126         property when string is nil.
4127         (gnus-article-display-xface): Use it.
4128
4129 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * gnus-art.el (article-display-x-face): Check whether valid grey
4132         face was returned.
4133         (article-display-x-face): Place image in the right spot.
4134
4135         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4136         stderr.
4137         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4138
4139 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4142         parameters.
4143         (gnus-xmas-put-image): Allow non-strings to be passed.
4144
4145         * gnus-art.el (article-display-x-face): Use optional parameters.
4146
4147         * gnus-ems.el (gnus-create-image): Take optional parameters.
4148
4149         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4150
4151         * compface.el (compface-xbm-p): Removed.
4152
4153         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4154         (gnus-article-display-xface): Use compface.
4155
4156         * compface.el: New file.
4157
4158         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4159         (gnus-convert-image-to-x-face-command): Ditto.
4160         (gnus-random-x-face): Quote argument.
4161         (gnus-x-face-from-file): Ditto.
4162
4163 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4164
4165         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4166         the expire-group parameter once per article rather than once
4167         per group; bind `nnmaildir-article-file-name' and `article'
4168         for convenience.  Leave article alone when expire-group
4169         specifies the current group.
4170         (nnmaildir--update-nov): be more concurrency-friendly with
4171         temp file names.
4172
4173 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-start.el (gnus-read-init-file): Cleaned up.
4176
4177 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4178
4179         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4180         (gnus-read-init-file): Don't use it.
4181
4182 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4185
4186 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4187
4188         * gnus-start.el (gnus-read-init-file): Don't force coding system
4189         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4190
4191 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4194         * nnspool.el (nnspool-request-post): Ditto.
4195
4196         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4197         (mm-find-mime-charset-region): Use it.
4198
4199 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4200
4201         * gnus.el (gnus-summary-line-format): Added :link.
4202         * gnus-topic.el (gnus-topic-line-format): Ditto.
4203         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4204         * gnus-srvr.el (gnus-server-line-format): Ditto.
4205         * gnus-group.el (gnus-group-line-format): Ditto.
4206
4207         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4208         :keys, it works on both Emacsen.
4209
4210 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4211
4212         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4213
4214 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4217
4218 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4219
4220         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4221         very wide reply.
4222
4223 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4226         (gnus-picon-cache): New variable.
4227         (gnus-picon-transform-newsgroups): Cache stuff.
4228
4229         * gnus-art.el (gnus-article-reply-with-original): New command.
4230         (gnus-article-followup-with-original): New command.
4231
4232         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4233         END parameters.
4234         (gnus-summary-followup): Take a list of list of articles.
4235         (gnus-inews-yank-articles): Allow lists of article/regions.
4236
4237         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4238         longer the usual commands.
4239
4240         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4241         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4242         shell-command-on-region.
4243
4244 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4247           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4248
4249 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4250
4251         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4252         understand ':keys', wrap it in an featurep 'xemacs.
4253
4254 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4257         order of headers (Actually, it is called in a reversed order). Add
4258         'gnus-image-text-deletable property.
4259         (gnus-remove-image): Remove text with such a property.
4260
4261         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4262         gnus-put-image.
4263
4264         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4265         with ", "
4266
4267 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4270
4271         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4272         (article-display-x-face): Display grey X-Faces.
4273
4274         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4275         (gnus-convert-gray-x-face-to-ppm): Ditto.
4276         (gnus-convert-image-to-gray-x-face): Ditto.
4277
4278         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4279         gnus-summary-show-raw-article.
4280
4281 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4282
4283         Display picons in XEmacs without showing text.
4284
4285         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4286         mm-create-image-xemacs to create xbm glyph, because it deletes
4287         temporary files.
4288         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4289         (gnus-xmas-remove-image): Make text visible, remove glyph.
4290
4291         * gnus-picon.el (gnus-picon-transform-newsgroups)
4292         (gnus-picon-transform-address): Insert spec backward, due to the
4293         incompatibility of gnus-xmas-put-image.
4294
4295 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4296
4297         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4298
4299 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus.el: Doc fix.
4302
4303         * gnus-art.el: Doc fix.
4304
4305         * gnus-agent.el: Doc fix.
4306
4307 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4310
4311 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4312
4313         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4314         NOV data out of the message again if nnmail-extra-headers has
4315         changed.
4316
4317 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-fun.el: New file.
4320         (gnus-convert-image-to-x-face-command): New variable.
4321         (gnus-insert-x-face): New function.
4322         (gnus-random-x-face): Renamed.
4323         (gnus-x-face-from-file): Renamed.
4324
4325         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4326         "_".
4327         (gnus-body-boundary-delimiter): Typo fix.
4328
4329 2002-01-02  Simon Josefsson  <jas@extundo.com>
4330
4331         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4332         (gnus-body-boundary-delimiter): Fix type.
4333
4334 2002-01-01  Simon Josefsson  <jas@extundo.com>
4335
4336         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4337         (gnus-treat-emphasize, gnus-treat-strip-cr)
4338         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4339         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4340         (gnus-treat-fill-article, gnus-treat-hide-citation)
4341         (gnus-treat-hide-citation-maybe)
4342         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4343         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4344         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4345         (gnus-treat-date-ut, gnus-treat-date-local)
4346         (gnus-treat-date-english, gnus-treat-date-lapsed)
4347         (gnus-treat-date-original, gnus-treat-date-iso8601)
4348         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4349         (gnus-treat-strip-trailing-blank-lines)
4350         (gnus-treat-strip-leading-blank-lines)
4351         (gnus-treat-strip-multiple-blank-lines)
4352         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4353         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4354         (gnus-treat-display-xface, gnus-treat-display-smileys)
4355         (gnus-treat-from-picon, gnus-treat-mail-picon)
4356         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4357         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4358         (gnus-treat-play-sounds, gnus-treat-translate)
4359         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4360
4361         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4362         (gnus-article-treat-body-boundary): Use it.
4363
4364         * message.el (message-mode): Fix doc.
4365         (message-mode-menu): Fix names.
4366
4367 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4370         articles.
4371
4372         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4373         (gnus-picon-transform-address): Search for unknown faces as well.
4374         (gnus-picon-find-face): Don't search "news" for MISC.
4375         (gnus-picon-user-directories): Changed default back to exclude
4376         "unknown".
4377
4378         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4379
4380         * gnus-picon.el (gnus-picon-find-face): Search through all
4381         databases.
4382         (gnus-picon-find-face): New implementation.
4383
4384         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4385         keystroke.
4386         (gnus-topic-goto-next-topic): Ditto.
4387
4388         * gnus.el (gnus-summary-line-format): Changed default.
4389
4390         * nnmail.el (nnmail-extra-headers): Change default.
4391
4392         * gnus-sum.el (gnus-extra-headers): Change default.
4393
4394         * message.el (message-news-other-window): Changed "news" to
4395         "posting".
4396         (message-news-other-frame): Ditto.
4397         (message-do-send-housekeeping): Ditto.
4398
4399         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4400         function.
4401         (gnus-article-unread-p): New function.
4402         (gnus-article-unseen-p): New function.
4403         (gnus-dead-summary-mode-map): Typo.
4404
4405         * gnus-util.el (gnus-make-predicate): New function.
4406         (gnus-make-predicate-1): New function.
4407
4408         * gnus-sum.el: New function.
4409         (gnus-map-articles): New function.
4410
4411         * gnus-art.el (gnus-treat-fold-headers): New variable.
4412         (gnus-article-treat-fold-headers): New command and keystroke.
4413
4414         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4415         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4416
4417 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4418
4419         * message.el (message-fcc-externalize-attachments): New variable.
4420         (message-do-fcc): Use it.
4421
4422         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4423         (gnus-inews-do-gcc): Use it.
4424
4425         * mml.el (mml-tweak-sexp-alist): New variable.
4426         (mml-externalize-attachments): New variable.
4427         (mml-tweak-part): Use mml-tweak-sexp-alist.
4428         (mml-tweak-externalize-attachments): New function.
4429
4430 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4431
4432         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4433         'set-glyph-face' so x-face back/foreground can be set.
4434
4435 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4436
4437         * message.el (message-fix-before-sending): Fix a typo.
4438
4439 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-art.el (gnus-treat-smiley): Renamed command.
4442         (gnus-article-remove-images): New command and keystroke.
4443
4444         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4445
4446         * smiley-ems.el (gnus-smiley-display): Removed.
4447
4448         * gnus.el (gnus-version-number): Update version.
4449
4450         * message.el (message-text-with-property): Renamed and moved
4451         here.
4452         (message-fix-before-sending): Highlight invisible text and place
4453         point there.
4454
4455 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4456
4457         * gnus.el: Oort Gnus v0.04 is released.
4458
4459 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4462
4463         * gnus-art.el (gnus-ignored-headers): More headers,
4464
4465         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4466         of `scan-error', since XEmacs doesn't seem to support that.
4467
4468 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4471         arg.
4472         (gnus-summary-best-unread-subject): Ditto.
4473         (gnus-summary-best-unread-subject): No, don't.
4474         (gnus-summary-better-unread-subject): New command.
4475
4476         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4477
4478         * lpath.el ((featurep 'xemacs)): fbind url function.
4479
4480         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4481         buffer.
4482         (gnus-xmas-remove-image): Implementation that does something.
4483         (gnus-xmas-article-display-xface): Mark images properly.
4484
4485         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4486
4487 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4488
4489         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4490
4491 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus-group.el (gnus-group-line-format): Added %O to the default
4494         value.
4495
4496         * gnus-util.el (gnus-text-with-property): The smallest point is
4497         point-min.
4498
4499         * smiley-ems.el (smiley-region): Return images.
4500         (gnus-smiley-display): Allow toggling.
4501         (smiley-region): Use text properties, not overlays.
4502
4503         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4504         implemented yet.
4505
4506         * smiley-ems.el (smiley-update-cache): Check for valid types.
4507
4508         * gnus-art.el (gnus-with-article-buffer): New macro.
4509
4510         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4511         strings as well as the glyphs.
4512         (gnus-picon-transform-address): Ditto.
4513         (gnus-picon-insert-glyph): Ditto.
4514         (gnus-picon-transform-newsgroups): Toggle.
4515         (gnus-picon-transform-address): Toggle.
4516
4517         * gnus-ems.el (gnus-remove-image): New function.
4518         (gnus-put-image): Take an optional string.
4519
4520         * gnus-util.el (gnus-text-with-property): New function.
4521
4522         * gnus-art.el (gnus-delete-images): New function.
4523
4524         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4525
4526         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4527         (gnus-article-wash-status): Use it.
4528         (gnus-signature-toggle): Clean up.
4529         (gnus-add-wash-status): New function.
4530         (gnus-delete-wash-status): New function.
4531         (gnus-article-hide-text-type): Use them throughout.
4532         (gnus-add-image): New function.
4533
4534         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4535
4536         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4537         interface.
4538
4539         * gnus-art.el (article-display-x-face): Cleaned up.
4540
4541         * rfc2047.el (rfc2047-field-value): New function.
4542
4543         * mail-parse.el (mail-header-field-value): New alias.
4544
4545         * gnus-art.el (gnus-mime-print-part): Fix typos.
4546
4547         * smiley-ems.el (gnus-smiley-file-types): New variable.
4548         (smiley-update-cache): Use it.
4549         (smiley-regexp-alist): Suffix-less smiley names.
4550         (smiley-regexp-alist): Added more smileys.
4551
4552         * gnus-sum.el (gnus-print-buffer): Made into own function.
4553         (gnus-summary-print-article): Use it.
4554
4555         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4556         looked for when REQUEST is a string.
4557
4558         * gnus-art.el (gnus-mime-button-commands): Add printing
4559         keystroke.
4560         (gnus-mime-copy-part): Doc fix.
4561         (gnus-mime-print-part): New command.
4562
4563 2001-12-31  Simon Josefsson  <jas@extundo.com>
4564
4565         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4566         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4567
4568 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4569
4570         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4571         (picon): Fix doc.
4572
4573         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4574         longer exists. Remove those codes.
4575         * gnus.el (gnus-use-picons): Ditto.
4576
4577 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4580         infloop.
4581
4582         * gnus-sum.el (t): New `W D' map.
4583
4584         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4585         (gnus-article-treat-body-boundary): Clean up.
4586         (gnus-body-boundary-face): Removed.
4587         (gnus-article-goto-header): Moved here.
4588         (gnus-article-goto-header): Allow better regexps.
4589         (gnus-article-treat-fold-newsgroups): New command.
4590
4591         * gnus-sum.el (gnus-summary-move-article): We have to select an
4592         article to give `gnus-read-move-group-name' an opportunity to
4593         suggest an appropriate default.
4594
4595         * rfc2047.el (rfc2047-fold-line): New function.
4596         (rfc2047-unfold-line): Ditto.
4597         (rfc2047-fold-region): Don't fold just after the header name.
4598
4599         * mail-parse.el (mail-header-fold-line): New alias.
4600         (mail-header-unfold-line): Ditto.
4601
4602         * gnus-art.el (gnus-body-boundary-face): Renamed.
4603         (gnus-article-treat-body-boundary): Use it.
4604         (gnus-article-treat-body-boundary): Use an invisible header and a
4605         line of underline characters.
4606
4607 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4608
4609         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4610
4611         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4612         (gnus-picon-split-address): New function.
4613         (gnus-picon-find-face): Use it.
4614         (gnus-picon-transform-address): Use it. Set first to t for each
4615         address.
4616
4617         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4618         the macro then use it.
4619         (gnus-treatment-function-alist): Treat picons earlier.
4620
4621 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-art.el (gnus-body-separator-face): New variable.
4624         (gnus-article-treat-body-boundary): Use a blank, colored line.
4625
4626         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4627         well.
4628
4629         * gnus-art.el (gnus-treat-body-boundary): New variable.
4630         (gnus-article-treat-unfold-headers): Use helper macro.
4631         (gnus-article-treat-body-boundary): New command.
4632
4633         * gnus.el (gnus-logo-color-style): Change the default color.
4634         (gnus-splash-face): Gray, gray.
4635
4636         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4637         colors.
4638
4639         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4640         (gnus-logo-color-style): Ditto.
4641         (gnus-logo-colors): Ditto.
4642
4643         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4644
4645         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4646
4647         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4648         (gnus-picon-transform-newsgroups): New function.
4649
4650         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4651         string.
4652
4653         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4654
4655         * gnus-art.el (gnus-treat-cc-picon): New variable.
4656         (gnus-treat-mail-picon): Renamed.
4657
4658         * gnus-picon.el: New implementation.
4659         (gnus-picon-find-face): Renamed.
4660         (gnus-treat-from-picon): Use it.
4661         (gnus-picon-transform-address): Renamed.
4662         (gnus-treat-from-picon): Use it.
4663         (gnus-picon-create-glyph): Renamed.
4664         (gnus-picon-transform-address): Use it.
4665         (gnus-treat-cc-picon): New command.
4666
4667         * mm-decode.el (mm-create-image-xemacs): Separated out into
4668         function.
4669         (mm-get-image): Use it.
4670
4671         * gnus-art.el (gnus-treat-display-picons): Simplify.
4672         (gnus-treat-from-picon): Renamed.
4673
4674         * gnus-ems.el (gnus-create-image): New function.
4675         (gnus-put-image): New function.
4676
4677         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4678         (gnus-with-article-headers): New macro.
4679         (gnus-article-goto-header): New function.
4680
4681         * gnus-xmas.el (gnus-image-type-available-p): New function.
4682
4683         * gnus-ems.el (gnus-image-type-available-p): New function.
4684
4685 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4686
4687         * nnrss.el (nnrss-check-group): Find the correct tag, because
4688         xml.el is changed.
4689
4690 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4693         lines are shorter than the window width.
4694         (gnus-ignored-headers): More headers.
4695
4696 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4699         (gnus-treat-unfold-headers): Renamed.
4700         (gnus-article-treat-unfold-headers): New command and keystroke.
4701
4702         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4703
4704         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4705
4706 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4707
4708         * sha1-el.el (sha1-use-external): New variable.
4709         (sha1-region): Use it.
4710         (sha1-string): Ditto.
4711
4712         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4713         * gnus-picon.el: Less warnings when compile.
4714
4715 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4718         alias.
4719         (gnus-picons-database): Default to list.
4720         (gnus-picons-lookup-internal): Use it.
4721
4722         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4723         to "bogus".
4724
4725         * gnus-win.el (gnus-configure-windows-hook): New hook.
4726
4727 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4728
4729         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4730
4731 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4734         lists.
4735         (gnus-select-newsgroup): Don't append; push.
4736         (gnus-adjust-marked-articles): Remove obsolete ranges from
4737         `seen'.
4738         (gnus-update-marks): Clean up.
4739         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4740
4741 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4742
4743         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4744
4745 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * gnus-sum.el (gnus-auto-select-subject): New variable.
4748         (gnus-summary-best-unread-subject): New function.
4749         (gnus-summary-best-unread-article): Use it.
4750         (gnus-summary-first-unseen-subject): New function and command.
4751
4752         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4753         other treatments.
4754
4755         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4756         function.
4757
4758         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4759         from the list of hidden types.
4760
4761         * mm-view.el (mm-inline-text): Ditto.
4762         (mm-inline-text): Ditto.
4763         (mm-w3-prepare-buffer): Ditto.
4764
4765         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4766
4767 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-art.el (gnus-ignored-headers): Added more headers.
4770
4771 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4772
4773         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4774         once.
4775
4776 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4779
4780 2001-12-28  Simon Josefsson  <jas@extundo.com>
4781
4782         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4783         Jesper Harder <harder@ifa.au.dk>.
4784
4785 2001-12-27  Simon Josefsson  <jas@extundo.com>
4786
4787         * gnus-sum.el (gnus-select-newsgroup): Make
4788         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4789         contain all articles (instead of none) when no seen marks have
4790         been set for the group.
4791         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4792         instead, it seems to result in shorter ranges.
4793
4794 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4797         insert-before-markers.
4798         From Jesper Harder <harder@ifa.au.dk>
4799
4800 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4801
4802         * nnmaildir.el (nnmaildir-save-mail): create the destination
4803         groups if they do not exist.
4804
4805 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4808
4809 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4812         gnus-group-real-name.
4813
4814         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4815         (gnus-newsgroup-variables): Ditto.
4816
4817         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4818         return it.
4819
4820 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4821
4822         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4823         * nnmaildir.el (top-level): Add commentary.
4824         (nnmaildir-version): Indicate that nnmaildir is now a standard
4825         part of Gnus, not separately released.
4826
4827 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4830         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4831         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4832         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4833
4834 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4835
4836         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4837
4838 2001-12-20  Simon Josefsson  <jas@extundo.com>
4839
4840         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4841         ZHU <zsh@cs.rochester.edu>.
4842         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4843         Brian P Templeton <bpt@tunes.org>.
4844
4845 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * nnmaildir.el: New file.
4848         From Paul Jarc <prj@po.cwru.edu>.
4849
4850 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * nndoc.el (nndoc-type-alist): Move forward to the end.
4853
4854 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4857         `dolist'.
4858
4859 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4860
4861         * gnus-win.el (gnus-frames-on-display-list): New function.
4862         (gnus-get-buffer-window): Use it.
4863
4864 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4865
4866         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4867
4868 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4869
4870         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4871
4872 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4873            From Harald Meland <Harald.Meland@usit.uio.no>
4874
4875         * gnus-win.el (gnus-get-buffer-window): New function.
4876         (gnus-all-windows-visible-p): Use it.
4877
4878         * gnus-util.el (gnus-horizontal-recenter)
4879         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4880         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4881
4882         * gnus-score.el (gnus-score-insert-help): Use it.
4883
4884         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4885         (gnus-generate-tree, gnus-highlight-selected-tree)
4886         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4887         it.
4888
4889         * gnus-art.el (gnus-article-set-window-start)
4890         (gnus-mm-display-part, gnus-request-article-this-buffer)
4891         (gnus-button-next-page, gnus-button-prev-page)
4892         (gnus-article-button-next-page, gnus-article-button-prev-page):
4893         Use it.
4894
4895 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4896
4897         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4898         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4899         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4900
4901 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4902
4903         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4904         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4905         * mml1991.el, nnultimate.el: Add `coding'.
4906
4907 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4908
4909         * ChangeLog: changed coding to buffer-file-coding-system
4910         * ChangeLog.1: same
4911         * nnwfm.el: same
4912         * gnus-smiley.el: same
4913         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4914         * gnus-delay.el: same
4915         * gnus-spec.el: same
4916         * message.el: same
4917         * mml1991.el: same
4918         * nnultimate.el: same
4919
4920 2001-12-16  Simon Josefsson  <jas@extundo.com>
4921         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4922
4923         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4924         (gnus-summary-save-map): Add muttprint.
4925         (gnus-summary-make-menu-bar): Ditto.
4926         (gnus-summary-muttprint): New function.
4927
4928         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4929
4930 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4931
4932         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4933         temporary list instead of buffer.
4934
4935         * mm-url.el (executable-find): autoload.
4936
4937 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4938
4939         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4940         to variable, follow doc-string conventions).
4941
4942 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4943
4944         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4945         subscribe-level
4946         * gnus-topic.el (gnus-subscribe-topics): use it.
4947
4948 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4949
4950         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4951         messages. (A small patch with indentation)
4952         From Sean Neakums <sneakums@zork.net>.
4953
4954         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4955         nil after shooting down the gnus-original-article-buffer.
4956
4957 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4958
4959         * uudecode.el (uudecode-use-external): New variable.
4960         (uudecode-decode-region): Automatically detect external program.
4961
4962         * binhex.el (binhex-use-external): New variable.
4963         (binhex-decode-region-internal): New function.
4964         (binhex-decode-region): Automatically detect external program.
4965
4966         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4967         Use them.
4968
4969 2001-12-12  Simon Josefsson  <jas@extundo.com>
4970
4971         * nnvirtual.el (nnvirtual-always-rescan)
4972         (nnvirtual-component-regexp): Fix doc.
4973
4974         * nnoo.el (defvoo): Add doc to defvoo variables.
4975
4976         * nnml.el (nnml-directory, nnml-active-file)
4977         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4978         (nnml-marks-is-evil, nnml-filenames-are-evil)
4979         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4980
4981         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4982         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4983         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4984         `error'.
4985
4986         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4987         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4988
4989         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4990         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4991         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4992         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4993
4994         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4995         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4996
4997         * imap.el, nnimap.el: Fix indentation.
4998
4999         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5000
5001 2001-12-12  Didier Verna  <didier@xemacs.org>
5002
5003         * gnus-msg.el (gnus-group-news): New function.
5004         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5005         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5006         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5007         for it.
5008         * gnus-msg.el (gnus-summary-news-other-window): New function.
5009         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5010         bind it to `i'.
5011         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5012         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5013         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5014         for it (called with a prefix).
5015         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5016         group-name argument.
5017         * gnus-msg.el (gnus-setup-message): use it.
5018
5019 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5020
5021         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5022
5023 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5024
5025         * mml.el (mime-to-mml): Remove Content-Disposition too.
5026
5027 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5030         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5031         strings only.
5032         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5033
5034 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5035
5036         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5037         (nnmail-fancy-expiry-target): Use it.
5038         Suggestions from Simon Josefsson <jas@extundo.com>.
5039
5040 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5041
5042         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5043
5044 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5045
5046         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5047
5048         * gnus-util.el (gnus-url-unhex-string): Move here.
5049
5050 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5051
5052         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5053         mm-url-decode-entities-nbsp.
5054
5055         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5056         * webmail.el, nnwfm.el: Use mm-url.
5057
5058         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5059         (mm-url-remove-markup): Move from nnweb.
5060         (mm-url-fetch-simple): Move from webmail.
5061
5062         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5063
5064 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5065
5066         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5067         (gnus-summary-print-article): Use it.
5068
5069         * gnus-util.el (gnus-replace-in-string): Typo.
5070
5071 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5072
5073         * nnweb.el (nnweb-replace-in-string): Removed.
5074
5075         * gnus-util.el (gnus-replace-in-string): New function.
5076         (gnus-mode-string-quote): Use it.
5077
5078         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5079         * nnwfm.el (nnwfm-create-mapping): Ditto.
5080
5081 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * dgnushack.el (dgnushack-compile): nnrss.el and
5084         nnslashdot.el don't depend on nnweb, url, w3.
5085
5086         * nnrss.el: Use mm-url.
5087
5088 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * mm-url.el (mm-url-insert-file-contents): Support file:.
5091
5092 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5093
5094         * mm-view.el: Lower case for the description line. Sync from the
5095         Emacs CVS.
5096
5097 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5100         From:  Stefan Monnier  <monnier@cs.yale.edu>
5101
5102 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5105
5106 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * mm-url.el: Require executable.
5109         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5110
5111 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5112
5113         * pop3.el (pop3-munge-message-separator): Only use valid date.
5114         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5115
5116         * Makefile.in: gnus-load.elc may not be generated.
5117
5118 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * mm-url.el: New file.
5121         * nnslashdot.el: Use it.
5122         * mm-extern.el (mm-extern-url): Use it.
5123
5124 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5125
5126         * gnus-sum.el (gnus-summary-save-article): Nix
5127         gnus-display-mime-function and gnus-article-prepare-hook.
5128
5129         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5130         the beginning of lines.
5131         (gnus-complex-form-to-spec): Ditto.
5132
5133 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5134
5135         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5136         From Paul Jarc <prj@po.cwru.edu>.
5137
5138 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * message.el: New variable message-subscribed-address-file;
5141         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5142
5143 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5144
5145         * message.el (message-tab-body-function): Set to nil.
5146         (message-tab): Use text-mode-map or global-map.
5147         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5148
5149 2001-11-30  Simon Josefsson  <jas@extundo.com>
5150
5151         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5152         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5153         <christoph.conrad@gmx.de>.
5154         (gnus-agent-fetch-group-1): Add verbose message.
5155
5156 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5157
5158         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5159         of integers.
5160
5161 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5162
5163         * message.el (message-newgroups-header-regexp)
5164         (message-completion-alist, message-tab-body-function): Use
5165         defcustom rather than defvar.
5166         (message-tab): Mention `message-tab-body-function' in doc.
5167         Suggested by Karl Eichwalder.
5168
5169 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5170
5171         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5172
5173 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * nnheader.el (nnheader-find-nov-line): Don't use macro
5176         gnus-delete-line.
5177
5178         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5179         (gnus-group-name-charset): Ditto.
5180
5181         * gnus-util.el (gnus-buffer-live-p): Ditto.
5182
5183 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5186         open parenthesis in doc.
5187         (sieve-manage-authenticator-alist): Typo in doc.
5188         * imap.el (imap-authenticator-alist): Typo in doc.
5189         (imap-stream-alist): Backslash.
5190
5191         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5192           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5193
5194 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5197
5198         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5199
5200         * gnus-msg.el (gnus-configure-posting-styles): use
5201         make-local-hook. Add LOCAL for add-hook.
5202
5203 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5204
5205         * message.el (message-mode): Use `make-local-hook' unless
5206         obsolete.
5207         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5208
5209 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * canlock.el: Remove sha1.el and base64.el stuff.
5212
5213 2001-11-26  Didier Verna  <didier@xemacs.org>
5214
5215         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5216         if needed.
5217
5218 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * message.el (message-tamago-not-in-use-p): New function.
5221         (message-strip-forbidden-properties): Use it.
5222
5223 2001-11-26  Didier Verna  <didier@xemacs.org>
5224
5225         * gnus-start.el (gnus-check-first-time-used): only check for
5226         existence of .el[d] files.
5227
5228 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5229
5230         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5231
5232         * message.el (message-setup-1): Clean up mc-*.
5233
5234 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5235
5236         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5237         * gnus-score.el (gnus-score-find-bnews): Use it.
5238
5239         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5240         (gnus-summary-limit-to-author): Ditto.
5241         (gnus-summary-limit-to-extra): Ditto.
5242         (gnus-summary-find-matching): Support not-matching argument.
5243
5244 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5245
5246         * message.el (message-wash-subject): Use `insert' rather than
5247         `insert-string', which is deprecated.
5248
5249 2001-11-24  Simon Josefsson  <jas@extundo.com>
5250
5251         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5252         message. (Gnus does not "default" to using 8bit for the message,
5253         it default to use 8bit encoding and the user-supplied CTE
5254         value. Calling this behaviour "treating it as 8bit" is perhaps
5255         better.)
5256
5257         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5258         (compare mm-charset-to-coding-system).
5259
5260 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5263         buffer. Correctly decode hex.
5264
5265 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5266
5267         * gnus-agent.el (gnus-category-insert-line): Convert category
5268         names to strings.
5269
5270 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * message.el (sha1): eval-and-compile.
5273
5274 2001-11-20  Simon Josefsson  <jas@extundo.com>
5275
5276         * message.el (message-allow-no-recipients): New variable.
5277         (message-send): Use it, customize the prompting when posting to
5278         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5279
5280 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * mm-util.el (mm-coding-system-priorities): New variable.
5283         (mm-sort-coding-systems-predicate): New function.
5284         (mm-find-mime-charset-region): Resort coding systems if needed.
5285         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5286
5287 2001-11-20  Didier Verna  <didier@xemacs.org>
5288
5289         * gnus-group.el (gnus-group-make-help-group): new optional
5290         argument to control the error behavior.
5291         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5292         erroring.
5293
5294 2001-11-19  Simon Josefsson  <jas@extundo.com>
5295
5296         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5297         instead of C-c C-u.  Suggested by Per Abrahamsen
5298         <abraham@dina.kvl.dk>.
5299
5300 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5301
5302         * nnfolder.el (nnfolder-read-folder): Use group instead of
5303         nnfolder-current-group.
5304         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5305
5306 2001-11-17  Simon Josefsson  <jas@extundo.com>
5307
5308         * message.el (message-send): Ask user if Fcc/Gcc should be
5309         performed when no other sender was specified.
5310         Suggested by prj@po.cwru.edu (Paul Jarc).
5311
5312 2001-11-17  Simon Josefsson  <jas@extundo.com>
5313
5314         * message.el (message-mode, message-mode-map): Use C-c C-u for
5315         Importance: instead of C-c C-p (used by SC).
5316
5317 2001-11-16  Simon Josefsson  <jas@extundo.com>
5318
5319         * message.el (message-insert-importance-high)
5320         (message-insert-importance-low): Save point.
5321
5322         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5323         value.
5324
5325 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5326
5327         * message.el (message-strip-special-text-properties): New option.
5328         (message-strip-forbidden-properties): Obey it.
5329
5330 2001-11-14  Sam Steingold  <sds@gnu.org>
5331
5332         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5333
5334 2001-11-15  Simon Josefsson  <jas@extundo.com>
5335
5336         Support "Importance:" header in Message.
5337
5338         * message.el (message-mode-map): Bind C-c C-p to
5339         `message-insert-or-toggle-importance'
5340         (message-mode-menu): Add message-insert-importance-{high,low}.
5341         (message-insert-importance-high, message-insert-importance-low)
5342         (message-insert-or-toggle-importance): New functions.
5343         (message-tool-bar-map): Add {un,}important.
5344         (message-mode): Doc fix.
5345
5346 2001-11-15  Simon Josefsson  <jas@extundo.com>
5347
5348         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5349
5350         * mml.el (mml-menu): Fix toolbar tooltip.
5351
5352 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5353
5354         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5355         * nnml.el (nnml-save-marks): Ditto.
5356
5357         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5358
5359 2001-11-15  Simon Josefsson  <jas@extundo.com>
5360
5361         * nnml.el (nnml-save-marks):
5362         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5363         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5364
5365 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5366
5367         * gnus-art.el (gnus-article-wash-status-strings): Use
5368         `copy-sequence', not `copy-seq'.
5369
5370 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5371
5372         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5373         (gnus-gnus-article-wash-status-entry): New function.
5374         (gnus-article-wash-status): Use it.
5375
5376 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5377
5378         * mml1991.el: Add coding header.
5379
5380 2001-11-12  Simon Josefsson  <jas@extundo.com>
5381
5382         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5383         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5384         `mml1991-sign' and `mml1991-encrypt'.
5385         (mml1991-encrypt, mml1991-sign): New glue functions.
5386         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5387
5388         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5389         (mml-menu): Add PGP to menu.
5390
5391         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5392         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5393         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5394         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5395
5396         * mml2015.el: Mention RFC 3156.
5397
5398         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5399
5400 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5401
5402         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5403
5404         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5405           From <Michael.Cook@cisco.com>
5406
5407 2001-11-11  Simon Josefsson  <jas@extundo.com>
5408
5409         * message.el (top-level): Autoload sha1.
5410         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5411         canlock, no need to require two different hash algs).  Suggested
5412         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5413
5414 2001-11-09  Simon Josefsson  <jas@extundo.com>
5415
5416         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5417         <Pavel@Janik.cz>.
5418
5419 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5420
5421         * message.el (message-point-in-header-p): New function.
5422         (message-do-auto-fill): Use it.
5423         (message-beginning-of-line): New function.  Goes to beginning of
5424         header value (i.e., end of header name), or to beginning of line
5425         if already at beginning of value.  Behaves like
5426         `beginning-of-line' when in message body.
5427         (message-mode-map): Bind it.
5428
5429 2001-11-08  Simon Josefsson  <jas@extundo.com>
5430
5431         * gnus-msg.el (gnus-posting-styles): Add doc.
5432
5433 2001-11-07  Simon Josefsson  <jas@extundo.com>
5434
5435         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5436
5437         * sieve-mode.el (sieve-control-commands-face)
5438         (sieve-control-commands-face, sieve-action-commands-face)
5439         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5440         faces.
5441         (sieve-font-lock-keywords): Use them.
5442         (sieve-mode): Only set font-lock-defaults in emacs.
5443
5444         * gnus-art.el (gnus-default-article-saver): Add
5445         gnus-summary-save-body-in-file.
5446         (gnus-summary-write-to-file): Fix doc.
5447
5448 2001-11-07  Simon Josefsson  <jas@extundo.com>
5449
5450         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5451         reference to the correct chapter in the manual.
5452
5453         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5454         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5455
5456 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5457
5458         * mml.el (mml-preview): Bind mail-header-separator.
5459
5460 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * message.el: Always require canlock.
5463         (message-ignored-supersedes-headers): Include Cancel-Lock and
5464         Cancel-Key.
5465         (message-insert-canlock): Don't require canlock.
5466         (message-cancel-news): Don't check whether canlock is available.
5467         (message-supersede): Support cancel-locks.
5468
5469         * gnus-art.el: Don't autoload canlock.
5470
5471 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5474         From: <andre@slamdunknetworks.com>
5475
5476 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * many files: Fix copyright lines.
5479
5480 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5481
5482         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5483         Suggested by Dave Love  <fx@gnu.org>.
5484
5485 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5486
5487         * message.el (message-kill-buffer): Remove auto-save file after
5488         confirm.
5489
5490         * message.el (message-send-mail): Call message-generate-headers
5491         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5492
5493         * gnus-topic.el (gnus-topic-rename): Initial-input.
5494         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5495
5496 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5497
5498         * message.el (message-forbidden-properties): New constant.
5499         (message-strip-forbidden-properties): New function.
5500         (message-mode): Activate it.
5501
5502 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5503
5504         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5505         (mm-hack-charsets): Fix doc.
5506
5507 2001-11-02  Simon Josefsson  <jas@extundo.com>
5508
5509         * gnus-int.el (gnus-check-server): Message "...done" when done.
5510
5511         * imap.el (imap-close): Don't message (imap-send-command-wait
5512         returns if the connection is dropped).
5513         (imap-wait-for-tag): Nix out message only when necessary.
5514
5515         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5516         for non-crossposting.
5517         (gnus-sieve-crosspost): Default to t to be consistent with other
5518         parts of Gnus.
5519
5520 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5521
5522         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5523         (mm-iso-8859-x-to-15-table): Ditto.
5524         (mm-iso-8859-x-to-15-region): Ditto.
5525         (mm-find-mime-charset-region): Ditto.
5526
5527 2001-11-01  Simon Josefsson  <jas@extundo.com>
5528
5529         * nnimap.el (nnimap-close-asynchronous): New variable.
5530         (nnimap-close-group): Use it.
5531         (nnimap-expunge): Don't use it.
5532
5533         * imap.el (imap-callbacks): New variable.
5534         (imap-remassoc): Copied from `gnus-remassoc'.
5535         (imap-add-callback): New function.
5536         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5537         behaviour.
5538         (imap-parse-response): Call the callback.
5539
5540         * message.el (message-insert-canlock): New variable.
5541         (message-canlock-generate, message-canlock-password)
5542         (message-insert-canlock): New functions.
5543         (message-send-news): Call `message-insert-canlock'.
5544         (top-level): Require canlock when compiling.
5545         (message-insert-canlock): Require canlock before we need it.
5546
5547 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5548
5549         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5550
5551 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5552
5553         * dgnushack.el (dgnushack-make-load): A workaround for
5554         custom-add-loads bug in some versions of XEmacs.
5555
5556 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5557
5558         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5559
5560 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5561
5562         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5563         (mm-hack-charsets): New variable.
5564         (mm-iso-8859-15-compatible): New variable.
5565         (mm-iso-8859-x-to-15-table): New variable.
5566         (mm-find-mime-charset-region): Add parameter hack-charsets.
5567
5568         * mm-bodies.el (mm-encode-body): Use it.
5569         * mml.el (mml-parse-1): Ditto.
5570
5571 2001-11-01  Simon Josefsson  <jas@extundo.com>
5572
5573         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5574
5575 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5578         is nil.
5579
5580 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5583
5584         * message.el (message-forward-rmail-make-body): Use
5585         save-window-excursion.
5586         (message-encode-message-body): Search with noerror.
5587         (message-setup-1): Convert compose-mail send-actions to
5588         message-send-actions.
5589
5590 2001-11-01  Simon Josefsson  <jas@extundo.com>
5591
5592         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5593         <yamaoka@jpl.org>.
5594
5595 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5596
5597         * sieve-manage.el (sieve-string-bytes): No complain.
5598
5599 2001-11-01  Simon Josefsson  <jas@extundo.com>
5600
5601         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5602         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5603         has autoload cookies, so no `require' should be necessary.)
5604
5605         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5606         files.
5607
5608 2001-10-31  Simon Josefsson  <jas@extundo.com>
5609
5610         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5611         parameter.
5612
5613         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5614         `display' is a number (and C-u wasn't used to enter group), only
5615         fetch that number of articles.
5616
5617 2001-10-31  Matt Armstrong  <matt@lickey.com>
5618
5619         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5620         not-subscribed -> subscribed.
5621
5622 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5623         From: Josh Huber <huber@alum.wpi.edu>
5624
5625         * message.el (message-subscribed-address-functions): New variable.
5626         (message-subscribed-addresses): New variable.
5627         (message-subscribed-regexps): New variable.
5628         (message-goto-mail-followup-to): New function.
5629         (message-send-mail): Add Mail-Followup-To.
5630         (message-make-mft): New function.
5631
5632         * gnus.el (gnus-find-subscribed-addresses): New function.
5633
5634 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5635
5636         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5637         (mail-source-fetch-pop): Ditto.
5638         (mail-source-check-pop): Ditto.
5639
5640         * gnus-start.el (gnus-read-init-file): Ditto.
5641         (gnus-activate-group): Ditto.
5642         (gnus-read-newsrc-el-file): Ditto.
5643
5644 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * message.el (message-get-reply-headers): Make sure there is ", ".
5647
5648         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5649         mm-coding-system-p. Don't correct it only in XEmacs.
5650         (mm-charset-to-coding-system): Use mm-coding-system-p and
5651         mm-get-coding-system-list.
5652         (mm-emacs-mule, mm-mule4-p): New variables.
5653         (mm-enable-multibyte, mm-disable-multibyte,
5654         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5655         mm-with-unibyte-current-buffer,
5656         mm-with-unibyte-current-buffer-mule4): Use them.
5657         (mm-find-mime-charset-region): Treat iso-2022-jp.
5658
5659         From  Dave Love  <fx@gnu.org>:
5660
5661         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5662         construction.
5663         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5664         entries conditional on not having a coding system defined for
5665         them.
5666         (mm-mule-charset-to-mime-charset): Use
5667         find-coding-systems-for-charsets if defined.
5668         (mm-charset-to-coding-system): Don't use
5669         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5670         later.  Add last resort search of coding systems.
5671         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5672         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5673         Mule 4.
5674         (mm-find-mime-charset-region): Re-write.
5675         (mm-with-unibyte-current-buffer): Restore buffer as well as
5676         multibyteness.
5677
5678 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5681         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5682         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5683
5684 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5687         again.
5688
5689         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5690
5691 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5692
5693         * gnus-spec.el (gnus-parse-simple-format): Use
5694           buffer-substring-no-properties.
5695
5696 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (article-verify-cancel-lock): New function.
5699
5700         * nnheader.el (nntp-process-response): New variable.
5701         (nnheader-init-server-buffer): Make `nntp-process-response'
5702         buffer-local in `nntp-server-buffer'.
5703
5704         * nntp.el (nntp-prepare-post-hook): New hook.
5705         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5706         (nntp-async-trigger): Ditto.
5707         (nntp-request-post): Insert a server's ID if there's no Message-ID
5708         header; run `nntp-prepare-post-hook'.
5709
5710 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5711
5712         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5713         instead.
5714
5715         * message.el (message-forward-subject-author-subject): Don't use
5716         message-news-p, which widens the buffer.
5717         (message-forward-make-body): New function.
5718         (message-forward): Use it.
5719         (message-insinuate-rmail): New function.
5720         (message-forward-rmail-make-body): New function.
5721
5722 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5723
5724         * mm-extern.el (mm-extern): Provide it.
5725
5726         * mm-partial.el (mm-partial): Provide it.
5727
5728 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5729
5730         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5731
5732 2001-10-29  Simon Josefsson  <jas@extundo.com>
5733
5734         * mml.el (mml-preview): Bind message-this-is-news if it is
5735         news. From Jesper Harder <harder@myrealbox.com>.
5736
5737 2001-10-28  Simon Josefsson  <jas@extundo.com>
5738
5739         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5740
5741 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5742
5743         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5744         ironic smilies.
5745
5746 2001-10-27  Simon Josefsson  <jas@extundo.com>
5747
5748         * message.el (message-indent-citation): Don't add trailing
5749         whitespace when citing text.
5750
5751         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5752         <harder@ifa.au.dk>.
5753
5754 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5757         not available.
5758         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5759         (nnweb-type-definition): Add google as alias of dejanews.
5760         (nnweb-google-parse-1): Forward 1 line.
5761
5762 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5763
5764         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5765         variable `message-forward-ignored-headers'.
5766
5767 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5768
5769         * gnus.el (gnus-expand-group-parameter): New function.
5770         (gnus-expand-group-parameters): Call it.
5771         (gnus-group-fast-parameter): New function.
5772         (gnus-group-find-parameter): Call it.
5773
5774 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5775
5776         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5777         vector (it didn't before because of a bug).
5778         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5779         available.  Before it converted it to an article number.
5780
5781         This makes followup to news articles with negative numbers in
5782         nnvirtual groups use news instead of mail.
5783
5784 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5785
5786         * gnus.el (post-method): Use `native' instead of `nil'.
5787
5788         * gnus-msg.el (gnus-post-method): Ditto.
5789
5790 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5791
5792         * gnus.el (gnus-define-group-parameter): Grammar fix.
5793
5794 2001-10-22  Simon Josefsson  <jas@extundo.com>
5795
5796         * gnus-msg.el (gnus-extended-version): Include
5797         system-configuration.
5798         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5799
5800 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5801
5802         * gnus.el (post-method): Customization fix: `native' is not a
5803         valid value.
5804         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5805         `native' is not a valid value.
5806
5807 2001-10-21  Simon Josefsson  <jas@extundo.com>
5808
5809         * nnimap.el (nnimap): Defgroup
5810         (nnimap-strict-function, nnimap-strict-function-match): New
5811         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5812         (nnimap-split-crosspost, nnimap-split-inbox)
5813         (nnimap-split-rule, nnimap-split-predicate)
5814         (nnimap-split-predicate): Defcustom.
5815         (nnimap-split-inbox, nnimap-expunge-search-string)
5816         (nnimap-importantize-dormant): Remove "*" from doc.
5817
5818 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5819
5820         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5821         not supplied via prefix arg.  From Lisp, make arg mandatory.
5822         Suggested by Frank Schmitt.
5823
5824 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5825
5826         * message.el (message-do-auto-fill): Avoid calling
5827         'rfc822-goto-eoh'.
5828
5829 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5830         From Paul Jarc <prj@po.cwru.edu>.
5831
5832         * message.el (message-get-reply-headers): Restructure the logic
5833         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5834
5835 2001-10-20  Simon Josefsson  <jas@extundo.com>
5836
5837         * message.el (message-cancel-news): Support cancel-locks.
5838         Suggested by Per Abrahamsson.
5839
5840         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5841         conses.  From David Z Maze <dmaze@MIT.EDU>.
5842
5843         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5844
5845 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5846
5847         * mm-decode.el (mm-default-directory): Fix customize type.
5848
5849         * message.el (message-setup-fill-variables): Kludge to use
5850         normal-auto-fill-function even if auto fill is already activated.
5851
5852 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5853
5854         * message.el (message-do-auto-fill): New version that does not
5855         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5856         (message-setup-1): Removed the `message-field' property.
5857
5858         * gnus-draft.el (gnus-draft-edit-message): Removed the
5859         `message-field' property.
5860
5861 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5862
5863         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5864         `message-field'.  The `field' property has a special significance in
5865         Emacs 21.
5866
5867         * message.el (message-send, message-setup-1): Ditto.
5868
5869 2001-10-18  Simon Josefsson  <jas@extundo.com>
5870
5871         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5872         when undoing.
5873
5874 2001-10-18  Simon Josefsson  <jas@extundo.com>
5875         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5876
5877         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5878         (gnus-summary-make-menu-bar): Ditto.
5879
5880 2001-10-17  Simon Josefsson  <jas@extundo.com>
5881
5882         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5883         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5884
5885 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5886
5887         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5888         * gnus-util.el (gnus-user-date): New function.
5889         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5890
5891 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5892
5893         * message.el (message-check-news-header-syntax): Special case
5894         nnvirtual groups.
5895
5896         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5897         customize type to `symbol'.
5898
5899 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5900
5901         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5902         %&foo;.
5903         (gnus-parse-simple-format): Support user extended spec too.
5904         %u&foo; invokes gnus-user-format-function-foo.
5905
5906 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5909         the server.
5910         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5911         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5912         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5913         * nndiary.el (nndiary-request-expire-articles): Ditto.
5914         (nndiary-schedule): Defsubst it before use it.
5915         (nndiary-error): eval-and-compile.
5916
5917 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5918
5919         * gnus-msg.el (gnus-post-method): Changed two instances of
5920         `active' to `current' and one `null' to `not'.
5921
5922 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5923         From Katsumi Yamaoka <yamaoka@jpl.org>.
5924
5925         * message.el (message-setup-fill-variables): Use
5926         `normal-auto-fill-function' instead of `auto-fill-function'.
5927
5928 2001-10-16  Simon Josefsson  <jas@extundo.com>
5929
5930         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5931         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5932         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5933
5934 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5935         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5936
5937         * gnus-draft.el (gnus-draft-edit-message): Add text property
5938         `field' with value `header' to message headers.
5939         * message.el (message-setup-1): Really add text property to all of
5940         the header, not just part of it.
5941
5942 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-group.el (gnus-group-sort-by-server): Use it.
5945
5946         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5947
5948         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5949         and keystroke.
5950
5951 2001-10-14  Simon Josefsson  <jas@extundo.com>
5952
5953         * dig.el: Doc fix.
5954
5955         * smime.el: Doc fix.
5956
5957         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5958         charset magic from message.el.
5959
5960 2001-10-12  Simon Josefsson  <jas@extundo.com>
5961         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5962
5963         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5964         'cite from g-a-wash-types.
5965         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5966         (gnus-article-hide-citation): Fix.
5967
5968         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5969         character.
5970         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5971
5972         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5973         definition.
5974         (gnus-signature-toggle): Toggle `s' mode line character.
5975
5976         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5977         doing stuff that clears it.
5978
5979 2001-10-12  Simon Josefsson  <jas@extundo.com>
5980
5981         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5982         From Eric Marsden <emarsden@laas.fr>.
5983
5984 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5985
5986         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5987         (autoload): Add some autoloads.
5988
5989 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5990         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5991
5992         * message.el (message-do-auto-fill): New function.  Like
5993         `do-auto-fill' but don't fill when in the message header.
5994         (message-setup-1): Put a text property on the message header.
5995         (message-setup-fill-variables): Use `message-do-auto-fill'.
5996
5997 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * message.el (message-send-mail-partially): Insert an empty line
6000         first, because of the change of message-make-lines.
6001
6002 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6003
6004         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6005         iso-8859-15, make it an alias for iso-8859-1.
6006
6007 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * message.el (message-send-news): Don't modify the value of
6010         `message-syntax-checks' if it is not a list (possibly it is
6011         `dont-check-for-anything-just-trust-me').
6012
6013 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6016         `find-coding-system' for XEmacs to check whether the coding-system
6017         `utf-8' is available.
6018
6019 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6020
6021         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6022
6023 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6024
6025         * message.el (message-send-news): Oops, missed case with no
6026         "Followup-To" header...
6027
6028 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6029
6030         * message.el (message-send-news): Allow
6031         `gnus-group-name-charset-group-alist' to affect encoding of the
6032         "Newsgroups" and "Followup-To" headers.
6033
6034 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * Makefile.in (install-el): Depend on gnus-load.el.
6037
6038 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6039
6040         * Makefile.in (install-el): Use -f.
6041         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6042
6043 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6044
6045         * message.el (message-send-news): Don't encode Followups-To when
6046         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6047
6048         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6049         header.
6050
6051         * gnus-art.el (article-decode-group-name): Also decode
6052         "Followup-To".
6053
6054         * rfc2047.el (rfc2047-encode-message-header): Encode without
6055         asking for null methods.
6056
6057         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6058         default charset for newsgroup names in accordance with USEFOR.
6059
6060         * gnus-group.el (gnus-group-name-charset-method-alist,
6061         gnus-group-name-charset-group-alist): Removed "*" from doc
6062         strings, "*" should not be used for complex variables.
6063
6064 2001-10-06  Simon Josefsson  <jas@extundo.com>
6065
6066         Support UTF-8 group names better.
6067
6068         * message.el (message-check-news-header-syntax): Encode group
6069         names before comparison.
6070
6071         * gnus-msg.el (gnus-copy-article-buffer): Run all
6072         `gnus-article-decode-hook's except `article-decode-charset'
6073         instead of hardcoding call to one of them.
6074
6075         * gnus-art.el (gnus-article-decode-hook): Add
6076         `article-decode-group-name'.
6077         (article-decode-group-name): New function, use `g-d-n'.
6078
6079         * gnus-group.el (gnus-group-insert-group-line): Decode
6080         gnus-tmp-group using `g-d-n'.
6081
6082         * gnus-util.el (gnus-decode-newsgroups): New function.
6083
6084 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6085
6086         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6087         `gnus-group-name-charset-group-alist'.
6088
6089 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6090
6091         * Makefile.in: Install el in install. Add uninstall.
6092
6093 2001-10-05  Simon Josefsson  <jas@extundo.com>
6094
6095         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6096
6097         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6098
6099         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6100         empty folders.
6101
6102         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6103         limiting if read-all (C-u RET) was used.
6104
6105 2001-10-04  Simon Josefsson  <jas@extundo.com>
6106
6107         * mail-source.el (mail-source-movemail-program): New variable.
6108         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6109         <thutt@thutt.vmware.com>.
6110
6111 2001-10-03  Simon Josefsson  <jas@extundo.com>
6112
6113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6114         (gnus-summary-line-format-alist): Fix param.
6115
6116 2001-10-02  Simon Josefsson  <jas@extundo.com>
6117
6118         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6119         don't go through `nnimap-request-expire-articles' to delete the
6120         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6121
6122 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6123
6124         * gnus-agent.el (gnus-agent-write-active): The min in the
6125         agent/active may be larger than that in the server/active.
6126
6127 2001-10-01  Simon Josefsson  <jas@extundo.com>
6128
6129         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6130         is IMAP4rev1.
6131
6132         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6133
6134         * nnfolder.el: Ditto.
6135
6136 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6137
6138         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6139         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6140
6141 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6142
6143         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6144         (message-mode-menu): Menu item for same.
6145
6146         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6147         delayed articles.
6148
6149         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6150         nndraft:delayed does not exist.
6151         (gnus-delay-initialize): Don't set up keymap, that's done from
6152         message.el now.
6153         (gnus-delay, gnus-delay-group, gnus-delay-header)
6154         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6155
6156 2001-09-29  Simon Josefsson  <jas@extundo.com>
6157
6158         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6159         utf-8, not eight-bit-control.
6160
6161         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6162         (imap-log, imap-debug): Custom.
6163         (imap-log-buffer, imap-debug-buffer): New constants.
6164         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6165         (imap-network-open, imap-shell-open, imap-starttls-open)
6166         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6167         (imap-debug): Use imap-*-buffer.
6168
6169         * nndoc.el (nndoc-article-type): Add mailman.
6170         (nndoc-type-alist): Ditto.
6171         (nndoc-mailman-type-p): New function.
6172
6173 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174
6175         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6176         gnus-art.el.
6177
6178 2001-09-27  Simon Josefsson  <jas@extundo.com>
6179
6180         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6181         (gnus-topic-catchup-articles): New function. Suggested by Robin
6182         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6183
6184 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6185         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6186
6187         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6188         previous ones.
6189
6190 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6191         From Daiki Ueno  <ueno@unixuser.org>
6192
6193         * gnus-sum.el (gnus-summary-show-article): The arglist of
6194         detect-coding-region is incompatible.
6195
6196 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6197         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6198
6199         * gnus-group.el (gnus-group-delete-group): Typo.
6200
6201 2001-09-26  Simon Josefsson  <jas@extundo.com>
6202
6203         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6204
6205         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6206
6207 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6208
6209         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6210
6211 2001-09-22  Simon Josefsson  <jas@extundo.com>
6212
6213         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6214
6215         * nnfolder.el (nnfolder-open-marks): Ditto.
6216
6217         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6218         (gnus-update-marks): Use it.
6219         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6220         hardcoded list.
6221
6222         * gnus.el (gnus-article-special-mark-lists): Add killed.
6223         (gnus-article-unpropagated-mark-lists): New constant.
6224
6225 2001-09-22  Simon Josefsson  <jas@extundo.com>
6226
6227         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6228         custom option.
6229
6230 2001-09-23  Simon Josefsson  <jas@extundo.com>
6231
6232         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6233
6234 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6235
6236         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6237
6238 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6239
6240         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6241         accept lists of functions.
6242
6243 2001-09-20  Simon Josefsson  <jas@extundo.com>
6244
6245         * gnus-group.el (gnus-group-catchup): Update expire marks in
6246         backend.  Also, if ALL also set expire marks on tick/dormant.
6247
6248 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6249
6250         * message.el (message-tab-body-function): New variable.
6251         * message.el (message-tab): Use it.
6252
6253 2001-09-19  Sam Steingold  <sds@gnu.org>
6254
6255         * gnus-win.el (gnus-buffer-configuration): Respect
6256         `gnus-bug-create-help-buffer'.
6257
6258 2001-09-18  Simon Josefsson  <jas@extundo.com>
6259
6260         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6261         (gnus-parse-simple-format): Re-revert.
6262
6263 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6264
6265         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6266         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6267
6268 2001-09-18  Simon Josefsson  <jas@extundo.com>
6269
6270         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6271         signed.
6272         (gnus-parse-simple-format): Don't use it.
6273
6274 2001-09-17  Miles Bader  <miles@gnu.org>
6275
6276         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6277         error querying a backend abort the whole process.
6278
6279 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6280
6281         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6282         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6283
6284 2001-09-17  Didier Verna  <didier@xemacs.org>
6285
6286         * nndiary.el: version 0.2-b14.
6287         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6288         compatibility problem with XEmacs 21.1.
6289
6290 2001-09-15  Simon Josefsson  <jas@extundo.com>
6291
6292         * gnus-group.el (gnus-group-line-format): Document %c.
6293
6294         * nnml.el (nnml-parse-head): Handle CRLF files.
6295         (nnml-generate-nov-file): Ditto.
6296         (nnml-retrieve-headers): Ditto.
6297
6298 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6299
6300         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6301
6302 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6303
6304         * gnus-spec.el (gnus-correct-substring): Still stopped one
6305         character before we wanted (never included last character).
6306         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6307         add missing "," (once per function)
6308
6309 2001-09-14  Simon Josefsson  <jas@extundo.com>
6310
6311         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6312         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6313         default before gnus-group is loaded and the variable set.)
6314
6315         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6316         killed or unsent marks.
6317
6318         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6319         isn't an article to set it on (e.g. when you `a' in a group).
6320
6321 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6322
6323         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6324         can read e-mails from Microsoft Outlook users not using ISO
6325         8859-2 character set.
6326
6327 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * gnus-diary.el: Minor modifications to avoid warnings.
6330         (gnus-summary-misc-menu): defvar.
6331         (gnus-diary-check-message): Use gnus-point-at-eol.
6332         (gnus-diary-kill-entire-line): eval-and-compile.
6333
6334 2001-09-12  Didier Verna  <didier@xemacs.org>
6335
6336         * nndiary.el: new version (0.2-b13).
6337         * nndiary.el (nndiary-mail-sources): doc update.
6338         * nndiary.el (nndiary-split-methods): ditto.
6339         * nndiary.el (nndiary-request-accept-article-hooks): New.
6340         * nndiary.el (nndiary-request-accept-article): use it, check
6341         message validity.
6342         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6343         * nndiary.el (nndiary-schedule): fix bug (misplaced
6344         condition-case): it didn't return nil on error.
6345         * gnus-diary.el: new version.
6346         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6347         * gnus-diary.el (gnus-diary-header-value-history): New.
6348         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6349         * gnus-diary.el (gnus-diary-add-header): New.
6350         * gnus-diary.el (gnus-diary-check-message): New.
6351         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6352         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6353
6354 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6355
6356         * gnus-sum.el (gnus-select-newsgroup): Make
6357         `gnus-current-select-method' buffer-local.
6358
6359         * gnus-art.el (gnus-request-article-this-buffer): Refer
6360         `gnus-current-select-method' in the current summary buffer.
6361
6362 2001-09-10  Simon Josefsson  <jas@extundo.com>
6363         From Daniel Pittman <daniel@rimspace.net>
6364
6365         * gnus-spec.el (gnus-correct-pad-form): Fix.
6366
6367 2001-09-09  Simon Josefsson  <jas@extundo.com>
6368
6369         * mm-decode.el (mm-inline-media-tests): Add
6370         application/x-emacs-lisp.
6371         (mm-attachment-override-types): Add
6372         application/{x-,}pkcs7-signature.
6373
6374         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6375         (gnus-server-line-format, gnus-server-mode-line-format)
6376         (gnus-server-browse-in-group-buffer): Customize.
6377
6378 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6379
6380         * nnml.el (nnml-marks-changed-p): Typo.
6381         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6382         (nnml-marks-changed-p): Use gnus-gethash.
6383         (nnml-marks-modtime): Use gnus-make-hashtable.
6384
6385         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6386         (nnfolder-request-expire-articles, nnfolder-save-marks)
6387         (nnfolder-open-marks): Typo.
6388         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6389         (nnfolder-marks-changed-p): Use gnus-gethash.
6390         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6391
6392 2001-09-08  Simon Josefsson  <jas@extundo.com>
6393
6394         * nnfolder.el (nnfolder-marks-modtime): New variable.
6395         (nnfolder-marks-changed-p): New function.
6396         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6397         (nnfolder-request-update-info): Don't update if marks didn't change.
6398
6399         * nnml.el (nnml-marks-modtime): New variable.
6400         (nnml-marks-changed-p): New function.
6401         (nnml-save-marks, nnml-open-marks): Save modtime.
6402         (nnml-request-update-info): Don't update if marks didn't change.
6403
6404         * gnus-agent.el (gnus-agent-any-covered-gcc)
6405         (gnus-agent-add-server, gnus-agent-remove-server): Use
6406         gnus-agent-method-p.
6407
6408         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6409         (gnus-unbuttonized-mime-type-p): Use it.
6410
6411         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6412         fetch group.
6413
6414 2001-09-08  Simon Josefsson  <jas@extundo.com>
6415         From Daniel Pittman <daniel@rimspace.net>
6416
6417         * gnus-spec.el (gnus-correct-pad-form): New function.
6418         (gnus-parse-simple-format): Use it.
6419
6420 2001-09-07  Simon Josefsson  <jas@extundo.com>
6421
6422         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6423         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6424         Putnam <reader@newsguy.com>.
6425         (gnus-group-sort-selected-groups): Touch dribble file.
6426
6427 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6428
6429         * nnml.el (nnml-filenames-are-evil): New variable.
6430         (nnml-article-to-file-alist): Rename to ...
6431         (nnml-current-group-article-to-file-alist): ... this.
6432         Respect `nnml-filenames-are-evil'.
6433         (nnml-active-number): Update.
6434         (nnml-update-file-alist): Update.
6435         (nnml-request-article): Use nnheader-article-to-file-alist.
6436         (nnml-request-rename-group): Likewise.
6437
6438 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-sum.el (gnus-summary-insert-line): Fix.
6441
6442 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6443
6444         * gnus-sum.el: Bind g-s-t-s to "W g".
6445         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6446         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6447         display of graphical smilies.
6448
6449 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6450
6451         * gnus-start.el (gnus-setup-news): A typo.
6452         From Bill White <billw@wolfram.com>.
6453
6454 2001-09-06  Simon Josefsson  <jas@extundo.com>
6455
6456         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6457         and unseen marks.
6458
6459 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6460
6461         * nnmail.el (nnmail-split-fancy): Document `junk'.
6462
6463 2001-09-04  Simon Josefsson  <jas@extundo.com>
6464
6465         * imap.el (imap-search): Don't error if server is broken.
6466
6467 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6468
6469         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6470         searching for an article that isn't in the mbox.
6471
6472 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6475         right, and get all the comments.
6476
6477 2001-09-02  Simon Josefsson  <jas@extundo.com>
6478         Suggested by Dan Christensen <jdc+news@uwo.ca>
6479
6480         * nnfolder.el (nnfolder-request-update-info): Fix message.
6481
6482         * nnml.el (nnml-request-update-info): Ditto.
6483
6484 2001-09-01  Simon Josefsson  <jas@extundo.com>
6485
6486         * nnml.el (nnml-request-expire-articles): Also bind
6487         `nnml-current-group' and `nnml-article-file-alist' when using
6488         expiry-target. (Otherwise nnml will be in a inconsistent internal
6489         state causing all kind of problems.)
6490         (nnml-request-expire-articles): If `nnml-article-to-file' or
6491         `file-attributes' failes, return article as un-expirable instead
6492         of treating it as expired.
6493
6494 2001-08-31  Sam Steingold  <sds@gnu.org>
6495
6496         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6497         typo: `exmine' --> `examine'.
6498
6499 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6500
6501         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6502
6503 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * nnml.el (nnml-check-directory-twice): Remove.
6506         (nnml-retrieve-headers): Ditto.
6507         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6508
6509 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6510
6511         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6512         directory twice on Windows, or on GNU Emacs-21.
6513
6514 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6515
6516         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6517         (nnml-request-rename-group): Ditto.
6518         (nnml-active-number): Ditto.
6519         (nnml-request-create-group): Use nnml-directory-articles.
6520         (nnml-request-expire-articles): Use nnml-directory-articles, which
6521         gets list from nov database if available.
6522         (nnml-get-nov-buffer): New function.
6523         (nnml-open-nov): Use it.
6524         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6525         gets alist from nov database if available.
6526         (nnml-directory-articles): New function.
6527         (nnml-article-to-file-alist): New function.
6528
6529 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6530
6531         * mm-decode.el (mm-display-external): Use `name' as filename, if
6532         `filename' attribute is not present.
6533
6534 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6535
6536         * mail-source.el (mail-source-flash): New defcustom.
6537         (mail-source-new-mail-p): Ring visible bell if appropriate.
6538         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6539         timer is cleared even if mail check signals an error.
6540
6541 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6542
6543         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6544         type 'list.
6545
6546 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * flow-fill.el (fill-flowed): eol might be point-max.
6549
6550 2001-08-27  Simon Josefsson  <jas@extundo.com>
6551
6552         * nnml.el (nnml-request-update-info): Fix message.
6553         (nnml-open-marks): Ditto.
6554
6555         * nnfolder.el (nnfolder-request-update-info):
6556         (nnfolder-open-marks): Fix message.
6557
6558 2001-08-25  Simon Josefsson  <jas@extundo.com>
6559
6560         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6561         after group in ~/.
6562
6563 2001-08-25  Simon Josefsson  <jas@extundo.com>
6564         From Andreas Jaeger  <aj@suse.de>
6565
6566         * nnfolder.el (nnfolder-open-marks): Fix typo.
6567         * nnml.el (nnml-open-marks): Likewise.
6568
6569 2001-08-25  Simon Josefsson  <jas@extundo.com>
6570
6571         Make nnfolder groups self-contained as far as marks are concerned.
6572
6573         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6574         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6575         (nnfolder-open-server): Make marks directory.
6576         (nnfolder-request-delete-group): Delete marks file.
6577         (nnfolder-request-delete-group): Check of nov/marks file exist
6578         before deleting.
6579         (nnfolder-request-rename-group): Rename marks file.
6580         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6581         (nnfolder-request-set-mark, nnfolder-request-update-info)
6582         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6583         (nnfolder-open-marks): New functions.
6584         (top-level): Require gnus.
6585
6586 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6587
6588         * nnweb.el (nnweb-type-definition): Use google raw file.
6589         (nnweb-google-parse-1): Ditto.
6590         (nnweb-google-identity): Ditto.
6591         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6592         (nnweb-altavista-wash-article): Ditto.
6593         (nnweb-request-article): Remove nnweb-decode-entities.
6594
6595         * nnml.el: Require 'gnus.
6596
6597 2001-08-25  Simon Josefsson  <jas@extundo.com>
6598
6599         * nnml.el (nnml-marks-is-evil): Add doc.
6600
6601 2001-08-25  Simon Josefsson  <jas@extundo.com>
6602
6603         * nnml.el (nnml-save-marks): Wrap saving marks in a
6604         condition-case, to allow user to start Gnus if saving marks failed
6605         for some reason.
6606
6607 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6610
6611         * gnus-group.el (gnus-update-group-mark-positions): Bind
6612         gnus-group-update-hook to nil.
6613
6614 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6615
6616         * mml.el (mml-generate-mime-1): Force as multibyte string.
6617
6618 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6619
6620         * gnus-sum.el (gnus-summary-insert-line)
6621         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6622         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6623
6624         * gnus-spec.el (gnus-correct-substring): Take optional END.
6625
6626         * nnrss.el (nnrss-request-article): Remove \n.
6627         (nnrss-retrieve-headers): Lines number is -1.
6628
6629 2001-08-24  Simon Josefsson  <jas@extundo.com>
6630
6631         * gnus-group.el (gnus-info-clear-data): Call
6632         nnfoo-request-set-mark to propagate marks.  Fix bug:
6633         `gnus-group-update-line' doesn't update read range unless we call
6634         `gnus-get-unread-articles-in-group' first.
6635
6636         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6637         to server.
6638
6639 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640
6641         * gnus-util.el (gnus-create-info-command): Return an interactive
6642         function.
6643
6644 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6645         From Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6648
6649 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-sum.el (gnus-select-newsgroup): Use it.
6652
6653         * gnus-util.el (gnus-not-ignore): New function.
6654
6655         * lpath.el (featurep): Don't fbind char-int.
6656
6657         * gnus-util.el (gnus-create-info-command): New function.
6658
6659         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6660         right node.
6661
6662         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6663         (gnus-summary-limit-children): Use 'identity instead of `all'.
6664         (gnus-summary-limit-to-display-predicate): New command and
6665         keystroke.
6666
6667 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6670
6671         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6672
6673 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-spec.el: Add the Gnus version.
6676         (gnus-update-format-specifications): If the Gnus version changes,
6677         nix out the format spec cache.
6678
6679         * gnus.el (gnus-continuum-version): Made into a command and
6680         optionalize the VERSION.
6681
6682         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6683         the start of the lines.
6684
6685 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus.el (gnus-visual-p): Define function before use of
6688         function.
6689
6690 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6693         (gnus-article-mark-to-type): New function.
6694         (gnus-update-missing-marks): Only update marks of type 'list.
6695
6696         * gnus.el (gnus-article-special-mark-lists): New variable.
6697
6698 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6701         (gnus-select-newsgroup): Still use 'all.
6702         (gnus-summary-initial-limit): Comparing with 'all.
6703
6704 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6705
6706         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6707         active.
6708
6709 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6712         nnslashdot-*-retrieve-headers.
6713         (nnslashdot-request-article): Fix for slashcode 2.2.
6714         (nnslashdot-make-tuple): New function.
6715         (nnslashdot-read-groups): Use it.
6716
6717 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6720         list.
6721
6722         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6723
6724 2001-08-20  Simon Josefsson  <jas@extundo.com>
6725
6726         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6727         opened, error instead of continuing (and exploding later).
6728
6729 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * gnus.el (gnus-expand-group-parameters): Return the parameter
6732         list.
6733
6734         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6735         (gnus-summary-show-article): Guess at charset if required.
6736
6737         * gnus-spec.el (gnus-correct-substring): Stopped one character
6738         before we wanted.
6739
6740 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6741
6742         * earcon.el (earcon-auto-play): Remove unused option.
6743
6744 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6747         message down in levels, since it happens very fast.
6748
6749         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6750         of smiley-regexp-alist.
6751
6752         * mm-view.el (mm-inline-text): Ignore vcard errors.
6753
6754         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6755
6756         * gnus-score.el (gnus-all-score-files): Use append instead of
6757         nconc.
6758
6759         * gnus.el (gnus-splash-face): Doc fix.
6760
6761         * mm-decode.el (mm-mailcap-command): Use
6762         mm-path-name-rewrite-functions.
6763         (mm-path-name-rewrite-functions): New variable.
6764
6765         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6766         (gnus-complex-form-to-spec): Insert tab.
6767         (gnus-spec-tab): New function.
6768
6769         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6770         entering the group.
6771
6772         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6773         the positional spec.
6774         (gnus-parse-complex-format): React to %C.
6775
6776         * gnus-ems.el (gnus-char-width): Moved here.
6777
6778         * gnus-sum.el (gnus-select-newsgroup): Set
6779         gnus-newsgroup-articles.
6780         (gnus-unseen-mark): New variable.
6781         (gnus-newsgroup-unseen): Ditto.
6782         (gnus-newsgroup-seen): Ditto.
6783         (gnus-adjust-marked-articles): Use them.
6784         (gnus-update-marks): Use them.
6785         (gnus-summary-update-secondary-mark): Display.
6786         (gnus-summary-prepare-threads): Display.
6787
6788         * gnus-msg.el (gnus-inews-group-method): Use and return the
6789         method, not the server.
6790
6791 2001-08-19  Simon Josefsson  <jas@extundo.com>
6792
6793         * gnus-srvr.el (gnus-server-agent-face): New.
6794         (gnus-server-agent-face): New.
6795         (gnus-server-mode): Turn on font-lock-mode.
6796
6797         * gnus.el (gnus-server-visual): Add defgroup.
6798
6799 2001-08-19  Simon Josefsson  <jas@extundo.com>
6800         From Joe Casadonte <jcasadonte@northbound-train.com>
6801
6802         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6803         gnus-server-denied-face): New.
6804         (gnus-server-opened-face, gnus-server-closed-face,
6805         gnus-server-denied-face): New.
6806         (gnus-server-font-lock-keywords): Add.
6807
6808 2001-08-19  Simon Josefsson  <jas@extundo.com>
6809
6810         * nnml.el (nnml-request-set-mark): Return nil.
6811         (nnml-save-marks): Use nnml-possibly-create-directory.
6812         (nnml-open-marks): Only work in temp buffer when inserting/reading
6813         .marks file.
6814
6815 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6816
6817         * gnus.el (gnus-expand-group-parameters): Fix.
6818
6819         * gnus-spec.el (gnus-char-width): New function.
6820         (gnus-correct-substring, gnus-correct-length): Use it.
6821
6822         * message.el (message-required-mail-headers): Fix doc.
6823
6824 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6825
6826         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6827
6828         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6829
6830 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6831
6832         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6833         slashdot 2.2 (not fully fixed yet).
6834         (nnslashdot-request-article): Ditto.
6835
6836 2001-08-18  Simon Josefsson  <jas@extundo.com>
6837
6838         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6839         nnimap.
6840
6841         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6842         gnus-util.
6843         (nnimap-request-update-info-internal): Use new functions.
6844
6845         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6846         new functions.
6847
6848 2001-08-18  Simon Josefsson  <jas@extundo.com>
6849
6850         Make nnml groups self-contained as far as marks are concerned.
6851
6852         * nnml.el (nnml-request-delete-group): Delete marks file.
6853         (nnml-request-rename-group): Move marks file.
6854         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6855         variables.
6856         (nnml-request-set-mark, nnml-request-update-info): New server
6857         functions.
6858         (nnml-save-marks, nnml-open-marks): New functions.
6859
6860 2001-08-18  Simon Josefsson  <jas@extundo.com>
6861
6862         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6863         `set' when setting marks.
6864
6865 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6866
6867         * gnus.el (gnus-info-find-node): Take an argument.
6868
6869         * gnus-art.el (gnus-button-handle-info): New function.
6870         (gnus-url-unhex-string): Replace "+" with " ".
6871
6872 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6873
6874         * message.el (message-check-news-header-syntax): Check bad From.
6875
6876 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus-spec.el (gnus-correct-length): New function.
6879         (gnus-correct-substring): New function.
6880         (gnus-tilde-max-form): Use it.
6881
6882 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6883
6884         * nnmh.el: Docstring changes as below.
6885
6886         * nnml.el: Docstring changes as below.
6887
6888         * nnbabyl.el: Docstring changes as below.
6889
6890         * nnmbox.el: Docstring changes as below.
6891
6892         * nnfolder.el: Added docstrings identifying each virtual server
6893         parameter.
6894
6895 2001-08-18  Simon Josefsson  <jas@extundo.com>
6896
6897         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6898
6899 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6900
6901         * message.el: rename "Abort Message" to "Postpone Message".
6902         Remove "Attach file as MIME" from Message menu, it's already in
6903         the MIME menu.
6904
6905 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6906
6907         * smime.el (smime-point-at-eol): eval-and-compile.
6908         (smime-make-temp-file): New function.
6909         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6910         Use it.
6911
6912 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6913
6914         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6915         (gnus-agent-summary-fetch-group): New command and keystroke.
6916
6917         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6918         (gnus-mime-display-security): Make it respect
6919         gnus-unbuttonized-mime-type-p.
6920
6921         * gnus-sum.el (gnus-articles-to-read): Comments.
6922         (gnus-article-marked-p): New function.
6923         (gnus-summary-display-make-predicate): New function.
6924         (gnus-select-newsgroup): Use them.
6925
6926         * mm-decode.el (mm-save-part-to-file): Made it not error.
6927
6928 2001-08-17  Simon Josefsson  <jas@extundo.com>
6929
6930         * imap.el (imap-wait-for-tag): If process-status isn't open or
6931         run, return nil instead of sit-for looping.
6932
6933 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * lpath.el (featurep): fbind xml-parse-region.
6936
6937         * gnus.el (gnus-message-archive-method): Default to "archive".
6938         (gnus-message-archive-method): Doc fix.
6939         (gnus-parameters-get-parameter): Cleaned up.
6940         (gnus-expand-group-parameter): New function.
6941
6942         * gnus-start.el (gnus-setup-news): Push the archive server only
6943         the server list.
6944
6945         * mml.el (mml-menu): Changed name to "Attachments".
6946
6947         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6948         when there is something to detroy.
6949
6950 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6953         nil.
6954
6955 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6956
6957         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6958         which specifies a time today or tomorrow.
6959
6960 2001-08-15  Simon Josefsson  <jas@extundo.com>
6961         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6962
6963         * gnus-agent.el (gnus-agent-make-mode-line-string)
6964         (gnus-agent-toggle-plugged): Use new API.
6965
6966 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6967
6968         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6969         deadline has expired.
6970
6971 2001-08-12  Simon Josefsson  <jas@extundo.com>
6972         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6973
6974         Support `recent' mark indicating newly arrived messages (to
6975         separate from old but unread messages).
6976
6977         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6978         `nnmail-split-history' if recent is > 0.
6979         (nnimap-request-update-info-internal): Update `recent' marks.
6980         (nnimap-request-set-mark): Never set `recent' marks.
6981         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6982         recent.
6983
6984         * gnus-sum.el (gnus-recent-mark): New mark.
6985         (gnus-newsgroup-recent): New variable.
6986         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6987         (gnus-summary-prepare-threads): Mark recent articles.
6988         (gnus-summary-add-mark): Support recent.
6989         (gnus-summary-update-secondary-mark): Support recent.
6990
6991         * gnus.el (gnus-article-mark-lists): Add recent.
6992
6993 2001-08-12  Simon Josefsson  <jas@extundo.com>
6994
6995         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6996         whether successful decoding took place.  Add doc.
6997
6998 2001-08-12  Simon Josefsson  <jas@extundo.com>
6999         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7000
7001         * gnus.el (gnus-summary-line-format, gnus-parameters):
7002         * gnus-gl.el (gnus-summary-grouplens-line-format):
7003         * gnus-salt.el (gnus-summary-pick-line-format):
7004         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7005
7006 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7007         Committed by Kai Gro\e,b_\e(Bjohann.
7008
7009         * gnus-score.el (gnus-score-string): Fix `match' regexp
7010         for `extra' header case.
7011
7012 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * nnmbox.el (nnmbox-read-mbox): No warning.
7015
7016 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7017
7018         * nndoc.el (nndoc-article-type): Fix doc.
7019         (nndoc-generate-article-function): New variable.
7020         (nndoc-dissection-function): New variable.
7021         (nndoc-type-alist): Add oe-dbx.
7022         (nndoc-oe-dbx-type-p): New function.
7023         (nndoc-oe-dbx-dissection): New function.
7024         (nndoc-oe-dbx-generate-article): New function.
7025
7026 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7027
7028         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7029         whether deadline has been reached.  Patch from Dan Nicolaescu
7030         <dann@godzilla.ics.uci.edu>.
7031
7032 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7033
7034         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7035         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7036         <rintaman@cs.Helsinki.FI>.
7037
7038         * mail-source.el (mail-source-movemail): The error buffer is
7039         modified, but nothing in it.
7040
7041 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042
7043         * message.el (message-bogus-system-names): New variable.
7044         (message-make-fqdn): Use it.
7045
7046 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7047
7048         * nndraft.el (nndraft-request-group): Use
7049         nndraft-auto-save-file-name.
7050
7051 2001-08-09  Simon Josefsson  <jas@extundo.com>
7052
7053         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7054         Don't ask whether to decrypt.  Just leave result in buffer (don't
7055         call mm).
7056
7057         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7058         parts as well.
7059         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7060         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7061
7062 2001-08-09  Simon Josefsson  <jas@extundo.com>
7063
7064         * mm-decode.el (mm-insert-part): Return decoding success status.
7065         (mm-save-part-to-file): Error if decoding failed.
7066
7067 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * message.el (message-tab): Use indent-relative.
7070         (message-mode): Don't bind indent-line-function to indent-relative.
7071
7072 2001-08-09  Simon Josefsson  <jas@extundo.com>
7073
7074         * message.el (message-get-reply-headers): Fix string. Suggested by
7075         Christoph Conrad <cc@cli.de>.
7076
7077 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7078
7079         * message.el (message-tab): Use the current value of
7080         indent-line-function.
7081         (message-mode): Bind indent-line-function to indent-relative.
7082
7083 2001-08-08  Simon Josefsson  <jas@extundo.com>
7084
7085         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7086         whether `imtest' is installed.
7087
7088 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7089         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7090
7091         * gnus-sum.el (gnus-summary-show-article): Call
7092         gnus-summary-update-secondary-secondary-mark.
7093         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7094         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7095
7096 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7097
7098         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7099
7100         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7101
7102         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7103         <gerd@gnu.org>.
7104
7105         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7106
7107         * gnus-util.el (gnus-output-to-rmail): Ditto.
7108         (gnus-output-to-mail): Ditto.
7109
7110         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7111
7112 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7113
7114         * message.el (message-indent-citation): Use
7115         `message-yank-cited-prefix' for empty lines.
7116
7117 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7118
7119         * message.el (message-indent-citation): Quote only lines starting
7120         with ">" using `message-yank-cited-prefix'.
7121
7122 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7123
7124         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7125         gnus-cache-fully-p.
7126
7127 2001-08-04  Simon Josefsson  <jas@extundo.com>
7128
7129         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7130         file if it doesn't exist (by calling gnus-cache-read-active).
7131
7132 2001-08-04  Simon Josefsson  <jas@extundo.com>
7133
7134         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7135         (gnus-cache-passively-or-fully-p): Removed.
7136         (gnus-cache-fully-p): Fix it.
7137
7138         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7139
7140 2001-08-04  Simon Josefsson  <jas@extundo.com>
7141
7142         * gnus-cache.el (gnus-cache-fully-p)
7143         (gnus-cache-passively-or-fully-p): New functions.
7144         (gnus-cache-possibly-enter-article): Cosmetic change, use
7145         `g-c-p-o-f-p'.
7146         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7147         was bogus (`g-c-p-a-a' does not change active info, just change
7148         the functions parameters).
7149         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7150         not removed in groups that match `gnus-uncacheable-groups'.
7151
7152         Reported and modifications based on discussions with Nuutti
7153         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7154
7155 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7156         Committed by Simon Josefsson  <jas@extundo.com>
7157
7158         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7159         calls `gnus-cache-update-active' if bounds has been extended.
7160
7161 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7164         before remove.
7165         (gnus-mime-security-show-details): Ditto.
7166
7167 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7168
7169         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7170         syntax.  Protect string-match against nil string and regexp.
7171
7172 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * mm-util.el (mm-find-charset-region): Remove control-1.
7175
7176 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7179
7180 2001-08-04  Simon Josefsson  <jas@extundo.com>
7181
7182         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7183         buffer.  Delete MIME-Version header.
7184
7185 2001-08-03  Simon Josefsson  <jas@extundo.com>
7186
7187         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7188         that is entered does not necessarily have the highest article
7189         number in the group, so use `gnus-cache-possibly-alter-active'
7190         instead of `gnus-cache-update-active'.
7191
7192 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7195
7196 2001-08-03  Simon Josefsson  <jas@extundo.com>
7197
7198         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7199         menu.
7200
7201 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus.el (post-method): New group parameter.  It also provides
7204         the user option `gnus-post-method-alist' and the internal function
7205         `gnus-parameter-post-method'.
7206
7207         * gnus-msg.el (gnus-post-method): Bind the value of
7208         `gnus-post-method' to the group parameter if it is defined.
7209
7210 2001-08-02  Simon Josefsson  <jas@extundo.com>
7211
7212         * smime.el (smime-extra-arguments): Removed.
7213         (smime-call-openssl-region): Don't use it.
7214
7215 2001-08-02  Simon Josefsson  <jas@extundo.com>
7216
7217         * smime.el (smime-sign-region): Handle stderr.
7218         (smime-encrypt-region): Ditto.
7219
7220         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7221         match the ASN.1 length bytes.
7222         (mm-pkcs7-enveloped-magic): Ditto.
7223         (mm-view-pkcs7-get-type): Don't regexp quote.
7224
7225 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7226         From Andreas Fuchs <asf@void.at>
7227
7228         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7229
7230 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * gnus-art.el (gnus-header-button-alist): References regexp.
7233
7234 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7235
7236         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7237         already fboundp.  Add INTERACTIVE arg to autoload form.
7238
7239 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7240
7241         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7242
7243         * nnmail.el (nnmail-cache-open): Ditto.
7244
7245 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7248
7249 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7252
7253 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7255
7256         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7257         (gnus-agent-toggle-plugged): Use it.
7258
7259 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7260
7261         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7262         (gnus-ding-file-coding-system): New variable.
7263         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7264         (gnus-slave-save-newsrc): Use it.
7265
7266 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7267
7268         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7269         syntax.
7270
7271 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272         Originally from Andreas Fuchs <asf@void.at>
7273
7274         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7275         (mml2015-gpg-pretty-print-fpr): New function.
7276         (mml2015-gpg-extract-signature-details): More details, rename from
7277         `m-g-e-from'.
7278         (mml2015-gpg-verify): Use them.
7279         (mml2015-gpg-clear-verify): Use them.
7280
7281 2001-07-31  Simon Josefsson  <jas@extundo.com>
7282
7283         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7284         buffer when done.
7285
7286 2001-07-30  Simon Josefsson  <jas@extundo.com>
7287
7288         * smime.el (smime-call-openssl-region): Revert previous change,
7289         just pass on buf to `call-process-region'.
7290         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7291         `smime-new-details-buffer'.  Inserts error messages into buffer.
7292         (smime-noverify-region): Ditto.
7293         (smime-decrypt-region): Ditto.  Handles stderr separately.
7294         (smime-verify-buffer, smime-noverify-buffer)
7295         (smime-decrypt-buffer): Doc fix.
7296         (smime-new-details-buffer): New function.
7297         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7298         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7299         (smime-sign-region, smime-encrypt-region): Don't use
7300         `insert-buffer'.
7301
7302         * mml-smime.el (mml-smime-verify): Fix security button strings.
7303
7304 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7305
7306         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7307         gnus-article-mime-handles.
7308
7309 2001-07-29  Simon Josefsson  <jas@extundo.com>
7310
7311         * mail-source.el (top-level): Require message for message-directory.
7312         (mail-source-directory): Change default to message-directory.
7313
7314         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7315         (smime-certificate-directory, smime-openssl-program)
7316         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7317         (smime-extra-arguments): New variable.
7318         (smime-dns-server): Fix customize group.
7319         (smime-call-openssl-region): Use `smime-extra-arguments'.
7320
7321 2001-07-29  Simon Josefsson  <jas@extundo.com>
7322         From Vladimir Volovich <vvv@vsu.ru>
7323
7324         * smime.el (smime-call-openssl-region): Ignore stderr.
7325
7326 2001-07-29  Simon Josefsson  <jas@extundo.com>
7327         From Christoph Conrad <christoph.conrad@gmx.de>
7328
7329         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7330         file.
7331
7332 2001-07-29  Simon Josefsson  <jas@extundo.com>
7333
7334         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7335
7336         Support S/MIME decryption.
7337
7338         * mm-decode.el (mm-inline-media-tests):
7339         (mm-inlined-types):
7340         (mm-automatic-display):
7341         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7342
7343         * mm-view.el (mm-pkcs7-signed-magic):
7344         (mm-pkcs7-enveloped-magic): New variables.
7345         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7346         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7347         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7348         PKCS#7 blobs.
7349
7350         * smime.el (smime-decrypt-region): Expand keyfile.
7351
7352 2001-07-29  Simon Josefsson  <jas@extundo.com>
7353
7354         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7355         `ssl.el' variables.
7356
7357         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7358         but line instead of narrowing to it, because `nnmail-parse-active'
7359         calls widen.  Thanks to Christoph Conrad
7360         <christoph.conrad@gmx.de>.
7361
7362 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7363
7364         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7365         for %B spec.
7366
7367         * gnus-sum.el (gnus-summary-prepare-threads): If
7368         gnus-sum-thread-tree-root is nil, use subject instead.
7369         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7370         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7371         (gnus-sum-thread-tree-leaf-with-other)
7372         (gnus-sum-thread-tree-single-leaf): Documentation.
7373         (gnus-sum-thread-tree-single-indent): Allow nil.
7374
7375 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * message.el (message-fill-paragraph): Do nothing if the user
7378         wants filladapt-mode.
7379
7380 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * mm-decode.el (mm-image-type-from-buffer): New function.
7383         (mm-get-image): Use it.
7384
7385 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7386
7387         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7388
7389         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7390         mm-display-parts too.
7391
7392 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7393
7394         * nnfolder.el (nnfolder-request-accept-article): Bind
7395         nntp-server-buffer.
7396
7397         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7398         nntp-server-buffer.
7399
7400 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * message.el (message-check-news-header-syntax): Use
7403         message-post-method.
7404         (message-send-news): Bind message-post-method.
7405
7406 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * mml.el (mml-tweak-type-alist): New variable.
7409         (mml-tweak-function-alist): New variable.
7410         (mml-tweak-part): New function.
7411         (mml-generate-mime-1): Use it.
7412
7413 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7414
7415         * nnfolder.el (nnfolder-request-accept-article): Replace
7416         nnfolder-request-list.
7417
7418 2001-07-27  Simon Josefsson  <jas@extundo.com>
7419
7420         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7421         nnoo-change-server failed to do it.
7422
7423 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * gnus.el (gnus-parameters): Make it customizable.
7426
7427 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7428
7429         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7430
7431         * message.el (message-set-auto-save-file-name): More
7432         poor-system-types.
7433
7434         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7435
7436         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7437         supports +.
7438
7439 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * mm-decode.el (mm-readable-p): New function.
7442         (mm-inline-media-tests): Fix the default testers.
7443
7444 2001-07-26  Simon Josefsson  <jas@extundo.com>
7445
7446         * nnimap.el (nnimap-version): Bump version number.
7447
7448 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449         From Steven E. Harris <seh@speakeasy.org>
7450
7451         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7452         in M$Windows too.
7453
7454 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7455
7456         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7457
7458 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7459
7460         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7461
7462         * mm-decode.el (mm-get-image): Guess then use the type.
7463
7464         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7465
7466 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7467
7468         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7469         display (%B) for threads if threading is off.
7470
7471 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7472         From Henrik Enberg <henrik@enberg.org>
7473
7474         * gnus-msg.el: Customization patch.
7475
7476 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7477
7478         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7479         variable.
7480         (nnmail-split-fancy-with-parent): Ignore certain groups.
7481
7482 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-util.el (gnus-byte-compile): New function.
7485         (gnus-use-byte-compile): New variable.
7486         (gnus-make-sort-function): Use it.
7487
7488         * nnmail.el (nnmail-get-new-mail): Use it.
7489
7490         * gnus-agent.el (gnus-category-make-function): Simple function or
7491         compiled function.
7492         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7493
7494         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7495         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7496         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7497
7498         * message.el (message-check-news-header-syntax): Remove quote.
7499
7500 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7501
7502         * message.el (message-use-mail-followup-to): `t' is not a
7503         documented value.
7504
7505 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7506
7507         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7508
7509 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7510
7511         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7512         there are long lines.
7513
7514 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * dgnushack.el (copy-list): New compiler macro.
7517
7518 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7519
7520         * message.el (message-bounce): If no Return-Path, the whole
7521         content is considered as the original message.
7522
7523         * nnml.el (nnml-check-directory-twice): New variable.
7524         (nnml-article-to-file): Use it.
7525         (nnml-retrieve-headers): Hack it.
7526
7527 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-win.el (gnus-buffer-configuration): New configure.
7530
7531         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7532         not alive.
7533
7534         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7535         (mm-display-external): Use display-term configure.
7536
7537 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7538
7539         * gnus-delay.el (gnus-delay-default-hour): New variable.
7540         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7541
7542 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543         From Karl Kleinpaste <karl@charcoal.com>
7544
7545         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7546         (gnus-summary-prepare-threads): Ditto.
7547
7548         * gnus.el (gnus-summary-line-format): Add %B.
7549
7550 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7553
7554         * mm-util.el (mm-string-as-multibyte): New function.
7555
7556         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7557
7558 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559
7560         * mm-util.el (mm-universal-coding-system): New variable.
7561
7562         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7563
7564         * score-mode.el (score-mode-coding-system): Use it.
7565
7566 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-start.el (gnus-setup-news): Call
7569         `gnus-check-bogus-newsgroups' just after the native server is
7570         opened.
7571
7572 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7573
7574         * nnmail.el (nnmail-do-request-post): Util function to be used by
7575         `nnchoke-request-post' for all nnmail-derived backends.
7576
7577         * nnml.el (nnml-request-post): Use it.
7578
7579         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7580         backend, for it groks nnml-request-post.
7581
7582         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7583         Treat `mail-post' backends like `mail' backends, not like `news'
7584         backends.
7585
7586 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * gnus-msg.el (gnus-setup-message): make-local-hook.
7589
7590 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7591
7592         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7593         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7594         <karl@charcoal.com>, slightly changed by Kai.
7595
7596         * message.el (message-check-news-header-syntax): When checking
7597         whether the groups exist, check the right server based on
7598         `gnus-post-method'.
7599
7600 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7601
7602         * gnus-delay.el: New file.
7603
7604 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * mm-util.el (mm-read-coding-system): Take two arguments.
7607
7608         * gnus-sum.el (gnus-summary-show-article): Use
7609         mm-read-coding-system.
7610
7611         * gnus-art.el (article-de-quoted-unreadable):
7612         (article-de-base64-unreadable, article-wash-html):
7613         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7614
7615 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7616
7617         * nnml.el (nnml-request-post): New function.  Can be used for
7618         annotations in nnml groups.
7619
7620 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7623         command.
7624
7625         * gnus-start.el (gnus-find-new-newsgroups): Use
7626         `message-make-date' instead of `current-time-string'.
7627         (gnus-ask-server-for-new-groups): Ditto.
7628         (gnus-check-first-time-used): Ditto.
7629
7630 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7631
7632         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7633
7634 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7635
7636         * message.el (message-shorten-references): Change `maxcount' and
7637         `cut' to obey USEFOR draft 5.
7638
7639 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7640
7641         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7642         (gnus-summary-set-article-display-arrow): New function.
7643         (gnus-summary-goto-subject): Use it.
7644
7645 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7646
7647         * gnus-sum.el (gnus-summary-import-article): Insert date if
7648         doesn't exist.
7649
7650 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651
7652         * mml.el (mml-content-type-parameters): New variable.
7653         (mml-content-disposition-parameters): New variable.
7654         (mml-insert-mime-headers): Use them.
7655         (mml-parse-1): Accept charset.
7656
7657 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus-group.el (gnus-group-select-group): Doc fix.
7660
7661         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7662
7663 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7666         to handle `define-derived-mode'.
7667
7668 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669         From:  Stefan Monnier  <monnier@cs.yale.edu>
7670
7671         * message.el (message-mode): Use define-derived-mode.
7672         (message-tab): message-completion-alist.
7673
7674         * imap.el (imap-interactive-login): Use make-local-variable.
7675         (imap-open): Ditto.
7676         (imap-authenticate): Ditto.
7677
7678         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7679
7680         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7681
7682 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7683
7684         * message.el (message-citation-line-function): Refer to
7685         gnus-cite-attribution-suffix.
7686
7687 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7688
7689         * gnus-art.el,...: Error convention changes.
7690
7691 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7692
7693         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7694
7695 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7696
7697         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7698         (nnrss-read-server-data): Ditto.
7699
7700 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7701
7702         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7703         * Cleanup files.
7704         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7705
7706 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707
7708         * gnus.el (gnus-summary-line-format): Add %o.
7709
7710         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7711         unless shell outputs something.
7712
7713 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7714
7715         * gnus-art.el (gnus-boring-article-headers): Better doc.
7716         (article-hide-headers): Better regexp.
7717         Suggested by Matt Swift <swift@alum.mit.edu>.
7718
7719         * nnheader.el (nnheader-max-head-length): Better doc.
7720         (nnheader-header-value): Skip spaces.
7721         (nnheader-parse-head): Remove space.
7722         Suggested by Matt Swift <swift@alum.mit.edu>.
7723
7724         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7725         (gnus-get-newsgroup-headers): Remove space.
7726
7727 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7730         (gnus-summary-reply): Use it.
7731         (gnus-summary-reply-broken-reply-to): New function.
7732         (gnus-msg-force-broken-reply-to): New function.
7733
7734         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7735
7736 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7739
7740 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7741
7742         * mm-decode.el (mm-external-terminal-program): New variable.
7743         (mm-display-external): Use it. Use term to display when no
7744         window-system.
7745
7746 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7747
7748         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7749         Browse->Next entries to Browse->Prev
7750
7751 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7752
7753         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7754
7755 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7758         for the default encoding.
7759
7760         * nnrss.el (nnrss-url-field): New field.
7761         (nnrss-request-article): Add newsgroups.
7762
7763         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7764
7765 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7768
7769         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7770         (gnus-draft-setup): Remove backlog.
7771
7772 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7773
7774         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7775         Cleanup.
7776
7777 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778
7779         * gnus-msg.el (gnus-bug): Erase buffer.
7780
7781         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7782
7783 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * mm-decode.el (mm-attachment-override-p): Fix typo.
7786
7787 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-kill.el (gnus-execute): Work with the extra headers.
7790         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7791
7792 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7793
7794         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7795         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7796
7797         * message.el (message-send-mail-real-function): New variable.
7798         (message-send-mail-partially, message-send-mail):
7799
7800         * nngateway.el (nngateway-request-post): Use it.
7801
7802         * gnus-agent.el (gnus-agentize): Use it.
7803
7804         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7805         (nnsoup-revert-variables): Use it.
7806
7807 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7808
7809         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7810         text/plain if the type doesn't match any other media types.
7811         (mm-inlined-types): Doc fix.
7812         (mm-display-inline): Revert previous change (now handled by a
7813         default type in `mm-inline-media-tests'.
7814         (mm-inlinable-p): Revive.
7815         (mm-display-part): Call `mm-inlinable-p'.
7816         (mm-attachment-override-p): Ditto.
7817         (mm-inlined-p): Doc fix.
7818
7819         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7820         well as `mm-inlined-p'.
7821
7822 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7823
7824         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7825         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7826
7827 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7828         From  Paul Jarc <prj@po.cwru.edu>
7829
7830         * message.el (message-use-mail-followup-to): New variable.
7831         (message-get-reply-headers): Use it.
7832
7833 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7834
7835         * nnheader.el (nnheader-init-server-buffer): Make sure the
7836         *nntpd* buffer is made multibyte instead of a random buffer.
7837
7838 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7839
7840         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7841         when it returns headers.
7842
7843 2001-07-07  Simon Josefsson  <jas@extundo.com>
7844
7845         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7846         trying to fold. Thanks to Colin Walters
7847         <walters@cis.ohio-state.edu>
7848
7849 2001-07-06  Simon Josefsson  <jas@extundo.com>
7850
7851         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7852         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7853         Add information in `assert's.
7854
7855         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7856         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7857         and `nnimap-group-overview-filename', should handle all
7858         change-of-uidvalidity related issues.  But there may be other
7859         problems.)
7860
7861 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7862
7863         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7864         header name when folding.
7865
7866 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7867
7868         * mm-decode.el (mm-inlined-types): Document relationship with
7869         `mm-inline-media-tests'.
7870         (mm-display-inline): Default to displaying as plain text if no
7871         inlining handler is available.
7872         (mm-inlinable-p): Remove.
7873         (mm-inlined-p): Don't call `mm-inlinable-p'.
7874         (mm-automatic-display-p): Ditto.
7875         (mm-attachment-override-p): Ditto.
7876
7877 2001-07-04  Simon Josefsson  <jas@extundo.com>
7878
7879         * nnimap.el (nnimap-importantize-dormant): New variable.
7880         (nnimap-request-update-info-internal): Use it.
7881         (nnimap-request-set-mark): Ditto.
7882
7883 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7884
7885         * nntp.el (nntp-send-command): don't pass a buffer argument to
7886         `point'. Only XEmacs accepts this.
7887         * nntp.el (nntp-send-command-nodelete): ditto.
7888         * nntp.el (nntp-send-command-and-decode): ditto.
7889
7890 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7891
7892         * nntp.el (nntp-open-connection-function): doc update.
7893         * nntp.el (nntp-pre-command): New.
7894         * nntp.el (nntp-via-rlogin-command): New.
7895         * nntp.el (nntp-via-telnet-command): New.
7896         * nntp.el (nntp-via-telnet-switches): New.
7897         * nntp.el (nntp-via-user-name): New.
7898         * nntp.el (nntp-via-user-password): New.
7899         * nntp.el (nntp-via-address): New.
7900         * nntp.el (nntp-via-envuser): New.
7901         * nntp.el (nntp-via-shell-prompt): New.
7902         * nntp.el (nntp-open-telnet-stream): New.
7903         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7904         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7905         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7906         * nntp.el (nntp-send-command): ditto.
7907         * nntp.el (nntp-send-command-nodelete): ditto.
7908         * nntp.el (nntp-send-command-and-decode): ditto.
7909
7910 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7911
7912         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7913         `when'.
7914
7915 2001-07-03  Simon Josefsson  <jas@extundo.com>
7916         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7917
7918         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7919
7920 2001-07-03  Simon Josefsson  <jas@extundo.com>
7921
7922         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7923         remove it (workaround XEmacs `fill-region' bug).
7924
7925 2001-07-01  Simon Josefsson  <jas@extundo.com>
7926
7927         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7928
7929 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * mml2015.el (mml2015-format-error): New function.
7932         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7933         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7934         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7935
7936 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7937
7938         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7939         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7940
7941         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7942         group variables.
7943
7944 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7945
7946         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7947
7948         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7949         (nnrss-save-group-data): Ditto.
7950
7951         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7952
7953 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * message.el (message-do-send-housekeeping): Narrow to headers.
7956
7957 2001-06-24  Simon Josefsson  <jas@extundo.com>
7958
7959         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7960         insertion when breaking lines looked for " \t" instead of "[ \t]".
7961         (rfc2047-encode-message-header): Fold lines even if
7962         no QP encoding is done.
7963
7964 2001-06-23  Simon Josefsson  <jas@extundo.com>
7965         From Samuel Tardieu <sam@inf.enst.fr>
7966
7967         * smime.el (smime-keys): Support additional certificates.
7968         (smime-make-certfiles): New function.
7969         (smime-sign-region): Use previous variables.
7970         (smime-get-certfiles): New function.
7971         (smime-sign-buffer): Use it.
7972         (smime-verify-region): Support both CAfile and CApath.
7973
7974 2001-06-23  Simon Josefsson  <jas@extundo.com>
7975
7976         * smime.el (smime-decrypt-region): Perhaps work.
7977
7978 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7979
7980         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7981
7982 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7983
7984         * mm-decode.el (mm-save-part): Rewrite file name.
7985         (mm-file-name-rewrite-functions): New variable.
7986         (mm-file-name-delete-whitespace): New function.
7987         (mm-file-name-trim-whitespace): New function.
7988         (mm-file-name-collapse-whitespace): New function.
7989         (mm-file-name-replace-whitespace): New variable and function.
7990
7991 2001-06-22  Simon Josefsson  <jas@extundo.com>
7992
7993         * message.el (message-make-date): Workaround locale for weekdays.
7994
7995 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7996
7997         * message.el (message-goto-body): Return nil if not found. (revert!)
7998
7999 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000         From Fremlin <chief@bandits.org>
8001
8002         * message.el (message-goto-body): Some messages have no header.
8003
8004         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8005
8006 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8007
8008         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8009
8010 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * message.el (message-make-date): Add week day.
8013         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8014
8015 2001-06-19  Simon Josefsson  <jas@extundo.com>
8016
8017         * message.el (message-yank-prefix): Doc fix.
8018         (message-yank-cited-prefix): Ditto.
8019         (message-delete-not-region): Keep citation prefix on first line,
8020         if possible and appropriate.
8021
8022 2001-06-19  Simon Josefsson  <jas@extundo.com>
8023
8024         * imap.el (imap-process-connection-type): New variable.
8025         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8026         recent `imtest's work completely (no line length issues), while
8027         making making old `imtest's unusable.  Thanks to NAGY Andras
8028         <nagya@inf.elte.hu> for his work.
8029
8030 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8031
8032         * imap.el (imap-ssl-program): Add -quiet to shut up
8033         OpenSSL/SSLeay's internal debug talk.
8034
8035 2001-06-19  Matt Armstrong  <matt@lickey.com>
8036
8037         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8038         server.
8039
8040 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8041
8042         * nnmail.el (nnmail-article-buffer): New variable.
8043         (nnmail-split-incoming): Use it.
8044
8045 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8046
8047         * qp.el (quoted-printable-decode-region): If called interactively,
8048         use coding-system-for-read.
8049
8050 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8051
8052         * message.el (message-check-news-header-syntax): Check Reply-To.
8053
8054 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * mml.el (mml-parse-1): Use message options.
8057
8058         * message.el (message-do-fcc): Don't do anything if there is no
8059         FCC.
8060
8061 2001-06-16  Simon Josefsson  <jas@extundo.com>
8062
8063         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8064         (nnimap-expunge-search-string): New variable.
8065         (nnimap-request-expire-articles): Use it.
8066
8067 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8068
8069         * message.el (message-send-mail-with-qmail): wrong exit status is
8070         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8071
8072 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8073
8074         * gnus-art.el (article-strip-multiple-blank-lines): Use
8075         delete-region instead of replace-match.
8076
8077 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8080         (nnweb-google-wash-article): Ditto.
8081
8082 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8083
8084         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8085
8086 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8089         specs.
8090
8091 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus.el (gnus-email-address): Move it here.
8094
8095         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8096         requested.
8097         (article-de-base64-unreadable): Ditto.
8098         (article-wash-html): Ditto.
8099
8100 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * message.el (message-options-set-recipient): Don't add ", "
8103         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8104
8105 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8108
8109 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110
8111         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8112         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8113
8114         * nnrss.el (nnrss-node-text): Node might be nil.
8115
8116 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8119         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8120
8121         * nnrss.el (nnrss-group-alist): More items.
8122
8123 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8124
8125         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8126
8127 2001-06-03  Dale Hagglund  <rdh@best.com>
8128
8129         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8130         restrict clauses.
8131
8132 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         From Benjamin Rutt <brutt+news@bloomington.in.us>
8135
8136         * message.el (message-wide-reply-confirm-recipients): New variable.
8137
8138 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8139         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8140
8141         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8142         fix so it works with XEmacs.
8143
8144 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8147         headers.
8148
8149 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * nnrss.el: Fix a few bugs.
8152
8153 2001-06-05  Simon Josefsson  <jas@extundo.com>
8154
8155         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8156         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8157
8158 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8159
8160         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8161         binary so that we don't transmit ISO 2022 garbage to the process.
8162         This is needed under XEmacs.
8163
8164 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8165
8166         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8167         autoloaded incorrectly below because ssl-program-* is bound.)
8168         Thanks to Amos Gouaux for report.
8169
8170 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8171
8172         * imap.el (imap-kerberos4-open):
8173         (imap-gssapi-open):
8174         (imap-ssl-open):
8175         (imap-network-open):
8176         (imap-shell-open):
8177         (imap-starttls-open): Set buffer to workaround spurious
8178         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8179         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8180         Colman <colman@ppllc.com> for report.
8181
8182 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * gnus-sum.el (gnus-summary-catchup): New argument.
8185         (gnus-summary-catchup-from-here): New function.
8186
8187 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8188
8189         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8190         back, then insert glyph.  (Before, the glyph was inserted first,
8191         then the newline.)  This works around a behavior in XEmacs where
8192         it is not possible to insert a character after a glyph which is at
8193         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8194
8195 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8196
8197         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8198
8199         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8200         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8201         mm-destroy-postponed-undisplay-list): New functions.
8202         (mm-display-external): Use them.
8203
8204 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8205
8206         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8207         `default-low' when evaluating `gnus-summary-highlight'.
8208         From Raja R Harinath <harinath@cs.umn.edu>.
8209
8210 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8211
8212         * message.el (message-yank-cited-prefix): New variable.
8213         (message-indent-citation): Use it.
8214
8215         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8216         as details.
8217         (mml2015-mailcrypt-clear-verify): Ditto.
8218
8219 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8220         From Nevin Kapur <nevin@jhu.edu>.
8221
8222         * gnus-sum.el (gnus-summary-default-high-score,
8223         gnus-summary-default-low-score): New variables.
8224         (gnus-summary-highlight): Use them.
8225
8226 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8227
8228         * message.el (message-mail): pass the 'send-actions argument to
8229         `message-setup'.
8230
8231 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8232         From Raymond Scholz <ray-2001@zonix.de>
8233
8234         * gnus-art.el (gnus-mime-view-part-as-charset):
8235         (gnus-mime-internalize-part): Doc fixes.
8236
8237 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8238
8239         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8240         status lines without any text ("^215$").
8241
8242 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * nnrss.el (nnrss-check-group): Reverse.
8245
8246 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8247
8248         * message.el (message-get-reply-headers):
8249         (message-followup): Fix typo, suggested by David Green
8250         <dgreen@uab.edu>
8251
8252 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8255
8256         * nnrss.el (nnrss-open-server): Read server data when it is called.
8257         (nnrss-request-expire-articles): Fix.
8258
8259 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * message.el (message-do-send-housekeeping): mail-abbrevs may
8262         rename buffer behind Gnus.
8263
8264 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8267         (nnrss-group-alist): Add more resources.
8268         (nnrss-check-group): Ignore errors.
8269
8270 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8273
8274         * nnslashdot.el (nnslashdot-request-list): Add time.
8275         (nnslashdot-request-expire-articles): New function.
8276
8277         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8278         secondary methods too.
8279
8280 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * message.el (message-use-followup-to): Set default value to t.
8283
8284 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8285
8286         * message.el (message-dont-reply-to-names): Fix documentation.
8287         (message-get-reply-headers): Use Mail-Followup-To only for wide
8288         replies.
8289
8290 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8293         correctly.
8294         (nnrss-check-group): Use time.
8295
8296 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8297
8298         * gnus.el: Oort Gnus v0.03 is released.
8299
8300 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8303         group.
8304
8305 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8308
8309 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * nnultimate.el (nnultimate-retrieve-headers): Return all
8312         available headers.
8313
8314         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8315         (gnus-get-newsgroup-headers-xover): Use it.
8316
8317 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8320
8321 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8322
8323         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8324
8325 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326
8327         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8328         disable it.
8329
8330         * gnus.el (gnus-info-nodes): Remove a few The's.
8331
8332 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * mail-source.el (mail-source-movemail): Call-process may return a
8335         signal description string.
8336
8337         * gnus-start.el (gnus-read-newsrc-el-file):
8338         gnus-newsrc-file-version may be nil.
8339
8340         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8341         Suggested by Michael Sperber [Mr. Preprocessor]
8342         <sperber@informatik.uni-tuebingen.de>.
8343
8344 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8345
8346         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8347
8348 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8349
8350         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8351         fontify HANDLE.
8352
8353 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8354
8355         * smime.el (smime-ask-passphrase): Rework to return value.
8356         (smime-sign-region): Rework to bind value and use it.
8357         (smime-decrypt-region): Ditto.
8358
8359 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8360         Committed by Simon Josefsson  <simon@josefsson.org>
8361
8362         * smime.el (smime-ask-passphrase): New function.
8363         (smime-sign-region): Use it.
8364         (smime-encrypt-cipher): New variable.
8365         (smime-decrypt-region): Ditto.
8366
8367 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8368         Committed by Simon Josefsson  <simon@josefsson.org>
8369
8370         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8371         the log.
8372
8373 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8374
8375         *gnus.el: Oort Gnus v0.02 is released.
8376
8377 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8378
8379         * gnus.el: Oort Gnus v0.01 is released.
8380
8381 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * gnus-sum.el (gnus-summary-highlight): Highlight read
8384         undownloaded articles as read articles.
8385
8386         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8387         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8388         articles, even read ones, as such.
8389
8390         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8391         (gnus-find-matching-articles): New function.
8392         (gnus-summary-limit-include-matching-articles): New command.
8393         (gnus-summary-limit-include-thread): Include articles that have
8394         matching subjects.
8395         (gnus-offer-save-summaries): Clean up.
8396
8397 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8398
8399         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8400
8401 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402         From Jason Merrill <jason_merrill@redhat.com>
8403
8404         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8405
8406 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8407         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8408
8409         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8410         newsgroup names when the original article is a news message.
8411
8412 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8415         supported. Suggest by Jim Meyering <jim@meyering.net>.
8416
8417 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8418         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8419
8420         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8421         regexp in nnmail-split-fancy.
8422
8423 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8424
8425         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8426
8427 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8428
8429         * message.el (message-send-mail): Improve the interaction with the
8430         user.
8431
8432 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8433
8434         * imap.el (imap-message-copy): Work around buggy servers that
8435         doesn't send TRYCREATE tags.
8436
8437 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8440
8441 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8444         date.
8445
8446 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8449         lives.
8450
8451 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * gnus-art.el (gnus-parse-news-url): New function.
8454         (gnus-button-handle-news): New function.
8455         (gnus-button-alist): Point to new functions.
8456
8457         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8458
8459         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8460         gnus-format-specs.
8461
8462         * message.el (message-check-news-header-syntax): Question even
8463         when Gnus doesn't know the group names.
8464         (message-send-news): Clean up.
8465
8466         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8467         exited on purpose without saving.
8468
8469         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8470
8471 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-score.el (gnus-score-orphans): Clean up.
8474
8475         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8476
8477         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8478         later.
8479
8480         * gnus-start.el (gnus-close-all-servers): Find the right items to
8481         close.
8482
8483         * qp.el (quoted-printable-decode-region): Just message
8484         malformation; don't quit.
8485
8486 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487         From Gerd Moellmann <gerd@gnu.org>.
8488
8489         * gnus.el (gnus-interactive): A typo.
8490
8491 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8492         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8493
8494         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8495         `assq-delete-all', if that function exists; otherwise use the old
8496         definition. Documentation changed to match the one in
8497         `assq-delete-all'.
8498
8499 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * gnus-start.el (gnus-close-all-servers): New function.
8502
8503         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8504         (gnus-server-remove-denials): Clean up.
8505
8506         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8507         keystroke.
8508
8509 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8510
8511         * message.el (message-send-news): Message where we are sending.
8512         (message-send-mail): Ditto.
8513
8514         * gnus.el (gnus-server-string): New function.
8515
8516         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8517
8518         * mm-decode.el (mm-default-directory): Customized.
8519         (mm-tmp-directory): Ditto.
8520
8521         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8522         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8523         or Chars.
8524         (gnus-summary-line-format-alist): ?l is now a string.
8525         (gnus-summary-prepare-threads): Output ? for unknown lines.
8526         (gnus-summary-insert-line): Ditto.
8527         (gnus-summary-print-article): Unbalanced parentheses.
8528
8529         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8530         out whether new stuff has arrived.
8531
8532 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8533
8534         * gnus-sum.el: Let printing work on ttys on Emacs.
8535
8536 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8539         when forcing news.
8540
8541         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8542         command.
8543
8544 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8545
8546         * message.el (message-set-auto-save-file-name): Don't use
8547         asterisks under nt.
8548
8549 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8552         lists of articles.
8553
8554         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8555
8556         * gnus-msg.el (gnus-put-message): Clean up.
8557         (gnus-summary-reply): Mark all replied-to articles as replied to.
8558         (gnus-inews-add-send-actions): Also mark as forwarded.
8559         (gnus-summary-mail-forward): Mark as forwarded.
8560
8561         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8562         of articles.
8563         (gnus-summary-mark-article-as-forwarded): Ditto.
8564
8565         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8566         forwarded.
8567         (gnus-summary-mail-forward): Clean up.
8568
8569         * gnus.el (gnus-article-mark-lists): Added forward.
8570
8571         * gnus-sum.el (gnus-forwarded-mark): New variable.
8572         (gnus-summary-prepare-threads): Use it.
8573         (gnus-summary-update-secondary-mark): Ditto.
8574         (gnus-newsgroup-forwarded): New variable.
8575
8576 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8579         (gnus-summary-very-wide-reply): New command and keystroke.
8580         (gnus-summary-very-wide-reply-with-original): Ditto.
8581
8582         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8583         (gnus-score-adaptive): Use it.
8584
8585         * gnus-start.el (gnus-get-unread-articles): Clean up.
8586
8587 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8590         boards.
8591
8592 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8593
8594         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8595         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8596
8597 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * nnultimate.el (nnultimate-retrieve-headers): Understand
8600         long-form month names.
8601
8602 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8603
8604         * gnus-sum.el (gnus-summary-show-all-headers):
8605         gnus-article-show-all-headers is broken. Use
8606         gnus-summary-toggle-header instead.
8607
8608         * mml2015.el (mml2015-gpg-extract-from): No error.
8609
8610 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8612
8613         * mml2015.el (mml2015-gpg-extract-from): New function.
8614         (mml2015-gpg-verify): Use it.
8615         (mml2015-gpg-clear-verify): Use it.
8616
8617 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * message.el (message-setup-fill-variables): Use
8620         fill-paragraph-function.
8621         (message-fill-paragraph): Take an argument.
8622         (message-newline-and-reformat): Take another argument.
8623
8624 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8627
8628 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * message.el (message-forward): local-variable-p takes an extra
8631         argument in XEmacs.
8632
8633 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8634
8635         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8636         `nnimap-use-nov-p' (it really tested the negative).
8637         (nnimap-retrieve-headers): Use it.
8638
8639 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8640
8641         * message.el (message-generate-headers-first): Update doc.
8642
8643 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8644
8645         * gnus.el (gnus-summary-line-format): Typo.
8646
8647 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8648
8649         * mailcap.el (mailcap-mime-data): Add application/sieve.
8650         (mailcap-mime-extensions): Add .siv, .xls.
8651
8652 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653         From Christoph Conrad <christoph.conrad@gmx.de>
8654
8655         * gnus-score.el (gnus-summary-lower-thread): Typo.
8656
8657 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * message.el (message-forward-decoded-p): New variable.
8660         (message-forward-subject-author-subject): Use it.
8661         (message-make-forward-subject): Use it.
8662         (message-forward): Use it.
8663
8664         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8665
8666         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8667         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8668
8669 ;;Has been fixed -- zsh.
8670 ;;2001-03-05  Dave Love  <fx@gnu.org>
8671 ;;
8672 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8673 ;;      Move it after definition of mm-coding-system-p.
8674 ;;
8675 2001-03-01  Dave Love  <fx@gnu.org>
8676
8677         * mm-util.el (mm-inhibit-file-name-handlers): Add
8678         image-file-handler.
8679
8680 2001-02-11  Dave Love  <fx@gnu.org>
8681
8682         * message.el (message-signature-file): Fix doc, :type.
8683
8684 2001-02-08  Dave Love  <fx@gnu.org>
8685
8686         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8687         (message-posting-charset): Defvar when compiling again.
8688         (rfc2047-encodable-p): Require message.
8689
8690         * gnus-sum.el (gnus-alter-articles-to-read-function):
8691         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8692
8693 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * nnrss.el: New file.
8696
8697 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8698         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8701         `skip-chars-forward'.
8702
8703 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * nndraft.el (nndraft-request-group): Restore auto save files if
8706         the original files do not exist.
8707
8708 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8709
8710         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8711         SCORE paths.
8712
8713         * mm-decode.el (mm-dissect-buffer): Call
8714         mail-extract-address-components only if necessary.
8715
8716 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8719         directory part.
8720         (gnus-score-search-global-directories): Use file-directory-p.
8721
8722         * gnus-score.el (gnus-score-score-files-1): Use
8723         gnus-kill-files-directory.
8724         From Adrian Aichner <adrian@xemacs.org>.
8725
8726 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8727
8728         * gnus.el (charset): Move here from gnus-sum.el.
8729
8730 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * mml.el (mml-preview): Disable local map.
8733
8734         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8735         gnus-article-post-menu here.
8736
8737         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8738         if it has not been made.
8739
8740 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8741
8742         * gnus-art.el (gnus-article-describe-key): Map key to event.
8743         (gnus-article-describe-key-briefly): Ditto
8744
8745 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8748
8749 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8750         From Katsumi Yamaoka <yamaoka@jpl.org>.
8751
8752         * dgnushack.el (coerce, merge, subseq): defmacro.
8753
8754 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8757         A fake defalias in nndraft.el results a not-activated bug in
8758         uncompiled versions.
8759
8760 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8761         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-util.el (gnus-split-references): Handle malformed References:.
8764
8765 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766
8767         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8768
8769 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8770         From NAGY Andras <nagya@inf.elte.hu>.
8771
8772         * gnus.el (gnus-parameters): Typo.
8773
8774 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * gnus.el (gnus-read-method): Remove redundancy.
8777
8778 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8781         (nnslashdot-request-list): Use it.
8782
8783 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * nnml.el (nnml-generate-active-info): Fix the case when there is
8786         no file.
8787
8788         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8789         (gnus-summary-create-article): New function.
8790
8791         * gnus-group.el (gnus-group-mark-article-read): New function.
8792
8793         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8794
8795         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8796
8797 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * gnus-art.el (gnus-article-edit-done): Don't use
8800         gnus-article-edit-exit.
8801         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8802
8803         * gnus.el (gnus-parameters): New variable.
8804         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8805         (gnus-parameters-get-parameter): New function.
8806         (gnus-group-find-parameter): Use it.
8807
8808 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8809
8810         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8811         change of default value to `current'.
8812
8813 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * nneething.el (nneething-get-head): Insert unreadable file too.
8816
8817 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8818
8819         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8820
8821         * webmail.el (webmail-type-definition): Deja is bought by google.
8822
8823 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * gnus-sum.el (gnus-fetch-headers): New function.
8826         (gnus-select-newsgroup): Use it.
8827         (gnus-summary-insert-articles): New function.
8828         (gnus-summary-insert-old-articles): New function.
8829         (gnus-summary-insert-new-articles): New function.
8830
8831         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8832         (gnus-group-list-active): Ditto.
8833         * gnus-sum.el (gnus-set-mode-line): Ditto.
8834         (gnus-summary-read-group-1): Ditto.
8835
8836 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8837
8838         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8839         current topic.
8840
8841 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8842
8843         * smiley.el (gnus-smiley-display): Don't do widening.
8844
8845         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8846         within body.
8847
8848         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8849
8850         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8851         New variable.
8852         (gnus-mime-display-multipart-related-as-mixed): New variable.
8853         (gnus-mime-display-part): Use them.
8854
8855 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8856
8857         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8858         something special.
8859
8860 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8863         (nnweb-request-article): Call reference if exists.
8864         (nnweb-type-definition): Dejanews is bought by google.com.
8865         Beta!
8866
8867 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8868
8869         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8870
8871 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8872
8873         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8874         gnus-article-sort-functions.
8875         (gnus-article-sort-functions): Doc fix.  Refer to
8876         gnus-thread-sort-functions.
8877
8878 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8879         From Paul Jarc <prj@po.cwru.edu>.
8880
8881         * message.el (message-get-reply-headers): More fixes.
8882
8883 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8884         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * message.el (message-get-reply-headers): Fix bug with
8887         Mail-Followup-To/to-address interaction.
8888
8889 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8892         gnus-article-copy.
8893
8894 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * message.el (message-do-send-housekeeping): Rename to a better
8897         name.
8898
8899 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * message.el (message-cancel-news): Check article first, then ask
8902         yes or no.
8903
8904 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8907
8908 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * gnus-range.el (gnus-range-normalize): New function.
8911
8912 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8913
8914         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8915
8916 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8919
8920         * nnagent.el (nnagent-request-regenerate): New function.
8921
8922         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8923
8924         * nnml.el (nnml-generate-nov-databases): Accept argument
8925         server. Don't open server if it is opened.
8926         (nnml-request-regenerate): Use it. Change to deffoo.
8927
8928 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8929         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * gnus.el (gnus-define-group-parameter): Fix.
8932
8933 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * gnus.el (gnus-define-group-parameter): Improved.
8936
8937         * gnus-sum.el (charset): Define parameter.
8938         (ignored-charsets): Ditto.
8939         (gnus-summary-setup-default-charset): Use them.
8940
8941         * gnus-start.el (gnus-read-descriptions-file): Use them.
8942
8943         * gnus-cus.el (gnus-group-parameters): Remove them.
8944
8945 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8948
8949 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * gnus-sum.el (gnus-summary-read-group-1): Remove
8952         gnus-summary-set-local-parameters.
8953         (gnus-summary-setup-buffer): Put it here.
8954
8955 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus.el (to-address): Define parameter.
8958         (to-list): Ditto.
8959         * gnus-art.el (article-hide-boring-headers): Use them.
8960         * gnus-msg.el (gnus-post-news): Ditto.
8961         * gnus-cus.el (gnus-group-parameters): Remove them.
8962
8963 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8964
8965         * gnus-draft.el (gnus-draft-reminder): New function.
8966
8967         * gnus-art.el (gnus-sender-save-name): New function.
8968
8969 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * mm-util.el (mm-mime-charset): Error message.
8972
8973 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8974
8975         * message.el (message-check-news-body-syntax): Don't check mml lines.
8976
8977 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8980         subscribe.
8981
8982         * gnus-start.el (gnus-call-subscribe-functions): New function.
8983         (gnus-find-new-newsgroups): Use it.
8984         (gnus-ask-server-for-new-groups): Use it.
8985         (gnus-check-first-time-used): Use it.
8986         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8987         (gnus-subscribe-options-newsgroup-method): Ditto.
8988         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8989         return .
8990
8991 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8992
8993         * gnus-cus.el (gnus-score-customize): Doc fix.
8994
8995 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8996
8997         * dgnushack.el (my-getenv): Typo.
8998
8999 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9002
9003 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9006
9007         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9008         (gnus-treatment-function-alist): Use it.
9009         (article-remove-leading-whitespace): New function.
9010         (gnus-article-make-menu-bar): Use it.
9011
9012         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9013         remove-leading-whitespace.
9014         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9015         because of conflict.
9016
9017 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9018
9019         * Makefile.in: Hack generating gnus-load.el.
9020         * dgnushack.el: Ditto.
9021         * gnus-load.el: Remove it.
9022
9023 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9024
9025         * dgnushack.el : Add URLDIR.
9026
9027         * Makefile.in (EMACS_COMP): Ditto.
9028
9029 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9030
9031         * gnus-cus.el (gnus-score-customize): Error on no score file.
9032
9033 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * mm-decode.el (mm-merge-handles): New function.
9036
9037         * mm-view.el (mm-inline-message): Use it.
9038         (mm-view-message): Ditto.
9039
9040         * mm-partial.el (mm-inline-partial): Ditto.
9041
9042         * mm-extern.el (mm-inline-external-body): Ditto.
9043
9044         * gnus-art.el (gnus-mime-view-part): Ditto.
9045         (gnus-mime-view-part-as-type): Ditto.
9046         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9047         cases.
9048
9049 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * message.el (message-cancel-news): Allow to shoot foot.
9052         (message-supersede): Ditto.
9053
9054 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9055
9056         * gnus-sum.el (gnus-simplify-subject-re): Use
9057         message-subject-re-regexp.
9058
9059 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9060
9061         * nnmail.el (nnmail-expiry-target-group): Bind
9062         nnmail-cache-accepted-message-ids to nil.
9063
9064         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9065         coding system.
9066
9067 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * qp.el (quoted-printable-encode-region): Make sure characters are
9070         between 00 and FF.  Don't check charset.
9071
9072         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9073         in Emacs 20.
9074         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9075
9076 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * message.el (message-make-forward-subject): Argument decoded.
9079         (message-forward): Use it when digest.
9080
9081         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9082         buffer.
9083
9084 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9085
9086         * message.el (message-generate-headers-first): Doc fix.
9087
9088 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * gnus-art.el (article-make-date-line): Error proof.
9091
9092 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * gnus-group.el (gnus-group-listing-limit): New variable.
9095         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9096
9097         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9098
9099 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * message.el (message-newline-and-reformat): Special case for
9102         breaking at BOL.
9103
9104 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9105
9106         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9107         message/rfc822.
9108
9109 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9110
9111         * message.el (message-encode-message-body): Don't insert
9112         Content-Type if it is inside a mail.
9113
9114 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9117         gnus-article-commands-menu.
9118
9119         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9120         in Emacs.
9121
9122         * gnus-start.el (gnus-read-descriptions-file): Use
9123         gnus-group-name-charset and gnus-group-charset-alist.
9124
9125 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9128         active region.
9129
9130         * gnus-start.el (gnus-group-change-level): Remove from both
9131         gnus-zombie-list and gnus-killed-list.
9132
9133 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9134
9135         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9136         gnus-subscribe-topics.
9137
9138         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9139
9140 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9141
9142         * gnus-art.el (gnus-article-make-menu-bar): Make
9143         gnus-article-post-menu.
9144
9145         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9146
9147         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9148
9149         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9150
9151         * message.el (message-mode-menu): Ditto.
9152
9153         * gnus-art.el (defvar): eval-when-compile.
9154
9155 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * gnus-agent.el (gnus-agentize): Fix doc.
9158
9159 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9160
9161         * mml.el (mml-preview): Bind `q'.
9162
9163 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9164
9165         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9166
9167 2001-01-31  Dave Love  <fx@gnu.org>
9168
9169         * mm-util.el (mm-mime-mule-charset-alist)
9170         (mm-find-mime-charset-region): Consider mule-utf-8.
9171
9172 2001-01-31  Dave Love  <fx@gnu.org>
9173
9174         * gnus-art.el (gnus-article-x-face-command)
9175         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9176         :version.
9177
9178 2001-01-26  Dave Love  <fx@gnu.org>
9179
9180         * mm-util.el (mm-multibyte-string-p): New.
9181
9182 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9183 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9184 ;;      string-as-multibyte on class.  Clarify line-folding.
9185         (quoted-printable-encode-string): Make temp buffer inherit
9186         string's multibyteness.
9187
9188 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9189
9190         * nnheader.el (toplevel): Don't require `gnus-util' at
9191         compile-time; this creates a circular dependency, and prevents
9192         a bootstrap.
9193
9194 2001-01-22  Andreas Schwab  <schwab@suse.de>
9195
9196         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9197
9198 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9201
9202         * gnus-art.el (article-hide-list-identifiers): Ditto.
9203
9204         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9205
9206 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9207
9208         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9209
9210         * gnus-art.el (article-hide-list-identifiers): Similar.
9211
9212 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9213
9214         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9215
9216 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9219
9220 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * gnus-util.el (gnus-string-equal): New function.
9223
9224         * gnus-art.el (article-hide-boring-headers): Use it.
9225
9226 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9227
9228         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9229
9230 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9233
9234 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9235
9236         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9237         command if there is not last-saver.
9238
9239 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * nntp.el (nntp-open-connection): 201 is possible.
9242
9243 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9246         (rfc2047-charset-encoding-alist): Add big5.
9247
9248 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9251         (gnus-agent-remove-server): Ditto.
9252         (autoload): gnus-server-update-server.
9253
9254         * gnus-srvr.el (gnus-server-line-format): Add %a.
9255         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9256         (gnus-server-insert-server-line): Use it.
9257
9258 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9261         GB2312 and Big5.
9262
9263 2001-01-24  Simon Josefsson  <sj@extundo.com>
9264
9265         * mail-source.el (mail-sources): Add :program specifier to IMAP
9266         mail source.
9267         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9268
9269 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9272
9273 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * nntp.el (nntp-wait-for): Return the success code.
9276         (nntp-open-connection): Use it.
9277
9278 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9281
9282 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9283
9284         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9285
9286 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9289         argument. Allow to print several articles in one file.
9290
9291 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292
9293         * webmail.el (webmail-type-definition): netaddress changes.
9294
9295 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9296
9297         * gnus.el: Fix copyright. Remove trailing spaces.
9298
9299         * message.el (message-forward): Use mule4.
9300
9301 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * mm-util.el (mm-string-as-unibyte): New function.
9304
9305         * message.el (message-forward): Use it.
9306
9307 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * message.el (message-cite-original-without-signature): Don't peel
9310         off the blank line.
9311         (message-get-reply-headers): Add Cc if it is not in follow-to.
9312
9313 2001-01-20  Simon Josefsson  <sj@extundo.com>
9314
9315         * mm-decode.el (mm-handle-multipart-from): Add.
9316         (mm-dissect-buffer): Save From: header value.
9317         (mm-security-from): Remove.
9318         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9319
9320         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9321         instead of `mml-security-from'.  Protect null from value.
9322
9323 2001-01-20  Simon Josefsson  <sj@extundo.com>
9324
9325         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9326         application/vnd.ms-excel attachments.
9327
9328 2001-01-19  Simon Josefsson  <sj@extundo.com>
9329
9330         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9331
9332 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9333
9334         * message.el (message-ignored-mail-headers): Ditto.
9335
9336 2001-01-19  Simon Josefsson  <sj@extundo.com>
9337
9338         * message.el (message-ignored-news-headers): Only search beginning
9339         of line.
9340
9341 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9342
9343         * message.el (message-send-mail): Content-Type may not be there.
9344
9345 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9346
9347         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9348         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9349
9350         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9351         not.
9352
9353 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9356         non-native groups.
9357
9358 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9359
9360         * message.el (message-yank-original): Understand
9361         universal-argument.
9362
9363 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9366         (article-hide-boring-headers): Ditto.
9367
9368         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9369
9370 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9373         one.
9374
9375 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9376
9377         * message.el (message-make-in-reply-to): Add comment to message-id
9378         (old syntax, see 2000-08-02 change).
9379
9380 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9383         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9384         (gnus-button-reply): Ditto.
9385
9386 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-art.el (article-display-x-face): Fix.
9389
9390 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-art.el (article-display-x-face): Use
9393         gnus-original-article-buffer.
9394
9395 2001-01-15  Jack Twilley  <jmt@tbe.net>
9396
9397         * message.el (message-add-header): Move to point-max.
9398
9399 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9400
9401         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9402         nil, improve documentation.
9403         (smime-certificate-directory): Comment out false hints (until it
9404         is implemented).
9405
9406         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9407         there aren't any keys.
9408         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9409         verify certificate.  Default is changed to only check integrity.
9410         Improved security status texts.  If a certificate doesn't contain
9411         a email address, don't fail.
9412
9413         * smime.el (smime-noverify-region):
9414         (smime-noverify-buffer): New functions.  Verifies integrity only.
9415
9416 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9417
9418         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9419
9420 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9423         (gnus-remove-some-windows): Ditto.
9424
9425 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9426
9427         * gnus-art.el (article-make-date-line): 11th.
9428
9429 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9432         (mml2015-gpg-sign): Ditto.
9433
9434 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435
9436         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9437         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9438
9439 2001-01-08  Dave Love  <fx@gnu.org>
9440
9441         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9442         single character.
9443
9444         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9445
9446         * message.el: Doc and message fixes.
9447         (message-send-rename-function)
9448         (message-make-forward-subject-function)
9449         (message-send-mail-function, message-reply-to-function)
9450         (message-wide-reply-to-function, message-followup-to-function)
9451         (message-distribution-function, message-auto-save-directory): Fix
9452         :type.
9453
9454         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9455         proceeding after warnings.  Amend multipart warning message.
9456
9457 2001-01-04  Dave Love  <fx@gnu.org>
9458
9459         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9460         compiling.
9461         (gnus-make-directory): Require nnmail.
9462
9463         * mm-decode.el (mm-inline-media-tests): Add
9464         image/x-portable-bitmap.
9465         (mm-get-image): Grok pbm.
9466
9467 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9468
9469         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9470
9471 2001-01-09  Didier Verna  <didier@xemacs.org>
9472
9473         * dgnushack.el (dgnushack-compile): give a dummy value to
9474         `gnus-xmas-glyph-directory' for the time of compilation.
9475         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9476         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9477         * gnus-art.el: ditto.
9478         * gnus-group.el: ditto.
9479         * gnus-salt.el: ditto.
9480         * gnus-sum.el: ditto.
9481         * gnus-topic.el: ditto.
9482         * gnus-xmas.el (gnus-xmas-define): see above.
9483         * gnus-xmas.el (gnus-xmas-redefine): see above.
9484         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9485         non-continuable error when the directory can't be found.
9486
9487 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9488
9489         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9490         handle.
9491         * gnus-art.el (gnus-mime-view-part): Copy it.
9492         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9493
9494 2001-01-09  Michael Downes  <mjd@ams.org>
9495
9496         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9497
9498 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9499
9500         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9501         orig-file. Use ',source.
9502
9503 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9504
9505         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9506         (gnus-xmas-group-startup-message):
9507         Detect gnus-xmas-glyph-directory when it is nil.
9508
9509 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * pop3.el (pop3-get-message-count): Andrew Innes
9512         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9513
9514 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9517
9518         * time-date.el (time-to-number-of-days): New function.
9519
9520 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9521
9522         * nnslashdot.el (nnslashdot-request-list): Always get the right
9523         sid.
9524
9525 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * message.el (message-minibuffer-local-map): New keymap.
9528         (message-read-from-minibuffer): Use it.
9529         * gnus-msg.el (gnus-summary-resend-message): Use it
9530
9531 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9532
9533         * gnus-start.el (gnus-display-time-event-handler): New function.
9534         (gnus-after-getting-new-news-hook): Use it.
9535
9536 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * message.el (message-ignored-mail-headers): Add draft header.
9539
9540 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9543         excursion.
9544
9545         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9546
9547 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9548
9549         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9550
9551 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * qp.el (quoted-printable-decode-region): Don't backward-char.
9554
9555 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * gnus-draft.el: Mark articles as replied.
9558
9559         * gnus-sum.el (gnus-summary-add-mark): New function.
9560
9561         * gnus-group.el (gnus-add-mark): New function.
9562
9563         * gnus-sum.el (gnus-summary-buffer-name): New function.
9564         (gnus-summary-setup-buffer): Use it.
9565
9566         * gnus-draft.el: Set things up with the right post method and
9567         stuff.
9568
9569         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9570
9571         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9572
9573         * gnus.el (gnus-draft-meta-information-header): New variable.
9574
9575 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-art.el (gnus-treatment-function-alist): Move the date
9578         functions before the header sorting functions.
9579
9580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9581
9582         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9583         Don't (push "/usr/share/emacs/site-lisp" load-path).
9584
9585         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9586         to empty fill prefixes.
9587
9588 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9589
9590         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9591         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9592
9593 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9594
9595         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9596
9597         * nnml.el (autoload): Move to nnheader.el.
9598
9599         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9600         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9601         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9602         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9603
9604 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * gnus-art.el (article-make-date-line): Get the hours right.
9607         (gnus-ignored-headers): More hiding.
9608
9609         * nnmail.el (nnmail-expiry-wait): Not an integer.
9610
9611         * message.el (message-goto-body): Only expand abbrev when called
9612         interactively.
9613         (message-make-lines): Use it.
9614
9615 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9616
9617         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9618
9619 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9622         include the expunged articles.
9623
9624         * gnus-group.el (gnus-group-sort-by-server): New function.
9625
9626         * gnus.el (gnus-method-to-server-name): New function.
9627         (gnus-group-prefixed-name): Use it.
9628
9629         * gnus-group.el (gnus-group-sort-function): Doc fix.
9630         (gnus-group-sort-groups-by-server): New command.
9631
9632 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * gnus-art.el (gnus-treat-date-english): New variable.
9635         (article-date-english): New command.
9636         (gnus-english-month-names): New variable.
9637         (article-make-date-line): Do 'english.
9638
9639         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9640         after the fill prefix.
9641
9642         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9643         score...".
9644
9645         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9646
9647         * message.el (message-mode-map): Bind comment-region.
9648
9649         * gnus-art.el (gnus-mime-display-part): Let w3 display
9650         multipart/related.
9651
9652         * mm-bodies.el (mm-long-lines-p): New function.
9653         (mm-body-encoding): Use it.
9654         (mm-body-encoding): Encode articles with lines longer than 1000
9655         characters.
9656
9657 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9658
9659         * mm-util.el (mm-enable-multibyte): Use
9660         default-enable-multibyte-characters.
9661         (mm-enable-multibyte-mule4): Ditto.
9662         (mm-disable-multibyte): Test XEmacs.
9663         (mm-disable-multibyte-mule4): Ditto.
9664         (mm-with-unibyte-current-buffer): Simplified.
9665         (mm-with-unibyte-current-buffer-mule4): Ditto.
9666
9667 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9670
9671         * nnheader.el (nnheader-string-as-multibyte): New alias.
9672
9673         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9674
9675         * gnus-uu.el (gnus-message-process-mark): New function.
9676         (gnus-uu-mark-by-regexp): Use it.
9677         (gnus-new-processable): New function.
9678
9679 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9680
9681         * gnus-sum.el (gnus-no-mark): New variable.
9682
9683 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9686         backslashes.
9687
9688 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9691         definition.
9692
9693 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9694
9695         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9696
9697         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9698         XEmacs.
9699
9700 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9701
9702         * mml.el (mml-read-tag): Save tag location.
9703
9704 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9705
9706         * starttls.el: Sync with Emacs 21.
9707
9708 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * message.el (message-mail): Support yank-action.
9711
9712         * message.el (message-setup): Revoke the last change.
9713
9714 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9717         <jvromans@squirrel.nl>.
9718
9719 2000-12-24  Simon Josefsson  <sj@extundo.com>
9720
9721         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9722         mailing list junk at end of part.
9723
9724 2000-12-23  Simon Josefsson  <sj@extundo.com>
9725
9726         * nnimap.el (nnimap-expiry-target): New function.
9727         (nnimap-request-expire-articles): Use it.
9728
9729 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * gnus.el (gnus-group-parameters-more): New variable.
9732         * gnus-cus.el (gnus-group-customize): Use it.
9733
9734         * gnus.el (gnus-define-group-parameter): New macro.
9735         (auto-expire): Use it
9736         (total-expire): Use it.
9737         * gnus-art.el (banner): Use it.
9738
9739         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9740         <ljz@asfast.com>.
9741
9742 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9743
9744         * gnus-topic.el (gnus-topic-create-topic): Use list.
9745
9746         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9747         before binding gnus-default-article-saver.
9748
9749         * gnus-sum.el (gnus-summary-save-article):
9750         (gnus-summary-pipe-output):
9751         (gnus-summary-save-article-mail):
9752         (gnus-summary-save-article-rmail):
9753         (gnus-summary-save-article-file):
9754         (gnus-summary-write-article-file):
9755         (gnus-summary-save-article-body-file): Ditto.
9756
9757         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9758
9759 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9760
9761         * gnus-art.el (gnus-mime-security-button-map):
9762         (gnus-mime-button-map): Add parent.
9763
9764 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9765
9766         * messagexmas.el (message-xmas-redefine): New function.
9767
9768         * message.el: Use it.
9769
9770         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9771
9772         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9773
9774 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775
9776         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9777         malformatted messages.
9778
9779 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * mm-util.el (mm-image-load-path): New function.
9782
9783         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9784
9785         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9786
9787         * message.el (message-tool-bar-map): Use it.
9788
9789         * Makefile.in (install-el): New rule.
9790
9791 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-art.el (article-treat-dumbquotes): Quote \.
9794
9795 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9798         Emacs 20 runs on a terminal.
9799
9800 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9801
9802         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9803
9804         * mml.el (gnus-add-minor-mode): Autoload.
9805
9806         * message.el (message-forward): Save-restriction.
9807
9808 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9809
9810         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9811         Paul Stevenson <p.stevenson@surrey.ac.uk>
9812
9813 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9816
9817         * mml.el (gnus-ems): Don't require.
9818
9819         * gnus.el (gnus-decode-rfc1522): Removed.
9820         (gnus-set-text-properties): Define.
9821
9822 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-art.el (gnus-mime-*): handle may be nil.
9825
9826         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9827
9828         * gnus.el (gnus-group-remove-excess-properties): Not defined
9829         in gnus-xmas.
9830
9831 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * message.el (message-mail-user-agent): Add :version.
9834
9835 2000-12-21  Miles Bader  <miles@gnu.org>
9836
9837         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9838
9839 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * message.el (message-mail-user-agent): New variable.
9842         (message-setup): Renamed to message-setup-1. Support
9843         mail-user-agent.
9844         (message-mail-user-agent): New function.
9845         (message-mail): Use it.
9846         (message-reply): Use it.
9847         (message-resend): Use it.
9848         (message-mail-other-window): Use it.
9849         (message-mail-other-frame): Use it.
9850
9851         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9852
9853 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * message.el (message-tool-bar-map): Simplify.
9856         (message-narrow-to-head-1): New function.
9857         (message-narrow-to-head): Use it.
9858         (message-reply): Ditto.
9859         (message-cancel-news): Ditto.
9860         (message-supersede): Ditto.
9861         (message-make-forward-subject): Ditto.
9862         (message-bounce): Ditto.
9863
9864 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * uudecode.el (uudecode-decode-region-external): make-temp-file
9867         may not be defined.
9868
9869         * binhex.el (defalias): eval-and-compile.
9870
9871         * message.el (message-tool-bar-map): New function.
9872         (message-mode): Use it.
9873
9874 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * nntp.el (nntp-find-connection): Remove the entry.
9877         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9878
9879 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9882
9883         * message.el (message-forward): Copy buffer in unibyte mode.
9884
9885 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9886
9887         * message.el (message-make-forward-subject): Don't widen. Decode.
9888         (message-forward): Don't decode subject.
9889
9890 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9891
9892         * qp.el (quoted-printable-encode-region): Upcase QP.
9893
9894 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9897         mail-extract-a-c instead. Don't depend on Gnus.
9898
9899         * mml.el (gnus-ems): Require it.
9900
9901         * gnus-msg.el (gnus-summary-mail-forward):
9902
9903         * message.el (message-forward):  Move mime-to-mml here.
9904
9905 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9908         * gnus-art.el (gnus-insert-mime-button): Simplify.
9909         (gnus-mime-display-alternative): Ditto.
9910         (gnus-insert-mime-security-button): Ditto.
9911
9912 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913
9914         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9915         text-property-not-all doesn't return nil when start=mark(end).
9916         (gnus-remove-text-properties-when): Ditto.
9917
9918 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9919
9920         * gnus-start.el (gnus-group-change-level): Remove group from
9921         gnus-active-hashtb if real killed.
9922
9923 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9926         (gnus-mime-display-alternative): Ditto.
9927         (gnus-insert-mime-security-button): Ditto.
9928
9929 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930
9931         * gnus-start.el (gnus-group-change-level): Don't add it into
9932         killed-list if it was killed.
9933
9934 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9937         (nnmbox-active-file-coding-system): Ditto.
9938
9939         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9940
9941 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * gnus.el (gnus-version):
9944         (gnus-version-number): Set to Oort Gnus 0.01.
9945
9946         * gnus-art.el (gnus-mime-security-button-map):
9947         (gnus-insert-mime-security-button): Fix for Emacs21.
9948
9949 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9950
9951         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9952         easymenu, because XEmacs doesn't understand :help.
9953
9954         * mm-uu.el: Require binhex.
9955
9956 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9957
9958         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9959
9960 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9961
9962         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9963
9964 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9965
9966         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9967
9968 2000-12-18  Dave Love  <fx@gnu.org>
9969
9970         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9971         (unused).
9972
9973 2000-12-13  Miles Bader  <miles@gnu.org>
9974
9975         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9976         to t, so that we don't get stuck while trying to smilefy
9977         intangible text.
9978
9979 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9980
9981         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9982         at the end of the buffer.
9983         (smiley-region): In the loop, move to the end of the submatch
9984         matching the smiley instead of using the end of the match
9985         of the whole regexp.
9986
9987 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9988
9989         * message.el (message-mode): Doc fix.
9990
9991 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9992
9993         * smiley-ems.el (smiley-region): Doc fix.
9994
9995 2000-12-11  Miles Bader  <miles@gnu.org>
9996
9997         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9998         bottom line visible, check to see if it's partially obscured, and
9999         if so, either scroll one more line to make it fully visible, or
10000         revert to showing the second line from the top.
10001
10002 2000-12-07  Dave Love  <fx@gnu.org>
10003
10004         * mailcap.el (mailcap-download-directory)
10005         * gnus-audio.el (gnus-audio-directory)
10006         * smiley-ems.el (smiley-data-directory): Fix :type.
10007
10008 2000-11-30  Dave Love  <fx@gnu.org>
10009
10010         * message.el (message-auto-save-directory): Use
10011         file-name-as-directory.
10012         (message-set-auto-save-file-name): Create
10013         message-auto-save-directory if necessary.
10014         (message-replace-chars-in-string): Removed -- unused.
10015         (message-mail-alias-type): Customize.
10016         (message-headers): Remove duplicate defgroup.
10017
10018 2000-11-29  Dave Love  <fx@gnu.org>
10019
10020         * qp.el (quoted-printable-decode-region): Use error, not message
10021         to report malformed text (like base64).  Amend message.
10022
10023 2000-11-29  Miles Bader  <miles@gnu.org>
10024
10025         * message.el (message-header-lines): Fontify tag.
10026
10027 2000-11-27  Dave Love  <fx@gnu.org>
10028
10029         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10030         compiler warning.
10031
10032 ;2000-11-26  Dave Love  <fx@gnu.org>
10033 ;
10034 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10035 ;
10036 2000-11-23  Dave Love  <fx@gnu.org>
10037
10038         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10039
10040         * mm-uu.el (uudecode): Require.
10041         (uudecode-decode-region, uudecode-decode-region-external): Don't
10042         autoload.
10043         (mm-uu-copy-to-buffer): Doc fix.
10044         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10045         type fix.
10046
10047         * mailcap.el: Doc fixes.
10048         (mailcap-mime-data): Various adjustments.
10049         (mailcap): New group.
10050         (mailcap-download-directory): Customize.
10051         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10052         (mailcap-temporary-directory): Deleted (unused).
10053         (mailcap-unescape-mime-test): Simplify slightly.
10054         (mailcap-viewer-passes-test): Use functionp.
10055         (mailcap-command-p): Aliased to executable-find.
10056
10057         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10058         default-enable-multibyte-characters is nil.
10059
10060 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10061
10062         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10063
10064 2000-11-21  Dave Love  <fx@gnu.org>
10065
10066         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10067         gnus-article-mode-map.
10068 ;       (gnus-mime-button-menu): Use mouse-set-point.
10069         (gnus-insert-mime-button, gnus-mime-display-alternative)
10070         (gnus-mime-display-alternative): Don't use local-map property.
10071
10072 2000-11-17  Dave Love  <fx@gnu.org>
10073
10074         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10075         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10076         and make-temp-file.
10077         (uudecode-decode-region): Doc fix.
10078
10079 2000-11-14  Dave Love  <fx@gnu.org>
10080
10081         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10082         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10083         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10084         New files, derived from the XPMs.
10085
10086 2000-11-10  Dave Love  <fx@gnu.org>
10087
10088         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10089         (gnus-agent-lib-file, gnus-agent-load-alist)
10090         (gnus-agent-save-alist, gnus-agent-article-name): Use
10091         expand-file-name.
10092
10093         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10094         :version.
10095         (nnkiboze-score-file): Defvar when compiling.
10096
10097         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10098
10099         * gnus-art.el (gnus-article-banner-alist)
10100         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10101         (gnus-article-date-lapsed-new-header)
10102         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10103         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10104         (gnus-treat-strip-headers-in-body)
10105         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10106         (gnus-treat-translate): Add :version.
10107         (gnus-article-mime-part-function): Fix defcustom.
10108
10109         * nnmail.el (nnmail-expiry-target)
10110         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10111         (nnmail-split-header-length-limit): Add :version.
10112
10113         * gnus-sum.el (gnus-auto-expirable-marks)
10114         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10115         (gnus-extra-headers, gnus-ignored-from-addresses)
10116         (gnus-newsgroup-ignored-charsets)
10117         (gnus-group-highlight-words-alist)
10118         (gnus-summary-show-article-charset-alist): Add :version.
10119
10120         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10121         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10122         files, converted from the XPMs.
10123
10124         * gnus-cache.el (gnus-cache-active-file): Don't use
10125         file-name-as-directory on directory.
10126         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10127         use file-name-as-directory on directory.
10128
10129         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10130         (date-to-time): Use it.
10131
10132 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10133 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10134 ;       (message-newline-and-reformat): Likewise.
10135         (message-forward-as-mime, message-forward-ignored-headers)
10136         (message-buffer-naming-style, message-default-charset)
10137         (message-dont-reply-to-names, message-send-mail-partially-limit):
10138         Add :version.
10139
10140         * mm-util.el: Doc fixes.
10141         (mm-mime-charset): Don't use the raw result of
10142         mm-preferred-coding-system.
10143         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10144         (mm-with-unibyte): Simplify.
10145
10146         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10147         concat.
10148
10149         * pop3.el (pop3-version): Deleted.
10150         (pop3-make-date): New function, avoiding message-make-date.
10151         (pop3-munge-message-separator): Use it.
10152
10153 2000-11-09  Dave Love  <fx@gnu.org>
10154
10155         * gnus-group.el (gnus-group-make-directory-group)
10156         (gnus-group-fetch-faq): Use expand-file-name.
10157         (gnus-group-fetch-faq): Simplify completing-read form.
10158
10159         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10160         test for Mule.
10161
10162         * message.el (tool-bar-map): Defvar when compiling.
10163
10164         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10165         (gnus-tm-lisp-directory): Deleted.
10166         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10167         (featurep 'xemacs).
10168         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10169         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10170         version numbers from file names.
10171
10172 2000-11-08  Dave Love  <fx@gnu.org>
10173
10174         * mm-view.el: Use featurep for XEmacs test.
10175         (mm-inline-message): Test for `remove-specifier'; don't use
10176         condition-case.
10177
10178         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10179
10180         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10181         (gnus-score-find-bnews): Don't concat "".
10182
10183         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10184         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10185         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10186         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10187
10188         * gnus-sum.el: Put some defvars in eval-when-compile.
10189         (gnus-summary-mode-hook): Add :options.
10190         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10191         (gnus-summary-tool-bar-map): New variable.
10192         (gnus-summary-make-tool-bar): New function.
10193         (gnus-summary-mode): Put kill-all-local-variables first.
10194
10195         * gnus-group.el (gnus-group-toolbar-map): New variable.
10196         (gnus-group-make-tool-bar): Rewritten.
10197         (gnus-group-mode): Put kill-all-local-variables first.
10198
10199         * rfc2047.el: Require gnus-util.
10200
10201         * nnml.el (gnus-sorted-intersection): Autoload.
10202
10203         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10204         Put some defvars in eval-when-compile.
10205         (gnus-intersection, gnus-sorted-complement):  Autoload.
10206
10207         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10208
10209         * mm-encode.el (mm-body-7-or-8): Autoload.
10210
10211         * mm-decode.el (mm-insert-inline): Autoload.
10212
10213         * mml.el:
10214         * message.el: Put some defvars in eval-when-compile.
10215
10216         * gnus-msg.el: Put some defvars in eval-when-compile.
10217         (gnus-msg-mail): Move after gnus-setup-message.
10218
10219         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10220
10221 2000-11-07  Dave Love  <fx@gnu.org>
10222
10223         * gnus-util.el (nnheader): Don't require message (recursive
10224         autoload).
10225
10226         * uudecode.el: Avoid compiler warnings.
10227
10228         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10229         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10230
10231 2000-11-06  Dave Love  <fx@gnu.org>
10232
10233         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10234
10235         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10236         (uudecode-char-int): New alias, replacing char-int.
10237         (uudecode-decode-region): Don't call buffer-disable-undo.
10238
10239 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10240 ;       (mm-uu-configure-list): Doc fix.
10241 ;
10242 ;       * earcon.el (running-xemacs): Don't define.
10243 ;
10244 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10245 ;
10246 ;       * message.el (message-font-lock-keywords): Match a final newline
10247 ;       to help font-lock's multiline support.
10248 ;
10249 2000-11-03  Dave Love  <fx@gnu.org>
10250
10251         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10252
10253         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10254         name.
10255
10256         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10257         <banner>: Fix custom type, doc.
10258
10259         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10260         name.  Don't disable undo explicitly.
10261
10262 ;2000-11-02  Dave Love  <fx@gnu.org>
10263 ;
10264 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10265 ;       cite-prefix.
10266
10267 2000-11-01  Dave Love  <fx@gnu.org>
10268
10269         * rfc2047.el (base64): Require unconditionally.
10270         (message-posting-charset): Defvar when compiling.
10271         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10272         message.
10273
10274         * gnus-sum.el (nnoo): Require.
10275         (mm-uu-dissect): Autoload.
10276
10277         * mml.el (mml-parse-1): Clarify message.
10278         (mml-minibuffer-read-type): Use mailcap-mime-types.
10279
10280 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10281
10282         * mml.el: Fix a typo in the requiring of CL.
10283
10284 2000-11-01  Dave Love  <fx@gnu.org>
10285
10286         * utf7.el: Require cl when compiling.
10287
10288         * binhex.el: Use (featurep 'xemacs).
10289         (binhex-char-int): New alias, replacing char-int.  Change callers.
10290         (binhex-decode-region): Simplify work buffer code.
10291         (binhex-decode-region-external): Use expand-file-name, not concat.
10292
10293 2000-10-30  Dave Love  <fx@gnu.org>
10294
10295         * gnus-art.el: Fix 2000-10-27 change properly.
10296
10297 2000-10-28  Miles Bader  <miles@gnu.org>
10298
10299         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10300
10301 2000-10-27  Dave Love  <fx@gnu.org>
10302
10303         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10304         strings.
10305         (gnus-group-make-tool-bar): New function.
10306         (gnus-group-mode): Use it.
10307
10308         * message.el (message-mode-menu): Add some :help strings.
10309         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10310         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10311
10312         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10313         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10314         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10315
10316         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10317         display-graphic-p here.
10318
10319 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10320
10321         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10322         of the `gnus-xemacs' variable, as the latter has been removed.
10323         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10324         * gnus-art.el (gnus-treat-display-xface)
10325         (gnus-treat-display-smileys, gnus-treat-display-picons)
10326         (gnus-article-read-summary-keys): Likewise.
10327
10328 2000-10-26  Dave Love  <fx@gnu.org>
10329
10330         (defvar): Use rmail-spool-directory unconditionally.
10331
10332 2000-10-18  Dave Love  <fx@gnu.org>
10333
10334         * mm-bodies.el (mm-uu-decode-function)
10335         (mm-uu-binhex-decode-function): Defvar when compiling.
10336
10337         * gnus-nocem.el (gnus-nocem-issuers): Update.
10338         (gnus-nocem-check-from): New option.
10339         (gnus-nocem-scan-groups): Use it.
10340         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10341         (gnus-nocem-check-article-limit): Add :version.
10342
10343 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10344
10345         * ietf-drums.el (mm-util): Require CL when compiling.
10346
10347 2000-10-15  Dave Love  <fx@gnu.org>
10348
10349         * qp.el: Require mm-util.
10350
10351 2000-10-13  Dave Love  <fx@gnu.org>
10352
10353         * qp.el (quoted-printable-decode-region): Avoid invalid
10354         coding-systems.
10355
10356 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10357
10358         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10359         to a recursive load.
10360
10361 2000-10-12  Dave Love  <fx@gnu.org>
10362
10363         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10364
10365         * gnus.el (gnus-group-startup-message): Check for PBM image.
10366
10367 2000-10-09  Dave Love  <fx@gnu.org>
10368
10369         * mail-source.el (mail-source-fetch-imap): Bind
10370         default-enable-multibyte-characters rather than using
10371         mm-disable-multibyte.
10372
10373 2000-10-05  Dave Love  <fx@gnu.org>
10374
10375         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10376         Autoload.
10377         (quoted-printable-decode-region):  Rename arg which confused
10378         charset with coding-system.  Don't use nonascii-insert-offset.
10379         Coding-system encode the region initially.  Don't recognize `=='
10380         as valid QP.  Coding-system decode the region finally.
10381         (quoted-printable-decode-string): Rename arg which confused
10382         charset with coding-system.
10383
10384         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10385         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10386         mm-encode-coding-region.
10387         (mm-decode-body, mm-decode-string): Rename variables which
10388         confused charset with coding-system.
10389         (binhex-decode-region): Don't autoload.
10390         (mm-body-encoding): Require message.
10391         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10392         cond branches.
10393
10394         * gnus-art.el (article-de-quoted-unreadable)
10395         (article-de-base64-unreadable): Fold search case
10396         rather than downcasing string.  Apply mm-charset-to-coding-system
10397         to arg of quoted-printable-decode-region.
10398
10399 2000-10-04  Dave Love  <fx@gnu.org>
10400
10401         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10402         Require ring when compiling.
10403         (gnus-article-compface-xbm): New variable.
10404
10405 2000-10-04  Dave Love  <fx@gnu.org>
10406
10407         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10408         pbm images.
10409
10410         * frown.pbm, smile.pbm, wry.pbm: New files.
10411
10412         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10413
10414 2000-10-03  Dave Love  <fx@gnu.org>
10415
10416         * mail-source.el (mail-sources): Revert to nil.
10417
10418         * nnmail (nnmail-spool-file): Revert to `((file))'.
10419
10420         * qp.el: Don't require mm-util.
10421         (quoted-printable-decode-region): Rewritten.
10422         (quoted-printable-decode-string, quoted-printable-encode-region):
10423         Doc fix.
10424         (quoted-printable-encode-region): Barf on multibyte characters.
10425         Maybe make the class multibyte.  Upcase chars, not formatted
10426         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10427         (quoted-printable-encode-string): Don't use
10428         mm-with-unibyte-buffer.
10429
10430 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10431
10432         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10433
10434 2000-09-21  Dave Love  <fx@gnu.org>
10435
10436         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10437         (for Emacs 20).  Tidy somewhat.
10438
10439 2000-09-21  Dave Love  <fx@gnu.org>
10440
10441         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10442         image processing.  Rationalize logic somewhat.
10443
10444 2000-09-20  Dave Love  <fx@gnu.org>
10445
10446         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10447         specifically.
10448
10449         * gnus.el (gnus-version-number): Avoid some redundant
10450         autoloads.
10451
10452 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10453
10454         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10455         to XBM; we always have PBM support.
10456
10457 2000-09-14  Dave Love  <fx@gnu.org>
10458
10459         * gnus.el (gnus-charset):
10460         * mm-decode.el (mime-display):
10461         * imap.el (imap) <defgroup>: Add :version.
10462
10463 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10464
10465         * parse-time.el: Fix author's mail address.
10466
10467         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10468         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10469         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10470         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10471         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10472         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10473         * rfc2231.el, uudecode.el: Fix copyright notice.
10474
10475         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10476         require `w3' at load-time only if not running in batch mode.
10477
10478 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10479
10480         * gnus.el: Before merge with Emacs21.
10481
10482 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10483
10484         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10485
10486 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10487
10488         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10489         to avoid conflict with the standard `back-to-indentation'
10490         binding.
10491
10492 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10495
10496         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10497         (mm-disable-multibyte-mule4): Ditto.
10498         (mm-with-unibyte-current-buffer-mule4): Ditto.
10499
10500 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * pop3.el (pop3-movemail): Use binary.
10503         (pop3-movemail-file-coding-system): Removed.
10504
10505 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10508
10509 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10512         exists.
10513
10514 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10515
10516         * gnus-msg.el (gnus-post-method): Use backend name when the
10517         address is "".
10518
10519 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10522         mm-verify-option.
10523         (gnus-treat-x-pgp-sig): Default value.
10524         (gnus-ignored-headers): Redundant.
10525
10526 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10527
10528         * gnus-win.el (gnus-configure-frame): Save selected window.
10529
10530 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10531
10532         * nnmbox.el: Require gnus-range.
10533         (nnmbox-group-building-active-articles): New variable.
10534         (nnmbox-group-active-articles): New variable; this is a cache of
10535         all active articles by group and number.
10536         (nnmbox-in-header-p): New function.
10537         (nnmbox-find-article): New function.
10538         (nnmbox-record-active-article): New function.
10539         (nnmbox-record-deleted-article): New function.
10540         (nnmbox-is-article-active-p): New function.
10541         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10542         (nnmbox-request-article): Ditto.  Also supply extra arg to
10543         nnmbox-article-group-number.
10544         (nnmbox-request-expire-articles): Ditto.
10545         (nnmbox-request-move-article): Ditto.
10546         (nnmbox-request-replace-article): Ditto.
10547         (nnmbox-request-rename-group): Rename group entry in active
10548         article cache.
10549         (nnmbox-delete-mail): Update active article cache, unless article
10550         is being replaced.
10551         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10552         than partially duplicating it.
10553         (nnmbox-article-group-number): Add extra `this-line' arg, to
10554         handle articles belonging to multiple groups.
10555         (nnmbox-save-mail): Update active article cache.
10556         (nnmbox-read-mbox): Build active article cache when loading mbox.
10557         Also do some repair work, if we find articles that are missing the
10558         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10559         reconstruct these from Xref info.
10560
10561 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10562
10563         * mail-source.el (mail-source-report-new-mail): Use
10564         nnheader-run-at-time.
10565
10566 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10567
10568         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10569         an error is thrown, and then rethrow the error.
10570         (mail-source-check-pop): Ditto.
10571         (mail-source-start-idle-timer): Prevent multiple pop checks
10572         running if the check takes a long time.
10573
10574 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10577         succeed.
10578
10579 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580
10581         * gnus-win.el (gnus-configure-windows): Make sure
10582         nntp-server-buffer is live.
10583         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10584
10585 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10586
10587         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10588
10589 2000-12-04  Andreas Jaeger  <aj@suse.de>
10590
10591         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10592
10593 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10596
10597 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10598         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10599
10600         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10601
10602 2000-12-01  Simon Josefsson  <sj@extundo.com>
10603
10604         * mml-smime.el (mml-smime-verify): Fix address parsing.
10605
10606 2000-12-01  Simon Josefsson  <sj@extundo.com>
10607
10608         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10609         more than one certificate inside PKCS#7 blob.  Better security
10610         information (clamed / actual sender, openssl output, certificates
10611         inside message).
10612
10613         * smime.el (smime-verify-region): Output to /dev/null.
10614         (smime-buffer-as-string-region): Don't parse empty lines.
10615
10616 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10617
10618         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10619         ?d and ?D.
10620         (gnus-mime-security-show-details-inline): New variable.
10621         (gnus-mime-security-show-details): Use them.
10622         (gnus-insert-mime-security-button): Ditto.
10623
10624         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10625         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10626         (mml2015-gpg-clear-verify): Ditto.
10627         (mml2015-gpg-decrypt-1): Ditto.
10628         (mml2015-use): Prefer 'gpg.
10629
10630 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10631
10632         * gnus-util.el (gnus-add-text-properties-when): New function.
10633         (gnus-remove-text-properties-when): Ditto.
10634
10635         * gnus-cite.el (gnus-article-hide-citation): Use them.
10636         (gnus-article-toggle-cited-text): Use them.
10637
10638         * gnus-art.el (gnus-signature-toggle): Use them.
10639         (gnus-article-show-hidden-text): Ditto.
10640         (gnus-article-hide-text): Ditto.
10641
10642 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10645
10646 2000-11-30  Simon Josefsson  <sj@extundo.com>
10647
10648         * smime.el (smime-point-at-eol): New alias.
10649         (smime-buffer-as-string-region): Use it.
10650
10651 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10652
10653         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10654
10655 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10658
10659         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10660
10661         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10662
10663 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10664
10665         * nnmh.el (nnmh-request-expire-articles): Implemented
10666         expiry-target for nnmh backend.
10667
10668 2000-11-30  Simon Josefsson  <sj@extundo.com>
10669
10670         * mm-decode.el (mm-security-from): New variable.
10671         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10672
10673         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10674         than `from'.
10675
10676 2000-11-30  Simon Josefsson  <sj@extundo.com>
10677
10678         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10679         address match sender address.
10680
10681         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10682
10683         * smime.el (smime-verify-region): Don't copy buffer.
10684         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10685         (smime-pkcs7-region): New function.
10686         (smime-pkcs7-certificates-region): Ditto.
10687         (smime-pkcs7-email-region): Ditto.
10688         (smime-buffer-as-string-region): Ditto.
10689
10690         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10691         buffer.
10692
10693 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10694
10695         * smime.el (smime-decrypt-region): Fix keyfile argument.
10696
10697 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10700
10701 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * message.el (message-shoot-gnksa-feet): New variable.
10704         (message-gnksa-enable-p): New function.
10705         (message-send): Use it.
10706         (message-check-news-body-syntax): Ditto.
10707
10708 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * message.el (message-make-message-id): Remove the redundancy.
10711
10712 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * message.el (message-setup): Discourage using mc-install-*-mode.
10715
10716         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10717
10718 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10721
10722 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10723
10724         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10725
10726 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10729
10730 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10733         insert-buffer-substring.
10734
10735         * message.el (message-send-mail): Use buffer-substring-no-properties.
10736         (message-send-news): Ditto.
10737
10738 2000-11-22  David Edmondson  <dme@dme.org>
10739
10740         * imap.el (imap-wait-for-tag): Message read info.
10741
10742 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10745         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10746         (mml2015-gpg-encrypt): Ditto.
10747
10748 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * mm-decode.el (mm-verify-option): Default value.
10751
10752         * mml-sec.el (mml-secure-part): Error message.
10753
10754 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10757
10758 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10761
10762 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * gnus-art.el (gnus-article-describe-key): Use prompt.
10765         (gnus-article-describe-key-briefly): Ditto.
10766
10767 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10768
10769         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10770
10771 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * gnus-art.el (gnus-article-describe-key): New function.
10774         (gnus-article-describe-key-briefly): New function.
10775
10776 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * mm-decode.el (mm-decrypt-option): Doc typo.
10779
10780         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10781         return a number.
10782
10783 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * message.el (message-newline-and-reformat): Typo.
10786
10787 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10790         original-article-buffer exists.
10791
10792         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10793         (rfc2047-header-encoding-alist): Addresses are different from text.
10794         (rfc2047-encode-message-header): Ditto.
10795         (rfc2047-dissect-region): Extra parameter.
10796         (rfc2047-encode-region): Ditto.
10797         (rfc2047-encode-string): Ditto.
10798
10799 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10802         (mm-uu-pgp-encrypted-extract): Use it.
10803         (mm-uu-pgp-signed-extract-1): New function.
10804         (mm-uu-pgp-signed-extract): Use it.
10805
10806         * gnus-art.el (gnus-mime-display-security): New function.
10807         (gnus-mime-display-part): Use it.
10808         (gnus-mime-security-verify-or-decrypt): New function.
10809         (gnus-mime-security-press-button): New function.
10810         (gnus-insert-mime-security-button): Use it.
10811
10812         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10813         (mm-find-raw-part-by-type): Ditto.
10814         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10815         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10816         (mm-destroy-parts): Kill nested multibyte buffer.
10817
10818         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10819         (mml2015-gpg-verify): Ditto.
10820
10821 2000-11-18  Simon Josefsson  <sj@extundo.com>
10822
10823         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10824         (mml2015-function-alist): Use it.
10825
10826         * mml-sec.el (mml-sign-alist): Update names.
10827         (mml-encrypt-alist): Ditto.
10828         (mml-secure-part-smime-sign): Moved to mml-smime.el
10829         as `mml-smime-sign-query'.
10830         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10831         `mml-smime-get-file-cert'.
10832         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10833         `mml-smime-get-dns-cert'.
10834         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10835         `mml-smime-encrypt-query'.
10836         (mml-smime-sign-buffer): Use mml-smime-sign.
10837         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10838
10839         * mml-smime.el (mml-smime-sign): New function.
10840         (mml-smime-encrypt):
10841         (mml-smime-sign-query):
10842         (mml-smime-get-file-cert):
10843         (mml-smime-get-dns-cert):
10844         (mml-smime-encrypt-query): Moved from mml-sec.el.
10845
10846 2000-11-16  Simon Josefsson  <sj@extundo.com>
10847
10848         * mml2015.el (mml2015-gpg-clear-verify): New function.
10849         (mml2015-function-alist): Add it.
10850
10851 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * message.el (message-setup-fill-variables): Use
10854         message-cite-prefix-regexp.
10855         (message-newline-and-reformat): Check the end of citation, leading
10856         WSP, break in the cite prefix.
10857         (message-fill-paragraph): New function.
10858
10859 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860
10861         * lpath.el: Shut up.
10862
10863 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10864
10865         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10866         raw 8-bit in headers in dk.* newsgroups.
10867
10868 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10869
10870         * message.el (message-newline-and-reformat): Match extra WSPs.
10871
10872 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873
10874         * mml.el (mml-generate-mime-1): Ignore ascii.
10875
10876 2000-11-16 Justin Sheehy  <justin@iago.org>
10877
10878         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10879
10880 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * message.el (message-cite-prefix-regexp): Prefix should not end
10883         at space.
10884
10885 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886
10887         * message.el (message-mode-syntax-table): Add - as a word
10888         constituent as in articles.
10889         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10890         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10891         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10892
10893 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10896
10897 2000-11-12  David Edmondson  <dme@dme.org>
10898
10899         * message.el (message-font-lock-keywords): use
10900         message-cite-prefix-regexp.
10901
10902 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10903
10904         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10905         Stein Arild Str\e,Ax\e(Bmme.
10906         (gnus-group-jump-to-group): Use it.
10907         (gnus-group-jump-to-group-prompt): Customize.
10908
10909 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10912
10913 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10916         incompatible.
10917         (mml2015-mailcrypt-sign): Ditto.
10918
10919 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10920
10921         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10922         group is open.
10923
10924 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10925
10926         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10927         nnvirtual articles.
10928         (gnus-backlog-request-article): Don't request nnvirtual articles.
10929
10930 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10933         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10934
10935 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10938         * mml.el (mml-generate-mime-1): Use charset attribute.
10939         * mm-bodies.el (mm-encode-body): Add parameter charset.
10940         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10941
10942 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10945         (mml2015-mailcrypt-clear-decrypt): Ditto.
10946         (mml2015-mailcrypt-verify): Ditto.
10947         (mml2015-mailcrypt-clear-verify): Ditto.
10948         (mml2015-gpg-verify): Ditto.
10949
10950 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * smime.el (smime-openssl-program): Test the existence of openssl.
10953         * mml-smime.el: Require mm-decode.
10954         (mml-smime-verify-test): New function.
10955         * mm-decode.el (mm-verify-function-alist): Use it.
10956
10957 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10958
10959         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10960         anyway.
10961
10962 2000-11-13  Simon Josefsson  <sj@extundo.com>
10963
10964         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10965         verification doesn't work.
10966
10967 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968
10969         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10970         (gnus-inews-do-gcc): Use it.
10971
10972 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10975         leading space.
10976         * mm-extern.el (mm-inline-external-body): Report error when no
10977         access-type.
10978
10979 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10980
10981         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10982
10983 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10986
10987 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10988
10989         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10990         as multipart/mixed.
10991
10992 2000-11-12  David Edmondson  <dme@dme.org>
10993
10994         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10995         and replace `.' with `\w' to allow for different syntax tables
10996         (from Vladimir Volovich).
10997         * message.el (message-newline-and-reformat): use
10998         `message-cite-prefix-regexp'.
10999         * gnus-cite.el (gnus-supercite-regexp): use
11000         `message-cite-prefix-regexp'.
11001         * gnus-cite.el (gnus-cite-parse): use
11002         `message-cite-prefix-regexp'.
11003
11004 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11007         PGP SIGNATURE.  Escape leading "-"'s.
11008         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11009
11010 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11013
11014 2000-11-11  Simon Josefsson  <sj@extundo.com>
11015
11016         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11017
11018         * smime.el (smime-details-buffer): New variable.
11019         (smime-sign-region):
11020         (smime-encrypt-region):
11021         (smime-verify-region):
11022         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11023
11024         * mml-smime.el (mml-smime-verify): Support security info.
11025
11026 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11027
11028         * mm-decode.el (mm-verify-option): Set default to nil.
11029         (mm-decrypt-option): Ditto.
11030         * gnus-art.el (article-verify-x-pgp-sig): New function.
11031
11032 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11035         preferred part.
11036
11037 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11038
11039         * gnus-sum.el (gnus-move-split-methods): Say that
11040         `gnus-split-methods' uses file names, whereas this uses group
11041         names.  (Report from Nevin Kapur)
11042
11043 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11046
11047 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11048
11049         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11050         (nnheader-directory-articles): Use it.
11051         (nnheader-article-to-file-alist): Ditto.
11052
11053 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * rfc2047.el (rfc2047-pad-base64): New function.
11056         (rfc2047-decode): Use it.
11057
11058 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11059
11060         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11061         select method.
11062
11063 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * mml2015.el (mml2015-gpg-decrypt-1):
11066         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11067
11068 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11069
11070         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11071
11072 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11073
11074         * pop3.el (pop3-munge-message-separator): A message may have an
11075         empty body.
11076
11077 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11080         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11081         (mm-uu-pgp-signed-extract): Use coding-system.
11082
11083 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11084
11085         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11086         (gnus-insert-mime-security-button): New function.
11087         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11088         * mml2015.el:  Add security info when verify or decrypt.
11089         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11090         (mm-uu-pgp-encrypted-extract): Ditto.
11091
11092 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * mm-decode.el (mm-display-parts): New function.
11095         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11096
11097 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11098
11099         * gnus-mlspl.el: Documentation tweaks.
11100
11101 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11104         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11105         argument.
11106
11107 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11110
11111 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * gnus-art.el (gnus-article-encrypt): New function.
11114         (gnus-article-encrypt-protocol-alist): New variable.
11115         (gnus-article-encrypt-protocol): New variable.
11116         * mml2015.el (mml2015-self-encrypt): New function.
11117         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11118
11119 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11122         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11123         let mailcap do it.
11124         * mml2015.el: Remove snarf code.
11125         * mm-decode.el: Remove snarf code.
11126
11127 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11130         (mml-insert-mime): Understand gnus-decoded.
11131         (mime-to-mml): New parameter handles.
11132         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11133         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11134
11135 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * mm-decode.el (mime-security): New group.
11138         (mm-verify-function-alist): Add test function.
11139         (mm-decrypt-function-alist): Ditto.
11140         (mm-snarf-option): Set default value as nil.
11141         (mm-find-part-by-type): Recursive parameter.
11142         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11143         * mml2015.el: Support draft-ietf-openpgp-multsig.
11144
11145 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11148         (gnus-article-view-part-as-charset): New function.
11149
11150 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * mm-decode.el (mm-verify-option): Default value.
11153         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11154
11155 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11158
11159 2000-11-05  Simon Josefsson  <sj@extundo.com>
11160
11161         * mml-smime.el (mml-smime-verify): Work in original multipart
11162         buffert.
11163
11164         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11165         (mm-handle-multipart-ctl-parameter): Ditto.
11166         (mm-alist-to-plist): New function.
11167         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11168         for multiparts.
11169         (mm-destroy-parts): Destroy multipart buffert.
11170         (mm-remove-part): Ditto.
11171
11172         * mml-smime.el (mml-smime-sign): Not used.
11173         (mml-smime-encrypt): Ditto.
11174
11175         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11176
11177         Verify S/MIME signature support.
11178
11179         * mm-decode.el (mm-inline-media-tests): Add
11180         application/{x-,}pkcs7-signature.
11181         (mm-inlined-types): Ditto.
11182         (mm-automatic-display): Ditto.
11183         (mm-verify-function-alist): Ditto.  Add name of method.
11184         (mm-decrypt-function-alist): Add name of method.
11185         (mm-find-part-by-type): Add documentation.
11186         (mm-possibly-verify-or-decrypt): Use new format of
11187         mm-{verify,decrypt}-function-alist.  Use method names.
11188
11189         * mml-smime.el (mml-smime-verify): New function.
11190
11191 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11194
11195 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11198         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11199         * mm-decode.el (mm-snarf-option): New variable.
11200
11201 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11202
11203         * mm-util.el (mm-subst-char-in-string): New function.
11204         (mm-replace-chars-in-string): Use it.
11205         * message.el (message-replace-chars-in-string): Use it.
11206         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11207         * gnus-mh.el (mh-lib-progs): Shut up.
11208
11209 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11210
11211         * base64.el, md5.el: Moved to contrib directory.
11212
11213 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11216         the last article when search.
11217
11218 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11219
11220         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11221         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11222
11223 2000-09-29  David Edmondson  <dme@thus.net>
11224
11225         * message.el (message-newline-and-reformat): Typo.
11226
11227 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11230
11231 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * nntp.el (nntp-decode-text): Delete bogus status lines.
11234
11235 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11236
11237         * message.el (message-font-lock-keywords): Match a final newline
11238         to help font-lock's multiline support.
11239
11240 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11241
11242         * nnoo.el (nnoo-set): New function.
11243
11244 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11245
11246         * gpg.el, gpg-ring.el: Moved to contrib directory.
11247
11248 2000-11-04  Simon Josefsson  <sj@extundo.com>
11249
11250         * nnimap.el (nnimap-split-inbox): Typo.
11251
11252 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11255
11256 2000-11-03  Simon Josefsson  <sj@extundo.com>
11257
11258         * rfc2231.el (rfc2231-parse-qp-string): New function.
11259         (require): rfc2047.
11260
11261         * mail-parse.el (mail-header-parse-content-type):
11262         (mail-header-parse-content-disposition): Support invalid QP
11263         encoded strings, by using `rfc2231-parse-qp-string'.
11264
11265 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11268         (rfc2231-decode-encoded-string): Typo "> X 1".
11269         (rfc2231-encode-string): Insert the name of charset.
11270         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11271
11272 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11273
11274         * mm-decode.el (mm-save-part): Return the filename.
11275         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11276         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11277         (gnus-mime-action-alist): Use it.
11278         (gnus-mime-button-commands): Use it.
11279         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11280         (mm-inline-external-body): unwind-protect.
11281
11282 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11283
11284         * gnus-art.el (gnus-insert-mime-button): Show url.
11285
11286 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * mml.el (mml-generate-mime-1): Support external url.
11289         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11290
11291 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11294         * mm-decode.el (mm-display-external): Ditto.
11295         * mm-extern.el: New file.
11296         * mm-decode.el (mm-inline-media-tests): Hook it up.
11297         (mm-inlined-types): Inline message/external-body.
11298
11299 2000-11-02  Simon Josefsson  <sj@extundo.com>
11300
11301         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11302
11303         * message.el (message-get-reply-headers): Better handling when
11304         Mail-Followup-To is very large.
11305
11306 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11309         * gnus-art.el (gnus-article-edit-done):
11310         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11311         counting code here.
11312         * gnus-msg.el (gnus-setup-message): Remove a hack.
11313
11314 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11317         (gnus-summary-mode): Make them local variables.
11318         (gnus-set-global-variables): Globalize them.
11319         (gnus-summary-exit): Kill them.
11320
11321 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11322
11323         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11324         word.
11325
11326 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11327
11328         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11329         gnus-article-wash-types.
11330         * gnus-art.el (gnus-article-wash-status): Use them.
11331
11332 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11333
11334         * mml.el (mml-read-tag): Remove spaces and LF.
11335
11336 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11337
11338         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11339         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11340
11341 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11344
11345 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * gnus-sum.el (gnus-article-charset): New variable.
11348         (gnus-summary-display-article): Set it.
11349         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11350         * gnus-art.el (gnus-article-mode): Make it local variable.
11351
11352 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11355
11356 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357
11358         * nnwfm.el: New file.
11359
11360         * nnweb.el (nnweb-replace-in-string): New function.
11361
11362 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * mml2015.el: Wrap gpg.el.
11365         * gpg.el (gpg-verify): The last argument of apply is a list.
11366         (gpg-encrypt): Add passphrase as a parameter.
11367
11368 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369
11370         * gpg.el: New file.
11371         * gpg-ring.el: New file.
11372
11373 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11376
11377 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11380         double-quote characters.
11381         (gnus-summary-prepare-threads): Ditto.
11382
11383 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11384
11385         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11386         * mml.el (mml-read-tag): Don't skip the leading space.
11387         * lpath.el (font-lock-set-defaults): Shut up.
11388
11389 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390
11391         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11392
11393 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11394
11395         * qp.el (quoted-printable-encode-region): Replace leading - when
11396         ultra safe.
11397         * mml.el (mml-generate-mime-postprocess-function): Removed.
11398         (mml-postprocess-alist): Removed.
11399         (mml-generate-mime-1): Use ultra-safe when sign.
11400         * mml2015.el (mml2015-fix-micalg): Uppercase.
11401         (mml2015-verify): Insert LF.
11402         (mml2015-mailcrypt-sign): Downcase; search backward.
11403
11404 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11407         restrictive.
11408         (nnultimate-table-regexp): New variable.
11409         (nnultimate-forum-table-p): Use it.
11410
11411 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11412
11413         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11414
11415 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11418         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11419
11420 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * mml2015.el: Shut up.
11423
11424 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * gnus.el (gnus-server-browse-hashtb): Removed.
11427         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11428         (gnus-group-insert-group-line-info): Use simplified method.
11429         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11430
11431 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11434         moved here.
11435         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11436         * gnus-group.el (gnus-group-prepare-flat): Use it.
11437         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11438
11439 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * mml.el (mml-mode): Show menu in XEmacs.
11442
11443 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11444
11445         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11446         (gnus-server-read-server-in-server-buffer): New function.
11447         (gnus-browse-foreign-server): Browse in group buffer.
11448         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11449         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11450         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11451         * gnus.el (gnus-server-browse-hashtb): New variable.
11452
11453 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11454
11455         * nnfolder.el (nnfolder-open-nov): Use group.
11456
11457 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11458
11459         * nnfolder.el: Add NOV. Set version to 2.0.
11460         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11461
11462 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11465
11466 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467
11468         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11469         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11470
11471 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11474
11475 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11476
11477         * mm-decode.el (mm-verify-function-alist): New variable.
11478         (mm-verify-option): New variable.
11479         (mm-decrypt-function-alist): Ditto.
11480         (mm-decrypt-option): Ditto.
11481         (mm-find-raw-part-by-type): New function.
11482         (mm-possibly-verify-or-decrypt): New function.
11483         (mm-dissect-multipart): Use it.
11484         * mml2015.el (mml2015-fix-micalg): New function.
11485         (mml2015-decrypt): Use new interface.
11486         (mml2015-verify):  Use new interface.
11487         (mml2015-setup): Make it bogus.
11488
11489 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * mml.el (mml-generate-mime-postprocess-function): Set to
11492         mml-postprocess.
11493         (autoload): Autoload mml2015 and mml-smime.
11494         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11495         * mml2015.el (mml2015-encrypt): New function.
11496         (mml2015-sign): New function.
11497         (mml2015-encrypt-function): New variable.
11498         (mml2015-sign-function): New variable.
11499         (mml2015-mailcrypt-encrypt): Use message-recipients.
11500         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11501         * mml-smime.el (mml-smime-setup): Ditto.
11502
11503 2000-10-28  Simon Josefsson  <sj@extundo.com>
11504
11505         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11506         Communigate Pro 3.3.1 server.
11507
11508         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11509         in buffers.
11510         (mml-secure-dns-server): Removed.
11511         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11512         write certificates to files.
11513
11514         * smime.el (smime-dns-server): New variable.
11515         (smime-mail-to-domain):
11516         (smime-cert-by-dns): New functions.
11517
11518         * dig.el: New file.
11519
11520 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11521
11522         * message.el (message-options): New variable.
11523         (message-options-set-recipient): New function.
11524         (message-send): Use them.
11525         * gnus-int.el (gnus-request-replace-article): Use them.
11526         (gnus-request-accept-article): Ditto.
11527         * mml.el (mml-preview): Use them.
11528         * gnus-sum.el (gnus-summary-edit-article): Use them.
11529
11530         * message.el (message-options-get): New function.
11531         (message-options-get): New function.
11532         * rfc2047.el (rfc2047-encode-message-header): Use them.
11533         * mm-bodies.el (mm-encode-body): Use them.
11534
11535 2000-10-28  Simon Josefsson  <sj@extundo.com>
11536
11537         * nnimap.el (nnimap-retrieve-which-headers):
11538         (nnimap-request-article-part): Quote message-id.
11539
11540         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11541         (smime-CA-file): New variable.
11542         (smime-call-openssl-region): Don't error.
11543         (smime-sign-region): Return result value.
11544         (smime-encrypt-region): Ditto.
11545         (smime-verify-region): New function.
11546         (smime-decrypt-region): Ditto.
11547         (smime-verify-buffer): Ditto.
11548         (smime-decrypt-buffer): Ditto.
11549
11550         * mml.el: Require mml-sec.
11551         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11552         (mml-mode-map): Add "sign" and "encrypt" maps.
11553         (mml-menu): Add security menu.
11554         (mml-preview): Use generate-new-buffer.
11555
11556         * mml-sec.el: New file.
11557
11558 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * mm-decode.el (mm-find-part-by-type): Move it here.
11561         * mml.el (mml-postprocess): Move it here.
11562         (mml-postprocess-alist): Move it here. Merge them.
11563
11564 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11565
11566         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11567         unencoded stuff in the header.
11568
11569 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * gnus-group.el (gnus-group-listed-groups): New variable.
11572         (gnus-group-list-option): New variable.
11573         (gnus-group-list-limit-map): New keymap.
11574         (gnus-group-list-flush-map): New keymap.
11575         (gnus-group-list-plus-map): New keymap.
11576         (gnus-group-prepare-logic): New function.
11577         (gnus-group-prepare-flat): Merge with
11578         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11579         (gnus-group-prepare-flat-list-dead): Ditto.
11580         (gnus-group-list-matching): Use gnus-group-prepare-function.
11581         (gnus-group-list-dormant): Ditto.
11582         (gnus-group-list-cached): Ditto.
11583         (gnus-group-listed-groups): New function.
11584         (gnus-group-list-limit): New function.
11585         (gnus-group-list-flush): New function.
11586         (gnus-group-list-plus): New function.
11587         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11588         (gnus-topic-prepare-topic): Ditto.
11589
11590 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11591
11592         * message.el (message-insert-to, message-get-reply-headers):
11593         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11594
11595 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * mml2015.el: New file.
11598         * smime.el: New file.
11599         * mml-smime.el: New file.
11600
11601 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11602
11603         * ChangeLog: Moved to ChangeLog.1.
11604
11605     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11606   Copying and distribution of this file, with or without modification,
11607   are permitted provided the copyright notice and this notice are preserved.
11608
11609 ;; Local Variables:
11610 ;; coding: iso-2022-7bit
11611 ;; End: