From Jesper Harder.
[gnus] / lisp / ChangeLog
1 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-group.el (gnus-group-delete-group):
4         gnus-cache-active-hashtb might be void.
5
6 2002-11-02  Simon Josefsson  <jas@extundo.com>
7
8         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
9         setting of the default user ID.  From Raymond Scholz
10         <ray-2002@zonix.de>.
11
12 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
13
14         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
15         charset.
16
17 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
18         From Alex Schroeder <alex@emacswiki.org>
19         * spam-stat.el (spam-stat-process-directory): add dir to message
20         (spam-stat-reduce-size): No longer remove words
21         with values close to 0.5, because the default value is 0.2.
22
23 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
24
25         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
26         documentation.
27
28 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
29
30         * gnus-agent.el (gnus-agent-fetched-headers)
31         (gnus-agent-load-fetched-headers)
32         (gnus-agent-save-fetched-headers): Remove variable and two
33         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
34         works better.
35         (gnus-agent-fetch-headers): New implementation from Kevin
36         Greiner.  Uses gnus-agent-article-alist to store information
37         about fetched messages which aren't on the server anymore.  The
38         trick is to return a list of considered messages to the caller,
39         but to only fetch those which haven't been fetched yet.
40
41 2002-10-30  Simon Josefsson  <jas@extundo.com>
42
43         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
44
45         * pgg.el (pgg-passphrase-cache-expiry): Removed.
46
47 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
48
49         * mm-view.el (mm-w3m-local-map-property): Make it work with older
50         versions of emacs-w3m than 1.3.3.
51
52         * lpath.el: Bind w3m-minor-mode-map.
53
54         * mm-view.el (mm-w3m-mode-command-alist)
55         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
56         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
57         (mm-setup-w3m): Simplified.
58         (mm-w3m-local-map-property): New function.
59         (mm-inline-text-html-render-with-w3m): Use it.
60
61         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
62         mm-w3m-local-map-property.
63
64 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * mm-util.el (mm-auto-save-coding-system): Default to
67         iso-2022-7bit.
68
69         * nndraft.el (nndraft-request-article): Decode an article using
70         the coding-system emacs-mule if it seems to have been saved using
71         emacs-mule.
72         (nndraft-request-replace-article): Use message-draft-coding-system
73         instead of mm-auto-save-coding-system for the draft or delayed
74         group.
75
76 2002-10-28  Josh  <huber@alum.wpi.edu>
77
78         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
79         functions.
80
81 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
82         From mah@everybody.org (Mark A. Hershberger).
83
84         * mm-url.el (mm-url-insert-file-contents): Make it return the same
85         type values ("url" size) regardless of the values of
86         mm-url-use-external.
87
88 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
89
90         * nnimap.el (nnimap-request-article-part): Try harder to show
91         group name in debugging message.
92
93 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
94
95         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
96         directory if it doesn't exist.
97         (gnus-agent-fetch-headers): Remove old cruft that tried to
98         abstain from downloading articles more than once if
99         gnus-agent-consider-all-articles was true.  This is now done
100         properly via the .fetched files.
101
102 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * nndraft.el (nndraft-request-article): Treat delayed articles
105         like drafts.
106
107 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
110
111 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
112
113         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
114         Remove unused optional arg DIR and corresponding code.
115
116         * nnimap.el (nnimap-request-article-part): Include group name in
117         debugging output.
118
119 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
120
121         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
122
123 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
124
125         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
126         contains range of headers that have been fetched by the agent
127         already.  Compare gnus-agent-article-alist.
128         (gnus-agent-file-header-cache): Like
129         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
130         (gnus-agent-fetch-headers): Improve comment.  Revert to old
131         seen/recent logic.
132         Remember which headers have been fetched before and don't fetch
133         them again the next time round.
134         (gnus-agent-load-fetched-headers)
135         (gnus-agent-save-fetched-headers): New functions, for remembering
136         which headers have been fetched before.
137
138 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * lpath.el: Remove useless bindings.
141
142 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
143
144         * gnus-sum.el (gnus-summary-execute-command): Disable visual
145         features while searching.
146
147 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
148
149         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
150
151 2002-10-22  Simon Josefsson  <jas@extundo.com>
152
153         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
154         (pgg-snarf-keys): Add.
155
156 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lpath.el: Fbind bbdb-records.
159
160         * spam.el: Don't autoload bbdb-records.
161
162 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
165         prevent inf-loop.
166
167 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * nnslashdot.el: Removed some test lines.
170         More test.
171
172 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
173
174         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
175         are known to be downloaded already.
176
177 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
180         (mm-text-html-washer-alist): Ditto.
181
182 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
183
184         * nnheader.el (nnheader-remove-body): Fix an error of detecting
185         boundary between headers and body.
186         * nnml.el (nnml-parse-head): Ditto.
187
188 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
191         entries.
192
193         * gnus-group.el (gnus-fetch-group): Allow an optional
194         specification of the articles to select.
195
196         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
197
198 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
199
200         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
201         headers from the group, update variable `articles' to contain
202         only those numbers where headers exist.  (When fetching all
203         articles in a group, Gnus creates lots of numbers where there is
204         no articles.)
205
206 2002-10-20  Steve Youngs  <youngs@xemacs.org>
207
208         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
209         doesn't have the 'alist custom type, use cons cells instead.
210         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
211         (pgg-parse-hash-algorithm-alist): Ditto.
212         (pgg-parse-compression-algorithm-alist): Ditto.
213         (pgg-parse-signature-type-alist): Ditto.
214
215         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
216
217         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
218
219         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
220
221 2002-10-19  Simon Josefsson  <jas@extundo.com>
222
223         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
224         buffer.
225
226 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
227
228         * gnus-spec.el (gnus-make-format-preserve-properties)
229         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
230         properties also on XEmacs.  `gnus-xmas-format' is like format but
231         preserves text properties on XEmacs (though it only understands
232         simple format specs).  The variable
233         `gnus-make-format-preserve-properties' controls whether the
234         function is used, and is checked in `gnus-parse-simple-format'.
235         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
236
237         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
238         output.
239         (gnus-agent-consider-all-articles): New variable.
240         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
241         (gnus-agent-fetch-headers): Depending on
242         gnus-agent-consider-all-articles, maybe get all articles.
243         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
244         `read'.
245         (gnus-predicate-imples-unread): New function.
246         (gnus-agent-fetch-headers): Optimize to call
247         gnus-list-of-unread-articles if that is sufficient.
248         Check unseen and recent instead of seen and recent.
249         (gnus-agent-fetch-headers): Abstain from calling
250         gnus-list-range-intersection if range (a . b) would have (> a b).
251
252 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * message.el (message-send-mail): Make it possible to perform
255         edebug-defun.
256
257 2002-10-18  Simon Josefsson  <jas@extundo.com>
258
259         * gnus-art.el (gnus-button-man-handler): Change default to
260         `manual-entry' (defined in both emacsen).
261         (gnus-button-man-handler): Remove emacsen difference and use
262         `manual-entry'.
263
264 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * spam.el: Wrap autoload settings for bbdb-records,
267         executable-find and ifile-spam-filter with eval-and-compile.
268         (spam-display-buffer-contents): Remove.
269         (spam-bogofilter-score): Merge spam-display-buffer-contents.
270
271 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
272
273         * spam.el (spam-display-buffer-contents): New function.
274         (spam-bogofilter-score): use spam-display-buffer-contents, patch
275         from Katsumi Yamaoka <yamaoka@jpl.org>.
276
277 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
278
279         * nnheader.el (nnheader-parse-naked-head): New function.
280         (nnheader-parse-head): Use the above function, in order to handle
281         continuation lines properly.
282         (nnheader-remove-body): New function.
283         (nnheader-remove-cr-followed-by-lf): New function.
284         (nnheader-ms-strip-cr): Use the above function.
285
286         * gnus-agent.el (gnus-agent-regenerate-group): Call
287         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
288         `nnheader-parse-head'.
289         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
290
291         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
292         continuation lines by itself; call `nnheader-parse-naked-head'
293         instead of `nnheader-parse-head'.
294         * nndiary.el (nndiary-parse-head): Ditto.
295         * nnfolder.el (nnfolder-parse-head): Ditto.
296         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
297         * nnmaildir.el (nnmaildir--update-nov): Ditto.
298         * nnml.el (nnml-parse-head): Ditto.
299
300 2002-10-17  Steve Youngs  <youngs@xemacs.org>
301
302         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
303         XEmacs, default to it if featurep 'xemacs.
304
305 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * spam-stat.el: Check for the existence of hash functions instead
308         of the Emacs version to decide whether to load cl.  Suggested by
309         Kai Gro\e,A_\e(Bjohann.
310
311 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
312
313         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
314         if it isn't open yet.
315
316 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-group.el: Require mm-url only when compiling.
319         (gnus-group-fetch-charter): Require mm-url.
320
321         * spam-stat.el: Require cl for the functions gethash,
322         hash-table-count, make-hash-table and mapc for Emacs 20.
323         (puthash): Alias to cl-puthash for Emacs 20.
324         (with-syntax-table): New macro for Emacs 20.
325
326 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
327
328         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
329
330 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
331
332         * spam.el (spam-check-ifile): added ifile as a spam checking
333         backend, and spam-use-ifle as the variable to toggle that check.
334
335 2002-10-12  Simon Josefsson  <jas@extundo.com>
336
337         * message.el (message-beginning-of-line): New variable.
338         (message-beginning-of-line): Use it.
339
340 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
341
342         * spam.el: more compilation fixes for BBDB
343
344         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
345         (spam-stat-reduce-size): Interactive.
346         (spam-stat-reset): New function.
347         (spam-stat-save): Interactive.
348
349 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus.el: Autoload gnus-delay-initialize.
352
353         * message.el: Autoload gnus-delay-article.
354
355 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
356
357         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
358         text property in Emacs.
359
360 2002-10-11  Simon Josefsson  <jas@extundo.com>
361
362         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
363         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
364
365         * mml1991.el (mml1991-pgg-sign): Remove CR.
366
367 2002-10-10  Simon Josefsson  <jas@extundo.com>
368
369         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
370         decrypt failed.
371         (mml2015-trust-boundaries-alist): Removed.
372         (mml2015-gpg-extract-signature-details): Don't use it.
373         (mml2015-unabbrev-trust-alist): New.
374         (mml2015-gpg-extract-signature-details): Use it.
375
376 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
377
378         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
379         BBDB installed
380
381         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
382         statistical analysis of spam in Lisp only
383
384 2002-10-10  Simon Josefsson  <jas@extundo.com>
385
386         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
387         auth, selected or examine state.
388
389         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
390         buffer and error buffer depending on type of information.
391
392         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
393         --status-fd stuff even if gpg.el is not used (revert earlier
394         change).
395         (mml2015-pgg-{clear-,}verify): Store both output and errors as
396         gnus details.
397         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
398         buffer.
399
400         * pgg.el (pgg-verify-region): Use it.
401
402         * pgg-def.el (pgg-query-keyserver): New variable.
403
404         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
405         key-identifier in packet.  Is this a good idea?
406
407         * mml.el (mml-mode-map): Add security commands that operates on
408         MIME parts.
409         (mml-menu): And menu items for them.
410
411         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
412
413         * mml.el (mml-parse-1): Support sender in #secure tags.
414
415         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
416         defined.
417
418         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
419         (mml-pgp-encrypt-buffer): Support combined signing.
420
421         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
422         (mml1991-gpg-encrypt): Ditto.
423         (mml1991-pgg-encrypt): Ditto.
424         (mml1991-encrypt): Pass sign parameter.
425
426         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
427         (mml-signencrypt-style): Mention the variable.
428
429 2002-10-09  Simon Josefsson  <jas@extundo.com>
430
431         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
432         pgg-gpg-user-id.
433
434         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
435         (pgg-fetch-key-function): Nil if w3 is not installed.
436
437 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
438
439         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
440         gnus-agent-current-history.
441
442 2002-10-06  Simon Josefsson  <jas@extundo.com>
443
444         * imap.el (imap-parse-status): Don't use read to read token.
445
446 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
447
448         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
449         for methods not covered by the agent, and when unplugged.
450
451 2002-10-05  Simon Josefsson  <jas@extundo.com>
452
453         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
454         signing.
455
456         * gnus-agent.el (gnus-agent-read-servers): If getting method from
457         a named server fails, ignore the server.
458
459         * mml1991.el (mml1991-pgg-sign): Do QP.
460
461         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
462         work.
463
464 2002-10-04  Simon Josefsson  <jas@extundo.com>
465
466         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
467
468         * pgg-pgp.el (pgg-pgp-verify-region): Inline
469         binary-write-decoded-region from MEL.
470
471         * pgg.el (pgg-encrypt-region): Support sign.
472
473         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
474
475         * mml2015.el (mml2015-pgg-encrypt): Ditto.
476
477         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
478         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
479         branch where PGG was taken from in the ChangeLog entries below.
480
481 2002-10-01  Simon Josefsson  <jas@extundo.com>
482
483         * pgg-pgp.el: Don't require mel.  Don't use luna.
484         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
485         (pgg-pgp-process-region): Use expand-file-name instead of concat.
486         (pgg-pgp-process-region): Don't use binary-funcall.
487
488         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
489
490         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
491         instead of concat.
492
493         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
494
495 2002-09-29  Simon Josefsson  <jas@extundo.com>
496
497         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
498         compile warnings.
499
500         * pgg.el (pgg-decrypt-region): Don't parse packet.
501
502         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
503
504 2002-09-29  Daiki Ueno <ueno@unixuser.org>
505
506         * pgg.el: Remove dependency on calist.el.
507
508 2002-09-28  Simon Josefsson  <jas@extundo.com>
509
510         * pgg.el (pgg-temporary-file-directory): New variable.
511         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
512
513         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
514         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
515
516         * pgg-parse.el (pgg-char-int): Defalias.
517         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
518         (pgg-read-bytes, pgg-read-body): Use it.
519         (pgg-decode-packets): Don't use MEL, use base64-*.
520         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
521         (pgg-string-as-unibyte): Defalias.
522         (pgg-parse-armor-region): Use it.
523
524         * pgg-gpg.el (pgg-gpg-process-region): Use
525         pgg-temporary-file-directory.
526
527         * luna.el: Don't def-edebug.
528
529         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
530         binary-write-decoded-region from MEL.
531
532         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
533
534         * alist.el, calist.el: Don't require product/APEL.
535
536         * pgg-parse.el (top-level): Remove dependency on static.el,
537         pccl.el, mel.el.
538         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
539         `define-ccl-program' is boundp, instead of using broken.
540
541 2002-10-01  Simon Josefsson  <jas@extundo.com>
542
543         * message.el (message-required-mail-headers): Remove Lines:.
544
545 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
546         From Jesper Harder.
547
548         * gnus-group.el (gnus-group-fetch-charter,
549         gnus-group-fetch-control): Prompt for group if given a prefix
550         argument.
551         * gnus-sum.el (t): Add gnus-group-fetch-charter and
552         gnus-group-fetch-control to summary key map and menu.
553
554
555 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
556
557         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
558         number when there are no articles.
559
560 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
561
562         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
563         arg ALL means to fetch all articles, not only downloadable ones.
564         (gnus-agent-fetch-selected-article): New function for
565         gnus-select-article-hook or gnus-mark-article-hook.
566
567 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
568         From Peter von der Ahe <nospam2159@daimi.au.dk>.
569
570         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
571         raw-text.
572
573 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
574
575         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
576         Pinard).
577         Major revamp of the code, documentation is in comments in the file
578         for now.
579
580 2002-09-30  Simon Josefsson  <jas@extundo.com>
581
582         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
583         buffer seem to be needed?
584
585 2002-09-29  Simon Josefsson  <jas@extundo.com>
586
587         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
588         compile warnings.
589
590         * mml1991.el (mml1991-function-alist): Add pgg.
591         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
592         (mml1991-pgg-encrypt): Fix recipients querying.
593
594 2002-09-28  Simon Josefsson  <jas@extundo.com>
595
596         * mml2015.el (autoload): Autoload correct files.  Trivial patch
597         from dme@dme.org.
598         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
599         handle is returned.
600
601 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
604         Protect against non-existent of `nnimap-mailbox-info'.
605
606 2002-09-27  Simon Josefsson  <jas@extundo.com>
607
608         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
609         (gnus-setup-news-hook): Use it.
610         (gnus-after-getting-new-news-hook): Ditto.
611
612         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
613
614 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
615         From Mats Lidell <matsl@contactor.se>.
616
617         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
618
619 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
620
621         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
622         the part to decode encoded words, use raw words instead of decoded
623         words.
624
625 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
626
627         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
628
629         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
630         (mm-setup-w3m): Use it.
631
632 2002-09-27  Simon Josefsson  <jas@extundo.com>
633
634         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
635         article buffers.
636
637         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
638         it just in case.
639         (nnimap-update-unseen): New function; update unseen count in
640         `n-m-info'.
641         (nnimap-close-group): Call it.
642
643         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
644         (gnus-after-getting-new-news-hook): Ditto.
645
646         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
647         message into verboselevel 9.  Change slow mail check message.
648         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
649         (nnimap-fixup-unread-after-getting-new-news): New function, to be
650         used as a hook after getting new mail.
651
652 2002-09-26  Simon Josefsson  <jas@extundo.com>
653
654         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
655         SELECT/EXAMINE is first unseen article, not number of unseen
656         articles.  Make them distinct by renaming the former to
657         `first-unseen' instead of `unseen'.
658
659         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
660         too.
661         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
662         changed.
663         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
664
665         * gnus-int.el (gnus-server-unopen-status): Defcustom.
666
667         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
668         better.
669
670         * mml2015.el (mml2015-pgg-decrypt): Only add security information
671         if dissecting resulting buffer actually had any information.
672
673 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
676         because the function `string<' allows symbols.
677
678         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
679
680 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
681
682         * message.el (message-forward-make-body): Revert an early change
683         because 8-bit utf-8 emails.
684
685 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
686
687         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
688         links to Info)
689         * gnus-art.el (gnus-treat-highlight-signature):
690         * gnus-art.el (gnus-treat-buttonize):
691         * gnus-art.el (gnus-treat-buttonize-head):
692         * gnus-art.el (gnus-treat-emphasize):
693         * gnus-art.el (gnus-treat-strip-cr):
694         * gnus-art.el (gnus-treat-unsplit-urls):
695         * gnus-art.el (gnus-treat-leading-whitespace):
696         * gnus-art.el (gnus-treat-hide-headers):
697         * gnus-art.el (gnus-treat-hide-boring-headers):
698         * gnus-art.el (gnus-treat-hide-signature):
699         * gnus-art.el (gnus-treat-fill-article):
700         * gnus-art.el (gnus-treat-hide-citation):
701         * gnus-art.el (gnus-treat-hide-citation-maybe):
702         * gnus-art.el (gnus-treat-strip-list-identifiers):
703         * gnus-art.el (gnus-treat-strip-pgp):
704         * gnus-art.el (gnus-treat-strip-pem):
705         * gnus-art.el (gnus-treat-strip-banner):
706         * gnus-art.el (gnus-treat-highlight-headers):
707         * gnus-art.el (gnus-treat-highlight-citation):
708         * gnus-art.el (gnus-treat-date-ut):
709         * gnus-art.el (gnus-treat-date-local):
710         * gnus-art.el (gnus-treat-date-english):
711         * gnus-art.el (gnus-treat-date-lapsed):
712         * gnus-art.el (gnus-treat-date-original):
713         * gnus-art.el (gnus-treat-date-iso8601):
714         * gnus-art.el (gnus-treat-date-user-defined):
715         * gnus-art.el (gnus-treat-strip-headers-in-body):
716         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
717         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
718         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
719         * gnus-art.el (gnus-treat-unfold-headers):
720         * gnus-art.el (gnus-treat-fold-headers):
721         * gnus-art.el (gnus-treat-fold-newsgroups):
722         * gnus-art.el (gnus-treat-overstrike):
723         * gnus-art.el (gnus-treat-display-xface):
724         * gnus-art.el (gnus-treat-display-smileys):
725         * gnus-art.el (gnus-treat-from-picon):
726         * gnus-art.el (gnus-treat-mail-picon):
727         * gnus-art.el (gnus-treat-newsgroups-picon):
728         * gnus-art.el (gnus-treat-body-boundary):
729         * gnus-art.el (gnus-treat-capitalize-sentences):
730         * gnus-art.el (gnus-treat-fill-long-lines):
731         * gnus-art.el (gnus-treat-play-sounds):
732         * gnus-art.el (gnus-treat-translate):
733         * gnus-art.el (gnus-treat-x-pgp-sig):
734         * gnus-art.el (gnus-mime-button-line-format):
735         * gnus-art.el (gnus-button-man-level):
736         * gnus-art.el (gnus-button-emacs-level):
737         * gnus-cus.el (gnus-group-parameters):
738         * gnus-gl.el (bbb-build-mid-scores-alist):
739         * gnus-group.el (gnus-group-line-format):
740         * gnus-mlspl.el (gnus-group-split-setup):
741         * gnus-mlspl.el (gnus-group-split):
742         * gnus-msg.el (gnus-mailing-list-groups):
743         * gnus-msg.el (gnus-posting-styles):
744         * gnus-nocem.el (gnus-nocem-issuers):
745         * gnus-score.el (gnus-score-regexp-bad-p):
746         * gnus-srvr.el (gnus-server-line-format):
747         * gnus-topic.el (gnus-topic-line-format):
748         * gnus.el (gnus-summary-line-format):
749         * mail-source.el (mail-sources):
750         * message.el (message-subscribed-address-file):
751         * nnmail.el (nnmail-split-fancy):
752
753 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
754
755         * mail-source.el(mail-source-run-script): use `functionp' to test
756         whether the argument `script' is in fact a function.
757         (mail-sources): adjust the defcustom to allow users to specify a
758         function or a string as the value of the `:prescript' and
759         `:postscript' arguments of the `file' and `pop3' mail sources.
760
761 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
762
763         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
764         number when article 1 does not exist.
765
766 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
767
768         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
769         apropos if apropos-variable does not exist.
770         (gnus-button-guessed-mid-regexp)
771         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
772         regexes.  From Reiner Steib.
773         (gnus-button-handle-describe-function)
774         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
775         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
776         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
777
778 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
779
780         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
781         the file.
782
783 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
784
785         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
786
787 2002-09-24  Simon Josefsson  <jas@extundo.com>
788
789         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
790         (mml2015-use): Prefer PGG if installed.
791         (mml2015-function-alist): Add PGG wrappers.
792         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
793         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
794         prefix, make regexp optionally skip it.
795         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
796         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
797         (mml2015-pgg-encrypt): New functions.
798         (defvar, autoload): Prevent byte-compile warnings.
799
800 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
801         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
802
803         * gnus-art.el (article-strip-banner): Check for the existence of
804         from header.
805
806 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
807
808         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
809         (gnus-button-alist): Improved regexp for
810         gnus-button-handle-mid-or-mail (false positives), fixed
811         gnus-button-handle-man entries.
812         From Reiner Steib.
813
814 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
815         From Josh Huber.
816
817         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
818         nnmail-extra-headers is non-nil.
819
820 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
821
822         * nnmaildir.el: Store article numbers persistently.  General
823         revision.
824         (nnmaildir-request-expire-articles): handle 'immediate and 'never
825         for nnmail-expiry-wait; delete instead of moving if 'force is
826         given.
827
828 2002-09-23  Simon Josefsson  <jas@extundo.com>
829         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
830
831         * smime.el (smime-sign-buffer): Get key and extra certs.
832         (smime-get-key-with-certs-by-email): Utility function.
833
834 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
835         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
836
837         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
838         article exists.
839
840 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
841
842         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
843
844 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
845         From Reiner Steib.
846
847         * gnus-art.el (gnus-button-handle-custom,
848         gnus-button-handle-mid-or-mail,
849         gnus-button-handle-describe-{function,variable,key},
850         gnus-button-handle-apropos{,command,variable}): New functions.
851         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
852         gnus-button-{man,emacs,mail}-level): New variables.
853         (gnus-button-alist): Use the above to buttonize emacs and mail
854         related links.
855
856 2002-09-18  Juanma Barranquero  <lektu@terra.es>
857
858         * gnus-int.el (gnus-status-message): Fix spacing.
859
860         * imap.el (imap-continuation): Fix typos.
861
862 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
863
864         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
865
866         * gnus-art.el (gnus-article-reply-with-original): Correct
867         with-current-buffer scope.
868
869         * message.el (message-completion-alist): Add Reply-To, From, etc.
870
871 2002-09-18  Simon Josefsson  <jas@extundo.com>
872
873         * nnimap.el (nnimap-request-expire-articles): Make flag setting
874         conditional.  From Nevin Kapur <nevin@jhu.edu>.
875
876 2002-09-17  Simon Josefsson  <jas@extundo.com>
877
878         * nnimap.el (nnimap-expiry-target): Don't search for which
879         articles exists here.
880         (nnimap-request-expire-articles): Do it here instead.  Only expire
881         when articles are found.  Suggested by Nevin Kapur
882         <nevin@jhu.edu>.
883
884 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
885         From Reiner Steib <reiner.steib@gmx.de>.
886
887         * message.el (message-strip-subject-trailing-was)
888         (message-change-subject, message-add-archive-header)
889         (message-xpost-fup2-header, message-xpost-insert-note)
890         (message-xpost-fup2, message-reduce-to-to-cc): New functions
891         adopted from message-utils.el.  Add functions to the keymap, mode
892         describtion and menu.
893         (message-change-subject,message-xpost-fup2): Signal error if
894         current header is empty.
895         (message-xpost-insert-note): Changed insert position.
896         (message-archive-note): Ensure to insert note in message body (not
897         in head).
898         (message-archive-header, message-archive-note)
899         (message-xpost-default, message-xpost-note, message-fup2-note)
900         (message-xpost-note-function): New variables adopted from
901         message-utils.el.  Changed some doc-strings.
902         (message-mark-insert-{begin,end}): Rename from
903         message-{begin,end}-inserted-text-mark (message-utils.el), changed
904         values.
905         (message-subject-trailing-was-query)
906         (message-subject-trailing-was-ask-regexp)
907         (message-subject-trailing-was-regexp): New variables.
908         (message-to-list-only): Added doc-string and menu entry.
909
910         * message-utils.el: Removed.  Functions are now in message.el.
911
912 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
913
914         * gnus-art.el (gnus-article-reply-with-original,
915         gnus-article-followup-with-original): Switch to
916         gnus-summary-buffer before reply/followup.
917
918 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
919
920         * gnus-sum.el (gnus-summary-toggle-header): The article window may
921         not exist. Toggle it anyway.
922
923 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
924
925         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
926
927         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
928         Trivial patch from Urban Engberg <ue@ccieurope.com>.
929
930         * rfc2047.el (message-posting-charset): Defvar it.
931         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
932         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
933
934         * mail-source.el (mail-source-fetch): Hide password.
935
936         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
937
938 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
939         From John Paul Wallington <jpw@shootybangbang.com>.
940
941         * gnus.el (gnus-visual, gnus-meta): Fix typo.
942
943 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
946
947 2002-09-11  Simon Josefsson  <jas@extundo.com>
948
949         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
950         (nnimap-split-rule): Doc fix.
951         (nnimap-request-expire-articles): Cleanup code.
952
953 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
954         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
955
956         * gnus-art.el (gnus-article-address-banner-alist): New option.
957         (article-strip-banner): Refer the above option to split banners of
958         free mail servers, when no group parameter is specified.
959
960 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * nntp.el (nntp-wait-for-string): Check for a process in the
963         current buffer instead of `nntp-server-buffer'.
964
965 2002-09-09  Simon Josefsson  <jas@extundo.com>
966
967         * gnus-art.el (gnus-button-man-handler): New variable.
968         (gnus-button-alist): Use g-b-handle-man.
969         (gnus-button-handle-man): New, call g-b-man-handler.
970
971 2002-09-08  Simon Josefsson  <jas@extundo.com>
972
973         * gnus-art.el (gnus-button-alist): Buttonize man page links.
974
975 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
978
979 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
982
983         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
984         keystroke.
985
986         * gnus-srvr.el (gnus-browse-describe-group): New command and
987         keystroke.
988
989 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
992         value for gnus-decoration property.
993
994 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
995
996         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
997         string) as group name in case we have a CRLF in the file.
998
999 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1000
1001         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1002         group.
1003         (rfc1843-decode-hzp): do.
1004         (rfc1843-newsgroups-regexp): do.
1005
1006 2002-09-04  Simon Josefsson  <jas@extundo.com>
1007
1008         * message.el (message-canlock-generate): Make sure sha1 doesn't
1009         call external programs.
1010
1011 2002-09-03  Simon Josefsson  <jas@extundo.com>
1012
1013         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1014
1015         * gnus-agent.el (gnus-agent-batch): Add doc.
1016
1017 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1018
1019         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1020         check for signed and encrypted parts.
1021         * mml.el (mml-parse-1): Correct small typo which preventing
1022         setting recipients in a secure tag.
1023
1024 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * mm-util.el (mm-coding-system-priorities): Default to a list of
1027         iso-2022-jp and others for the Japanese environment.
1028
1029 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1032         invalid display names.
1033
1034 2002-08-30  Simon Josefsson  <jas@extundo.com>
1035
1036         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1037         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1038
1039 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1040
1041         * gnus.el (gnus-group-charter-alist): New option.
1042         (gnus-group-fetch-control-use-browse-url): New option.
1043
1044         * gnus-group.el (gnus-group-fetch-charter): New function.
1045         (gnus-group-fetch-control): New function.
1046         Add them to the keymap and menu. Require mm-url.
1047
1048 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1051         From Alex Schroeder <alex@emacswiki.org>.
1052
1053 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1054
1055         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1056         items expecting user interaction.
1057
1058         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1059
1060         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1061
1062         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1063
1064         * mml.el (mml-menu): do.
1065
1066 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * mail-source.el (mail-source-touch-pop): New function.
1069
1070         * message.el (message-smtpmail-send-it): New function.
1071         (message-send-mail-function): Add it for a candidate.
1072
1073 2002-08-27  Simon Josefsson  <jas@extundo.com>
1074
1075         * gnus-msg.el (posting-charset-alist): Use
1076         gnus-define-group-parameter instead of defcustom.
1077         (gnus-put-message): Handle SPC in GCC.
1078         (gnus-inews-insert-gcc): Ditto.
1079         (gnus-inews-insert-archive-gcc): Ditto.
1080
1081 2002-08-26  Simon Josefsson  <jas@extundo.com>
1082
1083         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1084         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1085         (gnus-agent-possibly-save-gcc): Autoload.
1086         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1087
1088 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus.el (gnus-other-frame-function): New user option.
1091         (gnus-other-frame): Use it; add a doc-string; make it work with
1092         the gnuclient program.
1093
1094         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1095
1096         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1097         `device-connection' and `dfw-device'.
1098
1099 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1100
1101         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1102         positives, make it stricter.  From Jochen Hein (trivial change).
1103
1104 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus.el (gnus-other-frame): Trivial fix.
1107
1108 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus.el (gnus-other-frame-parameters): New user option.
1111         (gnus-other-frame-object): New variable.
1112         (gnus-other-frame): Make it search for existing Gnus frame; don't
1113         read new news; delete frame on exit.
1114
1115         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1116
1117         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1118
1119 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1120         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1121
1122         * message.el (message-set-auto-save-file-name): Add support for
1123         the Cygwin Emacs; the system-type is `cygwin'.
1124         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1125
1126 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1127
1128         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1129
1130         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1131         avoid arithmetic errors.
1132
1133 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1136
1137 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1140         (message-ignored-resent-headers): Add envelope From.
1141
1142 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1143
1144         * gnus.el (gnus-summary-line-format): Document %k specifier.
1145
1146 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1147
1148         * gnus-sum.el (gnus-summary-line-message-size): New function.
1149         (gnus-summary-line-format-alist): Use it.
1150
1151 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-art.el (article-make-date-line): Refer to the value for
1154         `gnus-article-time-format' in the summary buffer.
1155
1156         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1157
1158 2002-08-14  Simon Josefsson  <jas@extundo.com>
1159
1160         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1161         quoting.
1162         (gnus-button-alist): Fix doc.
1163         (gnus-header-button-alist): Use ' not ` for default value quoting.
1164         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1165         rationale similar to 2002-05-01 change.
1166         (gnus-article-add-buttons-to-head): Evaluate expression.
1167
1168         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1169
1170 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * message.el (message-font-lock-keywords): Refer to the value for
1173         `message-cite-prefix-regexp' dynamically.
1174
1175 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1178
1179 2002-08-12  Simon Josefsson  <jas@extundo.com>
1180
1181         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1182         (imap-shell-open): Skip initial junk before IMAP greeting.
1183
1184 2002-08-11  Simon Josefsson  <jas@extundo.com>
1185
1186         * message-utils.el (message-xpost-default,
1187         message-xpost-fup2-header, message-xpost-fup2): Fixed
1188         Typos.  Trivial changes from Reiner Steib
1189         <4uce.02.r.steib@gmx.net>.
1190
1191 2002-08-09  Simon Josefsson  <jas@extundo.com>
1192
1193         * message.el (message-canlock-password): Set
1194         canlock-password-for-verify to newly generated canlock-password.
1195         When Emacs is restarted, Custom makes sure this is set, but during
1196         the same session we must set it manually.
1197
1198 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1199
1200         * yenc.el: New file.
1201
1202         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1203         (mm-uu-type-alist): Add yenc.
1204         (mm-uu-yenc-filename): New function.
1205         (mm-uu-yenc-extract): New function.
1206
1207         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1208
1209 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1210
1211         * dgnushack.el (merge): Don't use coerce.
1212
1213 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1214
1215         * mailcap.el (mailcap-mime-data): Test window-system rather than
1216         mm-device-type.
1217         (mailcap-mime-data): Call xdvi and gv with "-safer".
1218
1219         * mm-util.el: Don't define mm-device-type.
1220
1221 2002-08-05  Simon Josefsson  <jas@extundo.com>
1222
1223         * mm-util.el (mm-coding-system-priorities): coding-system type not
1224         supported everywhere.
1225
1226 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus.el (gnus-version-number): Bumped version number.
1229
1230 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1231
1232         * gnus.el: Oort Gnus v0.07 is released.
1233
1234 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1237         (gnus-article-sort-functions): Doc fix.
1238         (t): New keystroke.
1239         (gnus-article-sort-by-random): New function.
1240         (gnus-thread-sort-by-random): New function.
1241
1242 2002-08-02  Simon Josefsson  <jas@extundo.com>
1243
1244         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1245         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1246
1247 2002-07-31  Danny Siu  <dsiu@adobe.com>
1248
1249         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1250         when splitting malformed messages without message-id
1251
1252 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1253         From Niklas Morberg <niklas.morberg@axis.com>.
1254
1255         * nnweb.el (nnweb-type, nnweb-type-definition)
1256         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1257         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1258         functionality.
1259         * nnweb.el: Removed old non-functioning search engines.
1260
1261 2002-07-27  Simon Josefsson  <jas@extundo.com>
1262
1263         * message.el (message-forward-make-body): Don't use
1264         `message-forward-ignored-headers' when doing a "raw" followup (it
1265         is important to preserve e.g. CTE).
1266
1267         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1268
1269         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1270         regexp-quote, Cyrus Sieve is fixed.
1271
1272         * sieve-manage.el (sieve-manage-deletescript): New function.
1273
1274         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1275         (sieve-manage-mode): Fix menubar.
1276         (sieve-activate): Change some messages.
1277         (sieve-deactivate-all): New function.
1278         (sieve-deactivate): New alias.
1279         (sieve-remove): New function.
1280         (sieve-help): Fix help.
1281         All suggested by Ned Ludd.
1282
1283 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1286         (mm-w3m-safe-url-regexp): New user option.
1287
1288         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1289         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1290
1291 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1292
1293         * gnus-sum.el (gnus-summary-delete-article): Force
1294         nnmail-expiry-target to 'delete, so that absolute deletion
1295         happens when absolute deletion is requested.
1296
1297 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1298         From Nevin Kapur <nevin@jhu.edu>.
1299
1300         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1301         headers as empty headers.
1302
1303 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1304         From Jochen Hein <jochen@jochen.org>.
1305
1306         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1307         correct typo.
1308         (gnus-emphasis-strikethru): New face.
1309
1310 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1311         From Jason Merrill <jason@redhat.com>.
1312
1313         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1314         entire file for each of a sequence of missing articles.
1315
1316         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1317         value for gnus-view-pseudos.
1318
1319         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1320         avoid nreverse.
1321
1322 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1323         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1324
1325         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1326         (gnus-summary-mode-line-format-alist): Add %h for number of
1327         spams.
1328         (gnus-newsgroup-spam-marked): New variable.
1329         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1330         (gnus-article-read-p, gnus-article-mark)
1331         (gnus-set-global-variables, gnus-set-global-variables)
1332         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1333         (gnus-summary-mark-article-as-unread)
1334         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1335         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1336         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1337
1338 2002-07-10  Simon Josefsson  <jas@extundo.com>
1339
1340         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1341         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1342
1343 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1344
1345         * gnus-sum.el (gnus-summary-delete-article): Respect group
1346         parameters while expiring.
1347
1348 2002-07-08  Simon Josefsson  <jas@extundo.com>
1349
1350         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1351         Enberg.
1352
1353 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1354
1355         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1356         function is called interactively.  From Niklas Morberg.
1357
1358 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1359
1360         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1361         cdaar to cdar and car.
1362
1363         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1364         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1365
1366 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1369         don't break a narrowed article.
1370
1371         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1372         (nntp-open-via-rlogin-and-telnet): Ditto.
1373
1374 2002-07-02  Didier Verna  <didier@xemacs.org>
1375
1376         * nnmail.el (nnmail-split-methods): fix custom type.
1377
1378 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1379
1380         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1381         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1382
1383 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1384
1385         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1386         (gnus-summary-resend-message): Use it.
1387
1388 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1391         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1392
1393 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1394
1395         * message.el (message-font-lock-keywords): Don't fontify
1396         headers in the message body, only in the header.
1397         (message-font-lock-make-header-matcher): New function, used by
1398         message-font-lock-keywords.
1399         From Katsumi Yamaoka <yamaoka@jpl.org>.
1400
1401 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1404
1405 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1408
1409 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1410
1411         * message.el (message-font-lock-keywords): Revert 2002-06-22
1412         change.
1413
1414 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1415
1416         * message.el (message-font-lock-keywords): Put colon in header
1417         name match.
1418
1419 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1420
1421         * message.el (message-font-lock-keywords): Don't use header faces
1422         in the body.  Thanks to Stefan Monnier for the hint on the
1423         implementation.
1424
1425 2002-05-09  Miles Bader  <miles@gnu.org>
1426
1427         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1428         (gnus-article-hide-citation): Respect it.
1429
1430 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1431
1432         * pop3.el (pop3-open-server): Fix typo.
1433
1434 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1435
1436         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1437         instead of push to ignore duplicate to-(list|address) values.
1438         * nnmail.el (nnmail-cache-ignore-groups): New.
1439         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1440
1441 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1442
1443         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1444         before sending.  Suggested by Jan Rychter.
1445
1446 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * dgnushack.el (remove): New compiler macro.
1449         (last, coerce, subseq): Remove compiler macros for those built-in
1450         or unused functions.
1451
1452 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1453
1454         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1455         sure to write byte-compiled versions of gnus-*-format-alist to
1456         .newsrc.eld.  From Simon Josefsson.
1457
1458 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1459
1460         * gnus-agent.el (gnus-agent-read-servers)
1461         (gnus-agent-write-servers): Put server name (string like
1462         "nnchoke:frumple") in the file instead of a server specification
1463         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1464         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1465
1466 2002-06-16  Simon Josefsson  <jas@extundo.com>
1467
1468         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1469         Reiner Steib <4uce.02.r.steib@gmx.net>.
1470
1471 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1472
1473         * nnheader.el (nnheader-file-name-translation-alist): Set the
1474         default value for MS Windows systems.
1475
1476         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1477
1478 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * message.el (message-beginning-of-line): Keep the region active
1481         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1482
1483 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1484
1485         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1486         * gnus-msg.el (gnus-summary-reply): Ditto.
1487         * gnus-msg.el (gnus-summary-handle-replysign): New.
1488
1489 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1492         if sending failed.
1493
1494 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1495
1496         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1497         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1498         to sign while encrypting.
1499
1500 2002-06-11  Simon Josefsson  <jas@extundo.com>
1501
1502         * gnus-int.el (gnus-request-move-article): Agent expire article if
1503         successfuly moved.
1504
1505         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1506         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1507
1508 2002-06-10  Simon Josefsson  <jas@extundo.com>
1509
1510         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1511
1512 2002-06-09  Simon Josefsson  <jas@extundo.com>
1513
1514         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1515
1516         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1517
1518 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1519
1520         * flow-fill.el (fill-flowed): Ignore errors.
1521
1522 2002-06-06  Simon Josefsson  <jas@extundo.com>
1523
1524         * message.el (message-send-mail-with-sendmail): Improve error message.
1525
1526 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1527
1528         * message.el (message-interactive): Change default from nil to t.
1529         Better to be safe than to be fast.
1530
1531 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1532
1533         * message.el (message-send-mail-with-sendmail): Check return value
1534         from call-process-region.
1535
1536 2002-06-04  Simon Josefsson  <jas@extundo.com>
1537
1538         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1539         (gnus-group-post-news, gnus-summary-mail-other-window)
1540         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1541         gnus-article-copy to nil, thereby inhibiting the `header' posting
1542         style match to use data from last viewed article.
1543         Suggested by Hrvoje Niksic.
1544
1545 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * spam.el (spam-point-at-eol): New alias.
1548         (spam-parse-whitelist): Use it.
1549
1550 2002-06-03  Simon Josefsson  <jas@extundo.com>
1551
1552         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1553         (nnmail-article-group): Use it.
1554
1555 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1556
1557         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1558         so that code reading them won't be surprised.  From Jesper Harder
1559         <harder@ifa.au.dk>.
1560
1561 2002-05-29  Simon Josefsson  <jas@extundo.com>
1562
1563         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1564         articles.
1565
1566         * gnus.el (gnus-agent-cache): Doc fix.
1567         (gnus-agent): Change default to t.
1568
1569         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1570         ARTICLES, GROUP and FORCE parameters.
1571
1572 2002-05-28  Simon Josefsson  <jas@extundo.com>
1573
1574         * gnus-group.el (gnus-group-line-format): Doc fix.
1575
1576 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1577
1578         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1579         original article before yanking.  From Jesper Harder
1580         <harder@ifa.au.dk>.
1581
1582 2002-05-26  Simon Josefsson  <jas@extundo.com>
1583
1584         * gnus-sum.el (gnus-summary-menu-split): New function.
1585         (gnus-summary-make-menu-bar): Split charset submenu.
1586         (gnus-summary-menu-maxlen): New variable.
1587         (gnus-summary-menu-split): Use it.
1588
1589 2002-05-25  Simon Josefsson  <jas@extundo.com>
1590
1591         * mml.el (mml-preview): Generate some headers.
1592
1593         * gnus.el (gnus-large-newsgroup): Fix :type.
1594
1595         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1596         Agent cache NOV's by default now).
1597         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1598
1599 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1600
1601         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1602         call to gnus-parent-id when we check for References loops.
1603         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1604         twice by saving the simplified subject string in simp-subject.
1605
1606 2002-05-23  Simon Josefsson  <jas@extundo.com>
1607
1608         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1609         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1610
1611         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1612         Niklas Morberg <niklas.morberg@axis.com>.
1613
1614 2002-05-22  Simon Josefsson  <jas@extundo.com>
1615
1616         * sieve.el (sieve-change-region): Define it before it is used.
1617
1618         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1619         (gnus-summary-reply): Ask for confirmation when replying to news.
1620         Defaults to not ask.  From Benjamin Rutt
1621         <rutt+news@cis.ohio-state.edu>.
1622
1623         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1624
1625 2002-05-21  Simon Josefsson  <jas@extundo.com>
1626
1627         * sieve-mode.el (sieve-manage): Fix autoloads.
1628
1629         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1630         name (makes it work with recent Cyrus timsieved).
1631
1632 2002-05-20  Jason  <jbaker@cs.utah.edu>
1633
1634         * gnus-art.el (gnus-request-article-this-buffer): Try
1635         reconnecting if you don't get the message.
1636
1637 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1640         Reply-To headers from the headers.
1641
1642 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * mm-url.el (mm-url-insert): Remove junk message.
1645
1646 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1649         (nnslashdot-use-front-page): New variable.
1650         (nnslashdot-request-list): Use it.
1651
1652         * mm-url.el (mm-url-timeout): New variable.
1653         (mm-url-retries): Ditto.
1654         (mm-url-insert): Use it.
1655
1656 2002-05-16  Simon Josefsson  <jas@extundo.com>
1657
1658         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1659         (gnus-simplify-subject-functions): Mention g-s-a-w.
1660
1661 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1662
1663         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1664         nnmail-cache-insert.
1665         * nndiary.el (nndiary-request-accept-article): Ditto.
1666         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1667         * nnimap.el (nnimap-request-accept-article): Ditto.
1668         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1669         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1670         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1671         * nnmh.el (nnmh-request-accept-article): Ditto.
1672         * nnmail.el (nnmail-cache-insert): Change group to required,
1673         removed code which tried to figure out the group.
1674
1675 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1676
1677         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1678         messages. From Hans de Graaff <hans@degraaff.org>.
1679         * nnml.el (nnml-request-accept-article): Pass in the group name to
1680         nnmail-cache-insert, since it's available.
1681
1682 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1683
1684         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1685
1686 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1687         From Florian Weimer <fw@deneb.enyo.de>.
1688
1689         * gnus.el (subscribed): New group parameter.
1690         (gnus-find-subscribed-addresses): Use it.
1691
1692 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1693
1694         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1695         the default for pgpmime to support pgp v2.
1696         * mml-sec.el (mml-signencrypt-style): New accessor function to
1697         allow users to get/set the signencrypt style more easily without
1698         frobbing the alist directly.
1699         * mml.el (mml-generate-mime-1): Use accessor function.
1700
1701 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1702
1703         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1704         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1705         <schwab@suse.de>.
1706
1707 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1708
1709         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1710         when intuiting the group the message is written to.  From Josh
1711         Huber <huber@alum.wpi.edu>.
1712
1713 2002-05-06  Simon Josefsson  <jas@extundo.com>
1714
1715         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1716         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1717
1718 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1719
1720         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1721         argument, and fixed compiler warning. (added autoload for
1722         gpg-encrypt).
1723
1724 2002-05-04  Simon Josefsson  <jas@extundo.com>
1725
1726         * mml1991.el (mml1991-function-alist): Doc fix.
1727
1728         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1729         doesn't exist (for previewing messages without having Gnus
1730         started).
1731
1732         * mm-util.el (mm-coding-system-priorities): Defcustom.
1733
1734         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1735
1736 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1737
1738         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1739         default.
1740         * mml-sec.el:
1741         * mml-sec.el (mml-signencrypt-style): New.
1742         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1743         argument `sign'.
1744         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1745         signencrypt.
1746         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1747         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1748         both signed & encryped is processed in one operation. (rather than
1749         two separate ops: sign, then encrypt)
1750         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1751         indication if a message is signed by an expired key.
1752         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1753         enables combined sign & encrypt operation. (this was always on
1754         before).
1755         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1756
1757 2002-05-01  Simon Josefsson  <jas@extundo.com>
1758
1759         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1760         server.
1761         (nnimap-mailbox-info): defvar instead of defvoo.
1762
1763 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1764
1765         * gnus.el: Oort Gnus v0.06 is released.
1766
1767 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * lpath.el: Bind url-package-version.
1770
1771 2002-05-01  Simon Josefsson  <jas@extundo.com>
1772
1773         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1774         filename before deleting the group itself, because the presence of
1775         a group filename decides if long filenames are used or not.
1776
1777         * gnus-art.el (gnus-button-alist): Don't inline
1778         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1779         without also modifying g-button-alist.
1780         (gnus-button-alist): Fix type to allow variable as well as regexp.
1781         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1782         themselves, variables to its contents.
1783         (gnus-button-entry): Ditto.
1784
1785 2002-05-01  Simon Josefsson  <jas@extundo.com>
1786
1787         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1788         UIDNEXT as a string.
1789
1790         * nnimap.el (nnimap-string-lessp-numerical): New function.
1791         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1792         integers.
1793
1794 2002-04-29  Simon Josefsson  <jas@extundo.com>
1795
1796         * nnmail.el (nnmail-cache-insert): Accept optional group
1797         parameter.
1798
1799         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1800         n-r-g-a is disabled.
1801
1802 2002-04-29  Simon Josefsson  <jas@extundo.com>
1803
1804         * nnimap.el (nnimap-split-fancy): Fix doc.
1805         (nnimap-split-fancy): Fix doc.
1806
1807         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1808         (nnimap-mailbox-info): New internal variable.
1809         (nnimap-retrieve-groups): Implement faster new mail check.
1810
1811         * nnimap.el (nnimap-split-articles): Support
1812         nnmail-cache-accepted-message-ids.
1813         (nnimap-request-accept-article): Ditto.
1814
1815         * imap.el (imap-mailbox-status-asynch): New command.
1816
1817 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1818
1819         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1820         are no subscribed mail groups.
1821         - Strip quoted names when comparing addresses
1822
1823 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1824
1825         * mm-decode.el (mm-text-html-renderer): Change customize type to
1826         const.
1827
1828         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1829         (gnus-debug-exclude-variables): do.
1830
1831 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1832
1833         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1834         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1835
1836 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * dns.el (dns-make-network-process): New macro.
1839         (query-dns): Use it.
1840
1841 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1844         article-buffer.
1845
1846         * mm-url.el (mm-url-package-name): New variable.
1847         (mm-url-package-version): New variable.
1848         (mm-url-insert-file-contents): Bind url-package-name and
1849         url-package-version here.
1850         * nnrss.el (nnrss-insert-w3): Move the bindings.
1851
1852         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1853         url-package-version. Trivial change from Andrew J Cosgriff
1854         <ajc@polydistortion.net>
1855
1856         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1857         attachments. Trivial change from Peter 'Luna' Runestig
1858         <peter@runestig.com>.
1859
1860 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1861
1862         * nnkiboze.el (nnkiboze-request-scan): Call
1863         nnkiboze-possibly-change-group.
1864         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1865         problems.
1866         (nnkiboze-generate-group): Set newsrc to the *highest* article
1867         number kibozed, not the lowest.
1868
1869 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1870
1871         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1872
1873 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1874         From Dan Christensen <jdc+news@uwo.ca>.
1875
1876         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1877         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1878         Recognize math postings.  Extract Date (now ignores "(15kb)").
1879         Extract email address using gnus-extract-address-components
1880         instead of just taking the first word.  Create Date and From
1881         headers for message which are missing these headers.  Get rid
1882         of spurious \\ lines (purely cosmetic).  Extend body-end and
1883         file-end regexps, to exclude more garbage from the message.
1884         Make URL rephrasing regexp more flexible, to match current
1885         format.
1886
1887 2002-04-23  Simon Josefsson  <jas@extundo.com>
1888
1889         * netrc.el: New file, functions copied from gnus-util.el by Ted
1890         Zlatanov <tzz@lifelogs.com>.
1891
1892         * gnus-util.el: Require netrc.
1893         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1894         new code in netrc.el.
1895
1896 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1897
1898         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1899         message-ignored-resent-headers, too.  From Matthieu Moy
1900         <Matthieu.Moy@imag.fr>.
1901
1902 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1903
1904         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1905         boolean not a string
1906         * gnus-group.el (gnus-group-line-format): add description of %C
1907         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1908           as %C
1909         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1910
1911 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1912
1913         * nnmaildir.el (nnmaildir-request-scan): typo: set
1914         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1915         nnmail-get-new-mail for 'find-new-groups.
1916
1917 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1918
1919         * nnmaildir.el (nnmaildir-request-update-info,
1920         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1921         unnecessary calls to nnmaildir-request-scan.
1922
1923 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1924
1925         * gnus-msg.el:
1926         * gnus-msg.el (gnus-message-replysign): New.
1927         * gnus-msg.el (gnus-message-replyencrypt): New.
1928         * gnus-msg.el (gnus-message-replysignencrypted): New.
1929         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1930         (above) to automatically encrypt/sign to encrypted/signed
1931         messages.
1932         * message.el:
1933         * message.el (message-mode-map): Add keybinding for
1934         `message-to-list-only'
1935         * message.el (message-mode): Add description for
1936         `message-to-list-only'
1937         * message.el (message-to-list-only): New.
1938         * message.el (message-make-mft): Changed to use the cl loop macro,
1939         and added optional flag to return only the matched list. (for use
1940         in new message-to-list-only function)
1941
1942 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1943
1944         * gnus-msg.el:
1945         * gnus-msg.el (gnus-message-replysign):
1946         * gnus-msg.el (gnus-replysign): New.
1947         * gnus-msg.el (gnus-replyencrypt): New.
1948         * gnus-msg.el (gnus-replysignencrypted): New.
1949         * gnus-msg.el (gnus-summary-reply):
1950         * message.el:
1951         * message.el (message-mode-map):
1952         * message.el (message-mode):
1953         * message.el (message-to-list-only): New.
1954         * message.el (message-make-mft):
1955
1956 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1957
1958         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1959
1960 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1961
1962         * message.el (message-gen-unsubscribed-mft): accept a prefix
1963         argument so CC can be included with C-u C-c C-f C-a
1964
1965 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1966         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1967
1968         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1969         Improve docstring.
1970         (spam-enter-blacklist): New command.
1971
1972         * gnus-sum.el (gnus-spam-mark): New mark.
1973         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1974         (gnus-summary-make-tool-bar): Correct conditional.
1975         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1976         (gnus-summary-mark-as-spam): New command.
1977
1978 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1979
1980         * mml-sec.el (mml-secure-message): changed to support arbritrary
1981         modes.
1982         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1983         changed to support "signencrypt" mode.
1984         * mml.el (mml-parse-1): changed to support different secure modes
1985         more easily. (for signencrypt)
1986
1987 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1988
1989         * gnus-sum.el (gnus-update-summary-mark-positions)
1990         (gnus-summary-toggle-header):
1991         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1992         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1993         (gnus-uu-post-encoded):
1994         * nnfolder.el (nnfolder-possibly-change-group):
1995         * nnimap.el (nnimap-retrieve-headers):
1996         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1997
1998 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1999
2000         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2001         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2002
2003 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-srvr.el (gnus-server-set-info): Clear
2006         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2007         From Daiki Ueno <ueno@unixuser.org>.
2008
2009 2002-04-11  Simon Josefsson  <jas@extundo.com>
2010
2011         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2012         viewing of security buttons.  Thanks to Nicolas Kowalski
2013         <Nicolas.Kowalski@imag.fr>.
2014
2015         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2016         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2017         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2018         <Nicolas.Kowalski@imag.fr>.
2019         (smime-decrypt-buffer): Ditto.
2020
2021 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2024         header line.
2025
2026 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2027
2028         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2029
2030 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2031
2032         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2033
2034 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2035
2036         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2037         errors when debug.
2038
2039 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2040
2041         * message.el (message-make-mft): Changed MFT code from using
2042         message-recipients (which included Bcc) to use only the To and CC
2043         headers.
2044
2045 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2046
2047         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2048         add link.
2049         (gnus-treat-mail-picon): Ditto.
2050         (gnus-treat-newsgroups-picon): Ditto.
2051         (gnus-picon-databases): Fix custom type.
2052         (gnus-picon-databases): Add link.
2053         (gnus-article-x-face-command): Add to gnus-picon group.
2054
2055 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2056
2057         * message.el (message-buffer-naming-style): Remove.
2058
2059 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2060
2061         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2062
2063         * message.el (message-tool-bar-map): Ditto.
2064
2065         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2066
2067 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2068
2069         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2070
2071 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2072
2073         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2074
2075 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2076
2077         * dns.el: open-network-stream under XEmacs does udp.
2078
2079 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2080
2081         * spam.el (spam-enter-whitelist): New function.
2082         (spam-parse-whitelist): Ditto.
2083         (spam-refresh-list-cache): Ditto.
2084         (spam-address-whitelisted-p): New function.
2085
2086         * dns.el (query-dns): Use TCP when make-network-process isn't
2087         available.
2088         (dns-servers): New variable.
2089         (dns-parse-resolv-conf): New function.
2090         (query-dns): Use it.
2091
2092         * spam.el: New file.
2093
2094         * dns.el (query-dns): Test.
2095
2096 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * lpath.el (featurep): Bind make-network-process.
2099
2100 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2101
2102         * nnmaildir.el: Use defstruct.  Use a single copy of
2103         nnmail-extra-headers to save memory.  Store server's group name
2104         prefix instead of each group's prefixed name.
2105         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2106         nntp-server-buffer.
2107
2108 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * dns.el: New file.
2111
2112 2002-03-28  Simon Josefsson  <jas@extundo.com>
2113
2114         * gnus-sum.el (gnus-summary-dummy-line-format):
2115         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2116         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2117
2118 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2119
2120         * gnus-sum.el (gnus-summary-move-article)
2121         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2122         the doc string.
2123
2124 2002-03-28  Simon Josefsson  <jas@extundo.com>
2125
2126         * mml-sec.el (mml-secure-message): Search after
2127         mail-header-separator from top of message.
2128
2129 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2130
2131         * nnmaildir.el: Cosmetic changes.
2132         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2133         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2134         nnmaildir--group-ls): New macros/functions.  Use them.
2135         (nnmaildir--unlink): Evalutate argument only once.
2136
2137 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2138
2139         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2140         symbols.
2141         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2142         `gnus-point-at-eol'.
2143
2144 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2145
2146         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2147         nnmaildir--marks-dir): New macros.  Use them.
2148         Use inhibit-quit for atomicity instead of in-memory journaling.
2149         (nnmaildir--edit-prep): New function.
2150         (Local Variables): Use it.
2151
2152 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2153
2154         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2155
2156 2002-03-25  Simon Josefsson  <jas@extundo.com>
2157
2158         * message.el (message-mode): Fix doc.
2159
2160 2002-03-25  Simon Josefsson  <jas@extundo.com>
2161
2162         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2163         Matthieu Moy <Matthieu.Moy@imag.fr>.
2164
2165 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2166
2167         * mml-sec.el (mml-unsecure-message): Add docstring.
2168
2169 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2170
2171         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2172         value.
2173         Trivial change from andre@slamdunknetworks.com
2174
2175 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2176
2177         * mml.el (mml-mode-map): Added a keybinding for
2178         `mml-unsecure-message'.  Also, added a menu entry for said
2179         function in the Attachments menu.
2180
2181 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * canlock.el (canlock-version): Remove.
2184         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2185         here; simplify \x insertions.
2186         (canlock-sha1): New function, always return a unibyte string.
2187         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2188         of a password.
2189         (canlock-insert-header): Use `canlock-sha1'.
2190         (canlock-verify): Ditto.
2191
2192 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2193
2194         * message.el (message-fix-before-sending): Add an option that
2195         ignores illegible text.
2196         Trivial change from Mark Milhollan <mlm@attglobal.net>
2197
2198         * message.el (message-font-lock-keywords): Support multi-line MML
2199         tags.
2200
2201         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2202         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2203
2204 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2207         symbols for "View as different encoding" submenu.
2208
2209 2002-03-19  Simon Josefsson  <jas@extundo.com>
2210
2211         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2212         encoding" submenu.
2213
2214 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2215
2216         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2217
2218 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2219
2220         * gnus-sum.el (gnus-sum-thread-tree-root)
2221         (gnus-sum-thread-tree-single-indent)
2222         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2223         (gnus-sum-thread-tree-leaf-with-other)
2224         (gnus-sum-thread-tree-single-leaf): Make customizable.
2225
2226 2002-03-16  Simon Josefsson  <jas@extundo.com>
2227
2228         * gnus-util.el (gnus-extract-address-components): Don't break on
2229         names such as James "Kibo" Parry.  From Francis Litterio
2230         <franl@world.std.com>.
2231
2232 2002-03-13  Simon Josefsson  <jas@extundo.com>
2233
2234         * pop3.el (pop3-open-server): Revert multibyte change.  From
2235         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2236
2237         * message.el (message-send-mail-with-qmail): Make it work.  From
2238         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2239
2240 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2241
2242         * message.el (message-make-mft): Set case-fold-search while
2243         generating the MFT.  Also, a little cleanup in the MFT code.
2244
2245 2002-03-12  Simon Josefsson  <jas@extundo.com>
2246
2247         * message.el (message-qmail-inject-args): May be function.
2248         (message-send-mail-with-qmail): Call function if m-q-i-a is
2249         function.  From fn@hungry.org (Faried Nawaz).
2250
2251 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2252
2253         * message.el (message-abbrevs-loaded): Remove.
2254         (mailabbrev): Require it.
2255
2256         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2257
2258 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * pop3.el (pop3-open-server): Set process buffer unibyte.
2261
2262 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263
2264         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2265
2266 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2267
2268         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2269         too.
2270
2271 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2272
2273         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2274         duplication.
2275         (gnus-summary-save-parts-type-history): Ditto.
2276         (gnus-summary-save-parts-last-directory): Ditto.
2277         Trivial change from andre@slamdunknetworks.com
2278
2279 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2280
2281         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2282
2283 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2284
2285         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2286         -->" as the end of the first article.
2287
2288         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2289         From Matthieu Moy <Matthieu.Moy@imag.fr>
2290
2291         * message.el (message-add-action): Use add-to-list.
2292         (message-delete-action): New function.
2293
2294         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2295         pieces.
2296
2297 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2298
2299         * nnnil.el: New file.
2300         * gnus.el (gnus-valid-select-methods): Include nnnil.
2301
2302 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2303
2304         * message.el (message-syntax-checks): Because canlock is
2305         supported, we disable sender syntax check.
2306         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2307
2308         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2309         value of message-syntax-checks.
2310
2311         * qp.el (quoted-printable-decode-region): Doc addition.
2312         From: Eli Zaretskii <eliz@is.elta.co.il>
2313
2314         * mail-source.el (make-source-make-complex-temp-name): Use
2315         make-temp-file.
2316
2317         * mm-util.el (mm-make-temp-file): New function.
2318         * nneething.el (nneething-file-name): Use it.
2319         * mml-smime.el (mml-smime-encrypt): Ditto.
2320         * mm-view.el (mm-inline-wash-with-file): Ditto.
2321         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2322         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2323         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2324         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2325         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2326         * gnus-art.el (gnus-mime-print-part): Ditto.
2327
2328 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2329
2330         * message.el (nnmaildir-article-number-to-base-name): New
2331         function.
2332         (nnmaildir-base-name-to-article-number): New function.
2333
2334 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * smime.el (smime-make-temp-file): Don't quote
2337         `temporary-file-directory'.
2338
2339 2002-03-04  Simon Josefsson  <jas@extundo.com>
2340
2341         * smime.el (smime-sign-region): Rename argument keyfiles to
2342         keyfile. You only sign something with one key.
2343         (smime-sign-buffer): Better completing-read prompt.
2344         (smime-decrypt-buffer): Ditto.
2345
2346         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2347
2348         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2349         completing-read.
2350         (mm-view-pkcs7-decrypt): CRLF->LF.
2351
2352 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2353
2354         * message.el (message-hierarchical-addresses): New variable.
2355         (message-get-reply-headers): Use it.
2356         From Ted Zlatanov <teodor.zlatanov@divine.com>
2357
2358 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2359
2360         * message.el (message-mode): If buffer-file-name, don't set auto
2361         save file name.
2362         Trivial change from Geoff Greene <ggreene@wpi.edu>
2363
2364 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2365
2366         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2367         takes one argument in read-char.
2368
2369         * message.el (message-fix-before-sending): Forward a char.
2370         Check mmu-multibyte-p, add control-1.
2371
2372 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2373
2374         * gnus-start.el (gnus-read-init-file): Ditto.
2375
2376         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2377
2378         * dgnushack.el (dgnushack-make-load): Ditto.
2379
2380         * mail-source.el (mail-source-fetch): Extract the right error
2381         code.
2382
2383         * message.el (message-fix-before-sending): Check illegible text.
2384
2385         * gnus-util.el (gnus-multiple-choice): New function.
2386
2387         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2388         also defined in gnus-score.el.
2389
2390 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2391
2392         * message.el (message-get-reply-headers): downcase email addresses
2393         for comaparisons for duplicate removal.
2394
2395 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2396
2397         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2398         implementation of PKCS#7, which just allows users read the
2399         message.
2400         (mm-view-pkcs7): Use it.
2401
2402 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2403
2404         * gnus.el (large-newsgroup-initial): New parameter.
2405
2406         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2407         (gnus-summary-insert-old-articles): Ditto.
2408
2409 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2410
2411         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2412         used as the default answer of the question, "How many articles?".
2413         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2414
2415         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2416         small numbers.
2417
2418 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2419
2420         * deuglify.el: Fix comments.
2421
2422 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2423
2424         * html2text.el (html2text-clean-anchor): If there is no HREF,
2425         insert nothing.
2426
2427         * mml.el (mml-generate-mime-1): Add cdr.
2428         From: andre@slamdunknetworks.com
2429
2430         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2431         (mm-text-html-washer-alist): Ditto.
2432
2433         * mm-decode.el (mm-text-html-renderer): Add html2text.
2434
2435         * html2text.el: Face lift.
2436
2437         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2438
2439 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2440
2441         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2442
2443         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2444
2445         * deuglify.el: New file. The original file name is
2446         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2447
2448         * mm-decode.el (mm-display-external): Use
2449         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2450
2451 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2452
2453         * nnmaildir.el (nnmaildir-request-list): Report the highest
2454         article number, not the total number of articles.
2455
2456 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2457
2458         * gnus-sum.el: Move uu key map here.
2459         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2460
2461 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2462
2463         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2464         nnmail-expiry-wait* if expire-age parameter is not set.
2465
2466 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2467
2468         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2469         function.
2470         (gnus-group-sort-selected-groups-by-real-name): New function.
2471         (gnus-group-make-menu-bar): Add sort by real name.
2472
2473         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2474         rebuild.
2475         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2476         nil as dependencies as well.
2477
2478 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2479
2480         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2481         for mime-parts.
2482
2483         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2484
2485         * gnus-group.el (gnus-group-name-decode): Don't test
2486         multibyte-string, because it breaks XEmacs.
2487         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2488
2489         * message.el (message-send-mail): Be talkative.
2490
2491         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2492         (mm-automatic-display): Ditto.
2493
2494         * mailcap.el (mailcap-mime-data): Ditto.
2495         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2496
2497 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * many files: Remove trailing whitespaces, replace spc+tab with
2500         tab, replace leading whitespaces with tabs.
2501
2502 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2503
2504         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2505         articles with no body and no blank line after the header.
2506
2507 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2508
2509         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2510         parts.
2511
2512         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2513         non-ascii chars.
2514
2515         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2516
2517         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2518         w3-delay-image-loads.
2519         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2520         (mm-w3-prepare-buffer): Ditto.
2521
2522         * mail-source.el (mail-source-fetch-directory): Run scripts.
2523
2524 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2527         for Majordomo confirmations.
2528
2529 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2532
2533 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2536
2537 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2538
2539         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2540         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2541
2542 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2543
2544         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2545         (mm-inline-render-with-stdin): Ditto.
2546         (mm-inline-render-with-function): Ditto.
2547         (mm-inline-wash-with-file): Bind coding-system-for-write.
2548         (mm-inline-wash-with-stdin): Ditto.
2549
2550 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2551
2552         Suggested by Felix Natter <fnatter@gmx.net>
2553
2554         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2555         gnus-mime-externalize-view.
2556         (gnus-mime-view-part-internally): Rename from
2557         gnus-mime-internalize-view.
2558         (gnus-article-view-part-externally): Rename from
2559         gnus-article-externalize-part.
2560         (gnus-mime-action-alist): Change correspondingly.
2561         (gnus-mime-button-commands): Ditto.
2562         (gnus-mime-action-alist): Remove duplication.
2563
2564         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2565
2566 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2567
2568         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2569
2570         * gnus-art.el (gnus-display-mime): Use it.
2571
2572         * mm-partial.el (mm-partial-find-parts): Use it.
2573
2574         * gnus-sum.el (gnus-article-loose-mime): Rename from
2575         gnus-article-no-strict-mime.
2576         (gnus-summary-save-parts): Use it.
2577
2578 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2581         local variable.
2582
2583         * gnus-art.el (article-display-x-face): Don't sort multiple
2584         X-Faces.
2585
2586 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2589         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2590
2591         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2592
2593 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2594
2595         Some ideas is inspired by code from Hrvoje Niksic
2596         <hniksic@arsdigita.com>
2597
2598         * gnus-art.el (gnus-article-wash-function): Set the default to
2599         nil, so that we use mm-text-html-renderer instead.
2600         (article-wash-html): Use mm-text-html-renderer.
2601
2602         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2603         (mm-text-html-renderer): New variable.
2604         (mm-inline-text-html-renderer): Set the default to nil, so that we
2605         use mm-text-html-renderer instead.
2606
2607         * mm-view.el (mm-inline-text-html): New function.
2608         (mm-text-html-renderer-alist): New variable.
2609         (mm-inline-text-vcard): New function.
2610         (mm-inline-text): Split.
2611         (mm-links-remove-leading-blank): New function.
2612         (mm-inline-render-with-file): New function.
2613         (mm-inline-render-with-stdin): New function.
2614         (mm-inline-render-with-function): New function.
2615         (mm-text-html-washer-alist): New variable.
2616         (mm-inline-wash-with-file): New function.
2617         (mm-inline-wash-with-stdin): New function.
2618
2619 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2620
2621         * message-utils.el: Fix installation doc.
2622         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2623
2624 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2625
2626         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2627         (gnus-post-method): Use it.
2628         (gnus-summary-cancel-article): Find the correct post-method.
2629
2630         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2631         * message.el (message-send-news): Ditto.
2632         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2633         <ipmonger@delamancha.org>
2634
2635         * gnus.el (gnus-select-method): Fix doc.
2636         (gnus-server-string): Use 'using nntp'.
2637
2638         * gnus-agent.el (gnus-slave-unplugged): New command.
2639         From: Felix Natter <fnatter@gmx.net>
2640
2641 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2642
2643         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2644         Call edit-done-function first, then change the window
2645         configuration.
2646         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2647         (gnus-article-edit-mode): mml-mode.
2648
2649         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2650         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2651
2652         * message-utils.el: Adopt the file.
2653
2654         * message-utils.el: New file.
2655         From Holger Schauer <Holger.Schauer@gmx.de>
2656
2657 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2658
2659         * gnus-sum.el (gnus-summary-move-article): Select-article only
2660         when gnus-move-split-methods is non-nil. And we don't render or
2661         mark the article.
2662
2663         * gnus-fun.el (gnus-shell-command-to-string): New function.
2664         (gnus-shell-command-on-region): New function.
2665         (gnus-random-x-face): Use them.
2666         (gnus-x-face-from-file): Ditto.
2667         (gnus-convert-image-to-gray-x-face): Ditto.
2668         (gnus-convert-gray-x-face-to-xpm): Ditto.
2669         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2670
2671 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-art.el (gnus-treat-display-xface): Don't use
2674         `shell-command-to-string' when compiling.
2675         (gnus-treat-display-grey-xface): Ditto.
2676
2677 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2678
2679         * nnmaildir.el (nnmaildir--article-count): If the group is
2680         completely empty, report minimum article number as 1 instead of 0.
2681
2682 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2683
2684         * gnus-agent.el (gnus-get-predicate): Use nconc.
2685
2686         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2687         gnus-summary-display-cache as cache.
2688
2689         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2690         (nndoc-mail-in-mail-type-p): New function.
2691         (nndoc-mail-in-mail-article-begin): New function.
2692
2693 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2694
2695         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2696
2697         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2698         use-hard-newlines to nil.
2699
2700         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2701         image is not available if window-system is not available.
2702
2703         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2704
2705 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2706
2707         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2708         bookmark, because update-mark doesn't handle it correctly.
2709
2710 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2711
2712         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2713         directly instead of calling message-send-mail.
2714
2715         * gnus-start.el (gnus-read-descriptions-file): Use
2716         gnus-default-charset.
2717
2718         * mm-util.el (mm-guess-mime-charset): New function.
2719
2720         * gnus.el (gnus-default-charset): Use it.
2721         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2722         the default.
2723
2724 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2725
2726         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2727         (article-display-x-face): Use it.  Disable grey xface, if
2728         uncompface is not found.
2729
2730         * message.el (message-mode): Don't enable multibyte on an indirect
2731         buffer.
2732
2733         * nnrss.el (nnrss-content-function): New variable.
2734         (nnrss-request-article): Use it.
2735
2736 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2737
2738         * gnus.el: Add article-unsplit-urls.
2739         * gnus-sum.el: Ditto.
2740         * gnus-art.el (gnus-treat-strip-cr): New variable.
2741         (gnus-treatment-function-alist): Use it.
2742         (article-unsplit-urls): New function.
2743         (gnus-article-make-menu-bar): Use it.
2744         From: Michael Cook <michael.cook@cisco.com>
2745
2746 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2749         copy.
2750
2751 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2752
2753         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2754         with internal whitespace.
2755         (gnus-parent-id): Ditto.
2756
2757 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * gnus-art.el (gnus-article-treat-body-boundary): Add
2760         gnus-decoration property.
2761         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2762
2763         * message.el (message-mode): Set local-abbrev-table.
2764         From Matt Armstrong <matt@lickey.com>.
2765
2766         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2767         too many spaces.
2768
2769         * rfc2047.el (rfc2047-unfold-region): Ditto.
2770         (rfc2047-decode-region): Don't unfold. Let
2771         gnus-article-treat-unfold-headers do it.
2772
2773         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2774         From: Jesper Harder <harder@ifa.au.dk>
2775
2776 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2779         (gnus-configure-posting-styles): Use it.
2780         (gnus-configure-posting-styles): Remove trailing newspaces.
2781
2782 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2783
2784         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2785         is non-nil.
2786
2787         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2788
2789         * gnus.el (gnus-server-to-method): Switch position with
2790         gnus-server-get-method.
2791         (gnus-agent): Add doc.
2792
2793         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2794         (gnus-summary-save-parts): Use it.
2795
2796         * gnus-art.el (gnus-display-mime): Use it.
2797         * mm-partial.el (mm-partial-find-parts): Use it.
2798
2799         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2800
2801         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2802         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2803
2804         * nnagent.el (nnagent-request-expire-articles): Don't delete
2805         files.
2806
2807 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2808
2809         * message.el (message-gen-unsubscribed-mft): New function.
2810         From Sriram Karra <karra@cs.utah.edu>.
2811
2812         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2813         open parenthesis.
2814
2815         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2816         (mm-inline-text-html-render-with-w3): Ditto.
2817         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2818         Suggested by Dave Love  <d.love@dl.ac.uk>.
2819
2820         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2821
2822         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2823         * nntp.el (nntp-send-command): Ditto.
2824         * nntp.el (nntp-send-command-nodelete): Ditto.
2825
2826 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2827
2828         * mm-url.el (mm-url-load-url): New function.
2829         (mm-url-insert-file-contents): Use it.
2830
2831         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2832
2833         * message.el (message-forward-make-body): Correctly copy
2834         forward-buffer.
2835
2836         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2837
2838 2002-02-04  Simon Josefsson  <jas@extundo.com>
2839
2840         * gnus-art.el (gnus-article-followup-with-original): Mark with
2841         force, prevent errors when following up from article buffer.
2842         (gnus-article-reply-with-original): Ditto.
2843
2844         * binhex.el (binhex-decoder-switches): Fix doc.  From
2845         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2846
2847 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2848
2849         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2850         highlight-citation after emphasize.
2851
2852 2002-02-04  Simon Josefsson  <jas@extundo.com>
2853
2854         * nnfolder.el (nnfolder-open-marks):
2855
2856         * nnml.el (nnml-open-marks): Message when done.  From David
2857         Edmondson <dme@sun.com>.
2858
2859 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2860
2861         * imap.el (imap-anonymous-auth): Fix typo.
2862         From: Steinar Bang <sb@dod.no>
2863
2864         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2865         save-excursion.
2866         (gnus-cache-braid-heads): Ditto.
2867
2868         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2869         line, because there are extra articles in the overview buffer.
2870
2871         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2872
2873         * message.el (message-forward-rmail-make-body): Directly use
2874         rmail-msg-restore-non-pruned-header to avoid calling
2875         vertical-motion.
2876
2877 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * gnus-cache.el (gnus-summary-insert-cached-articles):
2880         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2881
2882         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2883         gnus-newsgroups-unselected.
2884
2885         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2886         gnus-add-to-sorted-list.
2887
2888         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2889         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2890         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2891         (gnus-update-read-articles): UNREAD is sorted.
2892         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2893         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2894         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2895         (gnus-newsgroup-dormant): Require sorted.
2896
2897         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2898         directories.
2899         (gnus-dired-print): New function.
2900
2901         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2902         ps-despool.
2903
2904 2002-02-02  Simon Josefsson  <jas@extundo.com>
2905
2906         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2907
2908 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2911         t. This makes gnus-agent customizable without putting
2912         gnus-agentize into .gnus.
2913
2914         * gnus.el (gnus-agent): Make it customizable.
2915
2916         * gnus-dired.el: New file.
2917         From Benjamin Rutt <brutt@bloomington.in.us>
2918
2919         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2920         if no article.
2921         (gnus-cache-possibly-remove-article): Ditto.
2922         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2923
2924 2002-02-01  Simon Josefsson  <jas@extundo.com>
2925
2926         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2927
2928 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2931         (mm-setup-w3m): Don't bind keys listed in the above.
2932
2933 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2936         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2937         is non-nil; bind `w3m-force-redisplay' with nil.
2938
2939         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2940
2941         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2942
2943 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2944
2945         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2946         use mail-header-unfold-field.
2947
2948         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2949         gnus-summary-limit.
2950
2951         * gnus-range.el (gnus-add-to-sorted-list): New function.
2952         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2953         (gnus-mark-article-as-unread): Ditto.
2954         (gnus-summary-mark-article-as-unread): Ditto.
2955         (gnus-build-get-header): Ditto.
2956         (gnus-summary-prepare-threads): Ditto.
2957         (gnus-summary-insert-pseudos): Ditto.
2958         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2959         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2960         (gnus-summary-insert-old-articles): Ditto.
2961
2962         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2963         (gnus-configure-posting-styles): Support the new format.
2964
2965         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2966         edebug-form-spec to (sexp body).
2967         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2968
2969         * message.el (message-reply-headers): Add doc.
2970
2971 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2972
2973         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2974         gnus-cache-active-hashtb.
2975
2976         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2977         (gnus-agent-summary-fetch-group): Use it.
2978
2979         * gnus-msg.el (gnus-debug-files): New variable.
2980         (gnus-debug-exclude-variables): New variable.
2981         (gnus-debug): Use them.
2982
2983         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2984
2985 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2988         (message-mode-syntax-table): Move back the previous position.
2989
2990         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2991
2992         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2993         gnus-sorted-difference.
2994
2995         * nnsoup.el (nnsoup-request-expire-articles): Use
2996         gnus-sorted-difference.
2997
2998         * nnheader.el: Autoload gnus-sorted-difference.
2999
3000         * nnfolder.el (nnfolder-request-expire-articles): Use
3001         gnus-sorted-difference.
3002
3003         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3004         gnus-sorted-difference.
3005
3006         * gnus-range.el: Autoload cookies.
3007         (gnus-sorted-difference): New function.
3008         (gnus-sorted-ndifference): New function.
3009         (gnus-sorted-nintersection): Rename from
3010         gnus-set-sorted-intersection.
3011         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3012         (gnus-list-range-difference): Rename from
3013         gnus-inverse-list-range-intersection.
3014         (gnus-inverse-list-range-intersection): Use defalias.
3015
3016         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3017         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3018         (gnus-articles-to-read): Use gnus-sorted-difference.
3019         (gnus-summary-limit-mark-excluded-as-read): Use
3020         gnus-sorted-intersection and gnus-sorted-ndifference.
3021         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3022         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3023
3024         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3025
3026 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3029         property to the buffer for using emacs-w3m command keys.
3030
3031         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3032         option.
3033
3034         * mm-view.el (mm-w3m-mode-map): New variable.
3035         (mm-w3m-mode-command-alist): New variable.
3036         (mm-w3m-minor-mode): Removed.
3037         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3038         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3039         buffer for using emacs-w3m command keys.
3040
3041 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * message.el (message-mode-syntax-table): Move forward.
3044         (message-cite-prefix-regexp): Auto detect non word constituents.
3045         (message-cite-prefix-regexp): Don't use with-syntax-table.
3046
3047         * gnus-sum.el (gnus-summary-update-info): Use
3048         gnus-list-range-intersection.
3049
3050         * gnus-agent.el (gnus-agent-fetch-headers): Use
3051         gnus-list-range-intersection.
3052
3053         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3054         (gnus-list-range-intersection): Use it.
3055         (gnus-inverse-list-range-intersection): Ditto.
3056         (gnus-sorted-intersection): Add doc.
3057         (gnus-set-sorted-intersection): Add doc.
3058         (gnus-sorted-union): New function.
3059         (gnus-set-sorted-union): New function.
3060
3061         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3062         (gnus-inverse-list-range-intersection): Ditto.
3063
3064 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3065
3066         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3067
3068         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3069         and permit `:' and `\' in order to handle full Windows pathnames.
3070         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3071         technically not correct per standard, but seems to have common use.
3072
3073 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3074
3075         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3076         replacing numbers.
3077
3078 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3079
3080         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3081
3082         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3083         Don't split when the window is small, e.g. when a small *BBDB*
3084         window is the lowest one.
3085
3086         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3087         nnheader-find-nov-line to speed up. Use nreverse, because it is
3088         sorted. Use nnheader-insert-nov-file.
3089
3090 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3093
3094         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3095         of `w3m-display-inline-images' with the value of
3096         `mm-inline-text-html-with-images'.
3097         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3098
3099         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3100
3101 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3102
3103         * time-date.el: Add autoload cookies.  Many doc fixes.
3104         (time-add): New function.
3105         (time-subtract): Renamed from subtract-time.
3106         (subtract-time): New alias for time-subtract.
3107
3108 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3111         emacs-w3m in doc-string.
3112
3113         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3114         `w3m-current-buffer'.
3115
3116 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3117
3118         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3119
3120         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3121         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3122         (mm-w3m-cid-retrieve): New function.
3123         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3124
3125 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3126
3127         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3128
3129 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3132
3133 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3136         32K.
3137
3138         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3139
3140         * nnmail.el (nnmail-article-group): Decode headers before running
3141         split rules over them.
3142         (nnmail-mail-splitting-charset): New variable.
3143
3144         * smiley.el: Replaced with smiley-ems.el.
3145
3146 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3147
3148         * mm-url.el (mm-url-predefined-programs): Add w3m.
3149         (mm-url-program): Ditto.
3150
3151 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * nnml.el (nnml-use-compressed-files): New variable.
3154         (nnml-filenames-are-evil): Removed.
3155         (nnml-current-group-article-to-file-alist): Don't use.
3156         (nnml-update-file-alist): Inhibit.
3157         (nnml-article-to-file): Use new var.
3158
3159 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3160
3161         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3162
3163         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3164
3165 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3168         function.
3169
3170         * gnus-util.el (gnus-cache-file-contents): New function.
3171
3172         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3173         (gnus-agent-load-alist): Use it.
3174
3175         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3176
3177         * nnheader.el (nnheader-insert-nov-file): New function.
3178
3179         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3180
3181         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3182         there are no references.
3183         (gnus-extract-message-id-from-in-reply-to): New function.
3184         (gnus-nov-parse-line): Use in-reply-to if there are no
3185         references.
3186
3187 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3190
3191         * gnus-util.el (gnus-parse-without-error): New macro.
3192
3193 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3196         (gnus-article-wash-function): use locate-library to decide which
3197         to use.
3198
3199 2002-01-25  Simon Josefsson  <jas@extundo.com>
3200
3201         * pop3.el (pop3-munge-message-separator): Work if no date.
3202         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3203
3204 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * gnus-agent.el (gnus-agent-save-alist): Fix.
3207
3208         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3209         mistake.  Reinstated lost code.
3210
3211 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3212
3213         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3214         one exists in the case of an encrypted message with an internal
3215         signature.
3216
3217 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3220
3221 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * dgnushack.el: Commented out the experimental code.
3224
3225 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3228         error.
3229
3230         * gnus.el (gnus-server-to-method): Made into subst.
3231         (gnus-server-method-cache): New variable.
3232         (gnus-server-to-method): Use it.
3233         (gnus-group-method-cache): New variable.
3234         (gnus-find-method-for-group-1): Renamed.
3235         (gnus-find-method-for-group): New function.
3236         (gnus-group-method-cache): Removed.
3237
3238         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3239         function.
3240
3241         * gnus-range.el (gnus-members-of-range): New function.
3242         (gnus-list-range-intersection): Renamed.
3243         (gnus-inverse-list-range-intersection): New function.
3244
3245         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3246
3247         * nnagent.el (nnagent-retrieve-headers): New implementation.
3248
3249         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3250         implementation.
3251
3252 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3255         `w3m-meta-content-type-charset-regexp'.
3256
3257         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3258         charset-encoded html contents.
3259
3260 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3263         an empty file.
3264
3265         * nnweb.el (url): Ignore errors when request url.
3266
3267         * nnrss.el: Clean up the comments.
3268
3269 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3272
3273         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3274         (mm-inline-media-tests): Test whether the value of
3275         `mm-inline-text-html-renderer' is a function for text/html.
3276
3277         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3278         separated from `mm-inline-text'.
3279         (mm-w3m-minor-mode): New variable.
3280         (mm-w3m-setup): New variable.
3281         (mm-setup-w3m): New function.
3282         (mm-inline-text-html-render-with-w3m): New function.
3283         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3284         text/html.
3285
3286 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3287
3288         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3289
3290 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3293         and `gnus-xmas-completing-read'.
3294
3295 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3296
3297         * nneething.el (nneething-message-id-number): Abolished.
3298         (nneething-encode-file-name): Not encode numerical characters.
3299         (nneething-make-head): `nneething-message-id-number' is not
3300         used to generate message IDs.
3301
3302 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3305         characters.
3306
3307 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3310         (gnus-xmas-redefine): Redefine conditionally.
3311
3312 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3313
3314         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3315         tag.
3316
3317 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3318
3319         * message.el (message-font-lock-keywords): Added the secure tag.
3320         * mml-sec.el: Added functions to generate/modify/remove the secure
3321         tag while in message mode.
3322         * mml-sec.el (mml-secure-message): New.
3323         * mml-sec.el (mml-unsecure-message): New.
3324         * mml-sec.el (mml-secure-message-sign-smime): New.
3325         * mml-sec.el (mml-secure-message-sign-pgp): New.
3326         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3327         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3328         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3329         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3330         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3331         convert it to either a part or multipart depending on if there are
3332         other parts in the message.
3333         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3334         to use the secure tag, rather than the part tag.
3335         * mml.el (mml-preview): Added a save-excursion to keep cursor
3336         position after doing an MML preview.
3337
3338 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * nnheader.el (nnheader-parse-overview-file): New function.
3341         (nnheader-write-overview-file): New function.
3342
3343 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3346         in wanted.
3347
3348         * nnweb.el (nnweb-type-definition): Clean up.
3349
3350 2002-01-21  Alastair Burt  <burt@dfki.de>
3351
3352         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3353         buffer exists before jumping to it.
3354
3355 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3358         function.
3359         (article-wash-html): Use it.
3360         (gnus-article-wash-function): New variable.
3361         (gnus-article-wash-html-with-w3m): New function.
3362
3363 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3364
3365         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3366         XEmacs.
3367
3368 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3369
3370         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3371         command line.
3372
3373 2002-01-21  Simon Josefsson  <jas@extundo.com>
3374
3375         * canlock.el (base64-encode-string): Autoload it from base64.
3376         (canlock-make-cancel-key): Base64 encode unibyte string.
3377
3378 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnfolder.el (nnfolder-request-accept-article): Unfold
3381         x-from-line.
3382         (nnfolder-request-replace-article): Ditto.
3383
3384 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3385
3386         * gnus-group.el (gnus-group-best-unread-group): Use the right
3387         positioning function.
3388
3389 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * smiley-ems.el (smiley-region): Use new function.
3392         (smiley-update-cache): Use general image functions.
3393         (smiley-region): Use general functions.
3394
3395         * gnus-util.el (gnus-graphic-display-p): New function.
3396
3397         * nnmail.el (nnmail-article-group): Allow outputting traces of
3398         non-strings.
3399
3400         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3401         (nndoc-exim-bounce-type-p): New function.
3402
3403         * message.el (message-dont-send): Doc fix.
3404
3405         * gnus-util.el (gnus-completing-read): Remove
3406         inherit-input-method.
3407
3408         * gnus-art.el (gnus-treat-smiley): Doc fix.
3409
3410         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3411         articles.
3412
3413 2002-01-19  Simon Josefsson  <jas@extundo.com>
3414
3415         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3416         (imap-kerberos4-open): Ditto.
3417         (imap-open): Set port correctly, don't set auth.
3418
3419 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus.el (gnus-version-number): Bump version number.
3422
3423 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3424
3425         * gnus.el: Oort Gnus v0.05 is released.
3426
3427 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3430         exists.
3431
3432         * gnus-spec.el (gnus-string-width-function): New function.
3433         (gnus-tilde-cut-form): Use it.
3434         (gnus-tilde-max-form): Ditto.
3435         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3436         (gnus-substring-function): Use it.
3437         (gnus-tilde-cut-form): Ditto.
3438         (gnus-substring-function): New function.
3439
3440         * message.el (message-check-news-header-syntax): New message.
3441
3442         * gnus.el (gnus-slave-no-server): Doc fix.
3443
3444         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3445
3446 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3449         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3450         (seen (NUM1 . NUM2)).
3451
3452 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3455         number in closed topics.
3456
3457 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3458
3459         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3460         functions.
3461
3462 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus.el (gnus-group-find-parameter): Clean up.
3465
3466         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3467         articles.
3468
3469         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3470
3471         * nnmail.el (nnmail-article-group): Clean up.
3472
3473 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3474
3475         * gnus-agent.el (gnus-category-name): Intern the category name.
3476
3477 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3480
3481         * gnus-util.el (gnus-completing-read): New function.
3482
3483 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3484
3485         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3486
3487         * smiley-ems.el (smiley-region): Register smiley.
3488         (smiley-toggle-buffer): Rewrite the function.
3489         (smiley-active): Removed.
3490
3491 2002-01-19  Simon Josefsson  <jas@extundo.com>
3492
3493         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3494         Jesper Harder <harder@ifa.au.dk>.
3495
3496 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3497
3498         * gnus-art.el (gnus-request-article-this-buffer): Call
3499         `nneething-get-file-name' to extract the file name from the
3500         message id.
3501
3502         * nneething.el (nneething-encode-file-name): New function.
3503         (nneething-decode-file-name): Ditto.
3504         (nneething-get-file-name): Ditto.
3505         (nneething-make-head): Encode the file name and encapsulate it
3506         into the field of the message id.
3507
3508 2002-01-18  Simon Josefsson  <jas@extundo.com>
3509
3510         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3511         stored in .marks.
3512
3513         * nnfolder.el (nnfolder-request-update-info): Ditto.
3514
3515 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3516
3517         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3518
3519 2002-01-18  Simon Josefsson  <jas@extundo.com>
3520
3521         * imap.el (imap-starttls-p): Don't check for binary.
3522         (imap-gssapi-auth-p): Ditto.
3523         (imap-kerberos4-auth-p): Ditto.
3524         (imap-open): Change logic.  Iterate through all possible streams,
3525         instead of bailing out after first failure.  Move authenticator
3526         decision to `imap-authenticate'.
3527         (imap-authenticate): Change logic, now finds the authenticator to
3528         use, was previously in `imap-open'.
3529         (imap-open): Return nil on failure.
3530         (imap-open): Setup temp buffer correctly.
3531         (imap-open): Return buffer only on success.
3532         (imap-interactive-login, imap-interactive-login): Tell the user
3533         which stream/authenticator is used for the queried
3534         username/password.
3535         (imap-open, imap-authenticate): Set variables.
3536         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3537         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3538
3539 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3542
3543 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3546
3547 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3548
3549         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3550         (gnus-agent-group-mode-map): Bind it to "Jo".
3551         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3552
3553 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3554
3555         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3556         (gnus-summary-mail-toolbar): Add mail article deletion button.
3557
3558         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3559         false positives for lines of "^^^^".
3560
3561         * gnus-picon.el (gnus-picon-find-face): faces database is all
3562         lowercase.
3563
3564 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3565
3566         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3567         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3568         duplications.
3569         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3570
3571 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-sum.el (gnus-summary-initial-limit): Inline
3574         gnus-summary-limit-children.
3575         (gnus-summary-initial-limit): Don't limit if
3576         gnus-newsgroup-display is nil.
3577         (gnus-summary-initial-limit): No, don't.
3578
3579         * gnus-util.el
3580         (gnus-put-text-property-excluding-characters-with-faces): Inline
3581         gnus-put-text-property.
3582
3583         * gnus-spec.el (gnus-default-format-specs): New variable.
3584
3585         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3586         gnus-format-specs.
3587         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3588
3589         * gnus-spec.el (gnus-update-format-specifications): Really check
3590         the Gnus version of the .newsrc.eld file.
3591         (gnus-format-specs): Save the new default summary format.
3592
3593         * gnus-util.el (gnus-parent-id): Check whether references is empty
3594         before splitting.
3595
3596         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3597         functions.
3598         (gnus-gather-threads-by-references): Inline
3599         `gnus-split-references'.
3600
3601         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3602         default value of gnus-summary-line-format-spec.
3603
3604 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3607         message.
3608         (nnslashdot-request-list): Ditto.
3609         (nnslashdot-sid-strip): Removed.
3610
3611 2002-01-15  Simon Josefsson  <jas@extundo.com>
3612
3613         * nnimap.el (nnimap-close-asynchronous): Enable.
3614         (nnimap-close-group): Expunge.
3615
3616 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * gnus-util.el (gnus-user-date-format-alist): Typo.
3619         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3620
3621 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3622
3623         * nneething.el (nneething-request-article): Set
3624         `nnmail-file-coding-system' to `binary' locally, in order to read
3625         files without any conversion.
3626
3627 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3630         nnheader-file-coding-system and nnmail-active-file-coding-system.
3631         (gnus-agent-regenerate-group): Ditto.
3632         (gnus-agent-regenerate): Ditto.
3633         (gnus-agent-write-active): Ditto.
3634         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3635
3636 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3637
3638         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3639         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3640
3641 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3642
3643         * gnus.el: We don't need gnus-article-show-all-headers.
3644
3645         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3646         Ditto.
3647
3648         * gnus-sum.el (gnus-summary-select-article): Don't call
3649         show-all-headers, because hidden headers are not hidden text any
3650         more.
3651
3652 2002-01-13  Simon Josefsson  <jas@extundo.com>
3653
3654         * message.el (message-newline-and-reformat): Use `newline' instead
3655         of inserting \n, so that the newline is marked as hard.
3656
3657         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3658         From Jesper Harder <harder@ifa.au.dk>.
3659
3660 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3661
3662         * imap.el (imap-close): Keep going if quit.
3663
3664         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3665         nntp-server-buffer.
3666
3667 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3670         avoid unbinding shadowed variables.
3671
3672         * gnus-art.el (gnus-picon-databases): Moved here.
3673         (gnus-picons-installed-p): Moved here.
3674         (gnus-article-reply-with-original): Use `mark'.
3675
3676         * gnus.el (gnus-picon): Moved here and renamed.
3677
3678         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3679         installed.
3680         (gnus-treat-mail-picon): Ditto.
3681         (gnus-treat-newsgroups-picon): Ditto.
3682
3683         * gnus-picon.el (gnus-picons-installed-p): New function.
3684
3685 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3688
3689 2002-01-12  Simon Josefsson  <jas@extundo.com>
3690
3691         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3692         (nnimap-before-find-minmax-bugworkaround): Use it.
3693         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3694         (nnimap-dont-close): New variable.
3695         (nnimap-close-group): Use it.
3696
3697 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-art.el (gnus-article-reply-with-original): Use
3700         `mark-active'.
3701
3702         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3703
3704         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3705         (gnus-score-advanced): Clean up.
3706         (gnus-score-advanced): Accept a multiple of the score.
3707
3708 2002-01-12  Simon Josefsson  <jas@extundo.com>
3709
3710         * flow-fill.el (fill-flowed-display-column)
3711         (fill-flowed-encode-columnq): New variables.  Suggested by
3712         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3713         (fill-flowed-encode, fill-flowed): Use them.
3714
3715         * message.el (message-send-news, message-send-mail): Use
3716         m-b-s-n-p-e-h-n.
3717
3718         * mml.el (autoload): Autoload fill-flowed-encode.
3719         (mml-buffer-substring-no-properties-except-hard-newlines): New
3720         function.
3721         (mml-read-part): Use it.
3722         (mml-generate-mime-1): Encode format=flowed if appropriate.
3723         (mml-insert-mime-headers): Insert format=flowed.
3724
3725         * flow-fill.el (fill-flowed-encode): New function.
3726         (fill-flowed): Bind fill-column to window width.
3727
3728 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3731         it exists.
3732         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3733         (gnus-summary-buffer-name): Don't return the dead name after all.
3734         (gnus-summary-setup-buffer): Kill the dead buffer.
3735
3736         * gnus-art.el (gnus-article-followup-with-original): Store the
3737         value of the mark before deactivating it.
3738
3739 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3740
3741         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3742         From: Karl Kleinpaste <karl@charcoal.com>
3743
3744         * gnus-art.el (article-display-x-face): Ditto.
3745         (gnus-article-reply-with-original): Use gnus-region-active-p.
3746         (gnus-article-followup-with-original): Ditto.
3747
3748         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3749         downloadable article either.
3750
3751 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3752
3753         * gnus-art.el (article-display-x-face): Insert From:.
3754
3755         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3756         article. Bind gnus-display-mime-function and
3757         gnus-article-prepare-hook.
3758
3759         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3760         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3761         gnus-agent-possibly-synchronize-flags to the last.
3762         (gnus-agent-go-online): New function. New variable.
3763
3764 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3765
3766         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3767         (gnus-agent-regenerate): Ditto.
3768
3769 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3770
3771         * message.el (message-ignored-news-headers)
3772         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3773         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3774
3775         * gnus.el (gnus-gethash-safe): New macro.
3776
3777         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3778         (gnus-agent-regenerate): Show messages.
3779
3780 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3781
3782         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3783         (gnus-agent-regenerate): New function.
3784         (gnus-agent-save-alist): Sort.
3785         (gnus-agent-copy-nov-line): Test eobp.
3786         (gnus-agent-retrieve-headers): Erase buffer.
3787
3788 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3789
3790         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3791         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3792
3793         * gnus.el (gnus-agent-covered-methods): Move here.
3794         (gnus-online): New function.
3795         (gnus-agent-method-p): Move here.
3796
3797         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3798         nil. Remove articles-alist.
3799
3800         * gnus-start.el (gnus-get-unread-articles): Check online.
3801         (gnus-groups-to-gnus-format): Ditto.
3802         (gnus-active-to-gnus-format): Ditto.
3803
3804         * gnus-agent.el (gnus-agent-get-function): Use it.
3805         (gnus-agent-get-undownloaded-list): Ditto.
3806         (gnus-agent-fetch-session): Only fetch online methods.
3807
3808         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3809         (gnus-server-mode-map): Ditto.
3810         (gnus-server-offline-face): New face.
3811         (gnus-server-offline-face): New variable.
3812         (gnus-server-font-lock-keywords): Add offline.
3813         (gnus-server-insert-server-line): Ditto.
3814         (gnus-server-offline-server): New function.
3815
3816         * gnus-int.el (gnus-open-server): Turn to offline.
3817         (gnus-server-unopen-status): New variable.
3818
3819 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3820
3821         * nnkiboze.el (nnkiboze-request-article): Use
3822         gnus-agent-request-article.
3823
3824         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3825         function. Insert undownloaded NOV.
3826
3827         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3828         (gnus-agent-request-article): New function.
3829
3830         * gnus.el (gnus-agent-cache): New variable.
3831
3832         * gnus-int.el (gnus-retrieve-headers): Use
3833         gnus-agent-retrieve-headers.
3834         (gnus-request-head): Use gnus-agent-request-article.
3835         (gnus-request-body): Ditto.
3836
3837         * gnus-art.el (gnus-request-article-this-buffer): Use
3838         gnus-agent-request-article.
3839
3840         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3841         article if it is undownloaded.
3842
3843 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3846
3847 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * canlock.el (canlock-string-as-unibyte): New macro.
3850         (canlock-sha1-with-openssl): Return a unibyte string.
3851         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3852
3853 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3856
3857 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3860         application/x-emacs-lisp.
3861
3862         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3863
3864         * nntp.el (nntp-request-article): Add group parameter.
3865         (nntp-request-head): Ditto.
3866         (nntp-find-group-and-number): Add parameter group. Figure out
3867         number if the status line doesn't give (e.g. quimby.gnus.org).
3868
3869 2002-01-08  Simon Josefsson  <jas@extundo.com>
3870
3871         * mml.el (mml-generate-mime-1): Set recipient correctly.
3872
3873 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3874
3875         * message.el (message-read-from-minibuffer): Add parameter
3876         initial-contents.
3877         * gnus-msg.el (gnus-summary-resend-message): Use it.
3878
3879         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3880         behavior of quit-config.
3881
3882         * message.el (message-make-from): Don't quote fullname.
3883         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3884
3885         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3886         From: <andre@slamdunknetworks.com>
3887
3888 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3889
3890         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3891
3892         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3893
3894         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3895         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3896         because bbdb may use it.
3897
3898 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3899
3900         * nneething.el (nneething-request-article): When a non-text file
3901         is converted to an article, its data is encoded in base64.  Call
3902         `nneething-make-head' with options to specify MIME types.
3903         (nneething-make-head): Add optional arguments to specify MIME
3904         types.
3905
3906 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3907
3908         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3909         header if there is not.
3910
3911         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3912
3913         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3914         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3915         (gnus-inews-do-gcc): Use them.
3916
3917         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3918         gnus-newsgroup-unselected.
3919
3920 2002-01-06  Simon Josefsson  <jas@extundo.com>
3921
3922         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3923         condition-case, not ignore-errors.
3924
3925 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3926
3927         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3928         gnus-fetch-old-headers.
3929
3930         * gnus-art.el (article-display-x-face): Use the current buffer
3931         unless `W f'. Otherwise, X-Face may be shown in the header of a
3932         forwarded part.
3933         (gnus-treatment-function-alist): Treat xface before hiding
3934         headers.
3935
3936 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3939         parameters.
3940
3941 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3942
3943         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3944         (mm-guess-charset): New function.
3945         (mm-charset-after): Use it.
3946         (mm-detect-coding-region): New function.
3947         (mm-detect-mime-charset-region): New function.
3948
3949         * gnus-sum.el (gnus-summary-show-article): Use
3950         mm-detect-coding-region.
3951
3952 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * message.el (message-make-fqdn): Be less violent.
3955
3956         * gnus.el (gnus-logo-color-style): Compute custom form
3957         automatically.
3958
3959         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3960         score file of the parent to the document group.
3961
3962         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3963         parameters parameter.
3964
3965         * gnus-score.el (gnus-score-load-file): Clean up.
3966
3967 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3970         From: Damien Wyart <damien.wyart@free.fr>
3971
3972         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3973
3974 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3975
3976         * gnus-sum.el (gnus-select-group-hook): Typo.
3977
3978         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3979         is no quoted-printable-encoded STRING.
3980         From: Jesper Harder <harder@ifa.au.dk>
3981
3982         (rfc2047-decode-string): Decode it.
3983
3984 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3987
3988 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3989
3990         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3991         buffer to get rid of junk line.
3992
3993 2002-01-05  Simon Josefsson  <jas@extundo.com>
3994
3995         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3996         C-o.
3997         (message-mode-map): Bind message-insert-or-toggle-importance to
3998         C-c C-u.
3999         (message-mode-map): Bind message-disposition-notification-to to
4000         C-c M-n.
4001         (message-mode-menu): Add m-d-n-t.
4002         (message-mode-field-menu): Add m-goto-from.
4003         (message-mode): Doc fix.
4004         (message-goto-from): New function.
4005         (message-insert-disposition-notification-to): New function.
4006         (message-tool-bar-map): Add receipt button.
4007
4008 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-sum.el (gnus-thread-latest-date): New function.
4011         (gnus-thread-sort-by-most-recent-number): Renamed.
4012         (gnus-thread-sort-functions): Doc fix.
4013         (gnus-select-group-hook): Don't use setq on a hook.
4014         (gnus-thread-latest-date): Use date, not number
4015
4016         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4017         (gnus-agent-expire): Allow regexp of expire-days.
4018
4019         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4020         region.
4021         (gnus-article-followup-with-original): Ditto.
4022
4023         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4024
4025         * gnus-art.el (gnus-mime-display-alternative): Use
4026         gnus-local-map-property.
4027         (gnus-mime-display-alternative): Ditto.
4028         (gnus-insert-mime-security-button): Ditto.
4029         (gnus-insert-next-page-button): Ditto.
4030         (gnus-button-prev-page): Take optional args.
4031         (gnus-insert-prev-page-button): widget-convert.
4032
4033         * gnus-util.el (gnus-local-map-property): New function.
4034
4035         * gnus-art.el (gnus-prev-page-map): Use parent map.
4036         (gnus-next-page-map): Ditto.
4037
4038         * gnus-spec.el (gnus-parse-format): Clean up.
4039         (gnus-parse-format): Do complex formatting for %=.
4040
4041         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4042         "X-Face: " to the data in the built-in scenario.
4043
4044         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4045         (gnus-correct-pad-form): Renamed.
4046         (gnus-tilde-max-form): Clean up.
4047         (gnus-pad-form): Use gnus-use-correct-string-widths.
4048
4049         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4050         support if that is available.
4051
4052         * gnus-sum.el (gnus-thread-highest-number): New function.
4053         (gnus-thread-sort-by-most-recent-thread): New function.
4054         (gnus-thread-sort-functions): Doc fix.
4055
4056 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4057
4058         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4059         all cases.
4060         (gnus-summary-mode): Enable it in all cases.
4061         (gnus-summary-display-article): Ditto.
4062         (gnus-summary-edit-article): Ditto.
4063
4064         * gnus-ems.el (gnus-put-image): Really return glyph.
4065
4066         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4067         (gnus-treat-smiley): Don't take "P" in the interactive form.
4068
4069 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * compface.el (uncompface): XEmacs and Emacs have differing
4072         capabilities.
4073
4074         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4075
4076         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4077         (gnus-article-xface-ring-size): Removed.
4078         (gnus-article-display-xface): Removed.
4079         (gnus-remove-image): Cleaned up.
4080
4081         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4082         (gnus-xmas-create-image): Take pbm files.
4083         (gnus-x-face): Removed.
4084         (gnus-xmas-article-display-xface): Removed.
4085
4086         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4087         default-enable-multibyte-characters.
4088
4089         * compface.el (uncompface): Doc fix.
4090
4091         * gnus-art.el (gnus-article-x-face-command): Use
4092         gnus-display-x-face-in-from.
4093
4094         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4095
4096         * gnus-ems.el (gnus-put-image): Return the image.
4097
4098         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4099         (gnus-x-face): Moved here.
4100
4101 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4102
4103         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4104         invisible if string is nil.
4105         (gnus-xmas-article-display-xface): Use it.
4106
4107         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4108         property when string is nil.
4109         (gnus-article-display-xface): Use it.
4110
4111 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-art.el (article-display-x-face): Check whether valid grey
4114         face was returned.
4115         (article-display-x-face): Place image in the right spot.
4116
4117         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4118         stderr.
4119         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4120
4121 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4124         parameters.
4125         (gnus-xmas-put-image): Allow non-strings to be passed.
4126
4127         * gnus-art.el (article-display-x-face): Use optional parameters.
4128
4129         * gnus-ems.el (gnus-create-image): Take optional parameters.
4130
4131         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4132
4133         * compface.el (compface-xbm-p): Removed.
4134
4135         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4136         (gnus-article-display-xface): Use compface.
4137
4138         * compface.el: New file.
4139
4140         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4141         (gnus-convert-image-to-x-face-command): Ditto.
4142         (gnus-random-x-face): Quote argument.
4143         (gnus-x-face-from-file): Ditto.
4144
4145 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4146
4147         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4148         the expire-group parameter once per article rather than once
4149         per group; bind `nnmaildir-article-file-name' and `article'
4150         for convenience.  Leave article alone when expire-group
4151         specifies the current group.
4152         (nnmaildir--update-nov): be more concurrency-friendly with
4153         temp file names.
4154
4155 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-start.el (gnus-read-init-file): Cleaned up.
4158
4159 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4160
4161         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4162         (gnus-read-init-file): Don't use it.
4163
4164 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4167
4168 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4169
4170         * gnus-start.el (gnus-read-init-file): Don't force coding system
4171         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4172
4173 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4174
4175         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4176         * nnspool.el (nnspool-request-post): Ditto.
4177
4178         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4179         (mm-find-mime-charset-region): Use it.
4180
4181 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4182
4183         * gnus.el (gnus-summary-line-format): Added :link.
4184         * gnus-topic.el (gnus-topic-line-format): Ditto.
4185         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4186         * gnus-srvr.el (gnus-server-line-format): Ditto.
4187         * gnus-group.el (gnus-group-line-format): Ditto.
4188
4189         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4190         :keys, it works on both Emacsen.
4191
4192 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4193
4194         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4195
4196 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4199
4200 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4201
4202         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4203         very wide reply.
4204
4205 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4208         (gnus-picon-cache): New variable.
4209         (gnus-picon-transform-newsgroups): Cache stuff.
4210
4211         * gnus-art.el (gnus-article-reply-with-original): New command.
4212         (gnus-article-followup-with-original): New command.
4213
4214         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4215         END parameters.
4216         (gnus-summary-followup): Take a list of list of articles.
4217         (gnus-inews-yank-articles): Allow lists of article/regions.
4218
4219         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4220         longer the usual commands.
4221
4222         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4223         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4224         shell-command-on-region.
4225
4226 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4227
4228         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4229           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4230
4231 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4232
4233         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4234         understand ':keys', wrap it in an featurep 'xemacs.
4235
4236 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4237
4238         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4239         order of headers (Actually, it is called in a reversed order). Add
4240         'gnus-image-text-deletable property.
4241         (gnus-remove-image): Remove text with such a property.
4242
4243         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4244         gnus-put-image.
4245
4246         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4247         with ", "
4248
4249 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4252
4253         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4254         (article-display-x-face): Display grey X-Faces.
4255
4256         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4257         (gnus-convert-gray-x-face-to-ppm): Ditto.
4258         (gnus-convert-image-to-gray-x-face): Ditto.
4259
4260         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4261         gnus-summary-show-raw-article.
4262
4263 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4264
4265         Display picons in XEmacs without showing text.
4266
4267         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4268         mm-create-image-xemacs to create xbm glyph, because it deletes
4269         temporary files.
4270         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4271         (gnus-xmas-remove-image): Make text visible, remove glyph.
4272
4273         * gnus-picon.el (gnus-picon-transform-newsgroups)
4274         (gnus-picon-transform-address): Insert spec backward, due to the
4275         incompatibility of gnus-xmas-put-image.
4276
4277 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4278
4279         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4280
4281 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus.el: Doc fix.
4284
4285         * gnus-art.el: Doc fix.
4286
4287         * gnus-agent.el: Doc fix.
4288
4289 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4290
4291         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4292
4293 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4294
4295         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4296         NOV data out of the message again if nnmail-extra-headers has
4297         changed.
4298
4299 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-fun.el: New file.
4302         (gnus-convert-image-to-x-face-command): New variable.
4303         (gnus-insert-x-face): New function.
4304         (gnus-random-x-face): Renamed.
4305         (gnus-x-face-from-file): Renamed.
4306
4307         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4308         "_".
4309         (gnus-body-boundary-delimiter): Typo fix.
4310
4311 2002-01-02  Simon Josefsson  <jas@extundo.com>
4312
4313         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4314         (gnus-body-boundary-delimiter): Fix type.
4315
4316 2002-01-01  Simon Josefsson  <jas@extundo.com>
4317
4318         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4319         (gnus-treat-emphasize, gnus-treat-strip-cr)
4320         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4321         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4322         (gnus-treat-fill-article, gnus-treat-hide-citation)
4323         (gnus-treat-hide-citation-maybe)
4324         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4325         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4326         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4327         (gnus-treat-date-ut, gnus-treat-date-local)
4328         (gnus-treat-date-english, gnus-treat-date-lapsed)
4329         (gnus-treat-date-original, gnus-treat-date-iso8601)
4330         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4331         (gnus-treat-strip-trailing-blank-lines)
4332         (gnus-treat-strip-leading-blank-lines)
4333         (gnus-treat-strip-multiple-blank-lines)
4334         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4335         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4336         (gnus-treat-display-xface, gnus-treat-display-smileys)
4337         (gnus-treat-from-picon, gnus-treat-mail-picon)
4338         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4339         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4340         (gnus-treat-play-sounds, gnus-treat-translate)
4341         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4342
4343         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4344         (gnus-article-treat-body-boundary): Use it.
4345
4346         * message.el (message-mode): Fix doc.
4347         (message-mode-menu): Fix names.
4348
4349 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4352         articles.
4353
4354         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4355         (gnus-picon-transform-address): Search for unknown faces as well.
4356         (gnus-picon-find-face): Don't search "news" for MISC.
4357         (gnus-picon-user-directories): Changed default back to exclude
4358         "unknown".
4359
4360         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4361
4362         * gnus-picon.el (gnus-picon-find-face): Search through all
4363         databases.
4364         (gnus-picon-find-face): New implementation.
4365
4366         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4367         keystroke.
4368         (gnus-topic-goto-next-topic): Ditto.
4369
4370         * gnus.el (gnus-summary-line-format): Changed default.
4371
4372         * nnmail.el (nnmail-extra-headers): Change default.
4373
4374         * gnus-sum.el (gnus-extra-headers): Change default.
4375
4376         * message.el (message-news-other-window): Changed "news" to
4377         "posting".
4378         (message-news-other-frame): Ditto.
4379         (message-do-send-housekeeping): Ditto.
4380
4381         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4382         function.
4383         (gnus-article-unread-p): New function.
4384         (gnus-article-unseen-p): New function.
4385         (gnus-dead-summary-mode-map): Typo.
4386
4387         * gnus-util.el (gnus-make-predicate): New function.
4388         (gnus-make-predicate-1): New function.
4389
4390         * gnus-sum.el: New function.
4391         (gnus-map-articles): New function.
4392
4393         * gnus-art.el (gnus-treat-fold-headers): New variable.
4394         (gnus-article-treat-fold-headers): New command and keystroke.
4395
4396         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4397         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4398
4399 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4400
4401         * message.el (message-fcc-externalize-attachments): New variable.
4402         (message-do-fcc): Use it.
4403
4404         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4405         (gnus-inews-do-gcc): Use it.
4406
4407         * mml.el (mml-tweak-sexp-alist): New variable.
4408         (mml-externalize-attachments): New variable.
4409         (mml-tweak-part): Use mml-tweak-sexp-alist.
4410         (mml-tweak-externalize-attachments): New function.
4411
4412 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4413
4414         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4415         'set-glyph-face' so x-face back/foreground can be set.
4416
4417 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4418
4419         * message.el (message-fix-before-sending): Fix a typo.
4420
4421 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-art.el (gnus-treat-smiley): Renamed command.
4424         (gnus-article-remove-images): New command and keystroke.
4425
4426         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4427
4428         * smiley-ems.el (gnus-smiley-display): Removed.
4429
4430         * gnus.el (gnus-version-number): Update version.
4431
4432         * message.el (message-text-with-property): Renamed and moved
4433         here.
4434         (message-fix-before-sending): Highlight invisible text and place
4435         point there.
4436
4437 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4438
4439         * gnus.el: Oort Gnus v0.04 is released.
4440
4441 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4444
4445         * gnus-art.el (gnus-ignored-headers): More headers,
4446
4447         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4448         of `scan-error', since XEmacs doesn't seem to support that.
4449
4450 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4453         arg.
4454         (gnus-summary-best-unread-subject): Ditto.
4455         (gnus-summary-best-unread-subject): No, don't.
4456         (gnus-summary-better-unread-subject): New command.
4457
4458         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4459
4460         * lpath.el ((featurep 'xemacs)): fbind url function.
4461
4462         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4463         buffer.
4464         (gnus-xmas-remove-image): Implementation that does something.
4465         (gnus-xmas-article-display-xface): Mark images properly.
4466
4467         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4468
4469 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4470
4471         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4472
4473 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus-group.el (gnus-group-line-format): Added %O to the default
4476         value.
4477
4478         * gnus-util.el (gnus-text-with-property): The smallest point is
4479         point-min.
4480
4481         * smiley-ems.el (smiley-region): Return images.
4482         (gnus-smiley-display): Allow toggling.
4483         (smiley-region): Use text properties, not overlays.
4484
4485         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4486         implemented yet.
4487
4488         * smiley-ems.el (smiley-update-cache): Check for valid types.
4489
4490         * gnus-art.el (gnus-with-article-buffer): New macro.
4491
4492         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4493         strings as well as the glyphs.
4494         (gnus-picon-transform-address): Ditto.
4495         (gnus-picon-insert-glyph): Ditto.
4496         (gnus-picon-transform-newsgroups): Toggle.
4497         (gnus-picon-transform-address): Toggle.
4498
4499         * gnus-ems.el (gnus-remove-image): New function.
4500         (gnus-put-image): Take an optional string.
4501
4502         * gnus-util.el (gnus-text-with-property): New function.
4503
4504         * gnus-art.el (gnus-delete-images): New function.
4505
4506         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4507
4508         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4509         (gnus-article-wash-status): Use it.
4510         (gnus-signature-toggle): Clean up.
4511         (gnus-add-wash-status): New function.
4512         (gnus-delete-wash-status): New function.
4513         (gnus-article-hide-text-type): Use them throughout.
4514         (gnus-add-image): New function.
4515
4516         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4517
4518         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4519         interface.
4520
4521         * gnus-art.el (article-display-x-face): Cleaned up.
4522
4523         * rfc2047.el (rfc2047-field-value): New function.
4524
4525         * mail-parse.el (mail-header-field-value): New alias.
4526
4527         * gnus-art.el (gnus-mime-print-part): Fix typos.
4528
4529         * smiley-ems.el (gnus-smiley-file-types): New variable.
4530         (smiley-update-cache): Use it.
4531         (smiley-regexp-alist): Suffix-less smiley names.
4532         (smiley-regexp-alist): Added more smileys.
4533
4534         * gnus-sum.el (gnus-print-buffer): Made into own function.
4535         (gnus-summary-print-article): Use it.
4536
4537         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4538         looked for when REQUEST is a string.
4539
4540         * gnus-art.el (gnus-mime-button-commands): Add printing
4541         keystroke.
4542         (gnus-mime-copy-part): Doc fix.
4543         (gnus-mime-print-part): New command.
4544
4545 2001-12-31  Simon Josefsson  <jas@extundo.com>
4546
4547         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4548         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4549
4550 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4551
4552         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4553         (picon): Fix doc.
4554
4555         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4556         longer exists. Remove those codes.
4557         * gnus.el (gnus-use-picons): Ditto.
4558
4559 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4562         infloop.
4563
4564         * gnus-sum.el (t): New `W D' map.
4565
4566         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4567         (gnus-article-treat-body-boundary): Clean up.
4568         (gnus-body-boundary-face): Removed.
4569         (gnus-article-goto-header): Moved here.
4570         (gnus-article-goto-header): Allow better regexps.
4571         (gnus-article-treat-fold-newsgroups): New command.
4572
4573         * gnus-sum.el (gnus-summary-move-article): We have to select an
4574         article to give `gnus-read-move-group-name' an opportunity to
4575         suggest an appropriate default.
4576
4577         * rfc2047.el (rfc2047-fold-line): New function.
4578         (rfc2047-unfold-line): Ditto.
4579         (rfc2047-fold-region): Don't fold just after the header name.
4580
4581         * mail-parse.el (mail-header-fold-line): New alias.
4582         (mail-header-unfold-line): Ditto.
4583
4584         * gnus-art.el (gnus-body-boundary-face): Renamed.
4585         (gnus-article-treat-body-boundary): Use it.
4586         (gnus-article-treat-body-boundary): Use an invisible header and a
4587         line of underline characters.
4588
4589 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4590
4591         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4592
4593         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4594         (gnus-picon-split-address): New function.
4595         (gnus-picon-find-face): Use it.
4596         (gnus-picon-transform-address): Use it. Set first to t for each
4597         address.
4598
4599         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4600         the macro then use it.
4601         (gnus-treatment-function-alist): Treat picons earlier.
4602
4603 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-art.el (gnus-body-separator-face): New variable.
4606         (gnus-article-treat-body-boundary): Use a blank, colored line.
4607
4608         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4609         well.
4610
4611         * gnus-art.el (gnus-treat-body-boundary): New variable.
4612         (gnus-article-treat-unfold-headers): Use helper macro.
4613         (gnus-article-treat-body-boundary): New command.
4614
4615         * gnus.el (gnus-logo-color-style): Change the default color.
4616         (gnus-splash-face): Gray, gray.
4617
4618         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4619         colors.
4620
4621         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4622         (gnus-logo-color-style): Ditto.
4623         (gnus-logo-colors): Ditto.
4624
4625         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4626
4627         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4628
4629         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4630         (gnus-picon-transform-newsgroups): New function.
4631
4632         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4633         string.
4634
4635         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4636
4637         * gnus-art.el (gnus-treat-cc-picon): New variable.
4638         (gnus-treat-mail-picon): Renamed.
4639
4640         * gnus-picon.el: New implementation.
4641         (gnus-picon-find-face): Renamed.
4642         (gnus-treat-from-picon): Use it.
4643         (gnus-picon-transform-address): Renamed.
4644         (gnus-treat-from-picon): Use it.
4645         (gnus-picon-create-glyph): Renamed.
4646         (gnus-picon-transform-address): Use it.
4647         (gnus-treat-cc-picon): New command.
4648
4649         * mm-decode.el (mm-create-image-xemacs): Separated out into
4650         function.
4651         (mm-get-image): Use it.
4652
4653         * gnus-art.el (gnus-treat-display-picons): Simplify.
4654         (gnus-treat-from-picon): Renamed.
4655
4656         * gnus-ems.el (gnus-create-image): New function.
4657         (gnus-put-image): New function.
4658
4659         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4660         (gnus-with-article-headers): New macro.
4661         (gnus-article-goto-header): New function.
4662
4663         * gnus-xmas.el (gnus-image-type-available-p): New function.
4664
4665         * gnus-ems.el (gnus-image-type-available-p): New function.
4666
4667 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4668
4669         * nnrss.el (nnrss-check-group): Find the correct tag, because
4670         xml.el is changed.
4671
4672 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4675         lines are shorter than the window width.
4676         (gnus-ignored-headers): More headers.
4677
4678 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4681         (gnus-treat-unfold-headers): Renamed.
4682         (gnus-article-treat-unfold-headers): New command and keystroke.
4683
4684         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4685
4686         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4687
4688 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4689
4690         * sha1-el.el (sha1-use-external): New variable.
4691         (sha1-region): Use it.
4692         (sha1-string): Ditto.
4693
4694         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4695         * gnus-picon.el: Less warnings when compile.
4696
4697 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4700         alias.
4701         (gnus-picons-database): Default to list.
4702         (gnus-picons-lookup-internal): Use it.
4703
4704         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4705         to "bogus".
4706
4707         * gnus-win.el (gnus-configure-windows-hook): New hook.
4708
4709 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4710
4711         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4712
4713 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4716         lists.
4717         (gnus-select-newsgroup): Don't append; push.
4718         (gnus-adjust-marked-articles): Remove obsolete ranges from
4719         `seen'.
4720         (gnus-update-marks): Clean up.
4721         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4722
4723 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4724
4725         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4726
4727 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-sum.el (gnus-auto-select-subject): New variable.
4730         (gnus-summary-best-unread-subject): New function.
4731         (gnus-summary-best-unread-article): Use it.
4732         (gnus-summary-first-unseen-subject): New function and command.
4733
4734         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4735         other treatments.
4736
4737         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4738         function.
4739
4740         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4741         from the list of hidden types.
4742
4743         * mm-view.el (mm-inline-text): Ditto.
4744         (mm-inline-text): Ditto.
4745         (mm-w3-prepare-buffer): Ditto.
4746
4747         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4748
4749 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-art.el (gnus-ignored-headers): Added more headers.
4752
4753 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4754
4755         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4756         once.
4757
4758 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4761
4762 2001-12-28  Simon Josefsson  <jas@extundo.com>
4763
4764         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4765         Jesper Harder <harder@ifa.au.dk>.
4766
4767 2001-12-27  Simon Josefsson  <jas@extundo.com>
4768
4769         * gnus-sum.el (gnus-select-newsgroup): Make
4770         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4771         contain all articles (instead of none) when no seen marks have
4772         been set for the group.
4773         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4774         instead, it seems to result in shorter ranges.
4775
4776 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4777
4778         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4779         insert-before-markers.
4780         From Jesper Harder <harder@ifa.au.dk>
4781
4782 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4783
4784         * nnmaildir.el (nnmaildir-save-mail): create the destination
4785         groups if they do not exist.
4786
4787 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4790
4791 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4792
4793         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4794         gnus-group-real-name.
4795
4796         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4797         (gnus-newsgroup-variables): Ditto.
4798
4799         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4800         return it.
4801
4802 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4803
4804         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4805         * nnmaildir.el (top-level): Add commentary.
4806         (nnmaildir-version): Indicate that nnmaildir is now a standard
4807         part of Gnus, not separately released.
4808
4809 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4812         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4813         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4814         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4815
4816 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4819
4820 2001-12-20  Simon Josefsson  <jas@extundo.com>
4821
4822         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4823         ZHU <zsh@cs.rochester.edu>.
4824         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4825         Brian P Templeton <bpt@tunes.org>.
4826
4827 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * nnmaildir.el: New file.
4830         From Paul Jarc <prj@po.cwru.edu>.
4831
4832 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4833
4834         * nndoc.el (nndoc-type-alist): Move forward to the end.
4835
4836 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4839         `dolist'.
4840
4841 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * gnus-win.el (gnus-frames-on-display-list): New function.
4844         (gnus-get-buffer-window): Use it.
4845
4846 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4847
4848         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4849
4850 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4853
4854 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855            From Harald Meland <Harald.Meland@usit.uio.no>
4856
4857         * gnus-win.el (gnus-get-buffer-window): New function.
4858         (gnus-all-windows-visible-p): Use it.
4859
4860         * gnus-util.el (gnus-horizontal-recenter)
4861         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4862         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4863
4864         * gnus-score.el (gnus-score-insert-help): Use it.
4865
4866         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4867         (gnus-generate-tree, gnus-highlight-selected-tree)
4868         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4869         it.
4870
4871         * gnus-art.el (gnus-article-set-window-start)
4872         (gnus-mm-display-part, gnus-request-article-this-buffer)
4873         (gnus-button-next-page, gnus-button-prev-page)
4874         (gnus-article-button-next-page, gnus-article-button-prev-page):
4875         Use it.
4876
4877 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4878
4879         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4880         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4881         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4882
4883 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4884
4885         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4886         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4887         * mml1991.el, nnultimate.el: Add `coding'.
4888
4889 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4890
4891         * ChangeLog: changed coding to buffer-file-coding-system
4892         * ChangeLog.1: same
4893         * nnwfm.el: same
4894         * gnus-smiley.el: same
4895         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4896         * gnus-delay.el: same
4897         * gnus-spec.el: same
4898         * message.el: same
4899         * mml1991.el: same
4900         * nnultimate.el: same
4901
4902 2001-12-16  Simon Josefsson  <jas@extundo.com>
4903         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4904
4905         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4906         (gnus-summary-save-map): Add muttprint.
4907         (gnus-summary-make-menu-bar): Ditto.
4908         (gnus-summary-muttprint): New function.
4909
4910         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4911
4912 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4915         temporary list instead of buffer.
4916
4917         * mm-url.el (executable-find): autoload.
4918
4919 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4920
4921         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4922         to variable, follow doc-string conventions).
4923
4924 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4925
4926         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4927         subscribe-level
4928         * gnus-topic.el (gnus-subscribe-topics): use it.
4929
4930 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4931
4932         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4933         messages. (A small patch with indentation)
4934         From Sean Neakums <sneakums@zork.net>.
4935
4936         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4937         nil after shooting down the gnus-original-article-buffer.
4938
4939 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4940
4941         * uudecode.el (uudecode-use-external): New variable.
4942         (uudecode-decode-region): Automatically detect external program.
4943
4944         * binhex.el (binhex-use-external): New variable.
4945         (binhex-decode-region-internal): New function.
4946         (binhex-decode-region): Automatically detect external program.
4947
4948         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4949         Use them.
4950
4951 2001-12-12  Simon Josefsson  <jas@extundo.com>
4952
4953         * nnvirtual.el (nnvirtual-always-rescan)
4954         (nnvirtual-component-regexp): Fix doc.
4955
4956         * nnoo.el (defvoo): Add doc to defvoo variables.
4957
4958         * nnml.el (nnml-directory, nnml-active-file)
4959         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4960         (nnml-marks-is-evil, nnml-filenames-are-evil)
4961         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4962
4963         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4964         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4965         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4966         `error'.
4967
4968         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4969         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4970
4971         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4972         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4973         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4974         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4975
4976         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4977         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4978
4979         * imap.el, nnimap.el: Fix indentation.
4980
4981         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4982
4983 2001-12-12  Didier Verna  <didier@xemacs.org>
4984
4985         * gnus-msg.el (gnus-group-news): New function.
4986         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4987         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4988         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4989         for it.
4990         * gnus-msg.el (gnus-summary-news-other-window): New function.
4991         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4992         bind it to `i'.
4993         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4994         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4995         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4996         for it (called with a prefix).
4997         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4998         group-name argument.
4999         * gnus-msg.el (gnus-setup-message): use it.
5000
5001 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5004
5005 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5006
5007         * mml.el (mime-to-mml): Remove Content-Disposition too.
5008
5009 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5010
5011         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5012         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5013         strings only.
5014         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5015
5016 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5017
5018         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5019         (nnmail-fancy-expiry-target): Use it.
5020         Suggestions from Simon Josefsson <jas@extundo.com>.
5021
5022 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5023
5024         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5025
5026 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5027
5028         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5029
5030         * gnus-util.el (gnus-url-unhex-string): Move here.
5031
5032 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5035         mm-url-decode-entities-nbsp.
5036
5037         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5038         * webmail.el, nnwfm.el: Use mm-url.
5039
5040         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5041         (mm-url-remove-markup): Move from nnweb.
5042         (mm-url-fetch-simple): Move from webmail.
5043
5044         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5045
5046 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5047
5048         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5049         (gnus-summary-print-article): Use it.
5050
5051         * gnus-util.el (gnus-replace-in-string): Typo.
5052
5053 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5054
5055         * nnweb.el (nnweb-replace-in-string): Removed.
5056
5057         * gnus-util.el (gnus-replace-in-string): New function.
5058         (gnus-mode-string-quote): Use it.
5059
5060         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5061         * nnwfm.el (nnwfm-create-mapping): Ditto.
5062
5063 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * dgnushack.el (dgnushack-compile): nnrss.el and
5066         nnslashdot.el don't depend on nnweb, url, w3.
5067
5068         * nnrss.el: Use mm-url.
5069
5070 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5071
5072         * mm-url.el (mm-url-insert-file-contents): Support file:.
5073
5074 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5075
5076         * mm-view.el: Lower case for the description line. Sync from the
5077         Emacs CVS.
5078
5079 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5080
5081         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5082         From:  Stefan Monnier  <monnier@cs.yale.edu>
5083
5084 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5087
5088 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * mm-url.el: Require executable.
5091         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5092
5093 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * pop3.el (pop3-munge-message-separator): Only use valid date.
5096         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5097
5098         * Makefile.in: gnus-load.elc may not be generated.
5099
5100 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5101
5102         * mm-url.el: New file.
5103         * nnslashdot.el: Use it.
5104         * mm-extern.el (mm-extern-url): Use it.
5105
5106 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * gnus-sum.el (gnus-summary-save-article): Nix
5109         gnus-display-mime-function and gnus-article-prepare-hook.
5110
5111         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5112         the beginning of lines.
5113         (gnus-complex-form-to-spec): Ditto.
5114
5115 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5116
5117         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5118         From Paul Jarc <prj@po.cwru.edu>.
5119
5120 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121
5122         * message.el: New variable message-subscribed-address-file;
5123         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5124
5125 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5126
5127         * message.el (message-tab-body-function): Set to nil.
5128         (message-tab): Use text-mode-map or global-map.
5129         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5130
5131 2001-11-30  Simon Josefsson  <jas@extundo.com>
5132
5133         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5134         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5135         <christoph.conrad@gmx.de>.
5136         (gnus-agent-fetch-group-1): Add verbose message.
5137
5138 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5139
5140         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5141         of integers.
5142
5143 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5144
5145         * message.el (message-newgroups-header-regexp)
5146         (message-completion-alist, message-tab-body-function): Use
5147         defcustom rather than defvar.
5148         (message-tab): Mention `message-tab-body-function' in doc.
5149         Suggested by Karl Eichwalder.
5150
5151 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5152
5153         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5154
5155 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5156
5157         * nnheader.el (nnheader-find-nov-line): Don't use macro
5158         gnus-delete-line.
5159
5160         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5161         (gnus-group-name-charset): Ditto.
5162
5163         * gnus-util.el (gnus-buffer-live-p): Ditto.
5164
5165 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5168         open parenthesis in doc.
5169         (sieve-manage-authenticator-alist): Typo in doc.
5170         * imap.el (imap-authenticator-alist): Typo in doc.
5171         (imap-stream-alist): Backslash.
5172
5173         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5174           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5175
5176 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5179
5180         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5181
5182         * gnus-msg.el (gnus-configure-posting-styles): use
5183         make-local-hook. Add LOCAL for add-hook.
5184
5185 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5186
5187         * message.el (message-mode): Use `make-local-hook' unless
5188         obsolete.
5189         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5190
5191 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * canlock.el: Remove sha1.el and base64.el stuff.
5194
5195 2001-11-26  Didier Verna  <didier@xemacs.org>
5196
5197         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5198         if needed.
5199
5200 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * message.el (message-tamago-not-in-use-p): New function.
5203         (message-strip-forbidden-properties): Use it.
5204
5205 2001-11-26  Didier Verna  <didier@xemacs.org>
5206
5207         * gnus-start.el (gnus-check-first-time-used): only check for
5208         existence of .el[d] files.
5209
5210 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5211
5212         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5213
5214         * message.el (message-setup-1): Clean up mc-*.
5215
5216 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5217
5218         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5219         * gnus-score.el (gnus-score-find-bnews): Use it.
5220
5221         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5222         (gnus-summary-limit-to-author): Ditto.
5223         (gnus-summary-limit-to-extra): Ditto.
5224         (gnus-summary-find-matching): Support not-matching argument.
5225
5226 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5227
5228         * message.el (message-wash-subject): Use `insert' rather than
5229         `insert-string', which is deprecated.
5230
5231 2001-11-24  Simon Josefsson  <jas@extundo.com>
5232
5233         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5234         message. (Gnus does not "default" to using 8bit for the message,
5235         it default to use 8bit encoding and the user-supplied CTE
5236         value. Calling this behaviour "treating it as 8bit" is perhaps
5237         better.)
5238
5239         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5240         (compare mm-charset-to-coding-system).
5241
5242 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5245         buffer. Correctly decode hex.
5246
5247 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5248
5249         * gnus-agent.el (gnus-category-insert-line): Convert category
5250         names to strings.
5251
5252 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5253
5254         * message.el (sha1): eval-and-compile.
5255
5256 2001-11-20  Simon Josefsson  <jas@extundo.com>
5257
5258         * message.el (message-allow-no-recipients): New variable.
5259         (message-send): Use it, customize the prompting when posting to
5260         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5261
5262 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5263
5264         * mm-util.el (mm-coding-system-priorities): New variable.
5265         (mm-sort-coding-systems-predicate): New function.
5266         (mm-find-mime-charset-region): Resort coding systems if needed.
5267         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5268
5269 2001-11-20  Didier Verna  <didier@xemacs.org>
5270
5271         * gnus-group.el (gnus-group-make-help-group): new optional
5272         argument to control the error behavior.
5273         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5274         erroring.
5275
5276 2001-11-19  Simon Josefsson  <jas@extundo.com>
5277
5278         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5279         instead of C-c C-u.  Suggested by Per Abrahamsen
5280         <abraham@dina.kvl.dk>.
5281
5282 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5283
5284         * nnfolder.el (nnfolder-read-folder): Use group instead of
5285         nnfolder-current-group.
5286         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5287
5288 2001-11-17  Simon Josefsson  <jas@extundo.com>
5289
5290         * message.el (message-send): Ask user if Fcc/Gcc should be
5291         performed when no other sender was specified.
5292         Suggested by prj@po.cwru.edu (Paul Jarc).
5293
5294 2001-11-17  Simon Josefsson  <jas@extundo.com>
5295
5296         * message.el (message-mode, message-mode-map): Use C-c C-u for
5297         Importance: instead of C-c C-p (used by SC).
5298
5299 2001-11-16  Simon Josefsson  <jas@extundo.com>
5300
5301         * message.el (message-insert-importance-high)
5302         (message-insert-importance-low): Save point.
5303
5304         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5305         value.
5306
5307 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5308
5309         * message.el (message-strip-special-text-properties): New option.
5310         (message-strip-forbidden-properties): Obey it.
5311
5312 2001-11-14  Sam Steingold  <sds@gnu.org>
5313
5314         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5315
5316 2001-11-15  Simon Josefsson  <jas@extundo.com>
5317
5318         Support "Importance:" header in Message.
5319
5320         * message.el (message-mode-map): Bind C-c C-p to
5321         `message-insert-or-toggle-importance'
5322         (message-mode-menu): Add message-insert-importance-{high,low}.
5323         (message-insert-importance-high, message-insert-importance-low)
5324         (message-insert-or-toggle-importance): New functions.
5325         (message-tool-bar-map): Add {un,}important.
5326         (message-mode): Doc fix.
5327
5328 2001-11-15  Simon Josefsson  <jas@extundo.com>
5329
5330         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5331
5332         * mml.el (mml-menu): Fix toolbar tooltip.
5333
5334 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5337         * nnml.el (nnml-save-marks): Ditto.
5338
5339         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5340
5341 2001-11-15  Simon Josefsson  <jas@extundo.com>
5342
5343         * nnml.el (nnml-save-marks):
5344         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5345         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5346
5347 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5348
5349         * gnus-art.el (gnus-article-wash-status-strings): Use
5350         `copy-sequence', not `copy-seq'.
5351
5352 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5353
5354         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5355         (gnus-gnus-article-wash-status-entry): New function.
5356         (gnus-article-wash-status): Use it.
5357
5358 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * mml1991.el: Add coding header.
5361
5362 2001-11-12  Simon Josefsson  <jas@extundo.com>
5363
5364         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5365         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5366         `mml1991-sign' and `mml1991-encrypt'.
5367         (mml1991-encrypt, mml1991-sign): New glue functions.
5368         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5369
5370         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5371         (mml-menu): Add PGP to menu.
5372
5373         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5374         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5375         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5376         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5377
5378         * mml2015.el: Mention RFC 3156.
5379
5380         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5381
5382 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5385
5386         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5387           From <Michael.Cook@cisco.com>
5388
5389 2001-11-11  Simon Josefsson  <jas@extundo.com>
5390
5391         * message.el (top-level): Autoload sha1.
5392         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5393         canlock, no need to require two different hash algs).  Suggested
5394         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5395
5396 2001-11-09  Simon Josefsson  <jas@extundo.com>
5397
5398         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5399         <Pavel@Janik.cz>.
5400
5401 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5402
5403         * message.el (message-point-in-header-p): New function.
5404         (message-do-auto-fill): Use it.
5405         (message-beginning-of-line): New function.  Goes to beginning of
5406         header value (i.e., end of header name), or to beginning of line
5407         if already at beginning of value.  Behaves like
5408         `beginning-of-line' when in message body.
5409         (message-mode-map): Bind it.
5410
5411 2001-11-08  Simon Josefsson  <jas@extundo.com>
5412
5413         * gnus-msg.el (gnus-posting-styles): Add doc.
5414
5415 2001-11-07  Simon Josefsson  <jas@extundo.com>
5416
5417         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5418
5419         * sieve-mode.el (sieve-control-commands-face)
5420         (sieve-control-commands-face, sieve-action-commands-face)
5421         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5422         faces.
5423         (sieve-font-lock-keywords): Use them.
5424         (sieve-mode): Only set font-lock-defaults in emacs.
5425
5426         * gnus-art.el (gnus-default-article-saver): Add
5427         gnus-summary-save-body-in-file.
5428         (gnus-summary-write-to-file): Fix doc.
5429
5430 2001-11-07  Simon Josefsson  <jas@extundo.com>
5431
5432         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5433         reference to the correct chapter in the manual.
5434
5435         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5436         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5437
5438 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5439
5440         * mml.el (mml-preview): Bind mail-header-separator.
5441
5442 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * message.el: Always require canlock.
5445         (message-ignored-supersedes-headers): Include Cancel-Lock and
5446         Cancel-Key.
5447         (message-insert-canlock): Don't require canlock.
5448         (message-cancel-news): Don't check whether canlock is available.
5449         (message-supersede): Support cancel-locks.
5450
5451         * gnus-art.el: Don't autoload canlock.
5452
5453 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5456         From: <andre@slamdunknetworks.com>
5457
5458 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5459
5460         * many files: Fix copyright lines.
5461
5462 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5463
5464         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5465         Suggested by Dave Love  <fx@gnu.org>.
5466
5467 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * message.el (message-kill-buffer): Remove auto-save file after
5470         confirm.
5471
5472         * message.el (message-send-mail): Call message-generate-headers
5473         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5474
5475         * gnus-topic.el (gnus-topic-rename): Initial-input.
5476         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5477
5478 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5479
5480         * message.el (message-forbidden-properties): New constant.
5481         (message-strip-forbidden-properties): New function.
5482         (message-mode): Activate it.
5483
5484 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5485
5486         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5487         (mm-hack-charsets): Fix doc.
5488
5489 2001-11-02  Simon Josefsson  <jas@extundo.com>
5490
5491         * gnus-int.el (gnus-check-server): Message "...done" when done.
5492
5493         * imap.el (imap-close): Don't message (imap-send-command-wait
5494         returns if the connection is dropped).
5495         (imap-wait-for-tag): Nix out message only when necessary.
5496
5497         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5498         for non-crossposting.
5499         (gnus-sieve-crosspost): Default to t to be consistent with other
5500         parts of Gnus.
5501
5502 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5503
5504         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5505         (mm-iso-8859-x-to-15-table): Ditto.
5506         (mm-iso-8859-x-to-15-region): Ditto.
5507         (mm-find-mime-charset-region): Ditto.
5508
5509 2001-11-01  Simon Josefsson  <jas@extundo.com>
5510
5511         * nnimap.el (nnimap-close-asynchronous): New variable.
5512         (nnimap-close-group): Use it.
5513         (nnimap-expunge): Don't use it.
5514
5515         * imap.el (imap-callbacks): New variable.
5516         (imap-remassoc): Copied from `gnus-remassoc'.
5517         (imap-add-callback): New function.
5518         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5519         behaviour.
5520         (imap-parse-response): Call the callback.
5521
5522         * message.el (message-insert-canlock): New variable.
5523         (message-canlock-generate, message-canlock-password)
5524         (message-insert-canlock): New functions.
5525         (message-send-news): Call `message-insert-canlock'.
5526         (top-level): Require canlock when compiling.
5527         (message-insert-canlock): Require canlock before we need it.
5528
5529 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5530
5531         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5532
5533 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * dgnushack.el (dgnushack-make-load): A workaround for
5536         custom-add-loads bug in some versions of XEmacs.
5537
5538 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5539
5540         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5541
5542 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5543
5544         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5545         (mm-hack-charsets): New variable.
5546         (mm-iso-8859-15-compatible): New variable.
5547         (mm-iso-8859-x-to-15-table): New variable.
5548         (mm-find-mime-charset-region): Add parameter hack-charsets.
5549
5550         * mm-bodies.el (mm-encode-body): Use it.
5551         * mml.el (mml-parse-1): Ditto.
5552
5553 2001-11-01  Simon Josefsson  <jas@extundo.com>
5554
5555         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5556
5557 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5560         is nil.
5561
5562 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5563
5564         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5565
5566         * message.el (message-forward-rmail-make-body): Use
5567         save-window-excursion.
5568         (message-encode-message-body): Search with noerror.
5569         (message-setup-1): Convert compose-mail send-actions to
5570         message-send-actions.
5571
5572 2001-11-01  Simon Josefsson  <jas@extundo.com>
5573
5574         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5575         <yamaoka@jpl.org>.
5576
5577 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5578
5579         * sieve-manage.el (sieve-string-bytes): No complain.
5580
5581 2001-11-01  Simon Josefsson  <jas@extundo.com>
5582
5583         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5584         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5585         has autoload cookies, so no `require' should be necessary.)
5586
5587         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5588         files.
5589
5590 2001-10-31  Simon Josefsson  <jas@extundo.com>
5591
5592         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5593         parameter.
5594
5595         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5596         `display' is a number (and C-u wasn't used to enter group), only
5597         fetch that number of articles.
5598
5599 2001-10-31  Matt Armstrong  <matt@lickey.com>
5600
5601         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5602         not-subscribed -> subscribed.
5603
5604 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5605         From: Josh Huber <huber@alum.wpi.edu>
5606
5607         * message.el (message-subscribed-address-functions): New variable.
5608         (message-subscribed-addresses): New variable.
5609         (message-subscribed-regexps): New variable.
5610         (message-goto-mail-followup-to): New function.
5611         (message-send-mail): Add Mail-Followup-To.
5612         (message-make-mft): New function.
5613
5614         * gnus.el (gnus-find-subscribed-addresses): New function.
5615
5616 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5617
5618         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5619         (mail-source-fetch-pop): Ditto.
5620         (mail-source-check-pop): Ditto.
5621
5622         * gnus-start.el (gnus-read-init-file): Ditto.
5623         (gnus-activate-group): Ditto.
5624         (gnus-read-newsrc-el-file): Ditto.
5625
5626 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5627
5628         * message.el (message-get-reply-headers): Make sure there is ", ".
5629
5630         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5631         mm-coding-system-p. Don't correct it only in XEmacs.
5632         (mm-charset-to-coding-system): Use mm-coding-system-p and
5633         mm-get-coding-system-list.
5634         (mm-emacs-mule, mm-mule4-p): New variables.
5635         (mm-enable-multibyte, mm-disable-multibyte,
5636         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5637         mm-with-unibyte-current-buffer,
5638         mm-with-unibyte-current-buffer-mule4): Use them.
5639         (mm-find-mime-charset-region): Treat iso-2022-jp.
5640
5641         From  Dave Love  <fx@gnu.org>:
5642
5643         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5644         construction.
5645         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5646         entries conditional on not having a coding system defined for
5647         them.
5648         (mm-mule-charset-to-mime-charset): Use
5649         find-coding-systems-for-charsets if defined.
5650         (mm-charset-to-coding-system): Don't use
5651         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5652         later.  Add last resort search of coding systems.
5653         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5654         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5655         Mule 4.
5656         (mm-find-mime-charset-region): Re-write.
5657         (mm-with-unibyte-current-buffer): Restore buffer as well as
5658         multibyteness.
5659
5660 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5661
5662         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5663         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5664         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5665
5666 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5667
5668         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5669         again.
5670
5671         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5672
5673 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5674
5675         * gnus-spec.el (gnus-parse-simple-format): Use
5676           buffer-substring-no-properties.
5677
5678 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-art.el (article-verify-cancel-lock): New function.
5681
5682         * nnheader.el (nntp-process-response): New variable.
5683         (nnheader-init-server-buffer): Make `nntp-process-response'
5684         buffer-local in `nntp-server-buffer'.
5685
5686         * nntp.el (nntp-prepare-post-hook): New hook.
5687         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5688         (nntp-async-trigger): Ditto.
5689         (nntp-request-post): Insert a server's ID if there's no Message-ID
5690         header; run `nntp-prepare-post-hook'.
5691
5692 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5693
5694         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5695         instead.
5696
5697         * message.el (message-forward-subject-author-subject): Don't use
5698         message-news-p, which widens the buffer.
5699         (message-forward-make-body): New function.
5700         (message-forward): Use it.
5701         (message-insinuate-rmail): New function.
5702         (message-forward-rmail-make-body): New function.
5703
5704 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5705
5706         * mm-extern.el (mm-extern): Provide it.
5707
5708         * mm-partial.el (mm-partial): Provide it.
5709
5710 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5711
5712         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5713
5714 2001-10-29  Simon Josefsson  <jas@extundo.com>
5715
5716         * mml.el (mml-preview): Bind message-this-is-news if it is
5717         news. From Jesper Harder <harder@myrealbox.com>.
5718
5719 2001-10-28  Simon Josefsson  <jas@extundo.com>
5720
5721         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5722
5723 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5724
5725         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5726         ironic smilies.
5727
5728 2001-10-27  Simon Josefsson  <jas@extundo.com>
5729
5730         * message.el (message-indent-citation): Don't add trailing
5731         whitespace when citing text.
5732
5733         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5734         <harder@ifa.au.dk>.
5735
5736 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5739         not available.
5740         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5741         (nnweb-type-definition): Add google as alias of dejanews.
5742         (nnweb-google-parse-1): Forward 1 line.
5743
5744 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5745
5746         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5747         variable `message-forward-ignored-headers'.
5748
5749 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5750
5751         * gnus.el (gnus-expand-group-parameter): New function.
5752         (gnus-expand-group-parameters): Call it.
5753         (gnus-group-fast-parameter): New function.
5754         (gnus-group-find-parameter): Call it.
5755
5756 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5757
5758         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5759         vector (it didn't before because of a bug).
5760         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5761         available.  Before it converted it to an article number.
5762
5763         This makes followup to news articles with negative numbers in
5764         nnvirtual groups use news instead of mail.
5765
5766 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5767
5768         * gnus.el (post-method): Use `native' instead of `nil'.
5769
5770         * gnus-msg.el (gnus-post-method): Ditto.
5771
5772 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5773
5774         * gnus.el (gnus-define-group-parameter): Grammar fix.
5775
5776 2001-10-22  Simon Josefsson  <jas@extundo.com>
5777
5778         * gnus-msg.el (gnus-extended-version): Include
5779         system-configuration.
5780         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5781
5782 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5783
5784         * gnus.el (post-method): Customization fix: `native' is not a
5785         valid value.
5786         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5787         `native' is not a valid value.
5788
5789 2001-10-21  Simon Josefsson  <jas@extundo.com>
5790
5791         * nnimap.el (nnimap): Defgroup
5792         (nnimap-strict-function, nnimap-strict-function-match): New
5793         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5794         (nnimap-split-crosspost, nnimap-split-inbox)
5795         (nnimap-split-rule, nnimap-split-predicate)
5796         (nnimap-split-predicate): Defcustom.
5797         (nnimap-split-inbox, nnimap-expunge-search-string)
5798         (nnimap-importantize-dormant): Remove "*" from doc.
5799
5800 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5801
5802         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5803         not supplied via prefix arg.  From Lisp, make arg mandatory.
5804         Suggested by Frank Schmitt.
5805
5806 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5807
5808         * message.el (message-do-auto-fill): Avoid calling
5809         'rfc822-goto-eoh'.
5810
5811 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5812         From Paul Jarc <prj@po.cwru.edu>.
5813
5814         * message.el (message-get-reply-headers): Restructure the logic
5815         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5816
5817 2001-10-20  Simon Josefsson  <jas@extundo.com>
5818
5819         * message.el (message-cancel-news): Support cancel-locks.
5820         Suggested by Per Abrahamsson.
5821
5822         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5823         conses.  From David Z Maze <dmaze@MIT.EDU>.
5824
5825         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5826
5827 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5828
5829         * mm-decode.el (mm-default-directory): Fix customize type.
5830
5831         * message.el (message-setup-fill-variables): Kludge to use
5832         normal-auto-fill-function even if auto fill is already activated.
5833
5834 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5835
5836         * message.el (message-do-auto-fill): New version that does not
5837         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5838         (message-setup-1): Removed the `message-field' property.
5839
5840         * gnus-draft.el (gnus-draft-edit-message): Removed the
5841         `message-field' property.
5842
5843 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5844
5845         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5846         `message-field'.  The `field' property has a special significance in
5847         Emacs 21.
5848
5849         * message.el (message-send, message-setup-1): Ditto.
5850
5851 2001-10-18  Simon Josefsson  <jas@extundo.com>
5852
5853         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5854         when undoing.
5855
5856 2001-10-18  Simon Josefsson  <jas@extundo.com>
5857         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5858
5859         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5860         (gnus-summary-make-menu-bar): Ditto.
5861
5862 2001-10-17  Simon Josefsson  <jas@extundo.com>
5863
5864         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5865         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5866
5867 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5868
5869         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5870         * gnus-util.el (gnus-user-date): New function.
5871         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5872
5873 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5874
5875         * message.el (message-check-news-header-syntax): Special case
5876         nnvirtual groups.
5877
5878         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5879         customize type to `symbol'.
5880
5881 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5882
5883         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5884         %&foo;.
5885         (gnus-parse-simple-format): Support user extended spec too.
5886         %u&foo; invokes gnus-user-format-function-foo.
5887
5888 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5889
5890         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5891         the server.
5892         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5893         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5894         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5895         * nndiary.el (nndiary-request-expire-articles): Ditto.
5896         (nndiary-schedule): Defsubst it before use it.
5897         (nndiary-error): eval-and-compile.
5898
5899 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5900
5901         * gnus-msg.el (gnus-post-method): Changed two instances of
5902         `active' to `current' and one `null' to `not'.
5903
5904 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5905         From Katsumi Yamaoka <yamaoka@jpl.org>.
5906
5907         * message.el (message-setup-fill-variables): Use
5908         `normal-auto-fill-function' instead of `auto-fill-function'.
5909
5910 2001-10-16  Simon Josefsson  <jas@extundo.com>
5911
5912         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5913         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5914         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5915
5916 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5917         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5918
5919         * gnus-draft.el (gnus-draft-edit-message): Add text property
5920         `field' with value `header' to message headers.
5921         * message.el (message-setup-1): Really add text property to all of
5922         the header, not just part of it.
5923
5924 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-group.el (gnus-group-sort-by-server): Use it.
5927
5928         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5929
5930         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5931         and keystroke.
5932
5933 2001-10-14  Simon Josefsson  <jas@extundo.com>
5934
5935         * dig.el: Doc fix.
5936
5937         * smime.el: Doc fix.
5938
5939         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5940         charset magic from message.el.
5941
5942 2001-10-12  Simon Josefsson  <jas@extundo.com>
5943         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5944
5945         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5946         'cite from g-a-wash-types.
5947         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5948         (gnus-article-hide-citation): Fix.
5949
5950         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5951         character.
5952         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5953
5954         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5955         definition.
5956         (gnus-signature-toggle): Toggle `s' mode line character.
5957
5958         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5959         doing stuff that clears it.
5960
5961 2001-10-12  Simon Josefsson  <jas@extundo.com>
5962
5963         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5964         From Eric Marsden <emarsden@laas.fr>.
5965
5966 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5967
5968         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5969         (autoload): Add some autoloads.
5970
5971 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5972         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5973
5974         * message.el (message-do-auto-fill): New function.  Like
5975         `do-auto-fill' but don't fill when in the message header.
5976         (message-setup-1): Put a text property on the message header.
5977         (message-setup-fill-variables): Use `message-do-auto-fill'.
5978
5979 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5980
5981         * message.el (message-send-mail-partially): Insert an empty line
5982         first, because of the change of message-make-lines.
5983
5984 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5985
5986         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5987         iso-8859-15, make it an alias for iso-8859-1.
5988
5989 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * message.el (message-send-news): Don't modify the value of
5992         `message-syntax-checks' if it is not a list (possibly it is
5993         `dont-check-for-anything-just-trust-me').
5994
5995 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5998         `find-coding-system' for XEmacs to check whether the coding-system
5999         `utf-8' is available.
6000
6001 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6002
6003         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6004
6005 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6006
6007         * message.el (message-send-news): Oops, missed case with no
6008         "Followup-To" header...
6009
6010 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6011
6012         * message.el (message-send-news): Allow
6013         `gnus-group-name-charset-group-alist' to affect encoding of the
6014         "Newsgroups" and "Followup-To" headers.
6015
6016 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6017
6018         * Makefile.in (install-el): Depend on gnus-load.el.
6019
6020 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6021
6022         * Makefile.in (install-el): Use -f.
6023         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6024
6025 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6026
6027         * message.el (message-send-news): Don't encode Followups-To when
6028         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6029
6030         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6031         header.
6032
6033         * gnus-art.el (article-decode-group-name): Also decode
6034         "Followup-To".
6035
6036         * rfc2047.el (rfc2047-encode-message-header): Encode without
6037         asking for null methods.
6038
6039         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6040         default charset for newsgroup names in accordance with USEFOR.
6041
6042         * gnus-group.el (gnus-group-name-charset-method-alist,
6043         gnus-group-name-charset-group-alist): Removed "*" from doc
6044         strings, "*" should not be used for complex variables.
6045
6046 2001-10-06  Simon Josefsson  <jas@extundo.com>
6047
6048         Support UTF-8 group names better.
6049
6050         * message.el (message-check-news-header-syntax): Encode group
6051         names before comparison.
6052
6053         * gnus-msg.el (gnus-copy-article-buffer): Run all
6054         `gnus-article-decode-hook's except `article-decode-charset'
6055         instead of hardcoding call to one of them.
6056
6057         * gnus-art.el (gnus-article-decode-hook): Add
6058         `article-decode-group-name'.
6059         (article-decode-group-name): New function, use `g-d-n'.
6060
6061         * gnus-group.el (gnus-group-insert-group-line): Decode
6062         gnus-tmp-group using `g-d-n'.
6063
6064         * gnus-util.el (gnus-decode-newsgroups): New function.
6065
6066 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6067
6068         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6069         `gnus-group-name-charset-group-alist'.
6070
6071 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6072
6073         * Makefile.in: Install el in install. Add uninstall.
6074
6075 2001-10-05  Simon Josefsson  <jas@extundo.com>
6076
6077         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6078
6079         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6080
6081         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6082         empty folders.
6083
6084         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6085         limiting if read-all (C-u RET) was used.
6086
6087 2001-10-04  Simon Josefsson  <jas@extundo.com>
6088
6089         * mail-source.el (mail-source-movemail-program): New variable.
6090         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6091         <thutt@thutt.vmware.com>.
6092
6093 2001-10-03  Simon Josefsson  <jas@extundo.com>
6094
6095         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6096         (gnus-summary-line-format-alist): Fix param.
6097
6098 2001-10-02  Simon Josefsson  <jas@extundo.com>
6099
6100         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6101         don't go through `nnimap-request-expire-articles' to delete the
6102         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6103
6104 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6105
6106         * gnus-agent.el (gnus-agent-write-active): The min in the
6107         agent/active may be larger than that in the server/active.
6108
6109 2001-10-01  Simon Josefsson  <jas@extundo.com>
6110
6111         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6112         is IMAP4rev1.
6113
6114         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6115
6116         * nnfolder.el: Ditto.
6117
6118 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6119
6120         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6121         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6122
6123 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6124
6125         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6126         (message-mode-menu): Menu item for same.
6127
6128         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6129         delayed articles.
6130
6131         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6132         nndraft:delayed does not exist.
6133         (gnus-delay-initialize): Don't set up keymap, that's done from
6134         message.el now.
6135         (gnus-delay, gnus-delay-group, gnus-delay-header)
6136         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6137
6138 2001-09-29  Simon Josefsson  <jas@extundo.com>
6139
6140         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6141         utf-8, not eight-bit-control.
6142
6143         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6144         (imap-log, imap-debug): Custom.
6145         (imap-log-buffer, imap-debug-buffer): New constants.
6146         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6147         (imap-network-open, imap-shell-open, imap-starttls-open)
6148         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6149         (imap-debug): Use imap-*-buffer.
6150
6151         * nndoc.el (nndoc-article-type): Add mailman.
6152         (nndoc-type-alist): Ditto.
6153         (nndoc-mailman-type-p): New function.
6154
6155 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6158         gnus-art.el.
6159
6160 2001-09-27  Simon Josefsson  <jas@extundo.com>
6161
6162         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6163         (gnus-topic-catchup-articles): New function. Suggested by Robin
6164         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6165
6166 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6167         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6168
6169         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6170         previous ones.
6171
6172 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6173         From Daiki Ueno  <ueno@unixuser.org>
6174
6175         * gnus-sum.el (gnus-summary-show-article): The arglist of
6176         detect-coding-region is incompatible.
6177
6178 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6179         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6180
6181         * gnus-group.el (gnus-group-delete-group): Typo.
6182
6183 2001-09-26  Simon Josefsson  <jas@extundo.com>
6184
6185         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6186
6187         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6188
6189 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6192
6193 2001-09-22  Simon Josefsson  <jas@extundo.com>
6194
6195         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6196
6197         * nnfolder.el (nnfolder-open-marks): Ditto.
6198
6199         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6200         (gnus-update-marks): Use it.
6201         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6202         hardcoded list.
6203
6204         * gnus.el (gnus-article-special-mark-lists): Add killed.
6205         (gnus-article-unpropagated-mark-lists): New constant.
6206
6207 2001-09-22  Simon Josefsson  <jas@extundo.com>
6208
6209         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6210         custom option.
6211
6212 2001-09-23  Simon Josefsson  <jas@extundo.com>
6213
6214         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6215
6216 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6217
6218         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6219
6220 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6221
6222         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6223         accept lists of functions.
6224
6225 2001-09-20  Simon Josefsson  <jas@extundo.com>
6226
6227         * gnus-group.el (gnus-group-catchup): Update expire marks in
6228         backend.  Also, if ALL also set expire marks on tick/dormant.
6229
6230 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6231
6232         * message.el (message-tab-body-function): New variable.
6233         * message.el (message-tab): Use it.
6234
6235 2001-09-19  Sam Steingold  <sds@gnu.org>
6236
6237         * gnus-win.el (gnus-buffer-configuration): Respect
6238         `gnus-bug-create-help-buffer'.
6239
6240 2001-09-18  Simon Josefsson  <jas@extundo.com>
6241
6242         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6243         (gnus-parse-simple-format): Re-revert.
6244
6245 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6246
6247         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6248         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6249
6250 2001-09-18  Simon Josefsson  <jas@extundo.com>
6251
6252         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6253         signed.
6254         (gnus-parse-simple-format): Don't use it.
6255
6256 2001-09-17  Miles Bader  <miles@gnu.org>
6257
6258         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6259         error querying a backend abort the whole process.
6260
6261 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6262
6263         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6264         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6265
6266 2001-09-17  Didier Verna  <didier@xemacs.org>
6267
6268         * nndiary.el: version 0.2-b14.
6269         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6270         compatibility problem with XEmacs 21.1.
6271
6272 2001-09-15  Simon Josefsson  <jas@extundo.com>
6273
6274         * gnus-group.el (gnus-group-line-format): Document %c.
6275
6276         * nnml.el (nnml-parse-head): Handle CRLF files.
6277         (nnml-generate-nov-file): Ditto.
6278         (nnml-retrieve-headers): Ditto.
6279
6280 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6281
6282         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6283
6284 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6285
6286         * gnus-spec.el (gnus-correct-substring): Still stopped one
6287         character before we wanted (never included last character).
6288         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6289         add missing "," (once per function)
6290
6291 2001-09-14  Simon Josefsson  <jas@extundo.com>
6292
6293         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6294         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6295         default before gnus-group is loaded and the variable set.)
6296
6297         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6298         killed or unsent marks.
6299
6300         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6301         isn't an article to set it on (e.g. when you `a' in a group).
6302
6303 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6304
6305         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6306         can read e-mails from Microsoft Outlook users not using ISO
6307         8859-2 character set.
6308
6309 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6310
6311         * gnus-diary.el: Minor modifications to avoid warnings.
6312         (gnus-summary-misc-menu): defvar.
6313         (gnus-diary-check-message): Use gnus-point-at-eol.
6314         (gnus-diary-kill-entire-line): eval-and-compile.
6315
6316 2001-09-12  Didier Verna  <didier@xemacs.org>
6317
6318         * nndiary.el: new version (0.2-b13).
6319         * nndiary.el (nndiary-mail-sources): doc update.
6320         * nndiary.el (nndiary-split-methods): ditto.
6321         * nndiary.el (nndiary-request-accept-article-hooks): New.
6322         * nndiary.el (nndiary-request-accept-article): use it, check
6323         message validity.
6324         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6325         * nndiary.el (nndiary-schedule): fix bug (misplaced
6326         condition-case): it didn't return nil on error.
6327         * gnus-diary.el: new version.
6328         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6329         * gnus-diary.el (gnus-diary-header-value-history): New.
6330         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6331         * gnus-diary.el (gnus-diary-add-header): New.
6332         * gnus-diary.el (gnus-diary-check-message): New.
6333         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6334         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6335
6336 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6337
6338         * gnus-sum.el (gnus-select-newsgroup): Make
6339         `gnus-current-select-method' buffer-local.
6340
6341         * gnus-art.el (gnus-request-article-this-buffer): Refer
6342         `gnus-current-select-method' in the current summary buffer.
6343
6344 2001-09-10  Simon Josefsson  <jas@extundo.com>
6345         From Daniel Pittman <daniel@rimspace.net>
6346
6347         * gnus-spec.el (gnus-correct-pad-form): Fix.
6348
6349 2001-09-09  Simon Josefsson  <jas@extundo.com>
6350
6351         * mm-decode.el (mm-inline-media-tests): Add
6352         application/x-emacs-lisp.
6353         (mm-attachment-override-types): Add
6354         application/{x-,}pkcs7-signature.
6355
6356         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6357         (gnus-server-line-format, gnus-server-mode-line-format)
6358         (gnus-server-browse-in-group-buffer): Customize.
6359
6360 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * nnml.el (nnml-marks-changed-p): Typo.
6363         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6364         (nnml-marks-changed-p): Use gnus-gethash.
6365         (nnml-marks-modtime): Use gnus-make-hashtable.
6366
6367         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6368         (nnfolder-request-expire-articles, nnfolder-save-marks)
6369         (nnfolder-open-marks): Typo.
6370         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6371         (nnfolder-marks-changed-p): Use gnus-gethash.
6372         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6373
6374 2001-09-08  Simon Josefsson  <jas@extundo.com>
6375
6376         * nnfolder.el (nnfolder-marks-modtime): New variable.
6377         (nnfolder-marks-changed-p): New function.
6378         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6379         (nnfolder-request-update-info): Don't update if marks didn't change.
6380
6381         * nnml.el (nnml-marks-modtime): New variable.
6382         (nnml-marks-changed-p): New function.
6383         (nnml-save-marks, nnml-open-marks): Save modtime.
6384         (nnml-request-update-info): Don't update if marks didn't change.
6385
6386         * gnus-agent.el (gnus-agent-any-covered-gcc)
6387         (gnus-agent-add-server, gnus-agent-remove-server): Use
6388         gnus-agent-method-p.
6389
6390         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6391         (gnus-unbuttonized-mime-type-p): Use it.
6392
6393         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6394         fetch group.
6395
6396 2001-09-08  Simon Josefsson  <jas@extundo.com>
6397         From Daniel Pittman <daniel@rimspace.net>
6398
6399         * gnus-spec.el (gnus-correct-pad-form): New function.
6400         (gnus-parse-simple-format): Use it.
6401
6402 2001-09-07  Simon Josefsson  <jas@extundo.com>
6403
6404         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6405         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6406         Putnam <reader@newsguy.com>.
6407         (gnus-group-sort-selected-groups): Touch dribble file.
6408
6409 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6410
6411         * nnml.el (nnml-filenames-are-evil): New variable.
6412         (nnml-article-to-file-alist): Rename to ...
6413         (nnml-current-group-article-to-file-alist): ... this.
6414         Respect `nnml-filenames-are-evil'.
6415         (nnml-active-number): Update.
6416         (nnml-update-file-alist): Update.
6417         (nnml-request-article): Use nnheader-article-to-file-alist.
6418         (nnml-request-rename-group): Likewise.
6419
6420 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-sum.el (gnus-summary-insert-line): Fix.
6423
6424 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6425
6426         * gnus-sum.el: Bind g-s-t-s to "W g".
6427         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6428         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6429         display of graphical smilies.
6430
6431 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6432
6433         * gnus-start.el (gnus-setup-news): A typo.
6434         From Bill White <billw@wolfram.com>.
6435
6436 2001-09-06  Simon Josefsson  <jas@extundo.com>
6437
6438         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6439         and unseen marks.
6440
6441 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6442
6443         * nnmail.el (nnmail-split-fancy): Document `junk'.
6444
6445 2001-09-04  Simon Josefsson  <jas@extundo.com>
6446
6447         * imap.el (imap-search): Don't error if server is broken.
6448
6449 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6450
6451         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6452         searching for an article that isn't in the mbox.
6453
6454 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6457         right, and get all the comments.
6458
6459 2001-09-02  Simon Josefsson  <jas@extundo.com>
6460         Suggested by Dan Christensen <jdc+news@uwo.ca>
6461
6462         * nnfolder.el (nnfolder-request-update-info): Fix message.
6463
6464         * nnml.el (nnml-request-update-info): Ditto.
6465
6466 2001-09-01  Simon Josefsson  <jas@extundo.com>
6467
6468         * nnml.el (nnml-request-expire-articles): Also bind
6469         `nnml-current-group' and `nnml-article-file-alist' when using
6470         expiry-target. (Otherwise nnml will be in a inconsistent internal
6471         state causing all kind of problems.)
6472         (nnml-request-expire-articles): If `nnml-article-to-file' or
6473         `file-attributes' failes, return article as un-expirable instead
6474         of treating it as expired.
6475
6476 2001-08-31  Sam Steingold  <sds@gnu.org>
6477
6478         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6479         typo: `exmine' --> `examine'.
6480
6481 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6482
6483         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6484
6485 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * nnml.el (nnml-check-directory-twice): Remove.
6488         (nnml-retrieve-headers): Ditto.
6489         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6490
6491 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6492
6493         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6494         directory twice on Windows, or on GNU Emacs-21.
6495
6496 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6497
6498         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6499         (nnml-request-rename-group): Ditto.
6500         (nnml-active-number): Ditto.
6501         (nnml-request-create-group): Use nnml-directory-articles.
6502         (nnml-request-expire-articles): Use nnml-directory-articles, which
6503         gets list from nov database if available.
6504         (nnml-get-nov-buffer): New function.
6505         (nnml-open-nov): Use it.
6506         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6507         gets alist from nov database if available.
6508         (nnml-directory-articles): New function.
6509         (nnml-article-to-file-alist): New function.
6510
6511 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6512
6513         * mm-decode.el (mm-display-external): Use `name' as filename, if
6514         `filename' attribute is not present.
6515
6516 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6517
6518         * mail-source.el (mail-source-flash): New defcustom.
6519         (mail-source-new-mail-p): Ring visible bell if appropriate.
6520         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6521         timer is cleared even if mail check signals an error.
6522
6523 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6524
6525         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6526         type 'list.
6527
6528 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6529
6530         * flow-fill.el (fill-flowed): eol might be point-max.
6531
6532 2001-08-27  Simon Josefsson  <jas@extundo.com>
6533
6534         * nnml.el (nnml-request-update-info): Fix message.
6535         (nnml-open-marks): Ditto.
6536
6537         * nnfolder.el (nnfolder-request-update-info):
6538         (nnfolder-open-marks): Fix message.
6539
6540 2001-08-25  Simon Josefsson  <jas@extundo.com>
6541
6542         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6543         after group in ~/.
6544
6545 2001-08-25  Simon Josefsson  <jas@extundo.com>
6546         From Andreas Jaeger  <aj@suse.de>
6547
6548         * nnfolder.el (nnfolder-open-marks): Fix typo.
6549         * nnml.el (nnml-open-marks): Likewise.
6550
6551 2001-08-25  Simon Josefsson  <jas@extundo.com>
6552
6553         Make nnfolder groups self-contained as far as marks are concerned.
6554
6555         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6556         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6557         (nnfolder-open-server): Make marks directory.
6558         (nnfolder-request-delete-group): Delete marks file.
6559         (nnfolder-request-delete-group): Check of nov/marks file exist
6560         before deleting.
6561         (nnfolder-request-rename-group): Rename marks file.
6562         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6563         (nnfolder-request-set-mark, nnfolder-request-update-info)
6564         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6565         (nnfolder-open-marks): New functions.
6566         (top-level): Require gnus.
6567
6568 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6569
6570         * nnweb.el (nnweb-type-definition): Use google raw file.
6571         (nnweb-google-parse-1): Ditto.
6572         (nnweb-google-identity): Ditto.
6573         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6574         (nnweb-altavista-wash-article): Ditto.
6575         (nnweb-request-article): Remove nnweb-decode-entities.
6576
6577         * nnml.el: Require 'gnus.
6578
6579 2001-08-25  Simon Josefsson  <jas@extundo.com>
6580
6581         * nnml.el (nnml-marks-is-evil): Add doc.
6582
6583 2001-08-25  Simon Josefsson  <jas@extundo.com>
6584
6585         * nnml.el (nnml-save-marks): Wrap saving marks in a
6586         condition-case, to allow user to start Gnus if saving marks failed
6587         for some reason.
6588
6589 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6592
6593         * gnus-group.el (gnus-update-group-mark-positions): Bind
6594         gnus-group-update-hook to nil.
6595
6596 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * mml.el (mml-generate-mime-1): Force as multibyte string.
6599
6600 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6601
6602         * gnus-sum.el (gnus-summary-insert-line)
6603         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6604         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6605
6606         * gnus-spec.el (gnus-correct-substring): Take optional END.
6607
6608         * nnrss.el (nnrss-request-article): Remove \n.
6609         (nnrss-retrieve-headers): Lines number is -1.
6610
6611 2001-08-24  Simon Josefsson  <jas@extundo.com>
6612
6613         * gnus-group.el (gnus-info-clear-data): Call
6614         nnfoo-request-set-mark to propagate marks.  Fix bug:
6615         `gnus-group-update-line' doesn't update read range unless we call
6616         `gnus-get-unread-articles-in-group' first.
6617
6618         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6619         to server.
6620
6621 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * gnus-util.el (gnus-create-info-command): Return an interactive
6624         function.
6625
6626 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6627         From Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6630
6631 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-sum.el (gnus-select-newsgroup): Use it.
6634
6635         * gnus-util.el (gnus-not-ignore): New function.
6636
6637         * lpath.el (featurep): Don't fbind char-int.
6638
6639         * gnus-util.el (gnus-create-info-command): New function.
6640
6641         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6642         right node.
6643
6644         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6645         (gnus-summary-limit-children): Use 'identity instead of `all'.
6646         (gnus-summary-limit-to-display-predicate): New command and
6647         keystroke.
6648
6649 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6650
6651         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6652
6653         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6654
6655 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * gnus-spec.el: Add the Gnus version.
6658         (gnus-update-format-specifications): If the Gnus version changes,
6659         nix out the format spec cache.
6660
6661         * gnus.el (gnus-continuum-version): Made into a command and
6662         optionalize the VERSION.
6663
6664         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6665         the start of the lines.
6666
6667 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus.el (gnus-visual-p): Define function before use of
6670         function.
6671
6672 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6675         (gnus-article-mark-to-type): New function.
6676         (gnus-update-missing-marks): Only update marks of type 'list.
6677
6678         * gnus.el (gnus-article-special-mark-lists): New variable.
6679
6680 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6681
6682         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6683         (gnus-select-newsgroup): Still use 'all.
6684         (gnus-summary-initial-limit): Comparing with 'all.
6685
6686 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6687
6688         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6689         active.
6690
6691 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6692
6693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6694         nnslashdot-*-retrieve-headers.
6695         (nnslashdot-request-article): Fix for slashcode 2.2.
6696         (nnslashdot-make-tuple): New function.
6697         (nnslashdot-read-groups): Use it.
6698
6699 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700
6701         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6702         list.
6703
6704         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6705
6706 2001-08-20  Simon Josefsson  <jas@extundo.com>
6707
6708         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6709         opened, error instead of continuing (and exploding later).
6710
6711 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * gnus.el (gnus-expand-group-parameters): Return the parameter
6714         list.
6715
6716         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6717         (gnus-summary-show-article): Guess at charset if required.
6718
6719         * gnus-spec.el (gnus-correct-substring): Stopped one character
6720         before we wanted.
6721
6722 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6723
6724         * earcon.el (earcon-auto-play): Remove unused option.
6725
6726 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6729         message down in levels, since it happens very fast.
6730
6731         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6732         of smiley-regexp-alist.
6733
6734         * mm-view.el (mm-inline-text): Ignore vcard errors.
6735
6736         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6737
6738         * gnus-score.el (gnus-all-score-files): Use append instead of
6739         nconc.
6740
6741         * gnus.el (gnus-splash-face): Doc fix.
6742
6743         * mm-decode.el (mm-mailcap-command): Use
6744         mm-path-name-rewrite-functions.
6745         (mm-path-name-rewrite-functions): New variable.
6746
6747         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6748         (gnus-complex-form-to-spec): Insert tab.
6749         (gnus-spec-tab): New function.
6750
6751         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6752         entering the group.
6753
6754         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6755         the positional spec.
6756         (gnus-parse-complex-format): React to %C.
6757
6758         * gnus-ems.el (gnus-char-width): Moved here.
6759
6760         * gnus-sum.el (gnus-select-newsgroup): Set
6761         gnus-newsgroup-articles.
6762         (gnus-unseen-mark): New variable.
6763         (gnus-newsgroup-unseen): Ditto.
6764         (gnus-newsgroup-seen): Ditto.
6765         (gnus-adjust-marked-articles): Use them.
6766         (gnus-update-marks): Use them.
6767         (gnus-summary-update-secondary-mark): Display.
6768         (gnus-summary-prepare-threads): Display.
6769
6770         * gnus-msg.el (gnus-inews-group-method): Use and return the
6771         method, not the server.
6772
6773 2001-08-19  Simon Josefsson  <jas@extundo.com>
6774
6775         * gnus-srvr.el (gnus-server-agent-face): New.
6776         (gnus-server-agent-face): New.
6777         (gnus-server-mode): Turn on font-lock-mode.
6778
6779         * gnus.el (gnus-server-visual): Add defgroup.
6780
6781 2001-08-19  Simon Josefsson  <jas@extundo.com>
6782         From Joe Casadonte <jcasadonte@northbound-train.com>
6783
6784         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6785         gnus-server-denied-face): New.
6786         (gnus-server-opened-face, gnus-server-closed-face,
6787         gnus-server-denied-face): New.
6788         (gnus-server-font-lock-keywords): Add.
6789
6790 2001-08-19  Simon Josefsson  <jas@extundo.com>
6791
6792         * nnml.el (nnml-request-set-mark): Return nil.
6793         (nnml-save-marks): Use nnml-possibly-create-directory.
6794         (nnml-open-marks): Only work in temp buffer when inserting/reading
6795         .marks file.
6796
6797 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6798
6799         * gnus.el (gnus-expand-group-parameters): Fix.
6800
6801         * gnus-spec.el (gnus-char-width): New function.
6802         (gnus-correct-substring, gnus-correct-length): Use it.
6803
6804         * message.el (message-required-mail-headers): Fix doc.
6805
6806 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6807
6808         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6809
6810         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6811
6812 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6815         slashdot 2.2 (not fully fixed yet).
6816         (nnslashdot-request-article): Ditto.
6817
6818 2001-08-18  Simon Josefsson  <jas@extundo.com>
6819
6820         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6821         nnimap.
6822
6823         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6824         gnus-util.
6825         (nnimap-request-update-info-internal): Use new functions.
6826
6827         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6828         new functions.
6829
6830 2001-08-18  Simon Josefsson  <jas@extundo.com>
6831
6832         Make nnml groups self-contained as far as marks are concerned.
6833
6834         * nnml.el (nnml-request-delete-group): Delete marks file.
6835         (nnml-request-rename-group): Move marks file.
6836         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6837         variables.
6838         (nnml-request-set-mark, nnml-request-update-info): New server
6839         functions.
6840         (nnml-save-marks, nnml-open-marks): New functions.
6841
6842 2001-08-18  Simon Josefsson  <jas@extundo.com>
6843
6844         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6845         `set' when setting marks.
6846
6847 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6848
6849         * gnus.el (gnus-info-find-node): Take an argument.
6850
6851         * gnus-art.el (gnus-button-handle-info): New function.
6852         (gnus-url-unhex-string): Replace "+" with " ".
6853
6854 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6855
6856         * message.el (message-check-news-header-syntax): Check bad From.
6857
6858 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-spec.el (gnus-correct-length): New function.
6861         (gnus-correct-substring): New function.
6862         (gnus-tilde-max-form): Use it.
6863
6864 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6865
6866         * nnmh.el: Docstring changes as below.
6867
6868         * nnml.el: Docstring changes as below.
6869
6870         * nnbabyl.el: Docstring changes as below.
6871
6872         * nnmbox.el: Docstring changes as below.
6873
6874         * nnfolder.el: Added docstrings identifying each virtual server
6875         parameter.
6876
6877 2001-08-18  Simon Josefsson  <jas@extundo.com>
6878
6879         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6880
6881 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6882
6883         * message.el: rename "Abort Message" to "Postpone Message".
6884         Remove "Attach file as MIME" from Message menu, it's already in
6885         the MIME menu.
6886
6887 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6888
6889         * smime.el (smime-point-at-eol): eval-and-compile.
6890         (smime-make-temp-file): New function.
6891         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6892         Use it.
6893
6894 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6897         (gnus-agent-summary-fetch-group): New command and keystroke.
6898
6899         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6900         (gnus-mime-display-security): Make it respect
6901         gnus-unbuttonized-mime-type-p.
6902
6903         * gnus-sum.el (gnus-articles-to-read): Comments.
6904         (gnus-article-marked-p): New function.
6905         (gnus-summary-display-make-predicate): New function.
6906         (gnus-select-newsgroup): Use them.
6907
6908         * mm-decode.el (mm-save-part-to-file): Made it not error.
6909
6910 2001-08-17  Simon Josefsson  <jas@extundo.com>
6911
6912         * imap.el (imap-wait-for-tag): If process-status isn't open or
6913         run, return nil instead of sit-for looping.
6914
6915 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * lpath.el (featurep): fbind xml-parse-region.
6918
6919         * gnus.el (gnus-message-archive-method): Default to "archive".
6920         (gnus-message-archive-method): Doc fix.
6921         (gnus-parameters-get-parameter): Cleaned up.
6922         (gnus-expand-group-parameter): New function.
6923
6924         * gnus-start.el (gnus-setup-news): Push the archive server only
6925         the server list.
6926
6927         * mml.el (mml-menu): Changed name to "Attachments".
6928
6929         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6930         when there is something to detroy.
6931
6932 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6935         nil.
6936
6937 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6938
6939         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6940         which specifies a time today or tomorrow.
6941
6942 2001-08-15  Simon Josefsson  <jas@extundo.com>
6943         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6944
6945         * gnus-agent.el (gnus-agent-make-mode-line-string)
6946         (gnus-agent-toggle-plugged): Use new API.
6947
6948 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6949
6950         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6951         deadline has expired.
6952
6953 2001-08-12  Simon Josefsson  <jas@extundo.com>
6954         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6955
6956         Support `recent' mark indicating newly arrived messages (to
6957         separate from old but unread messages).
6958
6959         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6960         `nnmail-split-history' if recent is > 0.
6961         (nnimap-request-update-info-internal): Update `recent' marks.
6962         (nnimap-request-set-mark): Never set `recent' marks.
6963         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6964         recent.
6965
6966         * gnus-sum.el (gnus-recent-mark): New mark.
6967         (gnus-newsgroup-recent): New variable.
6968         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6969         (gnus-summary-prepare-threads): Mark recent articles.
6970         (gnus-summary-add-mark): Support recent.
6971         (gnus-summary-update-secondary-mark): Support recent.
6972
6973         * gnus.el (gnus-article-mark-lists): Add recent.
6974
6975 2001-08-12  Simon Josefsson  <jas@extundo.com>
6976
6977         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6978         whether successful decoding took place.  Add doc.
6979
6980 2001-08-12  Simon Josefsson  <jas@extundo.com>
6981         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6982
6983         * gnus.el (gnus-summary-line-format, gnus-parameters):
6984         * gnus-gl.el (gnus-summary-grouplens-line-format):
6985         * gnus-salt.el (gnus-summary-pick-line-format):
6986         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6987
6988 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6989         Committed by Kai Gro\e,b_\e(Bjohann.
6990
6991         * gnus-score.el (gnus-score-string): Fix `match' regexp
6992         for `extra' header case.
6993
6994 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6995
6996         * nnmbox.el (nnmbox-read-mbox): No warning.
6997
6998 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * nndoc.el (nndoc-article-type): Fix doc.
7001         (nndoc-generate-article-function): New variable.
7002         (nndoc-dissection-function): New variable.
7003         (nndoc-type-alist): Add oe-dbx.
7004         (nndoc-oe-dbx-type-p): New function.
7005         (nndoc-oe-dbx-dissection): New function.
7006         (nndoc-oe-dbx-generate-article): New function.
7007
7008 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7009
7010         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7011         whether deadline has been reached.  Patch from Dan Nicolaescu
7012         <dann@godzilla.ics.uci.edu>.
7013
7014 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7017         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7018         <rintaman@cs.Helsinki.FI>.
7019
7020         * mail-source.el (mail-source-movemail): The error buffer is
7021         modified, but nothing in it.
7022
7023 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * message.el (message-bogus-system-names): New variable.
7026         (message-make-fqdn): Use it.
7027
7028 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * nndraft.el (nndraft-request-group): Use
7031         nndraft-auto-save-file-name.
7032
7033 2001-08-09  Simon Josefsson  <jas@extundo.com>
7034
7035         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7036         Don't ask whether to decrypt.  Just leave result in buffer (don't
7037         call mm).
7038
7039         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7040         parts as well.
7041         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7042         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7043
7044 2001-08-09  Simon Josefsson  <jas@extundo.com>
7045
7046         * mm-decode.el (mm-insert-part): Return decoding success status.
7047         (mm-save-part-to-file): Error if decoding failed.
7048
7049 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7050
7051         * message.el (message-tab): Use indent-relative.
7052         (message-mode): Don't bind indent-line-function to indent-relative.
7053
7054 2001-08-09  Simon Josefsson  <jas@extundo.com>
7055
7056         * message.el (message-get-reply-headers): Fix string. Suggested by
7057         Christoph Conrad <cc@cli.de>.
7058
7059 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * message.el (message-tab): Use the current value of
7062         indent-line-function.
7063         (message-mode): Bind indent-line-function to indent-relative.
7064
7065 2001-08-08  Simon Josefsson  <jas@extundo.com>
7066
7067         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7068         whether `imtest' is installed.
7069
7070 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7071         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7072
7073         * gnus-sum.el (gnus-summary-show-article): Call
7074         gnus-summary-update-secondary-secondary-mark.
7075         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7076         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7077
7078 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7081
7082         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7083
7084         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7085         <gerd@gnu.org>.
7086
7087         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7088
7089         * gnus-util.el (gnus-output-to-rmail): Ditto.
7090         (gnus-output-to-mail): Ditto.
7091
7092         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7093
7094 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7095
7096         * message.el (message-indent-citation): Use
7097         `message-yank-cited-prefix' for empty lines.
7098
7099 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7100
7101         * message.el (message-indent-citation): Quote only lines starting
7102         with ">" using `message-yank-cited-prefix'.
7103
7104 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7105
7106         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7107         gnus-cache-fully-p.
7108
7109 2001-08-04  Simon Josefsson  <jas@extundo.com>
7110
7111         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7112         file if it doesn't exist (by calling gnus-cache-read-active).
7113
7114 2001-08-04  Simon Josefsson  <jas@extundo.com>
7115
7116         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7117         (gnus-cache-passively-or-fully-p): Removed.
7118         (gnus-cache-fully-p): Fix it.
7119
7120         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7121
7122 2001-08-04  Simon Josefsson  <jas@extundo.com>
7123
7124         * gnus-cache.el (gnus-cache-fully-p)
7125         (gnus-cache-passively-or-fully-p): New functions.
7126         (gnus-cache-possibly-enter-article): Cosmetic change, use
7127         `g-c-p-o-f-p'.
7128         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7129         was bogus (`g-c-p-a-a' does not change active info, just change
7130         the functions parameters).
7131         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7132         not removed in groups that match `gnus-uncacheable-groups'.
7133
7134         Reported and modifications based on discussions with Nuutti
7135         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7136
7137 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7138         Committed by Simon Josefsson  <jas@extundo.com>
7139
7140         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7141         calls `gnus-cache-update-active' if bounds has been extended.
7142
7143 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7144
7145         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7146         before remove.
7147         (gnus-mime-security-show-details): Ditto.
7148
7149 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7150
7151         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7152         syntax.  Protect string-match against nil string and regexp.
7153
7154 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * mm-util.el (mm-find-charset-region): Remove control-1.
7157
7158 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7159
7160         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7161
7162 2001-08-04  Simon Josefsson  <jas@extundo.com>
7163
7164         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7165         buffer.  Delete MIME-Version header.
7166
7167 2001-08-03  Simon Josefsson  <jas@extundo.com>
7168
7169         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7170         that is entered does not necessarily have the highest article
7171         number in the group, so use `gnus-cache-possibly-alter-active'
7172         instead of `gnus-cache-update-active'.
7173
7174 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7175
7176         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7177
7178 2001-08-03  Simon Josefsson  <jas@extundo.com>
7179
7180         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7181         menu.
7182
7183 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus.el (post-method): New group parameter.  It also provides
7186         the user option `gnus-post-method-alist' and the internal function
7187         `gnus-parameter-post-method'.
7188
7189         * gnus-msg.el (gnus-post-method): Bind the value of
7190         `gnus-post-method' to the group parameter if it is defined.
7191
7192 2001-08-02  Simon Josefsson  <jas@extundo.com>
7193
7194         * smime.el (smime-extra-arguments): Removed.
7195         (smime-call-openssl-region): Don't use it.
7196
7197 2001-08-02  Simon Josefsson  <jas@extundo.com>
7198
7199         * smime.el (smime-sign-region): Handle stderr.
7200         (smime-encrypt-region): Ditto.
7201
7202         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7203         match the ASN.1 length bytes.
7204         (mm-pkcs7-enveloped-magic): Ditto.
7205         (mm-view-pkcs7-get-type): Don't regexp quote.
7206
7207 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208         From Andreas Fuchs <asf@void.at>
7209
7210         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7211
7212 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7213
7214         * gnus-art.el (gnus-header-button-alist): References regexp.
7215
7216 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7217
7218         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7219         already fboundp.  Add INTERACTIVE arg to autoload form.
7220
7221 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7222
7223         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7224
7225         * nnmail.el (nnmail-cache-open): Ditto.
7226
7227 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7228
7229         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7230
7231 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7234
7235 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7237
7238         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7239         (gnus-agent-toggle-plugged): Use it.
7240
7241 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7244         (gnus-ding-file-coding-system): New variable.
7245         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7246         (gnus-slave-save-newsrc): Use it.
7247
7248 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7249
7250         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7251         syntax.
7252
7253 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254         Originally from Andreas Fuchs <asf@void.at>
7255
7256         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7257         (mml2015-gpg-pretty-print-fpr): New function.
7258         (mml2015-gpg-extract-signature-details): More details, rename from
7259         `m-g-e-from'.
7260         (mml2015-gpg-verify): Use them.
7261         (mml2015-gpg-clear-verify): Use them.
7262
7263 2001-07-31  Simon Josefsson  <jas@extundo.com>
7264
7265         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7266         buffer when done.
7267
7268 2001-07-30  Simon Josefsson  <jas@extundo.com>
7269
7270         * smime.el (smime-call-openssl-region): Revert previous change,
7271         just pass on buf to `call-process-region'.
7272         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7273         `smime-new-details-buffer'.  Inserts error messages into buffer.
7274         (smime-noverify-region): Ditto.
7275         (smime-decrypt-region): Ditto.  Handles stderr separately.
7276         (smime-verify-buffer, smime-noverify-buffer)
7277         (smime-decrypt-buffer): Doc fix.
7278         (smime-new-details-buffer): New function.
7279         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7280         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7281         (smime-sign-region, smime-encrypt-region): Don't use
7282         `insert-buffer'.
7283
7284         * mml-smime.el (mml-smime-verify): Fix security button strings.
7285
7286 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7289         gnus-article-mime-handles.
7290
7291 2001-07-29  Simon Josefsson  <jas@extundo.com>
7292
7293         * mail-source.el (top-level): Require message for message-directory.
7294         (mail-source-directory): Change default to message-directory.
7295
7296         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7297         (smime-certificate-directory, smime-openssl-program)
7298         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7299         (smime-extra-arguments): New variable.
7300         (smime-dns-server): Fix customize group.
7301         (smime-call-openssl-region): Use `smime-extra-arguments'.
7302
7303 2001-07-29  Simon Josefsson  <jas@extundo.com>
7304         From Vladimir Volovich <vvv@vsu.ru>
7305
7306         * smime.el (smime-call-openssl-region): Ignore stderr.
7307
7308 2001-07-29  Simon Josefsson  <jas@extundo.com>
7309         From Christoph Conrad <christoph.conrad@gmx.de>
7310
7311         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7312         file.
7313
7314 2001-07-29  Simon Josefsson  <jas@extundo.com>
7315
7316         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7317
7318         Support S/MIME decryption.
7319
7320         * mm-decode.el (mm-inline-media-tests):
7321         (mm-inlined-types):
7322         (mm-automatic-display):
7323         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7324
7325         * mm-view.el (mm-pkcs7-signed-magic):
7326         (mm-pkcs7-enveloped-magic): New variables.
7327         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7328         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7329         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7330         PKCS#7 blobs.
7331
7332         * smime.el (smime-decrypt-region): Expand keyfile.
7333
7334 2001-07-29  Simon Josefsson  <jas@extundo.com>
7335
7336         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7337         `ssl.el' variables.
7338
7339         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7340         but line instead of narrowing to it, because `nnmail-parse-active'
7341         calls widen.  Thanks to Christoph Conrad
7342         <christoph.conrad@gmx.de>.
7343
7344 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7345
7346         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7347         for %B spec.
7348
7349         * gnus-sum.el (gnus-summary-prepare-threads): If
7350         gnus-sum-thread-tree-root is nil, use subject instead.
7351         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7352         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7353         (gnus-sum-thread-tree-leaf-with-other)
7354         (gnus-sum-thread-tree-single-leaf): Documentation.
7355         (gnus-sum-thread-tree-single-indent): Allow nil.
7356
7357 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * message.el (message-fill-paragraph): Do nothing if the user
7360         wants filladapt-mode.
7361
7362 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * mm-decode.el (mm-image-type-from-buffer): New function.
7365         (mm-get-image): Use it.
7366
7367 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7368
7369         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7370
7371         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7372         mm-display-parts too.
7373
7374 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7375
7376         * nnfolder.el (nnfolder-request-accept-article): Bind
7377         nntp-server-buffer.
7378
7379         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7380         nntp-server-buffer.
7381
7382 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7383
7384         * message.el (message-check-news-header-syntax): Use
7385         message-post-method.
7386         (message-send-news): Bind message-post-method.
7387
7388 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7389
7390         * mml.el (mml-tweak-type-alist): New variable.
7391         (mml-tweak-function-alist): New variable.
7392         (mml-tweak-part): New function.
7393         (mml-generate-mime-1): Use it.
7394
7395 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * nnfolder.el (nnfolder-request-accept-article): Replace
7398         nnfolder-request-list.
7399
7400 2001-07-27  Simon Josefsson  <jas@extundo.com>
7401
7402         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7403         nnoo-change-server failed to do it.
7404
7405 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7406
7407         * gnus.el (gnus-parameters): Make it customizable.
7408
7409 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7412
7413         * message.el (message-set-auto-save-file-name): More
7414         poor-system-types.
7415
7416         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7417
7418         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7419         supports +.
7420
7421 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7422
7423         * mm-decode.el (mm-readable-p): New function.
7424         (mm-inline-media-tests): Fix the default testers.
7425
7426 2001-07-26  Simon Josefsson  <jas@extundo.com>
7427
7428         * nnimap.el (nnimap-version): Bump version number.
7429
7430 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7431         From Steven E. Harris <seh@speakeasy.org>
7432
7433         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7434         in M$Windows too.
7435
7436 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7437
7438         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7439
7440 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7441
7442         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7443
7444         * mm-decode.el (mm-get-image): Guess then use the type.
7445
7446         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7447
7448 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7449
7450         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7451         display (%B) for threads if threading is off.
7452
7453 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7454         From Henrik Enberg <henrik@enberg.org>
7455
7456         * gnus-msg.el: Customization patch.
7457
7458 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7459
7460         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7461         variable.
7462         (nnmail-split-fancy-with-parent): Ignore certain groups.
7463
7464 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * gnus-util.el (gnus-byte-compile): New function.
7467         (gnus-use-byte-compile): New variable.
7468         (gnus-make-sort-function): Use it.
7469
7470         * nnmail.el (nnmail-get-new-mail): Use it.
7471
7472         * gnus-agent.el (gnus-category-make-function): Simple function or
7473         compiled function.
7474         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7475
7476         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7477         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7478         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7479
7480         * message.el (message-check-news-header-syntax): Remove quote.
7481
7482 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * message.el (message-use-mail-followup-to): `t' is not a
7485         documented value.
7486
7487 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7488
7489         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7490
7491 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7492
7493         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7494         there are long lines.
7495
7496 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * dgnushack.el (copy-list): New compiler macro.
7499
7500 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7501
7502         * message.el (message-bounce): If no Return-Path, the whole
7503         content is considered as the original message.
7504
7505         * nnml.el (nnml-check-directory-twice): New variable.
7506         (nnml-article-to-file): Use it.
7507         (nnml-retrieve-headers): Hack it.
7508
7509 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7510
7511         * gnus-win.el (gnus-buffer-configuration): New configure.
7512
7513         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7514         not alive.
7515
7516         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7517         (mm-display-external): Use display-term configure.
7518
7519 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7520
7521         * gnus-delay.el (gnus-delay-default-hour): New variable.
7522         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7523
7524 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525         From Karl Kleinpaste <karl@charcoal.com>
7526
7527         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7528         (gnus-summary-prepare-threads): Ditto.
7529
7530         * gnus.el (gnus-summary-line-format): Add %B.
7531
7532 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7533
7534         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7535
7536         * mm-util.el (mm-string-as-multibyte): New function.
7537
7538         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7539
7540 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7541
7542         * mm-util.el (mm-universal-coding-system): New variable.
7543
7544         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7545
7546         * score-mode.el (score-mode-coding-system): Use it.
7547
7548 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-start.el (gnus-setup-news): Call
7551         `gnus-check-bogus-newsgroups' just after the native server is
7552         opened.
7553
7554 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7555
7556         * nnmail.el (nnmail-do-request-post): Util function to be used by
7557         `nnchoke-request-post' for all nnmail-derived backends.
7558
7559         * nnml.el (nnml-request-post): Use it.
7560
7561         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7562         backend, for it groks nnml-request-post.
7563
7564         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7565         Treat `mail-post' backends like `mail' backends, not like `news'
7566         backends.
7567
7568 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7569
7570         * gnus-msg.el (gnus-setup-message): make-local-hook.
7571
7572 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7573
7574         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7575         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7576         <karl@charcoal.com>, slightly changed by Kai.
7577
7578         * message.el (message-check-news-header-syntax): When checking
7579         whether the groups exist, check the right server based on
7580         `gnus-post-method'.
7581
7582 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7583
7584         * gnus-delay.el: New file.
7585
7586 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * mm-util.el (mm-read-coding-system): Take two arguments.
7589
7590         * gnus-sum.el (gnus-summary-show-article): Use
7591         mm-read-coding-system.
7592
7593         * gnus-art.el (article-de-quoted-unreadable):
7594         (article-de-base64-unreadable, article-wash-html):
7595         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7596
7597 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7598
7599         * nnml.el (nnml-request-post): New function.  Can be used for
7600         annotations in nnml groups.
7601
7602 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7605         command.
7606
7607         * gnus-start.el (gnus-find-new-newsgroups): Use
7608         `message-make-date' instead of `current-time-string'.
7609         (gnus-ask-server-for-new-groups): Ditto.
7610         (gnus-check-first-time-used): Ditto.
7611
7612 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7615
7616 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7617
7618         * message.el (message-shorten-references): Change `maxcount' and
7619         `cut' to obey USEFOR draft 5.
7620
7621 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7622
7623         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7624         (gnus-summary-set-article-display-arrow): New function.
7625         (gnus-summary-goto-subject): Use it.
7626
7627 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7628
7629         * gnus-sum.el (gnus-summary-import-article): Insert date if
7630         doesn't exist.
7631
7632 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * mml.el (mml-content-type-parameters): New variable.
7635         (mml-content-disposition-parameters): New variable.
7636         (mml-insert-mime-headers): Use them.
7637         (mml-parse-1): Accept charset.
7638
7639 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * gnus-group.el (gnus-group-select-group): Doc fix.
7642
7643         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7644
7645 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7648         to handle `define-derived-mode'.
7649
7650 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651         From:  Stefan Monnier  <monnier@cs.yale.edu>
7652
7653         * message.el (message-mode): Use define-derived-mode.
7654         (message-tab): message-completion-alist.
7655
7656         * imap.el (imap-interactive-login): Use make-local-variable.
7657         (imap-open): Ditto.
7658         (imap-authenticate): Ditto.
7659
7660         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7661
7662         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7663
7664 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7665
7666         * message.el (message-citation-line-function): Refer to
7667         gnus-cite-attribution-suffix.
7668
7669 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7670
7671         * gnus-art.el,...: Error convention changes.
7672
7673 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7676
7677 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7680         (nnrss-read-server-data): Ditto.
7681
7682 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7685         * Cleanup files.
7686         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7687
7688 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7689
7690         * gnus.el (gnus-summary-line-format): Add %o.
7691
7692         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7693         unless shell outputs something.
7694
7695 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7696
7697         * gnus-art.el (gnus-boring-article-headers): Better doc.
7698         (article-hide-headers): Better regexp.
7699         Suggested by Matt Swift <swift@alum.mit.edu>.
7700
7701         * nnheader.el (nnheader-max-head-length): Better doc.
7702         (nnheader-header-value): Skip spaces.
7703         (nnheader-parse-head): Remove space.
7704         Suggested by Matt Swift <swift@alum.mit.edu>.
7705
7706         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7707         (gnus-get-newsgroup-headers): Remove space.
7708
7709 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7710
7711         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7712         (gnus-summary-reply): Use it.
7713         (gnus-summary-reply-broken-reply-to): New function.
7714         (gnus-msg-force-broken-reply-to): New function.
7715
7716         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7717
7718 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7719
7720         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7721
7722 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * mm-decode.el (mm-external-terminal-program): New variable.
7725         (mm-display-external): Use it. Use term to display when no
7726         window-system.
7727
7728 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7729
7730         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7731         Browse->Next entries to Browse->Prev
7732
7733 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7734
7735         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7736
7737 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7740         for the default encoding.
7741
7742         * nnrss.el (nnrss-url-field): New field.
7743         (nnrss-request-article): Add newsgroups.
7744
7745         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7746
7747 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7750
7751         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7752         (gnus-draft-setup): Remove backlog.
7753
7754 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7755
7756         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7757         Cleanup.
7758
7759 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * gnus-msg.el (gnus-bug): Erase buffer.
7762
7763         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7764
7765 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * mm-decode.el (mm-attachment-override-p): Fix typo.
7768
7769 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-kill.el (gnus-execute): Work with the extra headers.
7772         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7773
7774 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7775
7776         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7777         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7778
7779         * message.el (message-send-mail-real-function): New variable.
7780         (message-send-mail-partially, message-send-mail):
7781
7782         * nngateway.el (nngateway-request-post): Use it.
7783
7784         * gnus-agent.el (gnus-agentize): Use it.
7785
7786         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7787         (nnsoup-revert-variables): Use it.
7788
7789 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7790
7791         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7792         text/plain if the type doesn't match any other media types.
7793         (mm-inlined-types): Doc fix.
7794         (mm-display-inline): Revert previous change (now handled by a
7795         default type in `mm-inline-media-tests'.
7796         (mm-inlinable-p): Revive.
7797         (mm-display-part): Call `mm-inlinable-p'.
7798         (mm-attachment-override-p): Ditto.
7799         (mm-inlined-p): Doc fix.
7800
7801         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7802         well as `mm-inlined-p'.
7803
7804 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7807         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7808
7809 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7810         From  Paul Jarc <prj@po.cwru.edu>
7811
7812         * message.el (message-use-mail-followup-to): New variable.
7813         (message-get-reply-headers): Use it.
7814
7815 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7816
7817         * nnheader.el (nnheader-init-server-buffer): Make sure the
7818         *nntpd* buffer is made multibyte instead of a random buffer.
7819
7820 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7821
7822         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7823         when it returns headers.
7824
7825 2001-07-07  Simon Josefsson  <jas@extundo.com>
7826
7827         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7828         trying to fold. Thanks to Colin Walters
7829         <walters@cis.ohio-state.edu>
7830
7831 2001-07-06  Simon Josefsson  <jas@extundo.com>
7832
7833         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7834         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7835         Add information in `assert's.
7836
7837         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7838         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7839         and `nnimap-group-overview-filename', should handle all
7840         change-of-uidvalidity related issues.  But there may be other
7841         problems.)
7842
7843 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7844
7845         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7846         header name when folding.
7847
7848 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7849
7850         * mm-decode.el (mm-inlined-types): Document relationship with
7851         `mm-inline-media-tests'.
7852         (mm-display-inline): Default to displaying as plain text if no
7853         inlining handler is available.
7854         (mm-inlinable-p): Remove.
7855         (mm-inlined-p): Don't call `mm-inlinable-p'.
7856         (mm-automatic-display-p): Ditto.
7857         (mm-attachment-override-p): Ditto.
7858
7859 2001-07-04  Simon Josefsson  <jas@extundo.com>
7860
7861         * nnimap.el (nnimap-importantize-dormant): New variable.
7862         (nnimap-request-update-info-internal): Use it.
7863         (nnimap-request-set-mark): Ditto.
7864
7865 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7866
7867         * nntp.el (nntp-send-command): don't pass a buffer argument to
7868         `point'. Only XEmacs accepts this.
7869         * nntp.el (nntp-send-command-nodelete): ditto.
7870         * nntp.el (nntp-send-command-and-decode): ditto.
7871
7872 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7873
7874         * nntp.el (nntp-open-connection-function): doc update.
7875         * nntp.el (nntp-pre-command): New.
7876         * nntp.el (nntp-via-rlogin-command): New.
7877         * nntp.el (nntp-via-telnet-command): New.
7878         * nntp.el (nntp-via-telnet-switches): New.
7879         * nntp.el (nntp-via-user-name): New.
7880         * nntp.el (nntp-via-user-password): New.
7881         * nntp.el (nntp-via-address): New.
7882         * nntp.el (nntp-via-envuser): New.
7883         * nntp.el (nntp-via-shell-prompt): New.
7884         * nntp.el (nntp-open-telnet-stream): New.
7885         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7886         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7887         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7888         * nntp.el (nntp-send-command): ditto.
7889         * nntp.el (nntp-send-command-nodelete): ditto.
7890         * nntp.el (nntp-send-command-and-decode): ditto.
7891
7892 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7893
7894         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7895         `when'.
7896
7897 2001-07-03  Simon Josefsson  <jas@extundo.com>
7898         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7899
7900         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7901
7902 2001-07-03  Simon Josefsson  <jas@extundo.com>
7903
7904         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7905         remove it (workaround XEmacs `fill-region' bug).
7906
7907 2001-07-01  Simon Josefsson  <jas@extundo.com>
7908
7909         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7910
7911 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7912
7913         * mml2015.el (mml2015-format-error): New function.
7914         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7915         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7916         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7917
7918 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7921         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7922
7923         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7924         group variables.
7925
7926 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7929
7930         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7931         (nnrss-save-group-data): Ditto.
7932
7933         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7934
7935 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * message.el (message-do-send-housekeeping): Narrow to headers.
7938
7939 2001-06-24  Simon Josefsson  <jas@extundo.com>
7940
7941         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7942         insertion when breaking lines looked for " \t" instead of "[ \t]".
7943         (rfc2047-encode-message-header): Fold lines even if
7944         no QP encoding is done.
7945
7946 2001-06-23  Simon Josefsson  <jas@extundo.com>
7947         From Samuel Tardieu <sam@inf.enst.fr>
7948
7949         * smime.el (smime-keys): Support additional certificates.
7950         (smime-make-certfiles): New function.
7951         (smime-sign-region): Use previous variables.
7952         (smime-get-certfiles): New function.
7953         (smime-sign-buffer): Use it.
7954         (smime-verify-region): Support both CAfile and CApath.
7955
7956 2001-06-23  Simon Josefsson  <jas@extundo.com>
7957
7958         * smime.el (smime-decrypt-region): Perhaps work.
7959
7960 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7961
7962         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7963
7964 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7965
7966         * mm-decode.el (mm-save-part): Rewrite file name.
7967         (mm-file-name-rewrite-functions): New variable.
7968         (mm-file-name-delete-whitespace): New function.
7969         (mm-file-name-trim-whitespace): New function.
7970         (mm-file-name-collapse-whitespace): New function.
7971         (mm-file-name-replace-whitespace): New variable and function.
7972
7973 2001-06-22  Simon Josefsson  <jas@extundo.com>
7974
7975         * message.el (message-make-date): Workaround locale for weekdays.
7976
7977 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7978
7979         * message.el (message-goto-body): Return nil if not found. (revert!)
7980
7981 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7982         From Fremlin <chief@bandits.org>
7983
7984         * message.el (message-goto-body): Some messages have no header.
7985
7986         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7987
7988 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7989
7990         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7991
7992 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7993
7994         * message.el (message-make-date): Add week day.
7995         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7996
7997 2001-06-19  Simon Josefsson  <jas@extundo.com>
7998
7999         * message.el (message-yank-prefix): Doc fix.
8000         (message-yank-cited-prefix): Ditto.
8001         (message-delete-not-region): Keep citation prefix on first line,
8002         if possible and appropriate.
8003
8004 2001-06-19  Simon Josefsson  <jas@extundo.com>
8005
8006         * imap.el (imap-process-connection-type): New variable.
8007         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8008         recent `imtest's work completely (no line length issues), while
8009         making making old `imtest's unusable.  Thanks to NAGY Andras
8010         <nagya@inf.elte.hu> for his work.
8011
8012 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8013
8014         * imap.el (imap-ssl-program): Add -quiet to shut up
8015         OpenSSL/SSLeay's internal debug talk.
8016
8017 2001-06-19  Matt Armstrong  <matt@lickey.com>
8018
8019         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8020         server.
8021
8022 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8023
8024         * nnmail.el (nnmail-article-buffer): New variable.
8025         (nnmail-split-incoming): Use it.
8026
8027 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8028
8029         * qp.el (quoted-printable-decode-region): If called interactively,
8030         use coding-system-for-read.
8031
8032 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8033
8034         * message.el (message-check-news-header-syntax): Check Reply-To.
8035
8036 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8037
8038         * mml.el (mml-parse-1): Use message options.
8039
8040         * message.el (message-do-fcc): Don't do anything if there is no
8041         FCC.
8042
8043 2001-06-16  Simon Josefsson  <jas@extundo.com>
8044
8045         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8046         (nnimap-expunge-search-string): New variable.
8047         (nnimap-request-expire-articles): Use it.
8048
8049 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * message.el (message-send-mail-with-qmail): wrong exit status is
8052         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8053
8054 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * gnus-art.el (article-strip-multiple-blank-lines): Use
8057         delete-region instead of replace-match.
8058
8059 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8060
8061         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8062         (nnweb-google-wash-article): Ditto.
8063
8064 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8065
8066         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8067
8068 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8071         specs.
8072
8073 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8074
8075         * gnus.el (gnus-email-address): Move it here.
8076
8077         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8078         requested.
8079         (article-de-base64-unreadable): Ditto.
8080         (article-wash-html): Ditto.
8081
8082 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8083
8084         * message.el (message-options-set-recipient): Don't add ", "
8085         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8086
8087 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8088
8089         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8090
8091 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8094         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8095
8096         * nnrss.el (nnrss-node-text): Node might be nil.
8097
8098 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8099
8100         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8101         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8102
8103         * nnrss.el (nnrss-group-alist): More items.
8104
8105 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8106
8107         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8108
8109 2001-06-03  Dale Hagglund  <rdh@best.com>
8110
8111         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8112         restrict clauses.
8113
8114 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8115
8116         From Benjamin Rutt <brutt+news@bloomington.in.us>
8117
8118         * message.el (message-wide-reply-confirm-recipients): New variable.
8119
8120 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8122
8123         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8124         fix so it works with XEmacs.
8125
8126 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8129         headers.
8130
8131 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8132
8133         * nnrss.el: Fix a few bugs.
8134
8135 2001-06-05  Simon Josefsson  <jas@extundo.com>
8136
8137         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8138         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8139
8140 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8141
8142         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8143         binary so that we don't transmit ISO 2022 garbage to the process.
8144         This is needed under XEmacs.
8145
8146 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8147
8148         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8149         autoloaded incorrectly below because ssl-program-* is bound.)
8150         Thanks to Amos Gouaux for report.
8151
8152 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8153
8154         * imap.el (imap-kerberos4-open):
8155         (imap-gssapi-open):
8156         (imap-ssl-open):
8157         (imap-network-open):
8158         (imap-shell-open):
8159         (imap-starttls-open): Set buffer to workaround spurious
8160         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8161         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8162         Colman <colman@ppllc.com> for report.
8163
8164 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8165
8166         * gnus-sum.el (gnus-summary-catchup): New argument.
8167         (gnus-summary-catchup-from-here): New function.
8168
8169 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8170
8171         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8172         back, then insert glyph.  (Before, the glyph was inserted first,
8173         then the newline.)  This works around a behavior in XEmacs where
8174         it is not possible to insert a character after a glyph which is at
8175         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8176
8177 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8178
8179         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8180
8181         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8182         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8183         mm-destroy-postponed-undisplay-list): New functions.
8184         (mm-display-external): Use them.
8185
8186 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8187
8188         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8189         `default-low' when evaluating `gnus-summary-highlight'.
8190         From Raja R Harinath <harinath@cs.umn.edu>.
8191
8192 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8193
8194         * message.el (message-yank-cited-prefix): New variable.
8195         (message-indent-citation): Use it.
8196
8197         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8198         as details.
8199         (mml2015-mailcrypt-clear-verify): Ditto.
8200
8201 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8202         From Nevin Kapur <nevin@jhu.edu>.
8203
8204         * gnus-sum.el (gnus-summary-default-high-score,
8205         gnus-summary-default-low-score): New variables.
8206         (gnus-summary-highlight): Use them.
8207
8208 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8209
8210         * message.el (message-mail): pass the 'send-actions argument to
8211         `message-setup'.
8212
8213 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8214         From Raymond Scholz <ray-2001@zonix.de>
8215
8216         * gnus-art.el (gnus-mime-view-part-as-charset):
8217         (gnus-mime-internalize-part): Doc fixes.
8218
8219 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8220
8221         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8222         status lines without any text ("^215$").
8223
8224 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8225
8226         * nnrss.el (nnrss-check-group): Reverse.
8227
8228 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8229
8230         * message.el (message-get-reply-headers):
8231         (message-followup): Fix typo, suggested by David Green
8232         <dgreen@uab.edu>
8233
8234 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235
8236         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8237
8238         * nnrss.el (nnrss-open-server): Read server data when it is called.
8239         (nnrss-request-expire-articles): Fix.
8240
8241 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * message.el (message-do-send-housekeeping): mail-abbrevs may
8244         rename buffer behind Gnus.
8245
8246 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8247
8248         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8249         (nnrss-group-alist): Add more resources.
8250         (nnrss-check-group): Ignore errors.
8251
8252 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8255
8256         * nnslashdot.el (nnslashdot-request-list): Add time.
8257         (nnslashdot-request-expire-articles): New function.
8258
8259         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8260         secondary methods too.
8261
8262 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8263
8264         * message.el (message-use-followup-to): Set default value to t.
8265
8266 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8267
8268         * message.el (message-dont-reply-to-names): Fix documentation.
8269         (message-get-reply-headers): Use Mail-Followup-To only for wide
8270         replies.
8271
8272 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273
8274         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8275         correctly.
8276         (nnrss-check-group): Use time.
8277
8278 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8279
8280         * gnus.el: Oort Gnus v0.03 is released.
8281
8282 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8285         group.
8286
8287 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8290
8291 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * nnultimate.el (nnultimate-retrieve-headers): Return all
8294         available headers.
8295
8296         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8297         (gnus-get-newsgroup-headers-xover): Use it.
8298
8299 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8302
8303 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8304
8305         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8306
8307 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308
8309         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8310         disable it.
8311
8312         * gnus.el (gnus-info-nodes): Remove a few The's.
8313
8314 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315
8316         * mail-source.el (mail-source-movemail): Call-process may return a
8317         signal description string.
8318
8319         * gnus-start.el (gnus-read-newsrc-el-file):
8320         gnus-newsrc-file-version may be nil.
8321
8322         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8323         Suggested by Michael Sperber [Mr. Preprocessor]
8324         <sperber@informatik.uni-tuebingen.de>.
8325
8326 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8327
8328         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8329
8330 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8331
8332         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8333         fontify HANDLE.
8334
8335 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8336
8337         * smime.el (smime-ask-passphrase): Rework to return value.
8338         (smime-sign-region): Rework to bind value and use it.
8339         (smime-decrypt-region): Ditto.
8340
8341 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8342         Committed by Simon Josefsson  <simon@josefsson.org>
8343
8344         * smime.el (smime-ask-passphrase): New function.
8345         (smime-sign-region): Use it.
8346         (smime-encrypt-cipher): New variable.
8347         (smime-decrypt-region): Ditto.
8348
8349 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8350         Committed by Simon Josefsson  <simon@josefsson.org>
8351
8352         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8353         the log.
8354
8355 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8356
8357         *gnus.el: Oort Gnus v0.02 is released.
8358
8359 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8360
8361         * gnus.el: Oort Gnus v0.01 is released.
8362
8363 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364
8365         * gnus-sum.el (gnus-summary-highlight): Highlight read
8366         undownloaded articles as read articles.
8367
8368         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8369         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8370         articles, even read ones, as such.
8371
8372         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8373         (gnus-find-matching-articles): New function.
8374         (gnus-summary-limit-include-matching-articles): New command.
8375         (gnus-summary-limit-include-thread): Include articles that have
8376         matching subjects.
8377         (gnus-offer-save-summaries): Clean up.
8378
8379 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8380
8381         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8382
8383 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8384         From Jason Merrill <jason_merrill@redhat.com>
8385
8386         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8387
8388 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8389         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8392         newsgroup names when the original article is a news message.
8393
8394 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8395
8396         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8397         supported. Suggest by Jim Meyering <jim@meyering.net>.
8398
8399 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8400         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8401
8402         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8403         regexp in nnmail-split-fancy.
8404
8405 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8406
8407         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8408
8409 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8410
8411         * message.el (message-send-mail): Improve the interaction with the
8412         user.
8413
8414 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8415
8416         * imap.el (imap-message-copy): Work around buggy servers that
8417         doesn't send TRYCREATE tags.
8418
8419 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8422
8423 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8426         date.
8427
8428 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8431         lives.
8432
8433 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-art.el (gnus-parse-news-url): New function.
8436         (gnus-button-handle-news): New function.
8437         (gnus-button-alist): Point to new functions.
8438
8439         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8440
8441         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8442         gnus-format-specs.
8443
8444         * message.el (message-check-news-header-syntax): Question even
8445         when Gnus doesn't know the group names.
8446         (message-send-news): Clean up.
8447
8448         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8449         exited on purpose without saving.
8450
8451         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8452
8453 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * gnus-score.el (gnus-score-orphans): Clean up.
8456
8457         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8458
8459         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8460         later.
8461
8462         * gnus-start.el (gnus-close-all-servers): Find the right items to
8463         close.
8464
8465         * qp.el (quoted-printable-decode-region): Just message
8466         malformation; don't quit.
8467
8468 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8469         From Gerd Moellmann <gerd@gnu.org>.
8470
8471         * gnus.el (gnus-interactive): A typo.
8472
8473 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8474         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8477         `assq-delete-all', if that function exists; otherwise use the old
8478         definition. Documentation changed to match the one in
8479         `assq-delete-all'.
8480
8481 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-start.el (gnus-close-all-servers): New function.
8484
8485         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8486         (gnus-server-remove-denials): Clean up.
8487
8488         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8489         keystroke.
8490
8491 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * message.el (message-send-news): Message where we are sending.
8494         (message-send-mail): Ditto.
8495
8496         * gnus.el (gnus-server-string): New function.
8497
8498         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8499
8500         * mm-decode.el (mm-default-directory): Customized.
8501         (mm-tmp-directory): Ditto.
8502
8503         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8504         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8505         or Chars.
8506         (gnus-summary-line-format-alist): ?l is now a string.
8507         (gnus-summary-prepare-threads): Output ? for unknown lines.
8508         (gnus-summary-insert-line): Ditto.
8509         (gnus-summary-print-article): Unbalanced parentheses.
8510
8511         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8512         out whether new stuff has arrived.
8513
8514 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8515
8516         * gnus-sum.el: Let printing work on ttys on Emacs.
8517
8518 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8521         when forcing news.
8522
8523         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8524         command.
8525
8526 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8527
8528         * message.el (message-set-auto-save-file-name): Don't use
8529         asterisks under nt.
8530
8531 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8534         lists of articles.
8535
8536         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8537
8538         * gnus-msg.el (gnus-put-message): Clean up.
8539         (gnus-summary-reply): Mark all replied-to articles as replied to.
8540         (gnus-inews-add-send-actions): Also mark as forwarded.
8541         (gnus-summary-mail-forward): Mark as forwarded.
8542
8543         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8544         of articles.
8545         (gnus-summary-mark-article-as-forwarded): Ditto.
8546
8547         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8548         forwarded.
8549         (gnus-summary-mail-forward): Clean up.
8550
8551         * gnus.el (gnus-article-mark-lists): Added forward.
8552
8553         * gnus-sum.el (gnus-forwarded-mark): New variable.
8554         (gnus-summary-prepare-threads): Use it.
8555         (gnus-summary-update-secondary-mark): Ditto.
8556         (gnus-newsgroup-forwarded): New variable.
8557
8558 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8561         (gnus-summary-very-wide-reply): New command and keystroke.
8562         (gnus-summary-very-wide-reply-with-original): Ditto.
8563
8564         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8565         (gnus-score-adaptive): Use it.
8566
8567         * gnus-start.el (gnus-get-unread-articles): Clean up.
8568
8569 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8572         boards.
8573
8574 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8575
8576         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8577         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8578
8579 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * nnultimate.el (nnultimate-retrieve-headers): Understand
8582         long-form month names.
8583
8584 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8585
8586         * gnus-sum.el (gnus-summary-show-all-headers):
8587         gnus-article-show-all-headers is broken. Use
8588         gnus-summary-toggle-header instead.
8589
8590         * mml2015.el (mml2015-gpg-extract-from): No error.
8591
8592 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8593         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8594
8595         * mml2015.el (mml2015-gpg-extract-from): New function.
8596         (mml2015-gpg-verify): Use it.
8597         (mml2015-gpg-clear-verify): Use it.
8598
8599 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8600
8601         * message.el (message-setup-fill-variables): Use
8602         fill-paragraph-function.
8603         (message-fill-paragraph): Take an argument.
8604         (message-newline-and-reformat): Take another argument.
8605
8606 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8607
8608         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8609
8610 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611
8612         * message.el (message-forward): local-variable-p takes an extra
8613         argument in XEmacs.
8614
8615 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8616
8617         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8618         `nnimap-use-nov-p' (it really tested the negative).
8619         (nnimap-retrieve-headers): Use it.
8620
8621 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8622
8623         * message.el (message-generate-headers-first): Update doc.
8624
8625 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8626
8627         * gnus.el (gnus-summary-line-format): Typo.
8628
8629 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8630
8631         * mailcap.el (mailcap-mime-data): Add application/sieve.
8632         (mailcap-mime-extensions): Add .siv, .xls.
8633
8634 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635         From Christoph Conrad <christoph.conrad@gmx.de>
8636
8637         * gnus-score.el (gnus-summary-lower-thread): Typo.
8638
8639 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * message.el (message-forward-decoded-p): New variable.
8642         (message-forward-subject-author-subject): Use it.
8643         (message-make-forward-subject): Use it.
8644         (message-forward): Use it.
8645
8646         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8647
8648         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8649         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8650
8651 ;;Has been fixed -- zsh.
8652 ;;2001-03-05  Dave Love  <fx@gnu.org>
8653 ;;
8654 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8655 ;;      Move it after definition of mm-coding-system-p.
8656 ;;
8657 2001-03-01  Dave Love  <fx@gnu.org>
8658
8659         * mm-util.el (mm-inhibit-file-name-handlers): Add
8660         image-file-handler.
8661
8662 2001-02-11  Dave Love  <fx@gnu.org>
8663
8664         * message.el (message-signature-file): Fix doc, :type.
8665
8666 2001-02-08  Dave Love  <fx@gnu.org>
8667
8668         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8669         (message-posting-charset): Defvar when compiling again.
8670         (rfc2047-encodable-p): Require message.
8671
8672         * gnus-sum.el (gnus-alter-articles-to-read-function):
8673         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8674
8675 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8676
8677         * nnrss.el: New file.
8678
8679 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8680         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8683         `skip-chars-forward'.
8684
8685 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8686
8687         * nndraft.el (nndraft-request-group): Restore auto save files if
8688         the original files do not exist.
8689
8690 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8693         SCORE paths.
8694
8695         * mm-decode.el (mm-dissect-buffer): Call
8696         mail-extract-address-components only if necessary.
8697
8698 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8701         directory part.
8702         (gnus-score-search-global-directories): Use file-directory-p.
8703
8704         * gnus-score.el (gnus-score-score-files-1): Use
8705         gnus-kill-files-directory.
8706         From Adrian Aichner <adrian@xemacs.org>.
8707
8708 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8709
8710         * gnus.el (charset): Move here from gnus-sum.el.
8711
8712 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8713
8714         * mml.el (mml-preview): Disable local map.
8715
8716         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8717         gnus-article-post-menu here.
8718
8719         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8720         if it has not been made.
8721
8722 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8723
8724         * gnus-art.el (gnus-article-describe-key): Map key to event.
8725         (gnus-article-describe-key-briefly): Ditto
8726
8727 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8730
8731 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8732         From Katsumi Yamaoka <yamaoka@jpl.org>.
8733
8734         * dgnushack.el (coerce, merge, subseq): defmacro.
8735
8736 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8739         A fake defalias in nndraft.el results a not-activated bug in
8740         uncompiled versions.
8741
8742 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8743         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8744
8745         * gnus-util.el (gnus-split-references): Handle malformed References:.
8746
8747 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8750
8751 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752         From NAGY Andras <nagya@inf.elte.hu>.
8753
8754         * gnus.el (gnus-parameters): Typo.
8755
8756 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus.el (gnus-read-method): Remove redundancy.
8759
8760 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8763         (nnslashdot-request-list): Use it.
8764
8765 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766
8767         * nnml.el (nnml-generate-active-info): Fix the case when there is
8768         no file.
8769
8770         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8771         (gnus-summary-create-article): New function.
8772
8773         * gnus-group.el (gnus-group-mark-article-read): New function.
8774
8775         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8776
8777         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8778
8779 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8780
8781         * gnus-art.el (gnus-article-edit-done): Don't use
8782         gnus-article-edit-exit.
8783         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8784
8785         * gnus.el (gnus-parameters): New variable.
8786         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8787         (gnus-parameters-get-parameter): New function.
8788         (gnus-group-find-parameter): Use it.
8789
8790 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8791
8792         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8793         change of default value to `current'.
8794
8795 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8796
8797         * nneething.el (nneething-get-head): Insert unreadable file too.
8798
8799 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8800
8801         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8802
8803         * webmail.el (webmail-type-definition): Deja is bought by google.
8804
8805 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8806
8807         * gnus-sum.el (gnus-fetch-headers): New function.
8808         (gnus-select-newsgroup): Use it.
8809         (gnus-summary-insert-articles): New function.
8810         (gnus-summary-insert-old-articles): New function.
8811         (gnus-summary-insert-new-articles): New function.
8812
8813         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8814         (gnus-group-list-active): Ditto.
8815         * gnus-sum.el (gnus-set-mode-line): Ditto.
8816         (gnus-summary-read-group-1): Ditto.
8817
8818 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8819
8820         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8821         current topic.
8822
8823 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * smiley.el (gnus-smiley-display): Don't do widening.
8826
8827         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8828         within body.
8829
8830         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8831
8832         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8833         New variable.
8834         (gnus-mime-display-multipart-related-as-mixed): New variable.
8835         (gnus-mime-display-part): Use them.
8836
8837 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8838
8839         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8840         something special.
8841
8842 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8845         (nnweb-request-article): Call reference if exists.
8846         (nnweb-type-definition): Dejanews is bought by google.com.
8847         Beta!
8848
8849 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8852
8853 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8854
8855         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8856         gnus-article-sort-functions.
8857         (gnus-article-sort-functions): Doc fix.  Refer to
8858         gnus-thread-sort-functions.
8859
8860 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861         From Paul Jarc <prj@po.cwru.edu>.
8862
8863         * message.el (message-get-reply-headers): More fixes.
8864
8865 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8866         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * message.el (message-get-reply-headers): Fix bug with
8869         Mail-Followup-To/to-address interaction.
8870
8871 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8874         gnus-article-copy.
8875
8876 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * message.el (message-do-send-housekeeping): Rename to a better
8879         name.
8880
8881 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * message.el (message-cancel-news): Check article first, then ask
8884         yes or no.
8885
8886 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8887
8888         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8889
8890 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8891
8892         * gnus-range.el (gnus-range-normalize): New function.
8893
8894 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8895
8896         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8897
8898 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8901
8902         * nnagent.el (nnagent-request-regenerate): New function.
8903
8904         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8905
8906         * nnml.el (nnml-generate-nov-databases): Accept argument
8907         server. Don't open server if it is opened.
8908         (nnml-request-regenerate): Use it. Change to deffoo.
8909
8910 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8911         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * gnus.el (gnus-define-group-parameter): Fix.
8914
8915 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * gnus.el (gnus-define-group-parameter): Improved.
8918
8919         * gnus-sum.el (charset): Define parameter.
8920         (ignored-charsets): Ditto.
8921         (gnus-summary-setup-default-charset): Use them.
8922
8923         * gnus-start.el (gnus-read-descriptions-file): Use them.
8924
8925         * gnus-cus.el (gnus-group-parameters): Remove them.
8926
8927 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8928
8929         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8930
8931 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * gnus-sum.el (gnus-summary-read-group-1): Remove
8934         gnus-summary-set-local-parameters.
8935         (gnus-summary-setup-buffer): Put it here.
8936
8937 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8938
8939         * gnus.el (to-address): Define parameter.
8940         (to-list): Ditto.
8941         * gnus-art.el (article-hide-boring-headers): Use them.
8942         * gnus-msg.el (gnus-post-news): Ditto.
8943         * gnus-cus.el (gnus-group-parameters): Remove them.
8944
8945 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * gnus-draft.el (gnus-draft-reminder): New function.
8948
8949         * gnus-art.el (gnus-sender-save-name): New function.
8950
8951 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8952
8953         * mm-util.el (mm-mime-charset): Error message.
8954
8955 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * message.el (message-check-news-body-syntax): Don't check mml lines.
8958
8959 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8962         subscribe.
8963
8964         * gnus-start.el (gnus-call-subscribe-functions): New function.
8965         (gnus-find-new-newsgroups): Use it.
8966         (gnus-ask-server-for-new-groups): Use it.
8967         (gnus-check-first-time-used): Use it.
8968         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8969         (gnus-subscribe-options-newsgroup-method): Ditto.
8970         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8971         return .
8972
8973 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8974
8975         * gnus-cus.el (gnus-score-customize): Doc fix.
8976
8977 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8978
8979         * dgnushack.el (my-getenv): Typo.
8980
8981 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8982
8983         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8984
8985 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8988
8989         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8990         (gnus-treatment-function-alist): Use it.
8991         (article-remove-leading-whitespace): New function.
8992         (gnus-article-make-menu-bar): Use it.
8993
8994         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8995         remove-leading-whitespace.
8996         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8997         because of conflict.
8998
8999 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * Makefile.in: Hack generating gnus-load.el.
9002         * dgnushack.el: Ditto.
9003         * gnus-load.el: Remove it.
9004
9005 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * dgnushack.el : Add URLDIR.
9008
9009         * Makefile.in (EMACS_COMP): Ditto.
9010
9011 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9012
9013         * gnus-cus.el (gnus-score-customize): Error on no score file.
9014
9015 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * mm-decode.el (mm-merge-handles): New function.
9018
9019         * mm-view.el (mm-inline-message): Use it.
9020         (mm-view-message): Ditto.
9021
9022         * mm-partial.el (mm-inline-partial): Ditto.
9023
9024         * mm-extern.el (mm-inline-external-body): Ditto.
9025
9026         * gnus-art.el (gnus-mime-view-part): Ditto.
9027         (gnus-mime-view-part-as-type): Ditto.
9028         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9029         cases.
9030
9031 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9032
9033         * message.el (message-cancel-news): Allow to shoot foot.
9034         (message-supersede): Ditto.
9035
9036 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9037
9038         * gnus-sum.el (gnus-simplify-subject-re): Use
9039         message-subject-re-regexp.
9040
9041 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * nnmail.el (nnmail-expiry-target-group): Bind
9044         nnmail-cache-accepted-message-ids to nil.
9045
9046         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9047         coding system.
9048
9049 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * qp.el (quoted-printable-encode-region): Make sure characters are
9052         between 00 and FF.  Don't check charset.
9053
9054         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9055         in Emacs 20.
9056         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9057
9058 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * message.el (message-make-forward-subject): Argument decoded.
9061         (message-forward): Use it when digest.
9062
9063         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9064         buffer.
9065
9066 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9067
9068         * message.el (message-generate-headers-first): Doc fix.
9069
9070 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * gnus-art.el (article-make-date-line): Error proof.
9073
9074 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9075
9076         * gnus-group.el (gnus-group-listing-limit): New variable.
9077         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9078
9079         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9080
9081 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * message.el (message-newline-and-reformat): Special case for
9084         breaking at BOL.
9085
9086 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9087
9088         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9089         message/rfc822.
9090
9091 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * message.el (message-encode-message-body): Don't insert
9094         Content-Type if it is inside a mail.
9095
9096 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9099         gnus-article-commands-menu.
9100
9101         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9102         in Emacs.
9103
9104         * gnus-start.el (gnus-read-descriptions-file): Use
9105         gnus-group-name-charset and gnus-group-charset-alist.
9106
9107 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9108
9109         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9110         active region.
9111
9112         * gnus-start.el (gnus-group-change-level): Remove from both
9113         gnus-zombie-list and gnus-killed-list.
9114
9115 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9118         gnus-subscribe-topics.
9119
9120         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9121
9122 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9123
9124         * gnus-art.el (gnus-article-make-menu-bar): Make
9125         gnus-article-post-menu.
9126
9127         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9128
9129         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9130
9131         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9132
9133         * message.el (message-mode-menu): Ditto.
9134
9135         * gnus-art.el (defvar): eval-when-compile.
9136
9137 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * gnus-agent.el (gnus-agentize): Fix doc.
9140
9141 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9142
9143         * mml.el (mml-preview): Bind `q'.
9144
9145 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9148
9149 2001-01-31  Dave Love  <fx@gnu.org>
9150
9151         * mm-util.el (mm-mime-mule-charset-alist)
9152         (mm-find-mime-charset-region): Consider mule-utf-8.
9153
9154 2001-01-31  Dave Love  <fx@gnu.org>
9155
9156         * gnus-art.el (gnus-article-x-face-command)
9157         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9158         :version.
9159
9160 2001-01-26  Dave Love  <fx@gnu.org>
9161
9162         * mm-util.el (mm-multibyte-string-p): New.
9163
9164 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9165 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9166 ;;      string-as-multibyte on class.  Clarify line-folding.
9167         (quoted-printable-encode-string): Make temp buffer inherit
9168         string's multibyteness.
9169
9170 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9171
9172         * nnheader.el (toplevel): Don't require `gnus-util' at
9173         compile-time; this creates a circular dependency, and prevents
9174         a bootstrap.
9175
9176 2001-01-22  Andreas Schwab  <schwab@suse.de>
9177
9178         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9179
9180 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9181
9182         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9183
9184         * gnus-art.el (article-hide-list-identifiers): Ditto.
9185
9186         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9187
9188 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9191
9192         * gnus-art.el (article-hide-list-identifiers): Similar.
9193
9194 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9195
9196         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9197
9198 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9201
9202 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * gnus-util.el (gnus-string-equal): New function.
9205
9206         * gnus-art.el (article-hide-boring-headers): Use it.
9207
9208 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9209
9210         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9211
9212 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9215
9216 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9219         command if there is not last-saver.
9220
9221 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * nntp.el (nntp-open-connection): 201 is possible.
9224
9225 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9228         (rfc2047-charset-encoding-alist): Add big5.
9229
9230 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9233         (gnus-agent-remove-server): Ditto.
9234         (autoload): gnus-server-update-server.
9235
9236         * gnus-srvr.el (gnus-server-line-format): Add %a.
9237         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9238         (gnus-server-insert-server-line): Use it.
9239
9240 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9243         GB2312 and Big5.
9244
9245 2001-01-24  Simon Josefsson  <sj@extundo.com>
9246
9247         * mail-source.el (mail-sources): Add :program specifier to IMAP
9248         mail source.
9249         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9250
9251 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9252
9253         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9254
9255 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * nntp.el (nntp-wait-for): Return the success code.
9258         (nntp-open-connection): Use it.
9259
9260 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9263
9264 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9265
9266         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9267
9268 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9271         argument. Allow to print several articles in one file.
9272
9273 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * webmail.el (webmail-type-definition): netaddress changes.
9276
9277 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9278
9279         * gnus.el: Fix copyright. Remove trailing spaces.
9280
9281         * message.el (message-forward): Use mule4.
9282
9283 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9284
9285         * mm-util.el (mm-string-as-unibyte): New function.
9286
9287         * message.el (message-forward): Use it.
9288
9289 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * message.el (message-cite-original-without-signature): Don't peel
9292         off the blank line.
9293         (message-get-reply-headers): Add Cc if it is not in follow-to.
9294
9295 2001-01-20  Simon Josefsson  <sj@extundo.com>
9296
9297         * mm-decode.el (mm-handle-multipart-from): Add.
9298         (mm-dissect-buffer): Save From: header value.
9299         (mm-security-from): Remove.
9300         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9301
9302         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9303         instead of `mml-security-from'.  Protect null from value.
9304
9305 2001-01-20  Simon Josefsson  <sj@extundo.com>
9306
9307         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9308         application/vnd.ms-excel attachments.
9309
9310 2001-01-19  Simon Josefsson  <sj@extundo.com>
9311
9312         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9313
9314 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9315
9316         * message.el (message-ignored-mail-headers): Ditto.
9317
9318 2001-01-19  Simon Josefsson  <sj@extundo.com>
9319
9320         * message.el (message-ignored-news-headers): Only search beginning
9321         of line.
9322
9323 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9324
9325         * message.el (message-send-mail): Content-Type may not be there.
9326
9327 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9328
9329         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9330         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9331
9332         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9333         not.
9334
9335 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9338         non-native groups.
9339
9340 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * message.el (message-yank-original): Understand
9343         universal-argument.
9344
9345 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9346
9347         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9348         (article-hide-boring-headers): Ditto.
9349
9350         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9351
9352 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9353
9354         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9355         one.
9356
9357 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9358
9359         * message.el (message-make-in-reply-to): Add comment to message-id
9360         (old syntax, see 2000-08-02 change).
9361
9362 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9363
9364         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9365         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9366         (gnus-button-reply): Ditto.
9367
9368 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-art.el (article-display-x-face): Fix.
9371
9372 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9373
9374         * gnus-art.el (article-display-x-face): Use
9375         gnus-original-article-buffer.
9376
9377 2001-01-15  Jack Twilley  <jmt@tbe.net>
9378
9379         * message.el (message-add-header): Move to point-max.
9380
9381 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9382
9383         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9384         nil, improve documentation.
9385         (smime-certificate-directory): Comment out false hints (until it
9386         is implemented).
9387
9388         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9389         there aren't any keys.
9390         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9391         verify certificate.  Default is changed to only check integrity.
9392         Improved security status texts.  If a certificate doesn't contain
9393         a email address, don't fail.
9394
9395         * smime.el (smime-noverify-region):
9396         (smime-noverify-buffer): New functions.  Verifies integrity only.
9397
9398 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9399
9400         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9401
9402 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9403
9404         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9405         (gnus-remove-some-windows): Ditto.
9406
9407 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * gnus-art.el (article-make-date-line): 11th.
9410
9411 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9414         (mml2015-gpg-sign): Ditto.
9415
9416 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9417
9418         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9419         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9420
9421 2001-01-08  Dave Love  <fx@gnu.org>
9422
9423         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9424         single character.
9425
9426         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9427
9428         * message.el: Doc and message fixes.
9429         (message-send-rename-function)
9430         (message-make-forward-subject-function)
9431         (message-send-mail-function, message-reply-to-function)
9432         (message-wide-reply-to-function, message-followup-to-function)
9433         (message-distribution-function, message-auto-save-directory): Fix
9434         :type.
9435
9436         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9437         proceeding after warnings.  Amend multipart warning message.
9438
9439 2001-01-04  Dave Love  <fx@gnu.org>
9440
9441         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9442         compiling.
9443         (gnus-make-directory): Require nnmail.
9444
9445         * mm-decode.el (mm-inline-media-tests): Add
9446         image/x-portable-bitmap.
9447         (mm-get-image): Grok pbm.
9448
9449 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9450
9451         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9452
9453 2001-01-09  Didier Verna  <didier@xemacs.org>
9454
9455         * dgnushack.el (dgnushack-compile): give a dummy value to
9456         `gnus-xmas-glyph-directory' for the time of compilation.
9457         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9458         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9459         * gnus-art.el: ditto.
9460         * gnus-group.el: ditto.
9461         * gnus-salt.el: ditto.
9462         * gnus-sum.el: ditto.
9463         * gnus-topic.el: ditto.
9464         * gnus-xmas.el (gnus-xmas-define): see above.
9465         * gnus-xmas.el (gnus-xmas-redefine): see above.
9466         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9467         non-continuable error when the directory can't be found.
9468
9469 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9470
9471         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9472         handle.
9473         * gnus-art.el (gnus-mime-view-part): Copy it.
9474         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9475
9476 2001-01-09  Michael Downes  <mjd@ams.org>
9477
9478         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9479
9480 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9481
9482         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9483         orig-file. Use ',source.
9484
9485 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9488         (gnus-xmas-group-startup-message):
9489         Detect gnus-xmas-glyph-directory when it is nil.
9490
9491 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9492
9493         * pop3.el (pop3-get-message-count): Andrew Innes
9494         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9495
9496 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9499
9500         * time-date.el (time-to-number-of-days): New function.
9501
9502 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9503
9504         * nnslashdot.el (nnslashdot-request-list): Always get the right
9505         sid.
9506
9507 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508
9509         * message.el (message-minibuffer-local-map): New keymap.
9510         (message-read-from-minibuffer): Use it.
9511         * gnus-msg.el (gnus-summary-resend-message): Use it
9512
9513 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * gnus-start.el (gnus-display-time-event-handler): New function.
9516         (gnus-after-getting-new-news-hook): Use it.
9517
9518 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * message.el (message-ignored-mail-headers): Add draft header.
9521
9522 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9525         excursion.
9526
9527         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9528
9529 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9530
9531         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9532
9533 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         * qp.el (quoted-printable-decode-region): Don't backward-char.
9536
9537 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-draft.el: Mark articles as replied.
9540
9541         * gnus-sum.el (gnus-summary-add-mark): New function.
9542
9543         * gnus-group.el (gnus-add-mark): New function.
9544
9545         * gnus-sum.el (gnus-summary-buffer-name): New function.
9546         (gnus-summary-setup-buffer): Use it.
9547
9548         * gnus-draft.el: Set things up with the right post method and
9549         stuff.
9550
9551         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9552
9553         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9554
9555         * gnus.el (gnus-draft-meta-information-header): New variable.
9556
9557 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * gnus-art.el (gnus-treatment-function-alist): Move the date
9560         functions before the header sorting functions.
9561
9562         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9563
9564         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9565         Don't (push "/usr/share/emacs/site-lisp" load-path).
9566
9567         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9568         to empty fill prefixes.
9569
9570 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9573         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9574
9575 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9578
9579         * nnml.el (autoload): Move to nnheader.el.
9580
9581         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9582         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9583         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9584         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9585
9586 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-art.el (article-make-date-line): Get the hours right.
9589         (gnus-ignored-headers): More hiding.
9590
9591         * nnmail.el (nnmail-expiry-wait): Not an integer.
9592
9593         * message.el (message-goto-body): Only expand abbrev when called
9594         interactively.
9595         (message-make-lines): Use it.
9596
9597 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9598
9599         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9600
9601 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9604         include the expunged articles.
9605
9606         * gnus-group.el (gnus-group-sort-by-server): New function.
9607
9608         * gnus.el (gnus-method-to-server-name): New function.
9609         (gnus-group-prefixed-name): Use it.
9610
9611         * gnus-group.el (gnus-group-sort-function): Doc fix.
9612         (gnus-group-sort-groups-by-server): New command.
9613
9614 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-art.el (gnus-treat-date-english): New variable.
9617         (article-date-english): New command.
9618         (gnus-english-month-names): New variable.
9619         (article-make-date-line): Do 'english.
9620
9621         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9622         after the fill prefix.
9623
9624         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9625         score...".
9626
9627         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9628
9629         * message.el (message-mode-map): Bind comment-region.
9630
9631         * gnus-art.el (gnus-mime-display-part): Let w3 display
9632         multipart/related.
9633
9634         * mm-bodies.el (mm-long-lines-p): New function.
9635         (mm-body-encoding): Use it.
9636         (mm-body-encoding): Encode articles with lines longer than 1000
9637         characters.
9638
9639 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * mm-util.el (mm-enable-multibyte): Use
9642         default-enable-multibyte-characters.
9643         (mm-enable-multibyte-mule4): Ditto.
9644         (mm-disable-multibyte): Test XEmacs.
9645         (mm-disable-multibyte-mule4): Ditto.
9646         (mm-with-unibyte-current-buffer): Simplified.
9647         (mm-with-unibyte-current-buffer-mule4): Ditto.
9648
9649 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9652
9653         * nnheader.el (nnheader-string-as-multibyte): New alias.
9654
9655         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9656
9657         * gnus-uu.el (gnus-message-process-mark): New function.
9658         (gnus-uu-mark-by-regexp): Use it.
9659         (gnus-new-processable): New function.
9660
9661 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9662
9663         * gnus-sum.el (gnus-no-mark): New variable.
9664
9665 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9668         backslashes.
9669
9670 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9673         definition.
9674
9675 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9678
9679         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9680         XEmacs.
9681
9682 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9683
9684         * mml.el (mml-read-tag): Save tag location.
9685
9686 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9687
9688         * starttls.el: Sync with Emacs 21.
9689
9690 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * message.el (message-mail): Support yank-action.
9693
9694         * message.el (message-setup): Revoke the last change.
9695
9696 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9697
9698         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9699         <jvromans@squirrel.nl>.
9700
9701 2000-12-24  Simon Josefsson  <sj@extundo.com>
9702
9703         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9704         mailing list junk at end of part.
9705
9706 2000-12-23  Simon Josefsson  <sj@extundo.com>
9707
9708         * nnimap.el (nnimap-expiry-target): New function.
9709         (nnimap-request-expire-articles): Use it.
9710
9711 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9712
9713         * gnus.el (gnus-group-parameters-more): New variable.
9714         * gnus-cus.el (gnus-group-customize): Use it.
9715
9716         * gnus.el (gnus-define-group-parameter): New macro.
9717         (auto-expire): Use it
9718         (total-expire): Use it.
9719         * gnus-art.el (banner): Use it.
9720
9721         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9722         <ljz@asfast.com>.
9723
9724 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * gnus-topic.el (gnus-topic-create-topic): Use list.
9727
9728         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9729         before binding gnus-default-article-saver.
9730
9731         * gnus-sum.el (gnus-summary-save-article):
9732         (gnus-summary-pipe-output):
9733         (gnus-summary-save-article-mail):
9734         (gnus-summary-save-article-rmail):
9735         (gnus-summary-save-article-file):
9736         (gnus-summary-write-article-file):
9737         (gnus-summary-save-article-body-file): Ditto.
9738
9739         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9740
9741 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * gnus-art.el (gnus-mime-security-button-map):
9744         (gnus-mime-button-map): Add parent.
9745
9746 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * messagexmas.el (message-xmas-redefine): New function.
9749
9750         * message.el: Use it.
9751
9752         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9753
9754         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9755
9756 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9759         malformatted messages.
9760
9761 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9762
9763         * mm-util.el (mm-image-load-path): New function.
9764
9765         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9766
9767         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9768
9769         * message.el (message-tool-bar-map): Use it.
9770
9771         * Makefile.in (install-el): New rule.
9772
9773 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-art.el (article-treat-dumbquotes): Quote \.
9776
9777 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9780         Emacs 20 runs on a terminal.
9781
9782 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9785
9786         * mml.el (gnus-add-minor-mode): Autoload.
9787
9788         * message.el (message-forward): Save-restriction.
9789
9790 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9791
9792         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9793         Paul Stevenson <p.stevenson@surrey.ac.uk>
9794
9795 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9798
9799         * mml.el (gnus-ems): Don't require.
9800
9801         * gnus.el (gnus-decode-rfc1522): Removed.
9802         (gnus-set-text-properties): Define.
9803
9804 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * gnus-art.el (gnus-mime-*): handle may be nil.
9807
9808         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9809
9810         * gnus.el (gnus-group-remove-excess-properties): Not defined
9811         in gnus-xmas.
9812
9813 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         * message.el (message-mail-user-agent): Add :version.
9816
9817 2000-12-21  Miles Bader  <miles@gnu.org>
9818
9819         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9820
9821 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * message.el (message-mail-user-agent): New variable.
9824         (message-setup): Renamed to message-setup-1. Support
9825         mail-user-agent.
9826         (message-mail-user-agent): New function.
9827         (message-mail): Use it.
9828         (message-reply): Use it.
9829         (message-resend): Use it.
9830         (message-mail-other-window): Use it.
9831         (message-mail-other-frame): Use it.
9832
9833         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9834
9835 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9836
9837         * message.el (message-tool-bar-map): Simplify.
9838         (message-narrow-to-head-1): New function.
9839         (message-narrow-to-head): Use it.
9840         (message-reply): Ditto.
9841         (message-cancel-news): Ditto.
9842         (message-supersede): Ditto.
9843         (message-make-forward-subject): Ditto.
9844         (message-bounce): Ditto.
9845
9846 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * uudecode.el (uudecode-decode-region-external): make-temp-file
9849         may not be defined.
9850
9851         * binhex.el (defalias): eval-and-compile.
9852
9853         * message.el (message-tool-bar-map): New function.
9854         (message-mode): Use it.
9855
9856 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9857
9858         * nntp.el (nntp-find-connection): Remove the entry.
9859         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9860
9861 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9864
9865         * message.el (message-forward): Copy buffer in unibyte mode.
9866
9867 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9868
9869         * message.el (message-make-forward-subject): Don't widen. Decode.
9870         (message-forward): Don't decode subject.
9871
9872 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9873
9874         * qp.el (quoted-printable-encode-region): Upcase QP.
9875
9876 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9879         mail-extract-a-c instead. Don't depend on Gnus.
9880
9881         * mml.el (gnus-ems): Require it.
9882
9883         * gnus-msg.el (gnus-summary-mail-forward):
9884
9885         * message.el (message-forward):  Move mime-to-mml here.
9886
9887 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9890         * gnus-art.el (gnus-insert-mime-button): Simplify.
9891         (gnus-mime-display-alternative): Ditto.
9892         (gnus-insert-mime-security-button): Ditto.
9893
9894 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9897         text-property-not-all doesn't return nil when start=mark(end).
9898         (gnus-remove-text-properties-when): Ditto.
9899
9900 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * gnus-start.el (gnus-group-change-level): Remove group from
9903         gnus-active-hashtb if real killed.
9904
9905 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9908         (gnus-mime-display-alternative): Ditto.
9909         (gnus-insert-mime-security-button): Ditto.
9910
9911 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-start.el (gnus-group-change-level): Don't add it into
9914         killed-list if it was killed.
9915
9916 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9919         (nnmbox-active-file-coding-system): Ditto.
9920
9921         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9922
9923 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus.el (gnus-version):
9926         (gnus-version-number): Set to Oort Gnus 0.01.
9927
9928         * gnus-art.el (gnus-mime-security-button-map):
9929         (gnus-insert-mime-security-button): Fix for Emacs21.
9930
9931 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9934         easymenu, because XEmacs doesn't understand :help.
9935
9936         * mm-uu.el: Require binhex.
9937
9938 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9941
9942 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9945
9946 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9947
9948         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9949
9950 2000-12-18  Dave Love  <fx@gnu.org>
9951
9952         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9953         (unused).
9954
9955 2000-12-13  Miles Bader  <miles@gnu.org>
9956
9957         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9958         to t, so that we don't get stuck while trying to smilefy
9959         intangible text.
9960
9961 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9962
9963         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9964         at the end of the buffer.
9965         (smiley-region): In the loop, move to the end of the submatch
9966         matching the smiley instead of using the end of the match
9967         of the whole regexp.
9968
9969 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9970
9971         * message.el (message-mode): Doc fix.
9972
9973 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9974
9975         * smiley-ems.el (smiley-region): Doc fix.
9976
9977 2000-12-11  Miles Bader  <miles@gnu.org>
9978
9979         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9980         bottom line visible, check to see if it's partially obscured, and
9981         if so, either scroll one more line to make it fully visible, or
9982         revert to showing the second line from the top.
9983
9984 2000-12-07  Dave Love  <fx@gnu.org>
9985
9986         * mailcap.el (mailcap-download-directory)
9987         * gnus-audio.el (gnus-audio-directory)
9988         * smiley-ems.el (smiley-data-directory): Fix :type.
9989
9990 2000-11-30  Dave Love  <fx@gnu.org>
9991
9992         * message.el (message-auto-save-directory): Use
9993         file-name-as-directory.
9994         (message-set-auto-save-file-name): Create
9995         message-auto-save-directory if necessary.
9996         (message-replace-chars-in-string): Removed -- unused.
9997         (message-mail-alias-type): Customize.
9998         (message-headers): Remove duplicate defgroup.
9999
10000 2000-11-29  Dave Love  <fx@gnu.org>
10001
10002         * qp.el (quoted-printable-decode-region): Use error, not message
10003         to report malformed text (like base64).  Amend message.
10004
10005 2000-11-29  Miles Bader  <miles@gnu.org>
10006
10007         * message.el (message-header-lines): Fontify tag.
10008
10009 2000-11-27  Dave Love  <fx@gnu.org>
10010
10011         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10012         compiler warning.
10013
10014 ;2000-11-26  Dave Love  <fx@gnu.org>
10015 ;
10016 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10017 ;
10018 2000-11-23  Dave Love  <fx@gnu.org>
10019
10020         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10021
10022         * mm-uu.el (uudecode): Require.
10023         (uudecode-decode-region, uudecode-decode-region-external): Don't
10024         autoload.
10025         (mm-uu-copy-to-buffer): Doc fix.
10026         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10027         type fix.
10028
10029         * mailcap.el: Doc fixes.
10030         (mailcap-mime-data): Various adjustments.
10031         (mailcap): New group.
10032         (mailcap-download-directory): Customize.
10033         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10034         (mailcap-temporary-directory): Deleted (unused).
10035         (mailcap-unescape-mime-test): Simplify slightly.
10036         (mailcap-viewer-passes-test): Use functionp.
10037         (mailcap-command-p): Aliased to executable-find.
10038
10039         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10040         default-enable-multibyte-characters is nil.
10041
10042 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10043
10044         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10045
10046 2000-11-21  Dave Love  <fx@gnu.org>
10047
10048         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10049         gnus-article-mode-map.
10050 ;       (gnus-mime-button-menu): Use mouse-set-point.
10051         (gnus-insert-mime-button, gnus-mime-display-alternative)
10052         (gnus-mime-display-alternative): Don't use local-map property.
10053
10054 2000-11-17  Dave Love  <fx@gnu.org>
10055
10056         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10057         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10058         and make-temp-file.
10059         (uudecode-decode-region): Doc fix.
10060
10061 2000-11-14  Dave Love  <fx@gnu.org>
10062
10063         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10064         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10065         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10066         New files, derived from the XPMs.
10067
10068 2000-11-10  Dave Love  <fx@gnu.org>
10069
10070         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10071         (gnus-agent-lib-file, gnus-agent-load-alist)
10072         (gnus-agent-save-alist, gnus-agent-article-name): Use
10073         expand-file-name.
10074
10075         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10076         :version.
10077         (nnkiboze-score-file): Defvar when compiling.
10078
10079         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10080
10081         * gnus-art.el (gnus-article-banner-alist)
10082         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10083         (gnus-article-date-lapsed-new-header)
10084         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10085         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10086         (gnus-treat-strip-headers-in-body)
10087         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10088         (gnus-treat-translate): Add :version.
10089         (gnus-article-mime-part-function): Fix defcustom.
10090
10091         * nnmail.el (nnmail-expiry-target)
10092         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10093         (nnmail-split-header-length-limit): Add :version.
10094
10095         * gnus-sum.el (gnus-auto-expirable-marks)
10096         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10097         (gnus-extra-headers, gnus-ignored-from-addresses)
10098         (gnus-newsgroup-ignored-charsets)
10099         (gnus-group-highlight-words-alist)
10100         (gnus-summary-show-article-charset-alist): Add :version.
10101
10102         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10103         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10104         files, converted from the XPMs.
10105
10106         * gnus-cache.el (gnus-cache-active-file): Don't use
10107         file-name-as-directory on directory.
10108         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10109         use file-name-as-directory on directory.
10110
10111         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10112         (date-to-time): Use it.
10113
10114 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10115 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10116 ;       (message-newline-and-reformat): Likewise.
10117         (message-forward-as-mime, message-forward-ignored-headers)
10118         (message-buffer-naming-style, message-default-charset)
10119         (message-dont-reply-to-names, message-send-mail-partially-limit):
10120         Add :version.
10121
10122         * mm-util.el: Doc fixes.
10123         (mm-mime-charset): Don't use the raw result of
10124         mm-preferred-coding-system.
10125         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10126         (mm-with-unibyte): Simplify.
10127
10128         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10129         concat.
10130
10131         * pop3.el (pop3-version): Deleted.
10132         (pop3-make-date): New function, avoiding message-make-date.
10133         (pop3-munge-message-separator): Use it.
10134
10135 2000-11-09  Dave Love  <fx@gnu.org>
10136
10137         * gnus-group.el (gnus-group-make-directory-group)
10138         (gnus-group-fetch-faq): Use expand-file-name.
10139         (gnus-group-fetch-faq): Simplify completing-read form.
10140
10141         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10142         test for Mule.
10143
10144         * message.el (tool-bar-map): Defvar when compiling.
10145
10146         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10147         (gnus-tm-lisp-directory): Deleted.
10148         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10149         (featurep 'xemacs).
10150         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10151         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10152         version numbers from file names.
10153
10154 2000-11-08  Dave Love  <fx@gnu.org>
10155
10156         * mm-view.el: Use featurep for XEmacs test.
10157         (mm-inline-message): Test for `remove-specifier'; don't use
10158         condition-case.
10159
10160         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10161
10162         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10163         (gnus-score-find-bnews): Don't concat "".
10164
10165         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10166         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10167         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10168         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10169
10170         * gnus-sum.el: Put some defvars in eval-when-compile.
10171         (gnus-summary-mode-hook): Add :options.
10172         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10173         (gnus-summary-tool-bar-map): New variable.
10174         (gnus-summary-make-tool-bar): New function.
10175         (gnus-summary-mode): Put kill-all-local-variables first.
10176
10177         * gnus-group.el (gnus-group-toolbar-map): New variable.
10178         (gnus-group-make-tool-bar): Rewritten.
10179         (gnus-group-mode): Put kill-all-local-variables first.
10180
10181         * rfc2047.el: Require gnus-util.
10182
10183         * nnml.el (gnus-sorted-intersection): Autoload.
10184
10185         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10186         Put some defvars in eval-when-compile.
10187         (gnus-intersection, gnus-sorted-complement):  Autoload.
10188
10189         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10190
10191         * mm-encode.el (mm-body-7-or-8): Autoload.
10192
10193         * mm-decode.el (mm-insert-inline): Autoload.
10194
10195         * mml.el:
10196         * message.el: Put some defvars in eval-when-compile.
10197
10198         * gnus-msg.el: Put some defvars in eval-when-compile.
10199         (gnus-msg-mail): Move after gnus-setup-message.
10200
10201         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10202
10203 2000-11-07  Dave Love  <fx@gnu.org>
10204
10205         * gnus-util.el (nnheader): Don't require message (recursive
10206         autoload).
10207
10208         * uudecode.el: Avoid compiler warnings.
10209
10210         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10211         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10212
10213 2000-11-06  Dave Love  <fx@gnu.org>
10214
10215         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10216
10217         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10218         (uudecode-char-int): New alias, replacing char-int.
10219         (uudecode-decode-region): Don't call buffer-disable-undo.
10220
10221 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10222 ;       (mm-uu-configure-list): Doc fix.
10223 ;
10224 ;       * earcon.el (running-xemacs): Don't define.
10225 ;
10226 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10227 ;
10228 ;       * message.el (message-font-lock-keywords): Match a final newline
10229 ;       to help font-lock's multiline support.
10230 ;
10231 2000-11-03  Dave Love  <fx@gnu.org>
10232
10233         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10234
10235         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10236         name.
10237
10238         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10239         <banner>: Fix custom type, doc.
10240
10241         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10242         name.  Don't disable undo explicitly.
10243
10244 ;2000-11-02  Dave Love  <fx@gnu.org>
10245 ;
10246 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10247 ;       cite-prefix.
10248
10249 2000-11-01  Dave Love  <fx@gnu.org>
10250
10251         * rfc2047.el (base64): Require unconditionally.
10252         (message-posting-charset): Defvar when compiling.
10253         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10254         message.
10255
10256         * gnus-sum.el (nnoo): Require.
10257         (mm-uu-dissect): Autoload.
10258
10259         * mml.el (mml-parse-1): Clarify message.
10260         (mml-minibuffer-read-type): Use mailcap-mime-types.
10261
10262 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10263
10264         * mml.el: Fix a typo in the requiring of CL.
10265
10266 2000-11-01  Dave Love  <fx@gnu.org>
10267
10268         * utf7.el: Require cl when compiling.
10269
10270         * binhex.el: Use (featurep 'xemacs).
10271         (binhex-char-int): New alias, replacing char-int.  Change callers.
10272         (binhex-decode-region): Simplify work buffer code.
10273         (binhex-decode-region-external): Use expand-file-name, not concat.
10274
10275 2000-10-30  Dave Love  <fx@gnu.org>
10276
10277         * gnus-art.el: Fix 2000-10-27 change properly.
10278
10279 2000-10-28  Miles Bader  <miles@gnu.org>
10280
10281         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10282
10283 2000-10-27  Dave Love  <fx@gnu.org>
10284
10285         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10286         strings.
10287         (gnus-group-make-tool-bar): New function.
10288         (gnus-group-mode): Use it.
10289
10290         * message.el (message-mode-menu): Add some :help strings.
10291         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10292         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10293
10294         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10295         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10296         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10297
10298         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10299         display-graphic-p here.
10300
10301 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10302
10303         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10304         of the `gnus-xemacs' variable, as the latter has been removed.
10305         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10306         * gnus-art.el (gnus-treat-display-xface)
10307         (gnus-treat-display-smileys, gnus-treat-display-picons)
10308         (gnus-article-read-summary-keys): Likewise.
10309
10310 2000-10-26  Dave Love  <fx@gnu.org>
10311
10312         (defvar): Use rmail-spool-directory unconditionally.
10313
10314 2000-10-18  Dave Love  <fx@gnu.org>
10315
10316         * mm-bodies.el (mm-uu-decode-function)
10317         (mm-uu-binhex-decode-function): Defvar when compiling.
10318
10319         * gnus-nocem.el (gnus-nocem-issuers): Update.
10320         (gnus-nocem-check-from): New option.
10321         (gnus-nocem-scan-groups): Use it.
10322         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10323         (gnus-nocem-check-article-limit): Add :version.
10324
10325 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10326
10327         * ietf-drums.el (mm-util): Require CL when compiling.
10328
10329 2000-10-15  Dave Love  <fx@gnu.org>
10330
10331         * qp.el: Require mm-util.
10332
10333 2000-10-13  Dave Love  <fx@gnu.org>
10334
10335         * qp.el (quoted-printable-decode-region): Avoid invalid
10336         coding-systems.
10337
10338 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10339
10340         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10341         to a recursive load.
10342
10343 2000-10-12  Dave Love  <fx@gnu.org>
10344
10345         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10346
10347         * gnus.el (gnus-group-startup-message): Check for PBM image.
10348
10349 2000-10-09  Dave Love  <fx@gnu.org>
10350
10351         * mail-source.el (mail-source-fetch-imap): Bind
10352         default-enable-multibyte-characters rather than using
10353         mm-disable-multibyte.
10354
10355 2000-10-05  Dave Love  <fx@gnu.org>
10356
10357         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10358         Autoload.
10359         (quoted-printable-decode-region):  Rename arg which confused
10360         charset with coding-system.  Don't use nonascii-insert-offset.
10361         Coding-system encode the region initially.  Don't recognize `=='
10362         as valid QP.  Coding-system decode the region finally.
10363         (quoted-printable-decode-string): Rename arg which confused
10364         charset with coding-system.
10365
10366         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10367         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10368         mm-encode-coding-region.
10369         (mm-decode-body, mm-decode-string): Rename variables which
10370         confused charset with coding-system.
10371         (binhex-decode-region): Don't autoload.
10372         (mm-body-encoding): Require message.
10373         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10374         cond branches.
10375
10376         * gnus-art.el (article-de-quoted-unreadable)
10377         (article-de-base64-unreadable): Fold search case
10378         rather than downcasing string.  Apply mm-charset-to-coding-system
10379         to arg of quoted-printable-decode-region.
10380
10381 2000-10-04  Dave Love  <fx@gnu.org>
10382
10383         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10384         Require ring when compiling.
10385         (gnus-article-compface-xbm): New variable.
10386
10387 2000-10-04  Dave Love  <fx@gnu.org>
10388
10389         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10390         pbm images.
10391
10392         * frown.pbm, smile.pbm, wry.pbm: New files.
10393
10394         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10395
10396 2000-10-03  Dave Love  <fx@gnu.org>
10397
10398         * mail-source.el (mail-sources): Revert to nil.
10399
10400         * nnmail (nnmail-spool-file): Revert to `((file))'.
10401
10402         * qp.el: Don't require mm-util.
10403         (quoted-printable-decode-region): Rewritten.
10404         (quoted-printable-decode-string, quoted-printable-encode-region):
10405         Doc fix.
10406         (quoted-printable-encode-region): Barf on multibyte characters.
10407         Maybe make the class multibyte.  Upcase chars, not formatted
10408         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10409         (quoted-printable-encode-string): Don't use
10410         mm-with-unibyte-buffer.
10411
10412 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10413
10414         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10415
10416 2000-09-21  Dave Love  <fx@gnu.org>
10417
10418         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10419         (for Emacs 20).  Tidy somewhat.
10420
10421 2000-09-21  Dave Love  <fx@gnu.org>
10422
10423         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10424         image processing.  Rationalize logic somewhat.
10425
10426 2000-09-20  Dave Love  <fx@gnu.org>
10427
10428         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10429         specifically.
10430
10431         * gnus.el (gnus-version-number): Avoid some redundant
10432         autoloads.
10433
10434 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10435
10436         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10437         to XBM; we always have PBM support.
10438
10439 2000-09-14  Dave Love  <fx@gnu.org>
10440
10441         * gnus.el (gnus-charset):
10442         * mm-decode.el (mime-display):
10443         * imap.el (imap) <defgroup>: Add :version.
10444
10445 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10446
10447         * parse-time.el: Fix author's mail address.
10448
10449         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10450         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10451         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10452         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10453         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10454         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10455         * rfc2231.el, uudecode.el: Fix copyright notice.
10456
10457         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10458         require `w3' at load-time only if not running in batch mode.
10459
10460 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10461
10462         * gnus.el: Before merge with Emacs21.
10463
10464 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10465
10466         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10467
10468 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10469
10470         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10471         to avoid conflict with the standard `back-to-indentation'
10472         binding.
10473
10474 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10475
10476         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10477
10478         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10479         (mm-disable-multibyte-mule4): Ditto.
10480         (mm-with-unibyte-current-buffer-mule4): Ditto.
10481
10482 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * pop3.el (pop3-movemail): Use binary.
10485         (pop3-movemail-file-coding-system): Removed.
10486
10487 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10488
10489         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10490
10491 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10494         exists.
10495
10496 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10497
10498         * gnus-msg.el (gnus-post-method): Use backend name when the
10499         address is "".
10500
10501 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10502
10503         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10504         mm-verify-option.
10505         (gnus-treat-x-pgp-sig): Default value.
10506         (gnus-ignored-headers): Redundant.
10507
10508 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * gnus-win.el (gnus-configure-frame): Save selected window.
10511
10512 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10513
10514         * nnmbox.el: Require gnus-range.
10515         (nnmbox-group-building-active-articles): New variable.
10516         (nnmbox-group-active-articles): New variable; this is a cache of
10517         all active articles by group and number.
10518         (nnmbox-in-header-p): New function.
10519         (nnmbox-find-article): New function.
10520         (nnmbox-record-active-article): New function.
10521         (nnmbox-record-deleted-article): New function.
10522         (nnmbox-is-article-active-p): New function.
10523         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10524         (nnmbox-request-article): Ditto.  Also supply extra arg to
10525         nnmbox-article-group-number.
10526         (nnmbox-request-expire-articles): Ditto.
10527         (nnmbox-request-move-article): Ditto.
10528         (nnmbox-request-replace-article): Ditto.
10529         (nnmbox-request-rename-group): Rename group entry in active
10530         article cache.
10531         (nnmbox-delete-mail): Update active article cache, unless article
10532         is being replaced.
10533         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10534         than partially duplicating it.
10535         (nnmbox-article-group-number): Add extra `this-line' arg, to
10536         handle articles belonging to multiple groups.
10537         (nnmbox-save-mail): Update active article cache.
10538         (nnmbox-read-mbox): Build active article cache when loading mbox.
10539         Also do some repair work, if we find articles that are missing the
10540         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10541         reconstruct these from Xref info.
10542
10543 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * mail-source.el (mail-source-report-new-mail): Use
10546         nnheader-run-at-time.
10547
10548 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10549
10550         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10551         an error is thrown, and then rethrow the error.
10552         (mail-source-check-pop): Ditto.
10553         (mail-source-start-idle-timer): Prevent multiple pop checks
10554         running if the check takes a long time.
10555
10556 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10559         succeed.
10560
10561 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10562
10563         * gnus-win.el (gnus-configure-windows): Make sure
10564         nntp-server-buffer is live.
10565         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10566
10567 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10568
10569         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10570
10571 2000-12-04  Andreas Jaeger  <aj@suse.de>
10572
10573         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10574
10575 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10576
10577         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10578
10579 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10581
10582         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10583
10584 2000-12-01  Simon Josefsson  <sj@extundo.com>
10585
10586         * mml-smime.el (mml-smime-verify): Fix address parsing.
10587
10588 2000-12-01  Simon Josefsson  <sj@extundo.com>
10589
10590         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10591         more than one certificate inside PKCS#7 blob.  Better security
10592         information (clamed / actual sender, openssl output, certificates
10593         inside message).
10594
10595         * smime.el (smime-verify-region): Output to /dev/null.
10596         (smime-buffer-as-string-region): Don't parse empty lines.
10597
10598 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10601         ?d and ?D.
10602         (gnus-mime-security-show-details-inline): New variable.
10603         (gnus-mime-security-show-details): Use them.
10604         (gnus-insert-mime-security-button): Ditto.
10605
10606         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10607         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10608         (mml2015-gpg-clear-verify): Ditto.
10609         (mml2015-gpg-decrypt-1): Ditto.
10610         (mml2015-use): Prefer 'gpg.
10611
10612 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10613
10614         * gnus-util.el (gnus-add-text-properties-when): New function.
10615         (gnus-remove-text-properties-when): Ditto.
10616
10617         * gnus-cite.el (gnus-article-hide-citation): Use them.
10618         (gnus-article-toggle-cited-text): Use them.
10619
10620         * gnus-art.el (gnus-signature-toggle): Use them.
10621         (gnus-article-show-hidden-text): Ditto.
10622         (gnus-article-hide-text): Ditto.
10623
10624 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10625
10626         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10627
10628 2000-11-30  Simon Josefsson  <sj@extundo.com>
10629
10630         * smime.el (smime-point-at-eol): New alias.
10631         (smime-buffer-as-string-region): Use it.
10632
10633 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10636
10637 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10640
10641         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10642
10643         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10644
10645 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10646
10647         * nnmh.el (nnmh-request-expire-articles): Implemented
10648         expiry-target for nnmh backend.
10649
10650 2000-11-30  Simon Josefsson  <sj@extundo.com>
10651
10652         * mm-decode.el (mm-security-from): New variable.
10653         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10654
10655         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10656         than `from'.
10657
10658 2000-11-30  Simon Josefsson  <sj@extundo.com>
10659
10660         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10661         address match sender address.
10662
10663         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10664
10665         * smime.el (smime-verify-region): Don't copy buffer.
10666         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10667         (smime-pkcs7-region): New function.
10668         (smime-pkcs7-certificates-region): Ditto.
10669         (smime-pkcs7-email-region): Ditto.
10670         (smime-buffer-as-string-region): Ditto.
10671
10672         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10673         buffer.
10674
10675 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10676
10677         * smime.el (smime-decrypt-region): Fix keyfile argument.
10678
10679 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10680
10681         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10682
10683 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * message.el (message-shoot-gnksa-feet): New variable.
10686         (message-gnksa-enable-p): New function.
10687         (message-send): Use it.
10688         (message-check-news-body-syntax): Ditto.
10689
10690 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * message.el (message-make-message-id): Remove the redundancy.
10693
10694 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10695
10696         * message.el (message-setup): Discourage using mc-install-*-mode.
10697
10698         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10699
10700 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10701
10702         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10703
10704 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10707
10708 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10711
10712 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10715         insert-buffer-substring.
10716
10717         * message.el (message-send-mail): Use buffer-substring-no-properties.
10718         (message-send-news): Ditto.
10719
10720 2000-11-22  David Edmondson  <dme@dme.org>
10721
10722         * imap.el (imap-wait-for-tag): Message read info.
10723
10724 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10725
10726         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10727         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10728         (mml2015-gpg-encrypt): Ditto.
10729
10730 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * mm-decode.el (mm-verify-option): Default value.
10733
10734         * mml-sec.el (mml-secure-part): Error message.
10735
10736 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10739
10740 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10743
10744 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745
10746         * gnus-art.el (gnus-article-describe-key): Use prompt.
10747         (gnus-article-describe-key-briefly): Ditto.
10748
10749 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10752
10753 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * gnus-art.el (gnus-article-describe-key): New function.
10756         (gnus-article-describe-key-briefly): New function.
10757
10758 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * mm-decode.el (mm-decrypt-option): Doc typo.
10761
10762         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10763         return a number.
10764
10765 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * message.el (message-newline-and-reformat): Typo.
10768
10769 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10772         original-article-buffer exists.
10773
10774         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10775         (rfc2047-header-encoding-alist): Addresses are different from text.
10776         (rfc2047-encode-message-header): Ditto.
10777         (rfc2047-dissect-region): Extra parameter.
10778         (rfc2047-encode-region): Ditto.
10779         (rfc2047-encode-string): Ditto.
10780
10781 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10782
10783         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10784         (mm-uu-pgp-encrypted-extract): Use it.
10785         (mm-uu-pgp-signed-extract-1): New function.
10786         (mm-uu-pgp-signed-extract): Use it.
10787
10788         * gnus-art.el (gnus-mime-display-security): New function.
10789         (gnus-mime-display-part): Use it.
10790         (gnus-mime-security-verify-or-decrypt): New function.
10791         (gnus-mime-security-press-button): New function.
10792         (gnus-insert-mime-security-button): Use it.
10793
10794         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10795         (mm-find-raw-part-by-type): Ditto.
10796         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10797         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10798         (mm-destroy-parts): Kill nested multibyte buffer.
10799
10800         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10801         (mml2015-gpg-verify): Ditto.
10802
10803 2000-11-18  Simon Josefsson  <sj@extundo.com>
10804
10805         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10806         (mml2015-function-alist): Use it.
10807
10808         * mml-sec.el (mml-sign-alist): Update names.
10809         (mml-encrypt-alist): Ditto.
10810         (mml-secure-part-smime-sign): Moved to mml-smime.el
10811         as `mml-smime-sign-query'.
10812         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10813         `mml-smime-get-file-cert'.
10814         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10815         `mml-smime-get-dns-cert'.
10816         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10817         `mml-smime-encrypt-query'.
10818         (mml-smime-sign-buffer): Use mml-smime-sign.
10819         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10820
10821         * mml-smime.el (mml-smime-sign): New function.
10822         (mml-smime-encrypt):
10823         (mml-smime-sign-query):
10824         (mml-smime-get-file-cert):
10825         (mml-smime-get-dns-cert):
10826         (mml-smime-encrypt-query): Moved from mml-sec.el.
10827
10828 2000-11-16  Simon Josefsson  <sj@extundo.com>
10829
10830         * mml2015.el (mml2015-gpg-clear-verify): New function.
10831         (mml2015-function-alist): Add it.
10832
10833 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * message.el (message-setup-fill-variables): Use
10836         message-cite-prefix-regexp.
10837         (message-newline-and-reformat): Check the end of citation, leading
10838         WSP, break in the cite prefix.
10839         (message-fill-paragraph): New function.
10840
10841 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10842
10843         * lpath.el: Shut up.
10844
10845 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10846
10847         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10848         raw 8-bit in headers in dk.* newsgroups.
10849
10850 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * message.el (message-newline-and-reformat): Match extra WSPs.
10853
10854 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10855
10856         * mml.el (mml-generate-mime-1): Ignore ascii.
10857
10858 2000-11-16 Justin Sheehy  <justin@iago.org>
10859
10860         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10861
10862 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * message.el (message-cite-prefix-regexp): Prefix should not end
10865         at space.
10866
10867 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * message.el (message-mode-syntax-table): Add - as a word
10870         constituent as in articles.
10871         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10872         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10873         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10874
10875 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10876
10877         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10878
10879 2000-11-12  David Edmondson  <dme@dme.org>
10880
10881         * message.el (message-font-lock-keywords): use
10882         message-cite-prefix-regexp.
10883
10884 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10885
10886         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10887         Stein Arild Str\e,Ax\e(Bmme.
10888         (gnus-group-jump-to-group): Use it.
10889         (gnus-group-jump-to-group-prompt): Customize.
10890
10891 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10892
10893         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10894
10895 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10898         incompatible.
10899         (mml2015-mailcrypt-sign): Ditto.
10900
10901 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10904         group is open.
10905
10906 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10909         nnvirtual articles.
10910         (gnus-backlog-request-article): Don't request nnvirtual articles.
10911
10912 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10915         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10916
10917 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10920         * mml.el (mml-generate-mime-1): Use charset attribute.
10921         * mm-bodies.el (mm-encode-body): Add parameter charset.
10922         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10923
10924 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10925
10926         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10927         (mml2015-mailcrypt-clear-decrypt): Ditto.
10928         (mml2015-mailcrypt-verify): Ditto.
10929         (mml2015-mailcrypt-clear-verify): Ditto.
10930         (mml2015-gpg-verify): Ditto.
10931
10932 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10933
10934         * smime.el (smime-openssl-program): Test the existence of openssl.
10935         * mml-smime.el: Require mm-decode.
10936         (mml-smime-verify-test): New function.
10937         * mm-decode.el (mm-verify-function-alist): Use it.
10938
10939 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10942         anyway.
10943
10944 2000-11-13  Simon Josefsson  <sj@extundo.com>
10945
10946         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10947         verification doesn't work.
10948
10949 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10952         (gnus-inews-do-gcc): Use it.
10953
10954 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955
10956         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10957         leading space.
10958         * mm-extern.el (mm-inline-external-body): Report error when no
10959         access-type.
10960
10961 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10964
10965 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10968
10969 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10970
10971         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10972         as multipart/mixed.
10973
10974 2000-11-12  David Edmondson  <dme@dme.org>
10975
10976         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10977         and replace `.' with `\w' to allow for different syntax tables
10978         (from Vladimir Volovich).
10979         * message.el (message-newline-and-reformat): use
10980         `message-cite-prefix-regexp'.
10981         * gnus-cite.el (gnus-supercite-regexp): use
10982         `message-cite-prefix-regexp'.
10983         * gnus-cite.el (gnus-cite-parse): use
10984         `message-cite-prefix-regexp'.
10985
10986 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10989         PGP SIGNATURE.  Escape leading "-"'s.
10990         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10991
10992 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10995
10996 2000-11-11  Simon Josefsson  <sj@extundo.com>
10997
10998         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10999
11000         * smime.el (smime-details-buffer): New variable.
11001         (smime-sign-region):
11002         (smime-encrypt-region):
11003         (smime-verify-region):
11004         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11005
11006         * mml-smime.el (mml-smime-verify): Support security info.
11007
11008 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * mm-decode.el (mm-verify-option): Set default to nil.
11011         (mm-decrypt-option): Ditto.
11012         * gnus-art.el (article-verify-x-pgp-sig): New function.
11013
11014 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11017         preferred part.
11018
11019 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11020
11021         * gnus-sum.el (gnus-move-split-methods): Say that
11022         `gnus-split-methods' uses file names, whereas this uses group
11023         names.  (Report from Nevin Kapur)
11024
11025 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11026
11027         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11028
11029 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11032         (nnheader-directory-articles): Use it.
11033         (nnheader-article-to-file-alist): Ditto.
11034
11035 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * rfc2047.el (rfc2047-pad-base64): New function.
11038         (rfc2047-decode): Use it.
11039
11040 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11043         select method.
11044
11045 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046
11047         * mml2015.el (mml2015-gpg-decrypt-1):
11048         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11049
11050 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11053
11054 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * pop3.el (pop3-munge-message-separator): A message may have an
11057         empty body.
11058
11059 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060
11061         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11062         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11063         (mm-uu-pgp-signed-extract): Use coding-system.
11064
11065 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11066
11067         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11068         (gnus-insert-mime-security-button): New function.
11069         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11070         * mml2015.el:  Add security info when verify or decrypt.
11071         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11072         (mm-uu-pgp-encrypted-extract): Ditto.
11073
11074 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * mm-decode.el (mm-display-parts): New function.
11077         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11078
11079 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11080
11081         * gnus-mlspl.el: Documentation tweaks.
11082
11083 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11084
11085         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11086         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11087         argument.
11088
11089 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11092
11093 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * gnus-art.el (gnus-article-encrypt): New function.
11096         (gnus-article-encrypt-protocol-alist): New variable.
11097         (gnus-article-encrypt-protocol): New variable.
11098         * mml2015.el (mml2015-self-encrypt): New function.
11099         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11100
11101 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11104         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11105         let mailcap do it.
11106         * mml2015.el: Remove snarf code.
11107         * mm-decode.el: Remove snarf code.
11108
11109 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11110
11111         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11112         (mml-insert-mime): Understand gnus-decoded.
11113         (mime-to-mml): New parameter handles.
11114         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11115         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11116
11117 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11118
11119         * mm-decode.el (mime-security): New group.
11120         (mm-verify-function-alist): Add test function.
11121         (mm-decrypt-function-alist): Ditto.
11122         (mm-snarf-option): Set default value as nil.
11123         (mm-find-part-by-type): Recursive parameter.
11124         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11125         * mml2015.el: Support draft-ietf-openpgp-multsig.
11126
11127 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11130         (gnus-article-view-part-as-charset): New function.
11131
11132 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * mm-decode.el (mm-verify-option): Default value.
11135         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11136
11137 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11140
11141 2000-11-05  Simon Josefsson  <sj@extundo.com>
11142
11143         * mml-smime.el (mml-smime-verify): Work in original multipart
11144         buffert.
11145
11146         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11147         (mm-handle-multipart-ctl-parameter): Ditto.
11148         (mm-alist-to-plist): New function.
11149         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11150         for multiparts.
11151         (mm-destroy-parts): Destroy multipart buffert.
11152         (mm-remove-part): Ditto.
11153
11154         * mml-smime.el (mml-smime-sign): Not used.
11155         (mml-smime-encrypt): Ditto.
11156
11157         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11158
11159         Verify S/MIME signature support.
11160
11161         * mm-decode.el (mm-inline-media-tests): Add
11162         application/{x-,}pkcs7-signature.
11163         (mm-inlined-types): Ditto.
11164         (mm-automatic-display): Ditto.
11165         (mm-verify-function-alist): Ditto.  Add name of method.
11166         (mm-decrypt-function-alist): Add name of method.
11167         (mm-find-part-by-type): Add documentation.
11168         (mm-possibly-verify-or-decrypt): Use new format of
11169         mm-{verify,decrypt}-function-alist.  Use method names.
11170
11171         * mml-smime.el (mml-smime-verify): New function.
11172
11173 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11174
11175         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11176
11177 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11180         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11181         * mm-decode.el (mm-snarf-option): New variable.
11182
11183 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * mm-util.el (mm-subst-char-in-string): New function.
11186         (mm-replace-chars-in-string): Use it.
11187         * message.el (message-replace-chars-in-string): Use it.
11188         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11189         * gnus-mh.el (mh-lib-progs): Shut up.
11190
11191 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11192
11193         * base64.el, md5.el: Moved to contrib directory.
11194
11195 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11198         the last article when search.
11199
11200 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11203         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11204
11205 2000-09-29  David Edmondson  <dme@thus.net>
11206
11207         * message.el (message-newline-and-reformat): Typo.
11208
11209 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11212
11213 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * nntp.el (nntp-decode-text): Delete bogus status lines.
11216
11217 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11218
11219         * message.el (message-font-lock-keywords): Match a final newline
11220         to help font-lock's multiline support.
11221
11222 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * nnoo.el (nnoo-set): New function.
11225
11226 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11227
11228         * gpg.el, gpg-ring.el: Moved to contrib directory.
11229
11230 2000-11-04  Simon Josefsson  <sj@extundo.com>
11231
11232         * nnimap.el (nnimap-split-inbox): Typo.
11233
11234 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11235
11236         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11237
11238 2000-11-03  Simon Josefsson  <sj@extundo.com>
11239
11240         * rfc2231.el (rfc2231-parse-qp-string): New function.
11241         (require): rfc2047.
11242
11243         * mail-parse.el (mail-header-parse-content-type):
11244         (mail-header-parse-content-disposition): Support invalid QP
11245         encoded strings, by using `rfc2231-parse-qp-string'.
11246
11247 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11250         (rfc2231-decode-encoded-string): Typo "> X 1".
11251         (rfc2231-encode-string): Insert the name of charset.
11252         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11253
11254 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * mm-decode.el (mm-save-part): Return the filename.
11257         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11258         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11259         (gnus-mime-action-alist): Use it.
11260         (gnus-mime-button-commands): Use it.
11261         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11262         (mm-inline-external-body): unwind-protect.
11263
11264 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11265
11266         * gnus-art.el (gnus-insert-mime-button): Show url.
11267
11268 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * mml.el (mml-generate-mime-1): Support external url.
11271         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11272
11273 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11276         * mm-decode.el (mm-display-external): Ditto.
11277         * mm-extern.el: New file.
11278         * mm-decode.el (mm-inline-media-tests): Hook it up.
11279         (mm-inlined-types): Inline message/external-body.
11280
11281 2000-11-02  Simon Josefsson  <sj@extundo.com>
11282
11283         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11284
11285         * message.el (message-get-reply-headers): Better handling when
11286         Mail-Followup-To is very large.
11287
11288 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11291         * gnus-art.el (gnus-article-edit-done):
11292         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11293         counting code here.
11294         * gnus-msg.el (gnus-setup-message): Remove a hack.
11295
11296 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11297
11298         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11299         (gnus-summary-mode): Make them local variables.
11300         (gnus-set-global-variables): Globalize them.
11301         (gnus-summary-exit): Kill them.
11302
11303 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11304
11305         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11306         word.
11307
11308 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11309
11310         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11311         gnus-article-wash-types.
11312         * gnus-art.el (gnus-article-wash-status): Use them.
11313
11314 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * mml.el (mml-read-tag): Remove spaces and LF.
11317
11318 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11321         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11322
11323 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11326
11327 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * gnus-sum.el (gnus-article-charset): New variable.
11330         (gnus-summary-display-article): Set it.
11331         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11332         * gnus-art.el (gnus-article-mode): Make it local variable.
11333
11334 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11335
11336         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11337
11338 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * nnwfm.el: New file.
11341
11342         * nnweb.el (nnweb-replace-in-string): New function.
11343
11344 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * mml2015.el: Wrap gpg.el.
11347         * gpg.el (gpg-verify): The last argument of apply is a list.
11348         (gpg-encrypt): Add passphrase as a parameter.
11349
11350 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * gpg.el: New file.
11353         * gpg-ring.el: New file.
11354
11355 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11358
11359 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11362         double-quote characters.
11363         (gnus-summary-prepare-threads): Ditto.
11364
11365 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11368         * mml.el (mml-read-tag): Don't skip the leading space.
11369         * lpath.el (font-lock-set-defaults): Shut up.
11370
11371 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11372
11373         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11374
11375 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11376
11377         * qp.el (quoted-printable-encode-region): Replace leading - when
11378         ultra safe.
11379         * mml.el (mml-generate-mime-postprocess-function): Removed.
11380         (mml-postprocess-alist): Removed.
11381         (mml-generate-mime-1): Use ultra-safe when sign.
11382         * mml2015.el (mml2015-fix-micalg): Uppercase.
11383         (mml2015-verify): Insert LF.
11384         (mml2015-mailcrypt-sign): Downcase; search backward.
11385
11386 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11389         restrictive.
11390         (nnultimate-table-regexp): New variable.
11391         (nnultimate-forum-table-p): Use it.
11392
11393 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11394
11395         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11396
11397 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11400         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11401
11402 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11403
11404         * mml2015.el: Shut up.
11405
11406 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus.el (gnus-server-browse-hashtb): Removed.
11409         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11410         (gnus-group-insert-group-line-info): Use simplified method.
11411         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11412
11413 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11414
11415         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11416         moved here.
11417         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11418         * gnus-group.el (gnus-group-prepare-flat): Use it.
11419         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11420
11421 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * mml.el (mml-mode): Show menu in XEmacs.
11424
11425 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11426
11427         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11428         (gnus-server-read-server-in-server-buffer): New function.
11429         (gnus-browse-foreign-server): Browse in group buffer.
11430         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11431         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11432         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11433         * gnus.el (gnus-server-browse-hashtb): New variable.
11434
11435 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * nnfolder.el (nnfolder-open-nov): Use group.
11438
11439 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * nnfolder.el: Add NOV. Set version to 2.0.
11442         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11443
11444 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11447
11448 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11449
11450         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11451         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11452
11453 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11454
11455         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11456
11457 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11458
11459         * mm-decode.el (mm-verify-function-alist): New variable.
11460         (mm-verify-option): New variable.
11461         (mm-decrypt-function-alist): Ditto.
11462         (mm-decrypt-option): Ditto.
11463         (mm-find-raw-part-by-type): New function.
11464         (mm-possibly-verify-or-decrypt): New function.
11465         (mm-dissect-multipart): Use it.
11466         * mml2015.el (mml2015-fix-micalg): New function.
11467         (mml2015-decrypt): Use new interface.
11468         (mml2015-verify):  Use new interface.
11469         (mml2015-setup): Make it bogus.
11470
11471 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * mml.el (mml-generate-mime-postprocess-function): Set to
11474         mml-postprocess.
11475         (autoload): Autoload mml2015 and mml-smime.
11476         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11477         * mml2015.el (mml2015-encrypt): New function.
11478         (mml2015-sign): New function.
11479         (mml2015-encrypt-function): New variable.
11480         (mml2015-sign-function): New variable.
11481         (mml2015-mailcrypt-encrypt): Use message-recipients.
11482         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11483         * mml-smime.el (mml-smime-setup): Ditto.
11484
11485 2000-10-28  Simon Josefsson  <sj@extundo.com>
11486
11487         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11488         Communigate Pro 3.3.1 server.
11489
11490         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11491         in buffers.
11492         (mml-secure-dns-server): Removed.
11493         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11494         write certificates to files.
11495
11496         * smime.el (smime-dns-server): New variable.
11497         (smime-mail-to-domain):
11498         (smime-cert-by-dns): New functions.
11499
11500         * dig.el: New file.
11501
11502 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11503
11504         * message.el (message-options): New variable.
11505         (message-options-set-recipient): New function.
11506         (message-send): Use them.
11507         * gnus-int.el (gnus-request-replace-article): Use them.
11508         (gnus-request-accept-article): Ditto.
11509         * mml.el (mml-preview): Use them.
11510         * gnus-sum.el (gnus-summary-edit-article): Use them.
11511
11512         * message.el (message-options-get): New function.
11513         (message-options-get): New function.
11514         * rfc2047.el (rfc2047-encode-message-header): Use them.
11515         * mm-bodies.el (mm-encode-body): Use them.
11516
11517 2000-10-28  Simon Josefsson  <sj@extundo.com>
11518
11519         * nnimap.el (nnimap-retrieve-which-headers):
11520         (nnimap-request-article-part): Quote message-id.
11521
11522         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11523         (smime-CA-file): New variable.
11524         (smime-call-openssl-region): Don't error.
11525         (smime-sign-region): Return result value.
11526         (smime-encrypt-region): Ditto.
11527         (smime-verify-region): New function.
11528         (smime-decrypt-region): Ditto.
11529         (smime-verify-buffer): Ditto.
11530         (smime-decrypt-buffer): Ditto.
11531
11532         * mml.el: Require mml-sec.
11533         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11534         (mml-mode-map): Add "sign" and "encrypt" maps.
11535         (mml-menu): Add security menu.
11536         (mml-preview): Use generate-new-buffer.
11537
11538         * mml-sec.el: New file.
11539
11540 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11541
11542         * mm-decode.el (mm-find-part-by-type): Move it here.
11543         * mml.el (mml-postprocess): Move it here.
11544         (mml-postprocess-alist): Move it here. Merge them.
11545
11546 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11549         unencoded stuff in the header.
11550
11551 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * gnus-group.el (gnus-group-listed-groups): New variable.
11554         (gnus-group-list-option): New variable.
11555         (gnus-group-list-limit-map): New keymap.
11556         (gnus-group-list-flush-map): New keymap.
11557         (gnus-group-list-plus-map): New keymap.
11558         (gnus-group-prepare-logic): New function.
11559         (gnus-group-prepare-flat): Merge with
11560         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11561         (gnus-group-prepare-flat-list-dead): Ditto.
11562         (gnus-group-list-matching): Use gnus-group-prepare-function.
11563         (gnus-group-list-dormant): Ditto.
11564         (gnus-group-list-cached): Ditto.
11565         (gnus-group-listed-groups): New function.
11566         (gnus-group-list-limit): New function.
11567         (gnus-group-list-flush): New function.
11568         (gnus-group-list-plus): New function.
11569         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11570         (gnus-topic-prepare-topic): Ditto.
11571
11572 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11573
11574         * message.el (message-insert-to, message-get-reply-headers):
11575         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11576
11577 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11578
11579         * mml2015.el: New file.
11580         * smime.el: New file.
11581         * mml-smime.el: New file.
11582
11583 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * ChangeLog: Moved to ChangeLog.1.
11586
11587     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11588   Copying and distribution of this file, with or without modification,
11589   are permitted provided the copyright notice and this notice are preserved.
11590
11591 ;; Local Variables:
11592 ;; coding: iso-2022-7bit
11593 ;; End: