* pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
[gnus] / lisp / ChangeLog
1 2002-11-02  Simon Josefsson  <jas@extundo.com>
2
3         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4         setting of the default user ID.  From Raymond Scholz
5         <ray-2002@zonix.de>.
6
7 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
8
9         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
10         charset.
11
12 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
13
14         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
15         documentation.
16
17 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
18
19         * gnus-agent.el (gnus-agent-fetched-headers)
20         (gnus-agent-load-fetched-headers)
21         (gnus-agent-save-fetched-headers): Remove variable and two
22         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
23         works better.
24         (gnus-agent-fetch-headers): New implementation from Kevin
25         Greiner.  Uses gnus-agent-article-alist to store information
26         about fetched messages which aren't on the server anymore.  The
27         trick is to return a list of considered messages to the caller,
28         but to only fetch those which haven't been fetched yet.
29
30 2002-10-30  Simon Josefsson  <jas@extundo.com>
31
32         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
33
34         * pgg.el (pgg-passphrase-cache-expiry): Removed.
35
36 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
37
38         * mm-view.el (mm-w3m-local-map-property): Make it work with older
39         versions of emacs-w3m than 1.3.3.
40
41         * lpath.el: Bind w3m-minor-mode-map.
42
43         * mm-view.el (mm-w3m-mode-command-alist)
44         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
45         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
46         (mm-setup-w3m): Simplified.
47         (mm-w3m-local-map-property): New function.
48         (mm-inline-text-html-render-with-w3m): Use it.
49
50         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
51         mm-w3m-local-map-property.
52
53 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * mm-util.el (mm-auto-save-coding-system): Default to
56         iso-2022-7bit.
57
58         * nndraft.el (nndraft-request-article): Decode an article using
59         the coding-system emacs-mule if it seems to have been saved using
60         emacs-mule.
61         (nndraft-request-replace-article): Use message-draft-coding-system
62         instead of mm-auto-save-coding-system for the draft or delayed
63         group.
64
65 2002-10-28  Josh  <huber@alum.wpi.edu>
66
67         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
68         functions.
69
70 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
71         From mah@everybody.org (Mark A. Hershberger).
72
73         * mm-url.el (mm-url-insert-file-contents): Make it return the same
74         type values ("url" size) regardless of the values of
75         mm-url-use-external.
76
77 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
78
79         * nnimap.el (nnimap-request-article-part): Try harder to show
80         group name in debugging message.
81
82 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
83
84         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
85         directory if it doesn't exist.
86         (gnus-agent-fetch-headers): Remove old cruft that tried to
87         abstain from downloading articles more than once if
88         gnus-agent-consider-all-articles was true.  This is now done
89         properly via the .fetched files.
90
91 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * nndraft.el (nndraft-request-article): Treat delayed articles
94         like drafts.
95
96 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
99
100 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
101
102         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
103         Remove unused optional arg DIR and corresponding code.
104
105         * nnimap.el (nnimap-request-article-part): Include group name in
106         debugging output.
107
108 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
109
110         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
111
112 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
113
114         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
115         contains range of headers that have been fetched by the agent
116         already.  Compare gnus-agent-article-alist.
117         (gnus-agent-file-header-cache): Like
118         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
119         (gnus-agent-fetch-headers): Improve comment.  Revert to old
120         seen/recent logic.
121         Remember which headers have been fetched before and don't fetch
122         them again the next time round.
123         (gnus-agent-load-fetched-headers)
124         (gnus-agent-save-fetched-headers): New functions, for remembering
125         which headers have been fetched before.
126
127 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * lpath.el: Remove useless bindings.
130
131 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
132
133         * gnus-sum.el (gnus-summary-execute-command): Disable visual
134         features while searching.
135
136 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
137
138         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
139
140 2002-10-22  Simon Josefsson  <jas@extundo.com>
141
142         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
143         (pgg-snarf-keys): Add.
144
145 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * lpath.el: Fbind bbdb-records.
148
149         * spam.el: Don't autoload bbdb-records.
150
151 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
154         prevent inf-loop.
155
156 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * nnslashdot.el: Removed some test lines.
159         More test.
160
161 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
162
163         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
164         are known to be downloaded already.
165
166 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
169         (mm-text-html-washer-alist): Ditto.
170
171 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
172
173         * nnheader.el (nnheader-remove-body): Fix an error of detecting
174         boundary between headers and body.
175         * nnml.el (nnml-parse-head): Ditto.
176
177 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
180         entries.
181
182         * gnus-group.el (gnus-fetch-group): Allow an optional
183         specification of the articles to select.
184
185         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
186
187 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
188
189         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
190         headers from the group, update variable `articles' to contain
191         only those numbers where headers exist.  (When fetching all
192         articles in a group, Gnus creates lots of numbers where there is
193         no articles.)
194
195 2002-10-20  Steve Youngs  <youngs@xemacs.org>
196
197         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
198         doesn't have the 'alist custom type, use cons cells instead.
199         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
200         (pgg-parse-hash-algorithm-alist): Ditto.
201         (pgg-parse-compression-algorithm-alist): Ditto.
202         (pgg-parse-signature-type-alist): Ditto.
203
204         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
205
206         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
207
208         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
209
210 2002-10-19  Simon Josefsson  <jas@extundo.com>
211
212         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
213         buffer.
214
215 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
216
217         * gnus-spec.el (gnus-make-format-preserve-properties)
218         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
219         properties also on XEmacs.  `gnus-xmas-format' is like format but
220         preserves text properties on XEmacs (though it only understands
221         simple format specs).  The variable
222         `gnus-make-format-preserve-properties' controls whether the
223         function is used, and is checked in `gnus-parse-simple-format'.
224         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
225
226         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
227         output.
228         (gnus-agent-consider-all-articles): New variable.
229         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
230         (gnus-agent-fetch-headers): Depending on
231         gnus-agent-consider-all-articles, maybe get all articles.
232         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
233         `read'.
234         (gnus-predicate-imples-unread): New function.
235         (gnus-agent-fetch-headers): Optimize to call
236         gnus-list-of-unread-articles if that is sufficient.
237         Check unseen and recent instead of seen and recent.
238         (gnus-agent-fetch-headers): Abstain from calling
239         gnus-list-range-intersection if range (a . b) would have (> a b).
240
241 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * message.el (message-send-mail): Make it possible to perform
244         edebug-defun.
245
246 2002-10-18  Simon Josefsson  <jas@extundo.com>
247
248         * gnus-art.el (gnus-button-man-handler): Change default to
249         `manual-entry' (defined in both emacsen).
250         (gnus-button-man-handler): Remove emacsen difference and use
251         `manual-entry'.
252
253 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * spam.el: Wrap autoload settings for bbdb-records,
256         executable-find and ifile-spam-filter with eval-and-compile.
257         (spam-display-buffer-contents): Remove.
258         (spam-bogofilter-score): Merge spam-display-buffer-contents.
259
260 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
261
262         * spam.el (spam-display-buffer-contents): New function.
263         (spam-bogofilter-score): use spam-display-buffer-contents, patch
264         from Katsumi Yamaoka <yamaoka@jpl.org>.
265
266 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
267
268         * nnheader.el (nnheader-parse-naked-head): New function.
269         (nnheader-parse-head): Use the above function, in order to handle
270         continuation lines properly.
271         (nnheader-remove-body): New function.
272         (nnheader-remove-cr-followed-by-lf): New function.
273         (nnheader-ms-strip-cr): Use the above function.
274
275         * gnus-agent.el (gnus-agent-regenerate-group): Call
276         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
277         `nnheader-parse-head'.
278         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
279
280         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
281         continuation lines by itself; call `nnheader-parse-naked-head'
282         instead of `nnheader-parse-head'.
283         * nndiary.el (nndiary-parse-head): Ditto.
284         * nnfolder.el (nnfolder-parse-head): Ditto.
285         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
286         * nnmaildir.el (nnmaildir--update-nov): Ditto.
287         * nnml.el (nnml-parse-head): Ditto.
288
289 2002-10-17  Steve Youngs  <youngs@xemacs.org>
290
291         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
292         XEmacs, default to it if featurep 'xemacs.
293
294 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * spam-stat.el: Check for the existence of hash functions instead
297         of the Emacs version to decide whether to load cl.  Suggested by
298         Kai Gro\e,A_\e(Bjohann.
299
300 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
301
302         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
303         if it isn't open yet.
304
305 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-group.el: Require mm-url only when compiling.
308         (gnus-group-fetch-charter): Require mm-url.
309
310         * spam-stat.el: Require cl for the functions gethash,
311         hash-table-count, make-hash-table and mapc for Emacs 20.
312         (puthash): Alias to cl-puthash for Emacs 20.
313         (with-syntax-table): New macro for Emacs 20.
314
315 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
316
317         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
318
319 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
320
321         * spam.el (spam-check-ifile): added ifile as a spam checking
322         backend, and spam-use-ifle as the variable to toggle that check.
323
324 2002-10-12  Simon Josefsson  <jas@extundo.com>
325
326         * message.el (message-beginning-of-line): New variable.
327         (message-beginning-of-line): Use it.
328
329 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
330
331         * spam.el: more compilation fixes for BBDB
332
333         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
334         (spam-stat-reduce-size): Interactive.
335         (spam-stat-reset): New function.
336         (spam-stat-save): Interactive.
337
338 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus.el: Autoload gnus-delay-initialize.
341
342         * message.el: Autoload gnus-delay-article.
343
344 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
345
346         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
347         text property in Emacs.
348
349 2002-10-11  Simon Josefsson  <jas@extundo.com>
350
351         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
352         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
353
354         * mml1991.el (mml1991-pgg-sign): Remove CR.
355
356 2002-10-10  Simon Josefsson  <jas@extundo.com>
357
358         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
359         decrypt failed.
360         (mml2015-trust-boundaries-alist): Removed.
361         (mml2015-gpg-extract-signature-details): Don't use it.
362         (mml2015-unabbrev-trust-alist): New.
363         (mml2015-gpg-extract-signature-details): Use it.
364
365 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
366
367         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
368         BBDB installed
369
370         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
371         statistical analysis of spam in Lisp only
372
373 2002-10-10  Simon Josefsson  <jas@extundo.com>
374
375         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
376         auth, selected or examine state.
377
378         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
379         buffer and error buffer depending on type of information.
380
381         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
382         --status-fd stuff even if gpg.el is not used (revert earlier
383         change).
384         (mml2015-pgg-{clear-,}verify): Store both output and errors as
385         gnus details.
386         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
387         buffer.
388
389         * pgg.el (pgg-verify-region): Use it.
390
391         * pgg-def.el (pgg-query-keyserver): New variable.
392
393         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
394         key-identifier in packet.  Is this a good idea?
395
396         * mml.el (mml-mode-map): Add security commands that operates on
397         MIME parts.
398         (mml-menu): And menu items for them.
399
400         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
401
402         * mml.el (mml-parse-1): Support sender in #secure tags.
403
404         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
405         defined.
406
407         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
408         (mml-pgp-encrypt-buffer): Support combined signing.
409
410         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
411         (mml1991-gpg-encrypt): Ditto.
412         (mml1991-pgg-encrypt): Ditto.
413         (mml1991-encrypt): Pass sign parameter.
414
415         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
416         (mml-signencrypt-style): Mention the variable.
417
418 2002-10-09  Simon Josefsson  <jas@extundo.com>
419
420         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
421         pgg-gpg-user-id.
422
423         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
424         (pgg-fetch-key-function): Nil if w3 is not installed.
425
426 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
427
428         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
429         gnus-agent-current-history.
430
431 2002-10-06  Simon Josefsson  <jas@extundo.com>
432
433         * imap.el (imap-parse-status): Don't use read to read token.
434
435 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
436
437         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
438         for methods not covered by the agent, and when unplugged.
439
440 2002-10-05  Simon Josefsson  <jas@extundo.com>
441
442         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
443         signing.
444
445         * gnus-agent.el (gnus-agent-read-servers): If getting method from
446         a named server fails, ignore the server.
447
448         * mml1991.el (mml1991-pgg-sign): Do QP.
449
450         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
451         work.
452
453 2002-10-04  Simon Josefsson  <jas@extundo.com>
454
455         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
456
457         * pgg-pgp.el (pgg-pgp-verify-region): Inline
458         binary-write-decoded-region from MEL.
459
460         * pgg.el (pgg-encrypt-region): Support sign.
461
462         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
463
464         * mml2015.el (mml2015-pgg-encrypt): Ditto.
465
466         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
467         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
468         branch where PGG was taken from in the ChangeLog entries below.
469
470 2002-10-01  Simon Josefsson  <jas@extundo.com>
471
472         * pgg-pgp.el: Don't require mel.  Don't use luna.
473         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
474         (pgg-pgp-process-region): Use expand-file-name instead of concat.
475         (pgg-pgp-process-region): Don't use binary-funcall.
476
477         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
478
479         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
480         instead of concat.
481
482         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
483
484 2002-09-29  Simon Josefsson  <jas@extundo.com>
485
486         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
487         compile warnings.
488
489         * pgg.el (pgg-decrypt-region): Don't parse packet.
490
491         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
492
493 2002-09-29  Daiki Ueno <ueno@unixuser.org>
494
495         * pgg.el: Remove dependency on calist.el.
496
497 2002-09-28  Simon Josefsson  <jas@extundo.com>
498
499         * pgg.el (pgg-temporary-file-directory): New variable.
500         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
501
502         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
503         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
504
505         * pgg-parse.el (pgg-char-int): Defalias.
506         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
507         (pgg-read-bytes, pgg-read-body): Use it.
508         (pgg-decode-packets): Don't use MEL, use base64-*.
509         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
510         (pgg-string-as-unibyte): Defalias.
511         (pgg-parse-armor-region): Use it.
512
513         * pgg-gpg.el (pgg-gpg-process-region): Use
514         pgg-temporary-file-directory.
515
516         * luna.el: Don't def-edebug.
517
518         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
519         binary-write-decoded-region from MEL.
520
521         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
522
523         * alist.el, calist.el: Don't require product/APEL.
524
525         * pgg-parse.el (top-level): Remove dependency on static.el,
526         pccl.el, mel.el.
527         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
528         `define-ccl-program' is boundp, instead of using broken.
529
530 2002-10-01  Simon Josefsson  <jas@extundo.com>
531
532         * message.el (message-required-mail-headers): Remove Lines:.
533
534 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
535         From Jesper Harder.
536
537         * gnus-group.el (gnus-group-fetch-charter,
538         gnus-group-fetch-control): Prompt for group if given a prefix
539         argument.
540         * gnus-sum.el (t): Add gnus-group-fetch-charter and
541         gnus-group-fetch-control to summary key map and menu.
542
543
544 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
545
546         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
547         number when there are no articles.
548
549 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
550
551         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
552         arg ALL means to fetch all articles, not only downloadable ones.
553         (gnus-agent-fetch-selected-article): New function for
554         gnus-select-article-hook or gnus-mark-article-hook.
555
556 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
557         From Peter von der Ahe <nospam2159@daimi.au.dk>.
558
559         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
560         raw-text.
561
562 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
563
564         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
565         Pinard).
566         Major revamp of the code, documentation is in comments in the file
567         for now.
568
569 2002-09-30  Simon Josefsson  <jas@extundo.com>
570
571         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
572         buffer seem to be needed?
573
574 2002-09-29  Simon Josefsson  <jas@extundo.com>
575
576         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
577         compile warnings.
578
579         * mml1991.el (mml1991-function-alist): Add pgg.
580         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
581         (mml1991-pgg-encrypt): Fix recipients querying.
582
583 2002-09-28  Simon Josefsson  <jas@extundo.com>
584
585         * mml2015.el (autoload): Autoload correct files.  Trivial patch
586         from dme@dme.org.
587         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
588         handle is returned.
589
590 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
593         Protect against non-existent of `nnimap-mailbox-info'.
594
595 2002-09-27  Simon Josefsson  <jas@extundo.com>
596
597         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
598         (gnus-setup-news-hook): Use it.
599         (gnus-after-getting-new-news-hook): Ditto.
600
601         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
602
603 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
604         From Mats Lidell <matsl@contactor.se>.
605
606         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
607
608 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
609
610         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
611         the part to decode encoded words, use raw words instead of decoded
612         words.
613
614 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
615
616         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
617
618         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
619         (mm-setup-w3m): Use it.
620
621 2002-09-27  Simon Josefsson  <jas@extundo.com>
622
623         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
624         article buffers.
625
626         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
627         it just in case.
628         (nnimap-update-unseen): New function; update unseen count in
629         `n-m-info'.
630         (nnimap-close-group): Call it.
631
632         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
633         (gnus-after-getting-new-news-hook): Ditto.
634
635         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
636         message into verboselevel 9.  Change slow mail check message.
637         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
638         (nnimap-fixup-unread-after-getting-new-news): New function, to be
639         used as a hook after getting new mail.
640
641 2002-09-26  Simon Josefsson  <jas@extundo.com>
642
643         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
644         SELECT/EXAMINE is first unseen article, not number of unseen
645         articles.  Make them distinct by renaming the former to
646         `first-unseen' instead of `unseen'.
647
648         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
649         too.
650         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
651         changed.
652         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
653
654         * gnus-int.el (gnus-server-unopen-status): Defcustom.
655
656         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
657         better.
658
659         * mml2015.el (mml2015-pgg-decrypt): Only add security information
660         if dissecting resulting buffer actually had any information.
661
662 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
665         because the function `string<' allows symbols.
666
667         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
668
669 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
670
671         * message.el (message-forward-make-body): Revert an early change
672         because 8-bit utf-8 emails.
673
674 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
675
676         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
677         links to Info)
678         * gnus-art.el (gnus-treat-highlight-signature):
679         * gnus-art.el (gnus-treat-buttonize):
680         * gnus-art.el (gnus-treat-buttonize-head):
681         * gnus-art.el (gnus-treat-emphasize):
682         * gnus-art.el (gnus-treat-strip-cr):
683         * gnus-art.el (gnus-treat-unsplit-urls):
684         * gnus-art.el (gnus-treat-leading-whitespace):
685         * gnus-art.el (gnus-treat-hide-headers):
686         * gnus-art.el (gnus-treat-hide-boring-headers):
687         * gnus-art.el (gnus-treat-hide-signature):
688         * gnus-art.el (gnus-treat-fill-article):
689         * gnus-art.el (gnus-treat-hide-citation):
690         * gnus-art.el (gnus-treat-hide-citation-maybe):
691         * gnus-art.el (gnus-treat-strip-list-identifiers):
692         * gnus-art.el (gnus-treat-strip-pgp):
693         * gnus-art.el (gnus-treat-strip-pem):
694         * gnus-art.el (gnus-treat-strip-banner):
695         * gnus-art.el (gnus-treat-highlight-headers):
696         * gnus-art.el (gnus-treat-highlight-citation):
697         * gnus-art.el (gnus-treat-date-ut):
698         * gnus-art.el (gnus-treat-date-local):
699         * gnus-art.el (gnus-treat-date-english):
700         * gnus-art.el (gnus-treat-date-lapsed):
701         * gnus-art.el (gnus-treat-date-original):
702         * gnus-art.el (gnus-treat-date-iso8601):
703         * gnus-art.el (gnus-treat-date-user-defined):
704         * gnus-art.el (gnus-treat-strip-headers-in-body):
705         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
706         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
707         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
708         * gnus-art.el (gnus-treat-unfold-headers):
709         * gnus-art.el (gnus-treat-fold-headers):
710         * gnus-art.el (gnus-treat-fold-newsgroups):
711         * gnus-art.el (gnus-treat-overstrike):
712         * gnus-art.el (gnus-treat-display-xface):
713         * gnus-art.el (gnus-treat-display-smileys):
714         * gnus-art.el (gnus-treat-from-picon):
715         * gnus-art.el (gnus-treat-mail-picon):
716         * gnus-art.el (gnus-treat-newsgroups-picon):
717         * gnus-art.el (gnus-treat-body-boundary):
718         * gnus-art.el (gnus-treat-capitalize-sentences):
719         * gnus-art.el (gnus-treat-fill-long-lines):
720         * gnus-art.el (gnus-treat-play-sounds):
721         * gnus-art.el (gnus-treat-translate):
722         * gnus-art.el (gnus-treat-x-pgp-sig):
723         * gnus-art.el (gnus-mime-button-line-format):
724         * gnus-art.el (gnus-button-man-level):
725         * gnus-art.el (gnus-button-emacs-level):
726         * gnus-cus.el (gnus-group-parameters):
727         * gnus-gl.el (bbb-build-mid-scores-alist):
728         * gnus-group.el (gnus-group-line-format):
729         * gnus-mlspl.el (gnus-group-split-setup):
730         * gnus-mlspl.el (gnus-group-split):
731         * gnus-msg.el (gnus-mailing-list-groups):
732         * gnus-msg.el (gnus-posting-styles):
733         * gnus-nocem.el (gnus-nocem-issuers):
734         * gnus-score.el (gnus-score-regexp-bad-p):
735         * gnus-srvr.el (gnus-server-line-format):
736         * gnus-topic.el (gnus-topic-line-format):
737         * gnus.el (gnus-summary-line-format):
738         * mail-source.el (mail-sources):
739         * message.el (message-subscribed-address-file):
740         * nnmail.el (nnmail-split-fancy):
741
742 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
743
744         * mail-source.el(mail-source-run-script): use `functionp' to test
745         whether the argument `script' is in fact a function.
746         (mail-sources): adjust the defcustom to allow users to specify a
747         function or a string as the value of the `:prescript' and
748         `:postscript' arguments of the `file' and `pop3' mail sources.
749
750 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
751
752         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
753         number when article 1 does not exist.
754
755 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
756
757         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
758         apropos if apropos-variable does not exist.
759         (gnus-button-guessed-mid-regexp)
760         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
761         regexes.  From Reiner Steib.
762         (gnus-button-handle-describe-function)
763         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
764         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
765         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
766
767 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
768
769         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
770         the file.
771
772 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
773
774         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
775
776 2002-09-24  Simon Josefsson  <jas@extundo.com>
777
778         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
779         (mml2015-use): Prefer PGG if installed.
780         (mml2015-function-alist): Add PGG wrappers.
781         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
782         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
783         prefix, make regexp optionally skip it.
784         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
785         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
786         (mml2015-pgg-encrypt): New functions.
787         (defvar, autoload): Prevent byte-compile warnings.
788
789 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
790         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
791
792         * gnus-art.el (article-strip-banner): Check for the existence of
793         from header.
794
795 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
796
797         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
798         (gnus-button-alist): Improved regexp for
799         gnus-button-handle-mid-or-mail (false positives), fixed
800         gnus-button-handle-man entries.
801         From Reiner Steib.
802
803 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
804         From Josh Huber.
805
806         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
807         nnmail-extra-headers is non-nil.
808
809 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
810
811         * nnmaildir.el: Store article numbers persistently.  General
812         revision.
813         (nnmaildir-request-expire-articles): handle 'immediate and 'never
814         for nnmail-expiry-wait; delete instead of moving if 'force is
815         given.
816
817 2002-09-23  Simon Josefsson  <jas@extundo.com>
818         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
819
820         * smime.el (smime-sign-buffer): Get key and extra certs.
821         (smime-get-key-with-certs-by-email): Utility function.
822
823 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
824         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
825
826         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
827         article exists.
828
829 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
830
831         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
832
833 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
834         From Reiner Steib.
835
836         * gnus-art.el (gnus-button-handle-custom,
837         gnus-button-handle-mid-or-mail,
838         gnus-button-handle-describe-{function,variable,key},
839         gnus-button-handle-apropos{,command,variable}): New functions.
840         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
841         gnus-button-{man,emacs,mail}-level): New variables.
842         (gnus-button-alist): Use the above to buttonize emacs and mail
843         related links.
844
845 2002-09-18  Juanma Barranquero  <lektu@terra.es>
846
847         * gnus-int.el (gnus-status-message): Fix spacing.
848
849         * imap.el (imap-continuation): Fix typos.
850
851 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
852
853         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
854
855         * gnus-art.el (gnus-article-reply-with-original): Correct
856         with-current-buffer scope.
857
858         * message.el (message-completion-alist): Add Reply-To, From, etc.
859
860 2002-09-18  Simon Josefsson  <jas@extundo.com>
861
862         * nnimap.el (nnimap-request-expire-articles): Make flag setting
863         conditional.  From Nevin Kapur <nevin@jhu.edu>.
864
865 2002-09-17  Simon Josefsson  <jas@extundo.com>
866
867         * nnimap.el (nnimap-expiry-target): Don't search for which
868         articles exists here.
869         (nnimap-request-expire-articles): Do it here instead.  Only expire
870         when articles are found.  Suggested by Nevin Kapur
871         <nevin@jhu.edu>.
872
873 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
874         From Reiner Steib <reiner.steib@gmx.de>.
875
876         * message.el (message-strip-subject-trailing-was)
877         (message-change-subject, message-add-archive-header)
878         (message-xpost-fup2-header, message-xpost-insert-note)
879         (message-xpost-fup2, message-reduce-to-to-cc): New functions
880         adopted from message-utils.el.  Add functions to the keymap, mode
881         describtion and menu.
882         (message-change-subject,message-xpost-fup2): Signal error if
883         current header is empty.
884         (message-xpost-insert-note): Changed insert position.
885         (message-archive-note): Ensure to insert note in message body (not
886         in head).
887         (message-archive-header, message-archive-note)
888         (message-xpost-default, message-xpost-note, message-fup2-note)
889         (message-xpost-note-function): New variables adopted from
890         message-utils.el.  Changed some doc-strings.
891         (message-mark-insert-{begin,end}): Rename from
892         message-{begin,end}-inserted-text-mark (message-utils.el), changed
893         values.
894         (message-subject-trailing-was-query)
895         (message-subject-trailing-was-ask-regexp)
896         (message-subject-trailing-was-regexp): New variables.
897         (message-to-list-only): Added doc-string and menu entry.
898
899         * message-utils.el: Removed.  Functions are now in message.el.
900
901 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
902
903         * gnus-art.el (gnus-article-reply-with-original,
904         gnus-article-followup-with-original): Switch to
905         gnus-summary-buffer before reply/followup.
906
907 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
908
909         * gnus-sum.el (gnus-summary-toggle-header): The article window may
910         not exist. Toggle it anyway.
911
912 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
913
914         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
915
916         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
917         Trivial patch from Urban Engberg <ue@ccieurope.com>.
918
919         * rfc2047.el (message-posting-charset): Defvar it.
920         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
921         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
922
923         * mail-source.el (mail-source-fetch): Hide password.
924
925         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
926
927 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
928         From John Paul Wallington <jpw@shootybangbang.com>.
929
930         * gnus.el (gnus-visual, gnus-meta): Fix typo.
931
932 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
935
936 2002-09-11  Simon Josefsson  <jas@extundo.com>
937
938         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
939         (nnimap-split-rule): Doc fix.
940         (nnimap-request-expire-articles): Cleanup code.
941
942 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
943         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
944
945         * gnus-art.el (gnus-article-address-banner-alist): New option.
946         (article-strip-banner): Refer the above option to split banners of
947         free mail servers, when no group parameter is specified.
948
949 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * nntp.el (nntp-wait-for-string): Check for a process in the
952         current buffer instead of `nntp-server-buffer'.
953
954 2002-09-09  Simon Josefsson  <jas@extundo.com>
955
956         * gnus-art.el (gnus-button-man-handler): New variable.
957         (gnus-button-alist): Use g-b-handle-man.
958         (gnus-button-handle-man): New, call g-b-man-handler.
959
960 2002-09-08  Simon Josefsson  <jas@extundo.com>
961
962         * gnus-art.el (gnus-button-alist): Buttonize man page links.
963
964 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
967
968 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
971
972         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
973         keystroke.
974
975         * gnus-srvr.el (gnus-browse-describe-group): New command and
976         keystroke.
977
978 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
981         value for gnus-decoration property.
982
983 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
984
985         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
986         string) as group name in case we have a CRLF in the file.
987
988 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
989
990         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
991         group.
992         (rfc1843-decode-hzp): do.
993         (rfc1843-newsgroups-regexp): do.
994
995 2002-09-04  Simon Josefsson  <jas@extundo.com>
996
997         * message.el (message-canlock-generate): Make sure sha1 doesn't
998         call external programs.
999
1000 2002-09-03  Simon Josefsson  <jas@extundo.com>
1001
1002         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1003
1004         * gnus-agent.el (gnus-agent-batch): Add doc.
1005
1006 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1007
1008         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1009         check for signed and encrypted parts.
1010         * mml.el (mml-parse-1): Correct small typo which preventing
1011         setting recipients in a secure tag.
1012
1013 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * mm-util.el (mm-coding-system-priorities): Default to a list of
1016         iso-2022-jp and others for the Japanese environment.
1017
1018 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1021         invalid display names.
1022
1023 2002-08-30  Simon Josefsson  <jas@extundo.com>
1024
1025         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1026         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1027
1028 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1029
1030         * gnus.el (gnus-group-charter-alist): New option.
1031         (gnus-group-fetch-control-use-browse-url): New option.
1032
1033         * gnus-group.el (gnus-group-fetch-charter): New function.
1034         (gnus-group-fetch-control): New function.
1035         Add them to the keymap and menu. Require mm-url.
1036
1037 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1040         From Alex Schroeder <alex@emacswiki.org>.
1041
1042 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1043
1044         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1045         items expecting user interaction.
1046
1047         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1048
1049         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1050
1051         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1052
1053         * mml.el (mml-menu): do.
1054
1055 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mail-source.el (mail-source-touch-pop): New function.
1058
1059         * message.el (message-smtpmail-send-it): New function.
1060         (message-send-mail-function): Add it for a candidate.
1061
1062 2002-08-27  Simon Josefsson  <jas@extundo.com>
1063
1064         * gnus-msg.el (posting-charset-alist): Use
1065         gnus-define-group-parameter instead of defcustom.
1066         (gnus-put-message): Handle SPC in GCC.
1067         (gnus-inews-insert-gcc): Ditto.
1068         (gnus-inews-insert-archive-gcc): Ditto.
1069
1070 2002-08-26  Simon Josefsson  <jas@extundo.com>
1071
1072         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1073         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1074         (gnus-agent-possibly-save-gcc): Autoload.
1075         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1076
1077 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus.el (gnus-other-frame-function): New user option.
1080         (gnus-other-frame): Use it; add a doc-string; make it work with
1081         the gnuclient program.
1082
1083         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1084
1085         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1086         `device-connection' and `dfw-device'.
1087
1088 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1089
1090         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1091         positives, make it stricter.  From Jochen Hein (trivial change).
1092
1093 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * gnus.el (gnus-other-frame): Trivial fix.
1096
1097 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus.el (gnus-other-frame-parameters): New user option.
1100         (gnus-other-frame-object): New variable.
1101         (gnus-other-frame): Make it search for existing Gnus frame; don't
1102         read new news; delete frame on exit.
1103
1104         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1105
1106         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1107
1108 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1109         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1110
1111         * message.el (message-set-auto-save-file-name): Add support for
1112         the Cygwin Emacs; the system-type is `cygwin'.
1113         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1114
1115 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1116
1117         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1118
1119         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1120         avoid arithmetic errors.
1121
1122 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1125
1126 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1129         (message-ignored-resent-headers): Add envelope From.
1130
1131 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1132
1133         * gnus.el (gnus-summary-line-format): Document %k specifier.
1134
1135 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1136
1137         * gnus-sum.el (gnus-summary-line-message-size): New function.
1138         (gnus-summary-line-format-alist): Use it.
1139
1140 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * gnus-art.el (article-make-date-line): Refer to the value for
1143         `gnus-article-time-format' in the summary buffer.
1144
1145         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1146
1147 2002-08-14  Simon Josefsson  <jas@extundo.com>
1148
1149         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1150         quoting.
1151         (gnus-button-alist): Fix doc.
1152         (gnus-header-button-alist): Use ' not ` for default value quoting.
1153         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1154         rationale similar to 2002-05-01 change.
1155         (gnus-article-add-buttons-to-head): Evaluate expression.
1156
1157         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1158
1159 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * message.el (message-font-lock-keywords): Refer to the value for
1162         `message-cite-prefix-regexp' dynamically.
1163
1164 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1167
1168 2002-08-12  Simon Josefsson  <jas@extundo.com>
1169
1170         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1171         (imap-shell-open): Skip initial junk before IMAP greeting.
1172
1173 2002-08-11  Simon Josefsson  <jas@extundo.com>
1174
1175         * message-utils.el (message-xpost-default,
1176         message-xpost-fup2-header, message-xpost-fup2): Fixed
1177         Typos.  Trivial changes from Reiner Steib
1178         <4uce.02.r.steib@gmx.net>.
1179
1180 2002-08-09  Simon Josefsson  <jas@extundo.com>
1181
1182         * message.el (message-canlock-password): Set
1183         canlock-password-for-verify to newly generated canlock-password.
1184         When Emacs is restarted, Custom makes sure this is set, but during
1185         the same session we must set it manually.
1186
1187 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1188
1189         * yenc.el: New file.
1190
1191         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1192         (mm-uu-type-alist): Add yenc.
1193         (mm-uu-yenc-filename): New function.
1194         (mm-uu-yenc-extract): New function.
1195
1196         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1197
1198 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1199
1200         * dgnushack.el (merge): Don't use coerce.
1201
1202 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1203
1204         * mailcap.el (mailcap-mime-data): Test window-system rather than
1205         mm-device-type.
1206         (mailcap-mime-data): Call xdvi and gv with "-safer".
1207
1208         * mm-util.el: Don't define mm-device-type.
1209
1210 2002-08-05  Simon Josefsson  <jas@extundo.com>
1211
1212         * mm-util.el (mm-coding-system-priorities): coding-system type not
1213         supported everywhere.
1214
1215 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus.el (gnus-version-number): Bumped version number.
1218
1219 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1220
1221         * gnus.el: Oort Gnus v0.07 is released.
1222
1223 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1226         (gnus-article-sort-functions): Doc fix.
1227         (t): New keystroke.
1228         (gnus-article-sort-by-random): New function.
1229         (gnus-thread-sort-by-random): New function.
1230
1231 2002-08-02  Simon Josefsson  <jas@extundo.com>
1232
1233         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1234         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1235
1236 2002-07-31  Danny Siu  <dsiu@adobe.com>
1237
1238         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1239         when splitting malformed messages without message-id
1240
1241 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1242         From Niklas Morberg <niklas.morberg@axis.com>.
1243
1244         * nnweb.el (nnweb-type, nnweb-type-definition)
1245         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1246         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1247         functionality.
1248         * nnweb.el: Removed old non-functioning search engines.
1249
1250 2002-07-27  Simon Josefsson  <jas@extundo.com>
1251
1252         * message.el (message-forward-make-body): Don't use
1253         `message-forward-ignored-headers' when doing a "raw" followup (it
1254         is important to preserve e.g. CTE).
1255
1256         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1257
1258         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1259         regexp-quote, Cyrus Sieve is fixed.
1260
1261         * sieve-manage.el (sieve-manage-deletescript): New function.
1262
1263         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1264         (sieve-manage-mode): Fix menubar.
1265         (sieve-activate): Change some messages.
1266         (sieve-deactivate-all): New function.
1267         (sieve-deactivate): New alias.
1268         (sieve-remove): New function.
1269         (sieve-help): Fix help.
1270         All suggested by Ned Ludd.
1271
1272 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1275         (mm-w3m-safe-url-regexp): New user option.
1276
1277         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1278         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1279
1280 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1281
1282         * gnus-sum.el (gnus-summary-delete-article): Force
1283         nnmail-expiry-target to 'delete, so that absolute deletion
1284         happens when absolute deletion is requested.
1285
1286 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1287         From Nevin Kapur <nevin@jhu.edu>.
1288
1289         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1290         headers as empty headers.
1291
1292 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1293         From Jochen Hein <jochen@jochen.org>.
1294
1295         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1296         correct typo.
1297         (gnus-emphasis-strikethru): New face.
1298
1299 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1300         From Jason Merrill <jason@redhat.com>.
1301
1302         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1303         entire file for each of a sequence of missing articles.
1304
1305         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1306         value for gnus-view-pseudos.
1307
1308         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1309         avoid nreverse.
1310
1311 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1312         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1313
1314         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1315         (gnus-summary-mode-line-format-alist): Add %h for number of
1316         spams.
1317         (gnus-newsgroup-spam-marked): New variable.
1318         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1319         (gnus-article-read-p, gnus-article-mark)
1320         (gnus-set-global-variables, gnus-set-global-variables)
1321         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1322         (gnus-summary-mark-article-as-unread)
1323         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1324         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1325         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1326
1327 2002-07-10  Simon Josefsson  <jas@extundo.com>
1328
1329         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1330         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1331
1332 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1333
1334         * gnus-sum.el (gnus-summary-delete-article): Respect group
1335         parameters while expiring.
1336
1337 2002-07-08  Simon Josefsson  <jas@extundo.com>
1338
1339         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1340         Enberg.
1341
1342 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1343
1344         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1345         function is called interactively.  From Niklas Morberg.
1346
1347 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1348
1349         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1350         cdaar to cdar and car.
1351
1352         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1353         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1354
1355 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1358         don't break a narrowed article.
1359
1360         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1361         (nntp-open-via-rlogin-and-telnet): Ditto.
1362
1363 2002-07-02  Didier Verna  <didier@xemacs.org>
1364
1365         * nnmail.el (nnmail-split-methods): fix custom type.
1366
1367 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1368
1369         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1370         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1371
1372 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1373
1374         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1375         (gnus-summary-resend-message): Use it.
1376
1377 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1380         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1381
1382 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1383
1384         * message.el (message-font-lock-keywords): Don't fontify
1385         headers in the message body, only in the header.
1386         (message-font-lock-make-header-matcher): New function, used by
1387         message-font-lock-keywords.
1388         From Katsumi Yamaoka <yamaoka@jpl.org>.
1389
1390 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1393
1394 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1397
1398 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1399
1400         * message.el (message-font-lock-keywords): Revert 2002-06-22
1401         change.
1402
1403 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1404
1405         * message.el (message-font-lock-keywords): Put colon in header
1406         name match.
1407
1408 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1409
1410         * message.el (message-font-lock-keywords): Don't use header faces
1411         in the body.  Thanks to Stefan Monnier for the hint on the
1412         implementation.
1413
1414 2002-05-09  Miles Bader  <miles@gnu.org>
1415
1416         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1417         (gnus-article-hide-citation): Respect it.
1418
1419 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1420
1421         * pop3.el (pop3-open-server): Fix typo.
1422
1423 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1424
1425         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1426         instead of push to ignore duplicate to-(list|address) values.
1427         * nnmail.el (nnmail-cache-ignore-groups): New.
1428         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1429
1430 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1431
1432         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1433         before sending.  Suggested by Jan Rychter.
1434
1435 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * dgnushack.el (remove): New compiler macro.
1438         (last, coerce, subseq): Remove compiler macros for those built-in
1439         or unused functions.
1440
1441 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1442
1443         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1444         sure to write byte-compiled versions of gnus-*-format-alist to
1445         .newsrc.eld.  From Simon Josefsson.
1446
1447 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1448
1449         * gnus-agent.el (gnus-agent-read-servers)
1450         (gnus-agent-write-servers): Put server name (string like
1451         "nnchoke:frumple") in the file instead of a server specification
1452         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1453         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1454
1455 2002-06-16  Simon Josefsson  <jas@extundo.com>
1456
1457         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1458         Reiner Steib <4uce.02.r.steib@gmx.net>.
1459
1460 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1461
1462         * nnheader.el (nnheader-file-name-translation-alist): Set the
1463         default value for MS Windows systems.
1464
1465         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1466
1467 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * message.el (message-beginning-of-line): Keep the region active
1470         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1471
1472 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1473
1474         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1475         * gnus-msg.el (gnus-summary-reply): Ditto.
1476         * gnus-msg.el (gnus-summary-handle-replysign): New.
1477
1478 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1481         if sending failed.
1482
1483 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1484
1485         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1486         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1487         to sign while encrypting.
1488
1489 2002-06-11  Simon Josefsson  <jas@extundo.com>
1490
1491         * gnus-int.el (gnus-request-move-article): Agent expire article if
1492         successfuly moved.
1493
1494         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1495         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1496
1497 2002-06-10  Simon Josefsson  <jas@extundo.com>
1498
1499         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1500
1501 2002-06-09  Simon Josefsson  <jas@extundo.com>
1502
1503         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1504
1505         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1506
1507 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1508
1509         * flow-fill.el (fill-flowed): Ignore errors.
1510
1511 2002-06-06  Simon Josefsson  <jas@extundo.com>
1512
1513         * message.el (message-send-mail-with-sendmail): Improve error message.
1514
1515 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1516
1517         * message.el (message-interactive): Change default from nil to t.
1518         Better to be safe than to be fast.
1519
1520 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1521
1522         * message.el (message-send-mail-with-sendmail): Check return value
1523         from call-process-region.
1524
1525 2002-06-04  Simon Josefsson  <jas@extundo.com>
1526
1527         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1528         (gnus-group-post-news, gnus-summary-mail-other-window)
1529         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1530         gnus-article-copy to nil, thereby inhibiting the `header' posting
1531         style match to use data from last viewed article.
1532         Suggested by Hrvoje Niksic.
1533
1534 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * spam.el (spam-point-at-eol): New alias.
1537         (spam-parse-whitelist): Use it.
1538
1539 2002-06-03  Simon Josefsson  <jas@extundo.com>
1540
1541         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1542         (nnmail-article-group): Use it.
1543
1544 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1545
1546         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1547         so that code reading them won't be surprised.  From Jesper Harder
1548         <harder@ifa.au.dk>.
1549
1550 2002-05-29  Simon Josefsson  <jas@extundo.com>
1551
1552         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1553         articles.
1554
1555         * gnus.el (gnus-agent-cache): Doc fix.
1556         (gnus-agent): Change default to t.
1557
1558         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1559         ARTICLES, GROUP and FORCE parameters.
1560
1561 2002-05-28  Simon Josefsson  <jas@extundo.com>
1562
1563         * gnus-group.el (gnus-group-line-format): Doc fix.
1564
1565 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1566
1567         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1568         original article before yanking.  From Jesper Harder
1569         <harder@ifa.au.dk>.
1570
1571 2002-05-26  Simon Josefsson  <jas@extundo.com>
1572
1573         * gnus-sum.el (gnus-summary-menu-split): New function.
1574         (gnus-summary-make-menu-bar): Split charset submenu.
1575         (gnus-summary-menu-maxlen): New variable.
1576         (gnus-summary-menu-split): Use it.
1577
1578 2002-05-25  Simon Josefsson  <jas@extundo.com>
1579
1580         * mml.el (mml-preview): Generate some headers.
1581
1582         * gnus.el (gnus-large-newsgroup): Fix :type.
1583
1584         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1585         Agent cache NOV's by default now).
1586         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1587
1588 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1589
1590         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1591         call to gnus-parent-id when we check for References loops.
1592         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1593         twice by saving the simplified subject string in simp-subject.
1594
1595 2002-05-23  Simon Josefsson  <jas@extundo.com>
1596
1597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1598         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1599
1600         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1601         Niklas Morberg <niklas.morberg@axis.com>.
1602
1603 2002-05-22  Simon Josefsson  <jas@extundo.com>
1604
1605         * sieve.el (sieve-change-region): Define it before it is used.
1606
1607         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1608         (gnus-summary-reply): Ask for confirmation when replying to news.
1609         Defaults to not ask.  From Benjamin Rutt
1610         <rutt+news@cis.ohio-state.edu>.
1611
1612         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1613
1614 2002-05-21  Simon Josefsson  <jas@extundo.com>
1615
1616         * sieve-mode.el (sieve-manage): Fix autoloads.
1617
1618         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1619         name (makes it work with recent Cyrus timsieved).
1620
1621 2002-05-20  Jason  <jbaker@cs.utah.edu>
1622
1623         * gnus-art.el (gnus-request-article-this-buffer): Try
1624         reconnecting if you don't get the message.
1625
1626 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1629         Reply-To headers from the headers.
1630
1631 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * mm-url.el (mm-url-insert): Remove junk message.
1634
1635 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1638         (nnslashdot-use-front-page): New variable.
1639         (nnslashdot-request-list): Use it.
1640
1641         * mm-url.el (mm-url-timeout): New variable.
1642         (mm-url-retries): Ditto.
1643         (mm-url-insert): Use it.
1644
1645 2002-05-16  Simon Josefsson  <jas@extundo.com>
1646
1647         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1648         (gnus-simplify-subject-functions): Mention g-s-a-w.
1649
1650 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1651
1652         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1653         nnmail-cache-insert.
1654         * nndiary.el (nndiary-request-accept-article): Ditto.
1655         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1656         * nnimap.el (nnimap-request-accept-article): Ditto.
1657         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1658         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1659         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1660         * nnmh.el (nnmh-request-accept-article): Ditto.
1661         * nnmail.el (nnmail-cache-insert): Change group to required,
1662         removed code which tried to figure out the group.
1663
1664 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1665
1666         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1667         messages. From Hans de Graaff <hans@degraaff.org>.
1668         * nnml.el (nnml-request-accept-article): Pass in the group name to
1669         nnmail-cache-insert, since it's available.
1670
1671 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1672
1673         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1674
1675 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1676         From Florian Weimer <fw@deneb.enyo.de>.
1677
1678         * gnus.el (subscribed): New group parameter.
1679         (gnus-find-subscribed-addresses): Use it.
1680
1681 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1682
1683         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1684         the default for pgpmime to support pgp v2.
1685         * mml-sec.el (mml-signencrypt-style): New accessor function to
1686         allow users to get/set the signencrypt style more easily without
1687         frobbing the alist directly.
1688         * mml.el (mml-generate-mime-1): Use accessor function.
1689
1690 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1691
1692         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1693         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1694         <schwab@suse.de>.
1695
1696 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1697
1698         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1699         when intuiting the group the message is written to.  From Josh
1700         Huber <huber@alum.wpi.edu>.
1701
1702 2002-05-06  Simon Josefsson  <jas@extundo.com>
1703
1704         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1705         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1706
1707 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1708
1709         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1710         argument, and fixed compiler warning. (added autoload for
1711         gpg-encrypt).
1712
1713 2002-05-04  Simon Josefsson  <jas@extundo.com>
1714
1715         * mml1991.el (mml1991-function-alist): Doc fix.
1716
1717         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1718         doesn't exist (for previewing messages without having Gnus
1719         started).
1720
1721         * mm-util.el (mm-coding-system-priorities): Defcustom.
1722
1723         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1724
1725 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1726
1727         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1728         default.
1729         * mml-sec.el:
1730         * mml-sec.el (mml-signencrypt-style): New.
1731         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1732         argument `sign'.
1733         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1734         signencrypt.
1735         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1736         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1737         both signed & encryped is processed in one operation. (rather than
1738         two separate ops: sign, then encrypt)
1739         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1740         indication if a message is signed by an expired key.
1741         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1742         enables combined sign & encrypt operation. (this was always on
1743         before).
1744         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1745
1746 2002-05-01  Simon Josefsson  <jas@extundo.com>
1747
1748         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1749         server.
1750         (nnimap-mailbox-info): defvar instead of defvoo.
1751
1752 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1753
1754         * gnus.el: Oort Gnus v0.06 is released.
1755
1756 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * lpath.el: Bind url-package-version.
1759
1760 2002-05-01  Simon Josefsson  <jas@extundo.com>
1761
1762         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1763         filename before deleting the group itself, because the presence of
1764         a group filename decides if long filenames are used or not.
1765
1766         * gnus-art.el (gnus-button-alist): Don't inline
1767         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1768         without also modifying g-button-alist.
1769         (gnus-button-alist): Fix type to allow variable as well as regexp.
1770         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1771         themselves, variables to its contents.
1772         (gnus-button-entry): Ditto.
1773
1774 2002-05-01  Simon Josefsson  <jas@extundo.com>
1775
1776         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1777         UIDNEXT as a string.
1778
1779         * nnimap.el (nnimap-string-lessp-numerical): New function.
1780         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1781         integers.
1782
1783 2002-04-29  Simon Josefsson  <jas@extundo.com>
1784
1785         * nnmail.el (nnmail-cache-insert): Accept optional group
1786         parameter.
1787
1788         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1789         n-r-g-a is disabled.
1790
1791 2002-04-29  Simon Josefsson  <jas@extundo.com>
1792
1793         * nnimap.el (nnimap-split-fancy): Fix doc.
1794         (nnimap-split-fancy): Fix doc.
1795
1796         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1797         (nnimap-mailbox-info): New internal variable.
1798         (nnimap-retrieve-groups): Implement faster new mail check.
1799
1800         * nnimap.el (nnimap-split-articles): Support
1801         nnmail-cache-accepted-message-ids.
1802         (nnimap-request-accept-article): Ditto.
1803
1804         * imap.el (imap-mailbox-status-asynch): New command.
1805
1806 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1807
1808         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1809         are no subscribed mail groups.
1810         - Strip quoted names when comparing addresses
1811
1812 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1813
1814         * mm-decode.el (mm-text-html-renderer): Change customize type to
1815         const.
1816
1817         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1818         (gnus-debug-exclude-variables): do.
1819
1820 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1821
1822         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1823         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1824
1825 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * dns.el (dns-make-network-process): New macro.
1828         (query-dns): Use it.
1829
1830 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1831
1832         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1833         article-buffer.
1834
1835         * mm-url.el (mm-url-package-name): New variable.
1836         (mm-url-package-version): New variable.
1837         (mm-url-insert-file-contents): Bind url-package-name and
1838         url-package-version here.
1839         * nnrss.el (nnrss-insert-w3): Move the bindings.
1840
1841         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1842         url-package-version. Trivial change from Andrew J Cosgriff
1843         <ajc@polydistortion.net>
1844
1845         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1846         attachments. Trivial change from Peter 'Luna' Runestig
1847         <peter@runestig.com>.
1848
1849 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1850
1851         * nnkiboze.el (nnkiboze-request-scan): Call
1852         nnkiboze-possibly-change-group.
1853         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1854         problems.
1855         (nnkiboze-generate-group): Set newsrc to the *highest* article
1856         number kibozed, not the lowest.
1857
1858 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1859
1860         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1861
1862 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1863         From Dan Christensen <jdc+news@uwo.ca>.
1864
1865         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1866         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1867         Recognize math postings.  Extract Date (now ignores "(15kb)").
1868         Extract email address using gnus-extract-address-components
1869         instead of just taking the first word.  Create Date and From
1870         headers for message which are missing these headers.  Get rid
1871         of spurious \\ lines (purely cosmetic).  Extend body-end and
1872         file-end regexps, to exclude more garbage from the message.
1873         Make URL rephrasing regexp more flexible, to match current
1874         format.
1875
1876 2002-04-23  Simon Josefsson  <jas@extundo.com>
1877
1878         * netrc.el: New file, functions copied from gnus-util.el by Ted
1879         Zlatanov <tzz@lifelogs.com>.
1880
1881         * gnus-util.el: Require netrc.
1882         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1883         new code in netrc.el.
1884
1885 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1886
1887         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1888         message-ignored-resent-headers, too.  From Matthieu Moy
1889         <Matthieu.Moy@imag.fr>.
1890
1891 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1892
1893         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1894         boolean not a string
1895         * gnus-group.el (gnus-group-line-format): add description of %C
1896         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1897           as %C
1898         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1899
1900 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1901
1902         * nnmaildir.el (nnmaildir-request-scan): typo: set
1903         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1904         nnmail-get-new-mail for 'find-new-groups.
1905
1906 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1907
1908         * nnmaildir.el (nnmaildir-request-update-info,
1909         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1910         unnecessary calls to nnmaildir-request-scan.
1911
1912 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1913
1914         * gnus-msg.el:
1915         * gnus-msg.el (gnus-message-replysign): New.
1916         * gnus-msg.el (gnus-message-replyencrypt): New.
1917         * gnus-msg.el (gnus-message-replysignencrypted): New.
1918         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1919         (above) to automatically encrypt/sign to encrypted/signed
1920         messages.
1921         * message.el:
1922         * message.el (message-mode-map): Add keybinding for
1923         `message-to-list-only'
1924         * message.el (message-mode): Add description for
1925         `message-to-list-only'
1926         * message.el (message-to-list-only): New.
1927         * message.el (message-make-mft): Changed to use the cl loop macro,
1928         and added optional flag to return only the matched list. (for use
1929         in new message-to-list-only function)
1930
1931 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1932
1933         * gnus-msg.el:
1934         * gnus-msg.el (gnus-message-replysign):
1935         * gnus-msg.el (gnus-replysign): New.
1936         * gnus-msg.el (gnus-replyencrypt): New.
1937         * gnus-msg.el (gnus-replysignencrypted): New.
1938         * gnus-msg.el (gnus-summary-reply):
1939         * message.el:
1940         * message.el (message-mode-map):
1941         * message.el (message-mode):
1942         * message.el (message-to-list-only): New.
1943         * message.el (message-make-mft):
1944
1945 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1946
1947         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1948
1949 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1950
1951         * message.el (message-gen-unsubscribed-mft): accept a prefix
1952         argument so CC can be included with C-u C-c C-f C-a
1953
1954 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1955         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1956
1957         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1958         Improve docstring.
1959         (spam-enter-blacklist): New command.
1960
1961         * gnus-sum.el (gnus-spam-mark): New mark.
1962         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1963         (gnus-summary-make-tool-bar): Correct conditional.
1964         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1965         (gnus-summary-mark-as-spam): New command.
1966
1967 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1968
1969         * mml-sec.el (mml-secure-message): changed to support arbritrary
1970         modes.
1971         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1972         changed to support "signencrypt" mode.
1973         * mml.el (mml-parse-1): changed to support different secure modes
1974         more easily. (for signencrypt)
1975
1976 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1977
1978         * gnus-sum.el (gnus-update-summary-mark-positions)
1979         (gnus-summary-toggle-header):
1980         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1981         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1982         (gnus-uu-post-encoded):
1983         * nnfolder.el (nnfolder-possibly-change-group):
1984         * nnimap.el (nnimap-retrieve-headers):
1985         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1986
1987 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1988
1989         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
1990         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
1991
1992 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-srvr.el (gnus-server-set-info): Clear
1995         `gnus-server-method-cache' when `gnus-server-alist' is changed.
1996         From Daiki Ueno <ueno@unixuser.org>.
1997
1998 2002-04-11  Simon Josefsson  <jas@extundo.com>
1999
2000         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2001         viewing of security buttons.  Thanks to Nicolas Kowalski
2002         <Nicolas.Kowalski@imag.fr>.
2003
2004         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2005         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2006         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2007         <Nicolas.Kowalski@imag.fr>.
2008         (smime-decrypt-buffer): Ditto.
2009
2010 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2013         header line.
2014
2015 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2016
2017         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2018
2019 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2020
2021         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2022
2023 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2024
2025         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2026         errors when debug.
2027
2028 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2029
2030         * message.el (message-make-mft): Changed MFT code from using
2031         message-recipients (which included Bcc) to use only the To and CC
2032         headers.
2033
2034 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2035
2036         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2037         add link.
2038         (gnus-treat-mail-picon): Ditto.
2039         (gnus-treat-newsgroups-picon): Ditto.
2040         (gnus-picon-databases): Fix custom type.
2041         (gnus-picon-databases): Add link.
2042         (gnus-article-x-face-command): Add to gnus-picon group.
2043
2044 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2045
2046         * message.el (message-buffer-naming-style): Remove.
2047
2048 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2049
2050         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2051
2052         * message.el (message-tool-bar-map): Ditto.
2053
2054         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2055
2056 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2057
2058         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2059
2060 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2061
2062         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2063
2064 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2065
2066         * dns.el: open-network-stream under XEmacs does udp.
2067
2068 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2069
2070         * spam.el (spam-enter-whitelist): New function.
2071         (spam-parse-whitelist): Ditto.
2072         (spam-refresh-list-cache): Ditto.
2073         (spam-address-whitelisted-p): New function.
2074
2075         * dns.el (query-dns): Use TCP when make-network-process isn't
2076         available.
2077         (dns-servers): New variable.
2078         (dns-parse-resolv-conf): New function.
2079         (query-dns): Use it.
2080
2081         * spam.el: New file.
2082
2083         * dns.el (query-dns): Test.
2084
2085 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * lpath.el (featurep): Bind make-network-process.
2088
2089 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2090
2091         * nnmaildir.el: Use defstruct.  Use a single copy of
2092         nnmail-extra-headers to save memory.  Store server's group name
2093         prefix instead of each group's prefixed name.
2094         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2095         nntp-server-buffer.
2096
2097 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * dns.el: New file.
2100
2101 2002-03-28  Simon Josefsson  <jas@extundo.com>
2102
2103         * gnus-sum.el (gnus-summary-dummy-line-format):
2104         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2105         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2106
2107 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2108
2109         * gnus-sum.el (gnus-summary-move-article)
2110         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2111         the doc string.
2112
2113 2002-03-28  Simon Josefsson  <jas@extundo.com>
2114
2115         * mml-sec.el (mml-secure-message): Search after
2116         mail-header-separator from top of message.
2117
2118 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2119
2120         * nnmaildir.el: Cosmetic changes.
2121         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2122         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2123         nnmaildir--group-ls): New macros/functions.  Use them.
2124         (nnmaildir--unlink): Evalutate argument only once.
2125
2126 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2127
2128         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2129         symbols.
2130         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2131         `gnus-point-at-eol'.
2132
2133 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2134
2135         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2136         nnmaildir--marks-dir): New macros.  Use them.
2137         Use inhibit-quit for atomicity instead of in-memory journaling.
2138         (nnmaildir--edit-prep): New function.
2139         (Local Variables): Use it.
2140
2141 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2142
2143         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2144
2145 2002-03-25  Simon Josefsson  <jas@extundo.com>
2146
2147         * message.el (message-mode): Fix doc.
2148
2149 2002-03-25  Simon Josefsson  <jas@extundo.com>
2150
2151         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2152         Matthieu Moy <Matthieu.Moy@imag.fr>.
2153
2154 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * mml-sec.el (mml-unsecure-message): Add docstring.
2157
2158 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2159
2160         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2161         value.
2162         Trivial change from andre@slamdunknetworks.com
2163
2164 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2165
2166         * mml.el (mml-mode-map): Added a keybinding for
2167         `mml-unsecure-message'.  Also, added a menu entry for said
2168         function in the Attachments menu.
2169
2170 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * canlock.el (canlock-version): Remove.
2173         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2174         here; simplify \x insertions.
2175         (canlock-sha1): New function, always return a unibyte string.
2176         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2177         of a password.
2178         (canlock-insert-header): Use `canlock-sha1'.
2179         (canlock-verify): Ditto.
2180
2181 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2182
2183         * message.el (message-fix-before-sending): Add an option that
2184         ignores illegible text.
2185         Trivial change from Mark Milhollan <mlm@attglobal.net>
2186
2187         * message.el (message-font-lock-keywords): Support multi-line MML
2188         tags.
2189
2190         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2191         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2192
2193 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2196         symbols for "View as different encoding" submenu.
2197
2198 2002-03-19  Simon Josefsson  <jas@extundo.com>
2199
2200         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2201         encoding" submenu.
2202
2203 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2204
2205         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2206
2207 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2208
2209         * gnus-sum.el (gnus-sum-thread-tree-root)
2210         (gnus-sum-thread-tree-single-indent)
2211         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2212         (gnus-sum-thread-tree-leaf-with-other)
2213         (gnus-sum-thread-tree-single-leaf): Make customizable.
2214
2215 2002-03-16  Simon Josefsson  <jas@extundo.com>
2216
2217         * gnus-util.el (gnus-extract-address-components): Don't break on
2218         names such as James "Kibo" Parry.  From Francis Litterio
2219         <franl@world.std.com>.
2220
2221 2002-03-13  Simon Josefsson  <jas@extundo.com>
2222
2223         * pop3.el (pop3-open-server): Revert multibyte change.  From
2224         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2225
2226         * message.el (message-send-mail-with-qmail): Make it work.  From
2227         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2228
2229 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2230
2231         * message.el (message-make-mft): Set case-fold-search while
2232         generating the MFT.  Also, a little cleanup in the MFT code.
2233
2234 2002-03-12  Simon Josefsson  <jas@extundo.com>
2235
2236         * message.el (message-qmail-inject-args): May be function.
2237         (message-send-mail-with-qmail): Call function if m-q-i-a is
2238         function.  From fn@hungry.org (Faried Nawaz).
2239
2240 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2241
2242         * message.el (message-abbrevs-loaded): Remove.
2243         (mailabbrev): Require it.
2244
2245         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2246
2247 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * pop3.el (pop3-open-server): Set process buffer unibyte.
2250
2251 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2254
2255 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2256
2257         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2258         too.
2259
2260 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2261
2262         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2263         duplication.
2264         (gnus-summary-save-parts-type-history): Ditto.
2265         (gnus-summary-save-parts-last-directory): Ditto.
2266         Trivial change from andre@slamdunknetworks.com
2267
2268 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2269
2270         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2271
2272 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2273
2274         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2275         -->" as the end of the first article.
2276
2277         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2278         From Matthieu Moy <Matthieu.Moy@imag.fr>
2279
2280         * message.el (message-add-action): Use add-to-list.
2281         (message-delete-action): New function.
2282
2283         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2284         pieces.
2285
2286 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2287
2288         * nnnil.el: New file.
2289         * gnus.el (gnus-valid-select-methods): Include nnnil.
2290
2291 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2292
2293         * message.el (message-syntax-checks): Because canlock is
2294         supported, we disable sender syntax check.
2295         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2296
2297         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2298         value of message-syntax-checks.
2299
2300         * qp.el (quoted-printable-decode-region): Doc addition.
2301         From: Eli Zaretskii <eliz@is.elta.co.il>
2302
2303         * mail-source.el (make-source-make-complex-temp-name): Use
2304         make-temp-file.
2305
2306         * mm-util.el (mm-make-temp-file): New function.
2307         * nneething.el (nneething-file-name): Use it.
2308         * mml-smime.el (mml-smime-encrypt): Ditto.
2309         * mm-view.el (mm-inline-wash-with-file): Ditto.
2310         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2311         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2312         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2313         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2314         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2315         * gnus-art.el (gnus-mime-print-part): Ditto.
2316
2317 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2318
2319         * message.el (nnmaildir-article-number-to-base-name): New
2320         function.
2321         (nnmaildir-base-name-to-article-number): New function.
2322
2323 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * smime.el (smime-make-temp-file): Don't quote
2326         `temporary-file-directory'.
2327
2328 2002-03-04  Simon Josefsson  <jas@extundo.com>
2329
2330         * smime.el (smime-sign-region): Rename argument keyfiles to
2331         keyfile. You only sign something with one key.
2332         (smime-sign-buffer): Better completing-read prompt.
2333         (smime-decrypt-buffer): Ditto.
2334
2335         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2336
2337         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2338         completing-read.
2339         (mm-view-pkcs7-decrypt): CRLF->LF.
2340
2341 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2342
2343         * message.el (message-hierarchical-addresses): New variable.
2344         (message-get-reply-headers): Use it.
2345         From Ted Zlatanov <teodor.zlatanov@divine.com>
2346
2347 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2348
2349         * message.el (message-mode): If buffer-file-name, don't set auto
2350         save file name.
2351         Trivial change from Geoff Greene <ggreene@wpi.edu>
2352
2353 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2354
2355         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2356         takes one argument in read-char.
2357
2358         * message.el (message-fix-before-sending): Forward a char.
2359         Check mmu-multibyte-p, add control-1.
2360
2361 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2362
2363         * gnus-start.el (gnus-read-init-file): Ditto.
2364
2365         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2366
2367         * dgnushack.el (dgnushack-make-load): Ditto.
2368
2369         * mail-source.el (mail-source-fetch): Extract the right error
2370         code.
2371
2372         * message.el (message-fix-before-sending): Check illegible text.
2373
2374         * gnus-util.el (gnus-multiple-choice): New function.
2375
2376         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2377         also defined in gnus-score.el.
2378
2379 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2380
2381         * message.el (message-get-reply-headers): downcase email addresses
2382         for comaparisons for duplicate removal.
2383
2384 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2385
2386         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2387         implementation of PKCS#7, which just allows users read the
2388         message.
2389         (mm-view-pkcs7): Use it.
2390
2391 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2392
2393         * gnus.el (large-newsgroup-initial): New parameter.
2394
2395         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2396         (gnus-summary-insert-old-articles): Ditto.
2397
2398 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2399
2400         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2401         used as the default answer of the question, "How many articles?".
2402         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2403
2404         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2405         small numbers.
2406
2407 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2408
2409         * deuglify.el: Fix comments.
2410
2411 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2412
2413         * html2text.el (html2text-clean-anchor): If there is no HREF,
2414         insert nothing.
2415
2416         * mml.el (mml-generate-mime-1): Add cdr.
2417         From: andre@slamdunknetworks.com
2418
2419         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2420         (mm-text-html-washer-alist): Ditto.
2421
2422         * mm-decode.el (mm-text-html-renderer): Add html2text.
2423
2424         * html2text.el: Face lift.
2425
2426         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2427
2428 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2429
2430         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2431
2432         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2433
2434         * deuglify.el: New file. The original file name is
2435         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2436
2437         * mm-decode.el (mm-display-external): Use
2438         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2439
2440 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2441
2442         * nnmaildir.el (nnmaildir-request-list): Report the highest
2443         article number, not the total number of articles.
2444
2445 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2446
2447         * gnus-sum.el: Move uu key map here.
2448         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2449
2450 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2451
2452         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2453         nnmail-expiry-wait* if expire-age parameter is not set.
2454
2455 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2456
2457         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2458         function.
2459         (gnus-group-sort-selected-groups-by-real-name): New function.
2460         (gnus-group-make-menu-bar): Add sort by real name.
2461
2462         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2463         rebuild.
2464         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2465         nil as dependencies as well.
2466
2467 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2468
2469         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2470         for mime-parts.
2471
2472         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2473
2474         * gnus-group.el (gnus-group-name-decode): Don't test
2475         multibyte-string, because it breaks XEmacs.
2476         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2477
2478         * message.el (message-send-mail): Be talkative.
2479
2480         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2481         (mm-automatic-display): Ditto.
2482
2483         * mailcap.el (mailcap-mime-data): Ditto.
2484         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2485
2486 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * many files: Remove trailing whitespaces, replace spc+tab with
2489         tab, replace leading whitespaces with tabs.
2490
2491 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2492
2493         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2494         articles with no body and no blank line after the header.
2495
2496 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2497
2498         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2499         parts.
2500
2501         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2502         non-ascii chars.
2503
2504         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2505
2506         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2507         w3-delay-image-loads.
2508         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2509         (mm-w3-prepare-buffer): Ditto.
2510
2511         * mail-source.el (mail-source-fetch-directory): Run scripts.
2512
2513 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2516         for Majordomo confirmations.
2517
2518 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2521
2522 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2525
2526 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2527
2528         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2529         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2530
2531 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2532
2533         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2534         (mm-inline-render-with-stdin): Ditto.
2535         (mm-inline-render-with-function): Ditto.
2536         (mm-inline-wash-with-file): Bind coding-system-for-write.
2537         (mm-inline-wash-with-stdin): Ditto.
2538
2539 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2540
2541         Suggested by Felix Natter <fnatter@gmx.net>
2542
2543         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2544         gnus-mime-externalize-view.
2545         (gnus-mime-view-part-internally): Rename from
2546         gnus-mime-internalize-view.
2547         (gnus-article-view-part-externally): Rename from
2548         gnus-article-externalize-part.
2549         (gnus-mime-action-alist): Change correspondingly.
2550         (gnus-mime-button-commands): Ditto.
2551         (gnus-mime-action-alist): Remove duplication.
2552
2553         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2554
2555 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2556
2557         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2558
2559         * gnus-art.el (gnus-display-mime): Use it.
2560
2561         * mm-partial.el (mm-partial-find-parts): Use it.
2562
2563         * gnus-sum.el (gnus-article-loose-mime): Rename from
2564         gnus-article-no-strict-mime.
2565         (gnus-summary-save-parts): Use it.
2566
2567 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2570         local variable.
2571
2572         * gnus-art.el (article-display-x-face): Don't sort multiple
2573         X-Faces.
2574
2575 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2578         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2579
2580         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2581
2582 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2583
2584         Some ideas is inspired by code from Hrvoje Niksic
2585         <hniksic@arsdigita.com>
2586
2587         * gnus-art.el (gnus-article-wash-function): Set the default to
2588         nil, so that we use mm-text-html-renderer instead.
2589         (article-wash-html): Use mm-text-html-renderer.
2590
2591         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2592         (mm-text-html-renderer): New variable.
2593         (mm-inline-text-html-renderer): Set the default to nil, so that we
2594         use mm-text-html-renderer instead.
2595
2596         * mm-view.el (mm-inline-text-html): New function.
2597         (mm-text-html-renderer-alist): New variable.
2598         (mm-inline-text-vcard): New function.
2599         (mm-inline-text): Split.
2600         (mm-links-remove-leading-blank): New function.
2601         (mm-inline-render-with-file): New function.
2602         (mm-inline-render-with-stdin): New function.
2603         (mm-inline-render-with-function): New function.
2604         (mm-text-html-washer-alist): New variable.
2605         (mm-inline-wash-with-file): New function.
2606         (mm-inline-wash-with-stdin): New function.
2607
2608 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2609
2610         * message-utils.el: Fix installation doc.
2611         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2612
2613 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2614
2615         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2616         (gnus-post-method): Use it.
2617         (gnus-summary-cancel-article): Find the correct post-method.
2618
2619         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2620         * message.el (message-send-news): Ditto.
2621         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2622         <ipmonger@delamancha.org>
2623
2624         * gnus.el (gnus-select-method): Fix doc.
2625         (gnus-server-string): Use 'using nntp'.
2626
2627         * gnus-agent.el (gnus-slave-unplugged): New command.
2628         From: Felix Natter <fnatter@gmx.net>
2629
2630 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2631
2632         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2633         Call edit-done-function first, then change the window
2634         configuration.
2635         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2636         (gnus-article-edit-mode): mml-mode.
2637
2638         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2639         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2640
2641         * message-utils.el: Adopt the file.
2642
2643         * message-utils.el: New file.
2644         From Holger Schauer <Holger.Schauer@gmx.de>
2645
2646 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2647
2648         * gnus-sum.el (gnus-summary-move-article): Select-article only
2649         when gnus-move-split-methods is non-nil. And we don't render or
2650         mark the article.
2651
2652         * gnus-fun.el (gnus-shell-command-to-string): New function.
2653         (gnus-shell-command-on-region): New function.
2654         (gnus-random-x-face): Use them.
2655         (gnus-x-face-from-file): Ditto.
2656         (gnus-convert-image-to-gray-x-face): Ditto.
2657         (gnus-convert-gray-x-face-to-xpm): Ditto.
2658         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2659
2660 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (gnus-treat-display-xface): Don't use
2663         `shell-command-to-string' when compiling.
2664         (gnus-treat-display-grey-xface): Ditto.
2665
2666 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2667
2668         * nnmaildir.el (nnmaildir--article-count): If the group is
2669         completely empty, report minimum article number as 1 instead of 0.
2670
2671 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2672
2673         * gnus-agent.el (gnus-get-predicate): Use nconc.
2674
2675         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2676         gnus-summary-display-cache as cache.
2677
2678         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2679         (nndoc-mail-in-mail-type-p): New function.
2680         (nndoc-mail-in-mail-article-begin): New function.
2681
2682 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2683
2684         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2685
2686         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2687         use-hard-newlines to nil.
2688
2689         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2690         image is not available if window-system is not available.
2691
2692         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2693
2694 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2695
2696         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2697         bookmark, because update-mark doesn't handle it correctly.
2698
2699 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2702         directly instead of calling message-send-mail.
2703
2704         * gnus-start.el (gnus-read-descriptions-file): Use
2705         gnus-default-charset.
2706
2707         * mm-util.el (mm-guess-mime-charset): New function.
2708
2709         * gnus.el (gnus-default-charset): Use it.
2710         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2711         the default.
2712
2713 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2714
2715         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2716         (article-display-x-face): Use it.  Disable grey xface, if
2717         uncompface is not found.
2718
2719         * message.el (message-mode): Don't enable multibyte on an indirect
2720         buffer.
2721
2722         * nnrss.el (nnrss-content-function): New variable.
2723         (nnrss-request-article): Use it.
2724
2725 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2726
2727         * gnus.el: Add article-unsplit-urls.
2728         * gnus-sum.el: Ditto.
2729         * gnus-art.el (gnus-treat-strip-cr): New variable.
2730         (gnus-treatment-function-alist): Use it.
2731         (article-unsplit-urls): New function.
2732         (gnus-article-make-menu-bar): Use it.
2733         From: Michael Cook <michael.cook@cisco.com>
2734
2735 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2736
2737         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2738         copy.
2739
2740 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2741
2742         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2743         with internal whitespace.
2744         (gnus-parent-id): Ditto.
2745
2746 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * gnus-art.el (gnus-article-treat-body-boundary): Add
2749         gnus-decoration property.
2750         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2751
2752         * message.el (message-mode): Set local-abbrev-table.
2753         From Matt Armstrong <matt@lickey.com>.
2754
2755         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2756         too many spaces.
2757
2758         * rfc2047.el (rfc2047-unfold-region): Ditto.
2759         (rfc2047-decode-region): Don't unfold. Let
2760         gnus-article-treat-unfold-headers do it.
2761
2762         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2763         From: Jesper Harder <harder@ifa.au.dk>
2764
2765 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2768         (gnus-configure-posting-styles): Use it.
2769         (gnus-configure-posting-styles): Remove trailing newspaces.
2770
2771 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2772
2773         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2774         is non-nil.
2775
2776         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2777
2778         * gnus.el (gnus-server-to-method): Switch position with
2779         gnus-server-get-method.
2780         (gnus-agent): Add doc.
2781
2782         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2783         (gnus-summary-save-parts): Use it.
2784
2785         * gnus-art.el (gnus-display-mime): Use it.
2786         * mm-partial.el (mm-partial-find-parts): Use it.
2787
2788         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2789
2790         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2791         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2792
2793         * nnagent.el (nnagent-request-expire-articles): Don't delete
2794         files.
2795
2796 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2797
2798         * message.el (message-gen-unsubscribed-mft): New function.
2799         From Sriram Karra <karra@cs.utah.edu>.
2800
2801         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2802         open parenthesis.
2803
2804         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2805         (mm-inline-text-html-render-with-w3): Ditto.
2806         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2807         Suggested by Dave Love  <d.love@dl.ac.uk>.
2808
2809         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2810
2811         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2812         * nntp.el (nntp-send-command): Ditto.
2813         * nntp.el (nntp-send-command-nodelete): Ditto.
2814
2815 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2816
2817         * mm-url.el (mm-url-load-url): New function.
2818         (mm-url-insert-file-contents): Use it.
2819
2820         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2821
2822         * message.el (message-forward-make-body): Correctly copy
2823         forward-buffer.
2824
2825         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2826
2827 2002-02-04  Simon Josefsson  <jas@extundo.com>
2828
2829         * gnus-art.el (gnus-article-followup-with-original): Mark with
2830         force, prevent errors when following up from article buffer.
2831         (gnus-article-reply-with-original): Ditto.
2832
2833         * binhex.el (binhex-decoder-switches): Fix doc.  From
2834         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2835
2836 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2839         highlight-citation after emphasize.
2840
2841 2002-02-04  Simon Josefsson  <jas@extundo.com>
2842
2843         * nnfolder.el (nnfolder-open-marks):
2844
2845         * nnml.el (nnml-open-marks): Message when done.  From David
2846         Edmondson <dme@sun.com>.
2847
2848 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2849
2850         * imap.el (imap-anonymous-auth): Fix typo.
2851         From: Steinar Bang <sb@dod.no>
2852
2853         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2854         save-excursion.
2855         (gnus-cache-braid-heads): Ditto.
2856
2857         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2858         line, because there are extra articles in the overview buffer.
2859
2860         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2861
2862         * message.el (message-forward-rmail-make-body): Directly use
2863         rmail-msg-restore-non-pruned-header to avoid calling
2864         vertical-motion.
2865
2866 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * gnus-cache.el (gnus-summary-insert-cached-articles):
2869         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2870
2871         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2872         gnus-newsgroups-unselected.
2873
2874         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2875         gnus-add-to-sorted-list.
2876
2877         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2878         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2879         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2880         (gnus-update-read-articles): UNREAD is sorted.
2881         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2882         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2883         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2884         (gnus-newsgroup-dormant): Require sorted.
2885
2886         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2887         directories.
2888         (gnus-dired-print): New function.
2889
2890         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2891         ps-despool.
2892
2893 2002-02-02  Simon Josefsson  <jas@extundo.com>
2894
2895         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2896
2897 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2898
2899         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2900         t. This makes gnus-agent customizable without putting
2901         gnus-agentize into .gnus.
2902
2903         * gnus.el (gnus-agent): Make it customizable.
2904
2905         * gnus-dired.el: New file.
2906         From Benjamin Rutt <brutt@bloomington.in.us>
2907
2908         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2909         if no article.
2910         (gnus-cache-possibly-remove-article): Ditto.
2911         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2912
2913 2002-02-01  Simon Josefsson  <jas@extundo.com>
2914
2915         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2916
2917 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2920         (mm-setup-w3m): Don't bind keys listed in the above.
2921
2922 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2925         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2926         is non-nil; bind `w3m-force-redisplay' with nil.
2927
2928         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2929
2930         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2931
2932 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2933
2934         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2935         use mail-header-unfold-field.
2936
2937         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2938         gnus-summary-limit.
2939
2940         * gnus-range.el (gnus-add-to-sorted-list): New function.
2941         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2942         (gnus-mark-article-as-unread): Ditto.
2943         (gnus-summary-mark-article-as-unread): Ditto.
2944         (gnus-build-get-header): Ditto.
2945         (gnus-summary-prepare-threads): Ditto.
2946         (gnus-summary-insert-pseudos): Ditto.
2947         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2948         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2949         (gnus-summary-insert-old-articles): Ditto.
2950
2951         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2952         (gnus-configure-posting-styles): Support the new format.
2953
2954         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2955         edebug-form-spec to (sexp body).
2956         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2957
2958         * message.el (message-reply-headers): Add doc.
2959
2960 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2963         gnus-cache-active-hashtb.
2964
2965         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2966         (gnus-agent-summary-fetch-group): Use it.
2967
2968         * gnus-msg.el (gnus-debug-files): New variable.
2969         (gnus-debug-exclude-variables): New variable.
2970         (gnus-debug): Use them.
2971
2972         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2973
2974 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2975
2976         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2977         (message-mode-syntax-table): Move back the previous position.
2978
2979         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2980
2981         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2982         gnus-sorted-difference.
2983
2984         * nnsoup.el (nnsoup-request-expire-articles): Use
2985         gnus-sorted-difference.
2986
2987         * nnheader.el: Autoload gnus-sorted-difference.
2988
2989         * nnfolder.el (nnfolder-request-expire-articles): Use
2990         gnus-sorted-difference.
2991
2992         * gnus-cache.el (gnus-cache-retrieve-headers): Use
2993         gnus-sorted-difference.
2994
2995         * gnus-range.el: Autoload cookies.
2996         (gnus-sorted-difference): New function.
2997         (gnus-sorted-ndifference): New function.
2998         (gnus-sorted-nintersection): Rename from
2999         gnus-set-sorted-intersection.
3000         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3001         (gnus-list-range-difference): Rename from
3002         gnus-inverse-list-range-intersection.
3003         (gnus-inverse-list-range-intersection): Use defalias.
3004
3005         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3006         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3007         (gnus-articles-to-read): Use gnus-sorted-difference.
3008         (gnus-summary-limit-mark-excluded-as-read): Use
3009         gnus-sorted-intersection and gnus-sorted-ndifference.
3010         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3011         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3012
3013         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3014
3015 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3018         property to the buffer for using emacs-w3m command keys.
3019
3020         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3021         option.
3022
3023         * mm-view.el (mm-w3m-mode-map): New variable.
3024         (mm-w3m-mode-command-alist): New variable.
3025         (mm-w3m-minor-mode): Removed.
3026         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3027         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3028         buffer for using emacs-w3m command keys.
3029
3030 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3031
3032         * message.el (message-mode-syntax-table): Move forward.
3033         (message-cite-prefix-regexp): Auto detect non word constituents.
3034         (message-cite-prefix-regexp): Don't use with-syntax-table.
3035
3036         * gnus-sum.el (gnus-summary-update-info): Use
3037         gnus-list-range-intersection.
3038
3039         * gnus-agent.el (gnus-agent-fetch-headers): Use
3040         gnus-list-range-intersection.
3041
3042         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3043         (gnus-list-range-intersection): Use it.
3044         (gnus-inverse-list-range-intersection): Ditto.
3045         (gnus-sorted-intersection): Add doc.
3046         (gnus-set-sorted-intersection): Add doc.
3047         (gnus-sorted-union): New function.
3048         (gnus-set-sorted-union): New function.
3049
3050         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3051         (gnus-inverse-list-range-intersection): Ditto.
3052
3053 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3054
3055         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3056
3057         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3058         and permit `:' and `\' in order to handle full Windows pathnames.
3059         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3060         technically not correct per standard, but seems to have common use.
3061
3062 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3063
3064         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3065         replacing numbers.
3066
3067 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3068
3069         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3070
3071         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3072         Don't split when the window is small, e.g. when a small *BBDB*
3073         window is the lowest one.
3074
3075         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3076         nnheader-find-nov-line to speed up. Use nreverse, because it is
3077         sorted. Use nnheader-insert-nov-file.
3078
3079 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3082
3083         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3084         of `w3m-display-inline-images' with the value of
3085         `mm-inline-text-html-with-images'.
3086         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3087
3088         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3089
3090 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3091
3092         * time-date.el: Add autoload cookies.  Many doc fixes.
3093         (time-add): New function.
3094         (time-subtract): Renamed from subtract-time.
3095         (subtract-time): New alias for time-subtract.
3096
3097 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3100         emacs-w3m in doc-string.
3101
3102         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3103         `w3m-current-buffer'.
3104
3105 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3106
3107         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3108
3109         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3110         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3111         (mm-w3m-cid-retrieve): New function.
3112         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3113
3114 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3115
3116         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3117
3118 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3121
3122 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3125         32K.
3126
3127         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3128
3129         * nnmail.el (nnmail-article-group): Decode headers before running
3130         split rules over them.
3131         (nnmail-mail-splitting-charset): New variable.
3132
3133         * smiley.el: Replaced with smiley-ems.el.
3134
3135 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3136
3137         * mm-url.el (mm-url-predefined-programs): Add w3m.
3138         (mm-url-program): Ditto.
3139
3140 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * nnml.el (nnml-use-compressed-files): New variable.
3143         (nnml-filenames-are-evil): Removed.
3144         (nnml-current-group-article-to-file-alist): Don't use.
3145         (nnml-update-file-alist): Inhibit.
3146         (nnml-article-to-file): Use new var.
3147
3148 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3149
3150         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3151
3152         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3153
3154 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3157         function.
3158
3159         * gnus-util.el (gnus-cache-file-contents): New function.
3160
3161         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3162         (gnus-agent-load-alist): Use it.
3163
3164         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3165
3166         * nnheader.el (nnheader-insert-nov-file): New function.
3167
3168         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3169
3170         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3171         there are no references.
3172         (gnus-extract-message-id-from-in-reply-to): New function.
3173         (gnus-nov-parse-line): Use in-reply-to if there are no
3174         references.
3175
3176 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3179
3180         * gnus-util.el (gnus-parse-without-error): New macro.
3181
3182 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3183
3184         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3185         (gnus-article-wash-function): use locate-library to decide which
3186         to use.
3187
3188 2002-01-25  Simon Josefsson  <jas@extundo.com>
3189
3190         * pop3.el (pop3-munge-message-separator): Work if no date.
3191         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3192
3193 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-agent.el (gnus-agent-save-alist): Fix.
3196
3197         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3198         mistake.  Reinstated lost code.
3199
3200 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3201
3202         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3203         one exists in the case of an encrypted message with an internal
3204         signature.
3205
3206 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3209
3210 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * dgnushack.el: Commented out the experimental code.
3213
3214 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3217         error.
3218
3219         * gnus.el (gnus-server-to-method): Made into subst.
3220         (gnus-server-method-cache): New variable.
3221         (gnus-server-to-method): Use it.
3222         (gnus-group-method-cache): New variable.
3223         (gnus-find-method-for-group-1): Renamed.
3224         (gnus-find-method-for-group): New function.
3225         (gnus-group-method-cache): Removed.
3226
3227         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3228         function.
3229
3230         * gnus-range.el (gnus-members-of-range): New function.
3231         (gnus-list-range-intersection): Renamed.
3232         (gnus-inverse-list-range-intersection): New function.
3233
3234         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3235
3236         * nnagent.el (nnagent-retrieve-headers): New implementation.
3237
3238         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3239         implementation.
3240
3241 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3244         `w3m-meta-content-type-charset-regexp'.
3245
3246         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3247         charset-encoded html contents.
3248
3249 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3250
3251         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3252         an empty file.
3253
3254         * nnweb.el (url): Ignore errors when request url.
3255
3256         * nnrss.el: Clean up the comments.
3257
3258 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3261
3262         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3263         (mm-inline-media-tests): Test whether the value of
3264         `mm-inline-text-html-renderer' is a function for text/html.
3265
3266         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3267         separated from `mm-inline-text'.
3268         (mm-w3m-minor-mode): New variable.
3269         (mm-w3m-setup): New variable.
3270         (mm-setup-w3m): New function.
3271         (mm-inline-text-html-render-with-w3m): New function.
3272         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3273         text/html.
3274
3275 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3276
3277         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3278
3279 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3282         and `gnus-xmas-completing-read'.
3283
3284 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3285
3286         * nneething.el (nneething-message-id-number): Abolished.
3287         (nneething-encode-file-name): Not encode numerical characters.
3288         (nneething-make-head): `nneething-message-id-number' is not
3289         used to generate message IDs.
3290
3291 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3294         characters.
3295
3296 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3299         (gnus-xmas-redefine): Redefine conditionally.
3300
3301 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3302
3303         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3304         tag.
3305
3306 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3307
3308         * message.el (message-font-lock-keywords): Added the secure tag.
3309         * mml-sec.el: Added functions to generate/modify/remove the secure
3310         tag while in message mode.
3311         * mml-sec.el (mml-secure-message): New.
3312         * mml-sec.el (mml-unsecure-message): New.
3313         * mml-sec.el (mml-secure-message-sign-smime): New.
3314         * mml-sec.el (mml-secure-message-sign-pgp): New.
3315         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3316         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3317         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3318         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3319         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3320         convert it to either a part or multipart depending on if there are
3321         other parts in the message.
3322         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3323         to use the secure tag, rather than the part tag.
3324         * mml.el (mml-preview): Added a save-excursion to keep cursor
3325         position after doing an MML preview.
3326
3327 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * nnheader.el (nnheader-parse-overview-file): New function.
3330         (nnheader-write-overview-file): New function.
3331
3332 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3335         in wanted.
3336
3337         * nnweb.el (nnweb-type-definition): Clean up.
3338
3339 2002-01-21  Alastair Burt  <burt@dfki.de>
3340
3341         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3342         buffer exists before jumping to it.
3343
3344 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3347         function.
3348         (article-wash-html): Use it.
3349         (gnus-article-wash-function): New variable.
3350         (gnus-article-wash-html-with-w3m): New function.
3351
3352 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3353
3354         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3355         XEmacs.
3356
3357 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3358
3359         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3360         command line.
3361
3362 2002-01-21  Simon Josefsson  <jas@extundo.com>
3363
3364         * canlock.el (base64-encode-string): Autoload it from base64.
3365         (canlock-make-cancel-key): Base64 encode unibyte string.
3366
3367 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * nnfolder.el (nnfolder-request-accept-article): Unfold
3370         x-from-line.
3371         (nnfolder-request-replace-article): Ditto.
3372
3373 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3374
3375         * gnus-group.el (gnus-group-best-unread-group): Use the right
3376         positioning function.
3377
3378 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * smiley-ems.el (smiley-region): Use new function.
3381         (smiley-update-cache): Use general image functions.
3382         (smiley-region): Use general functions.
3383
3384         * gnus-util.el (gnus-graphic-display-p): New function.
3385
3386         * nnmail.el (nnmail-article-group): Allow outputting traces of
3387         non-strings.
3388
3389         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3390         (nndoc-exim-bounce-type-p): New function.
3391
3392         * message.el (message-dont-send): Doc fix.
3393
3394         * gnus-util.el (gnus-completing-read): Remove
3395         inherit-input-method.
3396
3397         * gnus-art.el (gnus-treat-smiley): Doc fix.
3398
3399         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3400         articles.
3401
3402 2002-01-19  Simon Josefsson  <jas@extundo.com>
3403
3404         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3405         (imap-kerberos4-open): Ditto.
3406         (imap-open): Set port correctly, don't set auth.
3407
3408 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus.el (gnus-version-number): Bump version number.
3411
3412 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3413
3414         * gnus.el: Oort Gnus v0.05 is released.
3415
3416 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3419         exists.
3420
3421         * gnus-spec.el (gnus-string-width-function): New function.
3422         (gnus-tilde-cut-form): Use it.
3423         (gnus-tilde-max-form): Ditto.
3424         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3425         (gnus-substring-function): Use it.
3426         (gnus-tilde-cut-form): Ditto.
3427         (gnus-substring-function): New function.
3428
3429         * message.el (message-check-news-header-syntax): New message.
3430
3431         * gnus.el (gnus-slave-no-server): Doc fix.
3432
3433         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3434
3435 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3438         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3439         (seen (NUM1 . NUM2)).
3440
3441 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3444         number in closed topics.
3445
3446 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3447
3448         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3449         functions.
3450
3451 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus.el (gnus-group-find-parameter): Clean up.
3454
3455         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3456         articles.
3457
3458         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3459
3460         * nnmail.el (nnmail-article-group): Clean up.
3461
3462 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3463
3464         * gnus-agent.el (gnus-category-name): Intern the category name.
3465
3466 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3469
3470         * gnus-util.el (gnus-completing-read): New function.
3471
3472 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3473
3474         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3475
3476         * smiley-ems.el (smiley-region): Register smiley.
3477         (smiley-toggle-buffer): Rewrite the function.
3478         (smiley-active): Removed.
3479
3480 2002-01-19  Simon Josefsson  <jas@extundo.com>
3481
3482         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3483         Jesper Harder <harder@ifa.au.dk>.
3484
3485 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3486
3487         * gnus-art.el (gnus-request-article-this-buffer): Call
3488         `nneething-get-file-name' to extract the file name from the
3489         message id.
3490
3491         * nneething.el (nneething-encode-file-name): New function.
3492         (nneething-decode-file-name): Ditto.
3493         (nneething-get-file-name): Ditto.
3494         (nneething-make-head): Encode the file name and encapsulate it
3495         into the field of the message id.
3496
3497 2002-01-18  Simon Josefsson  <jas@extundo.com>
3498
3499         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3500         stored in .marks.
3501
3502         * nnfolder.el (nnfolder-request-update-info): Ditto.
3503
3504 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3505
3506         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3507
3508 2002-01-18  Simon Josefsson  <jas@extundo.com>
3509
3510         * imap.el (imap-starttls-p): Don't check for binary.
3511         (imap-gssapi-auth-p): Ditto.
3512         (imap-kerberos4-auth-p): Ditto.
3513         (imap-open): Change logic.  Iterate through all possible streams,
3514         instead of bailing out after first failure.  Move authenticator
3515         decision to `imap-authenticate'.
3516         (imap-authenticate): Change logic, now finds the authenticator to
3517         use, was previously in `imap-open'.
3518         (imap-open): Return nil on failure.
3519         (imap-open): Setup temp buffer correctly.
3520         (imap-open): Return buffer only on success.
3521         (imap-interactive-login, imap-interactive-login): Tell the user
3522         which stream/authenticator is used for the queried
3523         username/password.
3524         (imap-open, imap-authenticate): Set variables.
3525         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3526         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3527
3528 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3531
3532 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3535
3536 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3537
3538         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3539         (gnus-agent-group-mode-map): Bind it to "Jo".
3540         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3541
3542 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3543
3544         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3545         (gnus-summary-mail-toolbar): Add mail article deletion button.
3546
3547         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3548         false positives for lines of "^^^^".
3549
3550         * gnus-picon.el (gnus-picon-find-face): faces database is all
3551         lowercase.
3552
3553 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3554
3555         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3556         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3557         duplications.
3558         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3559
3560 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-sum.el (gnus-summary-initial-limit): Inline
3563         gnus-summary-limit-children.
3564         (gnus-summary-initial-limit): Don't limit if
3565         gnus-newsgroup-display is nil.
3566         (gnus-summary-initial-limit): No, don't.
3567
3568         * gnus-util.el
3569         (gnus-put-text-property-excluding-characters-with-faces): Inline
3570         gnus-put-text-property.
3571
3572         * gnus-spec.el (gnus-default-format-specs): New variable.
3573
3574         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3575         gnus-format-specs.
3576         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3577
3578         * gnus-spec.el (gnus-update-format-specifications): Really check
3579         the Gnus version of the .newsrc.eld file.
3580         (gnus-format-specs): Save the new default summary format.
3581
3582         * gnus-util.el (gnus-parent-id): Check whether references is empty
3583         before splitting.
3584
3585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3586         functions.
3587         (gnus-gather-threads-by-references): Inline
3588         `gnus-split-references'.
3589
3590         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3591         default value of gnus-summary-line-format-spec.
3592
3593 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3594
3595         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3596         message.
3597         (nnslashdot-request-list): Ditto.
3598         (nnslashdot-sid-strip): Removed.
3599
3600 2002-01-15  Simon Josefsson  <jas@extundo.com>
3601
3602         * nnimap.el (nnimap-close-asynchronous): Enable.
3603         (nnimap-close-group): Expunge.
3604
3605 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * gnus-util.el (gnus-user-date-format-alist): Typo.
3608         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3609
3610 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3611
3612         * nneething.el (nneething-request-article): Set
3613         `nnmail-file-coding-system' to `binary' locally, in order to read
3614         files without any conversion.
3615
3616 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3619         nnheader-file-coding-system and nnmail-active-file-coding-system.
3620         (gnus-agent-regenerate-group): Ditto.
3621         (gnus-agent-regenerate): Ditto.
3622         (gnus-agent-write-active): Ditto.
3623         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3624
3625 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3626
3627         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3628         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3629
3630 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3631
3632         * gnus.el: We don't need gnus-article-show-all-headers.
3633
3634         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3635         Ditto.
3636
3637         * gnus-sum.el (gnus-summary-select-article): Don't call
3638         show-all-headers, because hidden headers are not hidden text any
3639         more.
3640
3641 2002-01-13  Simon Josefsson  <jas@extundo.com>
3642
3643         * message.el (message-newline-and-reformat): Use `newline' instead
3644         of inserting \n, so that the newline is marked as hard.
3645
3646         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3647         From Jesper Harder <harder@ifa.au.dk>.
3648
3649 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3650
3651         * imap.el (imap-close): Keep going if quit.
3652
3653         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3654         nntp-server-buffer.
3655
3656 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3659         avoid unbinding shadowed variables.
3660
3661         * gnus-art.el (gnus-picon-databases): Moved here.
3662         (gnus-picons-installed-p): Moved here.
3663         (gnus-article-reply-with-original): Use `mark'.
3664
3665         * gnus.el (gnus-picon): Moved here and renamed.
3666
3667         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3668         installed.
3669         (gnus-treat-mail-picon): Ditto.
3670         (gnus-treat-newsgroups-picon): Ditto.
3671
3672         * gnus-picon.el (gnus-picons-installed-p): New function.
3673
3674 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3677
3678 2002-01-12  Simon Josefsson  <jas@extundo.com>
3679
3680         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3681         (nnimap-before-find-minmax-bugworkaround): Use it.
3682         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3683         (nnimap-dont-close): New variable.
3684         (nnimap-close-group): Use it.
3685
3686 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-art.el (gnus-article-reply-with-original): Use
3689         `mark-active'.
3690
3691         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3692
3693         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3694         (gnus-score-advanced): Clean up.
3695         (gnus-score-advanced): Accept a multiple of the score.
3696
3697 2002-01-12  Simon Josefsson  <jas@extundo.com>
3698
3699         * flow-fill.el (fill-flowed-display-column)
3700         (fill-flowed-encode-columnq): New variables.  Suggested by
3701         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3702         (fill-flowed-encode, fill-flowed): Use them.
3703
3704         * message.el (message-send-news, message-send-mail): Use
3705         m-b-s-n-p-e-h-n.
3706
3707         * mml.el (autoload): Autoload fill-flowed-encode.
3708         (mml-buffer-substring-no-properties-except-hard-newlines): New
3709         function.
3710         (mml-read-part): Use it.
3711         (mml-generate-mime-1): Encode format=flowed if appropriate.
3712         (mml-insert-mime-headers): Insert format=flowed.
3713
3714         * flow-fill.el (fill-flowed-encode): New function.
3715         (fill-flowed): Bind fill-column to window width.
3716
3717 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3720         it exists.
3721         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3722         (gnus-summary-buffer-name): Don't return the dead name after all.
3723         (gnus-summary-setup-buffer): Kill the dead buffer.
3724
3725         * gnus-art.el (gnus-article-followup-with-original): Store the
3726         value of the mark before deactivating it.
3727
3728 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3731         From: Karl Kleinpaste <karl@charcoal.com>
3732
3733         * gnus-art.el (article-display-x-face): Ditto.
3734         (gnus-article-reply-with-original): Use gnus-region-active-p.
3735         (gnus-article-followup-with-original): Ditto.
3736
3737         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3738         downloadable article either.
3739
3740 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3741
3742         * gnus-art.el (article-display-x-face): Insert From:.
3743
3744         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3745         article. Bind gnus-display-mime-function and
3746         gnus-article-prepare-hook.
3747
3748         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3749         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3750         gnus-agent-possibly-synchronize-flags to the last.
3751         (gnus-agent-go-online): New function. New variable.
3752
3753 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3754
3755         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3756         (gnus-agent-regenerate): Ditto.
3757
3758 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3759
3760         * message.el (message-ignored-news-headers)
3761         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3762         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3763
3764         * gnus.el (gnus-gethash-safe): New macro.
3765
3766         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3767         (gnus-agent-regenerate): Show messages.
3768
3769 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3770
3771         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3772         (gnus-agent-regenerate): New function.
3773         (gnus-agent-save-alist): Sort.
3774         (gnus-agent-copy-nov-line): Test eobp.
3775         (gnus-agent-retrieve-headers): Erase buffer.
3776
3777 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3780         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3781
3782         * gnus.el (gnus-agent-covered-methods): Move here.
3783         (gnus-online): New function.
3784         (gnus-agent-method-p): Move here.
3785
3786         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3787         nil. Remove articles-alist.
3788
3789         * gnus-start.el (gnus-get-unread-articles): Check online.
3790         (gnus-groups-to-gnus-format): Ditto.
3791         (gnus-active-to-gnus-format): Ditto.
3792
3793         * gnus-agent.el (gnus-agent-get-function): Use it.
3794         (gnus-agent-get-undownloaded-list): Ditto.
3795         (gnus-agent-fetch-session): Only fetch online methods.
3796
3797         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3798         (gnus-server-mode-map): Ditto.
3799         (gnus-server-offline-face): New face.
3800         (gnus-server-offline-face): New variable.
3801         (gnus-server-font-lock-keywords): Add offline.
3802         (gnus-server-insert-server-line): Ditto.
3803         (gnus-server-offline-server): New function.
3804
3805         * gnus-int.el (gnus-open-server): Turn to offline.
3806         (gnus-server-unopen-status): New variable.
3807
3808 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3809
3810         * nnkiboze.el (nnkiboze-request-article): Use
3811         gnus-agent-request-article.
3812
3813         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3814         function. Insert undownloaded NOV.
3815
3816         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3817         (gnus-agent-request-article): New function.
3818
3819         * gnus.el (gnus-agent-cache): New variable.
3820
3821         * gnus-int.el (gnus-retrieve-headers): Use
3822         gnus-agent-retrieve-headers.
3823         (gnus-request-head): Use gnus-agent-request-article.
3824         (gnus-request-body): Ditto.
3825
3826         * gnus-art.el (gnus-request-article-this-buffer): Use
3827         gnus-agent-request-article.
3828
3829         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3830         article if it is undownloaded.
3831
3832 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3835
3836 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * canlock.el (canlock-string-as-unibyte): New macro.
3839         (canlock-sha1-with-openssl): Return a unibyte string.
3840         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3841
3842 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3843
3844         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3845
3846 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3847
3848         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3849         application/x-emacs-lisp.
3850
3851         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3852
3853         * nntp.el (nntp-request-article): Add group parameter.
3854         (nntp-request-head): Ditto.
3855         (nntp-find-group-and-number): Add parameter group. Figure out
3856         number if the status line doesn't give (e.g. quimby.gnus.org).
3857
3858 2002-01-08  Simon Josefsson  <jas@extundo.com>
3859
3860         * mml.el (mml-generate-mime-1): Set recipient correctly.
3861
3862 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * message.el (message-read-from-minibuffer): Add parameter
3865         initial-contents.
3866         * gnus-msg.el (gnus-summary-resend-message): Use it.
3867
3868         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3869         behavior of quit-config.
3870
3871         * message.el (message-make-from): Don't quote fullname.
3872         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3873
3874         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3875         From: <andre@slamdunknetworks.com>
3876
3877 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3878
3879         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3880
3881         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3882
3883         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3884         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3885         because bbdb may use it.
3886
3887 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3888
3889         * nneething.el (nneething-request-article): When a non-text file
3890         is converted to an article, its data is encoded in base64.  Call
3891         `nneething-make-head' with options to specify MIME types.
3892         (nneething-make-head): Add optional arguments to specify MIME
3893         types.
3894
3895 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3898         header if there is not.
3899
3900         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3901
3902         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3903         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3904         (gnus-inews-do-gcc): Use them.
3905
3906         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3907         gnus-newsgroup-unselected.
3908
3909 2002-01-06  Simon Josefsson  <jas@extundo.com>
3910
3911         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3912         condition-case, not ignore-errors.
3913
3914 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3915
3916         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3917         gnus-fetch-old-headers.
3918
3919         * gnus-art.el (article-display-x-face): Use the current buffer
3920         unless `W f'. Otherwise, X-Face may be shown in the header of a
3921         forwarded part.
3922         (gnus-treatment-function-alist): Treat xface before hiding
3923         headers.
3924
3925 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3928         parameters.
3929
3930 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3931
3932         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3933         (mm-guess-charset): New function.
3934         (mm-charset-after): Use it.
3935         (mm-detect-coding-region): New function.
3936         (mm-detect-mime-charset-region): New function.
3937
3938         * gnus-sum.el (gnus-summary-show-article): Use
3939         mm-detect-coding-region.
3940
3941 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * message.el (message-make-fqdn): Be less violent.
3944
3945         * gnus.el (gnus-logo-color-style): Compute custom form
3946         automatically.
3947
3948         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3949         score file of the parent to the document group.
3950
3951         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3952         parameters parameter.
3953
3954         * gnus-score.el (gnus-score-load-file): Clean up.
3955
3956 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3959         From: Damien Wyart <damien.wyart@free.fr>
3960
3961         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3962
3963 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3964
3965         * gnus-sum.el (gnus-select-group-hook): Typo.
3966
3967         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3968         is no quoted-printable-encoded STRING.
3969         From: Jesper Harder <harder@ifa.au.dk>
3970
3971         (rfc2047-decode-string): Decode it.
3972
3973 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3976
3977 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3978
3979         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3980         buffer to get rid of junk line.
3981
3982 2002-01-05  Simon Josefsson  <jas@extundo.com>
3983
3984         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3985         C-o.
3986         (message-mode-map): Bind message-insert-or-toggle-importance to
3987         C-c C-u.
3988         (message-mode-map): Bind message-disposition-notification-to to
3989         C-c M-n.
3990         (message-mode-menu): Add m-d-n-t.
3991         (message-mode-field-menu): Add m-goto-from.
3992         (message-mode): Doc fix.
3993         (message-goto-from): New function.
3994         (message-insert-disposition-notification-to): New function.
3995         (message-tool-bar-map): Add receipt button.
3996
3997 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-sum.el (gnus-thread-latest-date): New function.
4000         (gnus-thread-sort-by-most-recent-number): Renamed.
4001         (gnus-thread-sort-functions): Doc fix.
4002         (gnus-select-group-hook): Don't use setq on a hook.
4003         (gnus-thread-latest-date): Use date, not number
4004
4005         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4006         (gnus-agent-expire): Allow regexp of expire-days.
4007
4008         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4009         region.
4010         (gnus-article-followup-with-original): Ditto.
4011
4012         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4013
4014         * gnus-art.el (gnus-mime-display-alternative): Use
4015         gnus-local-map-property.
4016         (gnus-mime-display-alternative): Ditto.
4017         (gnus-insert-mime-security-button): Ditto.
4018         (gnus-insert-next-page-button): Ditto.
4019         (gnus-button-prev-page): Take optional args.
4020         (gnus-insert-prev-page-button): widget-convert.
4021
4022         * gnus-util.el (gnus-local-map-property): New function.
4023
4024         * gnus-art.el (gnus-prev-page-map): Use parent map.
4025         (gnus-next-page-map): Ditto.
4026
4027         * gnus-spec.el (gnus-parse-format): Clean up.
4028         (gnus-parse-format): Do complex formatting for %=.
4029
4030         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4031         "X-Face: " to the data in the built-in scenario.
4032
4033         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4034         (gnus-correct-pad-form): Renamed.
4035         (gnus-tilde-max-form): Clean up.
4036         (gnus-pad-form): Use gnus-use-correct-string-widths.
4037
4038         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4039         support if that is available.
4040
4041         * gnus-sum.el (gnus-thread-highest-number): New function.
4042         (gnus-thread-sort-by-most-recent-thread): New function.
4043         (gnus-thread-sort-functions): Doc fix.
4044
4045 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4046
4047         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4048         all cases.
4049         (gnus-summary-mode): Enable it in all cases.
4050         (gnus-summary-display-article): Ditto.
4051         (gnus-summary-edit-article): Ditto.
4052
4053         * gnus-ems.el (gnus-put-image): Really return glyph.
4054
4055         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4056         (gnus-treat-smiley): Don't take "P" in the interactive form.
4057
4058 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * compface.el (uncompface): XEmacs and Emacs have differing
4061         capabilities.
4062
4063         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4064
4065         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4066         (gnus-article-xface-ring-size): Removed.
4067         (gnus-article-display-xface): Removed.
4068         (gnus-remove-image): Cleaned up.
4069
4070         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4071         (gnus-xmas-create-image): Take pbm files.
4072         (gnus-x-face): Removed.
4073         (gnus-xmas-article-display-xface): Removed.
4074
4075         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4076         default-enable-multibyte-characters.
4077
4078         * compface.el (uncompface): Doc fix.
4079
4080         * gnus-art.el (gnus-article-x-face-command): Use
4081         gnus-display-x-face-in-from.
4082
4083         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4084
4085         * gnus-ems.el (gnus-put-image): Return the image.
4086
4087         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4088         (gnus-x-face): Moved here.
4089
4090 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091
4092         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4093         invisible if string is nil.
4094         (gnus-xmas-article-display-xface): Use it.
4095
4096         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4097         property when string is nil.
4098         (gnus-article-display-xface): Use it.
4099
4100 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-art.el (article-display-x-face): Check whether valid grey
4103         face was returned.
4104         (article-display-x-face): Place image in the right spot.
4105
4106         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4107         stderr.
4108         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4109
4110 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4113         parameters.
4114         (gnus-xmas-put-image): Allow non-strings to be passed.
4115
4116         * gnus-art.el (article-display-x-face): Use optional parameters.
4117
4118         * gnus-ems.el (gnus-create-image): Take optional parameters.
4119
4120         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4121
4122         * compface.el (compface-xbm-p): Removed.
4123
4124         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4125         (gnus-article-display-xface): Use compface.
4126
4127         * compface.el: New file.
4128
4129         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4130         (gnus-convert-image-to-x-face-command): Ditto.
4131         (gnus-random-x-face): Quote argument.
4132         (gnus-x-face-from-file): Ditto.
4133
4134 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4135
4136         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4137         the expire-group parameter once per article rather than once
4138         per group; bind `nnmaildir-article-file-name' and `article'
4139         for convenience.  Leave article alone when expire-group
4140         specifies the current group.
4141         (nnmaildir--update-nov): be more concurrency-friendly with
4142         temp file names.
4143
4144 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * gnus-start.el (gnus-read-init-file): Cleaned up.
4147
4148 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4149
4150         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4151         (gnus-read-init-file): Don't use it.
4152
4153 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4156
4157 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4158
4159         * gnus-start.el (gnus-read-init-file): Don't force coding system
4160         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4161
4162 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4165         * nnspool.el (nnspool-request-post): Ditto.
4166
4167         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4168         (mm-find-mime-charset-region): Use it.
4169
4170 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4171
4172         * gnus.el (gnus-summary-line-format): Added :link.
4173         * gnus-topic.el (gnus-topic-line-format): Ditto.
4174         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4175         * gnus-srvr.el (gnus-server-line-format): Ditto.
4176         * gnus-group.el (gnus-group-line-format): Ditto.
4177
4178         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4179         :keys, it works on both Emacsen.
4180
4181 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4184
4185 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4188
4189 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4190
4191         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4192         very wide reply.
4193
4194 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4197         (gnus-picon-cache): New variable.
4198         (gnus-picon-transform-newsgroups): Cache stuff.
4199
4200         * gnus-art.el (gnus-article-reply-with-original): New command.
4201         (gnus-article-followup-with-original): New command.
4202
4203         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4204         END parameters.
4205         (gnus-summary-followup): Take a list of list of articles.
4206         (gnus-inews-yank-articles): Allow lists of article/regions.
4207
4208         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4209         longer the usual commands.
4210
4211         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4212         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4213         shell-command-on-region.
4214
4215 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4216
4217         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4218           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4219
4220 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4221
4222         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4223         understand ':keys', wrap it in an featurep 'xemacs.
4224
4225 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4226
4227         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4228         order of headers (Actually, it is called in a reversed order). Add
4229         'gnus-image-text-deletable property.
4230         (gnus-remove-image): Remove text with such a property.
4231
4232         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4233         gnus-put-image.
4234
4235         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4236         with ", "
4237
4238 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4241
4242         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4243         (article-display-x-face): Display grey X-Faces.
4244
4245         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4246         (gnus-convert-gray-x-face-to-ppm): Ditto.
4247         (gnus-convert-image-to-gray-x-face): Ditto.
4248
4249         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4250         gnus-summary-show-raw-article.
4251
4252 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4253
4254         Display picons in XEmacs without showing text.
4255
4256         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4257         mm-create-image-xemacs to create xbm glyph, because it deletes
4258         temporary files.
4259         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4260         (gnus-xmas-remove-image): Make text visible, remove glyph.
4261
4262         * gnus-picon.el (gnus-picon-transform-newsgroups)
4263         (gnus-picon-transform-address): Insert spec backward, due to the
4264         incompatibility of gnus-xmas-put-image.
4265
4266 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4267
4268         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4269
4270 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus.el: Doc fix.
4273
4274         * gnus-art.el: Doc fix.
4275
4276         * gnus-agent.el: Doc fix.
4277
4278 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4279
4280         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4281
4282 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4283
4284         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4285         NOV data out of the message again if nnmail-extra-headers has
4286         changed.
4287
4288 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-fun.el: New file.
4291         (gnus-convert-image-to-x-face-command): New variable.
4292         (gnus-insert-x-face): New function.
4293         (gnus-random-x-face): Renamed.
4294         (gnus-x-face-from-file): Renamed.
4295
4296         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4297         "_".
4298         (gnus-body-boundary-delimiter): Typo fix.
4299
4300 2002-01-02  Simon Josefsson  <jas@extundo.com>
4301
4302         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4303         (gnus-body-boundary-delimiter): Fix type.
4304
4305 2002-01-01  Simon Josefsson  <jas@extundo.com>
4306
4307         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4308         (gnus-treat-emphasize, gnus-treat-strip-cr)
4309         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4310         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4311         (gnus-treat-fill-article, gnus-treat-hide-citation)
4312         (gnus-treat-hide-citation-maybe)
4313         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4314         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4315         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4316         (gnus-treat-date-ut, gnus-treat-date-local)
4317         (gnus-treat-date-english, gnus-treat-date-lapsed)
4318         (gnus-treat-date-original, gnus-treat-date-iso8601)
4319         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4320         (gnus-treat-strip-trailing-blank-lines)
4321         (gnus-treat-strip-leading-blank-lines)
4322         (gnus-treat-strip-multiple-blank-lines)
4323         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4324         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4325         (gnus-treat-display-xface, gnus-treat-display-smileys)
4326         (gnus-treat-from-picon, gnus-treat-mail-picon)
4327         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4328         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4329         (gnus-treat-play-sounds, gnus-treat-translate)
4330         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4331
4332         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4333         (gnus-article-treat-body-boundary): Use it.
4334
4335         * message.el (message-mode): Fix doc.
4336         (message-mode-menu): Fix names.
4337
4338 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4341         articles.
4342
4343         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4344         (gnus-picon-transform-address): Search for unknown faces as well.
4345         (gnus-picon-find-face): Don't search "news" for MISC.
4346         (gnus-picon-user-directories): Changed default back to exclude
4347         "unknown".
4348
4349         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4350
4351         * gnus-picon.el (gnus-picon-find-face): Search through all
4352         databases.
4353         (gnus-picon-find-face): New implementation.
4354
4355         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4356         keystroke.
4357         (gnus-topic-goto-next-topic): Ditto.
4358
4359         * gnus.el (gnus-summary-line-format): Changed default.
4360
4361         * nnmail.el (nnmail-extra-headers): Change default.
4362
4363         * gnus-sum.el (gnus-extra-headers): Change default.
4364
4365         * message.el (message-news-other-window): Changed "news" to
4366         "posting".
4367         (message-news-other-frame): Ditto.
4368         (message-do-send-housekeeping): Ditto.
4369
4370         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4371         function.
4372         (gnus-article-unread-p): New function.
4373         (gnus-article-unseen-p): New function.
4374         (gnus-dead-summary-mode-map): Typo.
4375
4376         * gnus-util.el (gnus-make-predicate): New function.
4377         (gnus-make-predicate-1): New function.
4378
4379         * gnus-sum.el: New function.
4380         (gnus-map-articles): New function.
4381
4382         * gnus-art.el (gnus-treat-fold-headers): New variable.
4383         (gnus-article-treat-fold-headers): New command and keystroke.
4384
4385         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4386         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4387
4388 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * message.el (message-fcc-externalize-attachments): New variable.
4391         (message-do-fcc): Use it.
4392
4393         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4394         (gnus-inews-do-gcc): Use it.
4395
4396         * mml.el (mml-tweak-sexp-alist): New variable.
4397         (mml-externalize-attachments): New variable.
4398         (mml-tweak-part): Use mml-tweak-sexp-alist.
4399         (mml-tweak-externalize-attachments): New function.
4400
4401 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4402
4403         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4404         'set-glyph-face' so x-face back/foreground can be set.
4405
4406 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4407
4408         * message.el (message-fix-before-sending): Fix a typo.
4409
4410 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-art.el (gnus-treat-smiley): Renamed command.
4413         (gnus-article-remove-images): New command and keystroke.
4414
4415         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4416
4417         * smiley-ems.el (gnus-smiley-display): Removed.
4418
4419         * gnus.el (gnus-version-number): Update version.
4420
4421         * message.el (message-text-with-property): Renamed and moved
4422         here.
4423         (message-fix-before-sending): Highlight invisible text and place
4424         point there.
4425
4426 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4427
4428         * gnus.el: Oort Gnus v0.04 is released.
4429
4430 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4433
4434         * gnus-art.el (gnus-ignored-headers): More headers,
4435
4436         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4437         of `scan-error', since XEmacs doesn't seem to support that.
4438
4439 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4442         arg.
4443         (gnus-summary-best-unread-subject): Ditto.
4444         (gnus-summary-best-unread-subject): No, don't.
4445         (gnus-summary-better-unread-subject): New command.
4446
4447         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4448
4449         * lpath.el ((featurep 'xemacs)): fbind url function.
4450
4451         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4452         buffer.
4453         (gnus-xmas-remove-image): Implementation that does something.
4454         (gnus-xmas-article-display-xface): Mark images properly.
4455
4456         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4457
4458 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4459
4460         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4461
4462 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * gnus-group.el (gnus-group-line-format): Added %O to the default
4465         value.
4466
4467         * gnus-util.el (gnus-text-with-property): The smallest point is
4468         point-min.
4469
4470         * smiley-ems.el (smiley-region): Return images.
4471         (gnus-smiley-display): Allow toggling.
4472         (smiley-region): Use text properties, not overlays.
4473
4474         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4475         implemented yet.
4476
4477         * smiley-ems.el (smiley-update-cache): Check for valid types.
4478
4479         * gnus-art.el (gnus-with-article-buffer): New macro.
4480
4481         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4482         strings as well as the glyphs.
4483         (gnus-picon-transform-address): Ditto.
4484         (gnus-picon-insert-glyph): Ditto.
4485         (gnus-picon-transform-newsgroups): Toggle.
4486         (gnus-picon-transform-address): Toggle.
4487
4488         * gnus-ems.el (gnus-remove-image): New function.
4489         (gnus-put-image): Take an optional string.
4490
4491         * gnus-util.el (gnus-text-with-property): New function.
4492
4493         * gnus-art.el (gnus-delete-images): New function.
4494
4495         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4496
4497         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4498         (gnus-article-wash-status): Use it.
4499         (gnus-signature-toggle): Clean up.
4500         (gnus-add-wash-status): New function.
4501         (gnus-delete-wash-status): New function.
4502         (gnus-article-hide-text-type): Use them throughout.
4503         (gnus-add-image): New function.
4504
4505         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4506
4507         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4508         interface.
4509
4510         * gnus-art.el (article-display-x-face): Cleaned up.
4511
4512         * rfc2047.el (rfc2047-field-value): New function.
4513
4514         * mail-parse.el (mail-header-field-value): New alias.
4515
4516         * gnus-art.el (gnus-mime-print-part): Fix typos.
4517
4518         * smiley-ems.el (gnus-smiley-file-types): New variable.
4519         (smiley-update-cache): Use it.
4520         (smiley-regexp-alist): Suffix-less smiley names.
4521         (smiley-regexp-alist): Added more smileys.
4522
4523         * gnus-sum.el (gnus-print-buffer): Made into own function.
4524         (gnus-summary-print-article): Use it.
4525
4526         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4527         looked for when REQUEST is a string.
4528
4529         * gnus-art.el (gnus-mime-button-commands): Add printing
4530         keystroke.
4531         (gnus-mime-copy-part): Doc fix.
4532         (gnus-mime-print-part): New command.
4533
4534 2001-12-31  Simon Josefsson  <jas@extundo.com>
4535
4536         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4537         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4538
4539 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4540
4541         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4542         (picon): Fix doc.
4543
4544         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4545         longer exists. Remove those codes.
4546         * gnus.el (gnus-use-picons): Ditto.
4547
4548 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4551         infloop.
4552
4553         * gnus-sum.el (t): New `W D' map.
4554
4555         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4556         (gnus-article-treat-body-boundary): Clean up.
4557         (gnus-body-boundary-face): Removed.
4558         (gnus-article-goto-header): Moved here.
4559         (gnus-article-goto-header): Allow better regexps.
4560         (gnus-article-treat-fold-newsgroups): New command.
4561
4562         * gnus-sum.el (gnus-summary-move-article): We have to select an
4563         article to give `gnus-read-move-group-name' an opportunity to
4564         suggest an appropriate default.
4565
4566         * rfc2047.el (rfc2047-fold-line): New function.
4567         (rfc2047-unfold-line): Ditto.
4568         (rfc2047-fold-region): Don't fold just after the header name.
4569
4570         * mail-parse.el (mail-header-fold-line): New alias.
4571         (mail-header-unfold-line): Ditto.
4572
4573         * gnus-art.el (gnus-body-boundary-face): Renamed.
4574         (gnus-article-treat-body-boundary): Use it.
4575         (gnus-article-treat-body-boundary): Use an invisible header and a
4576         line of underline characters.
4577
4578 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4579
4580         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4581
4582         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4583         (gnus-picon-split-address): New function.
4584         (gnus-picon-find-face): Use it.
4585         (gnus-picon-transform-address): Use it. Set first to t for each
4586         address.
4587
4588         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4589         the macro then use it.
4590         (gnus-treatment-function-alist): Treat picons earlier.
4591
4592 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-art.el (gnus-body-separator-face): New variable.
4595         (gnus-article-treat-body-boundary): Use a blank, colored line.
4596
4597         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4598         well.
4599
4600         * gnus-art.el (gnus-treat-body-boundary): New variable.
4601         (gnus-article-treat-unfold-headers): Use helper macro.
4602         (gnus-article-treat-body-boundary): New command.
4603
4604         * gnus.el (gnus-logo-color-style): Change the default color.
4605         (gnus-splash-face): Gray, gray.
4606
4607         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4608         colors.
4609
4610         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4611         (gnus-logo-color-style): Ditto.
4612         (gnus-logo-colors): Ditto.
4613
4614         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4615
4616         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4617
4618         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4619         (gnus-picon-transform-newsgroups): New function.
4620
4621         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4622         string.
4623
4624         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4625
4626         * gnus-art.el (gnus-treat-cc-picon): New variable.
4627         (gnus-treat-mail-picon): Renamed.
4628
4629         * gnus-picon.el: New implementation.
4630         (gnus-picon-find-face): Renamed.
4631         (gnus-treat-from-picon): Use it.
4632         (gnus-picon-transform-address): Renamed.
4633         (gnus-treat-from-picon): Use it.
4634         (gnus-picon-create-glyph): Renamed.
4635         (gnus-picon-transform-address): Use it.
4636         (gnus-treat-cc-picon): New command.
4637
4638         * mm-decode.el (mm-create-image-xemacs): Separated out into
4639         function.
4640         (mm-get-image): Use it.
4641
4642         * gnus-art.el (gnus-treat-display-picons): Simplify.
4643         (gnus-treat-from-picon): Renamed.
4644
4645         * gnus-ems.el (gnus-create-image): New function.
4646         (gnus-put-image): New function.
4647
4648         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4649         (gnus-with-article-headers): New macro.
4650         (gnus-article-goto-header): New function.
4651
4652         * gnus-xmas.el (gnus-image-type-available-p): New function.
4653
4654         * gnus-ems.el (gnus-image-type-available-p): New function.
4655
4656 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * nnrss.el (nnrss-check-group): Find the correct tag, because
4659         xml.el is changed.
4660
4661 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4664         lines are shorter than the window width.
4665         (gnus-ignored-headers): More headers.
4666
4667 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4670         (gnus-treat-unfold-headers): Renamed.
4671         (gnus-article-treat-unfold-headers): New command and keystroke.
4672
4673         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4674
4675         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4676
4677 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * sha1-el.el (sha1-use-external): New variable.
4680         (sha1-region): Use it.
4681         (sha1-string): Ditto.
4682
4683         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4684         * gnus-picon.el: Less warnings when compile.
4685
4686 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4689         alias.
4690         (gnus-picons-database): Default to list.
4691         (gnus-picons-lookup-internal): Use it.
4692
4693         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4694         to "bogus".
4695
4696         * gnus-win.el (gnus-configure-windows-hook): New hook.
4697
4698 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4699
4700         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4701
4702 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4705         lists.
4706         (gnus-select-newsgroup): Don't append; push.
4707         (gnus-adjust-marked-articles): Remove obsolete ranges from
4708         `seen'.
4709         (gnus-update-marks): Clean up.
4710         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4711
4712 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4713
4714         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4715
4716 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-sum.el (gnus-auto-select-subject): New variable.
4719         (gnus-summary-best-unread-subject): New function.
4720         (gnus-summary-best-unread-article): Use it.
4721         (gnus-summary-first-unseen-subject): New function and command.
4722
4723         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4724         other treatments.
4725
4726         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4727         function.
4728
4729         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4730         from the list of hidden types.
4731
4732         * mm-view.el (mm-inline-text): Ditto.
4733         (mm-inline-text): Ditto.
4734         (mm-w3-prepare-buffer): Ditto.
4735
4736         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4737
4738 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * gnus-art.el (gnus-ignored-headers): Added more headers.
4741
4742 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4743
4744         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4745         once.
4746
4747 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4750
4751 2001-12-28  Simon Josefsson  <jas@extundo.com>
4752
4753         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4754         Jesper Harder <harder@ifa.au.dk>.
4755
4756 2001-12-27  Simon Josefsson  <jas@extundo.com>
4757
4758         * gnus-sum.el (gnus-select-newsgroup): Make
4759         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4760         contain all articles (instead of none) when no seen marks have
4761         been set for the group.
4762         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4763         instead, it seems to result in shorter ranges.
4764
4765 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4768         insert-before-markers.
4769         From Jesper Harder <harder@ifa.au.dk>
4770
4771 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4772
4773         * nnmaildir.el (nnmaildir-save-mail): create the destination
4774         groups if they do not exist.
4775
4776 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4779
4780 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4781
4782         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4783         gnus-group-real-name.
4784
4785         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4786         (gnus-newsgroup-variables): Ditto.
4787
4788         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4789         return it.
4790
4791 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4792
4793         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4794         * nnmaildir.el (top-level): Add commentary.
4795         (nnmaildir-version): Indicate that nnmaildir is now a standard
4796         part of Gnus, not separately released.
4797
4798 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4801         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4802         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4803         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4804
4805 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4808
4809 2001-12-20  Simon Josefsson  <jas@extundo.com>
4810
4811         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4812         ZHU <zsh@cs.rochester.edu>.
4813         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4814         Brian P Templeton <bpt@tunes.org>.
4815
4816 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * nnmaildir.el: New file.
4819         From Paul Jarc <prj@po.cwru.edu>.
4820
4821 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4822
4823         * nndoc.el (nndoc-type-alist): Move forward to the end.
4824
4825 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4828         `dolist'.
4829
4830 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4831
4832         * gnus-win.el (gnus-frames-on-display-list): New function.
4833         (gnus-get-buffer-window): Use it.
4834
4835 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4836
4837         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4838
4839 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4840
4841         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4842
4843 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4844            From Harald Meland <Harald.Meland@usit.uio.no>
4845
4846         * gnus-win.el (gnus-get-buffer-window): New function.
4847         (gnus-all-windows-visible-p): Use it.
4848
4849         * gnus-util.el (gnus-horizontal-recenter)
4850         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4851         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4852
4853         * gnus-score.el (gnus-score-insert-help): Use it.
4854
4855         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4856         (gnus-generate-tree, gnus-highlight-selected-tree)
4857         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4858         it.
4859
4860         * gnus-art.el (gnus-article-set-window-start)
4861         (gnus-mm-display-part, gnus-request-article-this-buffer)
4862         (gnus-button-next-page, gnus-button-prev-page)
4863         (gnus-article-button-next-page, gnus-article-button-prev-page):
4864         Use it.
4865
4866 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4867
4868         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4869         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4870         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4871
4872 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4873
4874         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4875         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4876         * mml1991.el, nnultimate.el: Add `coding'.
4877
4878 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4879
4880         * ChangeLog: changed coding to buffer-file-coding-system
4881         * ChangeLog.1: same
4882         * nnwfm.el: same
4883         * gnus-smiley.el: same
4884         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4885         * gnus-delay.el: same
4886         * gnus-spec.el: same
4887         * message.el: same
4888         * mml1991.el: same
4889         * nnultimate.el: same
4890
4891 2001-12-16  Simon Josefsson  <jas@extundo.com>
4892         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4893
4894         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4895         (gnus-summary-save-map): Add muttprint.
4896         (gnus-summary-make-menu-bar): Ditto.
4897         (gnus-summary-muttprint): New function.
4898
4899         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4900
4901 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4902
4903         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4904         temporary list instead of buffer.
4905
4906         * mm-url.el (executable-find): autoload.
4907
4908 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4909
4910         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4911         to variable, follow doc-string conventions).
4912
4913 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4914
4915         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4916         subscribe-level
4917         * gnus-topic.el (gnus-subscribe-topics): use it.
4918
4919 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4922         messages. (A small patch with indentation)
4923         From Sean Neakums <sneakums@zork.net>.
4924
4925         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4926         nil after shooting down the gnus-original-article-buffer.
4927
4928 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4929
4930         * uudecode.el (uudecode-use-external): New variable.
4931         (uudecode-decode-region): Automatically detect external program.
4932
4933         * binhex.el (binhex-use-external): New variable.
4934         (binhex-decode-region-internal): New function.
4935         (binhex-decode-region): Automatically detect external program.
4936
4937         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4938         Use them.
4939
4940 2001-12-12  Simon Josefsson  <jas@extundo.com>
4941
4942         * nnvirtual.el (nnvirtual-always-rescan)
4943         (nnvirtual-component-regexp): Fix doc.
4944
4945         * nnoo.el (defvoo): Add doc to defvoo variables.
4946
4947         * nnml.el (nnml-directory, nnml-active-file)
4948         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4949         (nnml-marks-is-evil, nnml-filenames-are-evil)
4950         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4951
4952         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4953         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4954         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4955         `error'.
4956
4957         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4958         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4959
4960         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4961         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4962         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4963         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4964
4965         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4966         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4967
4968         * imap.el, nnimap.el: Fix indentation.
4969
4970         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4971
4972 2001-12-12  Didier Verna  <didier@xemacs.org>
4973
4974         * gnus-msg.el (gnus-group-news): New function.
4975         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4976         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4977         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4978         for it.
4979         * gnus-msg.el (gnus-summary-news-other-window): New function.
4980         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4981         bind it to `i'.
4982         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4983         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4984         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4985         for it (called with a prefix).
4986         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4987         group-name argument.
4988         * gnus-msg.el (gnus-setup-message): use it.
4989
4990 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4991
4992         * gnus-sum.el (gnus-summary-show-article): Fix doc.
4993
4994 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4995
4996         * mml.el (mime-to-mml): Remove Content-Disposition too.
4997
4998 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4999
5000         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5001         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5002         strings only.
5003         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5004
5005 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5006
5007         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5008         (nnmail-fancy-expiry-target): Use it.
5009         Suggestions from Simon Josefsson <jas@extundo.com>.
5010
5011 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5012
5013         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5014
5015 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5018
5019         * gnus-util.el (gnus-url-unhex-string): Move here.
5020
5021 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5024         mm-url-decode-entities-nbsp.
5025
5026         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5027         * webmail.el, nnwfm.el: Use mm-url.
5028
5029         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5030         (mm-url-remove-markup): Move from nnweb.
5031         (mm-url-fetch-simple): Move from webmail.
5032
5033         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5034
5035 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5038         (gnus-summary-print-article): Use it.
5039
5040         * gnus-util.el (gnus-replace-in-string): Typo.
5041
5042 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5043
5044         * nnweb.el (nnweb-replace-in-string): Removed.
5045
5046         * gnus-util.el (gnus-replace-in-string): New function.
5047         (gnus-mode-string-quote): Use it.
5048
5049         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5050         * nnwfm.el (nnwfm-create-mapping): Ditto.
5051
5052 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * dgnushack.el (dgnushack-compile): nnrss.el and
5055         nnslashdot.el don't depend on nnweb, url, w3.
5056
5057         * nnrss.el: Use mm-url.
5058
5059 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * mm-url.el (mm-url-insert-file-contents): Support file:.
5062
5063 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * mm-view.el: Lower case for the description line. Sync from the
5066         Emacs CVS.
5067
5068 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5071         From:  Stefan Monnier  <monnier@cs.yale.edu>
5072
5073 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5076
5077 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * mm-url.el: Require executable.
5080         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5081
5082 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * pop3.el (pop3-munge-message-separator): Only use valid date.
5085         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5086
5087         * Makefile.in: gnus-load.elc may not be generated.
5088
5089 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5090
5091         * mm-url.el: New file.
5092         * nnslashdot.el: Use it.
5093         * mm-extern.el (mm-extern-url): Use it.
5094
5095 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5096
5097         * gnus-sum.el (gnus-summary-save-article): Nix
5098         gnus-display-mime-function and gnus-article-prepare-hook.
5099
5100         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5101         the beginning of lines.
5102         (gnus-complex-form-to-spec): Ditto.
5103
5104 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5105
5106         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5107         From Paul Jarc <prj@po.cwru.edu>.
5108
5109 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5110
5111         * message.el: New variable message-subscribed-address-file;
5112         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5113
5114 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5115
5116         * message.el (message-tab-body-function): Set to nil.
5117         (message-tab): Use text-mode-map or global-map.
5118         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5119
5120 2001-11-30  Simon Josefsson  <jas@extundo.com>
5121
5122         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5123         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5124         <christoph.conrad@gmx.de>.
5125         (gnus-agent-fetch-group-1): Add verbose message.
5126
5127 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5130         of integers.
5131
5132 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5133
5134         * message.el (message-newgroups-header-regexp)
5135         (message-completion-alist, message-tab-body-function): Use
5136         defcustom rather than defvar.
5137         (message-tab): Mention `message-tab-body-function' in doc.
5138         Suggested by Karl Eichwalder.
5139
5140 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5143
5144 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * nnheader.el (nnheader-find-nov-line): Don't use macro
5147         gnus-delete-line.
5148
5149         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5150         (gnus-group-name-charset): Ditto.
5151
5152         * gnus-util.el (gnus-buffer-live-p): Ditto.
5153
5154 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5157         open parenthesis in doc.
5158         (sieve-manage-authenticator-alist): Typo in doc.
5159         * imap.el (imap-authenticator-alist): Typo in doc.
5160         (imap-stream-alist): Backslash.
5161
5162         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5163           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5164
5165 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5168
5169         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5170
5171         * gnus-msg.el (gnus-configure-posting-styles): use
5172         make-local-hook. Add LOCAL for add-hook.
5173
5174 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5175
5176         * message.el (message-mode): Use `make-local-hook' unless
5177         obsolete.
5178         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5179
5180 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * canlock.el: Remove sha1.el and base64.el stuff.
5183
5184 2001-11-26  Didier Verna  <didier@xemacs.org>
5185
5186         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5187         if needed.
5188
5189 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * message.el (message-tamago-not-in-use-p): New function.
5192         (message-strip-forbidden-properties): Use it.
5193
5194 2001-11-26  Didier Verna  <didier@xemacs.org>
5195
5196         * gnus-start.el (gnus-check-first-time-used): only check for
5197         existence of .el[d] files.
5198
5199 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5202
5203         * message.el (message-setup-1): Clean up mc-*.
5204
5205 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5208         * gnus-score.el (gnus-score-find-bnews): Use it.
5209
5210         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5211         (gnus-summary-limit-to-author): Ditto.
5212         (gnus-summary-limit-to-extra): Ditto.
5213         (gnus-summary-find-matching): Support not-matching argument.
5214
5215 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5216
5217         * message.el (message-wash-subject): Use `insert' rather than
5218         `insert-string', which is deprecated.
5219
5220 2001-11-24  Simon Josefsson  <jas@extundo.com>
5221
5222         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5223         message. (Gnus does not "default" to using 8bit for the message,
5224         it default to use 8bit encoding and the user-supplied CTE
5225         value. Calling this behaviour "treating it as 8bit" is perhaps
5226         better.)
5227
5228         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5229         (compare mm-charset-to-coding-system).
5230
5231 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5232
5233         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5234         buffer. Correctly decode hex.
5235
5236 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * gnus-agent.el (gnus-category-insert-line): Convert category
5239         names to strings.
5240
5241 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * message.el (sha1): eval-and-compile.
5244
5245 2001-11-20  Simon Josefsson  <jas@extundo.com>
5246
5247         * message.el (message-allow-no-recipients): New variable.
5248         (message-send): Use it, customize the prompting when posting to
5249         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5250
5251 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5252
5253         * mm-util.el (mm-coding-system-priorities): New variable.
5254         (mm-sort-coding-systems-predicate): New function.
5255         (mm-find-mime-charset-region): Resort coding systems if needed.
5256         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5257
5258 2001-11-20  Didier Verna  <didier@xemacs.org>
5259
5260         * gnus-group.el (gnus-group-make-help-group): new optional
5261         argument to control the error behavior.
5262         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5263         erroring.
5264
5265 2001-11-19  Simon Josefsson  <jas@extundo.com>
5266
5267         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5268         instead of C-c C-u.  Suggested by Per Abrahamsen
5269         <abraham@dina.kvl.dk>.
5270
5271 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * nnfolder.el (nnfolder-read-folder): Use group instead of
5274         nnfolder-current-group.
5275         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5276
5277 2001-11-17  Simon Josefsson  <jas@extundo.com>
5278
5279         * message.el (message-send): Ask user if Fcc/Gcc should be
5280         performed when no other sender was specified.
5281         Suggested by prj@po.cwru.edu (Paul Jarc).
5282
5283 2001-11-17  Simon Josefsson  <jas@extundo.com>
5284
5285         * message.el (message-mode, message-mode-map): Use C-c C-u for
5286         Importance: instead of C-c C-p (used by SC).
5287
5288 2001-11-16  Simon Josefsson  <jas@extundo.com>
5289
5290         * message.el (message-insert-importance-high)
5291         (message-insert-importance-low): Save point.
5292
5293         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5294         value.
5295
5296 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5297
5298         * message.el (message-strip-special-text-properties): New option.
5299         (message-strip-forbidden-properties): Obey it.
5300
5301 2001-11-14  Sam Steingold  <sds@gnu.org>
5302
5303         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5304
5305 2001-11-15  Simon Josefsson  <jas@extundo.com>
5306
5307         Support "Importance:" header in Message.
5308
5309         * message.el (message-mode-map): Bind C-c C-p to
5310         `message-insert-or-toggle-importance'
5311         (message-mode-menu): Add message-insert-importance-{high,low}.
5312         (message-insert-importance-high, message-insert-importance-low)
5313         (message-insert-or-toggle-importance): New functions.
5314         (message-tool-bar-map): Add {un,}important.
5315         (message-mode): Doc fix.
5316
5317 2001-11-15  Simon Josefsson  <jas@extundo.com>
5318
5319         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5320
5321         * mml.el (mml-menu): Fix toolbar tooltip.
5322
5323 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5326         * nnml.el (nnml-save-marks): Ditto.
5327
5328         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5329
5330 2001-11-15  Simon Josefsson  <jas@extundo.com>
5331
5332         * nnml.el (nnml-save-marks):
5333         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5334         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5335
5336 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5337
5338         * gnus-art.el (gnus-article-wash-status-strings): Use
5339         `copy-sequence', not `copy-seq'.
5340
5341 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5342
5343         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5344         (gnus-gnus-article-wash-status-entry): New function.
5345         (gnus-article-wash-status): Use it.
5346
5347 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * mml1991.el: Add coding header.
5350
5351 2001-11-12  Simon Josefsson  <jas@extundo.com>
5352
5353         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5354         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5355         `mml1991-sign' and `mml1991-encrypt'.
5356         (mml1991-encrypt, mml1991-sign): New glue functions.
5357         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5358
5359         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5360         (mml-menu): Add PGP to menu.
5361
5362         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5363         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5364         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5365         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5366
5367         * mml2015.el: Mention RFC 3156.
5368
5369         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5370
5371 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5372
5373         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5374
5375         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5376           From <Michael.Cook@cisco.com>
5377
5378 2001-11-11  Simon Josefsson  <jas@extundo.com>
5379
5380         * message.el (top-level): Autoload sha1.
5381         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5382         canlock, no need to require two different hash algs).  Suggested
5383         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5384
5385 2001-11-09  Simon Josefsson  <jas@extundo.com>
5386
5387         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5388         <Pavel@Janik.cz>.
5389
5390 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5391
5392         * message.el (message-point-in-header-p): New function.
5393         (message-do-auto-fill): Use it.
5394         (message-beginning-of-line): New function.  Goes to beginning of
5395         header value (i.e., end of header name), or to beginning of line
5396         if already at beginning of value.  Behaves like
5397         `beginning-of-line' when in message body.
5398         (message-mode-map): Bind it.
5399
5400 2001-11-08  Simon Josefsson  <jas@extundo.com>
5401
5402         * gnus-msg.el (gnus-posting-styles): Add doc.
5403
5404 2001-11-07  Simon Josefsson  <jas@extundo.com>
5405
5406         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5407
5408         * sieve-mode.el (sieve-control-commands-face)
5409         (sieve-control-commands-face, sieve-action-commands-face)
5410         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5411         faces.
5412         (sieve-font-lock-keywords): Use them.
5413         (sieve-mode): Only set font-lock-defaults in emacs.
5414
5415         * gnus-art.el (gnus-default-article-saver): Add
5416         gnus-summary-save-body-in-file.
5417         (gnus-summary-write-to-file): Fix doc.
5418
5419 2001-11-07  Simon Josefsson  <jas@extundo.com>
5420
5421         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5422         reference to the correct chapter in the manual.
5423
5424         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5425         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5426
5427 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5428
5429         * mml.el (mml-preview): Bind mail-header-separator.
5430
5431 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * message.el: Always require canlock.
5434         (message-ignored-supersedes-headers): Include Cancel-Lock and
5435         Cancel-Key.
5436         (message-insert-canlock): Don't require canlock.
5437         (message-cancel-news): Don't check whether canlock is available.
5438         (message-supersede): Support cancel-locks.
5439
5440         * gnus-art.el: Don't autoload canlock.
5441
5442 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5443
5444         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5445         From: <andre@slamdunknetworks.com>
5446
5447 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5448
5449         * many files: Fix copyright lines.
5450
5451 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5452
5453         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5454         Suggested by Dave Love  <fx@gnu.org>.
5455
5456 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5457
5458         * message.el (message-kill-buffer): Remove auto-save file after
5459         confirm.
5460
5461         * message.el (message-send-mail): Call message-generate-headers
5462         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5463
5464         * gnus-topic.el (gnus-topic-rename): Initial-input.
5465         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5466
5467 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5468
5469         * message.el (message-forbidden-properties): New constant.
5470         (message-strip-forbidden-properties): New function.
5471         (message-mode): Activate it.
5472
5473 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5474
5475         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5476         (mm-hack-charsets): Fix doc.
5477
5478 2001-11-02  Simon Josefsson  <jas@extundo.com>
5479
5480         * gnus-int.el (gnus-check-server): Message "...done" when done.
5481
5482         * imap.el (imap-close): Don't message (imap-send-command-wait
5483         returns if the connection is dropped).
5484         (imap-wait-for-tag): Nix out message only when necessary.
5485
5486         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5487         for non-crossposting.
5488         (gnus-sieve-crosspost): Default to t to be consistent with other
5489         parts of Gnus.
5490
5491 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5492
5493         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5494         (mm-iso-8859-x-to-15-table): Ditto.
5495         (mm-iso-8859-x-to-15-region): Ditto.
5496         (mm-find-mime-charset-region): Ditto.
5497
5498 2001-11-01  Simon Josefsson  <jas@extundo.com>
5499
5500         * nnimap.el (nnimap-close-asynchronous): New variable.
5501         (nnimap-close-group): Use it.
5502         (nnimap-expunge): Don't use it.
5503
5504         * imap.el (imap-callbacks): New variable.
5505         (imap-remassoc): Copied from `gnus-remassoc'.
5506         (imap-add-callback): New function.
5507         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5508         behaviour.
5509         (imap-parse-response): Call the callback.
5510
5511         * message.el (message-insert-canlock): New variable.
5512         (message-canlock-generate, message-canlock-password)
5513         (message-insert-canlock): New functions.
5514         (message-send-news): Call `message-insert-canlock'.
5515         (top-level): Require canlock when compiling.
5516         (message-insert-canlock): Require canlock before we need it.
5517
5518 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5519
5520         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5521
5522 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * dgnushack.el (dgnushack-make-load): A workaround for
5525         custom-add-loads bug in some versions of XEmacs.
5526
5527 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5528
5529         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5530
5531 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5532
5533         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5534         (mm-hack-charsets): New variable.
5535         (mm-iso-8859-15-compatible): New variable.
5536         (mm-iso-8859-x-to-15-table): New variable.
5537         (mm-find-mime-charset-region): Add parameter hack-charsets.
5538
5539         * mm-bodies.el (mm-encode-body): Use it.
5540         * mml.el (mml-parse-1): Ditto.
5541
5542 2001-11-01  Simon Josefsson  <jas@extundo.com>
5543
5544         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5545
5546 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5547
5548         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5549         is nil.
5550
5551 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5552
5553         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5554
5555         * message.el (message-forward-rmail-make-body): Use
5556         save-window-excursion.
5557         (message-encode-message-body): Search with noerror.
5558         (message-setup-1): Convert compose-mail send-actions to
5559         message-send-actions.
5560
5561 2001-11-01  Simon Josefsson  <jas@extundo.com>
5562
5563         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5564         <yamaoka@jpl.org>.
5565
5566 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5567
5568         * sieve-manage.el (sieve-string-bytes): No complain.
5569
5570 2001-11-01  Simon Josefsson  <jas@extundo.com>
5571
5572         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5573         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5574         has autoload cookies, so no `require' should be necessary.)
5575
5576         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5577         files.
5578
5579 2001-10-31  Simon Josefsson  <jas@extundo.com>
5580
5581         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5582         parameter.
5583
5584         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5585         `display' is a number (and C-u wasn't used to enter group), only
5586         fetch that number of articles.
5587
5588 2001-10-31  Matt Armstrong  <matt@lickey.com>
5589
5590         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5591         not-subscribed -> subscribed.
5592
5593 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5594         From: Josh Huber <huber@alum.wpi.edu>
5595
5596         * message.el (message-subscribed-address-functions): New variable.
5597         (message-subscribed-addresses): New variable.
5598         (message-subscribed-regexps): New variable.
5599         (message-goto-mail-followup-to): New function.
5600         (message-send-mail): Add Mail-Followup-To.
5601         (message-make-mft): New function.
5602
5603         * gnus.el (gnus-find-subscribed-addresses): New function.
5604
5605 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5606
5607         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5608         (mail-source-fetch-pop): Ditto.
5609         (mail-source-check-pop): Ditto.
5610
5611         * gnus-start.el (gnus-read-init-file): Ditto.
5612         (gnus-activate-group): Ditto.
5613         (gnus-read-newsrc-el-file): Ditto.
5614
5615 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5616
5617         * message.el (message-get-reply-headers): Make sure there is ", ".
5618
5619         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5620         mm-coding-system-p. Don't correct it only in XEmacs.
5621         (mm-charset-to-coding-system): Use mm-coding-system-p and
5622         mm-get-coding-system-list.
5623         (mm-emacs-mule, mm-mule4-p): New variables.
5624         (mm-enable-multibyte, mm-disable-multibyte,
5625         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5626         mm-with-unibyte-current-buffer,
5627         mm-with-unibyte-current-buffer-mule4): Use them.
5628         (mm-find-mime-charset-region): Treat iso-2022-jp.
5629
5630         From  Dave Love  <fx@gnu.org>:
5631
5632         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5633         construction.
5634         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5635         entries conditional on not having a coding system defined for
5636         them.
5637         (mm-mule-charset-to-mime-charset): Use
5638         find-coding-systems-for-charsets if defined.
5639         (mm-charset-to-coding-system): Don't use
5640         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5641         later.  Add last resort search of coding systems.
5642         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5643         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5644         Mule 4.
5645         (mm-find-mime-charset-region): Re-write.
5646         (mm-with-unibyte-current-buffer): Restore buffer as well as
5647         multibyteness.
5648
5649 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5652         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5653         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5654
5655 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5658         again.
5659
5660         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5661
5662 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5663
5664         * gnus-spec.el (gnus-parse-simple-format): Use
5665           buffer-substring-no-properties.
5666
5667 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (article-verify-cancel-lock): New function.
5670
5671         * nnheader.el (nntp-process-response): New variable.
5672         (nnheader-init-server-buffer): Make `nntp-process-response'
5673         buffer-local in `nntp-server-buffer'.
5674
5675         * nntp.el (nntp-prepare-post-hook): New hook.
5676         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5677         (nntp-async-trigger): Ditto.
5678         (nntp-request-post): Insert a server's ID if there's no Message-ID
5679         header; run `nntp-prepare-post-hook'.
5680
5681 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5682
5683         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5684         instead.
5685
5686         * message.el (message-forward-subject-author-subject): Don't use
5687         message-news-p, which widens the buffer.
5688         (message-forward-make-body): New function.
5689         (message-forward): Use it.
5690         (message-insinuate-rmail): New function.
5691         (message-forward-rmail-make-body): New function.
5692
5693 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5694
5695         * mm-extern.el (mm-extern): Provide it.
5696
5697         * mm-partial.el (mm-partial): Provide it.
5698
5699 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5700
5701         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5702
5703 2001-10-29  Simon Josefsson  <jas@extundo.com>
5704
5705         * mml.el (mml-preview): Bind message-this-is-news if it is
5706         news. From Jesper Harder <harder@myrealbox.com>.
5707
5708 2001-10-28  Simon Josefsson  <jas@extundo.com>
5709
5710         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5711
5712 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5713
5714         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5715         ironic smilies.
5716
5717 2001-10-27  Simon Josefsson  <jas@extundo.com>
5718
5719         * message.el (message-indent-citation): Don't add trailing
5720         whitespace when citing text.
5721
5722         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5723         <harder@ifa.au.dk>.
5724
5725 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5726
5727         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5728         not available.
5729         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5730         (nnweb-type-definition): Add google as alias of dejanews.
5731         (nnweb-google-parse-1): Forward 1 line.
5732
5733 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5734
5735         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5736         variable `message-forward-ignored-headers'.
5737
5738 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5739
5740         * gnus.el (gnus-expand-group-parameter): New function.
5741         (gnus-expand-group-parameters): Call it.
5742         (gnus-group-fast-parameter): New function.
5743         (gnus-group-find-parameter): Call it.
5744
5745 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5746
5747         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5748         vector (it didn't before because of a bug).
5749         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5750         available.  Before it converted it to an article number.
5751
5752         This makes followup to news articles with negative numbers in
5753         nnvirtual groups use news instead of mail.
5754
5755 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5756
5757         * gnus.el (post-method): Use `native' instead of `nil'.
5758
5759         * gnus-msg.el (gnus-post-method): Ditto.
5760
5761 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5762
5763         * gnus.el (gnus-define-group-parameter): Grammar fix.
5764
5765 2001-10-22  Simon Josefsson  <jas@extundo.com>
5766
5767         * gnus-msg.el (gnus-extended-version): Include
5768         system-configuration.
5769         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5770
5771 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5772
5773         * gnus.el (post-method): Customization fix: `native' is not a
5774         valid value.
5775         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5776         `native' is not a valid value.
5777
5778 2001-10-21  Simon Josefsson  <jas@extundo.com>
5779
5780         * nnimap.el (nnimap): Defgroup
5781         (nnimap-strict-function, nnimap-strict-function-match): New
5782         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5783         (nnimap-split-crosspost, nnimap-split-inbox)
5784         (nnimap-split-rule, nnimap-split-predicate)
5785         (nnimap-split-predicate): Defcustom.
5786         (nnimap-split-inbox, nnimap-expunge-search-string)
5787         (nnimap-importantize-dormant): Remove "*" from doc.
5788
5789 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5790
5791         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5792         not supplied via prefix arg.  From Lisp, make arg mandatory.
5793         Suggested by Frank Schmitt.
5794
5795 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5796
5797         * message.el (message-do-auto-fill): Avoid calling
5798         'rfc822-goto-eoh'.
5799
5800 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5801         From Paul Jarc <prj@po.cwru.edu>.
5802
5803         * message.el (message-get-reply-headers): Restructure the logic
5804         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5805
5806 2001-10-20  Simon Josefsson  <jas@extundo.com>
5807
5808         * message.el (message-cancel-news): Support cancel-locks.
5809         Suggested by Per Abrahamsson.
5810
5811         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5812         conses.  From David Z Maze <dmaze@MIT.EDU>.
5813
5814         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5815
5816 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5817
5818         * mm-decode.el (mm-default-directory): Fix customize type.
5819
5820         * message.el (message-setup-fill-variables): Kludge to use
5821         normal-auto-fill-function even if auto fill is already activated.
5822
5823 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5824
5825         * message.el (message-do-auto-fill): New version that does not
5826         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5827         (message-setup-1): Removed the `message-field' property.
5828
5829         * gnus-draft.el (gnus-draft-edit-message): Removed the
5830         `message-field' property.
5831
5832 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5833
5834         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5835         `message-field'.  The `field' property has a special significance in
5836         Emacs 21.
5837
5838         * message.el (message-send, message-setup-1): Ditto.
5839
5840 2001-10-18  Simon Josefsson  <jas@extundo.com>
5841
5842         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5843         when undoing.
5844
5845 2001-10-18  Simon Josefsson  <jas@extundo.com>
5846         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5847
5848         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5849         (gnus-summary-make-menu-bar): Ditto.
5850
5851 2001-10-17  Simon Josefsson  <jas@extundo.com>
5852
5853         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5854         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5855
5856 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5857
5858         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5859         * gnus-util.el (gnus-user-date): New function.
5860         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5861
5862 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5863
5864         * message.el (message-check-news-header-syntax): Special case
5865         nnvirtual groups.
5866
5867         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5868         customize type to `symbol'.
5869
5870 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5871
5872         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5873         %&foo;.
5874         (gnus-parse-simple-format): Support user extended spec too.
5875         %u&foo; invokes gnus-user-format-function-foo.
5876
5877 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5878
5879         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5880         the server.
5881         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5882         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5883         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5884         * nndiary.el (nndiary-request-expire-articles): Ditto.
5885         (nndiary-schedule): Defsubst it before use it.
5886         (nndiary-error): eval-and-compile.
5887
5888 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5889
5890         * gnus-msg.el (gnus-post-method): Changed two instances of
5891         `active' to `current' and one `null' to `not'.
5892
5893 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5894         From Katsumi Yamaoka <yamaoka@jpl.org>.
5895
5896         * message.el (message-setup-fill-variables): Use
5897         `normal-auto-fill-function' instead of `auto-fill-function'.
5898
5899 2001-10-16  Simon Josefsson  <jas@extundo.com>
5900
5901         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5902         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5903         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5904
5905 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5906         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5907
5908         * gnus-draft.el (gnus-draft-edit-message): Add text property
5909         `field' with value `header' to message headers.
5910         * message.el (message-setup-1): Really add text property to all of
5911         the header, not just part of it.
5912
5913 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * gnus-group.el (gnus-group-sort-by-server): Use it.
5916
5917         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5918
5919         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5920         and keystroke.
5921
5922 2001-10-14  Simon Josefsson  <jas@extundo.com>
5923
5924         * dig.el: Doc fix.
5925
5926         * smime.el: Doc fix.
5927
5928         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5929         charset magic from message.el.
5930
5931 2001-10-12  Simon Josefsson  <jas@extundo.com>
5932         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5933
5934         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5935         'cite from g-a-wash-types.
5936         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5937         (gnus-article-hide-citation): Fix.
5938
5939         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5940         character.
5941         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5942
5943         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5944         definition.
5945         (gnus-signature-toggle): Toggle `s' mode line character.
5946
5947         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5948         doing stuff that clears it.
5949
5950 2001-10-12  Simon Josefsson  <jas@extundo.com>
5951
5952         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5953         From Eric Marsden <emarsden@laas.fr>.
5954
5955 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5956
5957         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5958         (autoload): Add some autoloads.
5959
5960 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5961         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5962
5963         * message.el (message-do-auto-fill): New function.  Like
5964         `do-auto-fill' but don't fill when in the message header.
5965         (message-setup-1): Put a text property on the message header.
5966         (message-setup-fill-variables): Use `message-do-auto-fill'.
5967
5968 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5969
5970         * message.el (message-send-mail-partially): Insert an empty line
5971         first, because of the change of message-make-lines.
5972
5973 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5974
5975         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5976         iso-8859-15, make it an alias for iso-8859-1.
5977
5978 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * message.el (message-send-news): Don't modify the value of
5981         `message-syntax-checks' if it is not a list (possibly it is
5982         `dont-check-for-anything-just-trust-me').
5983
5984 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5987         `find-coding-system' for XEmacs to check whether the coding-system
5988         `utf-8' is available.
5989
5990 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
5993
5994 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5995
5996         * message.el (message-send-news): Oops, missed case with no
5997         "Followup-To" header...
5998
5999 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6000
6001         * message.el (message-send-news): Allow
6002         `gnus-group-name-charset-group-alist' to affect encoding of the
6003         "Newsgroups" and "Followup-To" headers.
6004
6005 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6006
6007         * Makefile.in (install-el): Depend on gnus-load.el.
6008
6009 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6010
6011         * Makefile.in (install-el): Use -f.
6012         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6013
6014 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6015
6016         * message.el (message-send-news): Don't encode Followups-To when
6017         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6018
6019         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6020         header.
6021
6022         * gnus-art.el (article-decode-group-name): Also decode
6023         "Followup-To".
6024
6025         * rfc2047.el (rfc2047-encode-message-header): Encode without
6026         asking for null methods.
6027
6028         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6029         default charset for newsgroup names in accordance with USEFOR.
6030
6031         * gnus-group.el (gnus-group-name-charset-method-alist,
6032         gnus-group-name-charset-group-alist): Removed "*" from doc
6033         strings, "*" should not be used for complex variables.
6034
6035 2001-10-06  Simon Josefsson  <jas@extundo.com>
6036
6037         Support UTF-8 group names better.
6038
6039         * message.el (message-check-news-header-syntax): Encode group
6040         names before comparison.
6041
6042         * gnus-msg.el (gnus-copy-article-buffer): Run all
6043         `gnus-article-decode-hook's except `article-decode-charset'
6044         instead of hardcoding call to one of them.
6045
6046         * gnus-art.el (gnus-article-decode-hook): Add
6047         `article-decode-group-name'.
6048         (article-decode-group-name): New function, use `g-d-n'.
6049
6050         * gnus-group.el (gnus-group-insert-group-line): Decode
6051         gnus-tmp-group using `g-d-n'.
6052
6053         * gnus-util.el (gnus-decode-newsgroups): New function.
6054
6055 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6056
6057         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6058         `gnus-group-name-charset-group-alist'.
6059
6060 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6061
6062         * Makefile.in: Install el in install. Add uninstall.
6063
6064 2001-10-05  Simon Josefsson  <jas@extundo.com>
6065
6066         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6067
6068         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6069
6070         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6071         empty folders.
6072
6073         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6074         limiting if read-all (C-u RET) was used.
6075
6076 2001-10-04  Simon Josefsson  <jas@extundo.com>
6077
6078         * mail-source.el (mail-source-movemail-program): New variable.
6079         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6080         <thutt@thutt.vmware.com>.
6081
6082 2001-10-03  Simon Josefsson  <jas@extundo.com>
6083
6084         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6085         (gnus-summary-line-format-alist): Fix param.
6086
6087 2001-10-02  Simon Josefsson  <jas@extundo.com>
6088
6089         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6090         don't go through `nnimap-request-expire-articles' to delete the
6091         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6092
6093 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6094
6095         * gnus-agent.el (gnus-agent-write-active): The min in the
6096         agent/active may be larger than that in the server/active.
6097
6098 2001-10-01  Simon Josefsson  <jas@extundo.com>
6099
6100         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6101         is IMAP4rev1.
6102
6103         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6104
6105         * nnfolder.el: Ditto.
6106
6107 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6108
6109         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6110         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6111
6112 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6113
6114         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6115         (message-mode-menu): Menu item for same.
6116
6117         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6118         delayed articles.
6119
6120         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6121         nndraft:delayed does not exist.
6122         (gnus-delay-initialize): Don't set up keymap, that's done from
6123         message.el now.
6124         (gnus-delay, gnus-delay-group, gnus-delay-header)
6125         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6126
6127 2001-09-29  Simon Josefsson  <jas@extundo.com>
6128
6129         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6130         utf-8, not eight-bit-control.
6131
6132         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6133         (imap-log, imap-debug): Custom.
6134         (imap-log-buffer, imap-debug-buffer): New constants.
6135         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6136         (imap-network-open, imap-shell-open, imap-starttls-open)
6137         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6138         (imap-debug): Use imap-*-buffer.
6139
6140         * nndoc.el (nndoc-article-type): Add mailman.
6141         (nndoc-type-alist): Ditto.
6142         (nndoc-mailman-type-p): New function.
6143
6144 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6145
6146         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6147         gnus-art.el.
6148
6149 2001-09-27  Simon Josefsson  <jas@extundo.com>
6150
6151         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6152         (gnus-topic-catchup-articles): New function. Suggested by Robin
6153         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6154
6155 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6156         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6157
6158         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6159         previous ones.
6160
6161 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6162         From Daiki Ueno  <ueno@unixuser.org>
6163
6164         * gnus-sum.el (gnus-summary-show-article): The arglist of
6165         detect-coding-region is incompatible.
6166
6167 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6169
6170         * gnus-group.el (gnus-group-delete-group): Typo.
6171
6172 2001-09-26  Simon Josefsson  <jas@extundo.com>
6173
6174         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6175
6176         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6177
6178 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6179
6180         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6181
6182 2001-09-22  Simon Josefsson  <jas@extundo.com>
6183
6184         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6185
6186         * nnfolder.el (nnfolder-open-marks): Ditto.
6187
6188         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6189         (gnus-update-marks): Use it.
6190         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6191         hardcoded list.
6192
6193         * gnus.el (gnus-article-special-mark-lists): Add killed.
6194         (gnus-article-unpropagated-mark-lists): New constant.
6195
6196 2001-09-22  Simon Josefsson  <jas@extundo.com>
6197
6198         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6199         custom option.
6200
6201 2001-09-23  Simon Josefsson  <jas@extundo.com>
6202
6203         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6204
6205 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6206
6207         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6208
6209 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6210
6211         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6212         accept lists of functions.
6213
6214 2001-09-20  Simon Josefsson  <jas@extundo.com>
6215
6216         * gnus-group.el (gnus-group-catchup): Update expire marks in
6217         backend.  Also, if ALL also set expire marks on tick/dormant.
6218
6219 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6220
6221         * message.el (message-tab-body-function): New variable.
6222         * message.el (message-tab): Use it.
6223
6224 2001-09-19  Sam Steingold  <sds@gnu.org>
6225
6226         * gnus-win.el (gnus-buffer-configuration): Respect
6227         `gnus-bug-create-help-buffer'.
6228
6229 2001-09-18  Simon Josefsson  <jas@extundo.com>
6230
6231         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6232         (gnus-parse-simple-format): Re-revert.
6233
6234 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6235
6236         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6237         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6238
6239 2001-09-18  Simon Josefsson  <jas@extundo.com>
6240
6241         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6242         signed.
6243         (gnus-parse-simple-format): Don't use it.
6244
6245 2001-09-17  Miles Bader  <miles@gnu.org>
6246
6247         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6248         error querying a backend abort the whole process.
6249
6250 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6253         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6254
6255 2001-09-17  Didier Verna  <didier@xemacs.org>
6256
6257         * nndiary.el: version 0.2-b14.
6258         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6259         compatibility problem with XEmacs 21.1.
6260
6261 2001-09-15  Simon Josefsson  <jas@extundo.com>
6262
6263         * gnus-group.el (gnus-group-line-format): Document %c.
6264
6265         * nnml.el (nnml-parse-head): Handle CRLF files.
6266         (nnml-generate-nov-file): Ditto.
6267         (nnml-retrieve-headers): Ditto.
6268
6269 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6270
6271         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6272
6273 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6274
6275         * gnus-spec.el (gnus-correct-substring): Still stopped one
6276         character before we wanted (never included last character).
6277         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6278         add missing "," (once per function)
6279
6280 2001-09-14  Simon Josefsson  <jas@extundo.com>
6281
6282         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6283         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6284         default before gnus-group is loaded and the variable set.)
6285
6286         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6287         killed or unsent marks.
6288
6289         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6290         isn't an article to set it on (e.g. when you `a' in a group).
6291
6292 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6293
6294         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6295         can read e-mails from Microsoft Outlook users not using ISO
6296         8859-2 character set.
6297
6298 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6299
6300         * gnus-diary.el: Minor modifications to avoid warnings.
6301         (gnus-summary-misc-menu): defvar.
6302         (gnus-diary-check-message): Use gnus-point-at-eol.
6303         (gnus-diary-kill-entire-line): eval-and-compile.
6304
6305 2001-09-12  Didier Verna  <didier@xemacs.org>
6306
6307         * nndiary.el: new version (0.2-b13).
6308         * nndiary.el (nndiary-mail-sources): doc update.
6309         * nndiary.el (nndiary-split-methods): ditto.
6310         * nndiary.el (nndiary-request-accept-article-hooks): New.
6311         * nndiary.el (nndiary-request-accept-article): use it, check
6312         message validity.
6313         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6314         * nndiary.el (nndiary-schedule): fix bug (misplaced
6315         condition-case): it didn't return nil on error.
6316         * gnus-diary.el: new version.
6317         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6318         * gnus-diary.el (gnus-diary-header-value-history): New.
6319         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6320         * gnus-diary.el (gnus-diary-add-header): New.
6321         * gnus-diary.el (gnus-diary-check-message): New.
6322         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6323         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6324
6325 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6326
6327         * gnus-sum.el (gnus-select-newsgroup): Make
6328         `gnus-current-select-method' buffer-local.
6329
6330         * gnus-art.el (gnus-request-article-this-buffer): Refer
6331         `gnus-current-select-method' in the current summary buffer.
6332
6333 2001-09-10  Simon Josefsson  <jas@extundo.com>
6334         From Daniel Pittman <daniel@rimspace.net>
6335
6336         * gnus-spec.el (gnus-correct-pad-form): Fix.
6337
6338 2001-09-09  Simon Josefsson  <jas@extundo.com>
6339
6340         * mm-decode.el (mm-inline-media-tests): Add
6341         application/x-emacs-lisp.
6342         (mm-attachment-override-types): Add
6343         application/{x-,}pkcs7-signature.
6344
6345         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6346         (gnus-server-line-format, gnus-server-mode-line-format)
6347         (gnus-server-browse-in-group-buffer): Customize.
6348
6349 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6350
6351         * nnml.el (nnml-marks-changed-p): Typo.
6352         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6353         (nnml-marks-changed-p): Use gnus-gethash.
6354         (nnml-marks-modtime): Use gnus-make-hashtable.
6355
6356         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6357         (nnfolder-request-expire-articles, nnfolder-save-marks)
6358         (nnfolder-open-marks): Typo.
6359         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6360         (nnfolder-marks-changed-p): Use gnus-gethash.
6361         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6362
6363 2001-09-08  Simon Josefsson  <jas@extundo.com>
6364
6365         * nnfolder.el (nnfolder-marks-modtime): New variable.
6366         (nnfolder-marks-changed-p): New function.
6367         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6368         (nnfolder-request-update-info): Don't update if marks didn't change.
6369
6370         * nnml.el (nnml-marks-modtime): New variable.
6371         (nnml-marks-changed-p): New function.
6372         (nnml-save-marks, nnml-open-marks): Save modtime.
6373         (nnml-request-update-info): Don't update if marks didn't change.
6374
6375         * gnus-agent.el (gnus-agent-any-covered-gcc)
6376         (gnus-agent-add-server, gnus-agent-remove-server): Use
6377         gnus-agent-method-p.
6378
6379         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6380         (gnus-unbuttonized-mime-type-p): Use it.
6381
6382         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6383         fetch group.
6384
6385 2001-09-08  Simon Josefsson  <jas@extundo.com>
6386         From Daniel Pittman <daniel@rimspace.net>
6387
6388         * gnus-spec.el (gnus-correct-pad-form): New function.
6389         (gnus-parse-simple-format): Use it.
6390
6391 2001-09-07  Simon Josefsson  <jas@extundo.com>
6392
6393         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6394         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6395         Putnam <reader@newsguy.com>.
6396         (gnus-group-sort-selected-groups): Touch dribble file.
6397
6398 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6399
6400         * nnml.el (nnml-filenames-are-evil): New variable.
6401         (nnml-article-to-file-alist): Rename to ...
6402         (nnml-current-group-article-to-file-alist): ... this.
6403         Respect `nnml-filenames-are-evil'.
6404         (nnml-active-number): Update.
6405         (nnml-update-file-alist): Update.
6406         (nnml-request-article): Use nnheader-article-to-file-alist.
6407         (nnml-request-rename-group): Likewise.
6408
6409 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-sum.el (gnus-summary-insert-line): Fix.
6412
6413 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6414
6415         * gnus-sum.el: Bind g-s-t-s to "W g".
6416         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6417         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6418         display of graphical smilies.
6419
6420 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6421
6422         * gnus-start.el (gnus-setup-news): A typo.
6423         From Bill White <billw@wolfram.com>.
6424
6425 2001-09-06  Simon Josefsson  <jas@extundo.com>
6426
6427         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6428         and unseen marks.
6429
6430 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6431
6432         * nnmail.el (nnmail-split-fancy): Document `junk'.
6433
6434 2001-09-04  Simon Josefsson  <jas@extundo.com>
6435
6436         * imap.el (imap-search): Don't error if server is broken.
6437
6438 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6439
6440         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6441         searching for an article that isn't in the mbox.
6442
6443 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6446         right, and get all the comments.
6447
6448 2001-09-02  Simon Josefsson  <jas@extundo.com>
6449         Suggested by Dan Christensen <jdc+news@uwo.ca>
6450
6451         * nnfolder.el (nnfolder-request-update-info): Fix message.
6452
6453         * nnml.el (nnml-request-update-info): Ditto.
6454
6455 2001-09-01  Simon Josefsson  <jas@extundo.com>
6456
6457         * nnml.el (nnml-request-expire-articles): Also bind
6458         `nnml-current-group' and `nnml-article-file-alist' when using
6459         expiry-target. (Otherwise nnml will be in a inconsistent internal
6460         state causing all kind of problems.)
6461         (nnml-request-expire-articles): If `nnml-article-to-file' or
6462         `file-attributes' failes, return article as un-expirable instead
6463         of treating it as expired.
6464
6465 2001-08-31  Sam Steingold  <sds@gnu.org>
6466
6467         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6468         typo: `exmine' --> `examine'.
6469
6470 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6471
6472         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6473
6474 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6475
6476         * nnml.el (nnml-check-directory-twice): Remove.
6477         (nnml-retrieve-headers): Ditto.
6478         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6479
6480 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6481
6482         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6483         directory twice on Windows, or on GNU Emacs-21.
6484
6485 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6486
6487         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6488         (nnml-request-rename-group): Ditto.
6489         (nnml-active-number): Ditto.
6490         (nnml-request-create-group): Use nnml-directory-articles.
6491         (nnml-request-expire-articles): Use nnml-directory-articles, which
6492         gets list from nov database if available.
6493         (nnml-get-nov-buffer): New function.
6494         (nnml-open-nov): Use it.
6495         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6496         gets alist from nov database if available.
6497         (nnml-directory-articles): New function.
6498         (nnml-article-to-file-alist): New function.
6499
6500 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6501
6502         * mm-decode.el (mm-display-external): Use `name' as filename, if
6503         `filename' attribute is not present.
6504
6505 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6506
6507         * mail-source.el (mail-source-flash): New defcustom.
6508         (mail-source-new-mail-p): Ring visible bell if appropriate.
6509         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6510         timer is cleared even if mail check signals an error.
6511
6512 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6513
6514         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6515         type 'list.
6516
6517 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6518
6519         * flow-fill.el (fill-flowed): eol might be point-max.
6520
6521 2001-08-27  Simon Josefsson  <jas@extundo.com>
6522
6523         * nnml.el (nnml-request-update-info): Fix message.
6524         (nnml-open-marks): Ditto.
6525
6526         * nnfolder.el (nnfolder-request-update-info):
6527         (nnfolder-open-marks): Fix message.
6528
6529 2001-08-25  Simon Josefsson  <jas@extundo.com>
6530
6531         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6532         after group in ~/.
6533
6534 2001-08-25  Simon Josefsson  <jas@extundo.com>
6535         From Andreas Jaeger  <aj@suse.de>
6536
6537         * nnfolder.el (nnfolder-open-marks): Fix typo.
6538         * nnml.el (nnml-open-marks): Likewise.
6539
6540 2001-08-25  Simon Josefsson  <jas@extundo.com>
6541
6542         Make nnfolder groups self-contained as far as marks are concerned.
6543
6544         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6545         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6546         (nnfolder-open-server): Make marks directory.
6547         (nnfolder-request-delete-group): Delete marks file.
6548         (nnfolder-request-delete-group): Check of nov/marks file exist
6549         before deleting.
6550         (nnfolder-request-rename-group): Rename marks file.
6551         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6552         (nnfolder-request-set-mark, nnfolder-request-update-info)
6553         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6554         (nnfolder-open-marks): New functions.
6555         (top-level): Require gnus.
6556
6557 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * nnweb.el (nnweb-type-definition): Use google raw file.
6560         (nnweb-google-parse-1): Ditto.
6561         (nnweb-google-identity): Ditto.
6562         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6563         (nnweb-altavista-wash-article): Ditto.
6564         (nnweb-request-article): Remove nnweb-decode-entities.
6565
6566         * nnml.el: Require 'gnus.
6567
6568 2001-08-25  Simon Josefsson  <jas@extundo.com>
6569
6570         * nnml.el (nnml-marks-is-evil): Add doc.
6571
6572 2001-08-25  Simon Josefsson  <jas@extundo.com>
6573
6574         * nnml.el (nnml-save-marks): Wrap saving marks in a
6575         condition-case, to allow user to start Gnus if saving marks failed
6576         for some reason.
6577
6578 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6581
6582         * gnus-group.el (gnus-update-group-mark-positions): Bind
6583         gnus-group-update-hook to nil.
6584
6585 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6586
6587         * mml.el (mml-generate-mime-1): Force as multibyte string.
6588
6589 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * gnus-sum.el (gnus-summary-insert-line)
6592         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6593         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6594
6595         * gnus-spec.el (gnus-correct-substring): Take optional END.
6596
6597         * nnrss.el (nnrss-request-article): Remove \n.
6598         (nnrss-retrieve-headers): Lines number is -1.
6599
6600 2001-08-24  Simon Josefsson  <jas@extundo.com>
6601
6602         * gnus-group.el (gnus-info-clear-data): Call
6603         nnfoo-request-set-mark to propagate marks.  Fix bug:
6604         `gnus-group-update-line' doesn't update read range unless we call
6605         `gnus-get-unread-articles-in-group' first.
6606
6607         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6608         to server.
6609
6610 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6611
6612         * gnus-util.el (gnus-create-info-command): Return an interactive
6613         function.
6614
6615 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6616         From Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6619
6620 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus-sum.el (gnus-select-newsgroup): Use it.
6623
6624         * gnus-util.el (gnus-not-ignore): New function.
6625
6626         * lpath.el (featurep): Don't fbind char-int.
6627
6628         * gnus-util.el (gnus-create-info-command): New function.
6629
6630         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6631         right node.
6632
6633         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6634         (gnus-summary-limit-children): Use 'identity instead of `all'.
6635         (gnus-summary-limit-to-display-predicate): New command and
6636         keystroke.
6637
6638 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6641
6642         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6643
6644 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * gnus-spec.el: Add the Gnus version.
6647         (gnus-update-format-specifications): If the Gnus version changes,
6648         nix out the format spec cache.
6649
6650         * gnus.el (gnus-continuum-version): Made into a command and
6651         optionalize the VERSION.
6652
6653         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6654         the start of the lines.
6655
6656 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * gnus.el (gnus-visual-p): Define function before use of
6659         function.
6660
6661 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6664         (gnus-article-mark-to-type): New function.
6665         (gnus-update-missing-marks): Only update marks of type 'list.
6666
6667         * gnus.el (gnus-article-special-mark-lists): New variable.
6668
6669 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6670
6671         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6672         (gnus-select-newsgroup): Still use 'all.
6673         (gnus-summary-initial-limit): Comparing with 'all.
6674
6675 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6676
6677         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6678         active.
6679
6680 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6681
6682         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6683         nnslashdot-*-retrieve-headers.
6684         (nnslashdot-request-article): Fix for slashcode 2.2.
6685         (nnslashdot-make-tuple): New function.
6686         (nnslashdot-read-groups): Use it.
6687
6688 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6691         list.
6692
6693         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6694
6695 2001-08-20  Simon Josefsson  <jas@extundo.com>
6696
6697         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6698         opened, error instead of continuing (and exploding later).
6699
6700 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * gnus.el (gnus-expand-group-parameters): Return the parameter
6703         list.
6704
6705         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6706         (gnus-summary-show-article): Guess at charset if required.
6707
6708         * gnus-spec.el (gnus-correct-substring): Stopped one character
6709         before we wanted.
6710
6711 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6712
6713         * earcon.el (earcon-auto-play): Remove unused option.
6714
6715 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6718         message down in levels, since it happens very fast.
6719
6720         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6721         of smiley-regexp-alist.
6722
6723         * mm-view.el (mm-inline-text): Ignore vcard errors.
6724
6725         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6726
6727         * gnus-score.el (gnus-all-score-files): Use append instead of
6728         nconc.
6729
6730         * gnus.el (gnus-splash-face): Doc fix.
6731
6732         * mm-decode.el (mm-mailcap-command): Use
6733         mm-path-name-rewrite-functions.
6734         (mm-path-name-rewrite-functions): New variable.
6735
6736         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6737         (gnus-complex-form-to-spec): Insert tab.
6738         (gnus-spec-tab): New function.
6739
6740         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6741         entering the group.
6742
6743         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6744         the positional spec.
6745         (gnus-parse-complex-format): React to %C.
6746
6747         * gnus-ems.el (gnus-char-width): Moved here.
6748
6749         * gnus-sum.el (gnus-select-newsgroup): Set
6750         gnus-newsgroup-articles.
6751         (gnus-unseen-mark): New variable.
6752         (gnus-newsgroup-unseen): Ditto.
6753         (gnus-newsgroup-seen): Ditto.
6754         (gnus-adjust-marked-articles): Use them.
6755         (gnus-update-marks): Use them.
6756         (gnus-summary-update-secondary-mark): Display.
6757         (gnus-summary-prepare-threads): Display.
6758
6759         * gnus-msg.el (gnus-inews-group-method): Use and return the
6760         method, not the server.
6761
6762 2001-08-19  Simon Josefsson  <jas@extundo.com>
6763
6764         * gnus-srvr.el (gnus-server-agent-face): New.
6765         (gnus-server-agent-face): New.
6766         (gnus-server-mode): Turn on font-lock-mode.
6767
6768         * gnus.el (gnus-server-visual): Add defgroup.
6769
6770 2001-08-19  Simon Josefsson  <jas@extundo.com>
6771         From Joe Casadonte <jcasadonte@northbound-train.com>
6772
6773         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6774         gnus-server-denied-face): New.
6775         (gnus-server-opened-face, gnus-server-closed-face,
6776         gnus-server-denied-face): New.
6777         (gnus-server-font-lock-keywords): Add.
6778
6779 2001-08-19  Simon Josefsson  <jas@extundo.com>
6780
6781         * nnml.el (nnml-request-set-mark): Return nil.
6782         (nnml-save-marks): Use nnml-possibly-create-directory.
6783         (nnml-open-marks): Only work in temp buffer when inserting/reading
6784         .marks file.
6785
6786 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6787
6788         * gnus.el (gnus-expand-group-parameters): Fix.
6789
6790         * gnus-spec.el (gnus-char-width): New function.
6791         (gnus-correct-substring, gnus-correct-length): Use it.
6792
6793         * message.el (message-required-mail-headers): Fix doc.
6794
6795 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6796
6797         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6798
6799         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6800
6801 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6802
6803         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6804         slashdot 2.2 (not fully fixed yet).
6805         (nnslashdot-request-article): Ditto.
6806
6807 2001-08-18  Simon Josefsson  <jas@extundo.com>
6808
6809         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6810         nnimap.
6811
6812         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6813         gnus-util.
6814         (nnimap-request-update-info-internal): Use new functions.
6815
6816         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6817         new functions.
6818
6819 2001-08-18  Simon Josefsson  <jas@extundo.com>
6820
6821         Make nnml groups self-contained as far as marks are concerned.
6822
6823         * nnml.el (nnml-request-delete-group): Delete marks file.
6824         (nnml-request-rename-group): Move marks file.
6825         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6826         variables.
6827         (nnml-request-set-mark, nnml-request-update-info): New server
6828         functions.
6829         (nnml-save-marks, nnml-open-marks): New functions.
6830
6831 2001-08-18  Simon Josefsson  <jas@extundo.com>
6832
6833         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6834         `set' when setting marks.
6835
6836 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6837
6838         * gnus.el (gnus-info-find-node): Take an argument.
6839
6840         * gnus-art.el (gnus-button-handle-info): New function.
6841         (gnus-url-unhex-string): Replace "+" with " ".
6842
6843 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6844
6845         * message.el (message-check-news-header-syntax): Check bad From.
6846
6847 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-spec.el (gnus-correct-length): New function.
6850         (gnus-correct-substring): New function.
6851         (gnus-tilde-max-form): Use it.
6852
6853 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6854
6855         * nnmh.el: Docstring changes as below.
6856
6857         * nnml.el: Docstring changes as below.
6858
6859         * nnbabyl.el: Docstring changes as below.
6860
6861         * nnmbox.el: Docstring changes as below.
6862
6863         * nnfolder.el: Added docstrings identifying each virtual server
6864         parameter.
6865
6866 2001-08-18  Simon Josefsson  <jas@extundo.com>
6867
6868         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6869
6870 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6871
6872         * message.el: rename "Abort Message" to "Postpone Message".
6873         Remove "Attach file as MIME" from Message menu, it's already in
6874         the MIME menu.
6875
6876 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * smime.el (smime-point-at-eol): eval-and-compile.
6879         (smime-make-temp-file): New function.
6880         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6881         Use it.
6882
6883 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6884
6885         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6886         (gnus-agent-summary-fetch-group): New command and keystroke.
6887
6888         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6889         (gnus-mime-display-security): Make it respect
6890         gnus-unbuttonized-mime-type-p.
6891
6892         * gnus-sum.el (gnus-articles-to-read): Comments.
6893         (gnus-article-marked-p): New function.
6894         (gnus-summary-display-make-predicate): New function.
6895         (gnus-select-newsgroup): Use them.
6896
6897         * mm-decode.el (mm-save-part-to-file): Made it not error.
6898
6899 2001-08-17  Simon Josefsson  <jas@extundo.com>
6900
6901         * imap.el (imap-wait-for-tag): If process-status isn't open or
6902         run, return nil instead of sit-for looping.
6903
6904 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * lpath.el (featurep): fbind xml-parse-region.
6907
6908         * gnus.el (gnus-message-archive-method): Default to "archive".
6909         (gnus-message-archive-method): Doc fix.
6910         (gnus-parameters-get-parameter): Cleaned up.
6911         (gnus-expand-group-parameter): New function.
6912
6913         * gnus-start.el (gnus-setup-news): Push the archive server only
6914         the server list.
6915
6916         * mml.el (mml-menu): Changed name to "Attachments".
6917
6918         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6919         when there is something to detroy.
6920
6921 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6924         nil.
6925
6926 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6927
6928         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6929         which specifies a time today or tomorrow.
6930
6931 2001-08-15  Simon Josefsson  <jas@extundo.com>
6932         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6933
6934         * gnus-agent.el (gnus-agent-make-mode-line-string)
6935         (gnus-agent-toggle-plugged): Use new API.
6936
6937 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6938
6939         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6940         deadline has expired.
6941
6942 2001-08-12  Simon Josefsson  <jas@extundo.com>
6943         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6944
6945         Support `recent' mark indicating newly arrived messages (to
6946         separate from old but unread messages).
6947
6948         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6949         `nnmail-split-history' if recent is > 0.
6950         (nnimap-request-update-info-internal): Update `recent' marks.
6951         (nnimap-request-set-mark): Never set `recent' marks.
6952         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6953         recent.
6954
6955         * gnus-sum.el (gnus-recent-mark): New mark.
6956         (gnus-newsgroup-recent): New variable.
6957         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6958         (gnus-summary-prepare-threads): Mark recent articles.
6959         (gnus-summary-add-mark): Support recent.
6960         (gnus-summary-update-secondary-mark): Support recent.
6961
6962         * gnus.el (gnus-article-mark-lists): Add recent.
6963
6964 2001-08-12  Simon Josefsson  <jas@extundo.com>
6965
6966         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6967         whether successful decoding took place.  Add doc.
6968
6969 2001-08-12  Simon Josefsson  <jas@extundo.com>
6970         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6971
6972         * gnus.el (gnus-summary-line-format, gnus-parameters):
6973         * gnus-gl.el (gnus-summary-grouplens-line-format):
6974         * gnus-salt.el (gnus-summary-pick-line-format):
6975         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6976
6977 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6978         Committed by Kai Gro\e,b_\e(Bjohann.
6979
6980         * gnus-score.el (gnus-score-string): Fix `match' regexp
6981         for `extra' header case.
6982
6983 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6984
6985         * nnmbox.el (nnmbox-read-mbox): No warning.
6986
6987 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6988
6989         * nndoc.el (nndoc-article-type): Fix doc.
6990         (nndoc-generate-article-function): New variable.
6991         (nndoc-dissection-function): New variable.
6992         (nndoc-type-alist): Add oe-dbx.
6993         (nndoc-oe-dbx-type-p): New function.
6994         (nndoc-oe-dbx-dissection): New function.
6995         (nndoc-oe-dbx-generate-article): New function.
6996
6997 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6998
6999         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7000         whether deadline has been reached.  Patch from Dan Nicolaescu
7001         <dann@godzilla.ics.uci.edu>.
7002
7003 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7006         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7007         <rintaman@cs.Helsinki.FI>.
7008
7009         * mail-source.el (mail-source-movemail): The error buffer is
7010         modified, but nothing in it.
7011
7012 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * message.el (message-bogus-system-names): New variable.
7015         (message-make-fqdn): Use it.
7016
7017 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * nndraft.el (nndraft-request-group): Use
7020         nndraft-auto-save-file-name.
7021
7022 2001-08-09  Simon Josefsson  <jas@extundo.com>
7023
7024         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7025         Don't ask whether to decrypt.  Just leave result in buffer (don't
7026         call mm).
7027
7028         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7029         parts as well.
7030         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7031         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7032
7033 2001-08-09  Simon Josefsson  <jas@extundo.com>
7034
7035         * mm-decode.el (mm-insert-part): Return decoding success status.
7036         (mm-save-part-to-file): Error if decoding failed.
7037
7038 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7039
7040         * message.el (message-tab): Use indent-relative.
7041         (message-mode): Don't bind indent-line-function to indent-relative.
7042
7043 2001-08-09  Simon Josefsson  <jas@extundo.com>
7044
7045         * message.el (message-get-reply-headers): Fix string. Suggested by
7046         Christoph Conrad <cc@cli.de>.
7047
7048 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7049
7050         * message.el (message-tab): Use the current value of
7051         indent-line-function.
7052         (message-mode): Bind indent-line-function to indent-relative.
7053
7054 2001-08-08  Simon Josefsson  <jas@extundo.com>
7055
7056         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7057         whether `imtest' is installed.
7058
7059 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7060         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7061
7062         * gnus-sum.el (gnus-summary-show-article): Call
7063         gnus-summary-update-secondary-secondary-mark.
7064         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7065         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7066
7067 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7070
7071         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7072
7073         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7074         <gerd@gnu.org>.
7075
7076         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7077
7078         * gnus-util.el (gnus-output-to-rmail): Ditto.
7079         (gnus-output-to-mail): Ditto.
7080
7081         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7082
7083 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7084
7085         * message.el (message-indent-citation): Use
7086         `message-yank-cited-prefix' for empty lines.
7087
7088 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7089
7090         * message.el (message-indent-citation): Quote only lines starting
7091         with ">" using `message-yank-cited-prefix'.
7092
7093 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7094
7095         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7096         gnus-cache-fully-p.
7097
7098 2001-08-04  Simon Josefsson  <jas@extundo.com>
7099
7100         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7101         file if it doesn't exist (by calling gnus-cache-read-active).
7102
7103 2001-08-04  Simon Josefsson  <jas@extundo.com>
7104
7105         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7106         (gnus-cache-passively-or-fully-p): Removed.
7107         (gnus-cache-fully-p): Fix it.
7108
7109         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7110
7111 2001-08-04  Simon Josefsson  <jas@extundo.com>
7112
7113         * gnus-cache.el (gnus-cache-fully-p)
7114         (gnus-cache-passively-or-fully-p): New functions.
7115         (gnus-cache-possibly-enter-article): Cosmetic change, use
7116         `g-c-p-o-f-p'.
7117         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7118         was bogus (`g-c-p-a-a' does not change active info, just change
7119         the functions parameters).
7120         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7121         not removed in groups that match `gnus-uncacheable-groups'.
7122
7123         Reported and modifications based on discussions with Nuutti
7124         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7125
7126 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7127         Committed by Simon Josefsson  <jas@extundo.com>
7128
7129         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7130         calls `gnus-cache-update-active' if bounds has been extended.
7131
7132 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7135         before remove.
7136         (gnus-mime-security-show-details): Ditto.
7137
7138 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7139
7140         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7141         syntax.  Protect string-match against nil string and regexp.
7142
7143 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7144
7145         * mm-util.el (mm-find-charset-region): Remove control-1.
7146
7147 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7148
7149         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7150
7151 2001-08-04  Simon Josefsson  <jas@extundo.com>
7152
7153         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7154         buffer.  Delete MIME-Version header.
7155
7156 2001-08-03  Simon Josefsson  <jas@extundo.com>
7157
7158         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7159         that is entered does not necessarily have the highest article
7160         number in the group, so use `gnus-cache-possibly-alter-active'
7161         instead of `gnus-cache-update-active'.
7162
7163 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7164
7165         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7166
7167 2001-08-03  Simon Josefsson  <jas@extundo.com>
7168
7169         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7170         menu.
7171
7172 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus.el (post-method): New group parameter.  It also provides
7175         the user option `gnus-post-method-alist' and the internal function
7176         `gnus-parameter-post-method'.
7177
7178         * gnus-msg.el (gnus-post-method): Bind the value of
7179         `gnus-post-method' to the group parameter if it is defined.
7180
7181 2001-08-02  Simon Josefsson  <jas@extundo.com>
7182
7183         * smime.el (smime-extra-arguments): Removed.
7184         (smime-call-openssl-region): Don't use it.
7185
7186 2001-08-02  Simon Josefsson  <jas@extundo.com>
7187
7188         * smime.el (smime-sign-region): Handle stderr.
7189         (smime-encrypt-region): Ditto.
7190
7191         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7192         match the ASN.1 length bytes.
7193         (mm-pkcs7-enveloped-magic): Ditto.
7194         (mm-view-pkcs7-get-type): Don't regexp quote.
7195
7196 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7197         From Andreas Fuchs <asf@void.at>
7198
7199         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7200
7201 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7202
7203         * gnus-art.el (gnus-header-button-alist): References regexp.
7204
7205 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7206
7207         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7208         already fboundp.  Add INTERACTIVE arg to autoload form.
7209
7210 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7211
7212         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7213
7214         * nnmail.el (nnmail-cache-open): Ditto.
7215
7216 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7219
7220 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7223
7224 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7225         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7226
7227         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7228         (gnus-agent-toggle-plugged): Use it.
7229
7230 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7233         (gnus-ding-file-coding-system): New variable.
7234         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7235         (gnus-slave-save-newsrc): Use it.
7236
7237 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7238
7239         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7240         syntax.
7241
7242 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7243         Originally from Andreas Fuchs <asf@void.at>
7244
7245         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7246         (mml2015-gpg-pretty-print-fpr): New function.
7247         (mml2015-gpg-extract-signature-details): More details, rename from
7248         `m-g-e-from'.
7249         (mml2015-gpg-verify): Use them.
7250         (mml2015-gpg-clear-verify): Use them.
7251
7252 2001-07-31  Simon Josefsson  <jas@extundo.com>
7253
7254         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7255         buffer when done.
7256
7257 2001-07-30  Simon Josefsson  <jas@extundo.com>
7258
7259         * smime.el (smime-call-openssl-region): Revert previous change,
7260         just pass on buf to `call-process-region'.
7261         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7262         `smime-new-details-buffer'.  Inserts error messages into buffer.
7263         (smime-noverify-region): Ditto.
7264         (smime-decrypt-region): Ditto.  Handles stderr separately.
7265         (smime-verify-buffer, smime-noverify-buffer)
7266         (smime-decrypt-buffer): Doc fix.
7267         (smime-new-details-buffer): New function.
7268         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7269         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7270         (smime-sign-region, smime-encrypt-region): Don't use
7271         `insert-buffer'.
7272
7273         * mml-smime.el (mml-smime-verify): Fix security button strings.
7274
7275 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7276
7277         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7278         gnus-article-mime-handles.
7279
7280 2001-07-29  Simon Josefsson  <jas@extundo.com>
7281
7282         * mail-source.el (top-level): Require message for message-directory.
7283         (mail-source-directory): Change default to message-directory.
7284
7285         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7286         (smime-certificate-directory, smime-openssl-program)
7287         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7288         (smime-extra-arguments): New variable.
7289         (smime-dns-server): Fix customize group.
7290         (smime-call-openssl-region): Use `smime-extra-arguments'.
7291
7292 2001-07-29  Simon Josefsson  <jas@extundo.com>
7293         From Vladimir Volovich <vvv@vsu.ru>
7294
7295         * smime.el (smime-call-openssl-region): Ignore stderr.
7296
7297 2001-07-29  Simon Josefsson  <jas@extundo.com>
7298         From Christoph Conrad <christoph.conrad@gmx.de>
7299
7300         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7301         file.
7302
7303 2001-07-29  Simon Josefsson  <jas@extundo.com>
7304
7305         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7306
7307         Support S/MIME decryption.
7308
7309         * mm-decode.el (mm-inline-media-tests):
7310         (mm-inlined-types):
7311         (mm-automatic-display):
7312         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7313
7314         * mm-view.el (mm-pkcs7-signed-magic):
7315         (mm-pkcs7-enveloped-magic): New variables.
7316         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7317         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7318         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7319         PKCS#7 blobs.
7320
7321         * smime.el (smime-decrypt-region): Expand keyfile.
7322
7323 2001-07-29  Simon Josefsson  <jas@extundo.com>
7324
7325         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7326         `ssl.el' variables.
7327
7328         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7329         but line instead of narrowing to it, because `nnmail-parse-active'
7330         calls widen.  Thanks to Christoph Conrad
7331         <christoph.conrad@gmx.de>.
7332
7333 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7334
7335         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7336         for %B spec.
7337
7338         * gnus-sum.el (gnus-summary-prepare-threads): If
7339         gnus-sum-thread-tree-root is nil, use subject instead.
7340         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7341         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7342         (gnus-sum-thread-tree-leaf-with-other)
7343         (gnus-sum-thread-tree-single-leaf): Documentation.
7344         (gnus-sum-thread-tree-single-indent): Allow nil.
7345
7346 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7347
7348         * message.el (message-fill-paragraph): Do nothing if the user
7349         wants filladapt-mode.
7350
7351 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7352
7353         * mm-decode.el (mm-image-type-from-buffer): New function.
7354         (mm-get-image): Use it.
7355
7356 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7359
7360         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7361         mm-display-parts too.
7362
7363 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7364
7365         * nnfolder.el (nnfolder-request-accept-article): Bind
7366         nntp-server-buffer.
7367
7368         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7369         nntp-server-buffer.
7370
7371 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * message.el (message-check-news-header-syntax): Use
7374         message-post-method.
7375         (message-send-news): Bind message-post-method.
7376
7377 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * mml.el (mml-tweak-type-alist): New variable.
7380         (mml-tweak-function-alist): New variable.
7381         (mml-tweak-part): New function.
7382         (mml-generate-mime-1): Use it.
7383
7384 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7385
7386         * nnfolder.el (nnfolder-request-accept-article): Replace
7387         nnfolder-request-list.
7388
7389 2001-07-27  Simon Josefsson  <jas@extundo.com>
7390
7391         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7392         nnoo-change-server failed to do it.
7393
7394 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus.el (gnus-parameters): Make it customizable.
7397
7398 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7399
7400         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7401
7402         * message.el (message-set-auto-save-file-name): More
7403         poor-system-types.
7404
7405         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7406
7407         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7408         supports +.
7409
7410 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * mm-decode.el (mm-readable-p): New function.
7413         (mm-inline-media-tests): Fix the default testers.
7414
7415 2001-07-26  Simon Josefsson  <jas@extundo.com>
7416
7417         * nnimap.el (nnimap-version): Bump version number.
7418
7419 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420         From Steven E. Harris <seh@speakeasy.org>
7421
7422         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7423         in M$Windows too.
7424
7425 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7426
7427         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7428
7429 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7432
7433         * mm-decode.el (mm-get-image): Guess then use the type.
7434
7435         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7436
7437 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7438
7439         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7440         display (%B) for threads if threading is off.
7441
7442 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7443         From Henrik Enberg <henrik@enberg.org>
7444
7445         * gnus-msg.el: Customization patch.
7446
7447 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7448
7449         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7450         variable.
7451         (nnmail-split-fancy-with-parent): Ignore certain groups.
7452
7453 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7454
7455         * gnus-util.el (gnus-byte-compile): New function.
7456         (gnus-use-byte-compile): New variable.
7457         (gnus-make-sort-function): Use it.
7458
7459         * nnmail.el (nnmail-get-new-mail): Use it.
7460
7461         * gnus-agent.el (gnus-category-make-function): Simple function or
7462         compiled function.
7463         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7464
7465         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7466         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7467         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7468
7469         * message.el (message-check-news-header-syntax): Remove quote.
7470
7471 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7472
7473         * message.el (message-use-mail-followup-to): `t' is not a
7474         documented value.
7475
7476 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7477
7478         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7479
7480 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7483         there are long lines.
7484
7485 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * dgnushack.el (copy-list): New compiler macro.
7488
7489 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7490
7491         * message.el (message-bounce): If no Return-Path, the whole
7492         content is considered as the original message.
7493
7494         * nnml.el (nnml-check-directory-twice): New variable.
7495         (nnml-article-to-file): Use it.
7496         (nnml-retrieve-headers): Hack it.
7497
7498 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus-win.el (gnus-buffer-configuration): New configure.
7501
7502         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7503         not alive.
7504
7505         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7506         (mm-display-external): Use display-term configure.
7507
7508 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7509
7510         * gnus-delay.el (gnus-delay-default-hour): New variable.
7511         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7512
7513 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7514         From Karl Kleinpaste <karl@charcoal.com>
7515
7516         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7517         (gnus-summary-prepare-threads): Ditto.
7518
7519         * gnus.el (gnus-summary-line-format): Add %B.
7520
7521 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7524
7525         * mm-util.el (mm-string-as-multibyte): New function.
7526
7527         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7528
7529 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * mm-util.el (mm-universal-coding-system): New variable.
7532
7533         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7534
7535         * score-mode.el (score-mode-coding-system): Use it.
7536
7537 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-start.el (gnus-setup-news): Call
7540         `gnus-check-bogus-newsgroups' just after the native server is
7541         opened.
7542
7543 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7544
7545         * nnmail.el (nnmail-do-request-post): Util function to be used by
7546         `nnchoke-request-post' for all nnmail-derived backends.
7547
7548         * nnml.el (nnml-request-post): Use it.
7549
7550         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7551         backend, for it groks nnml-request-post.
7552
7553         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7554         Treat `mail-post' backends like `mail' backends, not like `news'
7555         backends.
7556
7557 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7558
7559         * gnus-msg.el (gnus-setup-message): make-local-hook.
7560
7561 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7562
7563         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7564         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7565         <karl@charcoal.com>, slightly changed by Kai.
7566
7567         * message.el (message-check-news-header-syntax): When checking
7568         whether the groups exist, check the right server based on
7569         `gnus-post-method'.
7570
7571 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7572
7573         * gnus-delay.el: New file.
7574
7575 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * mm-util.el (mm-read-coding-system): Take two arguments.
7578
7579         * gnus-sum.el (gnus-summary-show-article): Use
7580         mm-read-coding-system.
7581
7582         * gnus-art.el (article-de-quoted-unreadable):
7583         (article-de-base64-unreadable, article-wash-html):
7584         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7585
7586 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7587
7588         * nnml.el (nnml-request-post): New function.  Can be used for
7589         annotations in nnml groups.
7590
7591 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7594         command.
7595
7596         * gnus-start.el (gnus-find-new-newsgroups): Use
7597         `message-make-date' instead of `current-time-string'.
7598         (gnus-ask-server-for-new-groups): Ditto.
7599         (gnus-check-first-time-used): Ditto.
7600
7601 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7604
7605 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7606
7607         * message.el (message-shorten-references): Change `maxcount' and
7608         `cut' to obey USEFOR draft 5.
7609
7610 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7611
7612         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7613         (gnus-summary-set-article-display-arrow): New function.
7614         (gnus-summary-goto-subject): Use it.
7615
7616 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7617
7618         * gnus-sum.el (gnus-summary-import-article): Insert date if
7619         doesn't exist.
7620
7621 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7622
7623         * mml.el (mml-content-type-parameters): New variable.
7624         (mml-content-disposition-parameters): New variable.
7625         (mml-insert-mime-headers): Use them.
7626         (mml-parse-1): Accept charset.
7627
7628 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * gnus-group.el (gnus-group-select-group): Doc fix.
7631
7632         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7633
7634 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7637         to handle `define-derived-mode'.
7638
7639 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640         From:  Stefan Monnier  <monnier@cs.yale.edu>
7641
7642         * message.el (message-mode): Use define-derived-mode.
7643         (message-tab): message-completion-alist.
7644
7645         * imap.el (imap-interactive-login): Use make-local-variable.
7646         (imap-open): Ditto.
7647         (imap-authenticate): Ditto.
7648
7649         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7650
7651         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7652
7653 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7654
7655         * message.el (message-citation-line-function): Refer to
7656         gnus-cite-attribution-suffix.
7657
7658 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7659
7660         * gnus-art.el,...: Error convention changes.
7661
7662 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7663
7664         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7665
7666 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7667
7668         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7669         (nnrss-read-server-data): Ditto.
7670
7671 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7672
7673         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7674         * Cleanup files.
7675         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7676
7677 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus.el (gnus-summary-line-format): Add %o.
7680
7681         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7682         unless shell outputs something.
7683
7684 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7685
7686         * gnus-art.el (gnus-boring-article-headers): Better doc.
7687         (article-hide-headers): Better regexp.
7688         Suggested by Matt Swift <swift@alum.mit.edu>.
7689
7690         * nnheader.el (nnheader-max-head-length): Better doc.
7691         (nnheader-header-value): Skip spaces.
7692         (nnheader-parse-head): Remove space.
7693         Suggested by Matt Swift <swift@alum.mit.edu>.
7694
7695         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7696         (gnus-get-newsgroup-headers): Remove space.
7697
7698 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7699
7700         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7701         (gnus-summary-reply): Use it.
7702         (gnus-summary-reply-broken-reply-to): New function.
7703         (gnus-msg-force-broken-reply-to): New function.
7704
7705         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7706
7707 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7708
7709         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7710
7711 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7712
7713         * mm-decode.el (mm-external-terminal-program): New variable.
7714         (mm-display-external): Use it. Use term to display when no
7715         window-system.
7716
7717 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7718
7719         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7720         Browse->Next entries to Browse->Prev
7721
7722 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7725
7726 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7727
7728         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7729         for the default encoding.
7730
7731         * nnrss.el (nnrss-url-field): New field.
7732         (nnrss-request-article): Add newsgroups.
7733
7734         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7735
7736 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7739
7740         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7741         (gnus-draft-setup): Remove backlog.
7742
7743 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7744
7745         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7746         Cleanup.
7747
7748 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7749
7750         * gnus-msg.el (gnus-bug): Erase buffer.
7751
7752         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7753
7754 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7755
7756         * mm-decode.el (mm-attachment-override-p): Fix typo.
7757
7758 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-kill.el (gnus-execute): Work with the extra headers.
7761         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7762
7763 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7766         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7767
7768         * message.el (message-send-mail-real-function): New variable.
7769         (message-send-mail-partially, message-send-mail):
7770
7771         * nngateway.el (nngateway-request-post): Use it.
7772
7773         * gnus-agent.el (gnus-agentize): Use it.
7774
7775         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7776         (nnsoup-revert-variables): Use it.
7777
7778 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7779
7780         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7781         text/plain if the type doesn't match any other media types.
7782         (mm-inlined-types): Doc fix.
7783         (mm-display-inline): Revert previous change (now handled by a
7784         default type in `mm-inline-media-tests'.
7785         (mm-inlinable-p): Revive.
7786         (mm-display-part): Call `mm-inlinable-p'.
7787         (mm-attachment-override-p): Ditto.
7788         (mm-inlined-p): Doc fix.
7789
7790         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7791         well as `mm-inlined-p'.
7792
7793 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7794
7795         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7796         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7797
7798 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7799         From  Paul Jarc <prj@po.cwru.edu>
7800
7801         * message.el (message-use-mail-followup-to): New variable.
7802         (message-get-reply-headers): Use it.
7803
7804 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7805
7806         * nnheader.el (nnheader-init-server-buffer): Make sure the
7807         *nntpd* buffer is made multibyte instead of a random buffer.
7808
7809 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7810
7811         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7812         when it returns headers.
7813
7814 2001-07-07  Simon Josefsson  <jas@extundo.com>
7815
7816         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7817         trying to fold. Thanks to Colin Walters
7818         <walters@cis.ohio-state.edu>
7819
7820 2001-07-06  Simon Josefsson  <jas@extundo.com>
7821
7822         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7823         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7824         Add information in `assert's.
7825
7826         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7827         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7828         and `nnimap-group-overview-filename', should handle all
7829         change-of-uidvalidity related issues.  But there may be other
7830         problems.)
7831
7832 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7833
7834         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7835         header name when folding.
7836
7837 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7838
7839         * mm-decode.el (mm-inlined-types): Document relationship with
7840         `mm-inline-media-tests'.
7841         (mm-display-inline): Default to displaying as plain text if no
7842         inlining handler is available.
7843         (mm-inlinable-p): Remove.
7844         (mm-inlined-p): Don't call `mm-inlinable-p'.
7845         (mm-automatic-display-p): Ditto.
7846         (mm-attachment-override-p): Ditto.
7847
7848 2001-07-04  Simon Josefsson  <jas@extundo.com>
7849
7850         * nnimap.el (nnimap-importantize-dormant): New variable.
7851         (nnimap-request-update-info-internal): Use it.
7852         (nnimap-request-set-mark): Ditto.
7853
7854 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7855
7856         * nntp.el (nntp-send-command): don't pass a buffer argument to
7857         `point'. Only XEmacs accepts this.
7858         * nntp.el (nntp-send-command-nodelete): ditto.
7859         * nntp.el (nntp-send-command-and-decode): ditto.
7860
7861 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7862
7863         * nntp.el (nntp-open-connection-function): doc update.
7864         * nntp.el (nntp-pre-command): New.
7865         * nntp.el (nntp-via-rlogin-command): New.
7866         * nntp.el (nntp-via-telnet-command): New.
7867         * nntp.el (nntp-via-telnet-switches): New.
7868         * nntp.el (nntp-via-user-name): New.
7869         * nntp.el (nntp-via-user-password): New.
7870         * nntp.el (nntp-via-address): New.
7871         * nntp.el (nntp-via-envuser): New.
7872         * nntp.el (nntp-via-shell-prompt): New.
7873         * nntp.el (nntp-open-telnet-stream): New.
7874         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7875         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7876         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7877         * nntp.el (nntp-send-command): ditto.
7878         * nntp.el (nntp-send-command-nodelete): ditto.
7879         * nntp.el (nntp-send-command-and-decode): ditto.
7880
7881 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7882
7883         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7884         `when'.
7885
7886 2001-07-03  Simon Josefsson  <jas@extundo.com>
7887         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7888
7889         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7890
7891 2001-07-03  Simon Josefsson  <jas@extundo.com>
7892
7893         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7894         remove it (workaround XEmacs `fill-region' bug).
7895
7896 2001-07-01  Simon Josefsson  <jas@extundo.com>
7897
7898         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7899
7900 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7901
7902         * mml2015.el (mml2015-format-error): New function.
7903         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7904         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7905         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7906
7907 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7908
7909         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7910         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7911
7912         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7913         group variables.
7914
7915 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7916
7917         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7918
7919         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7920         (nnrss-save-group-data): Ditto.
7921
7922         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7923
7924 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * message.el (message-do-send-housekeeping): Narrow to headers.
7927
7928 2001-06-24  Simon Josefsson  <jas@extundo.com>
7929
7930         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7931         insertion when breaking lines looked for " \t" instead of "[ \t]".
7932         (rfc2047-encode-message-header): Fold lines even if
7933         no QP encoding is done.
7934
7935 2001-06-23  Simon Josefsson  <jas@extundo.com>
7936         From Samuel Tardieu <sam@inf.enst.fr>
7937
7938         * smime.el (smime-keys): Support additional certificates.
7939         (smime-make-certfiles): New function.
7940         (smime-sign-region): Use previous variables.
7941         (smime-get-certfiles): New function.
7942         (smime-sign-buffer): Use it.
7943         (smime-verify-region): Support both CAfile and CApath.
7944
7945 2001-06-23  Simon Josefsson  <jas@extundo.com>
7946
7947         * smime.el (smime-decrypt-region): Perhaps work.
7948
7949 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7950
7951         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7952
7953 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7954
7955         * mm-decode.el (mm-save-part): Rewrite file name.
7956         (mm-file-name-rewrite-functions): New variable.
7957         (mm-file-name-delete-whitespace): New function.
7958         (mm-file-name-trim-whitespace): New function.
7959         (mm-file-name-collapse-whitespace): New function.
7960         (mm-file-name-replace-whitespace): New variable and function.
7961
7962 2001-06-22  Simon Josefsson  <jas@extundo.com>
7963
7964         * message.el (message-make-date): Workaround locale for weekdays.
7965
7966 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7967
7968         * message.el (message-goto-body): Return nil if not found. (revert!)
7969
7970 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7971         From Fremlin <chief@bandits.org>
7972
7973         * message.el (message-goto-body): Some messages have no header.
7974
7975         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7976
7977 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7978
7979         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7980
7981 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7982
7983         * message.el (message-make-date): Add week day.
7984         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7985
7986 2001-06-19  Simon Josefsson  <jas@extundo.com>
7987
7988         * message.el (message-yank-prefix): Doc fix.
7989         (message-yank-cited-prefix): Ditto.
7990         (message-delete-not-region): Keep citation prefix on first line,
7991         if possible and appropriate.
7992
7993 2001-06-19  Simon Josefsson  <jas@extundo.com>
7994
7995         * imap.el (imap-process-connection-type): New variable.
7996         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
7997         recent `imtest's work completely (no line length issues), while
7998         making making old `imtest's unusable.  Thanks to NAGY Andras
7999         <nagya@inf.elte.hu> for his work.
8000
8001 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8002
8003         * imap.el (imap-ssl-program): Add -quiet to shut up
8004         OpenSSL/SSLeay's internal debug talk.
8005
8006 2001-06-19  Matt Armstrong  <matt@lickey.com>
8007
8008         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8009         server.
8010
8011 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * nnmail.el (nnmail-article-buffer): New variable.
8014         (nnmail-split-incoming): Use it.
8015
8016 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8017
8018         * qp.el (quoted-printable-decode-region): If called interactively,
8019         use coding-system-for-read.
8020
8021 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * message.el (message-check-news-header-syntax): Check Reply-To.
8024
8025 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * mml.el (mml-parse-1): Use message options.
8028
8029         * message.el (message-do-fcc): Don't do anything if there is no
8030         FCC.
8031
8032 2001-06-16  Simon Josefsson  <jas@extundo.com>
8033
8034         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8035         (nnimap-expunge-search-string): New variable.
8036         (nnimap-request-expire-articles): Use it.
8037
8038 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8039
8040         * message.el (message-send-mail-with-qmail): wrong exit status is
8041         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8042
8043 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * gnus-art.el (article-strip-multiple-blank-lines): Use
8046         delete-region instead of replace-match.
8047
8048 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8049
8050         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8051         (nnweb-google-wash-article): Ditto.
8052
8053 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8054
8055         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8056
8057 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8060         specs.
8061
8062 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * gnus.el (gnus-email-address): Move it here.
8065
8066         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8067         requested.
8068         (article-de-base64-unreadable): Ditto.
8069         (article-wash-html): Ditto.
8070
8071 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * message.el (message-options-set-recipient): Don't add ", "
8074         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8075
8076 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8077
8078         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8079
8080 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8081
8082         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8083         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8084
8085         * nnrss.el (nnrss-node-text): Node might be nil.
8086
8087 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8088
8089         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8090         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8091
8092         * nnrss.el (nnrss-group-alist): More items.
8093
8094 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8095
8096         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8097
8098 2001-06-03  Dale Hagglund  <rdh@best.com>
8099
8100         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8101         restrict clauses.
8102
8103 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         From Benjamin Rutt <brutt+news@bloomington.in.us>
8106
8107         * message.el (message-wide-reply-confirm-recipients): New variable.
8108
8109 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8111
8112         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8113         fix so it works with XEmacs.
8114
8115 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8116
8117         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8118         headers.
8119
8120 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * nnrss.el: Fix a few bugs.
8123
8124 2001-06-05  Simon Josefsson  <jas@extundo.com>
8125
8126         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8127         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8128
8129 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8130
8131         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8132         binary so that we don't transmit ISO 2022 garbage to the process.
8133         This is needed under XEmacs.
8134
8135 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8136
8137         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8138         autoloaded incorrectly below because ssl-program-* is bound.)
8139         Thanks to Amos Gouaux for report.
8140
8141 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8142
8143         * imap.el (imap-kerberos4-open):
8144         (imap-gssapi-open):
8145         (imap-ssl-open):
8146         (imap-network-open):
8147         (imap-shell-open):
8148         (imap-starttls-open): Set buffer to workaround spurious
8149         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8150         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8151         Colman <colman@ppllc.com> for report.
8152
8153 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * gnus-sum.el (gnus-summary-catchup): New argument.
8156         (gnus-summary-catchup-from-here): New function.
8157
8158 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8159
8160         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8161         back, then insert glyph.  (Before, the glyph was inserted first,
8162         then the newline.)  This works around a behavior in XEmacs where
8163         it is not possible to insert a character after a glyph which is at
8164         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8165
8166 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8167
8168         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8169
8170         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8171         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8172         mm-destroy-postponed-undisplay-list): New functions.
8173         (mm-display-external): Use them.
8174
8175 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8176
8177         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8178         `default-low' when evaluating `gnus-summary-highlight'.
8179         From Raja R Harinath <harinath@cs.umn.edu>.
8180
8181 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8182
8183         * message.el (message-yank-cited-prefix): New variable.
8184         (message-indent-citation): Use it.
8185
8186         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8187         as details.
8188         (mml2015-mailcrypt-clear-verify): Ditto.
8189
8190 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8191         From Nevin Kapur <nevin@jhu.edu>.
8192
8193         * gnus-sum.el (gnus-summary-default-high-score,
8194         gnus-summary-default-low-score): New variables.
8195         (gnus-summary-highlight): Use them.
8196
8197 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8198
8199         * message.el (message-mail): pass the 'send-actions argument to
8200         `message-setup'.
8201
8202 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8203         From Raymond Scholz <ray-2001@zonix.de>
8204
8205         * gnus-art.el (gnus-mime-view-part-as-charset):
8206         (gnus-mime-internalize-part): Doc fixes.
8207
8208 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8209
8210         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8211         status lines without any text ("^215$").
8212
8213 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8214
8215         * nnrss.el (nnrss-check-group): Reverse.
8216
8217 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8218
8219         * message.el (message-get-reply-headers):
8220         (message-followup): Fix typo, suggested by David Green
8221         <dgreen@uab.edu>
8222
8223 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8226
8227         * nnrss.el (nnrss-open-server): Read server data when it is called.
8228         (nnrss-request-expire-articles): Fix.
8229
8230 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * message.el (message-do-send-housekeeping): mail-abbrevs may
8233         rename buffer behind Gnus.
8234
8235 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8238         (nnrss-group-alist): Add more resources.
8239         (nnrss-check-group): Ignore errors.
8240
8241 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8244
8245         * nnslashdot.el (nnslashdot-request-list): Add time.
8246         (nnslashdot-request-expire-articles): New function.
8247
8248         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8249         secondary methods too.
8250
8251 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8252
8253         * message.el (message-use-followup-to): Set default value to t.
8254
8255 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8256
8257         * message.el (message-dont-reply-to-names): Fix documentation.
8258         (message-get-reply-headers): Use Mail-Followup-To only for wide
8259         replies.
8260
8261 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8262
8263         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8264         correctly.
8265         (nnrss-check-group): Use time.
8266
8267 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8268
8269         * gnus.el: Oort Gnus v0.03 is released.
8270
8271 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8274         group.
8275
8276 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8279
8280 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnultimate.el (nnultimate-retrieve-headers): Return all
8283         available headers.
8284
8285         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8286         (gnus-get-newsgroup-headers-xover): Use it.
8287
8288 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8291
8292 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8295
8296 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8297
8298         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8299         disable it.
8300
8301         * gnus.el (gnus-info-nodes): Remove a few The's.
8302
8303 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8304
8305         * mail-source.el (mail-source-movemail): Call-process may return a
8306         signal description string.
8307
8308         * gnus-start.el (gnus-read-newsrc-el-file):
8309         gnus-newsrc-file-version may be nil.
8310
8311         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8312         Suggested by Michael Sperber [Mr. Preprocessor]
8313         <sperber@informatik.uni-tuebingen.de>.
8314
8315 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8316
8317         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8318
8319 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8320
8321         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8322         fontify HANDLE.
8323
8324 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8325
8326         * smime.el (smime-ask-passphrase): Rework to return value.
8327         (smime-sign-region): Rework to bind value and use it.
8328         (smime-decrypt-region): Ditto.
8329
8330 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8331         Committed by Simon Josefsson  <simon@josefsson.org>
8332
8333         * smime.el (smime-ask-passphrase): New function.
8334         (smime-sign-region): Use it.
8335         (smime-encrypt-cipher): New variable.
8336         (smime-decrypt-region): Ditto.
8337
8338 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8339         Committed by Simon Josefsson  <simon@josefsson.org>
8340
8341         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8342         the log.
8343
8344 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8345
8346         *gnus.el: Oort Gnus v0.02 is released.
8347
8348 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8349
8350         * gnus.el: Oort Gnus v0.01 is released.
8351
8352 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * gnus-sum.el (gnus-summary-highlight): Highlight read
8355         undownloaded articles as read articles.
8356
8357         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8358         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8359         articles, even read ones, as such.
8360
8361         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8362         (gnus-find-matching-articles): New function.
8363         (gnus-summary-limit-include-matching-articles): New command.
8364         (gnus-summary-limit-include-thread): Include articles that have
8365         matching subjects.
8366         (gnus-offer-save-summaries): Clean up.
8367
8368 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8369
8370         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8371
8372 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8373         From Jason Merrill <jason_merrill@redhat.com>
8374
8375         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8376
8377 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8378         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8381         newsgroup names when the original article is a news message.
8382
8383 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8384
8385         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8386         supported. Suggest by Jim Meyering <jim@meyering.net>.
8387
8388 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8389         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8390
8391         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8392         regexp in nnmail-split-fancy.
8393
8394 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8395
8396         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8397
8398 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8399
8400         * message.el (message-send-mail): Improve the interaction with the
8401         user.
8402
8403 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8404
8405         * imap.el (imap-message-copy): Work around buggy servers that
8406         doesn't send TRYCREATE tags.
8407
8408 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8411
8412 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8415         date.
8416
8417 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8420         lives.
8421
8422 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-art.el (gnus-parse-news-url): New function.
8425         (gnus-button-handle-news): New function.
8426         (gnus-button-alist): Point to new functions.
8427
8428         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8429
8430         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8431         gnus-format-specs.
8432
8433         * message.el (message-check-news-header-syntax): Question even
8434         when Gnus doesn't know the group names.
8435         (message-send-news): Clean up.
8436
8437         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8438         exited on purpose without saving.
8439
8440         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8441
8442 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * gnus-score.el (gnus-score-orphans): Clean up.
8445
8446         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8447
8448         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8449         later.
8450
8451         * gnus-start.el (gnus-close-all-servers): Find the right items to
8452         close.
8453
8454         * qp.el (quoted-printable-decode-region): Just message
8455         malformation; don't quit.
8456
8457 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458         From Gerd Moellmann <gerd@gnu.org>.
8459
8460         * gnus.el (gnus-interactive): A typo.
8461
8462 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8463         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8466         `assq-delete-all', if that function exists; otherwise use the old
8467         definition. Documentation changed to match the one in
8468         `assq-delete-all'.
8469
8470 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * gnus-start.el (gnus-close-all-servers): New function.
8473
8474         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8475         (gnus-server-remove-denials): Clean up.
8476
8477         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8478         keystroke.
8479
8480 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * message.el (message-send-news): Message where we are sending.
8483         (message-send-mail): Ditto.
8484
8485         * gnus.el (gnus-server-string): New function.
8486
8487         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8488
8489         * mm-decode.el (mm-default-directory): Customized.
8490         (mm-tmp-directory): Ditto.
8491
8492         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8493         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8494         or Chars.
8495         (gnus-summary-line-format-alist): ?l is now a string.
8496         (gnus-summary-prepare-threads): Output ? for unknown lines.
8497         (gnus-summary-insert-line): Ditto.
8498         (gnus-summary-print-article): Unbalanced parentheses.
8499
8500         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8501         out whether new stuff has arrived.
8502
8503 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8504
8505         * gnus-sum.el: Let printing work on ttys on Emacs.
8506
8507 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8510         when forcing news.
8511
8512         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8513         command.
8514
8515 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8516
8517         * message.el (message-set-auto-save-file-name): Don't use
8518         asterisks under nt.
8519
8520 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8523         lists of articles.
8524
8525         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8526
8527         * gnus-msg.el (gnus-put-message): Clean up.
8528         (gnus-summary-reply): Mark all replied-to articles as replied to.
8529         (gnus-inews-add-send-actions): Also mark as forwarded.
8530         (gnus-summary-mail-forward): Mark as forwarded.
8531
8532         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8533         of articles.
8534         (gnus-summary-mark-article-as-forwarded): Ditto.
8535
8536         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8537         forwarded.
8538         (gnus-summary-mail-forward): Clean up.
8539
8540         * gnus.el (gnus-article-mark-lists): Added forward.
8541
8542         * gnus-sum.el (gnus-forwarded-mark): New variable.
8543         (gnus-summary-prepare-threads): Use it.
8544         (gnus-summary-update-secondary-mark): Ditto.
8545         (gnus-newsgroup-forwarded): New variable.
8546
8547 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8550         (gnus-summary-very-wide-reply): New command and keystroke.
8551         (gnus-summary-very-wide-reply-with-original): Ditto.
8552
8553         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8554         (gnus-score-adaptive): Use it.
8555
8556         * gnus-start.el (gnus-get-unread-articles): Clean up.
8557
8558 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8561         boards.
8562
8563 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8564
8565         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8566         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8567
8568 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * nnultimate.el (nnultimate-retrieve-headers): Understand
8571         long-form month names.
8572
8573 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8574
8575         * gnus-sum.el (gnus-summary-show-all-headers):
8576         gnus-article-show-all-headers is broken. Use
8577         gnus-summary-toggle-header instead.
8578
8579         * mml2015.el (mml2015-gpg-extract-from): No error.
8580
8581 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8583
8584         * mml2015.el (mml2015-gpg-extract-from): New function.
8585         (mml2015-gpg-verify): Use it.
8586         (mml2015-gpg-clear-verify): Use it.
8587
8588 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * message.el (message-setup-fill-variables): Use
8591         fill-paragraph-function.
8592         (message-fill-paragraph): Take an argument.
8593         (message-newline-and-reformat): Take another argument.
8594
8595 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8598
8599 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8600
8601         * message.el (message-forward): local-variable-p takes an extra
8602         argument in XEmacs.
8603
8604 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8605
8606         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8607         `nnimap-use-nov-p' (it really tested the negative).
8608         (nnimap-retrieve-headers): Use it.
8609
8610 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8611
8612         * message.el (message-generate-headers-first): Update doc.
8613
8614 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8615
8616         * gnus.el (gnus-summary-line-format): Typo.
8617
8618 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8619
8620         * mailcap.el (mailcap-mime-data): Add application/sieve.
8621         (mailcap-mime-extensions): Add .siv, .xls.
8622
8623 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624         From Christoph Conrad <christoph.conrad@gmx.de>
8625
8626         * gnus-score.el (gnus-summary-lower-thread): Typo.
8627
8628 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * message.el (message-forward-decoded-p): New variable.
8631         (message-forward-subject-author-subject): Use it.
8632         (message-make-forward-subject): Use it.
8633         (message-forward): Use it.
8634
8635         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8636
8637         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8638         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8639
8640 ;;Has been fixed -- zsh.
8641 ;;2001-03-05  Dave Love  <fx@gnu.org>
8642 ;;
8643 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8644 ;;      Move it after definition of mm-coding-system-p.
8645 ;;
8646 2001-03-01  Dave Love  <fx@gnu.org>
8647
8648         * mm-util.el (mm-inhibit-file-name-handlers): Add
8649         image-file-handler.
8650
8651 2001-02-11  Dave Love  <fx@gnu.org>
8652
8653         * message.el (message-signature-file): Fix doc, :type.
8654
8655 2001-02-08  Dave Love  <fx@gnu.org>
8656
8657         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8658         (message-posting-charset): Defvar when compiling again.
8659         (rfc2047-encodable-p): Require message.
8660
8661         * gnus-sum.el (gnus-alter-articles-to-read-function):
8662         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8663
8664 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8665
8666         * nnrss.el: New file.
8667
8668 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8672         `skip-chars-forward'.
8673
8674 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8675
8676         * nndraft.el (nndraft-request-group): Restore auto save files if
8677         the original files do not exist.
8678
8679 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8680
8681         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8682         SCORE paths.
8683
8684         * mm-decode.el (mm-dissect-buffer): Call
8685         mail-extract-address-components only if necessary.
8686
8687 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8690         directory part.
8691         (gnus-score-search-global-directories): Use file-directory-p.
8692
8693         * gnus-score.el (gnus-score-score-files-1): Use
8694         gnus-kill-files-directory.
8695         From Adrian Aichner <adrian@xemacs.org>.
8696
8697 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus.el (charset): Move here from gnus-sum.el.
8700
8701 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * mml.el (mml-preview): Disable local map.
8704
8705         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8706         gnus-article-post-menu here.
8707
8708         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8709         if it has not been made.
8710
8711 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * gnus-art.el (gnus-article-describe-key): Map key to event.
8714         (gnus-article-describe-key-briefly): Ditto
8715
8716 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8719
8720 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721         From Katsumi Yamaoka <yamaoka@jpl.org>.
8722
8723         * dgnushack.el (coerce, merge, subseq): defmacro.
8724
8725 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8728         A fake defalias in nndraft.el results a not-activated bug in
8729         uncompiled versions.
8730
8731 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8732         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * gnus-util.el (gnus-split-references): Handle malformed References:.
8735
8736 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8739
8740 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8741         From NAGY Andras <nagya@inf.elte.hu>.
8742
8743         * gnus.el (gnus-parameters): Typo.
8744
8745 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * gnus.el (gnus-read-method): Remove redundancy.
8748
8749 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8750
8751         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8752         (nnslashdot-request-list): Use it.
8753
8754 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * nnml.el (nnml-generate-active-info): Fix the case when there is
8757         no file.
8758
8759         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8760         (gnus-summary-create-article): New function.
8761
8762         * gnus-group.el (gnus-group-mark-article-read): New function.
8763
8764         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8765
8766         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8767
8768 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8769
8770         * gnus-art.el (gnus-article-edit-done): Don't use
8771         gnus-article-edit-exit.
8772         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8773
8774         * gnus.el (gnus-parameters): New variable.
8775         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8776         (gnus-parameters-get-parameter): New function.
8777         (gnus-group-find-parameter): Use it.
8778
8779 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8780
8781         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8782         change of default value to `current'.
8783
8784 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * nneething.el (nneething-get-head): Insert unreadable file too.
8787
8788 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8789
8790         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8791
8792         * webmail.el (webmail-type-definition): Deja is bought by google.
8793
8794 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8795
8796         * gnus-sum.el (gnus-fetch-headers): New function.
8797         (gnus-select-newsgroup): Use it.
8798         (gnus-summary-insert-articles): New function.
8799         (gnus-summary-insert-old-articles): New function.
8800         (gnus-summary-insert-new-articles): New function.
8801
8802         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8803         (gnus-group-list-active): Ditto.
8804         * gnus-sum.el (gnus-set-mode-line): Ditto.
8805         (gnus-summary-read-group-1): Ditto.
8806
8807 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8808
8809         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8810         current topic.
8811
8812 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * smiley.el (gnus-smiley-display): Don't do widening.
8815
8816         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8817         within body.
8818
8819         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8820
8821         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8822         New variable.
8823         (gnus-mime-display-multipart-related-as-mixed): New variable.
8824         (gnus-mime-display-part): Use them.
8825
8826 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8829         something special.
8830
8831 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8832
8833         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8834         (nnweb-request-article): Call reference if exists.
8835         (nnweb-type-definition): Dejanews is bought by google.com.
8836         Beta!
8837
8838 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8841
8842 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8843
8844         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8845         gnus-article-sort-functions.
8846         (gnus-article-sort-functions): Doc fix.  Refer to
8847         gnus-thread-sort-functions.
8848
8849 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850         From Paul Jarc <prj@po.cwru.edu>.
8851
8852         * message.el (message-get-reply-headers): More fixes.
8853
8854 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8855         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8856
8857         * message.el (message-get-reply-headers): Fix bug with
8858         Mail-Followup-To/to-address interaction.
8859
8860 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8863         gnus-article-copy.
8864
8865 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * message.el (message-do-send-housekeeping): Rename to a better
8868         name.
8869
8870 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * message.el (message-cancel-news): Check article first, then ask
8873         yes or no.
8874
8875 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8876
8877         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8878
8879 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * gnus-range.el (gnus-range-normalize): New function.
8882
8883 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8884
8885         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8886
8887 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8888
8889         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8890
8891         * nnagent.el (nnagent-request-regenerate): New function.
8892
8893         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8894
8895         * nnml.el (nnml-generate-nov-databases): Accept argument
8896         server. Don't open server if it is opened.
8897         (nnml-request-regenerate): Use it. Change to deffoo.
8898
8899 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8900         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8901
8902         * gnus.el (gnus-define-group-parameter): Fix.
8903
8904 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * gnus.el (gnus-define-group-parameter): Improved.
8907
8908         * gnus-sum.el (charset): Define parameter.
8909         (ignored-charsets): Ditto.
8910         (gnus-summary-setup-default-charset): Use them.
8911
8912         * gnus-start.el (gnus-read-descriptions-file): Use them.
8913
8914         * gnus-cus.el (gnus-group-parameters): Remove them.
8915
8916 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8919
8920 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus-sum.el (gnus-summary-read-group-1): Remove
8923         gnus-summary-set-local-parameters.
8924         (gnus-summary-setup-buffer): Put it here.
8925
8926 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus.el (to-address): Define parameter.
8929         (to-list): Ditto.
8930         * gnus-art.el (article-hide-boring-headers): Use them.
8931         * gnus-msg.el (gnus-post-news): Ditto.
8932         * gnus-cus.el (gnus-group-parameters): Remove them.
8933
8934 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8935
8936         * gnus-draft.el (gnus-draft-reminder): New function.
8937
8938         * gnus-art.el (gnus-sender-save-name): New function.
8939
8940 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8941
8942         * mm-util.el (mm-mime-charset): Error message.
8943
8944 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * message.el (message-check-news-body-syntax): Don't check mml lines.
8947
8948 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8949
8950         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8951         subscribe.
8952
8953         * gnus-start.el (gnus-call-subscribe-functions): New function.
8954         (gnus-find-new-newsgroups): Use it.
8955         (gnus-ask-server-for-new-groups): Use it.
8956         (gnus-check-first-time-used): Use it.
8957         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8958         (gnus-subscribe-options-newsgroup-method): Ditto.
8959         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8960         return .
8961
8962 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8963
8964         * gnus-cus.el (gnus-score-customize): Doc fix.
8965
8966 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8967
8968         * dgnushack.el (my-getenv): Typo.
8969
8970 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8971
8972         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8973
8974 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8977
8978         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8979         (gnus-treatment-function-alist): Use it.
8980         (article-remove-leading-whitespace): New function.
8981         (gnus-article-make-menu-bar): Use it.
8982
8983         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8984         remove-leading-whitespace.
8985         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8986         because of conflict.
8987
8988 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * Makefile.in: Hack generating gnus-load.el.
8991         * dgnushack.el: Ditto.
8992         * gnus-load.el: Remove it.
8993
8994 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * dgnushack.el : Add URLDIR.
8997
8998         * Makefile.in (EMACS_COMP): Ditto.
8999
9000 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * gnus-cus.el (gnus-score-customize): Error on no score file.
9003
9004 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9005
9006         * mm-decode.el (mm-merge-handles): New function.
9007
9008         * mm-view.el (mm-inline-message): Use it.
9009         (mm-view-message): Ditto.
9010
9011         * mm-partial.el (mm-inline-partial): Ditto.
9012
9013         * mm-extern.el (mm-inline-external-body): Ditto.
9014
9015         * gnus-art.el (gnus-mime-view-part): Ditto.
9016         (gnus-mime-view-part-as-type): Ditto.
9017         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9018         cases.
9019
9020 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * message.el (message-cancel-news): Allow to shoot foot.
9023         (message-supersede): Ditto.
9024
9025 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9026
9027         * gnus-sum.el (gnus-simplify-subject-re): Use
9028         message-subject-re-regexp.
9029
9030 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * nnmail.el (nnmail-expiry-target-group): Bind
9033         nnmail-cache-accepted-message-ids to nil.
9034
9035         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9036         coding system.
9037
9038 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9039
9040         * qp.el (quoted-printable-encode-region): Make sure characters are
9041         between 00 and FF.  Don't check charset.
9042
9043         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9044         in Emacs 20.
9045         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9046
9047 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * message.el (message-make-forward-subject): Argument decoded.
9050         (message-forward): Use it when digest.
9051
9052         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9053         buffer.
9054
9055 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9056
9057         * message.el (message-generate-headers-first): Doc fix.
9058
9059 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9060
9061         * gnus-art.el (article-make-date-line): Error proof.
9062
9063 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9064
9065         * gnus-group.el (gnus-group-listing-limit): New variable.
9066         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9067
9068         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9069
9070 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * message.el (message-newline-and-reformat): Special case for
9073         breaking at BOL.
9074
9075 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9076
9077         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9078         message/rfc822.
9079
9080 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         * message.el (message-encode-message-body): Don't insert
9083         Content-Type if it is inside a mail.
9084
9085 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9086
9087         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9088         gnus-article-commands-menu.
9089
9090         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9091         in Emacs.
9092
9093         * gnus-start.el (gnus-read-descriptions-file): Use
9094         gnus-group-name-charset and gnus-group-charset-alist.
9095
9096 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9099         active region.
9100
9101         * gnus-start.el (gnus-group-change-level): Remove from both
9102         gnus-zombie-list and gnus-killed-list.
9103
9104 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9107         gnus-subscribe-topics.
9108
9109         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9110
9111 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * gnus-art.el (gnus-article-make-menu-bar): Make
9114         gnus-article-post-menu.
9115
9116         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9117
9118         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9119
9120         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9121
9122         * message.el (message-mode-menu): Ditto.
9123
9124         * gnus-art.el (defvar): eval-when-compile.
9125
9126 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * gnus-agent.el (gnus-agentize): Fix doc.
9129
9130 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9131
9132         * mml.el (mml-preview): Bind `q'.
9133
9134 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9135
9136         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9137
9138 2001-01-31  Dave Love  <fx@gnu.org>
9139
9140         * mm-util.el (mm-mime-mule-charset-alist)
9141         (mm-find-mime-charset-region): Consider mule-utf-8.
9142
9143 2001-01-31  Dave Love  <fx@gnu.org>
9144
9145         * gnus-art.el (gnus-article-x-face-command)
9146         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9147         :version.
9148
9149 2001-01-26  Dave Love  <fx@gnu.org>
9150
9151         * mm-util.el (mm-multibyte-string-p): New.
9152
9153 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9154 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9155 ;;      string-as-multibyte on class.  Clarify line-folding.
9156         (quoted-printable-encode-string): Make temp buffer inherit
9157         string's multibyteness.
9158
9159 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9160
9161         * nnheader.el (toplevel): Don't require `gnus-util' at
9162         compile-time; this creates a circular dependency, and prevents
9163         a bootstrap.
9164
9165 2001-01-22  Andreas Schwab  <schwab@suse.de>
9166
9167         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9168
9169 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9172
9173         * gnus-art.el (article-hide-list-identifiers): Ditto.
9174
9175         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9176
9177 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9180
9181         * gnus-art.el (article-hide-list-identifiers): Similar.
9182
9183 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9184
9185         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9186
9187 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188
9189         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9190
9191 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9192
9193         * gnus-util.el (gnus-string-equal): New function.
9194
9195         * gnus-art.el (article-hide-boring-headers): Use it.
9196
9197 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9198
9199         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9200
9201 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9202
9203         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9204
9205 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9206
9207         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9208         command if there is not last-saver.
9209
9210 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9211
9212         * nntp.el (nntp-open-connection): 201 is possible.
9213
9214 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9215
9216         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9217         (rfc2047-charset-encoding-alist): Add big5.
9218
9219 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9220
9221         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9222         (gnus-agent-remove-server): Ditto.
9223         (autoload): gnus-server-update-server.
9224
9225         * gnus-srvr.el (gnus-server-line-format): Add %a.
9226         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9227         (gnus-server-insert-server-line): Use it.
9228
9229 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230
9231         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9232         GB2312 and Big5.
9233
9234 2001-01-24  Simon Josefsson  <sj@extundo.com>
9235
9236         * mail-source.el (mail-sources): Add :program specifier to IMAP
9237         mail source.
9238         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9239
9240 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9243
9244 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * nntp.el (nntp-wait-for): Return the success code.
9247         (nntp-open-connection): Use it.
9248
9249 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9252
9253 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9256
9257 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258
9259         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9260         argument. Allow to print several articles in one file.
9261
9262 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * webmail.el (webmail-type-definition): netaddress changes.
9265
9266 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * gnus.el: Fix copyright. Remove trailing spaces.
9269
9270         * message.el (message-forward): Use mule4.
9271
9272 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * mm-util.el (mm-string-as-unibyte): New function.
9275
9276         * message.el (message-forward): Use it.
9277
9278 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9279
9280         * message.el (message-cite-original-without-signature): Don't peel
9281         off the blank line.
9282         (message-get-reply-headers): Add Cc if it is not in follow-to.
9283
9284 2001-01-20  Simon Josefsson  <sj@extundo.com>
9285
9286         * mm-decode.el (mm-handle-multipart-from): Add.
9287         (mm-dissect-buffer): Save From: header value.
9288         (mm-security-from): Remove.
9289         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9290
9291         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9292         instead of `mml-security-from'.  Protect null from value.
9293
9294 2001-01-20  Simon Josefsson  <sj@extundo.com>
9295
9296         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9297         application/vnd.ms-excel attachments.
9298
9299 2001-01-19  Simon Josefsson  <sj@extundo.com>
9300
9301         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9302
9303 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9304
9305         * message.el (message-ignored-mail-headers): Ditto.
9306
9307 2001-01-19  Simon Josefsson  <sj@extundo.com>
9308
9309         * message.el (message-ignored-news-headers): Only search beginning
9310         of line.
9311
9312 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9313
9314         * message.el (message-send-mail): Content-Type may not be there.
9315
9316 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9319         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9320
9321         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9322         not.
9323
9324 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9325
9326         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9327         non-native groups.
9328
9329 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * message.el (message-yank-original): Understand
9332         universal-argument.
9333
9334 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9337         (article-hide-boring-headers): Ditto.
9338
9339         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9340
9341 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9344         one.
9345
9346 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9347
9348         * message.el (message-make-in-reply-to): Add comment to message-id
9349         (old syntax, see 2000-08-02 change).
9350
9351 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9354         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9355         (gnus-button-reply): Ditto.
9356
9357 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (article-display-x-face): Fix.
9360
9361 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * gnus-art.el (article-display-x-face): Use
9364         gnus-original-article-buffer.
9365
9366 2001-01-15  Jack Twilley  <jmt@tbe.net>
9367
9368         * message.el (message-add-header): Move to point-max.
9369
9370 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9371
9372         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9373         nil, improve documentation.
9374         (smime-certificate-directory): Comment out false hints (until it
9375         is implemented).
9376
9377         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9378         there aren't any keys.
9379         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9380         verify certificate.  Default is changed to only check integrity.
9381         Improved security status texts.  If a certificate doesn't contain
9382         a email address, don't fail.
9383
9384         * smime.el (smime-noverify-region):
9385         (smime-noverify-buffer): New functions.  Verifies integrity only.
9386
9387 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9388
9389         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9390
9391 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392
9393         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9394         (gnus-remove-some-windows): Ditto.
9395
9396 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * gnus-art.el (article-make-date-line): 11th.
9399
9400 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9401
9402         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9403         (mml2015-gpg-sign): Ditto.
9404
9405 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9408         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9409
9410 2001-01-08  Dave Love  <fx@gnu.org>
9411
9412         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9413         single character.
9414
9415         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9416
9417         * message.el: Doc and message fixes.
9418         (message-send-rename-function)
9419         (message-make-forward-subject-function)
9420         (message-send-mail-function, message-reply-to-function)
9421         (message-wide-reply-to-function, message-followup-to-function)
9422         (message-distribution-function, message-auto-save-directory): Fix
9423         :type.
9424
9425         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9426         proceeding after warnings.  Amend multipart warning message.
9427
9428 2001-01-04  Dave Love  <fx@gnu.org>
9429
9430         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9431         compiling.
9432         (gnus-make-directory): Require nnmail.
9433
9434         * mm-decode.el (mm-inline-media-tests): Add
9435         image/x-portable-bitmap.
9436         (mm-get-image): Grok pbm.
9437
9438 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9439
9440         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9441
9442 2001-01-09  Didier Verna  <didier@xemacs.org>
9443
9444         * dgnushack.el (dgnushack-compile): give a dummy value to
9445         `gnus-xmas-glyph-directory' for the time of compilation.
9446         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9447         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9448         * gnus-art.el: ditto.
9449         * gnus-group.el: ditto.
9450         * gnus-salt.el: ditto.
9451         * gnus-sum.el: ditto.
9452         * gnus-topic.el: ditto.
9453         * gnus-xmas.el (gnus-xmas-define): see above.
9454         * gnus-xmas.el (gnus-xmas-redefine): see above.
9455         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9456         non-continuable error when the directory can't be found.
9457
9458 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9461         handle.
9462         * gnus-art.el (gnus-mime-view-part): Copy it.
9463         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9464
9465 2001-01-09  Michael Downes  <mjd@ams.org>
9466
9467         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9468
9469 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9470
9471         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9472         orig-file. Use ',source.
9473
9474 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9475
9476         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9477         (gnus-xmas-group-startup-message):
9478         Detect gnus-xmas-glyph-directory when it is nil.
9479
9480 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9481
9482         * pop3.el (pop3-get-message-count): Andrew Innes
9483         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9484
9485 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9488
9489         * time-date.el (time-to-number-of-days): New function.
9490
9491 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9492
9493         * nnslashdot.el (nnslashdot-request-list): Always get the right
9494         sid.
9495
9496 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * message.el (message-minibuffer-local-map): New keymap.
9499         (message-read-from-minibuffer): Use it.
9500         * gnus-msg.el (gnus-summary-resend-message): Use it
9501
9502 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9503
9504         * gnus-start.el (gnus-display-time-event-handler): New function.
9505         (gnus-after-getting-new-news-hook): Use it.
9506
9507 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * message.el (message-ignored-mail-headers): Add draft header.
9510
9511 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9514         excursion.
9515
9516         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9517
9518 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9519
9520         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9521
9522 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * qp.el (quoted-printable-decode-region): Don't backward-char.
9525
9526 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * gnus-draft.el: Mark articles as replied.
9529
9530         * gnus-sum.el (gnus-summary-add-mark): New function.
9531
9532         * gnus-group.el (gnus-add-mark): New function.
9533
9534         * gnus-sum.el (gnus-summary-buffer-name): New function.
9535         (gnus-summary-setup-buffer): Use it.
9536
9537         * gnus-draft.el: Set things up with the right post method and
9538         stuff.
9539
9540         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9541
9542         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9543
9544         * gnus.el (gnus-draft-meta-information-header): New variable.
9545
9546 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus-art.el (gnus-treatment-function-alist): Move the date
9549         functions before the header sorting functions.
9550
9551         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9552
9553         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9554         Don't (push "/usr/share/emacs/site-lisp" load-path).
9555
9556         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9557         to empty fill prefixes.
9558
9559 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9562         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9563
9564 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9565
9566         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9567
9568         * nnml.el (autoload): Move to nnheader.el.
9569
9570         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9571         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9572         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9573         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9574
9575 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-art.el (article-make-date-line): Get the hours right.
9578         (gnus-ignored-headers): More hiding.
9579
9580         * nnmail.el (nnmail-expiry-wait): Not an integer.
9581
9582         * message.el (message-goto-body): Only expand abbrev when called
9583         interactively.
9584         (message-make-lines): Use it.
9585
9586 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9589
9590 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9593         include the expunged articles.
9594
9595         * gnus-group.el (gnus-group-sort-by-server): New function.
9596
9597         * gnus.el (gnus-method-to-server-name): New function.
9598         (gnus-group-prefixed-name): Use it.
9599
9600         * gnus-group.el (gnus-group-sort-function): Doc fix.
9601         (gnus-group-sort-groups-by-server): New command.
9602
9603 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-art.el (gnus-treat-date-english): New variable.
9606         (article-date-english): New command.
9607         (gnus-english-month-names): New variable.
9608         (article-make-date-line): Do 'english.
9609
9610         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9611         after the fill prefix.
9612
9613         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9614         score...".
9615
9616         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9617
9618         * message.el (message-mode-map): Bind comment-region.
9619
9620         * gnus-art.el (gnus-mime-display-part): Let w3 display
9621         multipart/related.
9622
9623         * mm-bodies.el (mm-long-lines-p): New function.
9624         (mm-body-encoding): Use it.
9625         (mm-body-encoding): Encode articles with lines longer than 1000
9626         characters.
9627
9628 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9629
9630         * mm-util.el (mm-enable-multibyte): Use
9631         default-enable-multibyte-characters.
9632         (mm-enable-multibyte-mule4): Ditto.
9633         (mm-disable-multibyte): Test XEmacs.
9634         (mm-disable-multibyte-mule4): Ditto.
9635         (mm-with-unibyte-current-buffer): Simplified.
9636         (mm-with-unibyte-current-buffer-mule4): Ditto.
9637
9638 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9641
9642         * nnheader.el (nnheader-string-as-multibyte): New alias.
9643
9644         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9645
9646         * gnus-uu.el (gnus-message-process-mark): New function.
9647         (gnus-uu-mark-by-regexp): Use it.
9648         (gnus-new-processable): New function.
9649
9650 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9651
9652         * gnus-sum.el (gnus-no-mark): New variable.
9653
9654 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9657         backslashes.
9658
9659 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9662         definition.
9663
9664 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9665
9666         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9667
9668         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9669         XEmacs.
9670
9671 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9672
9673         * mml.el (mml-read-tag): Save tag location.
9674
9675 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9676
9677         * starttls.el: Sync with Emacs 21.
9678
9679 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680
9681         * message.el (message-mail): Support yank-action.
9682
9683         * message.el (message-setup): Revoke the last change.
9684
9685 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9688         <jvromans@squirrel.nl>.
9689
9690 2000-12-24  Simon Josefsson  <sj@extundo.com>
9691
9692         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9693         mailing list junk at end of part.
9694
9695 2000-12-23  Simon Josefsson  <sj@extundo.com>
9696
9697         * nnimap.el (nnimap-expiry-target): New function.
9698         (nnimap-request-expire-articles): Use it.
9699
9700 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9701
9702         * gnus.el (gnus-group-parameters-more): New variable.
9703         * gnus-cus.el (gnus-group-customize): Use it.
9704
9705         * gnus.el (gnus-define-group-parameter): New macro.
9706         (auto-expire): Use it
9707         (total-expire): Use it.
9708         * gnus-art.el (banner): Use it.
9709
9710         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9711         <ljz@asfast.com>.
9712
9713 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9714
9715         * gnus-topic.el (gnus-topic-create-topic): Use list.
9716
9717         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9718         before binding gnus-default-article-saver.
9719
9720         * gnus-sum.el (gnus-summary-save-article):
9721         (gnus-summary-pipe-output):
9722         (gnus-summary-save-article-mail):
9723         (gnus-summary-save-article-rmail):
9724         (gnus-summary-save-article-file):
9725         (gnus-summary-write-article-file):
9726         (gnus-summary-save-article-body-file): Ditto.
9727
9728         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9729
9730 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * gnus-art.el (gnus-mime-security-button-map):
9733         (gnus-mime-button-map): Add parent.
9734
9735 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * messagexmas.el (message-xmas-redefine): New function.
9738
9739         * message.el: Use it.
9740
9741         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9742
9743         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9744
9745 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9746
9747         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9748         malformatted messages.
9749
9750 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9751
9752         * mm-util.el (mm-image-load-path): New function.
9753
9754         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9755
9756         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9757
9758         * message.el (message-tool-bar-map): Use it.
9759
9760         * Makefile.in (install-el): New rule.
9761
9762 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (article-treat-dumbquotes): Quote \.
9765
9766 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9769         Emacs 20 runs on a terminal.
9770
9771 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9774
9775         * mml.el (gnus-add-minor-mode): Autoload.
9776
9777         * message.el (message-forward): Save-restriction.
9778
9779 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9780
9781         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9782         Paul Stevenson <p.stevenson@surrey.ac.uk>
9783
9784 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9787
9788         * mml.el (gnus-ems): Don't require.
9789
9790         * gnus.el (gnus-decode-rfc1522): Removed.
9791         (gnus-set-text-properties): Define.
9792
9793 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794
9795         * gnus-art.el (gnus-mime-*): handle may be nil.
9796
9797         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9798
9799         * gnus.el (gnus-group-remove-excess-properties): Not defined
9800         in gnus-xmas.
9801
9802 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803
9804         * message.el (message-mail-user-agent): Add :version.
9805
9806 2000-12-21  Miles Bader  <miles@gnu.org>
9807
9808         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9809
9810 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9811
9812         * message.el (message-mail-user-agent): New variable.
9813         (message-setup): Renamed to message-setup-1. Support
9814         mail-user-agent.
9815         (message-mail-user-agent): New function.
9816         (message-mail): Use it.
9817         (message-reply): Use it.
9818         (message-resend): Use it.
9819         (message-mail-other-window): Use it.
9820         (message-mail-other-frame): Use it.
9821
9822         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9823
9824 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * message.el (message-tool-bar-map): Simplify.
9827         (message-narrow-to-head-1): New function.
9828         (message-narrow-to-head): Use it.
9829         (message-reply): Ditto.
9830         (message-cancel-news): Ditto.
9831         (message-supersede): Ditto.
9832         (message-make-forward-subject): Ditto.
9833         (message-bounce): Ditto.
9834
9835 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9836
9837         * uudecode.el (uudecode-decode-region-external): make-temp-file
9838         may not be defined.
9839
9840         * binhex.el (defalias): eval-and-compile.
9841
9842         * message.el (message-tool-bar-map): New function.
9843         (message-mode): Use it.
9844
9845 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * nntp.el (nntp-find-connection): Remove the entry.
9848         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9849
9850 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9853
9854         * message.el (message-forward): Copy buffer in unibyte mode.
9855
9856 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9857
9858         * message.el (message-make-forward-subject): Don't widen. Decode.
9859         (message-forward): Don't decode subject.
9860
9861 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9862
9863         * qp.el (quoted-printable-encode-region): Upcase QP.
9864
9865 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9866
9867         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9868         mail-extract-a-c instead. Don't depend on Gnus.
9869
9870         * mml.el (gnus-ems): Require it.
9871
9872         * gnus-msg.el (gnus-summary-mail-forward):
9873
9874         * message.el (message-forward):  Move mime-to-mml here.
9875
9876 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9879         * gnus-art.el (gnus-insert-mime-button): Simplify.
9880         (gnus-mime-display-alternative): Ditto.
9881         (gnus-insert-mime-security-button): Ditto.
9882
9883 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9886         text-property-not-all doesn't return nil when start=mark(end).
9887         (gnus-remove-text-properties-when): Ditto.
9888
9889 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-start.el (gnus-group-change-level): Remove group from
9892         gnus-active-hashtb if real killed.
9893
9894 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9897         (gnus-mime-display-alternative): Ditto.
9898         (gnus-insert-mime-security-button): Ditto.
9899
9900 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * gnus-start.el (gnus-group-change-level): Don't add it into
9903         killed-list if it was killed.
9904
9905 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9908         (nnmbox-active-file-coding-system): Ditto.
9909
9910         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9911
9912 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913
9914         * gnus.el (gnus-version):
9915         (gnus-version-number): Set to Oort Gnus 0.01.
9916
9917         * gnus-art.el (gnus-mime-security-button-map):
9918         (gnus-insert-mime-security-button): Fix for Emacs21.
9919
9920 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9923         easymenu, because XEmacs doesn't understand :help.
9924
9925         * mm-uu.el: Require binhex.
9926
9927 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9930
9931 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9934
9935 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9936
9937         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9938
9939 2000-12-18  Dave Love  <fx@gnu.org>
9940
9941         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9942         (unused).
9943
9944 2000-12-13  Miles Bader  <miles@gnu.org>
9945
9946         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9947         to t, so that we don't get stuck while trying to smilefy
9948         intangible text.
9949
9950 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9951
9952         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9953         at the end of the buffer.
9954         (smiley-region): In the loop, move to the end of the submatch
9955         matching the smiley instead of using the end of the match
9956         of the whole regexp.
9957
9958 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9959
9960         * message.el (message-mode): Doc fix.
9961
9962 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9963
9964         * smiley-ems.el (smiley-region): Doc fix.
9965
9966 2000-12-11  Miles Bader  <miles@gnu.org>
9967
9968         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9969         bottom line visible, check to see if it's partially obscured, and
9970         if so, either scroll one more line to make it fully visible, or
9971         revert to showing the second line from the top.
9972
9973 2000-12-07  Dave Love  <fx@gnu.org>
9974
9975         * mailcap.el (mailcap-download-directory)
9976         * gnus-audio.el (gnus-audio-directory)
9977         * smiley-ems.el (smiley-data-directory): Fix :type.
9978
9979 2000-11-30  Dave Love  <fx@gnu.org>
9980
9981         * message.el (message-auto-save-directory): Use
9982         file-name-as-directory.
9983         (message-set-auto-save-file-name): Create
9984         message-auto-save-directory if necessary.
9985         (message-replace-chars-in-string): Removed -- unused.
9986         (message-mail-alias-type): Customize.
9987         (message-headers): Remove duplicate defgroup.
9988
9989 2000-11-29  Dave Love  <fx@gnu.org>
9990
9991         * qp.el (quoted-printable-decode-region): Use error, not message
9992         to report malformed text (like base64).  Amend message.
9993
9994 2000-11-29  Miles Bader  <miles@gnu.org>
9995
9996         * message.el (message-header-lines): Fontify tag.
9997
9998 2000-11-27  Dave Love  <fx@gnu.org>
9999
10000         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10001         compiler warning.
10002
10003 ;2000-11-26  Dave Love  <fx@gnu.org>
10004 ;
10005 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10006 ;
10007 2000-11-23  Dave Love  <fx@gnu.org>
10008
10009         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10010
10011         * mm-uu.el (uudecode): Require.
10012         (uudecode-decode-region, uudecode-decode-region-external): Don't
10013         autoload.
10014         (mm-uu-copy-to-buffer): Doc fix.
10015         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10016         type fix.
10017
10018         * mailcap.el: Doc fixes.
10019         (mailcap-mime-data): Various adjustments.
10020         (mailcap): New group.
10021         (mailcap-download-directory): Customize.
10022         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10023         (mailcap-temporary-directory): Deleted (unused).
10024         (mailcap-unescape-mime-test): Simplify slightly.
10025         (mailcap-viewer-passes-test): Use functionp.
10026         (mailcap-command-p): Aliased to executable-find.
10027
10028         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10029         default-enable-multibyte-characters is nil.
10030
10031 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10032
10033         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10034
10035 2000-11-21  Dave Love  <fx@gnu.org>
10036
10037         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10038         gnus-article-mode-map.
10039 ;       (gnus-mime-button-menu): Use mouse-set-point.
10040         (gnus-insert-mime-button, gnus-mime-display-alternative)
10041         (gnus-mime-display-alternative): Don't use local-map property.
10042
10043 2000-11-17  Dave Love  <fx@gnu.org>
10044
10045         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10046         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10047         and make-temp-file.
10048         (uudecode-decode-region): Doc fix.
10049
10050 2000-11-14  Dave Love  <fx@gnu.org>
10051
10052         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10053         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10054         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10055         New files, derived from the XPMs.
10056
10057 2000-11-10  Dave Love  <fx@gnu.org>
10058
10059         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10060         (gnus-agent-lib-file, gnus-agent-load-alist)
10061         (gnus-agent-save-alist, gnus-agent-article-name): Use
10062         expand-file-name.
10063
10064         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10065         :version.
10066         (nnkiboze-score-file): Defvar when compiling.
10067
10068         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10069
10070         * gnus-art.el (gnus-article-banner-alist)
10071         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10072         (gnus-article-date-lapsed-new-header)
10073         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10074         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10075         (gnus-treat-strip-headers-in-body)
10076         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10077         (gnus-treat-translate): Add :version.
10078         (gnus-article-mime-part-function): Fix defcustom.
10079
10080         * nnmail.el (nnmail-expiry-target)
10081         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10082         (nnmail-split-header-length-limit): Add :version.
10083
10084         * gnus-sum.el (gnus-auto-expirable-marks)
10085         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10086         (gnus-extra-headers, gnus-ignored-from-addresses)
10087         (gnus-newsgroup-ignored-charsets)
10088         (gnus-group-highlight-words-alist)
10089         (gnus-summary-show-article-charset-alist): Add :version.
10090
10091         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10092         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10093         files, converted from the XPMs.
10094
10095         * gnus-cache.el (gnus-cache-active-file): Don't use
10096         file-name-as-directory on directory.
10097         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10098         use file-name-as-directory on directory.
10099
10100         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10101         (date-to-time): Use it.
10102
10103 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10104 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10105 ;       (message-newline-and-reformat): Likewise.
10106         (message-forward-as-mime, message-forward-ignored-headers)
10107         (message-buffer-naming-style, message-default-charset)
10108         (message-dont-reply-to-names, message-send-mail-partially-limit):
10109         Add :version.
10110
10111         * mm-util.el: Doc fixes.
10112         (mm-mime-charset): Don't use the raw result of
10113         mm-preferred-coding-system.
10114         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10115         (mm-with-unibyte): Simplify.
10116
10117         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10118         concat.
10119
10120         * pop3.el (pop3-version): Deleted.
10121         (pop3-make-date): New function, avoiding message-make-date.
10122         (pop3-munge-message-separator): Use it.
10123
10124 2000-11-09  Dave Love  <fx@gnu.org>
10125
10126         * gnus-group.el (gnus-group-make-directory-group)
10127         (gnus-group-fetch-faq): Use expand-file-name.
10128         (gnus-group-fetch-faq): Simplify completing-read form.
10129
10130         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10131         test for Mule.
10132
10133         * message.el (tool-bar-map): Defvar when compiling.
10134
10135         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10136         (gnus-tm-lisp-directory): Deleted.
10137         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10138         (featurep 'xemacs).
10139         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10140         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10141         version numbers from file names.
10142
10143 2000-11-08  Dave Love  <fx@gnu.org>
10144
10145         * mm-view.el: Use featurep for XEmacs test.
10146         (mm-inline-message): Test for `remove-specifier'; don't use
10147         condition-case.
10148
10149         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10150
10151         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10152         (gnus-score-find-bnews): Don't concat "".
10153
10154         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10155         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10156         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10157         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10158
10159         * gnus-sum.el: Put some defvars in eval-when-compile.
10160         (gnus-summary-mode-hook): Add :options.
10161         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10162         (gnus-summary-tool-bar-map): New variable.
10163         (gnus-summary-make-tool-bar): New function.
10164         (gnus-summary-mode): Put kill-all-local-variables first.
10165
10166         * gnus-group.el (gnus-group-toolbar-map): New variable.
10167         (gnus-group-make-tool-bar): Rewritten.
10168         (gnus-group-mode): Put kill-all-local-variables first.
10169
10170         * rfc2047.el: Require gnus-util.
10171
10172         * nnml.el (gnus-sorted-intersection): Autoload.
10173
10174         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10175         Put some defvars in eval-when-compile.
10176         (gnus-intersection, gnus-sorted-complement):  Autoload.
10177
10178         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10179
10180         * mm-encode.el (mm-body-7-or-8): Autoload.
10181
10182         * mm-decode.el (mm-insert-inline): Autoload.
10183
10184         * mml.el:
10185         * message.el: Put some defvars in eval-when-compile.
10186
10187         * gnus-msg.el: Put some defvars in eval-when-compile.
10188         (gnus-msg-mail): Move after gnus-setup-message.
10189
10190         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10191
10192 2000-11-07  Dave Love  <fx@gnu.org>
10193
10194         * gnus-util.el (nnheader): Don't require message (recursive
10195         autoload).
10196
10197         * uudecode.el: Avoid compiler warnings.
10198
10199         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10200         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10201
10202 2000-11-06  Dave Love  <fx@gnu.org>
10203
10204         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10205
10206         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10207         (uudecode-char-int): New alias, replacing char-int.
10208         (uudecode-decode-region): Don't call buffer-disable-undo.
10209
10210 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10211 ;       (mm-uu-configure-list): Doc fix.
10212 ;
10213 ;       * earcon.el (running-xemacs): Don't define.
10214 ;
10215 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10216 ;
10217 ;       * message.el (message-font-lock-keywords): Match a final newline
10218 ;       to help font-lock's multiline support.
10219 ;
10220 2000-11-03  Dave Love  <fx@gnu.org>
10221
10222         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10223
10224         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10225         name.
10226
10227         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10228         <banner>: Fix custom type, doc.
10229
10230         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10231         name.  Don't disable undo explicitly.
10232
10233 ;2000-11-02  Dave Love  <fx@gnu.org>
10234 ;
10235 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10236 ;       cite-prefix.
10237
10238 2000-11-01  Dave Love  <fx@gnu.org>
10239
10240         * rfc2047.el (base64): Require unconditionally.
10241         (message-posting-charset): Defvar when compiling.
10242         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10243         message.
10244
10245         * gnus-sum.el (nnoo): Require.
10246         (mm-uu-dissect): Autoload.
10247
10248         * mml.el (mml-parse-1): Clarify message.
10249         (mml-minibuffer-read-type): Use mailcap-mime-types.
10250
10251 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10252
10253         * mml.el: Fix a typo in the requiring of CL.
10254
10255 2000-11-01  Dave Love  <fx@gnu.org>
10256
10257         * utf7.el: Require cl when compiling.
10258
10259         * binhex.el: Use (featurep 'xemacs).
10260         (binhex-char-int): New alias, replacing char-int.  Change callers.
10261         (binhex-decode-region): Simplify work buffer code.
10262         (binhex-decode-region-external): Use expand-file-name, not concat.
10263
10264 2000-10-30  Dave Love  <fx@gnu.org>
10265
10266         * gnus-art.el: Fix 2000-10-27 change properly.
10267
10268 2000-10-28  Miles Bader  <miles@gnu.org>
10269
10270         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10271
10272 2000-10-27  Dave Love  <fx@gnu.org>
10273
10274         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10275         strings.
10276         (gnus-group-make-tool-bar): New function.
10277         (gnus-group-mode): Use it.
10278
10279         * message.el (message-mode-menu): Add some :help strings.
10280         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10281         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10282
10283         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10284         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10285         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10286
10287         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10288         display-graphic-p here.
10289
10290 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10291
10292         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10293         of the `gnus-xemacs' variable, as the latter has been removed.
10294         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10295         * gnus-art.el (gnus-treat-display-xface)
10296         (gnus-treat-display-smileys, gnus-treat-display-picons)
10297         (gnus-article-read-summary-keys): Likewise.
10298
10299 2000-10-26  Dave Love  <fx@gnu.org>
10300
10301         (defvar): Use rmail-spool-directory unconditionally.
10302
10303 2000-10-18  Dave Love  <fx@gnu.org>
10304
10305         * mm-bodies.el (mm-uu-decode-function)
10306         (mm-uu-binhex-decode-function): Defvar when compiling.
10307
10308         * gnus-nocem.el (gnus-nocem-issuers): Update.
10309         (gnus-nocem-check-from): New option.
10310         (gnus-nocem-scan-groups): Use it.
10311         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10312         (gnus-nocem-check-article-limit): Add :version.
10313
10314 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10315
10316         * ietf-drums.el (mm-util): Require CL when compiling.
10317
10318 2000-10-15  Dave Love  <fx@gnu.org>
10319
10320         * qp.el: Require mm-util.
10321
10322 2000-10-13  Dave Love  <fx@gnu.org>
10323
10324         * qp.el (quoted-printable-decode-region): Avoid invalid
10325         coding-systems.
10326
10327 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10328
10329         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10330         to a recursive load.
10331
10332 2000-10-12  Dave Love  <fx@gnu.org>
10333
10334         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10335
10336         * gnus.el (gnus-group-startup-message): Check for PBM image.
10337
10338 2000-10-09  Dave Love  <fx@gnu.org>
10339
10340         * mail-source.el (mail-source-fetch-imap): Bind
10341         default-enable-multibyte-characters rather than using
10342         mm-disable-multibyte.
10343
10344 2000-10-05  Dave Love  <fx@gnu.org>
10345
10346         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10347         Autoload.
10348         (quoted-printable-decode-region):  Rename arg which confused
10349         charset with coding-system.  Don't use nonascii-insert-offset.
10350         Coding-system encode the region initially.  Don't recognize `=='
10351         as valid QP.  Coding-system decode the region finally.
10352         (quoted-printable-decode-string): Rename arg which confused
10353         charset with coding-system.
10354
10355         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10356         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10357         mm-encode-coding-region.
10358         (mm-decode-body, mm-decode-string): Rename variables which
10359         confused charset with coding-system.
10360         (binhex-decode-region): Don't autoload.
10361         (mm-body-encoding): Require message.
10362         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10363         cond branches.
10364
10365         * gnus-art.el (article-de-quoted-unreadable)
10366         (article-de-base64-unreadable): Fold search case
10367         rather than downcasing string.  Apply mm-charset-to-coding-system
10368         to arg of quoted-printable-decode-region.
10369
10370 2000-10-04  Dave Love  <fx@gnu.org>
10371
10372         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10373         Require ring when compiling.
10374         (gnus-article-compface-xbm): New variable.
10375
10376 2000-10-04  Dave Love  <fx@gnu.org>
10377
10378         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10379         pbm images.
10380
10381         * frown.pbm, smile.pbm, wry.pbm: New files.
10382
10383         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10384
10385 2000-10-03  Dave Love  <fx@gnu.org>
10386
10387         * mail-source.el (mail-sources): Revert to nil.
10388
10389         * nnmail (nnmail-spool-file): Revert to `((file))'.
10390
10391         * qp.el: Don't require mm-util.
10392         (quoted-printable-decode-region): Rewritten.
10393         (quoted-printable-decode-string, quoted-printable-encode-region):
10394         Doc fix.
10395         (quoted-printable-encode-region): Barf on multibyte characters.
10396         Maybe make the class multibyte.  Upcase chars, not formatted
10397         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10398         (quoted-printable-encode-string): Don't use
10399         mm-with-unibyte-buffer.
10400
10401 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10402
10403         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10404
10405 2000-09-21  Dave Love  <fx@gnu.org>
10406
10407         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10408         (for Emacs 20).  Tidy somewhat.
10409
10410 2000-09-21  Dave Love  <fx@gnu.org>
10411
10412         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10413         image processing.  Rationalize logic somewhat.
10414
10415 2000-09-20  Dave Love  <fx@gnu.org>
10416
10417         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10418         specifically.
10419
10420         * gnus.el (gnus-version-number): Avoid some redundant
10421         autoloads.
10422
10423 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10424
10425         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10426         to XBM; we always have PBM support.
10427
10428 2000-09-14  Dave Love  <fx@gnu.org>
10429
10430         * gnus.el (gnus-charset):
10431         * mm-decode.el (mime-display):
10432         * imap.el (imap) <defgroup>: Add :version.
10433
10434 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10435
10436         * parse-time.el: Fix author's mail address.
10437
10438         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10439         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10440         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10441         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10442         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10443         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10444         * rfc2231.el, uudecode.el: Fix copyright notice.
10445
10446         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10447         require `w3' at load-time only if not running in batch mode.
10448
10449 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus.el: Before merge with Emacs21.
10452
10453 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10454
10455         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10456
10457 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10458
10459         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10460         to avoid conflict with the standard `back-to-indentation'
10461         binding.
10462
10463 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10466
10467         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10468         (mm-disable-multibyte-mule4): Ditto.
10469         (mm-with-unibyte-current-buffer-mule4): Ditto.
10470
10471 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10472
10473         * pop3.el (pop3-movemail): Use binary.
10474         (pop3-movemail-file-coding-system): Removed.
10475
10476 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10479
10480 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10483         exists.
10484
10485 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * gnus-msg.el (gnus-post-method): Use backend name when the
10488         address is "".
10489
10490 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10493         mm-verify-option.
10494         (gnus-treat-x-pgp-sig): Default value.
10495         (gnus-ignored-headers): Redundant.
10496
10497 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * gnus-win.el (gnus-configure-frame): Save selected window.
10500
10501 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10502
10503         * nnmbox.el: Require gnus-range.
10504         (nnmbox-group-building-active-articles): New variable.
10505         (nnmbox-group-active-articles): New variable; this is a cache of
10506         all active articles by group and number.
10507         (nnmbox-in-header-p): New function.
10508         (nnmbox-find-article): New function.
10509         (nnmbox-record-active-article): New function.
10510         (nnmbox-record-deleted-article): New function.
10511         (nnmbox-is-article-active-p): New function.
10512         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10513         (nnmbox-request-article): Ditto.  Also supply extra arg to
10514         nnmbox-article-group-number.
10515         (nnmbox-request-expire-articles): Ditto.
10516         (nnmbox-request-move-article): Ditto.
10517         (nnmbox-request-replace-article): Ditto.
10518         (nnmbox-request-rename-group): Rename group entry in active
10519         article cache.
10520         (nnmbox-delete-mail): Update active article cache, unless article
10521         is being replaced.
10522         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10523         than partially duplicating it.
10524         (nnmbox-article-group-number): Add extra `this-line' arg, to
10525         handle articles belonging to multiple groups.
10526         (nnmbox-save-mail): Update active article cache.
10527         (nnmbox-read-mbox): Build active article cache when loading mbox.
10528         Also do some repair work, if we find articles that are missing the
10529         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10530         reconstruct these from Xref info.
10531
10532 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10533
10534         * mail-source.el (mail-source-report-new-mail): Use
10535         nnheader-run-at-time.
10536
10537 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10538
10539         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10540         an error is thrown, and then rethrow the error.
10541         (mail-source-check-pop): Ditto.
10542         (mail-source-start-idle-timer): Prevent multiple pop checks
10543         running if the check takes a long time.
10544
10545 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10546
10547         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10548         succeed.
10549
10550 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * gnus-win.el (gnus-configure-windows): Make sure
10553         nntp-server-buffer is live.
10554         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10555
10556 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10557
10558         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10559
10560 2000-12-04  Andreas Jaeger  <aj@suse.de>
10561
10562         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10563
10564 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10565
10566         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10567
10568 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10570
10571         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10572
10573 2000-12-01  Simon Josefsson  <sj@extundo.com>
10574
10575         * mml-smime.el (mml-smime-verify): Fix address parsing.
10576
10577 2000-12-01  Simon Josefsson  <sj@extundo.com>
10578
10579         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10580         more than one certificate inside PKCS#7 blob.  Better security
10581         information (clamed / actual sender, openssl output, certificates
10582         inside message).
10583
10584         * smime.el (smime-verify-region): Output to /dev/null.
10585         (smime-buffer-as-string-region): Don't parse empty lines.
10586
10587 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10590         ?d and ?D.
10591         (gnus-mime-security-show-details-inline): New variable.
10592         (gnus-mime-security-show-details): Use them.
10593         (gnus-insert-mime-security-button): Ditto.
10594
10595         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10596         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10597         (mml2015-gpg-clear-verify): Ditto.
10598         (mml2015-gpg-decrypt-1): Ditto.
10599         (mml2015-use): Prefer 'gpg.
10600
10601 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10602
10603         * gnus-util.el (gnus-add-text-properties-when): New function.
10604         (gnus-remove-text-properties-when): Ditto.
10605
10606         * gnus-cite.el (gnus-article-hide-citation): Use them.
10607         (gnus-article-toggle-cited-text): Use them.
10608
10609         * gnus-art.el (gnus-signature-toggle): Use them.
10610         (gnus-article-show-hidden-text): Ditto.
10611         (gnus-article-hide-text): Ditto.
10612
10613 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614
10615         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10616
10617 2000-11-30  Simon Josefsson  <sj@extundo.com>
10618
10619         * smime.el (smime-point-at-eol): New alias.
10620         (smime-buffer-as-string-region): Use it.
10621
10622 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10625
10626 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10629
10630         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10631
10632         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10633
10634 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10635
10636         * nnmh.el (nnmh-request-expire-articles): Implemented
10637         expiry-target for nnmh backend.
10638
10639 2000-11-30  Simon Josefsson  <sj@extundo.com>
10640
10641         * mm-decode.el (mm-security-from): New variable.
10642         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10643
10644         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10645         than `from'.
10646
10647 2000-11-30  Simon Josefsson  <sj@extundo.com>
10648
10649         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10650         address match sender address.
10651
10652         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10653
10654         * smime.el (smime-verify-region): Don't copy buffer.
10655         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10656         (smime-pkcs7-region): New function.
10657         (smime-pkcs7-certificates-region): Ditto.
10658         (smime-pkcs7-email-region): Ditto.
10659         (smime-buffer-as-string-region): Ditto.
10660
10661         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10662         buffer.
10663
10664 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10665
10666         * smime.el (smime-decrypt-region): Fix keyfile argument.
10667
10668 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10669
10670         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10671
10672 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10673
10674         * message.el (message-shoot-gnksa-feet): New variable.
10675         (message-gnksa-enable-p): New function.
10676         (message-send): Use it.
10677         (message-check-news-body-syntax): Ditto.
10678
10679 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * message.el (message-make-message-id): Remove the redundancy.
10682
10683 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * message.el (message-setup): Discourage using mc-install-*-mode.
10686
10687         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10688
10689 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10692
10693 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10696
10697 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10700
10701 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10704         insert-buffer-substring.
10705
10706         * message.el (message-send-mail): Use buffer-substring-no-properties.
10707         (message-send-news): Ditto.
10708
10709 2000-11-22  David Edmondson  <dme@dme.org>
10710
10711         * imap.el (imap-wait-for-tag): Message read info.
10712
10713 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10714
10715         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10716         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10717         (mml2015-gpg-encrypt): Ditto.
10718
10719 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * mm-decode.el (mm-verify-option): Default value.
10722
10723         * mml-sec.el (mml-secure-part): Error message.
10724
10725 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10728
10729 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10730
10731         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10732
10733 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * gnus-art.el (gnus-article-describe-key): Use prompt.
10736         (gnus-article-describe-key-briefly): Ditto.
10737
10738 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10741
10742 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * gnus-art.el (gnus-article-describe-key): New function.
10745         (gnus-article-describe-key-briefly): New function.
10746
10747 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * mm-decode.el (mm-decrypt-option): Doc typo.
10750
10751         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10752         return a number.
10753
10754 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * message.el (message-newline-and-reformat): Typo.
10757
10758 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10761         original-article-buffer exists.
10762
10763         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10764         (rfc2047-header-encoding-alist): Addresses are different from text.
10765         (rfc2047-encode-message-header): Ditto.
10766         (rfc2047-dissect-region): Extra parameter.
10767         (rfc2047-encode-region): Ditto.
10768         (rfc2047-encode-string): Ditto.
10769
10770 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10773         (mm-uu-pgp-encrypted-extract): Use it.
10774         (mm-uu-pgp-signed-extract-1): New function.
10775         (mm-uu-pgp-signed-extract): Use it.
10776
10777         * gnus-art.el (gnus-mime-display-security): New function.
10778         (gnus-mime-display-part): Use it.
10779         (gnus-mime-security-verify-or-decrypt): New function.
10780         (gnus-mime-security-press-button): New function.
10781         (gnus-insert-mime-security-button): Use it.
10782
10783         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10784         (mm-find-raw-part-by-type): Ditto.
10785         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10786         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10787         (mm-destroy-parts): Kill nested multibyte buffer.
10788
10789         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10790         (mml2015-gpg-verify): Ditto.
10791
10792 2000-11-18  Simon Josefsson  <sj@extundo.com>
10793
10794         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10795         (mml2015-function-alist): Use it.
10796
10797         * mml-sec.el (mml-sign-alist): Update names.
10798         (mml-encrypt-alist): Ditto.
10799         (mml-secure-part-smime-sign): Moved to mml-smime.el
10800         as `mml-smime-sign-query'.
10801         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10802         `mml-smime-get-file-cert'.
10803         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10804         `mml-smime-get-dns-cert'.
10805         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10806         `mml-smime-encrypt-query'.
10807         (mml-smime-sign-buffer): Use mml-smime-sign.
10808         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10809
10810         * mml-smime.el (mml-smime-sign): New function.
10811         (mml-smime-encrypt):
10812         (mml-smime-sign-query):
10813         (mml-smime-get-file-cert):
10814         (mml-smime-get-dns-cert):
10815         (mml-smime-encrypt-query): Moved from mml-sec.el.
10816
10817 2000-11-16  Simon Josefsson  <sj@extundo.com>
10818
10819         * mml2015.el (mml2015-gpg-clear-verify): New function.
10820         (mml2015-function-alist): Add it.
10821
10822 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10823
10824         * message.el (message-setup-fill-variables): Use
10825         message-cite-prefix-regexp.
10826         (message-newline-and-reformat): Check the end of citation, leading
10827         WSP, break in the cite prefix.
10828         (message-fill-paragraph): New function.
10829
10830 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10831
10832         * lpath.el: Shut up.
10833
10834 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10835
10836         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10837         raw 8-bit in headers in dk.* newsgroups.
10838
10839 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10840
10841         * message.el (message-newline-and-reformat): Match extra WSPs.
10842
10843 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10844
10845         * mml.el (mml-generate-mime-1): Ignore ascii.
10846
10847 2000-11-16 Justin Sheehy  <justin@iago.org>
10848
10849         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10850
10851 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * message.el (message-cite-prefix-regexp): Prefix should not end
10854         at space.
10855
10856 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10857
10858         * message.el (message-mode-syntax-table): Add - as a word
10859         constituent as in articles.
10860         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10861         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10862         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10863
10864 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865
10866         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10867
10868 2000-11-12  David Edmondson  <dme@dme.org>
10869
10870         * message.el (message-font-lock-keywords): use
10871         message-cite-prefix-regexp.
10872
10873 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10874
10875         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10876         Stein Arild Str\e,Ax\e(Bmme.
10877         (gnus-group-jump-to-group): Use it.
10878         (gnus-group-jump-to-group-prompt): Customize.
10879
10880 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10883
10884 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10887         incompatible.
10888         (mml2015-mailcrypt-sign): Ditto.
10889
10890 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10891
10892         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10893         group is open.
10894
10895 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10898         nnvirtual articles.
10899         (gnus-backlog-request-article): Don't request nnvirtual articles.
10900
10901 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10904         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10905
10906 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10909         * mml.el (mml-generate-mime-1): Use charset attribute.
10910         * mm-bodies.el (mm-encode-body): Add parameter charset.
10911         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10912
10913 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10916         (mml2015-mailcrypt-clear-decrypt): Ditto.
10917         (mml2015-mailcrypt-verify): Ditto.
10918         (mml2015-mailcrypt-clear-verify): Ditto.
10919         (mml2015-gpg-verify): Ditto.
10920
10921 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * smime.el (smime-openssl-program): Test the existence of openssl.
10924         * mml-smime.el: Require mm-decode.
10925         (mml-smime-verify-test): New function.
10926         * mm-decode.el (mm-verify-function-alist): Use it.
10927
10928 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10929
10930         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10931         anyway.
10932
10933 2000-11-13  Simon Josefsson  <sj@extundo.com>
10934
10935         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10936         verification doesn't work.
10937
10938 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10941         (gnus-inews-do-gcc): Use it.
10942
10943 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10944
10945         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10946         leading space.
10947         * mm-extern.el (mm-inline-external-body): Report error when no
10948         access-type.
10949
10950 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10953
10954 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955
10956         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10957
10958 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10961         as multipart/mixed.
10962
10963 2000-11-12  David Edmondson  <dme@dme.org>
10964
10965         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10966         and replace `.' with `\w' to allow for different syntax tables
10967         (from Vladimir Volovich).
10968         * message.el (message-newline-and-reformat): use
10969         `message-cite-prefix-regexp'.
10970         * gnus-cite.el (gnus-supercite-regexp): use
10971         `message-cite-prefix-regexp'.
10972         * gnus-cite.el (gnus-cite-parse): use
10973         `message-cite-prefix-regexp'.
10974
10975 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10978         PGP SIGNATURE.  Escape leading "-"'s.
10979         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10980
10981 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10984
10985 2000-11-11  Simon Josefsson  <sj@extundo.com>
10986
10987         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10988
10989         * smime.el (smime-details-buffer): New variable.
10990         (smime-sign-region):
10991         (smime-encrypt-region):
10992         (smime-verify-region):
10993         (smime-decrypt-region): Copy OpenSSL output to the buffer.
10994
10995         * mml-smime.el (mml-smime-verify): Support security info.
10996
10997 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * mm-decode.el (mm-verify-option): Set default to nil.
11000         (mm-decrypt-option): Ditto.
11001         * gnus-art.el (article-verify-x-pgp-sig): New function.
11002
11003 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11006         preferred part.
11007
11008 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11009
11010         * gnus-sum.el (gnus-move-split-methods): Say that
11011         `gnus-split-methods' uses file names, whereas this uses group
11012         names.  (Report from Nevin Kapur)
11013
11014 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11017
11018 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11021         (nnheader-directory-articles): Use it.
11022         (nnheader-article-to-file-alist): Ditto.
11023
11024 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * rfc2047.el (rfc2047-pad-base64): New function.
11027         (rfc2047-decode): Use it.
11028
11029 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11032         select method.
11033
11034 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * mml2015.el (mml2015-gpg-decrypt-1):
11037         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11038
11039 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11040
11041         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11042
11043 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * pop3.el (pop3-munge-message-separator): A message may have an
11046         empty body.
11047
11048 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11051         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11052         (mm-uu-pgp-signed-extract): Use coding-system.
11053
11054 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11057         (gnus-insert-mime-security-button): New function.
11058         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11059         * mml2015.el:  Add security info when verify or decrypt.
11060         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11061         (mm-uu-pgp-encrypted-extract): Ditto.
11062
11063 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * mm-decode.el (mm-display-parts): New function.
11066         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11067
11068 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11069
11070         * gnus-mlspl.el: Documentation tweaks.
11071
11072 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11073
11074         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11075         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11076         argument.
11077
11078 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11079
11080         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11081
11082 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083
11084         * gnus-art.el (gnus-article-encrypt): New function.
11085         (gnus-article-encrypt-protocol-alist): New variable.
11086         (gnus-article-encrypt-protocol): New variable.
11087         * mml2015.el (mml2015-self-encrypt): New function.
11088         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11089
11090 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11093         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11094         let mailcap do it.
11095         * mml2015.el: Remove snarf code.
11096         * mm-decode.el: Remove snarf code.
11097
11098 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11099
11100         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11101         (mml-insert-mime): Understand gnus-decoded.
11102         (mime-to-mml): New parameter handles.
11103         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11104         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11105
11106 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * mm-decode.el (mime-security): New group.
11109         (mm-verify-function-alist): Add test function.
11110         (mm-decrypt-function-alist): Ditto.
11111         (mm-snarf-option): Set default value as nil.
11112         (mm-find-part-by-type): Recursive parameter.
11113         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11114         * mml2015.el: Support draft-ietf-openpgp-multsig.
11115
11116 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11119         (gnus-article-view-part-as-charset): New function.
11120
11121 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * mm-decode.el (mm-verify-option): Default value.
11124         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11125
11126 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11129
11130 2000-11-05  Simon Josefsson  <sj@extundo.com>
11131
11132         * mml-smime.el (mml-smime-verify): Work in original multipart
11133         buffert.
11134
11135         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11136         (mm-handle-multipart-ctl-parameter): Ditto.
11137         (mm-alist-to-plist): New function.
11138         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11139         for multiparts.
11140         (mm-destroy-parts): Destroy multipart buffert.
11141         (mm-remove-part): Ditto.
11142
11143         * mml-smime.el (mml-smime-sign): Not used.
11144         (mml-smime-encrypt): Ditto.
11145
11146         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11147
11148         Verify S/MIME signature support.
11149
11150         * mm-decode.el (mm-inline-media-tests): Add
11151         application/{x-,}pkcs7-signature.
11152         (mm-inlined-types): Ditto.
11153         (mm-automatic-display): Ditto.
11154         (mm-verify-function-alist): Ditto.  Add name of method.
11155         (mm-decrypt-function-alist): Add name of method.
11156         (mm-find-part-by-type): Add documentation.
11157         (mm-possibly-verify-or-decrypt): Use new format of
11158         mm-{verify,decrypt}-function-alist.  Use method names.
11159
11160         * mml-smime.el (mml-smime-verify): New function.
11161
11162 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11163
11164         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11165
11166 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11169         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11170         * mm-decode.el (mm-snarf-option): New variable.
11171
11172 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * mm-util.el (mm-subst-char-in-string): New function.
11175         (mm-replace-chars-in-string): Use it.
11176         * message.el (message-replace-chars-in-string): Use it.
11177         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11178         * gnus-mh.el (mh-lib-progs): Shut up.
11179
11180 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11181
11182         * base64.el, md5.el: Moved to contrib directory.
11183
11184 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11185
11186         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11187         the last article when search.
11188
11189 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11190
11191         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11192         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11193
11194 2000-09-29  David Edmondson  <dme@thus.net>
11195
11196         * message.el (message-newline-and-reformat): Typo.
11197
11198 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11201
11202 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * nntp.el (nntp-decode-text): Delete bogus status lines.
11205
11206 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11207
11208         * message.el (message-font-lock-keywords): Match a final newline
11209         to help font-lock's multiline support.
11210
11211 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * nnoo.el (nnoo-set): New function.
11214
11215 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11216
11217         * gpg.el, gpg-ring.el: Moved to contrib directory.
11218
11219 2000-11-04  Simon Josefsson  <sj@extundo.com>
11220
11221         * nnimap.el (nnimap-split-inbox): Typo.
11222
11223 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11226
11227 2000-11-03  Simon Josefsson  <sj@extundo.com>
11228
11229         * rfc2231.el (rfc2231-parse-qp-string): New function.
11230         (require): rfc2047.
11231
11232         * mail-parse.el (mail-header-parse-content-type):
11233         (mail-header-parse-content-disposition): Support invalid QP
11234         encoded strings, by using `rfc2231-parse-qp-string'.
11235
11236 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11239         (rfc2231-decode-encoded-string): Typo "> X 1".
11240         (rfc2231-encode-string): Insert the name of charset.
11241         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11242
11243 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11244
11245         * mm-decode.el (mm-save-part): Return the filename.
11246         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11247         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11248         (gnus-mime-action-alist): Use it.
11249         (gnus-mime-button-commands): Use it.
11250         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11251         (mm-inline-external-body): unwind-protect.
11252
11253 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-art.el (gnus-insert-mime-button): Show url.
11256
11257 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11258
11259         * mml.el (mml-generate-mime-1): Support external url.
11260         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11261
11262 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11263
11264         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11265         * mm-decode.el (mm-display-external): Ditto.
11266         * mm-extern.el: New file.
11267         * mm-decode.el (mm-inline-media-tests): Hook it up.
11268         (mm-inlined-types): Inline message/external-body.
11269
11270 2000-11-02  Simon Josefsson  <sj@extundo.com>
11271
11272         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11273
11274         * message.el (message-get-reply-headers): Better handling when
11275         Mail-Followup-To is very large.
11276
11277 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11280         * gnus-art.el (gnus-article-edit-done):
11281         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11282         counting code here.
11283         * gnus-msg.el (gnus-setup-message): Remove a hack.
11284
11285 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11286
11287         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11288         (gnus-summary-mode): Make them local variables.
11289         (gnus-set-global-variables): Globalize them.
11290         (gnus-summary-exit): Kill them.
11291
11292 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11293
11294         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11295         word.
11296
11297 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11298
11299         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11300         gnus-article-wash-types.
11301         * gnus-art.el (gnus-article-wash-status): Use them.
11302
11303 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * mml.el (mml-read-tag): Remove spaces and LF.
11306
11307 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11310         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11311
11312 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11313
11314         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11315
11316 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11317
11318         * gnus-sum.el (gnus-article-charset): New variable.
11319         (gnus-summary-display-article): Set it.
11320         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11321         * gnus-art.el (gnus-article-mode): Make it local variable.
11322
11323 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11326
11327 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * nnwfm.el: New file.
11330
11331         * nnweb.el (nnweb-replace-in-string): New function.
11332
11333 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * mml2015.el: Wrap gpg.el.
11336         * gpg.el (gpg-verify): The last argument of apply is a list.
11337         (gpg-encrypt): Add passphrase as a parameter.
11338
11339 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * gpg.el: New file.
11342         * gpg-ring.el: New file.
11343
11344 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11347
11348 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11351         double-quote characters.
11352         (gnus-summary-prepare-threads): Ditto.
11353
11354 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11357         * mml.el (mml-read-tag): Don't skip the leading space.
11358         * lpath.el (font-lock-set-defaults): Shut up.
11359
11360 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11363
11364 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * qp.el (quoted-printable-encode-region): Replace leading - when
11367         ultra safe.
11368         * mml.el (mml-generate-mime-postprocess-function): Removed.
11369         (mml-postprocess-alist): Removed.
11370         (mml-generate-mime-1): Use ultra-safe when sign.
11371         * mml2015.el (mml2015-fix-micalg): Uppercase.
11372         (mml2015-verify): Insert LF.
11373         (mml2015-mailcrypt-sign): Downcase; search backward.
11374
11375 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11378         restrictive.
11379         (nnultimate-table-regexp): New variable.
11380         (nnultimate-forum-table-p): Use it.
11381
11382 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11383
11384         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11385
11386 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11389         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11390
11391 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * mml2015.el: Shut up.
11394
11395 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * gnus.el (gnus-server-browse-hashtb): Removed.
11398         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11399         (gnus-group-insert-group-line-info): Use simplified method.
11400         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11401
11402 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11403
11404         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11405         moved here.
11406         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11407         * gnus-group.el (gnus-group-prepare-flat): Use it.
11408         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11409
11410 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411
11412         * mml.el (mml-mode): Show menu in XEmacs.
11413
11414 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11417         (gnus-server-read-server-in-server-buffer): New function.
11418         (gnus-browse-foreign-server): Browse in group buffer.
11419         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11420         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11421         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11422         * gnus.el (gnus-server-browse-hashtb): New variable.
11423
11424 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * nnfolder.el (nnfolder-open-nov): Use group.
11427
11428 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11429
11430         * nnfolder.el: Add NOV. Set version to 2.0.
11431         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11432
11433 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11436
11437 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11438
11439         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11440         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11441
11442 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11445
11446 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * mm-decode.el (mm-verify-function-alist): New variable.
11449         (mm-verify-option): New variable.
11450         (mm-decrypt-function-alist): Ditto.
11451         (mm-decrypt-option): Ditto.
11452         (mm-find-raw-part-by-type): New function.
11453         (mm-possibly-verify-or-decrypt): New function.
11454         (mm-dissect-multipart): Use it.
11455         * mml2015.el (mml2015-fix-micalg): New function.
11456         (mml2015-decrypt): Use new interface.
11457         (mml2015-verify):  Use new interface.
11458         (mml2015-setup): Make it bogus.
11459
11460 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11461
11462         * mml.el (mml-generate-mime-postprocess-function): Set to
11463         mml-postprocess.
11464         (autoload): Autoload mml2015 and mml-smime.
11465         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11466         * mml2015.el (mml2015-encrypt): New function.
11467         (mml2015-sign): New function.
11468         (mml2015-encrypt-function): New variable.
11469         (mml2015-sign-function): New variable.
11470         (mml2015-mailcrypt-encrypt): Use message-recipients.
11471         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11472         * mml-smime.el (mml-smime-setup): Ditto.
11473
11474 2000-10-28  Simon Josefsson  <sj@extundo.com>
11475
11476         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11477         Communigate Pro 3.3.1 server.
11478
11479         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11480         in buffers.
11481         (mml-secure-dns-server): Removed.
11482         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11483         write certificates to files.
11484
11485         * smime.el (smime-dns-server): New variable.
11486         (smime-mail-to-domain):
11487         (smime-cert-by-dns): New functions.
11488
11489         * dig.el: New file.
11490
11491 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * message.el (message-options): New variable.
11494         (message-options-set-recipient): New function.
11495         (message-send): Use them.
11496         * gnus-int.el (gnus-request-replace-article): Use them.
11497         (gnus-request-accept-article): Ditto.
11498         * mml.el (mml-preview): Use them.
11499         * gnus-sum.el (gnus-summary-edit-article): Use them.
11500
11501         * message.el (message-options-get): New function.
11502         (message-options-get): New function.
11503         * rfc2047.el (rfc2047-encode-message-header): Use them.
11504         * mm-bodies.el (mm-encode-body): Use them.
11505
11506 2000-10-28  Simon Josefsson  <sj@extundo.com>
11507
11508         * nnimap.el (nnimap-retrieve-which-headers):
11509         (nnimap-request-article-part): Quote message-id.
11510
11511         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11512         (smime-CA-file): New variable.
11513         (smime-call-openssl-region): Don't error.
11514         (smime-sign-region): Return result value.
11515         (smime-encrypt-region): Ditto.
11516         (smime-verify-region): New function.
11517         (smime-decrypt-region): Ditto.
11518         (smime-verify-buffer): Ditto.
11519         (smime-decrypt-buffer): Ditto.
11520
11521         * mml.el: Require mml-sec.
11522         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11523         (mml-mode-map): Add "sign" and "encrypt" maps.
11524         (mml-menu): Add security menu.
11525         (mml-preview): Use generate-new-buffer.
11526
11527         * mml-sec.el: New file.
11528
11529 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11530
11531         * mm-decode.el (mm-find-part-by-type): Move it here.
11532         * mml.el (mml-postprocess): Move it here.
11533         (mml-postprocess-alist): Move it here. Merge them.
11534
11535 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11538         unencoded stuff in the header.
11539
11540 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11541
11542         * gnus-group.el (gnus-group-listed-groups): New variable.
11543         (gnus-group-list-option): New variable.
11544         (gnus-group-list-limit-map): New keymap.
11545         (gnus-group-list-flush-map): New keymap.
11546         (gnus-group-list-plus-map): New keymap.
11547         (gnus-group-prepare-logic): New function.
11548         (gnus-group-prepare-flat): Merge with
11549         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11550         (gnus-group-prepare-flat-list-dead): Ditto.
11551         (gnus-group-list-matching): Use gnus-group-prepare-function.
11552         (gnus-group-list-dormant): Ditto.
11553         (gnus-group-list-cached): Ditto.
11554         (gnus-group-listed-groups): New function.
11555         (gnus-group-list-limit): New function.
11556         (gnus-group-list-flush): New function.
11557         (gnus-group-list-plus): New function.
11558         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11559         (gnus-topic-prepare-topic): Ditto.
11560
11561 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11562
11563         * message.el (message-insert-to, message-get-reply-headers):
11564         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11565
11566 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11567
11568         * mml2015.el: New file.
11569         * smime.el: New file.
11570         * mml-smime.el: New file.
11571
11572 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * ChangeLog: Moved to ChangeLog.1.
11575
11576     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11577   Copying and distribution of this file, with or without modification,
11578   are permitted provided the copyright notice and this notice are preserved.
11579
11580 ;; Local Variables:
11581 ;; coding: iso-2022-7bit
11582 ;; End: