043dd2f14776ea5f08c06dc3b7a4484b26b6e876
[gnus] / lisp / ChangeLog
1 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * message.el (message-set-auto-save-file-name): Use
4         make-directory, to avoid the dependence on gnus-util.
5
6 2002-11-16  Simon Josefsson  <jas@extundo.com>
7
8         * nnimap.el (nnimap-callback-callback-function):
9         (nnimap-callback-buffer): Removed, these cannot be global but must
10         be embedded into the callback.
11         (nnimap-make-callback): New.  Embedd article number, callback and
12         buffer in function.
13         (nnimap-callback, nnimap-request-article-part): Update.
14
15 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
18
19 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
20
21         * gnus.el (gnus-summary-line-format): Document %C.
22
23 2002-11-11  Simon Josefsson  <jas@extundo.com>
24
25         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
26         output when called interactively.
27
28 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
31
32         * message.el (message-draft-coding-system): Improve comment; use
33         mm-auto-save-coding-system for the default value.
34
35         * nndraft.el (nndraft-request-article): Revert to the state before
36         2002-10-29; regexp-quote mail-header-separator.
37
38 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
39
40         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
41         allow editing of drafts from an nnvirtual group.
42
43 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * nndraft.el (nndraft-request-article): Replace emacs-mule with
46         mm-auto-save-coding-system.
47
48         * message.el (message-draft-coding-system): Default to
49         iso-2022-7bit.
50
51         * mm-util.el (mm-auto-save-coding-system): Undo last change to
52         restore the default value to emacs-mule or escape-quoted.
53
54 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
57         a delayed or a queued article as well as a draft.
58
59         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
60         delayed or a queued article in the raw format; treat a delayed
61         article as a raw article as well as a draft.
62         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
63         for the delayed group.
64
65         * nndraft.el (nndraft-request-article): Ignore auto save files for
66         a delayed or a queued article; don't bother to decode a queued
67         article; don't bind nnmail-file-coding-system for a queued article.
68
69         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
70         and the queue group.
71
72 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
73
74         * gnus-group.el (gnus-group-delete-group):
75         gnus-cache-active-hashtb might be void.
76
77 2002-11-02  Simon Josefsson  <jas@extundo.com>
78
79         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
80         setting of the default user ID.  From Raymond Scholz
81         <ray-2002@zonix.de>.
82
83 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
84
85         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
86         charset.
87
88 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
89         From Alex Schroeder <alex@emacswiki.org>
90         * spam-stat.el (spam-stat-process-directory): add dir to message
91         (spam-stat-reduce-size): No longer remove words
92         with values close to 0.5, because the default value is 0.2.
93
94 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
95
96         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
97         documentation.
98
99 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
100
101         * gnus-agent.el (gnus-agent-fetched-headers)
102         (gnus-agent-load-fetched-headers)
103         (gnus-agent-save-fetched-headers): Remove variable and two
104         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
105         works better.
106         (gnus-agent-fetch-headers): New implementation from Kevin
107         Greiner.  Uses gnus-agent-article-alist to store information
108         about fetched messages which aren't on the server anymore.  The
109         trick is to return a list of considered messages to the caller,
110         but to only fetch those which haven't been fetched yet.
111
112 2002-10-30  Simon Josefsson  <jas@extundo.com>
113
114         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
115
116         * pgg.el (pgg-passphrase-cache-expiry): Removed.
117
118 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
119
120         * mm-view.el (mm-w3m-local-map-property): Make it work with older
121         versions of emacs-w3m than 1.3.3.
122
123         * lpath.el: Bind w3m-minor-mode-map.
124
125         * mm-view.el (mm-w3m-mode-command-alist)
126         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
127         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
128         (mm-setup-w3m): Simplified.
129         (mm-w3m-local-map-property): New function.
130         (mm-inline-text-html-render-with-w3m): Use it.
131
132         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
133         mm-w3m-local-map-property.
134
135 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * mm-util.el (mm-auto-save-coding-system): Default to
138         iso-2022-7bit.
139
140         * nndraft.el (nndraft-request-article): Decode an article using
141         the coding-system emacs-mule if it seems to have been saved using
142         emacs-mule.
143         (nndraft-request-replace-article): Use message-draft-coding-system
144         instead of mm-auto-save-coding-system for the draft or delayed
145         group.
146
147 2002-10-28  Josh  <huber@alum.wpi.edu>
148
149         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
150         functions.
151
152 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
153         From mah@everybody.org (Mark A. Hershberger).
154
155         * mm-url.el (mm-url-insert-file-contents): Make it return the same
156         type values ("url" size) regardless of the values of
157         mm-url-use-external.
158
159 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
160
161         * nnimap.el (nnimap-request-article-part): Try harder to show
162         group name in debugging message.
163
164 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
165
166         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
167         directory if it doesn't exist.
168         (gnus-agent-fetch-headers): Remove old cruft that tried to
169         abstain from downloading articles more than once if
170         gnus-agent-consider-all-articles was true.  This is now done
171         properly via the .fetched files.
172
173 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * nndraft.el (nndraft-request-article): Treat delayed articles
176         like drafts.
177
178 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
181
182 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
183
184         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
185         Remove unused optional arg DIR and corresponding code.
186
187         * nnimap.el (nnimap-request-article-part): Include group name in
188         debugging output.
189
190 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
191
192         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
193
194 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
195
196         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
197         contains range of headers that have been fetched by the agent
198         already.  Compare gnus-agent-article-alist.
199         (gnus-agent-file-header-cache): Like
200         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
201         (gnus-agent-fetch-headers): Improve comment.  Revert to old
202         seen/recent logic.
203         Remember which headers have been fetched before and don't fetch
204         them again the next time round.
205         (gnus-agent-load-fetched-headers)
206         (gnus-agent-save-fetched-headers): New functions, for remembering
207         which headers have been fetched before.
208
209 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lpath.el: Remove useless bindings.
212
213 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
214
215         * gnus-sum.el (gnus-summary-execute-command): Disable visual
216         features while searching.
217
218 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
219
220         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
221
222 2002-10-22  Simon Josefsson  <jas@extundo.com>
223
224         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
225         (pgg-snarf-keys): Add.
226
227 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * lpath.el: Fbind bbdb-records.
230
231         * spam.el: Don't autoload bbdb-records.
232
233 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
236         prevent inf-loop.
237
238 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * nnslashdot.el: Removed some test lines.
241         More test.
242
243 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
244
245         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
246         are known to be downloaded already.
247
248 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
251         (mm-text-html-washer-alist): Ditto.
252
253 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
254
255         * nnheader.el (nnheader-remove-body): Fix an error of detecting
256         boundary between headers and body.
257         * nnml.el (nnml-parse-head): Ditto.
258
259 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
262         entries.
263
264         * gnus-group.el (gnus-fetch-group): Allow an optional
265         specification of the articles to select.
266
267         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
268
269 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
270
271         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
272         headers from the group, update variable `articles' to contain
273         only those numbers where headers exist.  (When fetching all
274         articles in a group, Gnus creates lots of numbers where there is
275         no articles.)
276
277 2002-10-20  Steve Youngs  <youngs@xemacs.org>
278
279         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
280         doesn't have the 'alist custom type, use cons cells instead.
281         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
282         (pgg-parse-hash-algorithm-alist): Ditto.
283         (pgg-parse-compression-algorithm-alist): Ditto.
284         (pgg-parse-signature-type-alist): Ditto.
285
286         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
287
288         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
289
290         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
291
292 2002-10-19  Simon Josefsson  <jas@extundo.com>
293
294         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
295         buffer.
296
297 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
298
299         * gnus-spec.el (gnus-make-format-preserve-properties)
300         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
301         properties also on XEmacs.  `gnus-xmas-format' is like format but
302         preserves text properties on XEmacs (though it only understands
303         simple format specs).  The variable
304         `gnus-make-format-preserve-properties' controls whether the
305         function is used, and is checked in `gnus-parse-simple-format'.
306         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
307
308         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
309         output.
310         (gnus-agent-consider-all-articles): New variable.
311         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
312         (gnus-agent-fetch-headers): Depending on
313         gnus-agent-consider-all-articles, maybe get all articles.
314         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
315         `read'.
316         (gnus-predicate-imples-unread): New function.
317         (gnus-agent-fetch-headers): Optimize to call
318         gnus-list-of-unread-articles if that is sufficient.
319         Check unseen and recent instead of seen and recent.
320         (gnus-agent-fetch-headers): Abstain from calling
321         gnus-list-range-intersection if range (a . b) would have (> a b).
322
323 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * message.el (message-send-mail): Make it possible to perform
326         edebug-defun.
327
328 2002-10-18  Simon Josefsson  <jas@extundo.com>
329
330         * gnus-art.el (gnus-button-man-handler): Change default to
331         `manual-entry' (defined in both emacsen).
332         (gnus-button-man-handler): Remove emacsen difference and use
333         `manual-entry'.
334
335 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * spam.el: Wrap autoload settings for bbdb-records,
338         executable-find and ifile-spam-filter with eval-and-compile.
339         (spam-display-buffer-contents): Remove.
340         (spam-bogofilter-score): Merge spam-display-buffer-contents.
341
342 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
343
344         * spam.el (spam-display-buffer-contents): New function.
345         (spam-bogofilter-score): use spam-display-buffer-contents, patch
346         from Katsumi Yamaoka <yamaoka@jpl.org>.
347
348 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
349
350         * nnheader.el (nnheader-parse-naked-head): New function.
351         (nnheader-parse-head): Use the above function, in order to handle
352         continuation lines properly.
353         (nnheader-remove-body): New function.
354         (nnheader-remove-cr-followed-by-lf): New function.
355         (nnheader-ms-strip-cr): Use the above function.
356
357         * gnus-agent.el (gnus-agent-regenerate-group): Call
358         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
359         `nnheader-parse-head'.
360         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
361
362         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
363         continuation lines by itself; call `nnheader-parse-naked-head'
364         instead of `nnheader-parse-head'.
365         * nndiary.el (nndiary-parse-head): Ditto.
366         * nnfolder.el (nnfolder-parse-head): Ditto.
367         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
368         * nnmaildir.el (nnmaildir--update-nov): Ditto.
369         * nnml.el (nnml-parse-head): Ditto.
370
371 2002-10-17  Steve Youngs  <youngs@xemacs.org>
372
373         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
374         XEmacs, default to it if featurep 'xemacs.
375
376 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * spam-stat.el: Check for the existence of hash functions instead
379         of the Emacs version to decide whether to load cl.  Suggested by
380         Kai Gro\e,A_\e(Bjohann.
381
382 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
383
384         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
385         if it isn't open yet.
386
387 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-group.el: Require mm-url only when compiling.
390         (gnus-group-fetch-charter): Require mm-url.
391
392         * spam-stat.el: Require cl for the functions gethash,
393         hash-table-count, make-hash-table and mapc for Emacs 20.
394         (puthash): Alias to cl-puthash for Emacs 20.
395         (with-syntax-table): New macro for Emacs 20.
396
397 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
398
399         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
400
401 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
402
403         * spam.el (spam-check-ifile): added ifile as a spam checking
404         backend, and spam-use-ifle as the variable to toggle that check.
405
406 2002-10-12  Simon Josefsson  <jas@extundo.com>
407
408         * message.el (message-beginning-of-line): New variable.
409         (message-beginning-of-line): Use it.
410
411 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
412
413         * spam.el: more compilation fixes for BBDB
414
415         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
416         (spam-stat-reduce-size): Interactive.
417         (spam-stat-reset): New function.
418         (spam-stat-save): Interactive.
419
420 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus.el: Autoload gnus-delay-initialize.
423
424         * message.el: Autoload gnus-delay-article.
425
426 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
427
428         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
429         text property in Emacs.
430
431 2002-10-11  Simon Josefsson  <jas@extundo.com>
432
433         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
434         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
435
436         * mml1991.el (mml1991-pgg-sign): Remove CR.
437
438 2002-10-10  Simon Josefsson  <jas@extundo.com>
439
440         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
441         decrypt failed.
442         (mml2015-trust-boundaries-alist): Removed.
443         (mml2015-gpg-extract-signature-details): Don't use it.
444         (mml2015-unabbrev-trust-alist): New.
445         (mml2015-gpg-extract-signature-details): Use it.
446
447 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
448
449         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
450         BBDB installed
451
452         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
453         statistical analysis of spam in Lisp only
454
455 2002-10-10  Simon Josefsson  <jas@extundo.com>
456
457         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
458         auth, selected or examine state.
459
460         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
461         buffer and error buffer depending on type of information.
462
463         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
464         --status-fd stuff even if gpg.el is not used (revert earlier
465         change).
466         (mml2015-pgg-{clear-,}verify): Store both output and errors as
467         gnus details.
468         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
469         buffer.
470
471         * pgg.el (pgg-verify-region): Use it.
472
473         * pgg-def.el (pgg-query-keyserver): New variable.
474
475         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
476         key-identifier in packet.  Is this a good idea?
477
478         * mml.el (mml-mode-map): Add security commands that operates on
479         MIME parts.
480         (mml-menu): And menu items for them.
481
482         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
483
484         * mml.el (mml-parse-1): Support sender in #secure tags.
485
486         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
487         defined.
488
489         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
490         (mml-pgp-encrypt-buffer): Support combined signing.
491
492         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
493         (mml1991-gpg-encrypt): Ditto.
494         (mml1991-pgg-encrypt): Ditto.
495         (mml1991-encrypt): Pass sign parameter.
496
497         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
498         (mml-signencrypt-style): Mention the variable.
499
500 2002-10-09  Simon Josefsson  <jas@extundo.com>
501
502         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
503         pgg-gpg-user-id.
504
505         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
506         (pgg-fetch-key-function): Nil if w3 is not installed.
507
508 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
509
510         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
511         gnus-agent-current-history.
512
513 2002-10-06  Simon Josefsson  <jas@extundo.com>
514
515         * imap.el (imap-parse-status): Don't use read to read token.
516
517 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
518
519         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
520         for methods not covered by the agent, and when unplugged.
521
522 2002-10-05  Simon Josefsson  <jas@extundo.com>
523
524         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
525         signing.
526
527         * gnus-agent.el (gnus-agent-read-servers): If getting method from
528         a named server fails, ignore the server.
529
530         * mml1991.el (mml1991-pgg-sign): Do QP.
531
532         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
533         work.
534
535 2002-10-04  Simon Josefsson  <jas@extundo.com>
536
537         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
538
539         * pgg-pgp.el (pgg-pgp-verify-region): Inline
540         binary-write-decoded-region from MEL.
541
542         * pgg.el (pgg-encrypt-region): Support sign.
543
544         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
545
546         * mml2015.el (mml2015-pgg-encrypt): Ditto.
547
548         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
549         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
550         branch where PGG was taken from in the ChangeLog entries below.
551
552 2002-10-01  Simon Josefsson  <jas@extundo.com>
553
554         * pgg-pgp.el: Don't require mel.  Don't use luna.
555         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
556         (pgg-pgp-process-region): Use expand-file-name instead of concat.
557         (pgg-pgp-process-region): Don't use binary-funcall.
558
559         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
560
561         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
562         instead of concat.
563
564         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
565
566 2002-09-29  Simon Josefsson  <jas@extundo.com>
567
568         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
569         compile warnings.
570
571         * pgg.el (pgg-decrypt-region): Don't parse packet.
572
573         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
574
575 2002-09-29  Daiki Ueno <ueno@unixuser.org>
576
577         * pgg.el: Remove dependency on calist.el.
578
579 2002-09-28  Simon Josefsson  <jas@extundo.com>
580
581         * pgg.el (pgg-temporary-file-directory): New variable.
582         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
583
584         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
585         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
586
587         * pgg-parse.el (pgg-char-int): Defalias.
588         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
589         (pgg-read-bytes, pgg-read-body): Use it.
590         (pgg-decode-packets): Don't use MEL, use base64-*.
591         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
592         (pgg-string-as-unibyte): Defalias.
593         (pgg-parse-armor-region): Use it.
594
595         * pgg-gpg.el (pgg-gpg-process-region): Use
596         pgg-temporary-file-directory.
597
598         * luna.el: Don't def-edebug.
599
600         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
601         binary-write-decoded-region from MEL.
602
603         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
604
605         * alist.el, calist.el: Don't require product/APEL.
606
607         * pgg-parse.el (top-level): Remove dependency on static.el,
608         pccl.el, mel.el.
609         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
610         `define-ccl-program' is boundp, instead of using broken.
611
612 2002-10-01  Simon Josefsson  <jas@extundo.com>
613
614         * message.el (message-required-mail-headers): Remove Lines:.
615
616 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
617         From Jesper Harder.
618
619         * gnus-group.el (gnus-group-fetch-charter,
620         gnus-group-fetch-control): Prompt for group if given a prefix
621         argument.
622         * gnus-sum.el (t): Add gnus-group-fetch-charter and
623         gnus-group-fetch-control to summary key map and menu.
624
625
626 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
627
628         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
629         number when there are no articles.
630
631 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
632
633         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
634         arg ALL means to fetch all articles, not only downloadable ones.
635         (gnus-agent-fetch-selected-article): New function for
636         gnus-select-article-hook or gnus-mark-article-hook.
637
638 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
639         From Peter von der Ahe <nospam2159@daimi.au.dk>.
640
641         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
642         raw-text.
643
644 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
645
646         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
647         Pinard).
648         Major revamp of the code, documentation is in comments in the file
649         for now.
650
651 2002-09-30  Simon Josefsson  <jas@extundo.com>
652
653         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
654         buffer seem to be needed?
655
656 2002-09-29  Simon Josefsson  <jas@extundo.com>
657
658         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
659         compile warnings.
660
661         * mml1991.el (mml1991-function-alist): Add pgg.
662         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
663         (mml1991-pgg-encrypt): Fix recipients querying.
664
665 2002-09-28  Simon Josefsson  <jas@extundo.com>
666
667         * mml2015.el (autoload): Autoload correct files.  Trivial patch
668         from dme@dme.org.
669         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
670         handle is returned.
671
672 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
675         Protect against non-existent of `nnimap-mailbox-info'.
676
677 2002-09-27  Simon Josefsson  <jas@extundo.com>
678
679         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
680         (gnus-setup-news-hook): Use it.
681         (gnus-after-getting-new-news-hook): Ditto.
682
683         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
684
685 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
686         From Mats Lidell <matsl@contactor.se>.
687
688         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
689
690 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
691
692         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
693         the part to decode encoded words, use raw words instead of decoded
694         words.
695
696 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
697
698         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
699
700         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
701         (mm-setup-w3m): Use it.
702
703 2002-09-27  Simon Josefsson  <jas@extundo.com>
704
705         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
706         article buffers.
707
708         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
709         it just in case.
710         (nnimap-update-unseen): New function; update unseen count in
711         `n-m-info'.
712         (nnimap-close-group): Call it.
713
714         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
715         (gnus-after-getting-new-news-hook): Ditto.
716
717         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
718         message into verboselevel 9.  Change slow mail check message.
719         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
720         (nnimap-fixup-unread-after-getting-new-news): New function, to be
721         used as a hook after getting new mail.
722
723 2002-09-26  Simon Josefsson  <jas@extundo.com>
724
725         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
726         SELECT/EXAMINE is first unseen article, not number of unseen
727         articles.  Make them distinct by renaming the former to
728         `first-unseen' instead of `unseen'.
729
730         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
731         too.
732         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
733         changed.
734         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
735
736         * gnus-int.el (gnus-server-unopen-status): Defcustom.
737
738         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
739         better.
740
741         * mml2015.el (mml2015-pgg-decrypt): Only add security information
742         if dissecting resulting buffer actually had any information.
743
744 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
747         because the function `string<' allows symbols.
748
749         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
750
751 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
752
753         * message.el (message-forward-make-body): Revert an early change
754         because 8-bit utf-8 emails.
755
756 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
757
758         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
759         links to Info)
760         * gnus-art.el (gnus-treat-highlight-signature):
761         * gnus-art.el (gnus-treat-buttonize):
762         * gnus-art.el (gnus-treat-buttonize-head):
763         * gnus-art.el (gnus-treat-emphasize):
764         * gnus-art.el (gnus-treat-strip-cr):
765         * gnus-art.el (gnus-treat-unsplit-urls):
766         * gnus-art.el (gnus-treat-leading-whitespace):
767         * gnus-art.el (gnus-treat-hide-headers):
768         * gnus-art.el (gnus-treat-hide-boring-headers):
769         * gnus-art.el (gnus-treat-hide-signature):
770         * gnus-art.el (gnus-treat-fill-article):
771         * gnus-art.el (gnus-treat-hide-citation):
772         * gnus-art.el (gnus-treat-hide-citation-maybe):
773         * gnus-art.el (gnus-treat-strip-list-identifiers):
774         * gnus-art.el (gnus-treat-strip-pgp):
775         * gnus-art.el (gnus-treat-strip-pem):
776         * gnus-art.el (gnus-treat-strip-banner):
777         * gnus-art.el (gnus-treat-highlight-headers):
778         * gnus-art.el (gnus-treat-highlight-citation):
779         * gnus-art.el (gnus-treat-date-ut):
780         * gnus-art.el (gnus-treat-date-local):
781         * gnus-art.el (gnus-treat-date-english):
782         * gnus-art.el (gnus-treat-date-lapsed):
783         * gnus-art.el (gnus-treat-date-original):
784         * gnus-art.el (gnus-treat-date-iso8601):
785         * gnus-art.el (gnus-treat-date-user-defined):
786         * gnus-art.el (gnus-treat-strip-headers-in-body):
787         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
788         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
789         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
790         * gnus-art.el (gnus-treat-unfold-headers):
791         * gnus-art.el (gnus-treat-fold-headers):
792         * gnus-art.el (gnus-treat-fold-newsgroups):
793         * gnus-art.el (gnus-treat-overstrike):
794         * gnus-art.el (gnus-treat-display-xface):
795         * gnus-art.el (gnus-treat-display-smileys):
796         * gnus-art.el (gnus-treat-from-picon):
797         * gnus-art.el (gnus-treat-mail-picon):
798         * gnus-art.el (gnus-treat-newsgroups-picon):
799         * gnus-art.el (gnus-treat-body-boundary):
800         * gnus-art.el (gnus-treat-capitalize-sentences):
801         * gnus-art.el (gnus-treat-fill-long-lines):
802         * gnus-art.el (gnus-treat-play-sounds):
803         * gnus-art.el (gnus-treat-translate):
804         * gnus-art.el (gnus-treat-x-pgp-sig):
805         * gnus-art.el (gnus-mime-button-line-format):
806         * gnus-art.el (gnus-button-man-level):
807         * gnus-art.el (gnus-button-emacs-level):
808         * gnus-cus.el (gnus-group-parameters):
809         * gnus-gl.el (bbb-build-mid-scores-alist):
810         * gnus-group.el (gnus-group-line-format):
811         * gnus-mlspl.el (gnus-group-split-setup):
812         * gnus-mlspl.el (gnus-group-split):
813         * gnus-msg.el (gnus-mailing-list-groups):
814         * gnus-msg.el (gnus-posting-styles):
815         * gnus-nocem.el (gnus-nocem-issuers):
816         * gnus-score.el (gnus-score-regexp-bad-p):
817         * gnus-srvr.el (gnus-server-line-format):
818         * gnus-topic.el (gnus-topic-line-format):
819         * gnus.el (gnus-summary-line-format):
820         * mail-source.el (mail-sources):
821         * message.el (message-subscribed-address-file):
822         * nnmail.el (nnmail-split-fancy):
823
824 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
825
826         * mail-source.el(mail-source-run-script): use `functionp' to test
827         whether the argument `script' is in fact a function.
828         (mail-sources): adjust the defcustom to allow users to specify a
829         function or a string as the value of the `:prescript' and
830         `:postscript' arguments of the `file' and `pop3' mail sources.
831
832 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
833
834         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
835         number when article 1 does not exist.
836
837 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
838
839         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
840         apropos if apropos-variable does not exist.
841         (gnus-button-guessed-mid-regexp)
842         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
843         regexes.  From Reiner Steib.
844         (gnus-button-handle-describe-function)
845         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
846         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
847         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
848
849 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
850
851         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
852         the file.
853
854 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
855
856         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
857
858 2002-09-24  Simon Josefsson  <jas@extundo.com>
859
860         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
861         (mml2015-use): Prefer PGG if installed.
862         (mml2015-function-alist): Add PGG wrappers.
863         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
864         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
865         prefix, make regexp optionally skip it.
866         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
867         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
868         (mml2015-pgg-encrypt): New functions.
869         (defvar, autoload): Prevent byte-compile warnings.
870
871 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
872         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
873
874         * gnus-art.el (article-strip-banner): Check for the existence of
875         from header.
876
877 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
878
879         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
880         (gnus-button-alist): Improved regexp for
881         gnus-button-handle-mid-or-mail (false positives), fixed
882         gnus-button-handle-man entries.
883         From Reiner Steib.
884
885 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
886         From Josh Huber.
887
888         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
889         nnmail-extra-headers is non-nil.
890
891 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
892
893         * nnmaildir.el: Store article numbers persistently.  General
894         revision.
895         (nnmaildir-request-expire-articles): handle 'immediate and 'never
896         for nnmail-expiry-wait; delete instead of moving if 'force is
897         given.
898
899 2002-09-23  Simon Josefsson  <jas@extundo.com>
900         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
901
902         * smime.el (smime-sign-buffer): Get key and extra certs.
903         (smime-get-key-with-certs-by-email): Utility function.
904
905 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
906         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
907
908         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
909         article exists.
910
911 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
912
913         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
914
915 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
916         From Reiner Steib.
917
918         * gnus-art.el (gnus-button-handle-custom,
919         gnus-button-handle-mid-or-mail,
920         gnus-button-handle-describe-{function,variable,key},
921         gnus-button-handle-apropos{,command,variable}): New functions.
922         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
923         gnus-button-{man,emacs,mail}-level): New variables.
924         (gnus-button-alist): Use the above to buttonize emacs and mail
925         related links.
926
927 2002-09-18  Juanma Barranquero  <lektu@terra.es>
928
929         * gnus-int.el (gnus-status-message): Fix spacing.
930
931         * imap.el (imap-continuation): Fix typos.
932
933 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
934
935         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
936
937         * gnus-art.el (gnus-article-reply-with-original): Correct
938         with-current-buffer scope.
939
940         * message.el (message-completion-alist): Add Reply-To, From, etc.
941
942 2002-09-18  Simon Josefsson  <jas@extundo.com>
943
944         * nnimap.el (nnimap-request-expire-articles): Make flag setting
945         conditional.  From Nevin Kapur <nevin@jhu.edu>.
946
947 2002-09-17  Simon Josefsson  <jas@extundo.com>
948
949         * nnimap.el (nnimap-expiry-target): Don't search for which
950         articles exists here.
951         (nnimap-request-expire-articles): Do it here instead.  Only expire
952         when articles are found.  Suggested by Nevin Kapur
953         <nevin@jhu.edu>.
954
955 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
956         From Reiner Steib <reiner.steib@gmx.de>.
957
958         * message.el (message-strip-subject-trailing-was)
959         (message-change-subject, message-add-archive-header)
960         (message-xpost-fup2-header, message-xpost-insert-note)
961         (message-xpost-fup2, message-reduce-to-to-cc): New functions
962         adopted from message-utils.el.  Add functions to the keymap, mode
963         describtion and menu.
964         (message-change-subject,message-xpost-fup2): Signal error if
965         current header is empty.
966         (message-xpost-insert-note): Changed insert position.
967         (message-archive-note): Ensure to insert note in message body (not
968         in head).
969         (message-archive-header, message-archive-note)
970         (message-xpost-default, message-xpost-note, message-fup2-note)
971         (message-xpost-note-function): New variables adopted from
972         message-utils.el.  Changed some doc-strings.
973         (message-mark-insert-{begin,end}): Rename from
974         message-{begin,end}-inserted-text-mark (message-utils.el), changed
975         values.
976         (message-subject-trailing-was-query)
977         (message-subject-trailing-was-ask-regexp)
978         (message-subject-trailing-was-regexp): New variables.
979         (message-to-list-only): Added doc-string and menu entry.
980
981         * message-utils.el: Removed.  Functions are now in message.el.
982
983 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
984
985         * gnus-art.el (gnus-article-reply-with-original,
986         gnus-article-followup-with-original): Switch to
987         gnus-summary-buffer before reply/followup.
988
989 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
990
991         * gnus-sum.el (gnus-summary-toggle-header): The article window may
992         not exist. Toggle it anyway.
993
994 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
995
996         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
997
998         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
999         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1000
1001         * rfc2047.el (message-posting-charset): Defvar it.
1002         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1003         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1004
1005         * mail-source.el (mail-source-fetch): Hide password.
1006
1007         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1008
1009 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1010         From John Paul Wallington <jpw@shootybangbang.com>.
1011
1012         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1013
1014 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1017
1018 2002-09-11  Simon Josefsson  <jas@extundo.com>
1019
1020         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1021         (nnimap-split-rule): Doc fix.
1022         (nnimap-request-expire-articles): Cleanup code.
1023
1024 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1025         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1026
1027         * gnus-art.el (gnus-article-address-banner-alist): New option.
1028         (article-strip-banner): Refer the above option to split banners of
1029         free mail servers, when no group parameter is specified.
1030
1031 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * nntp.el (nntp-wait-for-string): Check for a process in the
1034         current buffer instead of `nntp-server-buffer'.
1035
1036 2002-09-09  Simon Josefsson  <jas@extundo.com>
1037
1038         * gnus-art.el (gnus-button-man-handler): New variable.
1039         (gnus-button-alist): Use g-b-handle-man.
1040         (gnus-button-handle-man): New, call g-b-man-handler.
1041
1042 2002-09-08  Simon Josefsson  <jas@extundo.com>
1043
1044         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1045
1046 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1049
1050 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1053
1054         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1055         keystroke.
1056
1057         * gnus-srvr.el (gnus-browse-describe-group): New command and
1058         keystroke.
1059
1060 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1063         value for gnus-decoration property.
1064
1065 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1066
1067         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1068         string) as group name in case we have a CRLF in the file.
1069
1070 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1071
1072         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1073         group.
1074         (rfc1843-decode-hzp): do.
1075         (rfc1843-newsgroups-regexp): do.
1076
1077 2002-09-04  Simon Josefsson  <jas@extundo.com>
1078
1079         * message.el (message-canlock-generate): Make sure sha1 doesn't
1080         call external programs.
1081
1082 2002-09-03  Simon Josefsson  <jas@extundo.com>
1083
1084         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1085
1086         * gnus-agent.el (gnus-agent-batch): Add doc.
1087
1088 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1089
1090         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1091         check for signed and encrypted parts.
1092         * mml.el (mml-parse-1): Correct small typo which preventing
1093         setting recipients in a secure tag.
1094
1095 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * mm-util.el (mm-coding-system-priorities): Default to a list of
1098         iso-2022-jp and others for the Japanese environment.
1099
1100 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1103         invalid display names.
1104
1105 2002-08-30  Simon Josefsson  <jas@extundo.com>
1106
1107         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1108         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1109
1110 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1111
1112         * gnus.el (gnus-group-charter-alist): New option.
1113         (gnus-group-fetch-control-use-browse-url): New option.
1114
1115         * gnus-group.el (gnus-group-fetch-charter): New function.
1116         (gnus-group-fetch-control): New function.
1117         Add them to the keymap and menu. Require mm-url.
1118
1119 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1122         From Alex Schroeder <alex@emacswiki.org>.
1123
1124 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1125
1126         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1127         items expecting user interaction.
1128
1129         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1130
1131         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1132
1133         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1134
1135         * mml.el (mml-menu): do.
1136
1137 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * mail-source.el (mail-source-touch-pop): New function.
1140
1141         * message.el (message-smtpmail-send-it): New function.
1142         (message-send-mail-function): Add it for a candidate.
1143
1144 2002-08-27  Simon Josefsson  <jas@extundo.com>
1145
1146         * gnus-msg.el (posting-charset-alist): Use
1147         gnus-define-group-parameter instead of defcustom.
1148         (gnus-put-message): Handle SPC in GCC.
1149         (gnus-inews-insert-gcc): Ditto.
1150         (gnus-inews-insert-archive-gcc): Ditto.
1151
1152 2002-08-26  Simon Josefsson  <jas@extundo.com>
1153
1154         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1155         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1156         (gnus-agent-possibly-save-gcc): Autoload.
1157         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1158
1159 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * gnus.el (gnus-other-frame-function): New user option.
1162         (gnus-other-frame): Use it; add a doc-string; make it work with
1163         the gnuclient program.
1164
1165         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1166
1167         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1168         `device-connection' and `dfw-device'.
1169
1170 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1171
1172         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1173         positives, make it stricter.  From Jochen Hein (trivial change).
1174
1175 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus.el (gnus-other-frame): Trivial fix.
1178
1179 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus.el (gnus-other-frame-parameters): New user option.
1182         (gnus-other-frame-object): New variable.
1183         (gnus-other-frame): Make it search for existing Gnus frame; don't
1184         read new news; delete frame on exit.
1185
1186         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1187
1188         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1189
1190 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1191         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1192
1193         * message.el (message-set-auto-save-file-name): Add support for
1194         the Cygwin Emacs; the system-type is `cygwin'.
1195         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1196
1197 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1198
1199         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1200
1201         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1202         avoid arithmetic errors.
1203
1204 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1207
1208 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1211         (message-ignored-resent-headers): Add envelope From.
1212
1213 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1214
1215         * gnus.el (gnus-summary-line-format): Document %k specifier.
1216
1217 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1218
1219         * gnus-sum.el (gnus-summary-line-message-size): New function.
1220         (gnus-summary-line-format-alist): Use it.
1221
1222 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-art.el (article-make-date-line): Refer to the value for
1225         `gnus-article-time-format' in the summary buffer.
1226
1227         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1228
1229 2002-08-14  Simon Josefsson  <jas@extundo.com>
1230
1231         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1232         quoting.
1233         (gnus-button-alist): Fix doc.
1234         (gnus-header-button-alist): Use ' not ` for default value quoting.
1235         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1236         rationale similar to 2002-05-01 change.
1237         (gnus-article-add-buttons-to-head): Evaluate expression.
1238
1239         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1240
1241 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * message.el (message-font-lock-keywords): Refer to the value for
1244         `message-cite-prefix-regexp' dynamically.
1245
1246 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1249
1250 2002-08-12  Simon Josefsson  <jas@extundo.com>
1251
1252         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1253         (imap-shell-open): Skip initial junk before IMAP greeting.
1254
1255 2002-08-11  Simon Josefsson  <jas@extundo.com>
1256
1257         * message-utils.el (message-xpost-default,
1258         message-xpost-fup2-header, message-xpost-fup2): Fixed
1259         Typos.  Trivial changes from Reiner Steib
1260         <4uce.02.r.steib@gmx.net>.
1261
1262 2002-08-09  Simon Josefsson  <jas@extundo.com>
1263
1264         * message.el (message-canlock-password): Set
1265         canlock-password-for-verify to newly generated canlock-password.
1266         When Emacs is restarted, Custom makes sure this is set, but during
1267         the same session we must set it manually.
1268
1269 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1270
1271         * yenc.el: New file.
1272
1273         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1274         (mm-uu-type-alist): Add yenc.
1275         (mm-uu-yenc-filename): New function.
1276         (mm-uu-yenc-extract): New function.
1277
1278         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1279
1280 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1281
1282         * dgnushack.el (merge): Don't use coerce.
1283
1284 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1285
1286         * mailcap.el (mailcap-mime-data): Test window-system rather than
1287         mm-device-type.
1288         (mailcap-mime-data): Call xdvi and gv with "-safer".
1289
1290         * mm-util.el: Don't define mm-device-type.
1291
1292 2002-08-05  Simon Josefsson  <jas@extundo.com>
1293
1294         * mm-util.el (mm-coding-system-priorities): coding-system type not
1295         supported everywhere.
1296
1297 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus.el (gnus-version-number): Bumped version number.
1300
1301 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1302
1303         * gnus.el: Oort Gnus v0.07 is released.
1304
1305 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1308         (gnus-article-sort-functions): Doc fix.
1309         (t): New keystroke.
1310         (gnus-article-sort-by-random): New function.
1311         (gnus-thread-sort-by-random): New function.
1312
1313 2002-08-02  Simon Josefsson  <jas@extundo.com>
1314
1315         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1316         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1317
1318 2002-07-31  Danny Siu  <dsiu@adobe.com>
1319
1320         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1321         when splitting malformed messages without message-id
1322
1323 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1324         From Niklas Morberg <niklas.morberg@axis.com>.
1325
1326         * nnweb.el (nnweb-type, nnweb-type-definition)
1327         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1328         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1329         functionality.
1330         * nnweb.el: Removed old non-functioning search engines.
1331
1332 2002-07-27  Simon Josefsson  <jas@extundo.com>
1333
1334         * message.el (message-forward-make-body): Don't use
1335         `message-forward-ignored-headers' when doing a "raw" followup (it
1336         is important to preserve e.g. CTE).
1337
1338         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1339
1340         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1341         regexp-quote, Cyrus Sieve is fixed.
1342
1343         * sieve-manage.el (sieve-manage-deletescript): New function.
1344
1345         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1346         (sieve-manage-mode): Fix menubar.
1347         (sieve-activate): Change some messages.
1348         (sieve-deactivate-all): New function.
1349         (sieve-deactivate): New alias.
1350         (sieve-remove): New function.
1351         (sieve-help): Fix help.
1352         All suggested by Ned Ludd.
1353
1354 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1357         (mm-w3m-safe-url-regexp): New user option.
1358
1359         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1360         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1361
1362 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1363
1364         * gnus-sum.el (gnus-summary-delete-article): Force
1365         nnmail-expiry-target to 'delete, so that absolute deletion
1366         happens when absolute deletion is requested.
1367
1368 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1369         From Nevin Kapur <nevin@jhu.edu>.
1370
1371         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1372         headers as empty headers.
1373
1374 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1375         From Jochen Hein <jochen@jochen.org>.
1376
1377         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1378         correct typo.
1379         (gnus-emphasis-strikethru): New face.
1380
1381 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1382         From Jason Merrill <jason@redhat.com>.
1383
1384         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1385         entire file for each of a sequence of missing articles.
1386
1387         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1388         value for gnus-view-pseudos.
1389
1390         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1391         avoid nreverse.
1392
1393 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1394         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1395
1396         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1397         (gnus-summary-mode-line-format-alist): Add %h for number of
1398         spams.
1399         (gnus-newsgroup-spam-marked): New variable.
1400         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1401         (gnus-article-read-p, gnus-article-mark)
1402         (gnus-set-global-variables, gnus-set-global-variables)
1403         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1404         (gnus-summary-mark-article-as-unread)
1405         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1406         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1407         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1408
1409 2002-07-10  Simon Josefsson  <jas@extundo.com>
1410
1411         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1412         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1413
1414 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1415
1416         * gnus-sum.el (gnus-summary-delete-article): Respect group
1417         parameters while expiring.
1418
1419 2002-07-08  Simon Josefsson  <jas@extundo.com>
1420
1421         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1422         Enberg.
1423
1424 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1425
1426         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1427         function is called interactively.  From Niklas Morberg.
1428
1429 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1430
1431         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1432         cdaar to cdar and car.
1433
1434         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1435         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1436
1437 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1440         don't break a narrowed article.
1441
1442         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1443         (nntp-open-via-rlogin-and-telnet): Ditto.
1444
1445 2002-07-02  Didier Verna  <didier@xemacs.org>
1446
1447         * nnmail.el (nnmail-split-methods): fix custom type.
1448
1449 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1450
1451         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1452         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1453
1454 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1455
1456         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1457         (gnus-summary-resend-message): Use it.
1458
1459 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1462         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1463
1464 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1465
1466         * message.el (message-font-lock-keywords): Don't fontify
1467         headers in the message body, only in the header.
1468         (message-font-lock-make-header-matcher): New function, used by
1469         message-font-lock-keywords.
1470         From Katsumi Yamaoka <yamaoka@jpl.org>.
1471
1472 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1475
1476 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1479
1480 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1481
1482         * message.el (message-font-lock-keywords): Revert 2002-06-22
1483         change.
1484
1485 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1486
1487         * message.el (message-font-lock-keywords): Put colon in header
1488         name match.
1489
1490 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1491
1492         * message.el (message-font-lock-keywords): Don't use header faces
1493         in the body.  Thanks to Stefan Monnier for the hint on the
1494         implementation.
1495
1496 2002-05-09  Miles Bader  <miles@gnu.org>
1497
1498         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1499         (gnus-article-hide-citation): Respect it.
1500
1501 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1502
1503         * pop3.el (pop3-open-server): Fix typo.
1504
1505 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1506
1507         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1508         instead of push to ignore duplicate to-(list|address) values.
1509         * nnmail.el (nnmail-cache-ignore-groups): New.
1510         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1511
1512 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1513
1514         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1515         before sending.  Suggested by Jan Rychter.
1516
1517 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * dgnushack.el (remove): New compiler macro.
1520         (last, coerce, subseq): Remove compiler macros for those built-in
1521         or unused functions.
1522
1523 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1524
1525         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1526         sure to write byte-compiled versions of gnus-*-format-alist to
1527         .newsrc.eld.  From Simon Josefsson.
1528
1529 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1530
1531         * gnus-agent.el (gnus-agent-read-servers)
1532         (gnus-agent-write-servers): Put server name (string like
1533         "nnchoke:frumple") in the file instead of a server specification
1534         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1535         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1536
1537 2002-06-16  Simon Josefsson  <jas@extundo.com>
1538
1539         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1540         Reiner Steib <4uce.02.r.steib@gmx.net>.
1541
1542 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1543
1544         * nnheader.el (nnheader-file-name-translation-alist): Set the
1545         default value for MS Windows systems.
1546
1547         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1548
1549 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * message.el (message-beginning-of-line): Keep the region active
1552         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1553
1554 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1555
1556         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1557         * gnus-msg.el (gnus-summary-reply): Ditto.
1558         * gnus-msg.el (gnus-summary-handle-replysign): New.
1559
1560 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1563         if sending failed.
1564
1565 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1566
1567         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1568         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1569         to sign while encrypting.
1570
1571 2002-06-11  Simon Josefsson  <jas@extundo.com>
1572
1573         * gnus-int.el (gnus-request-move-article): Agent expire article if
1574         successfuly moved.
1575
1576         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1577         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1578
1579 2002-06-10  Simon Josefsson  <jas@extundo.com>
1580
1581         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1582
1583 2002-06-09  Simon Josefsson  <jas@extundo.com>
1584
1585         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1586
1587         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1588
1589 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1590
1591         * flow-fill.el (fill-flowed): Ignore errors.
1592
1593 2002-06-06  Simon Josefsson  <jas@extundo.com>
1594
1595         * message.el (message-send-mail-with-sendmail): Improve error message.
1596
1597 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1598
1599         * message.el (message-interactive): Change default from nil to t.
1600         Better to be safe than to be fast.
1601
1602 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1603
1604         * message.el (message-send-mail-with-sendmail): Check return value
1605         from call-process-region.
1606
1607 2002-06-04  Simon Josefsson  <jas@extundo.com>
1608
1609         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1610         (gnus-group-post-news, gnus-summary-mail-other-window)
1611         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1612         gnus-article-copy to nil, thereby inhibiting the `header' posting
1613         style match to use data from last viewed article.
1614         Suggested by Hrvoje Niksic.
1615
1616 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * spam.el (spam-point-at-eol): New alias.
1619         (spam-parse-whitelist): Use it.
1620
1621 2002-06-03  Simon Josefsson  <jas@extundo.com>
1622
1623         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1624         (nnmail-article-group): Use it.
1625
1626 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1627
1628         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1629         so that code reading them won't be surprised.  From Jesper Harder
1630         <harder@ifa.au.dk>.
1631
1632 2002-05-29  Simon Josefsson  <jas@extundo.com>
1633
1634         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1635         articles.
1636
1637         * gnus.el (gnus-agent-cache): Doc fix.
1638         (gnus-agent): Change default to t.
1639
1640         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1641         ARTICLES, GROUP and FORCE parameters.
1642
1643 2002-05-28  Simon Josefsson  <jas@extundo.com>
1644
1645         * gnus-group.el (gnus-group-line-format): Doc fix.
1646
1647 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1648
1649         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1650         original article before yanking.  From Jesper Harder
1651         <harder@ifa.au.dk>.
1652
1653 2002-05-26  Simon Josefsson  <jas@extundo.com>
1654
1655         * gnus-sum.el (gnus-summary-menu-split): New function.
1656         (gnus-summary-make-menu-bar): Split charset submenu.
1657         (gnus-summary-menu-maxlen): New variable.
1658         (gnus-summary-menu-split): Use it.
1659
1660 2002-05-25  Simon Josefsson  <jas@extundo.com>
1661
1662         * mml.el (mml-preview): Generate some headers.
1663
1664         * gnus.el (gnus-large-newsgroup): Fix :type.
1665
1666         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1667         Agent cache NOV's by default now).
1668         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1669
1670 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1671
1672         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1673         call to gnus-parent-id when we check for References loops.
1674         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1675         twice by saving the simplified subject string in simp-subject.
1676
1677 2002-05-23  Simon Josefsson  <jas@extundo.com>
1678
1679         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1680         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1681
1682         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1683         Niklas Morberg <niklas.morberg@axis.com>.
1684
1685 2002-05-22  Simon Josefsson  <jas@extundo.com>
1686
1687         * sieve.el (sieve-change-region): Define it before it is used.
1688
1689         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1690         (gnus-summary-reply): Ask for confirmation when replying to news.
1691         Defaults to not ask.  From Benjamin Rutt
1692         <rutt+news@cis.ohio-state.edu>.
1693
1694         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1695
1696 2002-05-21  Simon Josefsson  <jas@extundo.com>
1697
1698         * sieve-mode.el (sieve-manage): Fix autoloads.
1699
1700         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1701         name (makes it work with recent Cyrus timsieved).
1702
1703 2002-05-20  Jason  <jbaker@cs.utah.edu>
1704
1705         * gnus-art.el (gnus-request-article-this-buffer): Try
1706         reconnecting if you don't get the message.
1707
1708 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1711         Reply-To headers from the headers.
1712
1713 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * mm-url.el (mm-url-insert): Remove junk message.
1716
1717 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1720         (nnslashdot-use-front-page): New variable.
1721         (nnslashdot-request-list): Use it.
1722
1723         * mm-url.el (mm-url-timeout): New variable.
1724         (mm-url-retries): Ditto.
1725         (mm-url-insert): Use it.
1726
1727 2002-05-16  Simon Josefsson  <jas@extundo.com>
1728
1729         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1730         (gnus-simplify-subject-functions): Mention g-s-a-w.
1731
1732 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1733
1734         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1735         nnmail-cache-insert.
1736         * nndiary.el (nndiary-request-accept-article): Ditto.
1737         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1738         * nnimap.el (nnimap-request-accept-article): Ditto.
1739         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1740         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1741         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1742         * nnmh.el (nnmh-request-accept-article): Ditto.
1743         * nnmail.el (nnmail-cache-insert): Change group to required,
1744         removed code which tried to figure out the group.
1745
1746 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1747
1748         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1749         messages. From Hans de Graaff <hans@degraaff.org>.
1750         * nnml.el (nnml-request-accept-article): Pass in the group name to
1751         nnmail-cache-insert, since it's available.
1752
1753 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1754
1755         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1756
1757 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1758         From Florian Weimer <fw@deneb.enyo.de>.
1759
1760         * gnus.el (subscribed): New group parameter.
1761         (gnus-find-subscribed-addresses): Use it.
1762
1763 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1764
1765         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1766         the default for pgpmime to support pgp v2.
1767         * mml-sec.el (mml-signencrypt-style): New accessor function to
1768         allow users to get/set the signencrypt style more easily without
1769         frobbing the alist directly.
1770         * mml.el (mml-generate-mime-1): Use accessor function.
1771
1772 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1773
1774         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1775         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1776         <schwab@suse.de>.
1777
1778 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1779
1780         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1781         when intuiting the group the message is written to.  From Josh
1782         Huber <huber@alum.wpi.edu>.
1783
1784 2002-05-06  Simon Josefsson  <jas@extundo.com>
1785
1786         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1787         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1788
1789 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1790
1791         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1792         argument, and fixed compiler warning. (added autoload for
1793         gpg-encrypt).
1794
1795 2002-05-04  Simon Josefsson  <jas@extundo.com>
1796
1797         * mml1991.el (mml1991-function-alist): Doc fix.
1798
1799         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1800         doesn't exist (for previewing messages without having Gnus
1801         started).
1802
1803         * mm-util.el (mm-coding-system-priorities): Defcustom.
1804
1805         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1806
1807 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1808
1809         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1810         default.
1811         * mml-sec.el:
1812         * mml-sec.el (mml-signencrypt-style): New.
1813         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1814         argument `sign'.
1815         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1816         signencrypt.
1817         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1818         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1819         both signed & encryped is processed in one operation. (rather than
1820         two separate ops: sign, then encrypt)
1821         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1822         indication if a message is signed by an expired key.
1823         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1824         enables combined sign & encrypt operation. (this was always on
1825         before).
1826         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1827
1828 2002-05-01  Simon Josefsson  <jas@extundo.com>
1829
1830         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1831         server.
1832         (nnimap-mailbox-info): defvar instead of defvoo.
1833
1834 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1835
1836         * gnus.el: Oort Gnus v0.06 is released.
1837
1838 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * lpath.el: Bind url-package-version.
1841
1842 2002-05-01  Simon Josefsson  <jas@extundo.com>
1843
1844         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1845         filename before deleting the group itself, because the presence of
1846         a group filename decides if long filenames are used or not.
1847
1848         * gnus-art.el (gnus-button-alist): Don't inline
1849         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1850         without also modifying g-button-alist.
1851         (gnus-button-alist): Fix type to allow variable as well as regexp.
1852         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1853         themselves, variables to its contents.
1854         (gnus-button-entry): Ditto.
1855
1856 2002-05-01  Simon Josefsson  <jas@extundo.com>
1857
1858         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1859         UIDNEXT as a string.
1860
1861         * nnimap.el (nnimap-string-lessp-numerical): New function.
1862         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1863         integers.
1864
1865 2002-04-29  Simon Josefsson  <jas@extundo.com>
1866
1867         * nnmail.el (nnmail-cache-insert): Accept optional group
1868         parameter.
1869
1870         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1871         n-r-g-a is disabled.
1872
1873 2002-04-29  Simon Josefsson  <jas@extundo.com>
1874
1875         * nnimap.el (nnimap-split-fancy): Fix doc.
1876         (nnimap-split-fancy): Fix doc.
1877
1878         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1879         (nnimap-mailbox-info): New internal variable.
1880         (nnimap-retrieve-groups): Implement faster new mail check.
1881
1882         * nnimap.el (nnimap-split-articles): Support
1883         nnmail-cache-accepted-message-ids.
1884         (nnimap-request-accept-article): Ditto.
1885
1886         * imap.el (imap-mailbox-status-asynch): New command.
1887
1888 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1889
1890         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1891         are no subscribed mail groups.
1892         - Strip quoted names when comparing addresses
1893
1894 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1895
1896         * mm-decode.el (mm-text-html-renderer): Change customize type to
1897         const.
1898
1899         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1900         (gnus-debug-exclude-variables): do.
1901
1902 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1903
1904         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1905         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1906
1907 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * dns.el (dns-make-network-process): New macro.
1910         (query-dns): Use it.
1911
1912 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1913
1914         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1915         article-buffer.
1916
1917         * mm-url.el (mm-url-package-name): New variable.
1918         (mm-url-package-version): New variable.
1919         (mm-url-insert-file-contents): Bind url-package-name and
1920         url-package-version here.
1921         * nnrss.el (nnrss-insert-w3): Move the bindings.
1922
1923         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1924         url-package-version. Trivial change from Andrew J Cosgriff
1925         <ajc@polydistortion.net>
1926
1927         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1928         attachments. Trivial change from Peter 'Luna' Runestig
1929         <peter@runestig.com>.
1930
1931 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1932
1933         * nnkiboze.el (nnkiboze-request-scan): Call
1934         nnkiboze-possibly-change-group.
1935         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1936         problems.
1937         (nnkiboze-generate-group): Set newsrc to the *highest* article
1938         number kibozed, not the lowest.
1939
1940 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1941
1942         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1943
1944 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1945         From Dan Christensen <jdc+news@uwo.ca>.
1946
1947         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1948         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1949         Recognize math postings.  Extract Date (now ignores "(15kb)").
1950         Extract email address using gnus-extract-address-components
1951         instead of just taking the first word.  Create Date and From
1952         headers for message which are missing these headers.  Get rid
1953         of spurious \\ lines (purely cosmetic).  Extend body-end and
1954         file-end regexps, to exclude more garbage from the message.
1955         Make URL rephrasing regexp more flexible, to match current
1956         format.
1957
1958 2002-04-23  Simon Josefsson  <jas@extundo.com>
1959
1960         * netrc.el: New file, functions copied from gnus-util.el by Ted
1961         Zlatanov <tzz@lifelogs.com>.
1962
1963         * gnus-util.el: Require netrc.
1964         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1965         new code in netrc.el.
1966
1967 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1968
1969         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1970         message-ignored-resent-headers, too.  From Matthieu Moy
1971         <Matthieu.Moy@imag.fr>.
1972
1973 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1974
1975         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1976         boolean not a string
1977         * gnus-group.el (gnus-group-line-format): add description of %C
1978         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1979           as %C
1980         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1981
1982 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1983
1984         * nnmaildir.el (nnmaildir-request-scan): typo: set
1985         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1986         nnmail-get-new-mail for 'find-new-groups.
1987
1988 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1989
1990         * nnmaildir.el (nnmaildir-request-update-info,
1991         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1992         unnecessary calls to nnmaildir-request-scan.
1993
1994 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1995
1996         * gnus-msg.el:
1997         * gnus-msg.el (gnus-message-replysign): New.
1998         * gnus-msg.el (gnus-message-replyencrypt): New.
1999         * gnus-msg.el (gnus-message-replysignencrypted): New.
2000         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2001         (above) to automatically encrypt/sign to encrypted/signed
2002         messages.
2003         * message.el:
2004         * message.el (message-mode-map): Add keybinding for
2005         `message-to-list-only'
2006         * message.el (message-mode): Add description for
2007         `message-to-list-only'
2008         * message.el (message-to-list-only): New.
2009         * message.el (message-make-mft): Changed to use the cl loop macro,
2010         and added optional flag to return only the matched list. (for use
2011         in new message-to-list-only function)
2012
2013 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2014
2015         * gnus-msg.el:
2016         * gnus-msg.el (gnus-message-replysign):
2017         * gnus-msg.el (gnus-replysign): New.
2018         * gnus-msg.el (gnus-replyencrypt): New.
2019         * gnus-msg.el (gnus-replysignencrypted): New.
2020         * gnus-msg.el (gnus-summary-reply):
2021         * message.el:
2022         * message.el (message-mode-map):
2023         * message.el (message-mode):
2024         * message.el (message-to-list-only): New.
2025         * message.el (message-make-mft):
2026
2027 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2028
2029         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2030
2031 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2032
2033         * message.el (message-gen-unsubscribed-mft): accept a prefix
2034         argument so CC can be included with C-u C-c C-f C-a
2035
2036 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2037         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2038
2039         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2040         Improve docstring.
2041         (spam-enter-blacklist): New command.
2042
2043         * gnus-sum.el (gnus-spam-mark): New mark.
2044         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2045         (gnus-summary-make-tool-bar): Correct conditional.
2046         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2047         (gnus-summary-mark-as-spam): New command.
2048
2049 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2050
2051         * mml-sec.el (mml-secure-message): changed to support arbritrary
2052         modes.
2053         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2054         changed to support "signencrypt" mode.
2055         * mml.el (mml-parse-1): changed to support different secure modes
2056         more easily. (for signencrypt)
2057
2058 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2059
2060         * gnus-sum.el (gnus-update-summary-mark-positions)
2061         (gnus-summary-toggle-header):
2062         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2063         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2064         (gnus-uu-post-encoded):
2065         * nnfolder.el (nnfolder-possibly-change-group):
2066         * nnimap.el (nnimap-retrieve-headers):
2067         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2068
2069 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2070
2071         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2072         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2073
2074 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-srvr.el (gnus-server-set-info): Clear
2077         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2078         From Daiki Ueno <ueno@unixuser.org>.
2079
2080 2002-04-11  Simon Josefsson  <jas@extundo.com>
2081
2082         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2083         viewing of security buttons.  Thanks to Nicolas Kowalski
2084         <Nicolas.Kowalski@imag.fr>.
2085
2086         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2087         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2088         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2089         <Nicolas.Kowalski@imag.fr>.
2090         (smime-decrypt-buffer): Ditto.
2091
2092 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2095         header line.
2096
2097 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2098
2099         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2100
2101 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2102
2103         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2104
2105 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2106
2107         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2108         errors when debug.
2109
2110 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2111
2112         * message.el (message-make-mft): Changed MFT code from using
2113         message-recipients (which included Bcc) to use only the To and CC
2114         headers.
2115
2116 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2117
2118         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2119         add link.
2120         (gnus-treat-mail-picon): Ditto.
2121         (gnus-treat-newsgroups-picon): Ditto.
2122         (gnus-picon-databases): Fix custom type.
2123         (gnus-picon-databases): Add link.
2124         (gnus-article-x-face-command): Add to gnus-picon group.
2125
2126 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2127
2128         * message.el (message-buffer-naming-style): Remove.
2129
2130 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2131
2132         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2133
2134         * message.el (message-tool-bar-map): Ditto.
2135
2136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2137
2138 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2139
2140         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2141
2142 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2143
2144         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2145
2146 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2147
2148         * dns.el: open-network-stream under XEmacs does udp.
2149
2150 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2151
2152         * spam.el (spam-enter-whitelist): New function.
2153         (spam-parse-whitelist): Ditto.
2154         (spam-refresh-list-cache): Ditto.
2155         (spam-address-whitelisted-p): New function.
2156
2157         * dns.el (query-dns): Use TCP when make-network-process isn't
2158         available.
2159         (dns-servers): New variable.
2160         (dns-parse-resolv-conf): New function.
2161         (query-dns): Use it.
2162
2163         * spam.el: New file.
2164
2165         * dns.el (query-dns): Test.
2166
2167 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * lpath.el (featurep): Bind make-network-process.
2170
2171 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el: Use defstruct.  Use a single copy of
2174         nnmail-extra-headers to save memory.  Store server's group name
2175         prefix instead of each group's prefixed name.
2176         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2177         nntp-server-buffer.
2178
2179 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * dns.el: New file.
2182
2183 2002-03-28  Simon Josefsson  <jas@extundo.com>
2184
2185         * gnus-sum.el (gnus-summary-dummy-line-format):
2186         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2187         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2188
2189 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2190
2191         * gnus-sum.el (gnus-summary-move-article)
2192         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2193         the doc string.
2194
2195 2002-03-28  Simon Josefsson  <jas@extundo.com>
2196
2197         * mml-sec.el (mml-secure-message): Search after
2198         mail-header-separator from top of message.
2199
2200 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2201
2202         * nnmaildir.el: Cosmetic changes.
2203         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2204         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2205         nnmaildir--group-ls): New macros/functions.  Use them.
2206         (nnmaildir--unlink): Evalutate argument only once.
2207
2208 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2209
2210         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2211         symbols.
2212         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2213         `gnus-point-at-eol'.
2214
2215 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2216
2217         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2218         nnmaildir--marks-dir): New macros.  Use them.
2219         Use inhibit-quit for atomicity instead of in-memory journaling.
2220         (nnmaildir--edit-prep): New function.
2221         (Local Variables): Use it.
2222
2223 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2224
2225         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2226
2227 2002-03-25  Simon Josefsson  <jas@extundo.com>
2228
2229         * message.el (message-mode): Fix doc.
2230
2231 2002-03-25  Simon Josefsson  <jas@extundo.com>
2232
2233         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2234         Matthieu Moy <Matthieu.Moy@imag.fr>.
2235
2236 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2237
2238         * mml-sec.el (mml-unsecure-message): Add docstring.
2239
2240 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2241
2242         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2243         value.
2244         Trivial change from andre@slamdunknetworks.com
2245
2246 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2247
2248         * mml.el (mml-mode-map): Added a keybinding for
2249         `mml-unsecure-message'.  Also, added a menu entry for said
2250         function in the Attachments menu.
2251
2252 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * canlock.el (canlock-version): Remove.
2255         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2256         here; simplify \x insertions.
2257         (canlock-sha1): New function, always return a unibyte string.
2258         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2259         of a password.
2260         (canlock-insert-header): Use `canlock-sha1'.
2261         (canlock-verify): Ditto.
2262
2263 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2264
2265         * message.el (message-fix-before-sending): Add an option that
2266         ignores illegible text.
2267         Trivial change from Mark Milhollan <mlm@attglobal.net>
2268
2269         * message.el (message-font-lock-keywords): Support multi-line MML
2270         tags.
2271
2272         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2273         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2274
2275 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2278         symbols for "View as different encoding" submenu.
2279
2280 2002-03-19  Simon Josefsson  <jas@extundo.com>
2281
2282         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2283         encoding" submenu.
2284
2285 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2288
2289 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2290
2291         * gnus-sum.el (gnus-sum-thread-tree-root)
2292         (gnus-sum-thread-tree-single-indent)
2293         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2294         (gnus-sum-thread-tree-leaf-with-other)
2295         (gnus-sum-thread-tree-single-leaf): Make customizable.
2296
2297 2002-03-16  Simon Josefsson  <jas@extundo.com>
2298
2299         * gnus-util.el (gnus-extract-address-components): Don't break on
2300         names such as James "Kibo" Parry.  From Francis Litterio
2301         <franl@world.std.com>.
2302
2303 2002-03-13  Simon Josefsson  <jas@extundo.com>
2304
2305         * pop3.el (pop3-open-server): Revert multibyte change.  From
2306         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2307
2308         * message.el (message-send-mail-with-qmail): Make it work.  From
2309         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2310
2311 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2312
2313         * message.el (message-make-mft): Set case-fold-search while
2314         generating the MFT.  Also, a little cleanup in the MFT code.
2315
2316 2002-03-12  Simon Josefsson  <jas@extundo.com>
2317
2318         * message.el (message-qmail-inject-args): May be function.
2319         (message-send-mail-with-qmail): Call function if m-q-i-a is
2320         function.  From fn@hungry.org (Faried Nawaz).
2321
2322 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2323
2324         * message.el (message-abbrevs-loaded): Remove.
2325         (mailabbrev): Require it.
2326
2327         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2328
2329 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * pop3.el (pop3-open-server): Set process buffer unibyte.
2332
2333 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2336
2337 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2338
2339         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2340         too.
2341
2342 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2343
2344         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2345         duplication.
2346         (gnus-summary-save-parts-type-history): Ditto.
2347         (gnus-summary-save-parts-last-directory): Ditto.
2348         Trivial change from andre@slamdunknetworks.com
2349
2350 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2351
2352         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2353
2354 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2355
2356         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2357         -->" as the end of the first article.
2358
2359         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2360         From Matthieu Moy <Matthieu.Moy@imag.fr>
2361
2362         * message.el (message-add-action): Use add-to-list.
2363         (message-delete-action): New function.
2364
2365         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2366         pieces.
2367
2368 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2369
2370         * nnnil.el: New file.
2371         * gnus.el (gnus-valid-select-methods): Include nnnil.
2372
2373 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2374
2375         * message.el (message-syntax-checks): Because canlock is
2376         supported, we disable sender syntax check.
2377         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2378
2379         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2380         value of message-syntax-checks.
2381
2382         * qp.el (quoted-printable-decode-region): Doc addition.
2383         From: Eli Zaretskii <eliz@is.elta.co.il>
2384
2385         * mail-source.el (make-source-make-complex-temp-name): Use
2386         make-temp-file.
2387
2388         * mm-util.el (mm-make-temp-file): New function.
2389         * nneething.el (nneething-file-name): Use it.
2390         * mml-smime.el (mml-smime-encrypt): Ditto.
2391         * mm-view.el (mm-inline-wash-with-file): Ditto.
2392         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2393         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2394         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2395         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2396         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2397         * gnus-art.el (gnus-mime-print-part): Ditto.
2398
2399 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2400
2401         * message.el (nnmaildir-article-number-to-base-name): New
2402         function.
2403         (nnmaildir-base-name-to-article-number): New function.
2404
2405 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * smime.el (smime-make-temp-file): Don't quote
2408         `temporary-file-directory'.
2409
2410 2002-03-04  Simon Josefsson  <jas@extundo.com>
2411
2412         * smime.el (smime-sign-region): Rename argument keyfiles to
2413         keyfile. You only sign something with one key.
2414         (smime-sign-buffer): Better completing-read prompt.
2415         (smime-decrypt-buffer): Ditto.
2416
2417         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2418
2419         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2420         completing-read.
2421         (mm-view-pkcs7-decrypt): CRLF->LF.
2422
2423 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2424
2425         * message.el (message-hierarchical-addresses): New variable.
2426         (message-get-reply-headers): Use it.
2427         From Ted Zlatanov <teodor.zlatanov@divine.com>
2428
2429 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2430
2431         * message.el (message-mode): If buffer-file-name, don't set auto
2432         save file name.
2433         Trivial change from Geoff Greene <ggreene@wpi.edu>
2434
2435 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2436
2437         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2438         takes one argument in read-char.
2439
2440         * message.el (message-fix-before-sending): Forward a char.
2441         Check mmu-multibyte-p, add control-1.
2442
2443 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2444
2445         * gnus-start.el (gnus-read-init-file): Ditto.
2446
2447         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2448
2449         * dgnushack.el (dgnushack-make-load): Ditto.
2450
2451         * mail-source.el (mail-source-fetch): Extract the right error
2452         code.
2453
2454         * message.el (message-fix-before-sending): Check illegible text.
2455
2456         * gnus-util.el (gnus-multiple-choice): New function.
2457
2458         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2459         also defined in gnus-score.el.
2460
2461 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2462
2463         * message.el (message-get-reply-headers): downcase email addresses
2464         for comaparisons for duplicate removal.
2465
2466 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2467
2468         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2469         implementation of PKCS#7, which just allows users read the
2470         message.
2471         (mm-view-pkcs7): Use it.
2472
2473 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * gnus.el (large-newsgroup-initial): New parameter.
2476
2477         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2478         (gnus-summary-insert-old-articles): Ditto.
2479
2480 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2481
2482         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2483         used as the default answer of the question, "How many articles?".
2484         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2485
2486         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2487         small numbers.
2488
2489 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2490
2491         * deuglify.el: Fix comments.
2492
2493 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2494
2495         * html2text.el (html2text-clean-anchor): If there is no HREF,
2496         insert nothing.
2497
2498         * mml.el (mml-generate-mime-1): Add cdr.
2499         From: andre@slamdunknetworks.com
2500
2501         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2502         (mm-text-html-washer-alist): Ditto.
2503
2504         * mm-decode.el (mm-text-html-renderer): Add html2text.
2505
2506         * html2text.el: Face lift.
2507
2508         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2509
2510 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2511
2512         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2513
2514         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2515
2516         * deuglify.el: New file. The original file name is
2517         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2518
2519         * mm-decode.el (mm-display-external): Use
2520         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2521
2522 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2523
2524         * nnmaildir.el (nnmaildir-request-list): Report the highest
2525         article number, not the total number of articles.
2526
2527 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2528
2529         * gnus-sum.el: Move uu key map here.
2530         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2531
2532 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2533
2534         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2535         nnmail-expiry-wait* if expire-age parameter is not set.
2536
2537 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2538
2539         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2540         function.
2541         (gnus-group-sort-selected-groups-by-real-name): New function.
2542         (gnus-group-make-menu-bar): Add sort by real name.
2543
2544         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2545         rebuild.
2546         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2547         nil as dependencies as well.
2548
2549 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2550
2551         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2552         for mime-parts.
2553
2554         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2555
2556         * gnus-group.el (gnus-group-name-decode): Don't test
2557         multibyte-string, because it breaks XEmacs.
2558         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2559
2560         * message.el (message-send-mail): Be talkative.
2561
2562         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2563         (mm-automatic-display): Ditto.
2564
2565         * mailcap.el (mailcap-mime-data): Ditto.
2566         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2567
2568 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * many files: Remove trailing whitespaces, replace spc+tab with
2571         tab, replace leading whitespaces with tabs.
2572
2573 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2574
2575         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2576         articles with no body and no blank line after the header.
2577
2578 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2579
2580         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2581         parts.
2582
2583         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2584         non-ascii chars.
2585
2586         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2587
2588         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2589         w3-delay-image-loads.
2590         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2591         (mm-w3-prepare-buffer): Ditto.
2592
2593         * mail-source.el (mail-source-fetch-directory): Run scripts.
2594
2595 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2598         for Majordomo confirmations.
2599
2600 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2603
2604 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2607
2608 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2609
2610         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2611         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2612
2613 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2614
2615         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2616         (mm-inline-render-with-stdin): Ditto.
2617         (mm-inline-render-with-function): Ditto.
2618         (mm-inline-wash-with-file): Bind coding-system-for-write.
2619         (mm-inline-wash-with-stdin): Ditto.
2620
2621 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2622
2623         Suggested by Felix Natter <fnatter@gmx.net>
2624
2625         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2626         gnus-mime-externalize-view.
2627         (gnus-mime-view-part-internally): Rename from
2628         gnus-mime-internalize-view.
2629         (gnus-article-view-part-externally): Rename from
2630         gnus-article-externalize-part.
2631         (gnus-mime-action-alist): Change correspondingly.
2632         (gnus-mime-button-commands): Ditto.
2633         (gnus-mime-action-alist): Remove duplication.
2634
2635         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2636
2637 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2640
2641         * gnus-art.el (gnus-display-mime): Use it.
2642
2643         * mm-partial.el (mm-partial-find-parts): Use it.
2644
2645         * gnus-sum.el (gnus-article-loose-mime): Rename from
2646         gnus-article-no-strict-mime.
2647         (gnus-summary-save-parts): Use it.
2648
2649 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2652         local variable.
2653
2654         * gnus-art.el (article-display-x-face): Don't sort multiple
2655         X-Faces.
2656
2657 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2660         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2661
2662         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2663
2664 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2665
2666         Some ideas is inspired by code from Hrvoje Niksic
2667         <hniksic@arsdigita.com>
2668
2669         * gnus-art.el (gnus-article-wash-function): Set the default to
2670         nil, so that we use mm-text-html-renderer instead.
2671         (article-wash-html): Use mm-text-html-renderer.
2672
2673         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2674         (mm-text-html-renderer): New variable.
2675         (mm-inline-text-html-renderer): Set the default to nil, so that we
2676         use mm-text-html-renderer instead.
2677
2678         * mm-view.el (mm-inline-text-html): New function.
2679         (mm-text-html-renderer-alist): New variable.
2680         (mm-inline-text-vcard): New function.
2681         (mm-inline-text): Split.
2682         (mm-links-remove-leading-blank): New function.
2683         (mm-inline-render-with-file): New function.
2684         (mm-inline-render-with-stdin): New function.
2685         (mm-inline-render-with-function): New function.
2686         (mm-text-html-washer-alist): New variable.
2687         (mm-inline-wash-with-file): New function.
2688         (mm-inline-wash-with-stdin): New function.
2689
2690 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2691
2692         * message-utils.el: Fix installation doc.
2693         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2694
2695 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2698         (gnus-post-method): Use it.
2699         (gnus-summary-cancel-article): Find the correct post-method.
2700
2701         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2702         * message.el (message-send-news): Ditto.
2703         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2704         <ipmonger@delamancha.org>
2705
2706         * gnus.el (gnus-select-method): Fix doc.
2707         (gnus-server-string): Use 'using nntp'.
2708
2709         * gnus-agent.el (gnus-slave-unplugged): New command.
2710         From: Felix Natter <fnatter@gmx.net>
2711
2712 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2715         Call edit-done-function first, then change the window
2716         configuration.
2717         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2718         (gnus-article-edit-mode): mml-mode.
2719
2720         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2721         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2722
2723         * message-utils.el: Adopt the file.
2724
2725         * message-utils.el: New file.
2726         From Holger Schauer <Holger.Schauer@gmx.de>
2727
2728 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * gnus-sum.el (gnus-summary-move-article): Select-article only
2731         when gnus-move-split-methods is non-nil. And we don't render or
2732         mark the article.
2733
2734         * gnus-fun.el (gnus-shell-command-to-string): New function.
2735         (gnus-shell-command-on-region): New function.
2736         (gnus-random-x-face): Use them.
2737         (gnus-x-face-from-file): Ditto.
2738         (gnus-convert-image-to-gray-x-face): Ditto.
2739         (gnus-convert-gray-x-face-to-xpm): Ditto.
2740         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2741
2742 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * gnus-art.el (gnus-treat-display-xface): Don't use
2745         `shell-command-to-string' when compiling.
2746         (gnus-treat-display-grey-xface): Ditto.
2747
2748 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2749
2750         * nnmaildir.el (nnmaildir--article-count): If the group is
2751         completely empty, report minimum article number as 1 instead of 0.
2752
2753 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2754
2755         * gnus-agent.el (gnus-get-predicate): Use nconc.
2756
2757         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2758         gnus-summary-display-cache as cache.
2759
2760         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2761         (nndoc-mail-in-mail-type-p): New function.
2762         (nndoc-mail-in-mail-article-begin): New function.
2763
2764 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2765
2766         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2767
2768         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2769         use-hard-newlines to nil.
2770
2771         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2772         image is not available if window-system is not available.
2773
2774         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2775
2776 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2777
2778         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2779         bookmark, because update-mark doesn't handle it correctly.
2780
2781 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2782
2783         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2784         directly instead of calling message-send-mail.
2785
2786         * gnus-start.el (gnus-read-descriptions-file): Use
2787         gnus-default-charset.
2788
2789         * mm-util.el (mm-guess-mime-charset): New function.
2790
2791         * gnus.el (gnus-default-charset): Use it.
2792         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2793         the default.
2794
2795 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2796
2797         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2798         (article-display-x-face): Use it.  Disable grey xface, if
2799         uncompface is not found.
2800
2801         * message.el (message-mode): Don't enable multibyte on an indirect
2802         buffer.
2803
2804         * nnrss.el (nnrss-content-function): New variable.
2805         (nnrss-request-article): Use it.
2806
2807 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2808
2809         * gnus.el: Add article-unsplit-urls.
2810         * gnus-sum.el: Ditto.
2811         * gnus-art.el (gnus-treat-strip-cr): New variable.
2812         (gnus-treatment-function-alist): Use it.
2813         (article-unsplit-urls): New function.
2814         (gnus-article-make-menu-bar): Use it.
2815         From: Michael Cook <michael.cook@cisco.com>
2816
2817 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2818
2819         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2820         copy.
2821
2822 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2823
2824         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2825         with internal whitespace.
2826         (gnus-parent-id): Ditto.
2827
2828 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * gnus-art.el (gnus-article-treat-body-boundary): Add
2831         gnus-decoration property.
2832         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2833
2834         * message.el (message-mode): Set local-abbrev-table.
2835         From Matt Armstrong <matt@lickey.com>.
2836
2837         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2838         too many spaces.
2839
2840         * rfc2047.el (rfc2047-unfold-region): Ditto.
2841         (rfc2047-decode-region): Don't unfold. Let
2842         gnus-article-treat-unfold-headers do it.
2843
2844         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2845         From: Jesper Harder <harder@ifa.au.dk>
2846
2847 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2850         (gnus-configure-posting-styles): Use it.
2851         (gnus-configure-posting-styles): Remove trailing newspaces.
2852
2853 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2856         is non-nil.
2857
2858         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2859
2860         * gnus.el (gnus-server-to-method): Switch position with
2861         gnus-server-get-method.
2862         (gnus-agent): Add doc.
2863
2864         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2865         (gnus-summary-save-parts): Use it.
2866
2867         * gnus-art.el (gnus-display-mime): Use it.
2868         * mm-partial.el (mm-partial-find-parts): Use it.
2869
2870         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2871
2872         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2873         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2874
2875         * nnagent.el (nnagent-request-expire-articles): Don't delete
2876         files.
2877
2878 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2879
2880         * message.el (message-gen-unsubscribed-mft): New function.
2881         From Sriram Karra <karra@cs.utah.edu>.
2882
2883         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2884         open parenthesis.
2885
2886         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2887         (mm-inline-text-html-render-with-w3): Ditto.
2888         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2889         Suggested by Dave Love  <d.love@dl.ac.uk>.
2890
2891         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2892
2893         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2894         * nntp.el (nntp-send-command): Ditto.
2895         * nntp.el (nntp-send-command-nodelete): Ditto.
2896
2897 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * mm-url.el (mm-url-load-url): New function.
2900         (mm-url-insert-file-contents): Use it.
2901
2902         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2903
2904         * message.el (message-forward-make-body): Correctly copy
2905         forward-buffer.
2906
2907         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2908
2909 2002-02-04  Simon Josefsson  <jas@extundo.com>
2910
2911         * gnus-art.el (gnus-article-followup-with-original): Mark with
2912         force, prevent errors when following up from article buffer.
2913         (gnus-article-reply-with-original): Ditto.
2914
2915         * binhex.el (binhex-decoder-switches): Fix doc.  From
2916         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2917
2918 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2919
2920         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2921         highlight-citation after emphasize.
2922
2923 2002-02-04  Simon Josefsson  <jas@extundo.com>
2924
2925         * nnfolder.el (nnfolder-open-marks):
2926
2927         * nnml.el (nnml-open-marks): Message when done.  From David
2928         Edmondson <dme@sun.com>.
2929
2930 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2931
2932         * imap.el (imap-anonymous-auth): Fix typo.
2933         From: Steinar Bang <sb@dod.no>
2934
2935         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2936         save-excursion.
2937         (gnus-cache-braid-heads): Ditto.
2938
2939         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2940         line, because there are extra articles in the overview buffer.
2941
2942         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2943
2944         * message.el (message-forward-rmail-make-body): Directly use
2945         rmail-msg-restore-non-pruned-header to avoid calling
2946         vertical-motion.
2947
2948 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2949
2950         * gnus-cache.el (gnus-summary-insert-cached-articles):
2951         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2952
2953         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2954         gnus-newsgroups-unselected.
2955
2956         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2957         gnus-add-to-sorted-list.
2958
2959         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2960         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2961         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2962         (gnus-update-read-articles): UNREAD is sorted.
2963         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2964         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2965         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2966         (gnus-newsgroup-dormant): Require sorted.
2967
2968         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2969         directories.
2970         (gnus-dired-print): New function.
2971
2972         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2973         ps-despool.
2974
2975 2002-02-02  Simon Josefsson  <jas@extundo.com>
2976
2977         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2978
2979 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2980
2981         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2982         t. This makes gnus-agent customizable without putting
2983         gnus-agentize into .gnus.
2984
2985         * gnus.el (gnus-agent): Make it customizable.
2986
2987         * gnus-dired.el: New file.
2988         From Benjamin Rutt <brutt@bloomington.in.us>
2989
2990         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2991         if no article.
2992         (gnus-cache-possibly-remove-article): Ditto.
2993         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2994
2995 2002-02-01  Simon Josefsson  <jas@extundo.com>
2996
2997         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2998
2999 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3002         (mm-setup-w3m): Don't bind keys listed in the above.
3003
3004 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3007         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3008         is non-nil; bind `w3m-force-redisplay' with nil.
3009
3010         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3011
3012         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3013
3014 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3015
3016         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3017         use mail-header-unfold-field.
3018
3019         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3020         gnus-summary-limit.
3021
3022         * gnus-range.el (gnus-add-to-sorted-list): New function.
3023         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3024         (gnus-mark-article-as-unread): Ditto.
3025         (gnus-summary-mark-article-as-unread): Ditto.
3026         (gnus-build-get-header): Ditto.
3027         (gnus-summary-prepare-threads): Ditto.
3028         (gnus-summary-insert-pseudos): Ditto.
3029         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3030         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3031         (gnus-summary-insert-old-articles): Ditto.
3032
3033         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3034         (gnus-configure-posting-styles): Support the new format.
3035
3036         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3037         edebug-form-spec to (sexp body).
3038         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3039
3040         * message.el (message-reply-headers): Add doc.
3041
3042 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3043
3044         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3045         gnus-cache-active-hashtb.
3046
3047         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3048         (gnus-agent-summary-fetch-group): Use it.
3049
3050         * gnus-msg.el (gnus-debug-files): New variable.
3051         (gnus-debug-exclude-variables): New variable.
3052         (gnus-debug): Use them.
3053
3054         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3055
3056 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3057
3058         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3059         (message-mode-syntax-table): Move back the previous position.
3060
3061         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3062
3063         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3064         gnus-sorted-difference.
3065
3066         * nnsoup.el (nnsoup-request-expire-articles): Use
3067         gnus-sorted-difference.
3068
3069         * nnheader.el: Autoload gnus-sorted-difference.
3070
3071         * nnfolder.el (nnfolder-request-expire-articles): Use
3072         gnus-sorted-difference.
3073
3074         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3075         gnus-sorted-difference.
3076
3077         * gnus-range.el: Autoload cookies.
3078         (gnus-sorted-difference): New function.
3079         (gnus-sorted-ndifference): New function.
3080         (gnus-sorted-nintersection): Rename from
3081         gnus-set-sorted-intersection.
3082         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3083         (gnus-list-range-difference): Rename from
3084         gnus-inverse-list-range-intersection.
3085         (gnus-inverse-list-range-intersection): Use defalias.
3086
3087         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3088         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3089         (gnus-articles-to-read): Use gnus-sorted-difference.
3090         (gnus-summary-limit-mark-excluded-as-read): Use
3091         gnus-sorted-intersection and gnus-sorted-ndifference.
3092         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3093         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3094
3095         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3096
3097 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3100         property to the buffer for using emacs-w3m command keys.
3101
3102         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3103         option.
3104
3105         * mm-view.el (mm-w3m-mode-map): New variable.
3106         (mm-w3m-mode-command-alist): New variable.
3107         (mm-w3m-minor-mode): Removed.
3108         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3109         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3110         buffer for using emacs-w3m command keys.
3111
3112 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3113
3114         * message.el (message-mode-syntax-table): Move forward.
3115         (message-cite-prefix-regexp): Auto detect non word constituents.
3116         (message-cite-prefix-regexp): Don't use with-syntax-table.
3117
3118         * gnus-sum.el (gnus-summary-update-info): Use
3119         gnus-list-range-intersection.
3120
3121         * gnus-agent.el (gnus-agent-fetch-headers): Use
3122         gnus-list-range-intersection.
3123
3124         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3125         (gnus-list-range-intersection): Use it.
3126         (gnus-inverse-list-range-intersection): Ditto.
3127         (gnus-sorted-intersection): Add doc.
3128         (gnus-set-sorted-intersection): Add doc.
3129         (gnus-sorted-union): New function.
3130         (gnus-set-sorted-union): New function.
3131
3132         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3133         (gnus-inverse-list-range-intersection): Ditto.
3134
3135 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3136
3137         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3138
3139         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3140         and permit `:' and `\' in order to handle full Windows pathnames.
3141         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3142         technically not correct per standard, but seems to have common use.
3143
3144 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3145
3146         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3147         replacing numbers.
3148
3149 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3150
3151         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3152
3153         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3154         Don't split when the window is small, e.g. when a small *BBDB*
3155         window is the lowest one.
3156
3157         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3158         nnheader-find-nov-line to speed up. Use nreverse, because it is
3159         sorted. Use nnheader-insert-nov-file.
3160
3161 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3164
3165         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3166         of `w3m-display-inline-images' with the value of
3167         `mm-inline-text-html-with-images'.
3168         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3169
3170         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3171
3172 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3173
3174         * time-date.el: Add autoload cookies.  Many doc fixes.
3175         (time-add): New function.
3176         (time-subtract): Renamed from subtract-time.
3177         (subtract-time): New alias for time-subtract.
3178
3179 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3182         emacs-w3m in doc-string.
3183
3184         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3185         `w3m-current-buffer'.
3186
3187 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3188
3189         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3190
3191         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3192         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3193         (mm-w3m-cid-retrieve): New function.
3194         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3195
3196 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3197
3198         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3199
3200 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3203
3204 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3207         32K.
3208
3209         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3210
3211         * nnmail.el (nnmail-article-group): Decode headers before running
3212         split rules over them.
3213         (nnmail-mail-splitting-charset): New variable.
3214
3215         * smiley.el: Replaced with smiley-ems.el.
3216
3217 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * mm-url.el (mm-url-predefined-programs): Add w3m.
3220         (mm-url-program): Ditto.
3221
3222 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * nnml.el (nnml-use-compressed-files): New variable.
3225         (nnml-filenames-are-evil): Removed.
3226         (nnml-current-group-article-to-file-alist): Don't use.
3227         (nnml-update-file-alist): Inhibit.
3228         (nnml-article-to-file): Use new var.
3229
3230 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3231
3232         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3233
3234         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3235
3236 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3239         function.
3240
3241         * gnus-util.el (gnus-cache-file-contents): New function.
3242
3243         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3244         (gnus-agent-load-alist): Use it.
3245
3246         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3247
3248         * nnheader.el (nnheader-insert-nov-file): New function.
3249
3250         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3251
3252         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3253         there are no references.
3254         (gnus-extract-message-id-from-in-reply-to): New function.
3255         (gnus-nov-parse-line): Use in-reply-to if there are no
3256         references.
3257
3258 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3261
3262         * gnus-util.el (gnus-parse-without-error): New macro.
3263
3264 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3265
3266         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3267         (gnus-article-wash-function): use locate-library to decide which
3268         to use.
3269
3270 2002-01-25  Simon Josefsson  <jas@extundo.com>
3271
3272         * pop3.el (pop3-munge-message-separator): Work if no date.
3273         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3274
3275 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-agent.el (gnus-agent-save-alist): Fix.
3278
3279         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3280         mistake.  Reinstated lost code.
3281
3282 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3283
3284         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3285         one exists in the case of an encrypted message with an internal
3286         signature.
3287
3288 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3291
3292 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * dgnushack.el: Commented out the experimental code.
3295
3296 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3299         error.
3300
3301         * gnus.el (gnus-server-to-method): Made into subst.
3302         (gnus-server-method-cache): New variable.
3303         (gnus-server-to-method): Use it.
3304         (gnus-group-method-cache): New variable.
3305         (gnus-find-method-for-group-1): Renamed.
3306         (gnus-find-method-for-group): New function.
3307         (gnus-group-method-cache): Removed.
3308
3309         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3310         function.
3311
3312         * gnus-range.el (gnus-members-of-range): New function.
3313         (gnus-list-range-intersection): Renamed.
3314         (gnus-inverse-list-range-intersection): New function.
3315
3316         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3317
3318         * nnagent.el (nnagent-retrieve-headers): New implementation.
3319
3320         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3321         implementation.
3322
3323 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3326         `w3m-meta-content-type-charset-regexp'.
3327
3328         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3329         charset-encoded html contents.
3330
3331 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3332
3333         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3334         an empty file.
3335
3336         * nnweb.el (url): Ignore errors when request url.
3337
3338         * nnrss.el: Clean up the comments.
3339
3340 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3343
3344         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3345         (mm-inline-media-tests): Test whether the value of
3346         `mm-inline-text-html-renderer' is a function for text/html.
3347
3348         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3349         separated from `mm-inline-text'.
3350         (mm-w3m-minor-mode): New variable.
3351         (mm-w3m-setup): New variable.
3352         (mm-setup-w3m): New function.
3353         (mm-inline-text-html-render-with-w3m): New function.
3354         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3355         text/html.
3356
3357 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3358
3359         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3360
3361 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3364         and `gnus-xmas-completing-read'.
3365
3366 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3367
3368         * nneething.el (nneething-message-id-number): Abolished.
3369         (nneething-encode-file-name): Not encode numerical characters.
3370         (nneething-make-head): `nneething-message-id-number' is not
3371         used to generate message IDs.
3372
3373 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3376         characters.
3377
3378 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3381         (gnus-xmas-redefine): Redefine conditionally.
3382
3383 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3384
3385         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3386         tag.
3387
3388 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3389
3390         * message.el (message-font-lock-keywords): Added the secure tag.
3391         * mml-sec.el: Added functions to generate/modify/remove the secure
3392         tag while in message mode.
3393         * mml-sec.el (mml-secure-message): New.
3394         * mml-sec.el (mml-unsecure-message): New.
3395         * mml-sec.el (mml-secure-message-sign-smime): New.
3396         * mml-sec.el (mml-secure-message-sign-pgp): New.
3397         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3398         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3399         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3400         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3401         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3402         convert it to either a part or multipart depending on if there are
3403         other parts in the message.
3404         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3405         to use the secure tag, rather than the part tag.
3406         * mml.el (mml-preview): Added a save-excursion to keep cursor
3407         position after doing an MML preview.
3408
3409 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * nnheader.el (nnheader-parse-overview-file): New function.
3412         (nnheader-write-overview-file): New function.
3413
3414 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3417         in wanted.
3418
3419         * nnweb.el (nnweb-type-definition): Clean up.
3420
3421 2002-01-21  Alastair Burt  <burt@dfki.de>
3422
3423         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3424         buffer exists before jumping to it.
3425
3426 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3429         function.
3430         (article-wash-html): Use it.
3431         (gnus-article-wash-function): New variable.
3432         (gnus-article-wash-html-with-w3m): New function.
3433
3434 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3435
3436         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3437         XEmacs.
3438
3439 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3440
3441         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3442         command line.
3443
3444 2002-01-21  Simon Josefsson  <jas@extundo.com>
3445
3446         * canlock.el (base64-encode-string): Autoload it from base64.
3447         (canlock-make-cancel-key): Base64 encode unibyte string.
3448
3449 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnfolder.el (nnfolder-request-accept-article): Unfold
3452         x-from-line.
3453         (nnfolder-request-replace-article): Ditto.
3454
3455 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3456
3457         * gnus-group.el (gnus-group-best-unread-group): Use the right
3458         positioning function.
3459
3460 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * smiley-ems.el (smiley-region): Use new function.
3463         (smiley-update-cache): Use general image functions.
3464         (smiley-region): Use general functions.
3465
3466         * gnus-util.el (gnus-graphic-display-p): New function.
3467
3468         * nnmail.el (nnmail-article-group): Allow outputting traces of
3469         non-strings.
3470
3471         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3472         (nndoc-exim-bounce-type-p): New function.
3473
3474         * message.el (message-dont-send): Doc fix.
3475
3476         * gnus-util.el (gnus-completing-read): Remove
3477         inherit-input-method.
3478
3479         * gnus-art.el (gnus-treat-smiley): Doc fix.
3480
3481         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3482         articles.
3483
3484 2002-01-19  Simon Josefsson  <jas@extundo.com>
3485
3486         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3487         (imap-kerberos4-open): Ditto.
3488         (imap-open): Set port correctly, don't set auth.
3489
3490 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus.el (gnus-version-number): Bump version number.
3493
3494 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3495
3496         * gnus.el: Oort Gnus v0.05 is released.
3497
3498 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3501         exists.
3502
3503         * gnus-spec.el (gnus-string-width-function): New function.
3504         (gnus-tilde-cut-form): Use it.
3505         (gnus-tilde-max-form): Ditto.
3506         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3507         (gnus-substring-function): Use it.
3508         (gnus-tilde-cut-form): Ditto.
3509         (gnus-substring-function): New function.
3510
3511         * message.el (message-check-news-header-syntax): New message.
3512
3513         * gnus.el (gnus-slave-no-server): Doc fix.
3514
3515         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3516
3517 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3520         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3521         (seen (NUM1 . NUM2)).
3522
3523 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3526         number in closed topics.
3527
3528 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3529
3530         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3531         functions.
3532
3533 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus.el (gnus-group-find-parameter): Clean up.
3536
3537         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3538         articles.
3539
3540         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3541
3542         * nnmail.el (nnmail-article-group): Clean up.
3543
3544 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3545
3546         * gnus-agent.el (gnus-category-name): Intern the category name.
3547
3548 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3551
3552         * gnus-util.el (gnus-completing-read): New function.
3553
3554 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3557
3558         * smiley-ems.el (smiley-region): Register smiley.
3559         (smiley-toggle-buffer): Rewrite the function.
3560         (smiley-active): Removed.
3561
3562 2002-01-19  Simon Josefsson  <jas@extundo.com>
3563
3564         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3565         Jesper Harder <harder@ifa.au.dk>.
3566
3567 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3568
3569         * gnus-art.el (gnus-request-article-this-buffer): Call
3570         `nneething-get-file-name' to extract the file name from the
3571         message id.
3572
3573         * nneething.el (nneething-encode-file-name): New function.
3574         (nneething-decode-file-name): Ditto.
3575         (nneething-get-file-name): Ditto.
3576         (nneething-make-head): Encode the file name and encapsulate it
3577         into the field of the message id.
3578
3579 2002-01-18  Simon Josefsson  <jas@extundo.com>
3580
3581         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3582         stored in .marks.
3583
3584         * nnfolder.el (nnfolder-request-update-info): Ditto.
3585
3586 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3587
3588         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3589
3590 2002-01-18  Simon Josefsson  <jas@extundo.com>
3591
3592         * imap.el (imap-starttls-p): Don't check for binary.
3593         (imap-gssapi-auth-p): Ditto.
3594         (imap-kerberos4-auth-p): Ditto.
3595         (imap-open): Change logic.  Iterate through all possible streams,
3596         instead of bailing out after first failure.  Move authenticator
3597         decision to `imap-authenticate'.
3598         (imap-authenticate): Change logic, now finds the authenticator to
3599         use, was previously in `imap-open'.
3600         (imap-open): Return nil on failure.
3601         (imap-open): Setup temp buffer correctly.
3602         (imap-open): Return buffer only on success.
3603         (imap-interactive-login, imap-interactive-login): Tell the user
3604         which stream/authenticator is used for the queried
3605         username/password.
3606         (imap-open, imap-authenticate): Set variables.
3607         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3608         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3609
3610 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3613
3614 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3617
3618 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3619
3620         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3621         (gnus-agent-group-mode-map): Bind it to "Jo".
3622         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3623
3624 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3625
3626         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3627         (gnus-summary-mail-toolbar): Add mail article deletion button.
3628
3629         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3630         false positives for lines of "^^^^".
3631
3632         * gnus-picon.el (gnus-picon-find-face): faces database is all
3633         lowercase.
3634
3635 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3636
3637         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3638         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3639         duplications.
3640         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3641
3642 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-sum.el (gnus-summary-initial-limit): Inline
3645         gnus-summary-limit-children.
3646         (gnus-summary-initial-limit): Don't limit if
3647         gnus-newsgroup-display is nil.
3648         (gnus-summary-initial-limit): No, don't.
3649
3650         * gnus-util.el
3651         (gnus-put-text-property-excluding-characters-with-faces): Inline
3652         gnus-put-text-property.
3653
3654         * gnus-spec.el (gnus-default-format-specs): New variable.
3655
3656         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3657         gnus-format-specs.
3658         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3659
3660         * gnus-spec.el (gnus-update-format-specifications): Really check
3661         the Gnus version of the .newsrc.eld file.
3662         (gnus-format-specs): Save the new default summary format.
3663
3664         * gnus-util.el (gnus-parent-id): Check whether references is empty
3665         before splitting.
3666
3667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3668         functions.
3669         (gnus-gather-threads-by-references): Inline
3670         `gnus-split-references'.
3671
3672         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3673         default value of gnus-summary-line-format-spec.
3674
3675 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3678         message.
3679         (nnslashdot-request-list): Ditto.
3680         (nnslashdot-sid-strip): Removed.
3681
3682 2002-01-15  Simon Josefsson  <jas@extundo.com>
3683
3684         * nnimap.el (nnimap-close-asynchronous): Enable.
3685         (nnimap-close-group): Expunge.
3686
3687 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3688
3689         * gnus-util.el (gnus-user-date-format-alist): Typo.
3690         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3691
3692 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3693
3694         * nneething.el (nneething-request-article): Set
3695         `nnmail-file-coding-system' to `binary' locally, in order to read
3696         files without any conversion.
3697
3698 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3699
3700         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3701         nnheader-file-coding-system and nnmail-active-file-coding-system.
3702         (gnus-agent-regenerate-group): Ditto.
3703         (gnus-agent-regenerate): Ditto.
3704         (gnus-agent-write-active): Ditto.
3705         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3706
3707 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3708
3709         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3710         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3711
3712 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3713
3714         * gnus.el: We don't need gnus-article-show-all-headers.
3715
3716         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3717         Ditto.
3718
3719         * gnus-sum.el (gnus-summary-select-article): Don't call
3720         show-all-headers, because hidden headers are not hidden text any
3721         more.
3722
3723 2002-01-13  Simon Josefsson  <jas@extundo.com>
3724
3725         * message.el (message-newline-and-reformat): Use `newline' instead
3726         of inserting \n, so that the newline is marked as hard.
3727
3728         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3729         From Jesper Harder <harder@ifa.au.dk>.
3730
3731 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3732
3733         * imap.el (imap-close): Keep going if quit.
3734
3735         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3736         nntp-server-buffer.
3737
3738 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3741         avoid unbinding shadowed variables.
3742
3743         * gnus-art.el (gnus-picon-databases): Moved here.
3744         (gnus-picons-installed-p): Moved here.
3745         (gnus-article-reply-with-original): Use `mark'.
3746
3747         * gnus.el (gnus-picon): Moved here and renamed.
3748
3749         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3750         installed.
3751         (gnus-treat-mail-picon): Ditto.
3752         (gnus-treat-newsgroups-picon): Ditto.
3753
3754         * gnus-picon.el (gnus-picons-installed-p): New function.
3755
3756 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3757
3758         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3759
3760 2002-01-12  Simon Josefsson  <jas@extundo.com>
3761
3762         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3763         (nnimap-before-find-minmax-bugworkaround): Use it.
3764         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3765         (nnimap-dont-close): New variable.
3766         (nnimap-close-group): Use it.
3767
3768 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-art.el (gnus-article-reply-with-original): Use
3771         `mark-active'.
3772
3773         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3774
3775         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3776         (gnus-score-advanced): Clean up.
3777         (gnus-score-advanced): Accept a multiple of the score.
3778
3779 2002-01-12  Simon Josefsson  <jas@extundo.com>
3780
3781         * flow-fill.el (fill-flowed-display-column)
3782         (fill-flowed-encode-columnq): New variables.  Suggested by
3783         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3784         (fill-flowed-encode, fill-flowed): Use them.
3785
3786         * message.el (message-send-news, message-send-mail): Use
3787         m-b-s-n-p-e-h-n.
3788
3789         * mml.el (autoload): Autoload fill-flowed-encode.
3790         (mml-buffer-substring-no-properties-except-hard-newlines): New
3791         function.
3792         (mml-read-part): Use it.
3793         (mml-generate-mime-1): Encode format=flowed if appropriate.
3794         (mml-insert-mime-headers): Insert format=flowed.
3795
3796         * flow-fill.el (fill-flowed-encode): New function.
3797         (fill-flowed): Bind fill-column to window width.
3798
3799 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3802         it exists.
3803         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3804         (gnus-summary-buffer-name): Don't return the dead name after all.
3805         (gnus-summary-setup-buffer): Kill the dead buffer.
3806
3807         * gnus-art.el (gnus-article-followup-with-original): Store the
3808         value of the mark before deactivating it.
3809
3810 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3813         From: Karl Kleinpaste <karl@charcoal.com>
3814
3815         * gnus-art.el (article-display-x-face): Ditto.
3816         (gnus-article-reply-with-original): Use gnus-region-active-p.
3817         (gnus-article-followup-with-original): Ditto.
3818
3819         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3820         downloadable article either.
3821
3822 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * gnus-art.el (article-display-x-face): Insert From:.
3825
3826         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3827         article. Bind gnus-display-mime-function and
3828         gnus-article-prepare-hook.
3829
3830         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3831         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3832         gnus-agent-possibly-synchronize-flags to the last.
3833         (gnus-agent-go-online): New function. New variable.
3834
3835 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3836
3837         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3838         (gnus-agent-regenerate): Ditto.
3839
3840 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3841
3842         * message.el (message-ignored-news-headers)
3843         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3844         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3845
3846         * gnus.el (gnus-gethash-safe): New macro.
3847
3848         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3849         (gnus-agent-regenerate): Show messages.
3850
3851 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3852
3853         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3854         (gnus-agent-regenerate): New function.
3855         (gnus-agent-save-alist): Sort.
3856         (gnus-agent-copy-nov-line): Test eobp.
3857         (gnus-agent-retrieve-headers): Erase buffer.
3858
3859 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3860
3861         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3862         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3863
3864         * gnus.el (gnus-agent-covered-methods): Move here.
3865         (gnus-online): New function.
3866         (gnus-agent-method-p): Move here.
3867
3868         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3869         nil. Remove articles-alist.
3870
3871         * gnus-start.el (gnus-get-unread-articles): Check online.
3872         (gnus-groups-to-gnus-format): Ditto.
3873         (gnus-active-to-gnus-format): Ditto.
3874
3875         * gnus-agent.el (gnus-agent-get-function): Use it.
3876         (gnus-agent-get-undownloaded-list): Ditto.
3877         (gnus-agent-fetch-session): Only fetch online methods.
3878
3879         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3880         (gnus-server-mode-map): Ditto.
3881         (gnus-server-offline-face): New face.
3882         (gnus-server-offline-face): New variable.
3883         (gnus-server-font-lock-keywords): Add offline.
3884         (gnus-server-insert-server-line): Ditto.
3885         (gnus-server-offline-server): New function.
3886
3887         * gnus-int.el (gnus-open-server): Turn to offline.
3888         (gnus-server-unopen-status): New variable.
3889
3890 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3891
3892         * nnkiboze.el (nnkiboze-request-article): Use
3893         gnus-agent-request-article.
3894
3895         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3896         function. Insert undownloaded NOV.
3897
3898         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3899         (gnus-agent-request-article): New function.
3900
3901         * gnus.el (gnus-agent-cache): New variable.
3902
3903         * gnus-int.el (gnus-retrieve-headers): Use
3904         gnus-agent-retrieve-headers.
3905         (gnus-request-head): Use gnus-agent-request-article.
3906         (gnus-request-body): Ditto.
3907
3908         * gnus-art.el (gnus-request-article-this-buffer): Use
3909         gnus-agent-request-article.
3910
3911         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3912         article if it is undownloaded.
3913
3914 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3917
3918 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * canlock.el (canlock-string-as-unibyte): New macro.
3921         (canlock-sha1-with-openssl): Return a unibyte string.
3922         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3923
3924 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3925
3926         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3927
3928 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3929
3930         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3931         application/x-emacs-lisp.
3932
3933         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3934
3935         * nntp.el (nntp-request-article): Add group parameter.
3936         (nntp-request-head): Ditto.
3937         (nntp-find-group-and-number): Add parameter group. Figure out
3938         number if the status line doesn't give (e.g. quimby.gnus.org).
3939
3940 2002-01-08  Simon Josefsson  <jas@extundo.com>
3941
3942         * mml.el (mml-generate-mime-1): Set recipient correctly.
3943
3944 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3945
3946         * message.el (message-read-from-minibuffer): Add parameter
3947         initial-contents.
3948         * gnus-msg.el (gnus-summary-resend-message): Use it.
3949
3950         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3951         behavior of quit-config.
3952
3953         * message.el (message-make-from): Don't quote fullname.
3954         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3955
3956         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3957         From: <andre@slamdunknetworks.com>
3958
3959 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3962
3963         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3964
3965         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3966         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3967         because bbdb may use it.
3968
3969 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3970
3971         * nneething.el (nneething-request-article): When a non-text file
3972         is converted to an article, its data is encoded in base64.  Call
3973         `nneething-make-head' with options to specify MIME types.
3974         (nneething-make-head): Add optional arguments to specify MIME
3975         types.
3976
3977 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3978
3979         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3980         header if there is not.
3981
3982         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3983
3984         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3985         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3986         (gnus-inews-do-gcc): Use them.
3987
3988         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3989         gnus-newsgroup-unselected.
3990
3991 2002-01-06  Simon Josefsson  <jas@extundo.com>
3992
3993         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3994         condition-case, not ignore-errors.
3995
3996 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3997
3998         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3999         gnus-fetch-old-headers.
4000
4001         * gnus-art.el (article-display-x-face): Use the current buffer
4002         unless `W f'. Otherwise, X-Face may be shown in the header of a
4003         forwarded part.
4004         (gnus-treatment-function-alist): Treat xface before hiding
4005         headers.
4006
4007 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4010         parameters.
4011
4012 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4013
4014         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4015         (mm-guess-charset): New function.
4016         (mm-charset-after): Use it.
4017         (mm-detect-coding-region): New function.
4018         (mm-detect-mime-charset-region): New function.
4019
4020         * gnus-sum.el (gnus-summary-show-article): Use
4021         mm-detect-coding-region.
4022
4023 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * message.el (message-make-fqdn): Be less violent.
4026
4027         * gnus.el (gnus-logo-color-style): Compute custom form
4028         automatically.
4029
4030         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4031         score file of the parent to the document group.
4032
4033         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4034         parameters parameter.
4035
4036         * gnus-score.el (gnus-score-load-file): Clean up.
4037
4038 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4039
4040         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4041         From: Damien Wyart <damien.wyart@free.fr>
4042
4043         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4044
4045 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4046
4047         * gnus-sum.el (gnus-select-group-hook): Typo.
4048
4049         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4050         is no quoted-printable-encoded STRING.
4051         From: Jesper Harder <harder@ifa.au.dk>
4052
4053         (rfc2047-decode-string): Decode it.
4054
4055 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4058
4059 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4060
4061         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4062         buffer to get rid of junk line.
4063
4064 2002-01-05  Simon Josefsson  <jas@extundo.com>
4065
4066         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4067         C-o.
4068         (message-mode-map): Bind message-insert-or-toggle-importance to
4069         C-c C-u.
4070         (message-mode-map): Bind message-disposition-notification-to to
4071         C-c M-n.
4072         (message-mode-menu): Add m-d-n-t.
4073         (message-mode-field-menu): Add m-goto-from.
4074         (message-mode): Doc fix.
4075         (message-goto-from): New function.
4076         (message-insert-disposition-notification-to): New function.
4077         (message-tool-bar-map): Add receipt button.
4078
4079 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-sum.el (gnus-thread-latest-date): New function.
4082         (gnus-thread-sort-by-most-recent-number): Renamed.
4083         (gnus-thread-sort-functions): Doc fix.
4084         (gnus-select-group-hook): Don't use setq on a hook.
4085         (gnus-thread-latest-date): Use date, not number
4086
4087         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4088         (gnus-agent-expire): Allow regexp of expire-days.
4089
4090         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4091         region.
4092         (gnus-article-followup-with-original): Ditto.
4093
4094         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4095
4096         * gnus-art.el (gnus-mime-display-alternative): Use
4097         gnus-local-map-property.
4098         (gnus-mime-display-alternative): Ditto.
4099         (gnus-insert-mime-security-button): Ditto.
4100         (gnus-insert-next-page-button): Ditto.
4101         (gnus-button-prev-page): Take optional args.
4102         (gnus-insert-prev-page-button): widget-convert.
4103
4104         * gnus-util.el (gnus-local-map-property): New function.
4105
4106         * gnus-art.el (gnus-prev-page-map): Use parent map.
4107         (gnus-next-page-map): Ditto.
4108
4109         * gnus-spec.el (gnus-parse-format): Clean up.
4110         (gnus-parse-format): Do complex formatting for %=.
4111
4112         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4113         "X-Face: " to the data in the built-in scenario.
4114
4115         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4116         (gnus-correct-pad-form): Renamed.
4117         (gnus-tilde-max-form): Clean up.
4118         (gnus-pad-form): Use gnus-use-correct-string-widths.
4119
4120         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4121         support if that is available.
4122
4123         * gnus-sum.el (gnus-thread-highest-number): New function.
4124         (gnus-thread-sort-by-most-recent-thread): New function.
4125         (gnus-thread-sort-functions): Doc fix.
4126
4127 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4130         all cases.
4131         (gnus-summary-mode): Enable it in all cases.
4132         (gnus-summary-display-article): Ditto.
4133         (gnus-summary-edit-article): Ditto.
4134
4135         * gnus-ems.el (gnus-put-image): Really return glyph.
4136
4137         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4138         (gnus-treat-smiley): Don't take "P" in the interactive form.
4139
4140 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * compface.el (uncompface): XEmacs and Emacs have differing
4143         capabilities.
4144
4145         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4146
4147         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4148         (gnus-article-xface-ring-size): Removed.
4149         (gnus-article-display-xface): Removed.
4150         (gnus-remove-image): Cleaned up.
4151
4152         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4153         (gnus-xmas-create-image): Take pbm files.
4154         (gnus-x-face): Removed.
4155         (gnus-xmas-article-display-xface): Removed.
4156
4157         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4158         default-enable-multibyte-characters.
4159
4160         * compface.el (uncompface): Doc fix.
4161
4162         * gnus-art.el (gnus-article-x-face-command): Use
4163         gnus-display-x-face-in-from.
4164
4165         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4166
4167         * gnus-ems.el (gnus-put-image): Return the image.
4168
4169         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4170         (gnus-x-face): Moved here.
4171
4172 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4175         invisible if string is nil.
4176         (gnus-xmas-article-display-xface): Use it.
4177
4178         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4179         property when string is nil.
4180         (gnus-article-display-xface): Use it.
4181
4182 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-art.el (article-display-x-face): Check whether valid grey
4185         face was returned.
4186         (article-display-x-face): Place image in the right spot.
4187
4188         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4189         stderr.
4190         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4191
4192 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4195         parameters.
4196         (gnus-xmas-put-image): Allow non-strings to be passed.
4197
4198         * gnus-art.el (article-display-x-face): Use optional parameters.
4199
4200         * gnus-ems.el (gnus-create-image): Take optional parameters.
4201
4202         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4203
4204         * compface.el (compface-xbm-p): Removed.
4205
4206         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4207         (gnus-article-display-xface): Use compface.
4208
4209         * compface.el: New file.
4210
4211         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4212         (gnus-convert-image-to-x-face-command): Ditto.
4213         (gnus-random-x-face): Quote argument.
4214         (gnus-x-face-from-file): Ditto.
4215
4216 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4217
4218         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4219         the expire-group parameter once per article rather than once
4220         per group; bind `nnmaildir-article-file-name' and `article'
4221         for convenience.  Leave article alone when expire-group
4222         specifies the current group.
4223         (nnmaildir--update-nov): be more concurrency-friendly with
4224         temp file names.
4225
4226 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * gnus-start.el (gnus-read-init-file): Cleaned up.
4229
4230 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4231
4232         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4233         (gnus-read-init-file): Don't use it.
4234
4235 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4238
4239 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4240
4241         * gnus-start.el (gnus-read-init-file): Don't force coding system
4242         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4243
4244 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4247         * nnspool.el (nnspool-request-post): Ditto.
4248
4249         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4250         (mm-find-mime-charset-region): Use it.
4251
4252 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4253
4254         * gnus.el (gnus-summary-line-format): Added :link.
4255         * gnus-topic.el (gnus-topic-line-format): Ditto.
4256         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4257         * gnus-srvr.el (gnus-server-line-format): Ditto.
4258         * gnus-group.el (gnus-group-line-format): Ditto.
4259
4260         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4261         :keys, it works on both Emacsen.
4262
4263 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4264
4265         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4266
4267 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4270
4271 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4272
4273         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4274         very wide reply.
4275
4276 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4279         (gnus-picon-cache): New variable.
4280         (gnus-picon-transform-newsgroups): Cache stuff.
4281
4282         * gnus-art.el (gnus-article-reply-with-original): New command.
4283         (gnus-article-followup-with-original): New command.
4284
4285         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4286         END parameters.
4287         (gnus-summary-followup): Take a list of list of articles.
4288         (gnus-inews-yank-articles): Allow lists of article/regions.
4289
4290         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4291         longer the usual commands.
4292
4293         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4294         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4295         shell-command-on-region.
4296
4297 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4298
4299         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4300           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4301
4302 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4303
4304         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4305         understand ':keys', wrap it in an featurep 'xemacs.
4306
4307 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4310         order of headers (Actually, it is called in a reversed order). Add
4311         'gnus-image-text-deletable property.
4312         (gnus-remove-image): Remove text with such a property.
4313
4314         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4315         gnus-put-image.
4316
4317         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4318         with ", "
4319
4320 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4323
4324         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4325         (article-display-x-face): Display grey X-Faces.
4326
4327         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4328         (gnus-convert-gray-x-face-to-ppm): Ditto.
4329         (gnus-convert-image-to-gray-x-face): Ditto.
4330
4331         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4332         gnus-summary-show-raw-article.
4333
4334 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4335
4336         Display picons in XEmacs without showing text.
4337
4338         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4339         mm-create-image-xemacs to create xbm glyph, because it deletes
4340         temporary files.
4341         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4342         (gnus-xmas-remove-image): Make text visible, remove glyph.
4343
4344         * gnus-picon.el (gnus-picon-transform-newsgroups)
4345         (gnus-picon-transform-address): Insert spec backward, due to the
4346         incompatibility of gnus-xmas-put-image.
4347
4348 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4349
4350         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4351
4352 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * gnus.el: Doc fix.
4355
4356         * gnus-art.el: Doc fix.
4357
4358         * gnus-agent.el: Doc fix.
4359
4360 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4361
4362         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4363
4364 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4365
4366         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4367         NOV data out of the message again if nnmail-extra-headers has
4368         changed.
4369
4370 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-fun.el: New file.
4373         (gnus-convert-image-to-x-face-command): New variable.
4374         (gnus-insert-x-face): New function.
4375         (gnus-random-x-face): Renamed.
4376         (gnus-x-face-from-file): Renamed.
4377
4378         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4379         "_".
4380         (gnus-body-boundary-delimiter): Typo fix.
4381
4382 2002-01-02  Simon Josefsson  <jas@extundo.com>
4383
4384         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4385         (gnus-body-boundary-delimiter): Fix type.
4386
4387 2002-01-01  Simon Josefsson  <jas@extundo.com>
4388
4389         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4390         (gnus-treat-emphasize, gnus-treat-strip-cr)
4391         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4392         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4393         (gnus-treat-fill-article, gnus-treat-hide-citation)
4394         (gnus-treat-hide-citation-maybe)
4395         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4396         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4397         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4398         (gnus-treat-date-ut, gnus-treat-date-local)
4399         (gnus-treat-date-english, gnus-treat-date-lapsed)
4400         (gnus-treat-date-original, gnus-treat-date-iso8601)
4401         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4402         (gnus-treat-strip-trailing-blank-lines)
4403         (gnus-treat-strip-leading-blank-lines)
4404         (gnus-treat-strip-multiple-blank-lines)
4405         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4406         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4407         (gnus-treat-display-xface, gnus-treat-display-smileys)
4408         (gnus-treat-from-picon, gnus-treat-mail-picon)
4409         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4410         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4411         (gnus-treat-play-sounds, gnus-treat-translate)
4412         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4413
4414         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4415         (gnus-article-treat-body-boundary): Use it.
4416
4417         * message.el (message-mode): Fix doc.
4418         (message-mode-menu): Fix names.
4419
4420 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4423         articles.
4424
4425         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4426         (gnus-picon-transform-address): Search for unknown faces as well.
4427         (gnus-picon-find-face): Don't search "news" for MISC.
4428         (gnus-picon-user-directories): Changed default back to exclude
4429         "unknown".
4430
4431         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4432
4433         * gnus-picon.el (gnus-picon-find-face): Search through all
4434         databases.
4435         (gnus-picon-find-face): New implementation.
4436
4437         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4438         keystroke.
4439         (gnus-topic-goto-next-topic): Ditto.
4440
4441         * gnus.el (gnus-summary-line-format): Changed default.
4442
4443         * nnmail.el (nnmail-extra-headers): Change default.
4444
4445         * gnus-sum.el (gnus-extra-headers): Change default.
4446
4447         * message.el (message-news-other-window): Changed "news" to
4448         "posting".
4449         (message-news-other-frame): Ditto.
4450         (message-do-send-housekeeping): Ditto.
4451
4452         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4453         function.
4454         (gnus-article-unread-p): New function.
4455         (gnus-article-unseen-p): New function.
4456         (gnus-dead-summary-mode-map): Typo.
4457
4458         * gnus-util.el (gnus-make-predicate): New function.
4459         (gnus-make-predicate-1): New function.
4460
4461         * gnus-sum.el: New function.
4462         (gnus-map-articles): New function.
4463
4464         * gnus-art.el (gnus-treat-fold-headers): New variable.
4465         (gnus-article-treat-fold-headers): New command and keystroke.
4466
4467         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4468         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4469
4470 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * message.el (message-fcc-externalize-attachments): New variable.
4473         (message-do-fcc): Use it.
4474
4475         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4476         (gnus-inews-do-gcc): Use it.
4477
4478         * mml.el (mml-tweak-sexp-alist): New variable.
4479         (mml-externalize-attachments): New variable.
4480         (mml-tweak-part): Use mml-tweak-sexp-alist.
4481         (mml-tweak-externalize-attachments): New function.
4482
4483 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4484
4485         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4486         'set-glyph-face' so x-face back/foreground can be set.
4487
4488 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4489
4490         * message.el (message-fix-before-sending): Fix a typo.
4491
4492 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * gnus-art.el (gnus-treat-smiley): Renamed command.
4495         (gnus-article-remove-images): New command and keystroke.
4496
4497         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4498
4499         * smiley-ems.el (gnus-smiley-display): Removed.
4500
4501         * gnus.el (gnus-version-number): Update version.
4502
4503         * message.el (message-text-with-property): Renamed and moved
4504         here.
4505         (message-fix-before-sending): Highlight invisible text and place
4506         point there.
4507
4508 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4509
4510         * gnus.el: Oort Gnus v0.04 is released.
4511
4512 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4515
4516         * gnus-art.el (gnus-ignored-headers): More headers,
4517
4518         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4519         of `scan-error', since XEmacs doesn't seem to support that.
4520
4521 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4524         arg.
4525         (gnus-summary-best-unread-subject): Ditto.
4526         (gnus-summary-best-unread-subject): No, don't.
4527         (gnus-summary-better-unread-subject): New command.
4528
4529         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4530
4531         * lpath.el ((featurep 'xemacs)): fbind url function.
4532
4533         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4534         buffer.
4535         (gnus-xmas-remove-image): Implementation that does something.
4536         (gnus-xmas-article-display-xface): Mark images properly.
4537
4538         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4539
4540 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4541
4542         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4543
4544 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-group.el (gnus-group-line-format): Added %O to the default
4547         value.
4548
4549         * gnus-util.el (gnus-text-with-property): The smallest point is
4550         point-min.
4551
4552         * smiley-ems.el (smiley-region): Return images.
4553         (gnus-smiley-display): Allow toggling.
4554         (smiley-region): Use text properties, not overlays.
4555
4556         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4557         implemented yet.
4558
4559         * smiley-ems.el (smiley-update-cache): Check for valid types.
4560
4561         * gnus-art.el (gnus-with-article-buffer): New macro.
4562
4563         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4564         strings as well as the glyphs.
4565         (gnus-picon-transform-address): Ditto.
4566         (gnus-picon-insert-glyph): Ditto.
4567         (gnus-picon-transform-newsgroups): Toggle.
4568         (gnus-picon-transform-address): Toggle.
4569
4570         * gnus-ems.el (gnus-remove-image): New function.
4571         (gnus-put-image): Take an optional string.
4572
4573         * gnus-util.el (gnus-text-with-property): New function.
4574
4575         * gnus-art.el (gnus-delete-images): New function.
4576
4577         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4578
4579         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4580         (gnus-article-wash-status): Use it.
4581         (gnus-signature-toggle): Clean up.
4582         (gnus-add-wash-status): New function.
4583         (gnus-delete-wash-status): New function.
4584         (gnus-article-hide-text-type): Use them throughout.
4585         (gnus-add-image): New function.
4586
4587         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4588
4589         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4590         interface.
4591
4592         * gnus-art.el (article-display-x-face): Cleaned up.
4593
4594         * rfc2047.el (rfc2047-field-value): New function.
4595
4596         * mail-parse.el (mail-header-field-value): New alias.
4597
4598         * gnus-art.el (gnus-mime-print-part): Fix typos.
4599
4600         * smiley-ems.el (gnus-smiley-file-types): New variable.
4601         (smiley-update-cache): Use it.
4602         (smiley-regexp-alist): Suffix-less smiley names.
4603         (smiley-regexp-alist): Added more smileys.
4604
4605         * gnus-sum.el (gnus-print-buffer): Made into own function.
4606         (gnus-summary-print-article): Use it.
4607
4608         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4609         looked for when REQUEST is a string.
4610
4611         * gnus-art.el (gnus-mime-button-commands): Add printing
4612         keystroke.
4613         (gnus-mime-copy-part): Doc fix.
4614         (gnus-mime-print-part): New command.
4615
4616 2001-12-31  Simon Josefsson  <jas@extundo.com>
4617
4618         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4619         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4620
4621 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4622
4623         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4624         (picon): Fix doc.
4625
4626         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4627         longer exists. Remove those codes.
4628         * gnus.el (gnus-use-picons): Ditto.
4629
4630 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4633         infloop.
4634
4635         * gnus-sum.el (t): New `W D' map.
4636
4637         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4638         (gnus-article-treat-body-boundary): Clean up.
4639         (gnus-body-boundary-face): Removed.
4640         (gnus-article-goto-header): Moved here.
4641         (gnus-article-goto-header): Allow better regexps.
4642         (gnus-article-treat-fold-newsgroups): New command.
4643
4644         * gnus-sum.el (gnus-summary-move-article): We have to select an
4645         article to give `gnus-read-move-group-name' an opportunity to
4646         suggest an appropriate default.
4647
4648         * rfc2047.el (rfc2047-fold-line): New function.
4649         (rfc2047-unfold-line): Ditto.
4650         (rfc2047-fold-region): Don't fold just after the header name.
4651
4652         * mail-parse.el (mail-header-fold-line): New alias.
4653         (mail-header-unfold-line): Ditto.
4654
4655         * gnus-art.el (gnus-body-boundary-face): Renamed.
4656         (gnus-article-treat-body-boundary): Use it.
4657         (gnus-article-treat-body-boundary): Use an invisible header and a
4658         line of underline characters.
4659
4660 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4661
4662         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4663
4664         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4665         (gnus-picon-split-address): New function.
4666         (gnus-picon-find-face): Use it.
4667         (gnus-picon-transform-address): Use it. Set first to t for each
4668         address.
4669
4670         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4671         the macro then use it.
4672         (gnus-treatment-function-alist): Treat picons earlier.
4673
4674 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-art.el (gnus-body-separator-face): New variable.
4677         (gnus-article-treat-body-boundary): Use a blank, colored line.
4678
4679         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4680         well.
4681
4682         * gnus-art.el (gnus-treat-body-boundary): New variable.
4683         (gnus-article-treat-unfold-headers): Use helper macro.
4684         (gnus-article-treat-body-boundary): New command.
4685
4686         * gnus.el (gnus-logo-color-style): Change the default color.
4687         (gnus-splash-face): Gray, gray.
4688
4689         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4690         colors.
4691
4692         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4693         (gnus-logo-color-style): Ditto.
4694         (gnus-logo-colors): Ditto.
4695
4696         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4697
4698         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4699
4700         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4701         (gnus-picon-transform-newsgroups): New function.
4702
4703         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4704         string.
4705
4706         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4707
4708         * gnus-art.el (gnus-treat-cc-picon): New variable.
4709         (gnus-treat-mail-picon): Renamed.
4710
4711         * gnus-picon.el: New implementation.
4712         (gnus-picon-find-face): Renamed.
4713         (gnus-treat-from-picon): Use it.
4714         (gnus-picon-transform-address): Renamed.
4715         (gnus-treat-from-picon): Use it.
4716         (gnus-picon-create-glyph): Renamed.
4717         (gnus-picon-transform-address): Use it.
4718         (gnus-treat-cc-picon): New command.
4719
4720         * mm-decode.el (mm-create-image-xemacs): Separated out into
4721         function.
4722         (mm-get-image): Use it.
4723
4724         * gnus-art.el (gnus-treat-display-picons): Simplify.
4725         (gnus-treat-from-picon): Renamed.
4726
4727         * gnus-ems.el (gnus-create-image): New function.
4728         (gnus-put-image): New function.
4729
4730         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4731         (gnus-with-article-headers): New macro.
4732         (gnus-article-goto-header): New function.
4733
4734         * gnus-xmas.el (gnus-image-type-available-p): New function.
4735
4736         * gnus-ems.el (gnus-image-type-available-p): New function.
4737
4738 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * nnrss.el (nnrss-check-group): Find the correct tag, because
4741         xml.el is changed.
4742
4743 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4746         lines are shorter than the window width.
4747         (gnus-ignored-headers): More headers.
4748
4749 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4752         (gnus-treat-unfold-headers): Renamed.
4753         (gnus-article-treat-unfold-headers): New command and keystroke.
4754
4755         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4756
4757         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4758
4759 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * sha1-el.el (sha1-use-external): New variable.
4762         (sha1-region): Use it.
4763         (sha1-string): Ditto.
4764
4765         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4766         * gnus-picon.el: Less warnings when compile.
4767
4768 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4771         alias.
4772         (gnus-picons-database): Default to list.
4773         (gnus-picons-lookup-internal): Use it.
4774
4775         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4776         to "bogus".
4777
4778         * gnus-win.el (gnus-configure-windows-hook): New hook.
4779
4780 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4781
4782         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4783
4784 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4787         lists.
4788         (gnus-select-newsgroup): Don't append; push.
4789         (gnus-adjust-marked-articles): Remove obsolete ranges from
4790         `seen'.
4791         (gnus-update-marks): Clean up.
4792         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4793
4794 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4795
4796         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4797
4798 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus-sum.el (gnus-auto-select-subject): New variable.
4801         (gnus-summary-best-unread-subject): New function.
4802         (gnus-summary-best-unread-article): Use it.
4803         (gnus-summary-first-unseen-subject): New function and command.
4804
4805         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4806         other treatments.
4807
4808         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4809         function.
4810
4811         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4812         from the list of hidden types.
4813
4814         * mm-view.el (mm-inline-text): Ditto.
4815         (mm-inline-text): Ditto.
4816         (mm-w3-prepare-buffer): Ditto.
4817
4818         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4819
4820 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-art.el (gnus-ignored-headers): Added more headers.
4823
4824 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4825
4826         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4827         once.
4828
4829 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4832
4833 2001-12-28  Simon Josefsson  <jas@extundo.com>
4834
4835         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4836         Jesper Harder <harder@ifa.au.dk>.
4837
4838 2001-12-27  Simon Josefsson  <jas@extundo.com>
4839
4840         * gnus-sum.el (gnus-select-newsgroup): Make
4841         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4842         contain all articles (instead of none) when no seen marks have
4843         been set for the group.
4844         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4845         instead, it seems to result in shorter ranges.
4846
4847 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4848
4849         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4850         insert-before-markers.
4851         From Jesper Harder <harder@ifa.au.dk>
4852
4853 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4854
4855         * nnmaildir.el (nnmaildir-save-mail): create the destination
4856         groups if they do not exist.
4857
4858 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4861
4862 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4863
4864         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4865         gnus-group-real-name.
4866
4867         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4868         (gnus-newsgroup-variables): Ditto.
4869
4870         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4871         return it.
4872
4873 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4874
4875         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4876         * nnmaildir.el (top-level): Add commentary.
4877         (nnmaildir-version): Indicate that nnmaildir is now a standard
4878         part of Gnus, not separately released.
4879
4880 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4883         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4884         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4885         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4886
4887 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4888
4889         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4890
4891 2001-12-20  Simon Josefsson  <jas@extundo.com>
4892
4893         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4894         ZHU <zsh@cs.rochester.edu>.
4895         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4896         Brian P Templeton <bpt@tunes.org>.
4897
4898 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4899
4900         * nnmaildir.el: New file.
4901         From Paul Jarc <prj@po.cwru.edu>.
4902
4903 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4904
4905         * nndoc.el (nndoc-type-alist): Move forward to the end.
4906
4907 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4910         `dolist'.
4911
4912 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * gnus-win.el (gnus-frames-on-display-list): New function.
4915         (gnus-get-buffer-window): Use it.
4916
4917 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4920
4921 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4922
4923         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4924
4925 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4926            From Harald Meland <Harald.Meland@usit.uio.no>
4927
4928         * gnus-win.el (gnus-get-buffer-window): New function.
4929         (gnus-all-windows-visible-p): Use it.
4930
4931         * gnus-util.el (gnus-horizontal-recenter)
4932         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4933         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4934
4935         * gnus-score.el (gnus-score-insert-help): Use it.
4936
4937         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4938         (gnus-generate-tree, gnus-highlight-selected-tree)
4939         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4940         it.
4941
4942         * gnus-art.el (gnus-article-set-window-start)
4943         (gnus-mm-display-part, gnus-request-article-this-buffer)
4944         (gnus-button-next-page, gnus-button-prev-page)
4945         (gnus-article-button-next-page, gnus-article-button-prev-page):
4946         Use it.
4947
4948 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4949
4950         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4951         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4952         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4953
4954 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4955
4956         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4957         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4958         * mml1991.el, nnultimate.el: Add `coding'.
4959
4960 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4961
4962         * ChangeLog: changed coding to buffer-file-coding-system
4963         * ChangeLog.1: same
4964         * nnwfm.el: same
4965         * gnus-smiley.el: same
4966         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4967         * gnus-delay.el: same
4968         * gnus-spec.el: same
4969         * message.el: same
4970         * mml1991.el: same
4971         * nnultimate.el: same
4972
4973 2001-12-16  Simon Josefsson  <jas@extundo.com>
4974         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4975
4976         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4977         (gnus-summary-save-map): Add muttprint.
4978         (gnus-summary-make-menu-bar): Ditto.
4979         (gnus-summary-muttprint): New function.
4980
4981         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4982
4983 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4984
4985         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4986         temporary list instead of buffer.
4987
4988         * mm-url.el (executable-find): autoload.
4989
4990 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4991
4992         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4993         to variable, follow doc-string conventions).
4994
4995 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4996
4997         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4998         subscribe-level
4999         * gnus-topic.el (gnus-subscribe-topics): use it.
5000
5001 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5004         messages. (A small patch with indentation)
5005         From Sean Neakums <sneakums@zork.net>.
5006
5007         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5008         nil after shooting down the gnus-original-article-buffer.
5009
5010 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5011
5012         * uudecode.el (uudecode-use-external): New variable.
5013         (uudecode-decode-region): Automatically detect external program.
5014
5015         * binhex.el (binhex-use-external): New variable.
5016         (binhex-decode-region-internal): New function.
5017         (binhex-decode-region): Automatically detect external program.
5018
5019         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5020         Use them.
5021
5022 2001-12-12  Simon Josefsson  <jas@extundo.com>
5023
5024         * nnvirtual.el (nnvirtual-always-rescan)
5025         (nnvirtual-component-regexp): Fix doc.
5026
5027         * nnoo.el (defvoo): Add doc to defvoo variables.
5028
5029         * nnml.el (nnml-directory, nnml-active-file)
5030         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5031         (nnml-marks-is-evil, nnml-filenames-are-evil)
5032         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5033
5034         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5035         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5036         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5037         `error'.
5038
5039         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5040         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5041
5042         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5043         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5044         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5045         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5046
5047         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5048         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5049
5050         * imap.el, nnimap.el: Fix indentation.
5051
5052         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5053
5054 2001-12-12  Didier Verna  <didier@xemacs.org>
5055
5056         * gnus-msg.el (gnus-group-news): New function.
5057         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5058         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5059         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5060         for it.
5061         * gnus-msg.el (gnus-summary-news-other-window): New function.
5062         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5063         bind it to `i'.
5064         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5065         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5066         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5067         for it (called with a prefix).
5068         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5069         group-name argument.
5070         * gnus-msg.el (gnus-setup-message): use it.
5071
5072 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5073
5074         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5075
5076 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * mml.el (mime-to-mml): Remove Content-Disposition too.
5079
5080 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5083         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5084         strings only.
5085         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5086
5087 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5088
5089         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5090         (nnmail-fancy-expiry-target): Use it.
5091         Suggestions from Simon Josefsson <jas@extundo.com>.
5092
5093 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5096
5097 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5100
5101         * gnus-util.el (gnus-url-unhex-string): Move here.
5102
5103 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5106         mm-url-decode-entities-nbsp.
5107
5108         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5109         * webmail.el, nnwfm.el: Use mm-url.
5110
5111         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5112         (mm-url-remove-markup): Move from nnweb.
5113         (mm-url-fetch-simple): Move from webmail.
5114
5115         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5116
5117 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5118
5119         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5120         (gnus-summary-print-article): Use it.
5121
5122         * gnus-util.el (gnus-replace-in-string): Typo.
5123
5124 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5125
5126         * nnweb.el (nnweb-replace-in-string): Removed.
5127
5128         * gnus-util.el (gnus-replace-in-string): New function.
5129         (gnus-mode-string-quote): Use it.
5130
5131         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5132         * nnwfm.el (nnwfm-create-mapping): Ditto.
5133
5134 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * dgnushack.el (dgnushack-compile): nnrss.el and
5137         nnslashdot.el don't depend on nnweb, url, w3.
5138
5139         * nnrss.el: Use mm-url.
5140
5141 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * mm-url.el (mm-url-insert-file-contents): Support file:.
5144
5145 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5146
5147         * mm-view.el: Lower case for the description line. Sync from the
5148         Emacs CVS.
5149
5150 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5153         From:  Stefan Monnier  <monnier@cs.yale.edu>
5154
5155 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5158
5159 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * mm-url.el: Require executable.
5162         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5163
5164 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * pop3.el (pop3-munge-message-separator): Only use valid date.
5167         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5168
5169         * Makefile.in: gnus-load.elc may not be generated.
5170
5171 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * mm-url.el: New file.
5174         * nnslashdot.el: Use it.
5175         * mm-extern.el (mm-extern-url): Use it.
5176
5177 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5178
5179         * gnus-sum.el (gnus-summary-save-article): Nix
5180         gnus-display-mime-function and gnus-article-prepare-hook.
5181
5182         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5183         the beginning of lines.
5184         (gnus-complex-form-to-spec): Ditto.
5185
5186 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5189         From Paul Jarc <prj@po.cwru.edu>.
5190
5191 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5192
5193         * message.el: New variable message-subscribed-address-file;
5194         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5195
5196 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5197
5198         * message.el (message-tab-body-function): Set to nil.
5199         (message-tab): Use text-mode-map or global-map.
5200         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5201
5202 2001-11-30  Simon Josefsson  <jas@extundo.com>
5203
5204         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5205         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5206         <christoph.conrad@gmx.de>.
5207         (gnus-agent-fetch-group-1): Add verbose message.
5208
5209 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5212         of integers.
5213
5214 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5215
5216         * message.el (message-newgroups-header-regexp)
5217         (message-completion-alist, message-tab-body-function): Use
5218         defcustom rather than defvar.
5219         (message-tab): Mention `message-tab-body-function' in doc.
5220         Suggested by Karl Eichwalder.
5221
5222 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5225
5226 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5227
5228         * nnheader.el (nnheader-find-nov-line): Don't use macro
5229         gnus-delete-line.
5230
5231         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5232         (gnus-group-name-charset): Ditto.
5233
5234         * gnus-util.el (gnus-buffer-live-p): Ditto.
5235
5236 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5239         open parenthesis in doc.
5240         (sieve-manage-authenticator-alist): Typo in doc.
5241         * imap.el (imap-authenticator-alist): Typo in doc.
5242         (imap-stream-alist): Backslash.
5243
5244         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5245           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5246
5247 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5248
5249         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5250
5251         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5252
5253         * gnus-msg.el (gnus-configure-posting-styles): use
5254         make-local-hook. Add LOCAL for add-hook.
5255
5256 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5257
5258         * message.el (message-mode): Use `make-local-hook' unless
5259         obsolete.
5260         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5261
5262 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * canlock.el: Remove sha1.el and base64.el stuff.
5265
5266 2001-11-26  Didier Verna  <didier@xemacs.org>
5267
5268         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5269         if needed.
5270
5271 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * message.el (message-tamago-not-in-use-p): New function.
5274         (message-strip-forbidden-properties): Use it.
5275
5276 2001-11-26  Didier Verna  <didier@xemacs.org>
5277
5278         * gnus-start.el (gnus-check-first-time-used): only check for
5279         existence of .el[d] files.
5280
5281 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5284
5285         * message.el (message-setup-1): Clean up mc-*.
5286
5287 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5290         * gnus-score.el (gnus-score-find-bnews): Use it.
5291
5292         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5293         (gnus-summary-limit-to-author): Ditto.
5294         (gnus-summary-limit-to-extra): Ditto.
5295         (gnus-summary-find-matching): Support not-matching argument.
5296
5297 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5298
5299         * message.el (message-wash-subject): Use `insert' rather than
5300         `insert-string', which is deprecated.
5301
5302 2001-11-24  Simon Josefsson  <jas@extundo.com>
5303
5304         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5305         message. (Gnus does not "default" to using 8bit for the message,
5306         it default to use 8bit encoding and the user-supplied CTE
5307         value. Calling this behaviour "treating it as 8bit" is perhaps
5308         better.)
5309
5310         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5311         (compare mm-charset-to-coding-system).
5312
5313 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5316         buffer. Correctly decode hex.
5317
5318 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5319
5320         * gnus-agent.el (gnus-category-insert-line): Convert category
5321         names to strings.
5322
5323 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * message.el (sha1): eval-and-compile.
5326
5327 2001-11-20  Simon Josefsson  <jas@extundo.com>
5328
5329         * message.el (message-allow-no-recipients): New variable.
5330         (message-send): Use it, customize the prompting when posting to
5331         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5332
5333 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5334
5335         * mm-util.el (mm-coding-system-priorities): New variable.
5336         (mm-sort-coding-systems-predicate): New function.
5337         (mm-find-mime-charset-region): Resort coding systems if needed.
5338         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5339
5340 2001-11-20  Didier Verna  <didier@xemacs.org>
5341
5342         * gnus-group.el (gnus-group-make-help-group): new optional
5343         argument to control the error behavior.
5344         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5345         erroring.
5346
5347 2001-11-19  Simon Josefsson  <jas@extundo.com>
5348
5349         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5350         instead of C-c C-u.  Suggested by Per Abrahamsen
5351         <abraham@dina.kvl.dk>.
5352
5353 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5354
5355         * nnfolder.el (nnfolder-read-folder): Use group instead of
5356         nnfolder-current-group.
5357         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5358
5359 2001-11-17  Simon Josefsson  <jas@extundo.com>
5360
5361         * message.el (message-send): Ask user if Fcc/Gcc should be
5362         performed when no other sender was specified.
5363         Suggested by prj@po.cwru.edu (Paul Jarc).
5364
5365 2001-11-17  Simon Josefsson  <jas@extundo.com>
5366
5367         * message.el (message-mode, message-mode-map): Use C-c C-u for
5368         Importance: instead of C-c C-p (used by SC).
5369
5370 2001-11-16  Simon Josefsson  <jas@extundo.com>
5371
5372         * message.el (message-insert-importance-high)
5373         (message-insert-importance-low): Save point.
5374
5375         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5376         value.
5377
5378 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5379
5380         * message.el (message-strip-special-text-properties): New option.
5381         (message-strip-forbidden-properties): Obey it.
5382
5383 2001-11-14  Sam Steingold  <sds@gnu.org>
5384
5385         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5386
5387 2001-11-15  Simon Josefsson  <jas@extundo.com>
5388
5389         Support "Importance:" header in Message.
5390
5391         * message.el (message-mode-map): Bind C-c C-p to
5392         `message-insert-or-toggle-importance'
5393         (message-mode-menu): Add message-insert-importance-{high,low}.
5394         (message-insert-importance-high, message-insert-importance-low)
5395         (message-insert-or-toggle-importance): New functions.
5396         (message-tool-bar-map): Add {un,}important.
5397         (message-mode): Doc fix.
5398
5399 2001-11-15  Simon Josefsson  <jas@extundo.com>
5400
5401         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5402
5403         * mml.el (mml-menu): Fix toolbar tooltip.
5404
5405 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5406
5407         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5408         * nnml.el (nnml-save-marks): Ditto.
5409
5410         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5411
5412 2001-11-15  Simon Josefsson  <jas@extundo.com>
5413
5414         * nnml.el (nnml-save-marks):
5415         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5416         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5417
5418 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5419
5420         * gnus-art.el (gnus-article-wash-status-strings): Use
5421         `copy-sequence', not `copy-seq'.
5422
5423 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5424
5425         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5426         (gnus-gnus-article-wash-status-entry): New function.
5427         (gnus-article-wash-status): Use it.
5428
5429 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5430
5431         * mml1991.el: Add coding header.
5432
5433 2001-11-12  Simon Josefsson  <jas@extundo.com>
5434
5435         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5436         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5437         `mml1991-sign' and `mml1991-encrypt'.
5438         (mml1991-encrypt, mml1991-sign): New glue functions.
5439         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5440
5441         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5442         (mml-menu): Add PGP to menu.
5443
5444         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5445         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5446         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5447         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5448
5449         * mml2015.el: Mention RFC 3156.
5450
5451         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5452
5453 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5456
5457         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5458           From <Michael.Cook@cisco.com>
5459
5460 2001-11-11  Simon Josefsson  <jas@extundo.com>
5461
5462         * message.el (top-level): Autoload sha1.
5463         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5464         canlock, no need to require two different hash algs).  Suggested
5465         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5466
5467 2001-11-09  Simon Josefsson  <jas@extundo.com>
5468
5469         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5470         <Pavel@Janik.cz>.
5471
5472 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5473
5474         * message.el (message-point-in-header-p): New function.
5475         (message-do-auto-fill): Use it.
5476         (message-beginning-of-line): New function.  Goes to beginning of
5477         header value (i.e., end of header name), or to beginning of line
5478         if already at beginning of value.  Behaves like
5479         `beginning-of-line' when in message body.
5480         (message-mode-map): Bind it.
5481
5482 2001-11-08  Simon Josefsson  <jas@extundo.com>
5483
5484         * gnus-msg.el (gnus-posting-styles): Add doc.
5485
5486 2001-11-07  Simon Josefsson  <jas@extundo.com>
5487
5488         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5489
5490         * sieve-mode.el (sieve-control-commands-face)
5491         (sieve-control-commands-face, sieve-action-commands-face)
5492         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5493         faces.
5494         (sieve-font-lock-keywords): Use them.
5495         (sieve-mode): Only set font-lock-defaults in emacs.
5496
5497         * gnus-art.el (gnus-default-article-saver): Add
5498         gnus-summary-save-body-in-file.
5499         (gnus-summary-write-to-file): Fix doc.
5500
5501 2001-11-07  Simon Josefsson  <jas@extundo.com>
5502
5503         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5504         reference to the correct chapter in the manual.
5505
5506         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5507         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5508
5509 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5510
5511         * mml.el (mml-preview): Bind mail-header-separator.
5512
5513 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * message.el: Always require canlock.
5516         (message-ignored-supersedes-headers): Include Cancel-Lock and
5517         Cancel-Key.
5518         (message-insert-canlock): Don't require canlock.
5519         (message-cancel-news): Don't check whether canlock is available.
5520         (message-supersede): Support cancel-locks.
5521
5522         * gnus-art.el: Don't autoload canlock.
5523
5524 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5525
5526         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5527         From: <andre@slamdunknetworks.com>
5528
5529 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5530
5531         * many files: Fix copyright lines.
5532
5533 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5536         Suggested by Dave Love  <fx@gnu.org>.
5537
5538 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5539
5540         * message.el (message-kill-buffer): Remove auto-save file after
5541         confirm.
5542
5543         * message.el (message-send-mail): Call message-generate-headers
5544         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5545
5546         * gnus-topic.el (gnus-topic-rename): Initial-input.
5547         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5548
5549 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5550
5551         * message.el (message-forbidden-properties): New constant.
5552         (message-strip-forbidden-properties): New function.
5553         (message-mode): Activate it.
5554
5555 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5556
5557         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5558         (mm-hack-charsets): Fix doc.
5559
5560 2001-11-02  Simon Josefsson  <jas@extundo.com>
5561
5562         * gnus-int.el (gnus-check-server): Message "...done" when done.
5563
5564         * imap.el (imap-close): Don't message (imap-send-command-wait
5565         returns if the connection is dropped).
5566         (imap-wait-for-tag): Nix out message only when necessary.
5567
5568         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5569         for non-crossposting.
5570         (gnus-sieve-crosspost): Default to t to be consistent with other
5571         parts of Gnus.
5572
5573 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5574
5575         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5576         (mm-iso-8859-x-to-15-table): Ditto.
5577         (mm-iso-8859-x-to-15-region): Ditto.
5578         (mm-find-mime-charset-region): Ditto.
5579
5580 2001-11-01  Simon Josefsson  <jas@extundo.com>
5581
5582         * nnimap.el (nnimap-close-asynchronous): New variable.
5583         (nnimap-close-group): Use it.
5584         (nnimap-expunge): Don't use it.
5585
5586         * imap.el (imap-callbacks): New variable.
5587         (imap-remassoc): Copied from `gnus-remassoc'.
5588         (imap-add-callback): New function.
5589         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5590         behaviour.
5591         (imap-parse-response): Call the callback.
5592
5593         * message.el (message-insert-canlock): New variable.
5594         (message-canlock-generate, message-canlock-password)
5595         (message-insert-canlock): New functions.
5596         (message-send-news): Call `message-insert-canlock'.
5597         (top-level): Require canlock when compiling.
5598         (message-insert-canlock): Require canlock before we need it.
5599
5600 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5601
5602         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5603
5604 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5605
5606         * dgnushack.el (dgnushack-make-load): A workaround for
5607         custom-add-loads bug in some versions of XEmacs.
5608
5609 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5610
5611         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5612
5613 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5616         (mm-hack-charsets): New variable.
5617         (mm-iso-8859-15-compatible): New variable.
5618         (mm-iso-8859-x-to-15-table): New variable.
5619         (mm-find-mime-charset-region): Add parameter hack-charsets.
5620
5621         * mm-bodies.el (mm-encode-body): Use it.
5622         * mml.el (mml-parse-1): Ditto.
5623
5624 2001-11-01  Simon Josefsson  <jas@extundo.com>
5625
5626         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5627
5628 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5629
5630         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5631         is nil.
5632
5633 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634
5635         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5636
5637         * message.el (message-forward-rmail-make-body): Use
5638         save-window-excursion.
5639         (message-encode-message-body): Search with noerror.
5640         (message-setup-1): Convert compose-mail send-actions to
5641         message-send-actions.
5642
5643 2001-11-01  Simon Josefsson  <jas@extundo.com>
5644
5645         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5646         <yamaoka@jpl.org>.
5647
5648 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5649
5650         * sieve-manage.el (sieve-string-bytes): No complain.
5651
5652 2001-11-01  Simon Josefsson  <jas@extundo.com>
5653
5654         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5655         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5656         has autoload cookies, so no `require' should be necessary.)
5657
5658         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5659         files.
5660
5661 2001-10-31  Simon Josefsson  <jas@extundo.com>
5662
5663         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5664         parameter.
5665
5666         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5667         `display' is a number (and C-u wasn't used to enter group), only
5668         fetch that number of articles.
5669
5670 2001-10-31  Matt Armstrong  <matt@lickey.com>
5671
5672         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5673         not-subscribed -> subscribed.
5674
5675 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676         From: Josh Huber <huber@alum.wpi.edu>
5677
5678         * message.el (message-subscribed-address-functions): New variable.
5679         (message-subscribed-addresses): New variable.
5680         (message-subscribed-regexps): New variable.
5681         (message-goto-mail-followup-to): New function.
5682         (message-send-mail): Add Mail-Followup-To.
5683         (message-make-mft): New function.
5684
5685         * gnus.el (gnus-find-subscribed-addresses): New function.
5686
5687 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5688
5689         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5690         (mail-source-fetch-pop): Ditto.
5691         (mail-source-check-pop): Ditto.
5692
5693         * gnus-start.el (gnus-read-init-file): Ditto.
5694         (gnus-activate-group): Ditto.
5695         (gnus-read-newsrc-el-file): Ditto.
5696
5697 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5698
5699         * message.el (message-get-reply-headers): Make sure there is ", ".
5700
5701         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5702         mm-coding-system-p. Don't correct it only in XEmacs.
5703         (mm-charset-to-coding-system): Use mm-coding-system-p and
5704         mm-get-coding-system-list.
5705         (mm-emacs-mule, mm-mule4-p): New variables.
5706         (mm-enable-multibyte, mm-disable-multibyte,
5707         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5708         mm-with-unibyte-current-buffer,
5709         mm-with-unibyte-current-buffer-mule4): Use them.
5710         (mm-find-mime-charset-region): Treat iso-2022-jp.
5711
5712         From  Dave Love  <fx@gnu.org>:
5713
5714         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5715         construction.
5716         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5717         entries conditional on not having a coding system defined for
5718         them.
5719         (mm-mule-charset-to-mime-charset): Use
5720         find-coding-systems-for-charsets if defined.
5721         (mm-charset-to-coding-system): Don't use
5722         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5723         later.  Add last resort search of coding systems.
5724         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5725         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5726         Mule 4.
5727         (mm-find-mime-charset-region): Re-write.
5728         (mm-with-unibyte-current-buffer): Restore buffer as well as
5729         multibyteness.
5730
5731 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5734         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5735         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5736
5737 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5738
5739         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5740         again.
5741
5742         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5743
5744 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5745
5746         * gnus-spec.el (gnus-parse-simple-format): Use
5747           buffer-substring-no-properties.
5748
5749 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (article-verify-cancel-lock): New function.
5752
5753         * nnheader.el (nntp-process-response): New variable.
5754         (nnheader-init-server-buffer): Make `nntp-process-response'
5755         buffer-local in `nntp-server-buffer'.
5756
5757         * nntp.el (nntp-prepare-post-hook): New hook.
5758         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5759         (nntp-async-trigger): Ditto.
5760         (nntp-request-post): Insert a server's ID if there's no Message-ID
5761         header; run `nntp-prepare-post-hook'.
5762
5763 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5764
5765         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5766         instead.
5767
5768         * message.el (message-forward-subject-author-subject): Don't use
5769         message-news-p, which widens the buffer.
5770         (message-forward-make-body): New function.
5771         (message-forward): Use it.
5772         (message-insinuate-rmail): New function.
5773         (message-forward-rmail-make-body): New function.
5774
5775 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5776
5777         * mm-extern.el (mm-extern): Provide it.
5778
5779         * mm-partial.el (mm-partial): Provide it.
5780
5781 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5782
5783         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5784
5785 2001-10-29  Simon Josefsson  <jas@extundo.com>
5786
5787         * mml.el (mml-preview): Bind message-this-is-news if it is
5788         news. From Jesper Harder <harder@myrealbox.com>.
5789
5790 2001-10-28  Simon Josefsson  <jas@extundo.com>
5791
5792         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5793
5794 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5795
5796         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5797         ironic smilies.
5798
5799 2001-10-27  Simon Josefsson  <jas@extundo.com>
5800
5801         * message.el (message-indent-citation): Don't add trailing
5802         whitespace when citing text.
5803
5804         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5805         <harder@ifa.au.dk>.
5806
5807 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5808
5809         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5810         not available.
5811         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5812         (nnweb-type-definition): Add google as alias of dejanews.
5813         (nnweb-google-parse-1): Forward 1 line.
5814
5815 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5816
5817         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5818         variable `message-forward-ignored-headers'.
5819
5820 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5821
5822         * gnus.el (gnus-expand-group-parameter): New function.
5823         (gnus-expand-group-parameters): Call it.
5824         (gnus-group-fast-parameter): New function.
5825         (gnus-group-find-parameter): Call it.
5826
5827 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5828
5829         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5830         vector (it didn't before because of a bug).
5831         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5832         available.  Before it converted it to an article number.
5833
5834         This makes followup to news articles with negative numbers in
5835         nnvirtual groups use news instead of mail.
5836
5837 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5838
5839         * gnus.el (post-method): Use `native' instead of `nil'.
5840
5841         * gnus-msg.el (gnus-post-method): Ditto.
5842
5843 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5844
5845         * gnus.el (gnus-define-group-parameter): Grammar fix.
5846
5847 2001-10-22  Simon Josefsson  <jas@extundo.com>
5848
5849         * gnus-msg.el (gnus-extended-version): Include
5850         system-configuration.
5851         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5852
5853 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5854
5855         * gnus.el (post-method): Customization fix: `native' is not a
5856         valid value.
5857         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5858         `native' is not a valid value.
5859
5860 2001-10-21  Simon Josefsson  <jas@extundo.com>
5861
5862         * nnimap.el (nnimap): Defgroup
5863         (nnimap-strict-function, nnimap-strict-function-match): New
5864         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5865         (nnimap-split-crosspost, nnimap-split-inbox)
5866         (nnimap-split-rule, nnimap-split-predicate)
5867         (nnimap-split-predicate): Defcustom.
5868         (nnimap-split-inbox, nnimap-expunge-search-string)
5869         (nnimap-importantize-dormant): Remove "*" from doc.
5870
5871 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5872
5873         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5874         not supplied via prefix arg.  From Lisp, make arg mandatory.
5875         Suggested by Frank Schmitt.
5876
5877 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5878
5879         * message.el (message-do-auto-fill): Avoid calling
5880         'rfc822-goto-eoh'.
5881
5882 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5883         From Paul Jarc <prj@po.cwru.edu>.
5884
5885         * message.el (message-get-reply-headers): Restructure the logic
5886         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5887
5888 2001-10-20  Simon Josefsson  <jas@extundo.com>
5889
5890         * message.el (message-cancel-news): Support cancel-locks.
5891         Suggested by Per Abrahamsson.
5892
5893         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5894         conses.  From David Z Maze <dmaze@MIT.EDU>.
5895
5896         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5897
5898 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5899
5900         * mm-decode.el (mm-default-directory): Fix customize type.
5901
5902         * message.el (message-setup-fill-variables): Kludge to use
5903         normal-auto-fill-function even if auto fill is already activated.
5904
5905 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5906
5907         * message.el (message-do-auto-fill): New version that does not
5908         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5909         (message-setup-1): Removed the `message-field' property.
5910
5911         * gnus-draft.el (gnus-draft-edit-message): Removed the
5912         `message-field' property.
5913
5914 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5915
5916         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5917         `message-field'.  The `field' property has a special significance in
5918         Emacs 21.
5919
5920         * message.el (message-send, message-setup-1): Ditto.
5921
5922 2001-10-18  Simon Josefsson  <jas@extundo.com>
5923
5924         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5925         when undoing.
5926
5927 2001-10-18  Simon Josefsson  <jas@extundo.com>
5928         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5929
5930         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5931         (gnus-summary-make-menu-bar): Ditto.
5932
5933 2001-10-17  Simon Josefsson  <jas@extundo.com>
5934
5935         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5936         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5937
5938 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5939
5940         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5941         * gnus-util.el (gnus-user-date): New function.
5942         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5943
5944 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5945
5946         * message.el (message-check-news-header-syntax): Special case
5947         nnvirtual groups.
5948
5949         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5950         customize type to `symbol'.
5951
5952 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5953
5954         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5955         %&foo;.
5956         (gnus-parse-simple-format): Support user extended spec too.
5957         %u&foo; invokes gnus-user-format-function-foo.
5958
5959 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5960
5961         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5962         the server.
5963         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5964         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5965         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5966         * nndiary.el (nndiary-request-expire-articles): Ditto.
5967         (nndiary-schedule): Defsubst it before use it.
5968         (nndiary-error): eval-and-compile.
5969
5970 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5971
5972         * gnus-msg.el (gnus-post-method): Changed two instances of
5973         `active' to `current' and one `null' to `not'.
5974
5975 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5976         From Katsumi Yamaoka <yamaoka@jpl.org>.
5977
5978         * message.el (message-setup-fill-variables): Use
5979         `normal-auto-fill-function' instead of `auto-fill-function'.
5980
5981 2001-10-16  Simon Josefsson  <jas@extundo.com>
5982
5983         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5984         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5985         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5986
5987 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5988         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5989
5990         * gnus-draft.el (gnus-draft-edit-message): Add text property
5991         `field' with value `header' to message headers.
5992         * message.el (message-setup-1): Really add text property to all of
5993         the header, not just part of it.
5994
5995 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-group.el (gnus-group-sort-by-server): Use it.
5998
5999         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6000
6001         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6002         and keystroke.
6003
6004 2001-10-14  Simon Josefsson  <jas@extundo.com>
6005
6006         * dig.el: Doc fix.
6007
6008         * smime.el: Doc fix.
6009
6010         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6011         charset magic from message.el.
6012
6013 2001-10-12  Simon Josefsson  <jas@extundo.com>
6014         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6015
6016         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6017         'cite from g-a-wash-types.
6018         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6019         (gnus-article-hide-citation): Fix.
6020
6021         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6022         character.
6023         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6024
6025         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6026         definition.
6027         (gnus-signature-toggle): Toggle `s' mode line character.
6028
6029         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6030         doing stuff that clears it.
6031
6032 2001-10-12  Simon Josefsson  <jas@extundo.com>
6033
6034         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6035         From Eric Marsden <emarsden@laas.fr>.
6036
6037 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6038
6039         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6040         (autoload): Add some autoloads.
6041
6042 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6043         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6044
6045         * message.el (message-do-auto-fill): New function.  Like
6046         `do-auto-fill' but don't fill when in the message header.
6047         (message-setup-1): Put a text property on the message header.
6048         (message-setup-fill-variables): Use `message-do-auto-fill'.
6049
6050 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6051
6052         * message.el (message-send-mail-partially): Insert an empty line
6053         first, because of the change of message-make-lines.
6054
6055 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6056
6057         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6058         iso-8859-15, make it an alias for iso-8859-1.
6059
6060 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * message.el (message-send-news): Don't modify the value of
6063         `message-syntax-checks' if it is not a list (possibly it is
6064         `dont-check-for-anything-just-trust-me').
6065
6066 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6069         `find-coding-system' for XEmacs to check whether the coding-system
6070         `utf-8' is available.
6071
6072 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6073
6074         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6075
6076 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6077
6078         * message.el (message-send-news): Oops, missed case with no
6079         "Followup-To" header...
6080
6081 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6082
6083         * message.el (message-send-news): Allow
6084         `gnus-group-name-charset-group-alist' to affect encoding of the
6085         "Newsgroups" and "Followup-To" headers.
6086
6087 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6088
6089         * Makefile.in (install-el): Depend on gnus-load.el.
6090
6091 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6092
6093         * Makefile.in (install-el): Use -f.
6094         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6095
6096 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6097
6098         * message.el (message-send-news): Don't encode Followups-To when
6099         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6100
6101         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6102         header.
6103
6104         * gnus-art.el (article-decode-group-name): Also decode
6105         "Followup-To".
6106
6107         * rfc2047.el (rfc2047-encode-message-header): Encode without
6108         asking for null methods.
6109
6110         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6111         default charset for newsgroup names in accordance with USEFOR.
6112
6113         * gnus-group.el (gnus-group-name-charset-method-alist,
6114         gnus-group-name-charset-group-alist): Removed "*" from doc
6115         strings, "*" should not be used for complex variables.
6116
6117 2001-10-06  Simon Josefsson  <jas@extundo.com>
6118
6119         Support UTF-8 group names better.
6120
6121         * message.el (message-check-news-header-syntax): Encode group
6122         names before comparison.
6123
6124         * gnus-msg.el (gnus-copy-article-buffer): Run all
6125         `gnus-article-decode-hook's except `article-decode-charset'
6126         instead of hardcoding call to one of them.
6127
6128         * gnus-art.el (gnus-article-decode-hook): Add
6129         `article-decode-group-name'.
6130         (article-decode-group-name): New function, use `g-d-n'.
6131
6132         * gnus-group.el (gnus-group-insert-group-line): Decode
6133         gnus-tmp-group using `g-d-n'.
6134
6135         * gnus-util.el (gnus-decode-newsgroups): New function.
6136
6137 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6138
6139         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6140         `gnus-group-name-charset-group-alist'.
6141
6142 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6143
6144         * Makefile.in: Install el in install. Add uninstall.
6145
6146 2001-10-05  Simon Josefsson  <jas@extundo.com>
6147
6148         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6149
6150         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6151
6152         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6153         empty folders.
6154
6155         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6156         limiting if read-all (C-u RET) was used.
6157
6158 2001-10-04  Simon Josefsson  <jas@extundo.com>
6159
6160         * mail-source.el (mail-source-movemail-program): New variable.
6161         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6162         <thutt@thutt.vmware.com>.
6163
6164 2001-10-03  Simon Josefsson  <jas@extundo.com>
6165
6166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6167         (gnus-summary-line-format-alist): Fix param.
6168
6169 2001-10-02  Simon Josefsson  <jas@extundo.com>
6170
6171         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6172         don't go through `nnimap-request-expire-articles' to delete the
6173         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6174
6175 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * gnus-agent.el (gnus-agent-write-active): The min in the
6178         agent/active may be larger than that in the server/active.
6179
6180 2001-10-01  Simon Josefsson  <jas@extundo.com>
6181
6182         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6183         is IMAP4rev1.
6184
6185         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6186
6187         * nnfolder.el: Ditto.
6188
6189 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6190
6191         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6192         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6193
6194 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6195
6196         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6197         (message-mode-menu): Menu item for same.
6198
6199         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6200         delayed articles.
6201
6202         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6203         nndraft:delayed does not exist.
6204         (gnus-delay-initialize): Don't set up keymap, that's done from
6205         message.el now.
6206         (gnus-delay, gnus-delay-group, gnus-delay-header)
6207         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6208
6209 2001-09-29  Simon Josefsson  <jas@extundo.com>
6210
6211         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6212         utf-8, not eight-bit-control.
6213
6214         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6215         (imap-log, imap-debug): Custom.
6216         (imap-log-buffer, imap-debug-buffer): New constants.
6217         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6218         (imap-network-open, imap-shell-open, imap-starttls-open)
6219         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6220         (imap-debug): Use imap-*-buffer.
6221
6222         * nndoc.el (nndoc-article-type): Add mailman.
6223         (nndoc-type-alist): Ditto.
6224         (nndoc-mailman-type-p): New function.
6225
6226 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6227
6228         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6229         gnus-art.el.
6230
6231 2001-09-27  Simon Josefsson  <jas@extundo.com>
6232
6233         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6234         (gnus-topic-catchup-articles): New function. Suggested by Robin
6235         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6236
6237 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6238         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6239
6240         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6241         previous ones.
6242
6243 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6244         From Daiki Ueno  <ueno@unixuser.org>
6245
6246         * gnus-sum.el (gnus-summary-show-article): The arglist of
6247         detect-coding-region is incompatible.
6248
6249 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6250         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6251
6252         * gnus-group.el (gnus-group-delete-group): Typo.
6253
6254 2001-09-26  Simon Josefsson  <jas@extundo.com>
6255
6256         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6257
6258         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6259
6260 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6261
6262         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6263
6264 2001-09-22  Simon Josefsson  <jas@extundo.com>
6265
6266         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6267
6268         * nnfolder.el (nnfolder-open-marks): Ditto.
6269
6270         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6271         (gnus-update-marks): Use it.
6272         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6273         hardcoded list.
6274
6275         * gnus.el (gnus-article-special-mark-lists): Add killed.
6276         (gnus-article-unpropagated-mark-lists): New constant.
6277
6278 2001-09-22  Simon Josefsson  <jas@extundo.com>
6279
6280         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6281         custom option.
6282
6283 2001-09-23  Simon Josefsson  <jas@extundo.com>
6284
6285         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6286
6287 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6290
6291 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6292
6293         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6294         accept lists of functions.
6295
6296 2001-09-20  Simon Josefsson  <jas@extundo.com>
6297
6298         * gnus-group.el (gnus-group-catchup): Update expire marks in
6299         backend.  Also, if ALL also set expire marks on tick/dormant.
6300
6301 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6302
6303         * message.el (message-tab-body-function): New variable.
6304         * message.el (message-tab): Use it.
6305
6306 2001-09-19  Sam Steingold  <sds@gnu.org>
6307
6308         * gnus-win.el (gnus-buffer-configuration): Respect
6309         `gnus-bug-create-help-buffer'.
6310
6311 2001-09-18  Simon Josefsson  <jas@extundo.com>
6312
6313         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6314         (gnus-parse-simple-format): Re-revert.
6315
6316 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6317
6318         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6319         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6320
6321 2001-09-18  Simon Josefsson  <jas@extundo.com>
6322
6323         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6324         signed.
6325         (gnus-parse-simple-format): Don't use it.
6326
6327 2001-09-17  Miles Bader  <miles@gnu.org>
6328
6329         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6330         error querying a backend abort the whole process.
6331
6332 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6333
6334         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6335         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6336
6337 2001-09-17  Didier Verna  <didier@xemacs.org>
6338
6339         * nndiary.el: version 0.2-b14.
6340         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6341         compatibility problem with XEmacs 21.1.
6342
6343 2001-09-15  Simon Josefsson  <jas@extundo.com>
6344
6345         * gnus-group.el (gnus-group-line-format): Document %c.
6346
6347         * nnml.el (nnml-parse-head): Handle CRLF files.
6348         (nnml-generate-nov-file): Ditto.
6349         (nnml-retrieve-headers): Ditto.
6350
6351 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6352
6353         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6354
6355 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6356
6357         * gnus-spec.el (gnus-correct-substring): Still stopped one
6358         character before we wanted (never included last character).
6359         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6360         add missing "," (once per function)
6361
6362 2001-09-14  Simon Josefsson  <jas@extundo.com>
6363
6364         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6365         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6366         default before gnus-group is loaded and the variable set.)
6367
6368         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6369         killed or unsent marks.
6370
6371         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6372         isn't an article to set it on (e.g. when you `a' in a group).
6373
6374 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6375
6376         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6377         can read e-mails from Microsoft Outlook users not using ISO
6378         8859-2 character set.
6379
6380 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6381
6382         * gnus-diary.el: Minor modifications to avoid warnings.
6383         (gnus-summary-misc-menu): defvar.
6384         (gnus-diary-check-message): Use gnus-point-at-eol.
6385         (gnus-diary-kill-entire-line): eval-and-compile.
6386
6387 2001-09-12  Didier Verna  <didier@xemacs.org>
6388
6389         * nndiary.el: new version (0.2-b13).
6390         * nndiary.el (nndiary-mail-sources): doc update.
6391         * nndiary.el (nndiary-split-methods): ditto.
6392         * nndiary.el (nndiary-request-accept-article-hooks): New.
6393         * nndiary.el (nndiary-request-accept-article): use it, check
6394         message validity.
6395         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6396         * nndiary.el (nndiary-schedule): fix bug (misplaced
6397         condition-case): it didn't return nil on error.
6398         * gnus-diary.el: new version.
6399         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6400         * gnus-diary.el (gnus-diary-header-value-history): New.
6401         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6402         * gnus-diary.el (gnus-diary-add-header): New.
6403         * gnus-diary.el (gnus-diary-check-message): New.
6404         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6405         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6406
6407 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6408
6409         * gnus-sum.el (gnus-select-newsgroup): Make
6410         `gnus-current-select-method' buffer-local.
6411
6412         * gnus-art.el (gnus-request-article-this-buffer): Refer
6413         `gnus-current-select-method' in the current summary buffer.
6414
6415 2001-09-10  Simon Josefsson  <jas@extundo.com>
6416         From Daniel Pittman <daniel@rimspace.net>
6417
6418         * gnus-spec.el (gnus-correct-pad-form): Fix.
6419
6420 2001-09-09  Simon Josefsson  <jas@extundo.com>
6421
6422         * mm-decode.el (mm-inline-media-tests): Add
6423         application/x-emacs-lisp.
6424         (mm-attachment-override-types): Add
6425         application/{x-,}pkcs7-signature.
6426
6427         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6428         (gnus-server-line-format, gnus-server-mode-line-format)
6429         (gnus-server-browse-in-group-buffer): Customize.
6430
6431 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6432
6433         * nnml.el (nnml-marks-changed-p): Typo.
6434         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6435         (nnml-marks-changed-p): Use gnus-gethash.
6436         (nnml-marks-modtime): Use gnus-make-hashtable.
6437
6438         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6439         (nnfolder-request-expire-articles, nnfolder-save-marks)
6440         (nnfolder-open-marks): Typo.
6441         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6442         (nnfolder-marks-changed-p): Use gnus-gethash.
6443         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6444
6445 2001-09-08  Simon Josefsson  <jas@extundo.com>
6446
6447         * nnfolder.el (nnfolder-marks-modtime): New variable.
6448         (nnfolder-marks-changed-p): New function.
6449         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6450         (nnfolder-request-update-info): Don't update if marks didn't change.
6451
6452         * nnml.el (nnml-marks-modtime): New variable.
6453         (nnml-marks-changed-p): New function.
6454         (nnml-save-marks, nnml-open-marks): Save modtime.
6455         (nnml-request-update-info): Don't update if marks didn't change.
6456
6457         * gnus-agent.el (gnus-agent-any-covered-gcc)
6458         (gnus-agent-add-server, gnus-agent-remove-server): Use
6459         gnus-agent-method-p.
6460
6461         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6462         (gnus-unbuttonized-mime-type-p): Use it.
6463
6464         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6465         fetch group.
6466
6467 2001-09-08  Simon Josefsson  <jas@extundo.com>
6468         From Daniel Pittman <daniel@rimspace.net>
6469
6470         * gnus-spec.el (gnus-correct-pad-form): New function.
6471         (gnus-parse-simple-format): Use it.
6472
6473 2001-09-07  Simon Josefsson  <jas@extundo.com>
6474
6475         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6476         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6477         Putnam <reader@newsguy.com>.
6478         (gnus-group-sort-selected-groups): Touch dribble file.
6479
6480 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6481
6482         * nnml.el (nnml-filenames-are-evil): New variable.
6483         (nnml-article-to-file-alist): Rename to ...
6484         (nnml-current-group-article-to-file-alist): ... this.
6485         Respect `nnml-filenames-are-evil'.
6486         (nnml-active-number): Update.
6487         (nnml-update-file-alist): Update.
6488         (nnml-request-article): Use nnheader-article-to-file-alist.
6489         (nnml-request-rename-group): Likewise.
6490
6491 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-sum.el (gnus-summary-insert-line): Fix.
6494
6495 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6496
6497         * gnus-sum.el: Bind g-s-t-s to "W g".
6498         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6499         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6500         display of graphical smilies.
6501
6502 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-start.el (gnus-setup-news): A typo.
6505         From Bill White <billw@wolfram.com>.
6506
6507 2001-09-06  Simon Josefsson  <jas@extundo.com>
6508
6509         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6510         and unseen marks.
6511
6512 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6513
6514         * nnmail.el (nnmail-split-fancy): Document `junk'.
6515
6516 2001-09-04  Simon Josefsson  <jas@extundo.com>
6517
6518         * imap.el (imap-search): Don't error if server is broken.
6519
6520 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6521
6522         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6523         searching for an article that isn't in the mbox.
6524
6525 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6528         right, and get all the comments.
6529
6530 2001-09-02  Simon Josefsson  <jas@extundo.com>
6531         Suggested by Dan Christensen <jdc+news@uwo.ca>
6532
6533         * nnfolder.el (nnfolder-request-update-info): Fix message.
6534
6535         * nnml.el (nnml-request-update-info): Ditto.
6536
6537 2001-09-01  Simon Josefsson  <jas@extundo.com>
6538
6539         * nnml.el (nnml-request-expire-articles): Also bind
6540         `nnml-current-group' and `nnml-article-file-alist' when using
6541         expiry-target. (Otherwise nnml will be in a inconsistent internal
6542         state causing all kind of problems.)
6543         (nnml-request-expire-articles): If `nnml-article-to-file' or
6544         `file-attributes' failes, return article as un-expirable instead
6545         of treating it as expired.
6546
6547 2001-08-31  Sam Steingold  <sds@gnu.org>
6548
6549         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6550         typo: `exmine' --> `examine'.
6551
6552 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6555
6556 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * nnml.el (nnml-check-directory-twice): Remove.
6559         (nnml-retrieve-headers): Ditto.
6560         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6561
6562 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6563
6564         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6565         directory twice on Windows, or on GNU Emacs-21.
6566
6567 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6568
6569         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6570         (nnml-request-rename-group): Ditto.
6571         (nnml-active-number): Ditto.
6572         (nnml-request-create-group): Use nnml-directory-articles.
6573         (nnml-request-expire-articles): Use nnml-directory-articles, which
6574         gets list from nov database if available.
6575         (nnml-get-nov-buffer): New function.
6576         (nnml-open-nov): Use it.
6577         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6578         gets alist from nov database if available.
6579         (nnml-directory-articles): New function.
6580         (nnml-article-to-file-alist): New function.
6581
6582 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6583
6584         * mm-decode.el (mm-display-external): Use `name' as filename, if
6585         `filename' attribute is not present.
6586
6587 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6588
6589         * mail-source.el (mail-source-flash): New defcustom.
6590         (mail-source-new-mail-p): Ring visible bell if appropriate.
6591         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6592         timer is cleared even if mail check signals an error.
6593
6594 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6595
6596         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6597         type 'list.
6598
6599 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         * flow-fill.el (fill-flowed): eol might be point-max.
6602
6603 2001-08-27  Simon Josefsson  <jas@extundo.com>
6604
6605         * nnml.el (nnml-request-update-info): Fix message.
6606         (nnml-open-marks): Ditto.
6607
6608         * nnfolder.el (nnfolder-request-update-info):
6609         (nnfolder-open-marks): Fix message.
6610
6611 2001-08-25  Simon Josefsson  <jas@extundo.com>
6612
6613         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6614         after group in ~/.
6615
6616 2001-08-25  Simon Josefsson  <jas@extundo.com>
6617         From Andreas Jaeger  <aj@suse.de>
6618
6619         * nnfolder.el (nnfolder-open-marks): Fix typo.
6620         * nnml.el (nnml-open-marks): Likewise.
6621
6622 2001-08-25  Simon Josefsson  <jas@extundo.com>
6623
6624         Make nnfolder groups self-contained as far as marks are concerned.
6625
6626         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6627         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6628         (nnfolder-open-server): Make marks directory.
6629         (nnfolder-request-delete-group): Delete marks file.
6630         (nnfolder-request-delete-group): Check of nov/marks file exist
6631         before deleting.
6632         (nnfolder-request-rename-group): Rename marks file.
6633         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6634         (nnfolder-request-set-mark, nnfolder-request-update-info)
6635         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6636         (nnfolder-open-marks): New functions.
6637         (top-level): Require gnus.
6638
6639 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640
6641         * nnweb.el (nnweb-type-definition): Use google raw file.
6642         (nnweb-google-parse-1): Ditto.
6643         (nnweb-google-identity): Ditto.
6644         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6645         (nnweb-altavista-wash-article): Ditto.
6646         (nnweb-request-article): Remove nnweb-decode-entities.
6647
6648         * nnml.el: Require 'gnus.
6649
6650 2001-08-25  Simon Josefsson  <jas@extundo.com>
6651
6652         * nnml.el (nnml-marks-is-evil): Add doc.
6653
6654 2001-08-25  Simon Josefsson  <jas@extundo.com>
6655
6656         * nnml.el (nnml-save-marks): Wrap saving marks in a
6657         condition-case, to allow user to start Gnus if saving marks failed
6658         for some reason.
6659
6660 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6663
6664         * gnus-group.el (gnus-update-group-mark-positions): Bind
6665         gnus-group-update-hook to nil.
6666
6667 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * mml.el (mml-generate-mime-1): Force as multibyte string.
6670
6671 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * gnus-sum.el (gnus-summary-insert-line)
6674         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6675         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6676
6677         * gnus-spec.el (gnus-correct-substring): Take optional END.
6678
6679         * nnrss.el (nnrss-request-article): Remove \n.
6680         (nnrss-retrieve-headers): Lines number is -1.
6681
6682 2001-08-24  Simon Josefsson  <jas@extundo.com>
6683
6684         * gnus-group.el (gnus-info-clear-data): Call
6685         nnfoo-request-set-mark to propagate marks.  Fix bug:
6686         `gnus-group-update-line' doesn't update read range unless we call
6687         `gnus-get-unread-articles-in-group' first.
6688
6689         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6690         to server.
6691
6692 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6693
6694         * gnus-util.el (gnus-create-info-command): Return an interactive
6695         function.
6696
6697 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698         From Katsumi Yamaoka <yamaoka@jpl.org>
6699
6700         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6701
6702 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * gnus-sum.el (gnus-select-newsgroup): Use it.
6705
6706         * gnus-util.el (gnus-not-ignore): New function.
6707
6708         * lpath.el (featurep): Don't fbind char-int.
6709
6710         * gnus-util.el (gnus-create-info-command): New function.
6711
6712         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6713         right node.
6714
6715         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6716         (gnus-summary-limit-children): Use 'identity instead of `all'.
6717         (gnus-summary-limit-to-display-predicate): New command and
6718         keystroke.
6719
6720 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6723
6724         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6725
6726 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-spec.el: Add the Gnus version.
6729         (gnus-update-format-specifications): If the Gnus version changes,
6730         nix out the format spec cache.
6731
6732         * gnus.el (gnus-continuum-version): Made into a command and
6733         optionalize the VERSION.
6734
6735         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6736         the start of the lines.
6737
6738 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739
6740         * gnus.el (gnus-visual-p): Define function before use of
6741         function.
6742
6743 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744
6745         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6746         (gnus-article-mark-to-type): New function.
6747         (gnus-update-missing-marks): Only update marks of type 'list.
6748
6749         * gnus.el (gnus-article-special-mark-lists): New variable.
6750
6751 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752
6753         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6754         (gnus-select-newsgroup): Still use 'all.
6755         (gnus-summary-initial-limit): Comparing with 'all.
6756
6757 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6758
6759         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6760         active.
6761
6762 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6763
6764         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6765         nnslashdot-*-retrieve-headers.
6766         (nnslashdot-request-article): Fix for slashcode 2.2.
6767         (nnslashdot-make-tuple): New function.
6768         (nnslashdot-read-groups): Use it.
6769
6770 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6773         list.
6774
6775         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6776
6777 2001-08-20  Simon Josefsson  <jas@extundo.com>
6778
6779         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6780         opened, error instead of continuing (and exploding later).
6781
6782 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus.el (gnus-expand-group-parameters): Return the parameter
6785         list.
6786
6787         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6788         (gnus-summary-show-article): Guess at charset if required.
6789
6790         * gnus-spec.el (gnus-correct-substring): Stopped one character
6791         before we wanted.
6792
6793 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6794
6795         * earcon.el (earcon-auto-play): Remove unused option.
6796
6797 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6800         message down in levels, since it happens very fast.
6801
6802         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6803         of smiley-regexp-alist.
6804
6805         * mm-view.el (mm-inline-text): Ignore vcard errors.
6806
6807         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6808
6809         * gnus-score.el (gnus-all-score-files): Use append instead of
6810         nconc.
6811
6812         * gnus.el (gnus-splash-face): Doc fix.
6813
6814         * mm-decode.el (mm-mailcap-command): Use
6815         mm-path-name-rewrite-functions.
6816         (mm-path-name-rewrite-functions): New variable.
6817
6818         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6819         (gnus-complex-form-to-spec): Insert tab.
6820         (gnus-spec-tab): New function.
6821
6822         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6823         entering the group.
6824
6825         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6826         the positional spec.
6827         (gnus-parse-complex-format): React to %C.
6828
6829         * gnus-ems.el (gnus-char-width): Moved here.
6830
6831         * gnus-sum.el (gnus-select-newsgroup): Set
6832         gnus-newsgroup-articles.
6833         (gnus-unseen-mark): New variable.
6834         (gnus-newsgroup-unseen): Ditto.
6835         (gnus-newsgroup-seen): Ditto.
6836         (gnus-adjust-marked-articles): Use them.
6837         (gnus-update-marks): Use them.
6838         (gnus-summary-update-secondary-mark): Display.
6839         (gnus-summary-prepare-threads): Display.
6840
6841         * gnus-msg.el (gnus-inews-group-method): Use and return the
6842         method, not the server.
6843
6844 2001-08-19  Simon Josefsson  <jas@extundo.com>
6845
6846         * gnus-srvr.el (gnus-server-agent-face): New.
6847         (gnus-server-agent-face): New.
6848         (gnus-server-mode): Turn on font-lock-mode.
6849
6850         * gnus.el (gnus-server-visual): Add defgroup.
6851
6852 2001-08-19  Simon Josefsson  <jas@extundo.com>
6853         From Joe Casadonte <jcasadonte@northbound-train.com>
6854
6855         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6856         gnus-server-denied-face): New.
6857         (gnus-server-opened-face, gnus-server-closed-face,
6858         gnus-server-denied-face): New.
6859         (gnus-server-font-lock-keywords): Add.
6860
6861 2001-08-19  Simon Josefsson  <jas@extundo.com>
6862
6863         * nnml.el (nnml-request-set-mark): Return nil.
6864         (nnml-save-marks): Use nnml-possibly-create-directory.
6865         (nnml-open-marks): Only work in temp buffer when inserting/reading
6866         .marks file.
6867
6868 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * gnus.el (gnus-expand-group-parameters): Fix.
6871
6872         * gnus-spec.el (gnus-char-width): New function.
6873         (gnus-correct-substring, gnus-correct-length): Use it.
6874
6875         * message.el (message-required-mail-headers): Fix doc.
6876
6877 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6878
6879         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6880
6881         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6882
6883 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6886         slashdot 2.2 (not fully fixed yet).
6887         (nnslashdot-request-article): Ditto.
6888
6889 2001-08-18  Simon Josefsson  <jas@extundo.com>
6890
6891         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6892         nnimap.
6893
6894         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6895         gnus-util.
6896         (nnimap-request-update-info-internal): Use new functions.
6897
6898         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6899         new functions.
6900
6901 2001-08-18  Simon Josefsson  <jas@extundo.com>
6902
6903         Make nnml groups self-contained as far as marks are concerned.
6904
6905         * nnml.el (nnml-request-delete-group): Delete marks file.
6906         (nnml-request-rename-group): Move marks file.
6907         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6908         variables.
6909         (nnml-request-set-mark, nnml-request-update-info): New server
6910         functions.
6911         (nnml-save-marks, nnml-open-marks): New functions.
6912
6913 2001-08-18  Simon Josefsson  <jas@extundo.com>
6914
6915         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6916         `set' when setting marks.
6917
6918 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * gnus.el (gnus-info-find-node): Take an argument.
6921
6922         * gnus-art.el (gnus-button-handle-info): New function.
6923         (gnus-url-unhex-string): Replace "+" with " ".
6924
6925 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6926
6927         * message.el (message-check-news-header-syntax): Check bad From.
6928
6929 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-spec.el (gnus-correct-length): New function.
6932         (gnus-correct-substring): New function.
6933         (gnus-tilde-max-form): Use it.
6934
6935 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6936
6937         * nnmh.el: Docstring changes as below.
6938
6939         * nnml.el: Docstring changes as below.
6940
6941         * nnbabyl.el: Docstring changes as below.
6942
6943         * nnmbox.el: Docstring changes as below.
6944
6945         * nnfolder.el: Added docstrings identifying each virtual server
6946         parameter.
6947
6948 2001-08-18  Simon Josefsson  <jas@extundo.com>
6949
6950         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6951
6952 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6953
6954         * message.el: rename "Abort Message" to "Postpone Message".
6955         Remove "Attach file as MIME" from Message menu, it's already in
6956         the MIME menu.
6957
6958 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6959
6960         * smime.el (smime-point-at-eol): eval-and-compile.
6961         (smime-make-temp-file): New function.
6962         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6963         Use it.
6964
6965 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6968         (gnus-agent-summary-fetch-group): New command and keystroke.
6969
6970         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6971         (gnus-mime-display-security): Make it respect
6972         gnus-unbuttonized-mime-type-p.
6973
6974         * gnus-sum.el (gnus-articles-to-read): Comments.
6975         (gnus-article-marked-p): New function.
6976         (gnus-summary-display-make-predicate): New function.
6977         (gnus-select-newsgroup): Use them.
6978
6979         * mm-decode.el (mm-save-part-to-file): Made it not error.
6980
6981 2001-08-17  Simon Josefsson  <jas@extundo.com>
6982
6983         * imap.el (imap-wait-for-tag): If process-status isn't open or
6984         run, return nil instead of sit-for looping.
6985
6986 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * lpath.el (featurep): fbind xml-parse-region.
6989
6990         * gnus.el (gnus-message-archive-method): Default to "archive".
6991         (gnus-message-archive-method): Doc fix.
6992         (gnus-parameters-get-parameter): Cleaned up.
6993         (gnus-expand-group-parameter): New function.
6994
6995         * gnus-start.el (gnus-setup-news): Push the archive server only
6996         the server list.
6997
6998         * mml.el (mml-menu): Changed name to "Attachments".
6999
7000         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7001         when there is something to detroy.
7002
7003 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7006         nil.
7007
7008 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7009
7010         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7011         which specifies a time today or tomorrow.
7012
7013 2001-08-15  Simon Josefsson  <jas@extundo.com>
7014         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7015
7016         * gnus-agent.el (gnus-agent-make-mode-line-string)
7017         (gnus-agent-toggle-plugged): Use new API.
7018
7019 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7020
7021         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7022         deadline has expired.
7023
7024 2001-08-12  Simon Josefsson  <jas@extundo.com>
7025         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7026
7027         Support `recent' mark indicating newly arrived messages (to
7028         separate from old but unread messages).
7029
7030         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7031         `nnmail-split-history' if recent is > 0.
7032         (nnimap-request-update-info-internal): Update `recent' marks.
7033         (nnimap-request-set-mark): Never set `recent' marks.
7034         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7035         recent.
7036
7037         * gnus-sum.el (gnus-recent-mark): New mark.
7038         (gnus-newsgroup-recent): New variable.
7039         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7040         (gnus-summary-prepare-threads): Mark recent articles.
7041         (gnus-summary-add-mark): Support recent.
7042         (gnus-summary-update-secondary-mark): Support recent.
7043
7044         * gnus.el (gnus-article-mark-lists): Add recent.
7045
7046 2001-08-12  Simon Josefsson  <jas@extundo.com>
7047
7048         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7049         whether successful decoding took place.  Add doc.
7050
7051 2001-08-12  Simon Josefsson  <jas@extundo.com>
7052         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7053
7054         * gnus.el (gnus-summary-line-format, gnus-parameters):
7055         * gnus-gl.el (gnus-summary-grouplens-line-format):
7056         * gnus-salt.el (gnus-summary-pick-line-format):
7057         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7058
7059 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7060         Committed by Kai Gro\e,b_\e(Bjohann.
7061
7062         * gnus-score.el (gnus-score-string): Fix `match' regexp
7063         for `extra' header case.
7064
7065 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7066
7067         * nnmbox.el (nnmbox-read-mbox): No warning.
7068
7069 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * nndoc.el (nndoc-article-type): Fix doc.
7072         (nndoc-generate-article-function): New variable.
7073         (nndoc-dissection-function): New variable.
7074         (nndoc-type-alist): Add oe-dbx.
7075         (nndoc-oe-dbx-type-p): New function.
7076         (nndoc-oe-dbx-dissection): New function.
7077         (nndoc-oe-dbx-generate-article): New function.
7078
7079 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080
7081         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7082         whether deadline has been reached.  Patch from Dan Nicolaescu
7083         <dann@godzilla.ics.uci.edu>.
7084
7085 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7086
7087         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7088         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7089         <rintaman@cs.Helsinki.FI>.
7090
7091         * mail-source.el (mail-source-movemail): The error buffer is
7092         modified, but nothing in it.
7093
7094 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7095
7096         * message.el (message-bogus-system-names): New variable.
7097         (message-make-fqdn): Use it.
7098
7099 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7100
7101         * nndraft.el (nndraft-request-group): Use
7102         nndraft-auto-save-file-name.
7103
7104 2001-08-09  Simon Josefsson  <jas@extundo.com>
7105
7106         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7107         Don't ask whether to decrypt.  Just leave result in buffer (don't
7108         call mm).
7109
7110         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7111         parts as well.
7112         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7113         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7114
7115 2001-08-09  Simon Josefsson  <jas@extundo.com>
7116
7117         * mm-decode.el (mm-insert-part): Return decoding success status.
7118         (mm-save-part-to-file): Error if decoding failed.
7119
7120 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * message.el (message-tab): Use indent-relative.
7123         (message-mode): Don't bind indent-line-function to indent-relative.
7124
7125 2001-08-09  Simon Josefsson  <jas@extundo.com>
7126
7127         * message.el (message-get-reply-headers): Fix string. Suggested by
7128         Christoph Conrad <cc@cli.de>.
7129
7130 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7131
7132         * message.el (message-tab): Use the current value of
7133         indent-line-function.
7134         (message-mode): Bind indent-line-function to indent-relative.
7135
7136 2001-08-08  Simon Josefsson  <jas@extundo.com>
7137
7138         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7139         whether `imtest' is installed.
7140
7141 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7142         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * gnus-sum.el (gnus-summary-show-article): Call
7145         gnus-summary-update-secondary-secondary-mark.
7146         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7147         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7148
7149 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7150
7151         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7152
7153         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7154
7155         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7156         <gerd@gnu.org>.
7157
7158         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7159
7160         * gnus-util.el (gnus-output-to-rmail): Ditto.
7161         (gnus-output-to-mail): Ditto.
7162
7163         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7164
7165 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7166
7167         * message.el (message-indent-citation): Use
7168         `message-yank-cited-prefix' for empty lines.
7169
7170 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7171
7172         * message.el (message-indent-citation): Quote only lines starting
7173         with ">" using `message-yank-cited-prefix'.
7174
7175 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7176
7177         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7178         gnus-cache-fully-p.
7179
7180 2001-08-04  Simon Josefsson  <jas@extundo.com>
7181
7182         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7183         file if it doesn't exist (by calling gnus-cache-read-active).
7184
7185 2001-08-04  Simon Josefsson  <jas@extundo.com>
7186
7187         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7188         (gnus-cache-passively-or-fully-p): Removed.
7189         (gnus-cache-fully-p): Fix it.
7190
7191         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7192
7193 2001-08-04  Simon Josefsson  <jas@extundo.com>
7194
7195         * gnus-cache.el (gnus-cache-fully-p)
7196         (gnus-cache-passively-or-fully-p): New functions.
7197         (gnus-cache-possibly-enter-article): Cosmetic change, use
7198         `g-c-p-o-f-p'.
7199         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7200         was bogus (`g-c-p-a-a' does not change active info, just change
7201         the functions parameters).
7202         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7203         not removed in groups that match `gnus-uncacheable-groups'.
7204
7205         Reported and modifications based on discussions with Nuutti
7206         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7207
7208 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7209         Committed by Simon Josefsson  <jas@extundo.com>
7210
7211         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7212         calls `gnus-cache-update-active' if bounds has been extended.
7213
7214 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7215
7216         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7217         before remove.
7218         (gnus-mime-security-show-details): Ditto.
7219
7220 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7221
7222         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7223         syntax.  Protect string-match against nil string and regexp.
7224
7225 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7226
7227         * mm-util.el (mm-find-charset-region): Remove control-1.
7228
7229 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7230
7231         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7232
7233 2001-08-04  Simon Josefsson  <jas@extundo.com>
7234
7235         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7236         buffer.  Delete MIME-Version header.
7237
7238 2001-08-03  Simon Josefsson  <jas@extundo.com>
7239
7240         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7241         that is entered does not necessarily have the highest article
7242         number in the group, so use `gnus-cache-possibly-alter-active'
7243         instead of `gnus-cache-update-active'.
7244
7245 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7248
7249 2001-08-03  Simon Josefsson  <jas@extundo.com>
7250
7251         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7252         menu.
7253
7254 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus.el (post-method): New group parameter.  It also provides
7257         the user option `gnus-post-method-alist' and the internal function
7258         `gnus-parameter-post-method'.
7259
7260         * gnus-msg.el (gnus-post-method): Bind the value of
7261         `gnus-post-method' to the group parameter if it is defined.
7262
7263 2001-08-02  Simon Josefsson  <jas@extundo.com>
7264
7265         * smime.el (smime-extra-arguments): Removed.
7266         (smime-call-openssl-region): Don't use it.
7267
7268 2001-08-02  Simon Josefsson  <jas@extundo.com>
7269
7270         * smime.el (smime-sign-region): Handle stderr.
7271         (smime-encrypt-region): Ditto.
7272
7273         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7274         match the ASN.1 length bytes.
7275         (mm-pkcs7-enveloped-magic): Ditto.
7276         (mm-view-pkcs7-get-type): Don't regexp quote.
7277
7278 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7279         From Andreas Fuchs <asf@void.at>
7280
7281         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7282
7283 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7284
7285         * gnus-art.el (gnus-header-button-alist): References regexp.
7286
7287 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7288
7289         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7290         already fboundp.  Add INTERACTIVE arg to autoload form.
7291
7292 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7293
7294         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7295
7296         * nnmail.el (nnmail-cache-open): Ditto.
7297
7298 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7299
7300         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7301
7302 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7305
7306 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7307         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7308
7309         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7310         (gnus-agent-toggle-plugged): Use it.
7311
7312 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7313
7314         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7315         (gnus-ding-file-coding-system): New variable.
7316         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7317         (gnus-slave-save-newsrc): Use it.
7318
7319 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7320
7321         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7322         syntax.
7323
7324 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7325         Originally from Andreas Fuchs <asf@void.at>
7326
7327         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7328         (mml2015-gpg-pretty-print-fpr): New function.
7329         (mml2015-gpg-extract-signature-details): More details, rename from
7330         `m-g-e-from'.
7331         (mml2015-gpg-verify): Use them.
7332         (mml2015-gpg-clear-verify): Use them.
7333
7334 2001-07-31  Simon Josefsson  <jas@extundo.com>
7335
7336         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7337         buffer when done.
7338
7339 2001-07-30  Simon Josefsson  <jas@extundo.com>
7340
7341         * smime.el (smime-call-openssl-region): Revert previous change,
7342         just pass on buf to `call-process-region'.
7343         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7344         `smime-new-details-buffer'.  Inserts error messages into buffer.
7345         (smime-noverify-region): Ditto.
7346         (smime-decrypt-region): Ditto.  Handles stderr separately.
7347         (smime-verify-buffer, smime-noverify-buffer)
7348         (smime-decrypt-buffer): Doc fix.
7349         (smime-new-details-buffer): New function.
7350         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7351         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7352         (smime-sign-region, smime-encrypt-region): Don't use
7353         `insert-buffer'.
7354
7355         * mml-smime.el (mml-smime-verify): Fix security button strings.
7356
7357 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7360         gnus-article-mime-handles.
7361
7362 2001-07-29  Simon Josefsson  <jas@extundo.com>
7363
7364         * mail-source.el (top-level): Require message for message-directory.
7365         (mail-source-directory): Change default to message-directory.
7366
7367         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7368         (smime-certificate-directory, smime-openssl-program)
7369         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7370         (smime-extra-arguments): New variable.
7371         (smime-dns-server): Fix customize group.
7372         (smime-call-openssl-region): Use `smime-extra-arguments'.
7373
7374 2001-07-29  Simon Josefsson  <jas@extundo.com>
7375         From Vladimir Volovich <vvv@vsu.ru>
7376
7377         * smime.el (smime-call-openssl-region): Ignore stderr.
7378
7379 2001-07-29  Simon Josefsson  <jas@extundo.com>
7380         From Christoph Conrad <christoph.conrad@gmx.de>
7381
7382         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7383         file.
7384
7385 2001-07-29  Simon Josefsson  <jas@extundo.com>
7386
7387         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7388
7389         Support S/MIME decryption.
7390
7391         * mm-decode.el (mm-inline-media-tests):
7392         (mm-inlined-types):
7393         (mm-automatic-display):
7394         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7395
7396         * mm-view.el (mm-pkcs7-signed-magic):
7397         (mm-pkcs7-enveloped-magic): New variables.
7398         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7399         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7400         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7401         PKCS#7 blobs.
7402
7403         * smime.el (smime-decrypt-region): Expand keyfile.
7404
7405 2001-07-29  Simon Josefsson  <jas@extundo.com>
7406
7407         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7408         `ssl.el' variables.
7409
7410         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7411         but line instead of narrowing to it, because `nnmail-parse-active'
7412         calls widen.  Thanks to Christoph Conrad
7413         <christoph.conrad@gmx.de>.
7414
7415 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7416
7417         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7418         for %B spec.
7419
7420         * gnus-sum.el (gnus-summary-prepare-threads): If
7421         gnus-sum-thread-tree-root is nil, use subject instead.
7422         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7423         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7424         (gnus-sum-thread-tree-leaf-with-other)
7425         (gnus-sum-thread-tree-single-leaf): Documentation.
7426         (gnus-sum-thread-tree-single-indent): Allow nil.
7427
7428 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * message.el (message-fill-paragraph): Do nothing if the user
7431         wants filladapt-mode.
7432
7433 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * mm-decode.el (mm-image-type-from-buffer): New function.
7436         (mm-get-image): Use it.
7437
7438 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7441
7442         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7443         mm-display-parts too.
7444
7445 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7446
7447         * nnfolder.el (nnfolder-request-accept-article): Bind
7448         nntp-server-buffer.
7449
7450         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7451         nntp-server-buffer.
7452
7453 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7454
7455         * message.el (message-check-news-header-syntax): Use
7456         message-post-method.
7457         (message-send-news): Bind message-post-method.
7458
7459 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * mml.el (mml-tweak-type-alist): New variable.
7462         (mml-tweak-function-alist): New variable.
7463         (mml-tweak-part): New function.
7464         (mml-generate-mime-1): Use it.
7465
7466 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * nnfolder.el (nnfolder-request-accept-article): Replace
7469         nnfolder-request-list.
7470
7471 2001-07-27  Simon Josefsson  <jas@extundo.com>
7472
7473         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7474         nnoo-change-server failed to do it.
7475
7476 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7477
7478         * gnus.el (gnus-parameters): Make it customizable.
7479
7480 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7483
7484         * message.el (message-set-auto-save-file-name): More
7485         poor-system-types.
7486
7487         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7488
7489         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7490         supports +.
7491
7492 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7493
7494         * mm-decode.el (mm-readable-p): New function.
7495         (mm-inline-media-tests): Fix the default testers.
7496
7497 2001-07-26  Simon Josefsson  <jas@extundo.com>
7498
7499         * nnimap.el (nnimap-version): Bump version number.
7500
7501 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502         From Steven E. Harris <seh@speakeasy.org>
7503
7504         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7505         in M$Windows too.
7506
7507 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7508
7509         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7510
7511 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7514
7515         * mm-decode.el (mm-get-image): Guess then use the type.
7516
7517         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7518
7519 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7520
7521         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7522         display (%B) for threads if threading is off.
7523
7524 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525         From Henrik Enberg <henrik@enberg.org>
7526
7527         * gnus-msg.el: Customization patch.
7528
7529 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7530
7531         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7532         variable.
7533         (nnmail-split-fancy-with-parent): Ignore certain groups.
7534
7535 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * gnus-util.el (gnus-byte-compile): New function.
7538         (gnus-use-byte-compile): New variable.
7539         (gnus-make-sort-function): Use it.
7540
7541         * nnmail.el (nnmail-get-new-mail): Use it.
7542
7543         * gnus-agent.el (gnus-category-make-function): Simple function or
7544         compiled function.
7545         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7546
7547         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7548         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7549         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7550
7551         * message.el (message-check-news-header-syntax): Remove quote.
7552
7553 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * message.el (message-use-mail-followup-to): `t' is not a
7556         documented value.
7557
7558 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559
7560         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7561
7562 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7563
7564         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7565         there are long lines.
7566
7567 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * dgnushack.el (copy-list): New compiler macro.
7570
7571 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * message.el (message-bounce): If no Return-Path, the whole
7574         content is considered as the original message.
7575
7576         * nnml.el (nnml-check-directory-twice): New variable.
7577         (nnml-article-to-file): Use it.
7578         (nnml-retrieve-headers): Hack it.
7579
7580 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7581
7582         * gnus-win.el (gnus-buffer-configuration): New configure.
7583
7584         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7585         not alive.
7586
7587         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7588         (mm-display-external): Use display-term configure.
7589
7590 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7591
7592         * gnus-delay.el (gnus-delay-default-hour): New variable.
7593         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7594
7595 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7596         From Karl Kleinpaste <karl@charcoal.com>
7597
7598         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7599         (gnus-summary-prepare-threads): Ditto.
7600
7601         * gnus.el (gnus-summary-line-format): Add %B.
7602
7603 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7606
7607         * mm-util.el (mm-string-as-multibyte): New function.
7608
7609         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7610
7611 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * mm-util.el (mm-universal-coding-system): New variable.
7614
7615         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7616
7617         * score-mode.el (score-mode-coding-system): Use it.
7618
7619 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-start.el (gnus-setup-news): Call
7622         `gnus-check-bogus-newsgroups' just after the native server is
7623         opened.
7624
7625 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7626
7627         * nnmail.el (nnmail-do-request-post): Util function to be used by
7628         `nnchoke-request-post' for all nnmail-derived backends.
7629
7630         * nnml.el (nnml-request-post): Use it.
7631
7632         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7633         backend, for it groks nnml-request-post.
7634
7635         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7636         Treat `mail-post' backends like `mail' backends, not like `news'
7637         backends.
7638
7639 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * gnus-msg.el (gnus-setup-message): make-local-hook.
7642
7643 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7644
7645         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7646         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7647         <karl@charcoal.com>, slightly changed by Kai.
7648
7649         * message.el (message-check-news-header-syntax): When checking
7650         whether the groups exist, check the right server based on
7651         `gnus-post-method'.
7652
7653 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7654
7655         * gnus-delay.el: New file.
7656
7657 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * mm-util.el (mm-read-coding-system): Take two arguments.
7660
7661         * gnus-sum.el (gnus-summary-show-article): Use
7662         mm-read-coding-system.
7663
7664         * gnus-art.el (article-de-quoted-unreadable):
7665         (article-de-base64-unreadable, article-wash-html):
7666         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7667
7668 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7669
7670         * nnml.el (nnml-request-post): New function.  Can be used for
7671         annotations in nnml groups.
7672
7673 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7676         command.
7677
7678         * gnus-start.el (gnus-find-new-newsgroups): Use
7679         `message-make-date' instead of `current-time-string'.
7680         (gnus-ask-server-for-new-groups): Ditto.
7681         (gnus-check-first-time-used): Ditto.
7682
7683 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7686
7687 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7688
7689         * message.el (message-shorten-references): Change `maxcount' and
7690         `cut' to obey USEFOR draft 5.
7691
7692 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7693
7694         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7695         (gnus-summary-set-article-display-arrow): New function.
7696         (gnus-summary-goto-subject): Use it.
7697
7698 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7699
7700         * gnus-sum.el (gnus-summary-import-article): Insert date if
7701         doesn't exist.
7702
7703 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7704
7705         * mml.el (mml-content-type-parameters): New variable.
7706         (mml-content-disposition-parameters): New variable.
7707         (mml-insert-mime-headers): Use them.
7708         (mml-parse-1): Accept charset.
7709
7710 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-group.el (gnus-group-select-group): Doc fix.
7713
7714         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7715
7716 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7719         to handle `define-derived-mode'.
7720
7721 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7722         From:  Stefan Monnier  <monnier@cs.yale.edu>
7723
7724         * message.el (message-mode): Use define-derived-mode.
7725         (message-tab): message-completion-alist.
7726
7727         * imap.el (imap-interactive-login): Use make-local-variable.
7728         (imap-open): Ditto.
7729         (imap-authenticate): Ditto.
7730
7731         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7732
7733         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7734
7735 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7736
7737         * message.el (message-citation-line-function): Refer to
7738         gnus-cite-attribution-suffix.
7739
7740 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7741
7742         * gnus-art.el,...: Error convention changes.
7743
7744 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7747
7748 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7749
7750         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7751         (nnrss-read-server-data): Ditto.
7752
7753 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7754
7755         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7756         * Cleanup files.
7757         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7758
7759 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * gnus.el (gnus-summary-line-format): Add %o.
7762
7763         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7764         unless shell outputs something.
7765
7766 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7767
7768         * gnus-art.el (gnus-boring-article-headers): Better doc.
7769         (article-hide-headers): Better regexp.
7770         Suggested by Matt Swift <swift@alum.mit.edu>.
7771
7772         * nnheader.el (nnheader-max-head-length): Better doc.
7773         (nnheader-header-value): Skip spaces.
7774         (nnheader-parse-head): Remove space.
7775         Suggested by Matt Swift <swift@alum.mit.edu>.
7776
7777         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7778         (gnus-get-newsgroup-headers): Remove space.
7779
7780 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7781
7782         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7783         (gnus-summary-reply): Use it.
7784         (gnus-summary-reply-broken-reply-to): New function.
7785         (gnus-msg-force-broken-reply-to): New function.
7786
7787         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7788
7789 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7790
7791         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7792
7793 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7794
7795         * mm-decode.el (mm-external-terminal-program): New variable.
7796         (mm-display-external): Use it. Use term to display when no
7797         window-system.
7798
7799 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7800
7801         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7802         Browse->Next entries to Browse->Prev
7803
7804 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7807
7808 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7809
7810         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7811         for the default encoding.
7812
7813         * nnrss.el (nnrss-url-field): New field.
7814         (nnrss-request-article): Add newsgroups.
7815
7816         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7817
7818 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7821
7822         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7823         (gnus-draft-setup): Remove backlog.
7824
7825 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7826
7827         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7828         Cleanup.
7829
7830 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7831
7832         * gnus-msg.el (gnus-bug): Erase buffer.
7833
7834         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7835
7836 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * mm-decode.el (mm-attachment-override-p): Fix typo.
7839
7840 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-kill.el (gnus-execute): Work with the extra headers.
7843         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7844
7845 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7846
7847         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7848         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7849
7850         * message.el (message-send-mail-real-function): New variable.
7851         (message-send-mail-partially, message-send-mail):
7852
7853         * nngateway.el (nngateway-request-post): Use it.
7854
7855         * gnus-agent.el (gnus-agentize): Use it.
7856
7857         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7858         (nnsoup-revert-variables): Use it.
7859
7860 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7861
7862         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7863         text/plain if the type doesn't match any other media types.
7864         (mm-inlined-types): Doc fix.
7865         (mm-display-inline): Revert previous change (now handled by a
7866         default type in `mm-inline-media-tests'.
7867         (mm-inlinable-p): Revive.
7868         (mm-display-part): Call `mm-inlinable-p'.
7869         (mm-attachment-override-p): Ditto.
7870         (mm-inlined-p): Doc fix.
7871
7872         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7873         well as `mm-inlined-p'.
7874
7875 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7876
7877         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7878         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7879
7880 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7881         From  Paul Jarc <prj@po.cwru.edu>
7882
7883         * message.el (message-use-mail-followup-to): New variable.
7884         (message-get-reply-headers): Use it.
7885
7886 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7887
7888         * nnheader.el (nnheader-init-server-buffer): Make sure the
7889         *nntpd* buffer is made multibyte instead of a random buffer.
7890
7891 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7892
7893         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7894         when it returns headers.
7895
7896 2001-07-07  Simon Josefsson  <jas@extundo.com>
7897
7898         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7899         trying to fold. Thanks to Colin Walters
7900         <walters@cis.ohio-state.edu>
7901
7902 2001-07-06  Simon Josefsson  <jas@extundo.com>
7903
7904         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7905         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7906         Add information in `assert's.
7907
7908         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7909         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7910         and `nnimap-group-overview-filename', should handle all
7911         change-of-uidvalidity related issues.  But there may be other
7912         problems.)
7913
7914 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7915
7916         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7917         header name when folding.
7918
7919 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7920
7921         * mm-decode.el (mm-inlined-types): Document relationship with
7922         `mm-inline-media-tests'.
7923         (mm-display-inline): Default to displaying as plain text if no
7924         inlining handler is available.
7925         (mm-inlinable-p): Remove.
7926         (mm-inlined-p): Don't call `mm-inlinable-p'.
7927         (mm-automatic-display-p): Ditto.
7928         (mm-attachment-override-p): Ditto.
7929
7930 2001-07-04  Simon Josefsson  <jas@extundo.com>
7931
7932         * nnimap.el (nnimap-importantize-dormant): New variable.
7933         (nnimap-request-update-info-internal): Use it.
7934         (nnimap-request-set-mark): Ditto.
7935
7936 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7937
7938         * nntp.el (nntp-send-command): don't pass a buffer argument to
7939         `point'. Only XEmacs accepts this.
7940         * nntp.el (nntp-send-command-nodelete): ditto.
7941         * nntp.el (nntp-send-command-and-decode): ditto.
7942
7943 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7944
7945         * nntp.el (nntp-open-connection-function): doc update.
7946         * nntp.el (nntp-pre-command): New.
7947         * nntp.el (nntp-via-rlogin-command): New.
7948         * nntp.el (nntp-via-telnet-command): New.
7949         * nntp.el (nntp-via-telnet-switches): New.
7950         * nntp.el (nntp-via-user-name): New.
7951         * nntp.el (nntp-via-user-password): New.
7952         * nntp.el (nntp-via-address): New.
7953         * nntp.el (nntp-via-envuser): New.
7954         * nntp.el (nntp-via-shell-prompt): New.
7955         * nntp.el (nntp-open-telnet-stream): New.
7956         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7957         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7958         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7959         * nntp.el (nntp-send-command): ditto.
7960         * nntp.el (nntp-send-command-nodelete): ditto.
7961         * nntp.el (nntp-send-command-and-decode): ditto.
7962
7963 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7964
7965         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7966         `when'.
7967
7968 2001-07-03  Simon Josefsson  <jas@extundo.com>
7969         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7970
7971         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7972
7973 2001-07-03  Simon Josefsson  <jas@extundo.com>
7974
7975         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7976         remove it (workaround XEmacs `fill-region' bug).
7977
7978 2001-07-01  Simon Josefsson  <jas@extundo.com>
7979
7980         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7981
7982 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7983
7984         * mml2015.el (mml2015-format-error): New function.
7985         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7986         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7987         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7988
7989 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7990
7991         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7992         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7993
7994         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7995         group variables.
7996
7997 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7998
7999         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8000
8001         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8002         (nnrss-save-group-data): Ditto.
8003
8004         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8005
8006 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * message.el (message-do-send-housekeeping): Narrow to headers.
8009
8010 2001-06-24  Simon Josefsson  <jas@extundo.com>
8011
8012         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8013         insertion when breaking lines looked for " \t" instead of "[ \t]".
8014         (rfc2047-encode-message-header): Fold lines even if
8015         no QP encoding is done.
8016
8017 2001-06-23  Simon Josefsson  <jas@extundo.com>
8018         From Samuel Tardieu <sam@inf.enst.fr>
8019
8020         * smime.el (smime-keys): Support additional certificates.
8021         (smime-make-certfiles): New function.
8022         (smime-sign-region): Use previous variables.
8023         (smime-get-certfiles): New function.
8024         (smime-sign-buffer): Use it.
8025         (smime-verify-region): Support both CAfile and CApath.
8026
8027 2001-06-23  Simon Josefsson  <jas@extundo.com>
8028
8029         * smime.el (smime-decrypt-region): Perhaps work.
8030
8031 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8032
8033         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8034
8035 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8036
8037         * mm-decode.el (mm-save-part): Rewrite file name.
8038         (mm-file-name-rewrite-functions): New variable.
8039         (mm-file-name-delete-whitespace): New function.
8040         (mm-file-name-trim-whitespace): New function.
8041         (mm-file-name-collapse-whitespace): New function.
8042         (mm-file-name-replace-whitespace): New variable and function.
8043
8044 2001-06-22  Simon Josefsson  <jas@extundo.com>
8045
8046         * message.el (message-make-date): Workaround locale for weekdays.
8047
8048 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8049
8050         * message.el (message-goto-body): Return nil if not found. (revert!)
8051
8052 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053         From Fremlin <chief@bandits.org>
8054
8055         * message.el (message-goto-body): Some messages have no header.
8056
8057         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8058
8059 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8060
8061         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8062
8063 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8064
8065         * message.el (message-make-date): Add week day.
8066         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8067
8068 2001-06-19  Simon Josefsson  <jas@extundo.com>
8069
8070         * message.el (message-yank-prefix): Doc fix.
8071         (message-yank-cited-prefix): Ditto.
8072         (message-delete-not-region): Keep citation prefix on first line,
8073         if possible and appropriate.
8074
8075 2001-06-19  Simon Josefsson  <jas@extundo.com>
8076
8077         * imap.el (imap-process-connection-type): New variable.
8078         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8079         recent `imtest's work completely (no line length issues), while
8080         making making old `imtest's unusable.  Thanks to NAGY Andras
8081         <nagya@inf.elte.hu> for his work.
8082
8083 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8084
8085         * imap.el (imap-ssl-program): Add -quiet to shut up
8086         OpenSSL/SSLeay's internal debug talk.
8087
8088 2001-06-19  Matt Armstrong  <matt@lickey.com>
8089
8090         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8091         server.
8092
8093 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * nnmail.el (nnmail-article-buffer): New variable.
8096         (nnmail-split-incoming): Use it.
8097
8098 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8099
8100         * qp.el (quoted-printable-decode-region): If called interactively,
8101         use coding-system-for-read.
8102
8103 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * message.el (message-check-news-header-syntax): Check Reply-To.
8106
8107 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * mml.el (mml-parse-1): Use message options.
8110
8111         * message.el (message-do-fcc): Don't do anything if there is no
8112         FCC.
8113
8114 2001-06-16  Simon Josefsson  <jas@extundo.com>
8115
8116         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8117         (nnimap-expunge-search-string): New variable.
8118         (nnimap-request-expire-articles): Use it.
8119
8120 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * message.el (message-send-mail-with-qmail): wrong exit status is
8123         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8124
8125 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-art.el (article-strip-multiple-blank-lines): Use
8128         delete-region instead of replace-match.
8129
8130 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8133         (nnweb-google-wash-article): Ditto.
8134
8135 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8136
8137         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8138
8139 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8142         specs.
8143
8144 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * gnus.el (gnus-email-address): Move it here.
8147
8148         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8149         requested.
8150         (article-de-base64-unreadable): Ditto.
8151         (article-wash-html): Ditto.
8152
8153 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * message.el (message-options-set-recipient): Don't add ", "
8156         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8157
8158 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8161
8162 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8165         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8166
8167         * nnrss.el (nnrss-node-text): Node might be nil.
8168
8169 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8172         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8173
8174         * nnrss.el (nnrss-group-alist): More items.
8175
8176 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8177
8178         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8179
8180 2001-06-03  Dale Hagglund  <rdh@best.com>
8181
8182         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8183         restrict clauses.
8184
8185 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8186
8187         From Benjamin Rutt <brutt+news@bloomington.in.us>
8188
8189         * message.el (message-wide-reply-confirm-recipients): New variable.
8190
8191 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8193
8194         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8195         fix so it works with XEmacs.
8196
8197 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8198
8199         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8200         headers.
8201
8202 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8203
8204         * nnrss.el: Fix a few bugs.
8205
8206 2001-06-05  Simon Josefsson  <jas@extundo.com>
8207
8208         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8209         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8210
8211 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8212
8213         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8214         binary so that we don't transmit ISO 2022 garbage to the process.
8215         This is needed under XEmacs.
8216
8217 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8218
8219         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8220         autoloaded incorrectly below because ssl-program-* is bound.)
8221         Thanks to Amos Gouaux for report.
8222
8223 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8224
8225         * imap.el (imap-kerberos4-open):
8226         (imap-gssapi-open):
8227         (imap-ssl-open):
8228         (imap-network-open):
8229         (imap-shell-open):
8230         (imap-starttls-open): Set buffer to workaround spurious
8231         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8232         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8233         Colman <colman@ppllc.com> for report.
8234
8235 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * gnus-sum.el (gnus-summary-catchup): New argument.
8238         (gnus-summary-catchup-from-here): New function.
8239
8240 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8241
8242         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8243         back, then insert glyph.  (Before, the glyph was inserted first,
8244         then the newline.)  This works around a behavior in XEmacs where
8245         it is not possible to insert a character after a glyph which is at
8246         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8247
8248 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8249
8250         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8251
8252         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8253         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8254         mm-destroy-postponed-undisplay-list): New functions.
8255         (mm-display-external): Use them.
8256
8257 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8258
8259         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8260         `default-low' when evaluating `gnus-summary-highlight'.
8261         From Raja R Harinath <harinath@cs.umn.edu>.
8262
8263 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8264
8265         * message.el (message-yank-cited-prefix): New variable.
8266         (message-indent-citation): Use it.
8267
8268         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8269         as details.
8270         (mml2015-mailcrypt-clear-verify): Ditto.
8271
8272 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8273         From Nevin Kapur <nevin@jhu.edu>.
8274
8275         * gnus-sum.el (gnus-summary-default-high-score,
8276         gnus-summary-default-low-score): New variables.
8277         (gnus-summary-highlight): Use them.
8278
8279 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8280
8281         * message.el (message-mail): pass the 'send-actions argument to
8282         `message-setup'.
8283
8284 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8285         From Raymond Scholz <ray-2001@zonix.de>
8286
8287         * gnus-art.el (gnus-mime-view-part-as-charset):
8288         (gnus-mime-internalize-part): Doc fixes.
8289
8290 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8291
8292         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8293         status lines without any text ("^215$").
8294
8295 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * nnrss.el (nnrss-check-group): Reverse.
8298
8299 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8300
8301         * message.el (message-get-reply-headers):
8302         (message-followup): Fix typo, suggested by David Green
8303         <dgreen@uab.edu>
8304
8305 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8306
8307         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8308
8309         * nnrss.el (nnrss-open-server): Read server data when it is called.
8310         (nnrss-request-expire-articles): Fix.
8311
8312 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8313
8314         * message.el (message-do-send-housekeeping): mail-abbrevs may
8315         rename buffer behind Gnus.
8316
8317 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8318
8319         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8320         (nnrss-group-alist): Add more resources.
8321         (nnrss-check-group): Ignore errors.
8322
8323 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8326
8327         * nnslashdot.el (nnslashdot-request-list): Add time.
8328         (nnslashdot-request-expire-articles): New function.
8329
8330         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8331         secondary methods too.
8332
8333 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8334
8335         * message.el (message-use-followup-to): Set default value to t.
8336
8337 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8338
8339         * message.el (message-dont-reply-to-names): Fix documentation.
8340         (message-get-reply-headers): Use Mail-Followup-To only for wide
8341         replies.
8342
8343 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8346         correctly.
8347         (nnrss-check-group): Use time.
8348
8349 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8350
8351         * gnus.el: Oort Gnus v0.03 is released.
8352
8353 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8356         group.
8357
8358 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8361
8362 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * nnultimate.el (nnultimate-retrieve-headers): Return all
8365         available headers.
8366
8367         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8368         (gnus-get-newsgroup-headers-xover): Use it.
8369
8370 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8373
8374 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8377
8378 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8381         disable it.
8382
8383         * gnus.el (gnus-info-nodes): Remove a few The's.
8384
8385 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8386
8387         * mail-source.el (mail-source-movemail): Call-process may return a
8388         signal description string.
8389
8390         * gnus-start.el (gnus-read-newsrc-el-file):
8391         gnus-newsrc-file-version may be nil.
8392
8393         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8394         Suggested by Michael Sperber [Mr. Preprocessor]
8395         <sperber@informatik.uni-tuebingen.de>.
8396
8397 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8398
8399         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8400
8401 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8402
8403         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8404         fontify HANDLE.
8405
8406 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8407
8408         * smime.el (smime-ask-passphrase): Rework to return value.
8409         (smime-sign-region): Rework to bind value and use it.
8410         (smime-decrypt-region): Ditto.
8411
8412 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8413         Committed by Simon Josefsson  <simon@josefsson.org>
8414
8415         * smime.el (smime-ask-passphrase): New function.
8416         (smime-sign-region): Use it.
8417         (smime-encrypt-cipher): New variable.
8418         (smime-decrypt-region): Ditto.
8419
8420 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8421         Committed by Simon Josefsson  <simon@josefsson.org>
8422
8423         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8424         the log.
8425
8426 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8427
8428         *gnus.el: Oort Gnus v0.02 is released.
8429
8430 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8431
8432         * gnus.el: Oort Gnus v0.01 is released.
8433
8434 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-sum.el (gnus-summary-highlight): Highlight read
8437         undownloaded articles as read articles.
8438
8439         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8440         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8441         articles, even read ones, as such.
8442
8443         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8444         (gnus-find-matching-articles): New function.
8445         (gnus-summary-limit-include-matching-articles): New command.
8446         (gnus-summary-limit-include-thread): Include articles that have
8447         matching subjects.
8448         (gnus-offer-save-summaries): Clean up.
8449
8450 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8451
8452         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8453
8454 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455         From Jason Merrill <jason_merrill@redhat.com>
8456
8457         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8458
8459 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8460         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8463         newsgroup names when the original article is a news message.
8464
8465 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8468         supported. Suggest by Jim Meyering <jim@meyering.net>.
8469
8470 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8471         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8472
8473         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8474         regexp in nnmail-split-fancy.
8475
8476 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8477
8478         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8479
8480 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8481
8482         * message.el (message-send-mail): Improve the interaction with the
8483         user.
8484
8485 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8486
8487         * imap.el (imap-message-copy): Work around buggy servers that
8488         doesn't send TRYCREATE tags.
8489
8490 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8493
8494 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8497         date.
8498
8499 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8502         lives.
8503
8504 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * gnus-art.el (gnus-parse-news-url): New function.
8507         (gnus-button-handle-news): New function.
8508         (gnus-button-alist): Point to new functions.
8509
8510         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8511
8512         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8513         gnus-format-specs.
8514
8515         * message.el (message-check-news-header-syntax): Question even
8516         when Gnus doesn't know the group names.
8517         (message-send-news): Clean up.
8518
8519         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8520         exited on purpose without saving.
8521
8522         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8523
8524 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * gnus-score.el (gnus-score-orphans): Clean up.
8527
8528         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8529
8530         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8531         later.
8532
8533         * gnus-start.el (gnus-close-all-servers): Find the right items to
8534         close.
8535
8536         * qp.el (quoted-printable-decode-region): Just message
8537         malformation; don't quit.
8538
8539 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8540         From Gerd Moellmann <gerd@gnu.org>.
8541
8542         * gnus.el (gnus-interactive): A typo.
8543
8544 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8545         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8548         `assq-delete-all', if that function exists; otherwise use the old
8549         definition. Documentation changed to match the one in
8550         `assq-delete-all'.
8551
8552 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-start.el (gnus-close-all-servers): New function.
8555
8556         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8557         (gnus-server-remove-denials): Clean up.
8558
8559         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8560         keystroke.
8561
8562 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * message.el (message-send-news): Message where we are sending.
8565         (message-send-mail): Ditto.
8566
8567         * gnus.el (gnus-server-string): New function.
8568
8569         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8570
8571         * mm-decode.el (mm-default-directory): Customized.
8572         (mm-tmp-directory): Ditto.
8573
8574         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8575         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8576         or Chars.
8577         (gnus-summary-line-format-alist): ?l is now a string.
8578         (gnus-summary-prepare-threads): Output ? for unknown lines.
8579         (gnus-summary-insert-line): Ditto.
8580         (gnus-summary-print-article): Unbalanced parentheses.
8581
8582         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8583         out whether new stuff has arrived.
8584
8585 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8586
8587         * gnus-sum.el: Let printing work on ttys on Emacs.
8588
8589 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8592         when forcing news.
8593
8594         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8595         command.
8596
8597 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8598
8599         * message.el (message-set-auto-save-file-name): Don't use
8600         asterisks under nt.
8601
8602 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8605         lists of articles.
8606
8607         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8608
8609         * gnus-msg.el (gnus-put-message): Clean up.
8610         (gnus-summary-reply): Mark all replied-to articles as replied to.
8611         (gnus-inews-add-send-actions): Also mark as forwarded.
8612         (gnus-summary-mail-forward): Mark as forwarded.
8613
8614         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8615         of articles.
8616         (gnus-summary-mark-article-as-forwarded): Ditto.
8617
8618         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8619         forwarded.
8620         (gnus-summary-mail-forward): Clean up.
8621
8622         * gnus.el (gnus-article-mark-lists): Added forward.
8623
8624         * gnus-sum.el (gnus-forwarded-mark): New variable.
8625         (gnus-summary-prepare-threads): Use it.
8626         (gnus-summary-update-secondary-mark): Ditto.
8627         (gnus-newsgroup-forwarded): New variable.
8628
8629 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8630
8631         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8632         (gnus-summary-very-wide-reply): New command and keystroke.
8633         (gnus-summary-very-wide-reply-with-original): Ditto.
8634
8635         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8636         (gnus-score-adaptive): Use it.
8637
8638         * gnus-start.el (gnus-get-unread-articles): Clean up.
8639
8640 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8643         boards.
8644
8645 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8646
8647         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8648         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8649
8650 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * nnultimate.el (nnultimate-retrieve-headers): Understand
8653         long-form month names.
8654
8655 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8656
8657         * gnus-sum.el (gnus-summary-show-all-headers):
8658         gnus-article-show-all-headers is broken. Use
8659         gnus-summary-toggle-header instead.
8660
8661         * mml2015.el (mml2015-gpg-extract-from): No error.
8662
8663 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8664         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8665
8666         * mml2015.el (mml2015-gpg-extract-from): New function.
8667         (mml2015-gpg-verify): Use it.
8668         (mml2015-gpg-clear-verify): Use it.
8669
8670 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * message.el (message-setup-fill-variables): Use
8673         fill-paragraph-function.
8674         (message-fill-paragraph): Take an argument.
8675         (message-newline-and-reformat): Take another argument.
8676
8677 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678
8679         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8680
8681 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8682
8683         * message.el (message-forward): local-variable-p takes an extra
8684         argument in XEmacs.
8685
8686 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8687
8688         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8689         `nnimap-use-nov-p' (it really tested the negative).
8690         (nnimap-retrieve-headers): Use it.
8691
8692 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8693
8694         * message.el (message-generate-headers-first): Update doc.
8695
8696 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8697
8698         * gnus.el (gnus-summary-line-format): Typo.
8699
8700 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8701
8702         * mailcap.el (mailcap-mime-data): Add application/sieve.
8703         (mailcap-mime-extensions): Add .siv, .xls.
8704
8705 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8706         From Christoph Conrad <christoph.conrad@gmx.de>
8707
8708         * gnus-score.el (gnus-summary-lower-thread): Typo.
8709
8710 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * message.el (message-forward-decoded-p): New variable.
8713         (message-forward-subject-author-subject): Use it.
8714         (message-make-forward-subject): Use it.
8715         (message-forward): Use it.
8716
8717         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8718
8719         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8720         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8721
8722 ;;Has been fixed -- zsh.
8723 ;;2001-03-05  Dave Love  <fx@gnu.org>
8724 ;;
8725 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8726 ;;      Move it after definition of mm-coding-system-p.
8727 ;;
8728 2001-03-01  Dave Love  <fx@gnu.org>
8729
8730         * mm-util.el (mm-inhibit-file-name-handlers): Add
8731         image-file-handler.
8732
8733 2001-02-11  Dave Love  <fx@gnu.org>
8734
8735         * message.el (message-signature-file): Fix doc, :type.
8736
8737 2001-02-08  Dave Love  <fx@gnu.org>
8738
8739         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8740         (message-posting-charset): Defvar when compiling again.
8741         (rfc2047-encodable-p): Require message.
8742
8743         * gnus-sum.el (gnus-alter-articles-to-read-function):
8744         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8745
8746 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * nnrss.el: New file.
8749
8750 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8751         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8754         `skip-chars-forward'.
8755
8756 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * nndraft.el (nndraft-request-group): Restore auto save files if
8759         the original files do not exist.
8760
8761 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8764         SCORE paths.
8765
8766         * mm-decode.el (mm-dissect-buffer): Call
8767         mail-extract-address-components only if necessary.
8768
8769 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8770
8771         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8772         directory part.
8773         (gnus-score-search-global-directories): Use file-directory-p.
8774
8775         * gnus-score.el (gnus-score-score-files-1): Use
8776         gnus-kill-files-directory.
8777         From Adrian Aichner <adrian@xemacs.org>.
8778
8779 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8780
8781         * gnus.el (charset): Move here from gnus-sum.el.
8782
8783 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * mml.el (mml-preview): Disable local map.
8786
8787         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8788         gnus-article-post-menu here.
8789
8790         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8791         if it has not been made.
8792
8793 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8794
8795         * gnus-art.el (gnus-article-describe-key): Map key to event.
8796         (gnus-article-describe-key-briefly): Ditto
8797
8798 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8801
8802 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803         From Katsumi Yamaoka <yamaoka@jpl.org>.
8804
8805         * dgnushack.el (coerce, merge, subseq): defmacro.
8806
8807 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8808
8809         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8810         A fake defalias in nndraft.el results a not-activated bug in
8811         uncompiled versions.
8812
8813 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8814         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8815
8816         * gnus-util.el (gnus-split-references): Handle malformed References:.
8817
8818 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8819
8820         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8821
8822 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8823         From NAGY Andras <nagya@inf.elte.hu>.
8824
8825         * gnus.el (gnus-parameters): Typo.
8826
8827 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8828
8829         * gnus.el (gnus-read-method): Remove redundancy.
8830
8831 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8832
8833         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8834         (nnslashdot-request-list): Use it.
8835
8836 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8837
8838         * nnml.el (nnml-generate-active-info): Fix the case when there is
8839         no file.
8840
8841         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8842         (gnus-summary-create-article): New function.
8843
8844         * gnus-group.el (gnus-group-mark-article-read): New function.
8845
8846         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8847
8848         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8849
8850 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8851
8852         * gnus-art.el (gnus-article-edit-done): Don't use
8853         gnus-article-edit-exit.
8854         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8855
8856         * gnus.el (gnus-parameters): New variable.
8857         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8858         (gnus-parameters-get-parameter): New function.
8859         (gnus-group-find-parameter): Use it.
8860
8861 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8862
8863         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8864         change of default value to `current'.
8865
8866 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * nneething.el (nneething-get-head): Insert unreadable file too.
8869
8870 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8873
8874         * webmail.el (webmail-type-definition): Deja is bought by google.
8875
8876 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * gnus-sum.el (gnus-fetch-headers): New function.
8879         (gnus-select-newsgroup): Use it.
8880         (gnus-summary-insert-articles): New function.
8881         (gnus-summary-insert-old-articles): New function.
8882         (gnus-summary-insert-new-articles): New function.
8883
8884         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8885         (gnus-group-list-active): Ditto.
8886         * gnus-sum.el (gnus-set-mode-line): Ditto.
8887         (gnus-summary-read-group-1): Ditto.
8888
8889 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8892         current topic.
8893
8894 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * smiley.el (gnus-smiley-display): Don't do widening.
8897
8898         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8899         within body.
8900
8901         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8902
8903         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8904         New variable.
8905         (gnus-mime-display-multipart-related-as-mixed): New variable.
8906         (gnus-mime-display-part): Use them.
8907
8908 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8911         something special.
8912
8913 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8916         (nnweb-request-article): Call reference if exists.
8917         (nnweb-type-definition): Dejanews is bought by google.com.
8918         Beta!
8919
8920 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8923
8924 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8925
8926         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8927         gnus-article-sort-functions.
8928         (gnus-article-sort-functions): Doc fix.  Refer to
8929         gnus-thread-sort-functions.
8930
8931 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932         From Paul Jarc <prj@po.cwru.edu>.
8933
8934         * message.el (message-get-reply-headers): More fixes.
8935
8936 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8937         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8938
8939         * message.el (message-get-reply-headers): Fix bug with
8940         Mail-Followup-To/to-address interaction.
8941
8942 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8945         gnus-article-copy.
8946
8947 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * message.el (message-do-send-housekeeping): Rename to a better
8950         name.
8951
8952 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8953
8954         * message.el (message-cancel-news): Check article first, then ask
8955         yes or no.
8956
8957 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8958
8959         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8960
8961 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-range.el (gnus-range-normalize): New function.
8964
8965 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8966
8967         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8968
8969 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8972
8973         * nnagent.el (nnagent-request-regenerate): New function.
8974
8975         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8976
8977         * nnml.el (nnml-generate-nov-databases): Accept argument
8978         server. Don't open server if it is opened.
8979         (nnml-request-regenerate): Use it. Change to deffoo.
8980
8981 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8982         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * gnus.el (gnus-define-group-parameter): Fix.
8985
8986 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8987
8988         * gnus.el (gnus-define-group-parameter): Improved.
8989
8990         * gnus-sum.el (charset): Define parameter.
8991         (ignored-charsets): Ditto.
8992         (gnus-summary-setup-default-charset): Use them.
8993
8994         * gnus-start.el (gnus-read-descriptions-file): Use them.
8995
8996         * gnus-cus.el (gnus-group-parameters): Remove them.
8997
8998 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8999
9000         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9001
9002 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * gnus-sum.el (gnus-summary-read-group-1): Remove
9005         gnus-summary-set-local-parameters.
9006         (gnus-summary-setup-buffer): Put it here.
9007
9008 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9009
9010         * gnus.el (to-address): Define parameter.
9011         (to-list): Ditto.
9012         * gnus-art.el (article-hide-boring-headers): Use them.
9013         * gnus-msg.el (gnus-post-news): Ditto.
9014         * gnus-cus.el (gnus-group-parameters): Remove them.
9015
9016 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9017
9018         * gnus-draft.el (gnus-draft-reminder): New function.
9019
9020         * gnus-art.el (gnus-sender-save-name): New function.
9021
9022 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         * mm-util.el (mm-mime-charset): Error message.
9025
9026 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9027
9028         * message.el (message-check-news-body-syntax): Don't check mml lines.
9029
9030 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9033         subscribe.
9034
9035         * gnus-start.el (gnus-call-subscribe-functions): New function.
9036         (gnus-find-new-newsgroups): Use it.
9037         (gnus-ask-server-for-new-groups): Use it.
9038         (gnus-check-first-time-used): Use it.
9039         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9040         (gnus-subscribe-options-newsgroup-method): Ditto.
9041         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9042         return .
9043
9044 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9045
9046         * gnus-cus.el (gnus-score-customize): Doc fix.
9047
9048 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9049
9050         * dgnushack.el (my-getenv): Typo.
9051
9052 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9055
9056 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057
9058         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9059
9060         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9061         (gnus-treatment-function-alist): Use it.
9062         (article-remove-leading-whitespace): New function.
9063         (gnus-article-make-menu-bar): Use it.
9064
9065         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9066         remove-leading-whitespace.
9067         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9068         because of conflict.
9069
9070 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * Makefile.in: Hack generating gnus-load.el.
9073         * dgnushack.el: Ditto.
9074         * gnus-load.el: Remove it.
9075
9076 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * dgnushack.el : Add URLDIR.
9079
9080         * Makefile.in (EMACS_COMP): Ditto.
9081
9082 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * gnus-cus.el (gnus-score-customize): Error on no score file.
9085
9086 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * mm-decode.el (mm-merge-handles): New function.
9089
9090         * mm-view.el (mm-inline-message): Use it.
9091         (mm-view-message): Ditto.
9092
9093         * mm-partial.el (mm-inline-partial): Ditto.
9094
9095         * mm-extern.el (mm-inline-external-body): Ditto.
9096
9097         * gnus-art.el (gnus-mime-view-part): Ditto.
9098         (gnus-mime-view-part-as-type): Ditto.
9099         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9100         cases.
9101
9102 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * message.el (message-cancel-news): Allow to shoot foot.
9105         (message-supersede): Ditto.
9106
9107 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9108
9109         * gnus-sum.el (gnus-simplify-subject-re): Use
9110         message-subject-re-regexp.
9111
9112 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9113
9114         * nnmail.el (nnmail-expiry-target-group): Bind
9115         nnmail-cache-accepted-message-ids to nil.
9116
9117         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9118         coding system.
9119
9120 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9121
9122         * qp.el (quoted-printable-encode-region): Make sure characters are
9123         between 00 and FF.  Don't check charset.
9124
9125         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9126         in Emacs 20.
9127         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9128
9129 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * message.el (message-make-forward-subject): Argument decoded.
9132         (message-forward): Use it when digest.
9133
9134         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9135         buffer.
9136
9137 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9138
9139         * message.el (message-generate-headers-first): Doc fix.
9140
9141 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9142
9143         * gnus-art.el (article-make-date-line): Error proof.
9144
9145 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * gnus-group.el (gnus-group-listing-limit): New variable.
9148         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9149
9150         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9151
9152 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9153
9154         * message.el (message-newline-and-reformat): Special case for
9155         breaking at BOL.
9156
9157 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9158
9159         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9160         message/rfc822.
9161
9162 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * message.el (message-encode-message-body): Don't insert
9165         Content-Type if it is inside a mail.
9166
9167 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9170         gnus-article-commands-menu.
9171
9172         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9173         in Emacs.
9174
9175         * gnus-start.el (gnus-read-descriptions-file): Use
9176         gnus-group-name-charset and gnus-group-charset-alist.
9177
9178 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179
9180         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9181         active region.
9182
9183         * gnus-start.el (gnus-group-change-level): Remove from both
9184         gnus-zombie-list and gnus-killed-list.
9185
9186 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9187
9188         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9189         gnus-subscribe-topics.
9190
9191         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9192
9193 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * gnus-art.el (gnus-article-make-menu-bar): Make
9196         gnus-article-post-menu.
9197
9198         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9199
9200         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9201
9202         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9203
9204         * message.el (message-mode-menu): Ditto.
9205
9206         * gnus-art.el (defvar): eval-when-compile.
9207
9208 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209
9210         * gnus-agent.el (gnus-agentize): Fix doc.
9211
9212 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9213
9214         * mml.el (mml-preview): Bind `q'.
9215
9216 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9219
9220 2001-01-31  Dave Love  <fx@gnu.org>
9221
9222         * mm-util.el (mm-mime-mule-charset-alist)
9223         (mm-find-mime-charset-region): Consider mule-utf-8.
9224
9225 2001-01-31  Dave Love  <fx@gnu.org>
9226
9227         * gnus-art.el (gnus-article-x-face-command)
9228         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9229         :version.
9230
9231 2001-01-26  Dave Love  <fx@gnu.org>
9232
9233         * mm-util.el (mm-multibyte-string-p): New.
9234
9235 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9236 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9237 ;;      string-as-multibyte on class.  Clarify line-folding.
9238         (quoted-printable-encode-string): Make temp buffer inherit
9239         string's multibyteness.
9240
9241 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9242
9243         * nnheader.el (toplevel): Don't require `gnus-util' at
9244         compile-time; this creates a circular dependency, and prevents
9245         a bootstrap.
9246
9247 2001-01-22  Andreas Schwab  <schwab@suse.de>
9248
9249         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9250
9251 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9252
9253         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9254
9255         * gnus-art.el (article-hide-list-identifiers): Ditto.
9256
9257         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9258
9259 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9262
9263         * gnus-art.el (article-hide-list-identifiers): Similar.
9264
9265 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9266
9267         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9268
9269 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9272
9273 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * gnus-util.el (gnus-string-equal): New function.
9276
9277         * gnus-art.el (article-hide-boring-headers): Use it.
9278
9279 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9280
9281         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9282
9283 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9284
9285         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9286
9287 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288
9289         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9290         command if there is not last-saver.
9291
9292 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9293
9294         * nntp.el (nntp-open-connection): 201 is possible.
9295
9296 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9297
9298         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9299         (rfc2047-charset-encoding-alist): Add big5.
9300
9301 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9304         (gnus-agent-remove-server): Ditto.
9305         (autoload): gnus-server-update-server.
9306
9307         * gnus-srvr.el (gnus-server-line-format): Add %a.
9308         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9309         (gnus-server-insert-server-line): Use it.
9310
9311 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9312
9313         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9314         GB2312 and Big5.
9315
9316 2001-01-24  Simon Josefsson  <sj@extundo.com>
9317
9318         * mail-source.el (mail-sources): Add :program specifier to IMAP
9319         mail source.
9320         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9321
9322 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9325
9326 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * nntp.el (nntp-wait-for): Return the success code.
9329         (nntp-open-connection): Use it.
9330
9331 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9334
9335 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9338
9339 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9342         argument. Allow to print several articles in one file.
9343
9344 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * webmail.el (webmail-type-definition): netaddress changes.
9347
9348 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * gnus.el: Fix copyright. Remove trailing spaces.
9351
9352         * message.el (message-forward): Use mule4.
9353
9354 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         * mm-util.el (mm-string-as-unibyte): New function.
9357
9358         * message.el (message-forward): Use it.
9359
9360 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9361
9362         * message.el (message-cite-original-without-signature): Don't peel
9363         off the blank line.
9364         (message-get-reply-headers): Add Cc if it is not in follow-to.
9365
9366 2001-01-20  Simon Josefsson  <sj@extundo.com>
9367
9368         * mm-decode.el (mm-handle-multipart-from): Add.
9369         (mm-dissect-buffer): Save From: header value.
9370         (mm-security-from): Remove.
9371         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9372
9373         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9374         instead of `mml-security-from'.  Protect null from value.
9375
9376 2001-01-20  Simon Josefsson  <sj@extundo.com>
9377
9378         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9379         application/vnd.ms-excel attachments.
9380
9381 2001-01-19  Simon Josefsson  <sj@extundo.com>
9382
9383         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9384
9385 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9386
9387         * message.el (message-ignored-mail-headers): Ditto.
9388
9389 2001-01-19  Simon Josefsson  <sj@extundo.com>
9390
9391         * message.el (message-ignored-news-headers): Only search beginning
9392         of line.
9393
9394 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9395
9396         * message.el (message-send-mail): Content-Type may not be there.
9397
9398 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9399
9400         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9401         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9402
9403         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9404         not.
9405
9406 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9409         non-native groups.
9410
9411 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * message.el (message-yank-original): Understand
9414         universal-argument.
9415
9416 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9417
9418         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9419         (article-hide-boring-headers): Ditto.
9420
9421         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9422
9423 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424
9425         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9426         one.
9427
9428 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9429
9430         * message.el (message-make-in-reply-to): Add comment to message-id
9431         (old syntax, see 2000-08-02 change).
9432
9433 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9436         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9437         (gnus-button-reply): Ditto.
9438
9439 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (article-display-x-face): Fix.
9442
9443 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * gnus-art.el (article-display-x-face): Use
9446         gnus-original-article-buffer.
9447
9448 2001-01-15  Jack Twilley  <jmt@tbe.net>
9449
9450         * message.el (message-add-header): Move to point-max.
9451
9452 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9453
9454         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9455         nil, improve documentation.
9456         (smime-certificate-directory): Comment out false hints (until it
9457         is implemented).
9458
9459         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9460         there aren't any keys.
9461         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9462         verify certificate.  Default is changed to only check integrity.
9463         Improved security status texts.  If a certificate doesn't contain
9464         a email address, don't fail.
9465
9466         * smime.el (smime-noverify-region):
9467         (smime-noverify-buffer): New functions.  Verifies integrity only.
9468
9469 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9470
9471         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9472
9473 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9476         (gnus-remove-some-windows): Ditto.
9477
9478 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9479
9480         * gnus-art.el (article-make-date-line): 11th.
9481
9482 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9485         (mml2015-gpg-sign): Ditto.
9486
9487 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9488
9489         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9490         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9491
9492 2001-01-08  Dave Love  <fx@gnu.org>
9493
9494         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9495         single character.
9496
9497         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9498
9499         * message.el: Doc and message fixes.
9500         (message-send-rename-function)
9501         (message-make-forward-subject-function)
9502         (message-send-mail-function, message-reply-to-function)
9503         (message-wide-reply-to-function, message-followup-to-function)
9504         (message-distribution-function, message-auto-save-directory): Fix
9505         :type.
9506
9507         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9508         proceeding after warnings.  Amend multipart warning message.
9509
9510 2001-01-04  Dave Love  <fx@gnu.org>
9511
9512         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9513         compiling.
9514         (gnus-make-directory): Require nnmail.
9515
9516         * mm-decode.el (mm-inline-media-tests): Add
9517         image/x-portable-bitmap.
9518         (mm-get-image): Grok pbm.
9519
9520 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9521
9522         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9523
9524 2001-01-09  Didier Verna  <didier@xemacs.org>
9525
9526         * dgnushack.el (dgnushack-compile): give a dummy value to
9527         `gnus-xmas-glyph-directory' for the time of compilation.
9528         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9529         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9530         * gnus-art.el: ditto.
9531         * gnus-group.el: ditto.
9532         * gnus-salt.el: ditto.
9533         * gnus-sum.el: ditto.
9534         * gnus-topic.el: ditto.
9535         * gnus-xmas.el (gnus-xmas-define): see above.
9536         * gnus-xmas.el (gnus-xmas-redefine): see above.
9537         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9538         non-continuable error when the directory can't be found.
9539
9540 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9541
9542         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9543         handle.
9544         * gnus-art.el (gnus-mime-view-part): Copy it.
9545         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9546
9547 2001-01-09  Michael Downes  <mjd@ams.org>
9548
9549         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9550
9551 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9554         orig-file. Use ',source.
9555
9556 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9559         (gnus-xmas-group-startup-message):
9560         Detect gnus-xmas-glyph-directory when it is nil.
9561
9562 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * pop3.el (pop3-get-message-count): Andrew Innes
9565         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9566
9567 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9570
9571         * time-date.el (time-to-number-of-days): New function.
9572
9573 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9574
9575         * nnslashdot.el (nnslashdot-request-list): Always get the right
9576         sid.
9577
9578 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * message.el (message-minibuffer-local-map): New keymap.
9581         (message-read-from-minibuffer): Use it.
9582         * gnus-msg.el (gnus-summary-resend-message): Use it
9583
9584 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9585
9586         * gnus-start.el (gnus-display-time-event-handler): New function.
9587         (gnus-after-getting-new-news-hook): Use it.
9588
9589 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * message.el (message-ignored-mail-headers): Add draft header.
9592
9593 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9596         excursion.
9597
9598         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9599
9600 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9601
9602         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9603
9604 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * qp.el (quoted-printable-decode-region): Don't backward-char.
9607
9608 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus-draft.el: Mark articles as replied.
9611
9612         * gnus-sum.el (gnus-summary-add-mark): New function.
9613
9614         * gnus-group.el (gnus-add-mark): New function.
9615
9616         * gnus-sum.el (gnus-summary-buffer-name): New function.
9617         (gnus-summary-setup-buffer): Use it.
9618
9619         * gnus-draft.el: Set things up with the right post method and
9620         stuff.
9621
9622         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9623
9624         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9625
9626         * gnus.el (gnus-draft-meta-information-header): New variable.
9627
9628 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * gnus-art.el (gnus-treatment-function-alist): Move the date
9631         functions before the header sorting functions.
9632
9633         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9634
9635         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9636         Don't (push "/usr/share/emacs/site-lisp" load-path).
9637
9638         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9639         to empty fill prefixes.
9640
9641 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9642
9643         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9644         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9645
9646 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9647
9648         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9649
9650         * nnml.el (autoload): Move to nnheader.el.
9651
9652         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9653         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9654         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9655         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9656
9657 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * gnus-art.el (article-make-date-line): Get the hours right.
9660         (gnus-ignored-headers): More hiding.
9661
9662         * nnmail.el (nnmail-expiry-wait): Not an integer.
9663
9664         * message.el (message-goto-body): Only expand abbrev when called
9665         interactively.
9666         (message-make-lines): Use it.
9667
9668 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9671
9672 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9675         include the expunged articles.
9676
9677         * gnus-group.el (gnus-group-sort-by-server): New function.
9678
9679         * gnus.el (gnus-method-to-server-name): New function.
9680         (gnus-group-prefixed-name): Use it.
9681
9682         * gnus-group.el (gnus-group-sort-function): Doc fix.
9683         (gnus-group-sort-groups-by-server): New command.
9684
9685 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus-art.el (gnus-treat-date-english): New variable.
9688         (article-date-english): New command.
9689         (gnus-english-month-names): New variable.
9690         (article-make-date-line): Do 'english.
9691
9692         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9693         after the fill prefix.
9694
9695         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9696         score...".
9697
9698         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9699
9700         * message.el (message-mode-map): Bind comment-region.
9701
9702         * gnus-art.el (gnus-mime-display-part): Let w3 display
9703         multipart/related.
9704
9705         * mm-bodies.el (mm-long-lines-p): New function.
9706         (mm-body-encoding): Use it.
9707         (mm-body-encoding): Encode articles with lines longer than 1000
9708         characters.
9709
9710 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9711
9712         * mm-util.el (mm-enable-multibyte): Use
9713         default-enable-multibyte-characters.
9714         (mm-enable-multibyte-mule4): Ditto.
9715         (mm-disable-multibyte): Test XEmacs.
9716         (mm-disable-multibyte-mule4): Ditto.
9717         (mm-with-unibyte-current-buffer): Simplified.
9718         (mm-with-unibyte-current-buffer-mule4): Ditto.
9719
9720 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9723
9724         * nnheader.el (nnheader-string-as-multibyte): New alias.
9725
9726         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9727
9728         * gnus-uu.el (gnus-message-process-mark): New function.
9729         (gnus-uu-mark-by-regexp): Use it.
9730         (gnus-new-processable): New function.
9731
9732 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9733
9734         * gnus-sum.el (gnus-no-mark): New variable.
9735
9736 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9739         backslashes.
9740
9741 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9744         definition.
9745
9746 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9749
9750         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9751         XEmacs.
9752
9753 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9754
9755         * mml.el (mml-read-tag): Save tag location.
9756
9757 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9758
9759         * starttls.el: Sync with Emacs 21.
9760
9761 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9762
9763         * message.el (message-mail): Support yank-action.
9764
9765         * message.el (message-setup): Revoke the last change.
9766
9767 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9770         <jvromans@squirrel.nl>.
9771
9772 2000-12-24  Simon Josefsson  <sj@extundo.com>
9773
9774         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9775         mailing list junk at end of part.
9776
9777 2000-12-23  Simon Josefsson  <sj@extundo.com>
9778
9779         * nnimap.el (nnimap-expiry-target): New function.
9780         (nnimap-request-expire-articles): Use it.
9781
9782 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * gnus.el (gnus-group-parameters-more): New variable.
9785         * gnus-cus.el (gnus-group-customize): Use it.
9786
9787         * gnus.el (gnus-define-group-parameter): New macro.
9788         (auto-expire): Use it
9789         (total-expire): Use it.
9790         * gnus-art.el (banner): Use it.
9791
9792         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9793         <ljz@asfast.com>.
9794
9795 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * gnus-topic.el (gnus-topic-create-topic): Use list.
9798
9799         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9800         before binding gnus-default-article-saver.
9801
9802         * gnus-sum.el (gnus-summary-save-article):
9803         (gnus-summary-pipe-output):
9804         (gnus-summary-save-article-mail):
9805         (gnus-summary-save-article-rmail):
9806         (gnus-summary-save-article-file):
9807         (gnus-summary-write-article-file):
9808         (gnus-summary-save-article-body-file): Ditto.
9809
9810         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9811
9812 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * gnus-art.el (gnus-mime-security-button-map):
9815         (gnus-mime-button-map): Add parent.
9816
9817 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * messagexmas.el (message-xmas-redefine): New function.
9820
9821         * message.el: Use it.
9822
9823         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9824
9825         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9826
9827 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9830         malformatted messages.
9831
9832 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9833
9834         * mm-util.el (mm-image-load-path): New function.
9835
9836         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9837
9838         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9839
9840         * message.el (message-tool-bar-map): Use it.
9841
9842         * Makefile.in (install-el): New rule.
9843
9844 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-art.el (article-treat-dumbquotes): Quote \.
9847
9848 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9851         Emacs 20 runs on a terminal.
9852
9853 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9856
9857         * mml.el (gnus-add-minor-mode): Autoload.
9858
9859         * message.el (message-forward): Save-restriction.
9860
9861 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9862
9863         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9864         Paul Stevenson <p.stevenson@surrey.ac.uk>
9865
9866 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9869
9870         * mml.el (gnus-ems): Don't require.
9871
9872         * gnus.el (gnus-decode-rfc1522): Removed.
9873         (gnus-set-text-properties): Define.
9874
9875 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9876
9877         * gnus-art.el (gnus-mime-*): handle may be nil.
9878
9879         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9880
9881         * gnus.el (gnus-group-remove-excess-properties): Not defined
9882         in gnus-xmas.
9883
9884 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9885
9886         * message.el (message-mail-user-agent): Add :version.
9887
9888 2000-12-21  Miles Bader  <miles@gnu.org>
9889
9890         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9891
9892 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * message.el (message-mail-user-agent): New variable.
9895         (message-setup): Renamed to message-setup-1. Support
9896         mail-user-agent.
9897         (message-mail-user-agent): New function.
9898         (message-mail): Use it.
9899         (message-reply): Use it.
9900         (message-resend): Use it.
9901         (message-mail-other-window): Use it.
9902         (message-mail-other-frame): Use it.
9903
9904         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9905
9906 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * message.el (message-tool-bar-map): Simplify.
9909         (message-narrow-to-head-1): New function.
9910         (message-narrow-to-head): Use it.
9911         (message-reply): Ditto.
9912         (message-cancel-news): Ditto.
9913         (message-supersede): Ditto.
9914         (message-make-forward-subject): Ditto.
9915         (message-bounce): Ditto.
9916
9917 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         * uudecode.el (uudecode-decode-region-external): make-temp-file
9920         may not be defined.
9921
9922         * binhex.el (defalias): eval-and-compile.
9923
9924         * message.el (message-tool-bar-map): New function.
9925         (message-mode): Use it.
9926
9927 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * nntp.el (nntp-find-connection): Remove the entry.
9930         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9931
9932 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9935
9936         * message.el (message-forward): Copy buffer in unibyte mode.
9937
9938 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * message.el (message-make-forward-subject): Don't widen. Decode.
9941         (message-forward): Don't decode subject.
9942
9943 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9944
9945         * qp.el (quoted-printable-encode-region): Upcase QP.
9946
9947 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9950         mail-extract-a-c instead. Don't depend on Gnus.
9951
9952         * mml.el (gnus-ems): Require it.
9953
9954         * gnus-msg.el (gnus-summary-mail-forward):
9955
9956         * message.el (message-forward):  Move mime-to-mml here.
9957
9958 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9961         * gnus-art.el (gnus-insert-mime-button): Simplify.
9962         (gnus-mime-display-alternative): Ditto.
9963         (gnus-insert-mime-security-button): Ditto.
9964
9965 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9966
9967         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9968         text-property-not-all doesn't return nil when start=mark(end).
9969         (gnus-remove-text-properties-when): Ditto.
9970
9971 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * gnus-start.el (gnus-group-change-level): Remove group from
9974         gnus-active-hashtb if real killed.
9975
9976 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9977
9978         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9979         (gnus-mime-display-alternative): Ditto.
9980         (gnus-insert-mime-security-button): Ditto.
9981
9982 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * gnus-start.el (gnus-group-change-level): Don't add it into
9985         killed-list if it was killed.
9986
9987 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9990         (nnmbox-active-file-coding-system): Ditto.
9991
9992         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9993
9994 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * gnus.el (gnus-version):
9997         (gnus-version-number): Set to Oort Gnus 0.01.
9998
9999         * gnus-art.el (gnus-mime-security-button-map):
10000         (gnus-insert-mime-security-button): Fix for Emacs21.
10001
10002 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10005         easymenu, because XEmacs doesn't understand :help.
10006
10007         * mm-uu.el: Require binhex.
10008
10009 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10010
10011         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10012
10013 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10014
10015         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10016
10017 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10018
10019         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10020
10021 2000-12-18  Dave Love  <fx@gnu.org>
10022
10023         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10024         (unused).
10025
10026 2000-12-13  Miles Bader  <miles@gnu.org>
10027
10028         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10029         to t, so that we don't get stuck while trying to smilefy
10030         intangible text.
10031
10032 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10033
10034         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10035         at the end of the buffer.
10036         (smiley-region): In the loop, move to the end of the submatch
10037         matching the smiley instead of using the end of the match
10038         of the whole regexp.
10039
10040 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10041
10042         * message.el (message-mode): Doc fix.
10043
10044 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10045
10046         * smiley-ems.el (smiley-region): Doc fix.
10047
10048 2000-12-11  Miles Bader  <miles@gnu.org>
10049
10050         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10051         bottom line visible, check to see if it's partially obscured, and
10052         if so, either scroll one more line to make it fully visible, or
10053         revert to showing the second line from the top.
10054
10055 2000-12-07  Dave Love  <fx@gnu.org>
10056
10057         * mailcap.el (mailcap-download-directory)
10058         * gnus-audio.el (gnus-audio-directory)
10059         * smiley-ems.el (smiley-data-directory): Fix :type.
10060
10061 2000-11-30  Dave Love  <fx@gnu.org>
10062
10063         * message.el (message-auto-save-directory): Use
10064         file-name-as-directory.
10065         (message-set-auto-save-file-name): Create
10066         message-auto-save-directory if necessary.
10067         (message-replace-chars-in-string): Removed -- unused.
10068         (message-mail-alias-type): Customize.
10069         (message-headers): Remove duplicate defgroup.
10070
10071 2000-11-29  Dave Love  <fx@gnu.org>
10072
10073         * qp.el (quoted-printable-decode-region): Use error, not message
10074         to report malformed text (like base64).  Amend message.
10075
10076 2000-11-29  Miles Bader  <miles@gnu.org>
10077
10078         * message.el (message-header-lines): Fontify tag.
10079
10080 2000-11-27  Dave Love  <fx@gnu.org>
10081
10082         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10083         compiler warning.
10084
10085 ;2000-11-26  Dave Love  <fx@gnu.org>
10086 ;
10087 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10088 ;
10089 2000-11-23  Dave Love  <fx@gnu.org>
10090
10091         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10092
10093         * mm-uu.el (uudecode): Require.
10094         (uudecode-decode-region, uudecode-decode-region-external): Don't
10095         autoload.
10096         (mm-uu-copy-to-buffer): Doc fix.
10097         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10098         type fix.
10099
10100         * mailcap.el: Doc fixes.
10101         (mailcap-mime-data): Various adjustments.
10102         (mailcap): New group.
10103         (mailcap-download-directory): Customize.
10104         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10105         (mailcap-temporary-directory): Deleted (unused).
10106         (mailcap-unescape-mime-test): Simplify slightly.
10107         (mailcap-viewer-passes-test): Use functionp.
10108         (mailcap-command-p): Aliased to executable-find.
10109
10110         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10111         default-enable-multibyte-characters is nil.
10112
10113 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10114
10115         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10116
10117 2000-11-21  Dave Love  <fx@gnu.org>
10118
10119         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10120         gnus-article-mode-map.
10121 ;       (gnus-mime-button-menu): Use mouse-set-point.
10122         (gnus-insert-mime-button, gnus-mime-display-alternative)
10123         (gnus-mime-display-alternative): Don't use local-map property.
10124
10125 2000-11-17  Dave Love  <fx@gnu.org>
10126
10127         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10128         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10129         and make-temp-file.
10130         (uudecode-decode-region): Doc fix.
10131
10132 2000-11-14  Dave Love  <fx@gnu.org>
10133
10134         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10135         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10136         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10137         New files, derived from the XPMs.
10138
10139 2000-11-10  Dave Love  <fx@gnu.org>
10140
10141         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10142         (gnus-agent-lib-file, gnus-agent-load-alist)
10143         (gnus-agent-save-alist, gnus-agent-article-name): Use
10144         expand-file-name.
10145
10146         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10147         :version.
10148         (nnkiboze-score-file): Defvar when compiling.
10149
10150         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10151
10152         * gnus-art.el (gnus-article-banner-alist)
10153         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10154         (gnus-article-date-lapsed-new-header)
10155         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10156         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10157         (gnus-treat-strip-headers-in-body)
10158         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10159         (gnus-treat-translate): Add :version.
10160         (gnus-article-mime-part-function): Fix defcustom.
10161
10162         * nnmail.el (nnmail-expiry-target)
10163         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10164         (nnmail-split-header-length-limit): Add :version.
10165
10166         * gnus-sum.el (gnus-auto-expirable-marks)
10167         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10168         (gnus-extra-headers, gnus-ignored-from-addresses)
10169         (gnus-newsgroup-ignored-charsets)
10170         (gnus-group-highlight-words-alist)
10171         (gnus-summary-show-article-charset-alist): Add :version.
10172
10173         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10174         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10175         files, converted from the XPMs.
10176
10177         * gnus-cache.el (gnus-cache-active-file): Don't use
10178         file-name-as-directory on directory.
10179         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10180         use file-name-as-directory on directory.
10181
10182         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10183         (date-to-time): Use it.
10184
10185 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10186 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10187 ;       (message-newline-and-reformat): Likewise.
10188         (message-forward-as-mime, message-forward-ignored-headers)
10189         (message-buffer-naming-style, message-default-charset)
10190         (message-dont-reply-to-names, message-send-mail-partially-limit):
10191         Add :version.
10192
10193         * mm-util.el: Doc fixes.
10194         (mm-mime-charset): Don't use the raw result of
10195         mm-preferred-coding-system.
10196         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10197         (mm-with-unibyte): Simplify.
10198
10199         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10200         concat.
10201
10202         * pop3.el (pop3-version): Deleted.
10203         (pop3-make-date): New function, avoiding message-make-date.
10204         (pop3-munge-message-separator): Use it.
10205
10206 2000-11-09  Dave Love  <fx@gnu.org>
10207
10208         * gnus-group.el (gnus-group-make-directory-group)
10209         (gnus-group-fetch-faq): Use expand-file-name.
10210         (gnus-group-fetch-faq): Simplify completing-read form.
10211
10212         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10213         test for Mule.
10214
10215         * message.el (tool-bar-map): Defvar when compiling.
10216
10217         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10218         (gnus-tm-lisp-directory): Deleted.
10219         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10220         (featurep 'xemacs).
10221         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10222         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10223         version numbers from file names.
10224
10225 2000-11-08  Dave Love  <fx@gnu.org>
10226
10227         * mm-view.el: Use featurep for XEmacs test.
10228         (mm-inline-message): Test for `remove-specifier'; don't use
10229         condition-case.
10230
10231         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10232
10233         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10234         (gnus-score-find-bnews): Don't concat "".
10235
10236         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10237         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10238         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10239         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10240
10241         * gnus-sum.el: Put some defvars in eval-when-compile.
10242         (gnus-summary-mode-hook): Add :options.
10243         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10244         (gnus-summary-tool-bar-map): New variable.
10245         (gnus-summary-make-tool-bar): New function.
10246         (gnus-summary-mode): Put kill-all-local-variables first.
10247
10248         * gnus-group.el (gnus-group-toolbar-map): New variable.
10249         (gnus-group-make-tool-bar): Rewritten.
10250         (gnus-group-mode): Put kill-all-local-variables first.
10251
10252         * rfc2047.el: Require gnus-util.
10253
10254         * nnml.el (gnus-sorted-intersection): Autoload.
10255
10256         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10257         Put some defvars in eval-when-compile.
10258         (gnus-intersection, gnus-sorted-complement):  Autoload.
10259
10260         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10261
10262         * mm-encode.el (mm-body-7-or-8): Autoload.
10263
10264         * mm-decode.el (mm-insert-inline): Autoload.
10265
10266         * mml.el:
10267         * message.el: Put some defvars in eval-when-compile.
10268
10269         * gnus-msg.el: Put some defvars in eval-when-compile.
10270         (gnus-msg-mail): Move after gnus-setup-message.
10271
10272         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10273
10274 2000-11-07  Dave Love  <fx@gnu.org>
10275
10276         * gnus-util.el (nnheader): Don't require message (recursive
10277         autoload).
10278
10279         * uudecode.el: Avoid compiler warnings.
10280
10281         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10282         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10283
10284 2000-11-06  Dave Love  <fx@gnu.org>
10285
10286         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10287
10288         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10289         (uudecode-char-int): New alias, replacing char-int.
10290         (uudecode-decode-region): Don't call buffer-disable-undo.
10291
10292 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10293 ;       (mm-uu-configure-list): Doc fix.
10294 ;
10295 ;       * earcon.el (running-xemacs): Don't define.
10296 ;
10297 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10298 ;
10299 ;       * message.el (message-font-lock-keywords): Match a final newline
10300 ;       to help font-lock's multiline support.
10301 ;
10302 2000-11-03  Dave Love  <fx@gnu.org>
10303
10304         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10305
10306         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10307         name.
10308
10309         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10310         <banner>: Fix custom type, doc.
10311
10312         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10313         name.  Don't disable undo explicitly.
10314
10315 ;2000-11-02  Dave Love  <fx@gnu.org>
10316 ;
10317 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10318 ;       cite-prefix.
10319
10320 2000-11-01  Dave Love  <fx@gnu.org>
10321
10322         * rfc2047.el (base64): Require unconditionally.
10323         (message-posting-charset): Defvar when compiling.
10324         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10325         message.
10326
10327         * gnus-sum.el (nnoo): Require.
10328         (mm-uu-dissect): Autoload.
10329
10330         * mml.el (mml-parse-1): Clarify message.
10331         (mml-minibuffer-read-type): Use mailcap-mime-types.
10332
10333 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10334
10335         * mml.el: Fix a typo in the requiring of CL.
10336
10337 2000-11-01  Dave Love  <fx@gnu.org>
10338
10339         * utf7.el: Require cl when compiling.
10340
10341         * binhex.el: Use (featurep 'xemacs).
10342         (binhex-char-int): New alias, replacing char-int.  Change callers.
10343         (binhex-decode-region): Simplify work buffer code.
10344         (binhex-decode-region-external): Use expand-file-name, not concat.
10345
10346 2000-10-30  Dave Love  <fx@gnu.org>
10347
10348         * gnus-art.el: Fix 2000-10-27 change properly.
10349
10350 2000-10-28  Miles Bader  <miles@gnu.org>
10351
10352         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10353
10354 2000-10-27  Dave Love  <fx@gnu.org>
10355
10356         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10357         strings.
10358         (gnus-group-make-tool-bar): New function.
10359         (gnus-group-mode): Use it.
10360
10361         * message.el (message-mode-menu): Add some :help strings.
10362         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10363         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10364
10365         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10366         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10367         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10368
10369         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10370         display-graphic-p here.
10371
10372 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10373
10374         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10375         of the `gnus-xemacs' variable, as the latter has been removed.
10376         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10377         * gnus-art.el (gnus-treat-display-xface)
10378         (gnus-treat-display-smileys, gnus-treat-display-picons)
10379         (gnus-article-read-summary-keys): Likewise.
10380
10381 2000-10-26  Dave Love  <fx@gnu.org>
10382
10383         (defvar): Use rmail-spool-directory unconditionally.
10384
10385 2000-10-18  Dave Love  <fx@gnu.org>
10386
10387         * mm-bodies.el (mm-uu-decode-function)
10388         (mm-uu-binhex-decode-function): Defvar when compiling.
10389
10390         * gnus-nocem.el (gnus-nocem-issuers): Update.
10391         (gnus-nocem-check-from): New option.
10392         (gnus-nocem-scan-groups): Use it.
10393         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10394         (gnus-nocem-check-article-limit): Add :version.
10395
10396 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10397
10398         * ietf-drums.el (mm-util): Require CL when compiling.
10399
10400 2000-10-15  Dave Love  <fx@gnu.org>
10401
10402         * qp.el: Require mm-util.
10403
10404 2000-10-13  Dave Love  <fx@gnu.org>
10405
10406         * qp.el (quoted-printable-decode-region): Avoid invalid
10407         coding-systems.
10408
10409 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10410
10411         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10412         to a recursive load.
10413
10414 2000-10-12  Dave Love  <fx@gnu.org>
10415
10416         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10417
10418         * gnus.el (gnus-group-startup-message): Check for PBM image.
10419
10420 2000-10-09  Dave Love  <fx@gnu.org>
10421
10422         * mail-source.el (mail-source-fetch-imap): Bind
10423         default-enable-multibyte-characters rather than using
10424         mm-disable-multibyte.
10425
10426 2000-10-05  Dave Love  <fx@gnu.org>
10427
10428         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10429         Autoload.
10430         (quoted-printable-decode-region):  Rename arg which confused
10431         charset with coding-system.  Don't use nonascii-insert-offset.
10432         Coding-system encode the region initially.  Don't recognize `=='
10433         as valid QP.  Coding-system decode the region finally.
10434         (quoted-printable-decode-string): Rename arg which confused
10435         charset with coding-system.
10436
10437         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10438         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10439         mm-encode-coding-region.
10440         (mm-decode-body, mm-decode-string): Rename variables which
10441         confused charset with coding-system.
10442         (binhex-decode-region): Don't autoload.
10443         (mm-body-encoding): Require message.
10444         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10445         cond branches.
10446
10447         * gnus-art.el (article-de-quoted-unreadable)
10448         (article-de-base64-unreadable): Fold search case
10449         rather than downcasing string.  Apply mm-charset-to-coding-system
10450         to arg of quoted-printable-decode-region.
10451
10452 2000-10-04  Dave Love  <fx@gnu.org>
10453
10454         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10455         Require ring when compiling.
10456         (gnus-article-compface-xbm): New variable.
10457
10458 2000-10-04  Dave Love  <fx@gnu.org>
10459
10460         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10461         pbm images.
10462
10463         * frown.pbm, smile.pbm, wry.pbm: New files.
10464
10465         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10466
10467 2000-10-03  Dave Love  <fx@gnu.org>
10468
10469         * mail-source.el (mail-sources): Revert to nil.
10470
10471         * nnmail (nnmail-spool-file): Revert to `((file))'.
10472
10473         * qp.el: Don't require mm-util.
10474         (quoted-printable-decode-region): Rewritten.
10475         (quoted-printable-decode-string, quoted-printable-encode-region):
10476         Doc fix.
10477         (quoted-printable-encode-region): Barf on multibyte characters.
10478         Maybe make the class multibyte.  Upcase chars, not formatted
10479         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10480         (quoted-printable-encode-string): Don't use
10481         mm-with-unibyte-buffer.
10482
10483 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10484
10485         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10486
10487 2000-09-21  Dave Love  <fx@gnu.org>
10488
10489         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10490         (for Emacs 20).  Tidy somewhat.
10491
10492 2000-09-21  Dave Love  <fx@gnu.org>
10493
10494         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10495         image processing.  Rationalize logic somewhat.
10496
10497 2000-09-20  Dave Love  <fx@gnu.org>
10498
10499         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10500         specifically.
10501
10502         * gnus.el (gnus-version-number): Avoid some redundant
10503         autoloads.
10504
10505 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10506
10507         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10508         to XBM; we always have PBM support.
10509
10510 2000-09-14  Dave Love  <fx@gnu.org>
10511
10512         * gnus.el (gnus-charset):
10513         * mm-decode.el (mime-display):
10514         * imap.el (imap) <defgroup>: Add :version.
10515
10516 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10517
10518         * parse-time.el: Fix author's mail address.
10519
10520         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10521         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10522         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10523         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10524         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10525         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10526         * rfc2231.el, uudecode.el: Fix copyright notice.
10527
10528         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10529         require `w3' at load-time only if not running in batch mode.
10530
10531 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10532
10533         * gnus.el: Before merge with Emacs21.
10534
10535 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10536
10537         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10538
10539 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10540
10541         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10542         to avoid conflict with the standard `back-to-indentation'
10543         binding.
10544
10545 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10546
10547         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10548
10549         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10550         (mm-disable-multibyte-mule4): Ditto.
10551         (mm-with-unibyte-current-buffer-mule4): Ditto.
10552
10553 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10554
10555         * pop3.el (pop3-movemail): Use binary.
10556         (pop3-movemail-file-coding-system): Removed.
10557
10558 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10559
10560         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10561
10562 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10563
10564         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10565         exists.
10566
10567 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * gnus-msg.el (gnus-post-method): Use backend name when the
10570         address is "".
10571
10572 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10573
10574         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10575         mm-verify-option.
10576         (gnus-treat-x-pgp-sig): Default value.
10577         (gnus-ignored-headers): Redundant.
10578
10579 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580
10581         * gnus-win.el (gnus-configure-frame): Save selected window.
10582
10583 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10584
10585         * nnmbox.el: Require gnus-range.
10586         (nnmbox-group-building-active-articles): New variable.
10587         (nnmbox-group-active-articles): New variable; this is a cache of
10588         all active articles by group and number.
10589         (nnmbox-in-header-p): New function.
10590         (nnmbox-find-article): New function.
10591         (nnmbox-record-active-article): New function.
10592         (nnmbox-record-deleted-article): New function.
10593         (nnmbox-is-article-active-p): New function.
10594         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10595         (nnmbox-request-article): Ditto.  Also supply extra arg to
10596         nnmbox-article-group-number.
10597         (nnmbox-request-expire-articles): Ditto.
10598         (nnmbox-request-move-article): Ditto.
10599         (nnmbox-request-replace-article): Ditto.
10600         (nnmbox-request-rename-group): Rename group entry in active
10601         article cache.
10602         (nnmbox-delete-mail): Update active article cache, unless article
10603         is being replaced.
10604         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10605         than partially duplicating it.
10606         (nnmbox-article-group-number): Add extra `this-line' arg, to
10607         handle articles belonging to multiple groups.
10608         (nnmbox-save-mail): Update active article cache.
10609         (nnmbox-read-mbox): Build active article cache when loading mbox.
10610         Also do some repair work, if we find articles that are missing the
10611         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10612         reconstruct these from Xref info.
10613
10614 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10615
10616         * mail-source.el (mail-source-report-new-mail): Use
10617         nnheader-run-at-time.
10618
10619 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10620
10621         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10622         an error is thrown, and then rethrow the error.
10623         (mail-source-check-pop): Ditto.
10624         (mail-source-start-idle-timer): Prevent multiple pop checks
10625         running if the check takes a long time.
10626
10627 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10630         succeed.
10631
10632 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * gnus-win.el (gnus-configure-windows): Make sure
10635         nntp-server-buffer is live.
10636         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10637
10638 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10639
10640         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10641
10642 2000-12-04  Andreas Jaeger  <aj@suse.de>
10643
10644         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10645
10646 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10647
10648         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10649
10650 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10652
10653         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10654
10655 2000-12-01  Simon Josefsson  <sj@extundo.com>
10656
10657         * mml-smime.el (mml-smime-verify): Fix address parsing.
10658
10659 2000-12-01  Simon Josefsson  <sj@extundo.com>
10660
10661         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10662         more than one certificate inside PKCS#7 blob.  Better security
10663         information (clamed / actual sender, openssl output, certificates
10664         inside message).
10665
10666         * smime.el (smime-verify-region): Output to /dev/null.
10667         (smime-buffer-as-string-region): Don't parse empty lines.
10668
10669 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10672         ?d and ?D.
10673         (gnus-mime-security-show-details-inline): New variable.
10674         (gnus-mime-security-show-details): Use them.
10675         (gnus-insert-mime-security-button): Ditto.
10676
10677         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10678         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10679         (mml2015-gpg-clear-verify): Ditto.
10680         (mml2015-gpg-decrypt-1): Ditto.
10681         (mml2015-use): Prefer 'gpg.
10682
10683 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * gnus-util.el (gnus-add-text-properties-when): New function.
10686         (gnus-remove-text-properties-when): Ditto.
10687
10688         * gnus-cite.el (gnus-article-hide-citation): Use them.
10689         (gnus-article-toggle-cited-text): Use them.
10690
10691         * gnus-art.el (gnus-signature-toggle): Use them.
10692         (gnus-article-show-hidden-text): Ditto.
10693         (gnus-article-hide-text): Ditto.
10694
10695 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10698
10699 2000-11-30  Simon Josefsson  <sj@extundo.com>
10700
10701         * smime.el (smime-point-at-eol): New alias.
10702         (smime-buffer-as-string-region): Use it.
10703
10704 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10707
10708 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10711
10712         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10713
10714         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10715
10716 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10717
10718         * nnmh.el (nnmh-request-expire-articles): Implemented
10719         expiry-target for nnmh backend.
10720
10721 2000-11-30  Simon Josefsson  <sj@extundo.com>
10722
10723         * mm-decode.el (mm-security-from): New variable.
10724         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10725
10726         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10727         than `from'.
10728
10729 2000-11-30  Simon Josefsson  <sj@extundo.com>
10730
10731         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10732         address match sender address.
10733
10734         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10735
10736         * smime.el (smime-verify-region): Don't copy buffer.
10737         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10738         (smime-pkcs7-region): New function.
10739         (smime-pkcs7-certificates-region): Ditto.
10740         (smime-pkcs7-email-region): Ditto.
10741         (smime-buffer-as-string-region): Ditto.
10742
10743         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10744         buffer.
10745
10746 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10747
10748         * smime.el (smime-decrypt-region): Fix keyfile argument.
10749
10750 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10753
10754 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * message.el (message-shoot-gnksa-feet): New variable.
10757         (message-gnksa-enable-p): New function.
10758         (message-send): Use it.
10759         (message-check-news-body-syntax): Ditto.
10760
10761 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * message.el (message-make-message-id): Remove the redundancy.
10764
10765 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * message.el (message-setup): Discourage using mc-install-*-mode.
10768
10769         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10770
10771 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10774
10775 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10778
10779 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10780
10781         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10782
10783 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10786         insert-buffer-substring.
10787
10788         * message.el (message-send-mail): Use buffer-substring-no-properties.
10789         (message-send-news): Ditto.
10790
10791 2000-11-22  David Edmondson  <dme@dme.org>
10792
10793         * imap.el (imap-wait-for-tag): Message read info.
10794
10795 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10796
10797         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10798         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10799         (mml2015-gpg-encrypt): Ditto.
10800
10801 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10802
10803         * mm-decode.el (mm-verify-option): Default value.
10804
10805         * mml-sec.el (mml-secure-part): Error message.
10806
10807 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10808
10809         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10810
10811 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10814
10815 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * gnus-art.el (gnus-article-describe-key): Use prompt.
10818         (gnus-article-describe-key-briefly): Ditto.
10819
10820 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10823
10824 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10825
10826         * gnus-art.el (gnus-article-describe-key): New function.
10827         (gnus-article-describe-key-briefly): New function.
10828
10829 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * mm-decode.el (mm-decrypt-option): Doc typo.
10832
10833         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10834         return a number.
10835
10836 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10837
10838         * message.el (message-newline-and-reformat): Typo.
10839
10840 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10841
10842         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10843         original-article-buffer exists.
10844
10845         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10846         (rfc2047-header-encoding-alist): Addresses are different from text.
10847         (rfc2047-encode-message-header): Ditto.
10848         (rfc2047-dissect-region): Extra parameter.
10849         (rfc2047-encode-region): Ditto.
10850         (rfc2047-encode-string): Ditto.
10851
10852 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10853
10854         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10855         (mm-uu-pgp-encrypted-extract): Use it.
10856         (mm-uu-pgp-signed-extract-1): New function.
10857         (mm-uu-pgp-signed-extract): Use it.
10858
10859         * gnus-art.el (gnus-mime-display-security): New function.
10860         (gnus-mime-display-part): Use it.
10861         (gnus-mime-security-verify-or-decrypt): New function.
10862         (gnus-mime-security-press-button): New function.
10863         (gnus-insert-mime-security-button): Use it.
10864
10865         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10866         (mm-find-raw-part-by-type): Ditto.
10867         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10868         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10869         (mm-destroy-parts): Kill nested multibyte buffer.
10870
10871         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10872         (mml2015-gpg-verify): Ditto.
10873
10874 2000-11-18  Simon Josefsson  <sj@extundo.com>
10875
10876         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10877         (mml2015-function-alist): Use it.
10878
10879         * mml-sec.el (mml-sign-alist): Update names.
10880         (mml-encrypt-alist): Ditto.
10881         (mml-secure-part-smime-sign): Moved to mml-smime.el
10882         as `mml-smime-sign-query'.
10883         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10884         `mml-smime-get-file-cert'.
10885         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10886         `mml-smime-get-dns-cert'.
10887         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10888         `mml-smime-encrypt-query'.
10889         (mml-smime-sign-buffer): Use mml-smime-sign.
10890         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10891
10892         * mml-smime.el (mml-smime-sign): New function.
10893         (mml-smime-encrypt):
10894         (mml-smime-sign-query):
10895         (mml-smime-get-file-cert):
10896         (mml-smime-get-dns-cert):
10897         (mml-smime-encrypt-query): Moved from mml-sec.el.
10898
10899 2000-11-16  Simon Josefsson  <sj@extundo.com>
10900
10901         * mml2015.el (mml2015-gpg-clear-verify): New function.
10902         (mml2015-function-alist): Add it.
10903
10904 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * message.el (message-setup-fill-variables): Use
10907         message-cite-prefix-regexp.
10908         (message-newline-and-reformat): Check the end of citation, leading
10909         WSP, break in the cite prefix.
10910         (message-fill-paragraph): New function.
10911
10912 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * lpath.el: Shut up.
10915
10916 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10917
10918         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10919         raw 8-bit in headers in dk.* newsgroups.
10920
10921 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * message.el (message-newline-and-reformat): Match extra WSPs.
10924
10925 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * mml.el (mml-generate-mime-1): Ignore ascii.
10928
10929 2000-11-16 Justin Sheehy  <justin@iago.org>
10930
10931         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10932
10933 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * message.el (message-cite-prefix-regexp): Prefix should not end
10936         at space.
10937
10938 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * message.el (message-mode-syntax-table): Add - as a word
10941         constituent as in articles.
10942         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10943         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10944         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10945
10946 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10949
10950 2000-11-12  David Edmondson  <dme@dme.org>
10951
10952         * message.el (message-font-lock-keywords): use
10953         message-cite-prefix-regexp.
10954
10955 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10956
10957         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10958         Stein Arild Str\e,Ax\e(Bmme.
10959         (gnus-group-jump-to-group): Use it.
10960         (gnus-group-jump-to-group-prompt): Customize.
10961
10962 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10963
10964         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10965
10966 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10969         incompatible.
10970         (mml2015-mailcrypt-sign): Ditto.
10971
10972 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10975         group is open.
10976
10977 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10980         nnvirtual articles.
10981         (gnus-backlog-request-article): Don't request nnvirtual articles.
10982
10983 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10986         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10987
10988 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10991         * mml.el (mml-generate-mime-1): Use charset attribute.
10992         * mm-bodies.el (mm-encode-body): Add parameter charset.
10993         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10994
10995 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10998         (mml2015-mailcrypt-clear-decrypt): Ditto.
10999         (mml2015-mailcrypt-verify): Ditto.
11000         (mml2015-mailcrypt-clear-verify): Ditto.
11001         (mml2015-gpg-verify): Ditto.
11002
11003 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * smime.el (smime-openssl-program): Test the existence of openssl.
11006         * mml-smime.el: Require mm-decode.
11007         (mml-smime-verify-test): New function.
11008         * mm-decode.el (mm-verify-function-alist): Use it.
11009
11010 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11013         anyway.
11014
11015 2000-11-13  Simon Josefsson  <sj@extundo.com>
11016
11017         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11018         verification doesn't work.
11019
11020 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11023         (gnus-inews-do-gcc): Use it.
11024
11025 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11026
11027         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11028         leading space.
11029         * mm-extern.el (mm-inline-external-body): Report error when no
11030         access-type.
11031
11032 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11035
11036 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11037
11038         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11039
11040 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11043         as multipart/mixed.
11044
11045 2000-11-12  David Edmondson  <dme@dme.org>
11046
11047         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11048         and replace `.' with `\w' to allow for different syntax tables
11049         (from Vladimir Volovich).
11050         * message.el (message-newline-and-reformat): use
11051         `message-cite-prefix-regexp'.
11052         * gnus-cite.el (gnus-supercite-regexp): use
11053         `message-cite-prefix-regexp'.
11054         * gnus-cite.el (gnus-cite-parse): use
11055         `message-cite-prefix-regexp'.
11056
11057 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11060         PGP SIGNATURE.  Escape leading "-"'s.
11061         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11062
11063 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11066
11067 2000-11-11  Simon Josefsson  <sj@extundo.com>
11068
11069         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11070
11071         * smime.el (smime-details-buffer): New variable.
11072         (smime-sign-region):
11073         (smime-encrypt-region):
11074         (smime-verify-region):
11075         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11076
11077         * mml-smime.el (mml-smime-verify): Support security info.
11078
11079 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * mm-decode.el (mm-verify-option): Set default to nil.
11082         (mm-decrypt-option): Ditto.
11083         * gnus-art.el (article-verify-x-pgp-sig): New function.
11084
11085 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11088         preferred part.
11089
11090 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11091
11092         * gnus-sum.el (gnus-move-split-methods): Say that
11093         `gnus-split-methods' uses file names, whereas this uses group
11094         names.  (Report from Nevin Kapur)
11095
11096 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11099
11100 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101
11102         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11103         (nnheader-directory-articles): Use it.
11104         (nnheader-article-to-file-alist): Ditto.
11105
11106 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * rfc2047.el (rfc2047-pad-base64): New function.
11109         (rfc2047-decode): Use it.
11110
11111 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11114         select method.
11115
11116 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * mml2015.el (mml2015-gpg-decrypt-1):
11119         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11120
11121 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11124
11125 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11126
11127         * pop3.el (pop3-munge-message-separator): A message may have an
11128         empty body.
11129
11130 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11131
11132         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11133         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11134         (mm-uu-pgp-signed-extract): Use coding-system.
11135
11136 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11139         (gnus-insert-mime-security-button): New function.
11140         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11141         * mml2015.el:  Add security info when verify or decrypt.
11142         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11143         (mm-uu-pgp-encrypted-extract): Ditto.
11144
11145 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * mm-decode.el (mm-display-parts): New function.
11148         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11149
11150 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11151
11152         * gnus-mlspl.el: Documentation tweaks.
11153
11154 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11157         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11158         argument.
11159
11160 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11163
11164 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * gnus-art.el (gnus-article-encrypt): New function.
11167         (gnus-article-encrypt-protocol-alist): New variable.
11168         (gnus-article-encrypt-protocol): New variable.
11169         * mml2015.el (mml2015-self-encrypt): New function.
11170         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11171
11172 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11175         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11176         let mailcap do it.
11177         * mml2015.el: Remove snarf code.
11178         * mm-decode.el: Remove snarf code.
11179
11180 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11183         (mml-insert-mime): Understand gnus-decoded.
11184         (mime-to-mml): New parameter handles.
11185         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11186         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11187
11188 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11189
11190         * mm-decode.el (mime-security): New group.
11191         (mm-verify-function-alist): Add test function.
11192         (mm-decrypt-function-alist): Ditto.
11193         (mm-snarf-option): Set default value as nil.
11194         (mm-find-part-by-type): Recursive parameter.
11195         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11196         * mml2015.el: Support draft-ietf-openpgp-multsig.
11197
11198 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11201         (gnus-article-view-part-as-charset): New function.
11202
11203 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * mm-decode.el (mm-verify-option): Default value.
11206         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11207
11208 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11211
11212 2000-11-05  Simon Josefsson  <sj@extundo.com>
11213
11214         * mml-smime.el (mml-smime-verify): Work in original multipart
11215         buffert.
11216
11217         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11218         (mm-handle-multipart-ctl-parameter): Ditto.
11219         (mm-alist-to-plist): New function.
11220         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11221         for multiparts.
11222         (mm-destroy-parts): Destroy multipart buffert.
11223         (mm-remove-part): Ditto.
11224
11225         * mml-smime.el (mml-smime-sign): Not used.
11226         (mml-smime-encrypt): Ditto.
11227
11228         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11229
11230         Verify S/MIME signature support.
11231
11232         * mm-decode.el (mm-inline-media-tests): Add
11233         application/{x-,}pkcs7-signature.
11234         (mm-inlined-types): Ditto.
11235         (mm-automatic-display): Ditto.
11236         (mm-verify-function-alist): Ditto.  Add name of method.
11237         (mm-decrypt-function-alist): Add name of method.
11238         (mm-find-part-by-type): Add documentation.
11239         (mm-possibly-verify-or-decrypt): Use new format of
11240         mm-{verify,decrypt}-function-alist.  Use method names.
11241
11242         * mml-smime.el (mml-smime-verify): New function.
11243
11244 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11247
11248 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11249
11250         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11251         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11252         * mm-decode.el (mm-snarf-option): New variable.
11253
11254 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * mm-util.el (mm-subst-char-in-string): New function.
11257         (mm-replace-chars-in-string): Use it.
11258         * message.el (message-replace-chars-in-string): Use it.
11259         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11260         * gnus-mh.el (mh-lib-progs): Shut up.
11261
11262 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11263
11264         * base64.el, md5.el: Moved to contrib directory.
11265
11266 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11267
11268         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11269         the last article when search.
11270
11271 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11274         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11275
11276 2000-09-29  David Edmondson  <dme@thus.net>
11277
11278         * message.el (message-newline-and-reformat): Typo.
11279
11280 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11283
11284 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11285
11286         * nntp.el (nntp-decode-text): Delete bogus status lines.
11287
11288 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11289
11290         * message.el (message-font-lock-keywords): Match a final newline
11291         to help font-lock's multiline support.
11292
11293 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * nnoo.el (nnoo-set): New function.
11296
11297 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11298
11299         * gpg.el, gpg-ring.el: Moved to contrib directory.
11300
11301 2000-11-04  Simon Josefsson  <sj@extundo.com>
11302
11303         * nnimap.el (nnimap-split-inbox): Typo.
11304
11305 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11308
11309 2000-11-03  Simon Josefsson  <sj@extundo.com>
11310
11311         * rfc2231.el (rfc2231-parse-qp-string): New function.
11312         (require): rfc2047.
11313
11314         * mail-parse.el (mail-header-parse-content-type):
11315         (mail-header-parse-content-disposition): Support invalid QP
11316         encoded strings, by using `rfc2231-parse-qp-string'.
11317
11318 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11321         (rfc2231-decode-encoded-string): Typo "> X 1".
11322         (rfc2231-encode-string): Insert the name of charset.
11323         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11324
11325 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * mm-decode.el (mm-save-part): Return the filename.
11328         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11329         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11330         (gnus-mime-action-alist): Use it.
11331         (gnus-mime-button-commands): Use it.
11332         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11333         (mm-inline-external-body): unwind-protect.
11334
11335 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * gnus-art.el (gnus-insert-mime-button): Show url.
11338
11339 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * mml.el (mml-generate-mime-1): Support external url.
11342         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11343
11344 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11347         * mm-decode.el (mm-display-external): Ditto.
11348         * mm-extern.el: New file.
11349         * mm-decode.el (mm-inline-media-tests): Hook it up.
11350         (mm-inlined-types): Inline message/external-body.
11351
11352 2000-11-02  Simon Josefsson  <sj@extundo.com>
11353
11354         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11355
11356         * message.el (message-get-reply-headers): Better handling when
11357         Mail-Followup-To is very large.
11358
11359 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11362         * gnus-art.el (gnus-article-edit-done):
11363         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11364         counting code here.
11365         * gnus-msg.el (gnus-setup-message): Remove a hack.
11366
11367 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11370         (gnus-summary-mode): Make them local variables.
11371         (gnus-set-global-variables): Globalize them.
11372         (gnus-summary-exit): Kill them.
11373
11374 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11375
11376         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11377         word.
11378
11379 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11380
11381         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11382         gnus-article-wash-types.
11383         * gnus-art.el (gnus-article-wash-status): Use them.
11384
11385 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * mml.el (mml-read-tag): Remove spaces and LF.
11388
11389 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390
11391         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11392         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11393
11394 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11397
11398 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * gnus-sum.el (gnus-article-charset): New variable.
11401         (gnus-summary-display-article): Set it.
11402         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11403         * gnus-art.el (gnus-article-mode): Make it local variable.
11404
11405 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11406
11407         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11408
11409 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * nnwfm.el: New file.
11412
11413         * nnweb.el (nnweb-replace-in-string): New function.
11414
11415 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * mml2015.el: Wrap gpg.el.
11418         * gpg.el (gpg-verify): The last argument of apply is a list.
11419         (gpg-encrypt): Add passphrase as a parameter.
11420
11421 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * gpg.el: New file.
11424         * gpg-ring.el: New file.
11425
11426 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11429
11430 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11433         double-quote characters.
11434         (gnus-summary-prepare-threads): Ditto.
11435
11436 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11439         * mml.el (mml-read-tag): Don't skip the leading space.
11440         * lpath.el (font-lock-set-defaults): Shut up.
11441
11442 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11445
11446 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * qp.el (quoted-printable-encode-region): Replace leading - when
11449         ultra safe.
11450         * mml.el (mml-generate-mime-postprocess-function): Removed.
11451         (mml-postprocess-alist): Removed.
11452         (mml-generate-mime-1): Use ultra-safe when sign.
11453         * mml2015.el (mml2015-fix-micalg): Uppercase.
11454         (mml2015-verify): Insert LF.
11455         (mml2015-mailcrypt-sign): Downcase; search backward.
11456
11457 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11460         restrictive.
11461         (nnultimate-table-regexp): New variable.
11462         (nnultimate-forum-table-p): Use it.
11463
11464 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11465
11466         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11467
11468 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11471         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11472
11473 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * mml2015.el: Shut up.
11476
11477 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * gnus.el (gnus-server-browse-hashtb): Removed.
11480         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11481         (gnus-group-insert-group-line-info): Use simplified method.
11482         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11483
11484 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11485
11486         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11487         moved here.
11488         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11489         * gnus-group.el (gnus-group-prepare-flat): Use it.
11490         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11491
11492 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * mml.el (mml-mode): Show menu in XEmacs.
11495
11496 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11499         (gnus-server-read-server-in-server-buffer): New function.
11500         (gnus-browse-foreign-server): Browse in group buffer.
11501         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11502         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11503         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11504         * gnus.el (gnus-server-browse-hashtb): New variable.
11505
11506 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11507
11508         * nnfolder.el (nnfolder-open-nov): Use group.
11509
11510 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11511
11512         * nnfolder.el: Add NOV. Set version to 2.0.
11513         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11514
11515 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11516
11517         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11518
11519 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11520
11521         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11522         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11523
11524 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11525
11526         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11527
11528 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * mm-decode.el (mm-verify-function-alist): New variable.
11531         (mm-verify-option): New variable.
11532         (mm-decrypt-function-alist): Ditto.
11533         (mm-decrypt-option): Ditto.
11534         (mm-find-raw-part-by-type): New function.
11535         (mm-possibly-verify-or-decrypt): New function.
11536         (mm-dissect-multipart): Use it.
11537         * mml2015.el (mml2015-fix-micalg): New function.
11538         (mml2015-decrypt): Use new interface.
11539         (mml2015-verify):  Use new interface.
11540         (mml2015-setup): Make it bogus.
11541
11542 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * mml.el (mml-generate-mime-postprocess-function): Set to
11545         mml-postprocess.
11546         (autoload): Autoload mml2015 and mml-smime.
11547         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11548         * mml2015.el (mml2015-encrypt): New function.
11549         (mml2015-sign): New function.
11550         (mml2015-encrypt-function): New variable.
11551         (mml2015-sign-function): New variable.
11552         (mml2015-mailcrypt-encrypt): Use message-recipients.
11553         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11554         * mml-smime.el (mml-smime-setup): Ditto.
11555
11556 2000-10-28  Simon Josefsson  <sj@extundo.com>
11557
11558         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11559         Communigate Pro 3.3.1 server.
11560
11561         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11562         in buffers.
11563         (mml-secure-dns-server): Removed.
11564         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11565         write certificates to files.
11566
11567         * smime.el (smime-dns-server): New variable.
11568         (smime-mail-to-domain):
11569         (smime-cert-by-dns): New functions.
11570
11571         * dig.el: New file.
11572
11573 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11574
11575         * message.el (message-options): New variable.
11576         (message-options-set-recipient): New function.
11577         (message-send): Use them.
11578         * gnus-int.el (gnus-request-replace-article): Use them.
11579         (gnus-request-accept-article): Ditto.
11580         * mml.el (mml-preview): Use them.
11581         * gnus-sum.el (gnus-summary-edit-article): Use them.
11582
11583         * message.el (message-options-get): New function.
11584         (message-options-get): New function.
11585         * rfc2047.el (rfc2047-encode-message-header): Use them.
11586         * mm-bodies.el (mm-encode-body): Use them.
11587
11588 2000-10-28  Simon Josefsson  <sj@extundo.com>
11589
11590         * nnimap.el (nnimap-retrieve-which-headers):
11591         (nnimap-request-article-part): Quote message-id.
11592
11593         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11594         (smime-CA-file): New variable.
11595         (smime-call-openssl-region): Don't error.
11596         (smime-sign-region): Return result value.
11597         (smime-encrypt-region): Ditto.
11598         (smime-verify-region): New function.
11599         (smime-decrypt-region): Ditto.
11600         (smime-verify-buffer): Ditto.
11601         (smime-decrypt-buffer): Ditto.
11602
11603         * mml.el: Require mml-sec.
11604         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11605         (mml-mode-map): Add "sign" and "encrypt" maps.
11606         (mml-menu): Add security menu.
11607         (mml-preview): Use generate-new-buffer.
11608
11609         * mml-sec.el: New file.
11610
11611 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * mm-decode.el (mm-find-part-by-type): Move it here.
11614         * mml.el (mml-postprocess): Move it here.
11615         (mml-postprocess-alist): Move it here. Merge them.
11616
11617 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11620         unencoded stuff in the header.
11621
11622 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * gnus-group.el (gnus-group-listed-groups): New variable.
11625         (gnus-group-list-option): New variable.
11626         (gnus-group-list-limit-map): New keymap.
11627         (gnus-group-list-flush-map): New keymap.
11628         (gnus-group-list-plus-map): New keymap.
11629         (gnus-group-prepare-logic): New function.
11630         (gnus-group-prepare-flat): Merge with
11631         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11632         (gnus-group-prepare-flat-list-dead): Ditto.
11633         (gnus-group-list-matching): Use gnus-group-prepare-function.
11634         (gnus-group-list-dormant): Ditto.
11635         (gnus-group-list-cached): Ditto.
11636         (gnus-group-listed-groups): New function.
11637         (gnus-group-list-limit): New function.
11638         (gnus-group-list-flush): New function.
11639         (gnus-group-list-plus): New function.
11640         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11641         (gnus-topic-prepare-topic): Ditto.
11642
11643 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11644
11645         * message.el (message-insert-to, message-get-reply-headers):
11646         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11647
11648 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * mml2015.el: New file.
11651         * smime.el: New file.
11652         * mml-smime.el: New file.
11653
11654 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * ChangeLog: Moved to ChangeLog.1.
11657
11658     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11659   Copying and distribution of this file, with or without modification,
11660   are permitted provided the copyright notice and this notice are preserved.
11661
11662 ;; Local Variables:
11663 ;; coding: iso-2022-7bit
11664 ;; End: