*** empty log message ***
[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  Ted Zlatanov <tzz@lifelogs.com>
13         From Alex Schroeder  <alex@emacswiki.org>
14         * spam-stat.el (spam-stat-process-directory): add dir to message
15         (spam-stat-reduce-size): No longer remove words
16         with values close to 0.5, because the default value is 0.2.  
17
18 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
19
20         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
21         documentation.
22
23 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
24
25         * gnus-agent.el (gnus-agent-fetched-headers)
26         (gnus-agent-load-fetched-headers)
27         (gnus-agent-save-fetched-headers): Remove variable and two
28         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
29         works better.
30         (gnus-agent-fetch-headers): New implementation from Kevin
31         Greiner.  Uses gnus-agent-article-alist to store information
32         about fetched messages which aren't on the server anymore.  The
33         trick is to return a list of considered messages to the caller,
34         but to only fetch those which haven't been fetched yet.
35
36 2002-10-30  Simon Josefsson  <jas@extundo.com>
37
38         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
39
40         * pgg.el (pgg-passphrase-cache-expiry): Removed.
41
42 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
43
44         * mm-view.el (mm-w3m-local-map-property): Make it work with older
45         versions of emacs-w3m than 1.3.3.
46
47         * lpath.el: Bind w3m-minor-mode-map.
48
49         * mm-view.el (mm-w3m-mode-command-alist)
50         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
51         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
52         (mm-setup-w3m): Simplified.
53         (mm-w3m-local-map-property): New function.
54         (mm-inline-text-html-render-with-w3m): Use it.
55
56         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
57         mm-w3m-local-map-property.
58
59 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mm-util.el (mm-auto-save-coding-system): Default to
62         iso-2022-7bit.
63
64         * nndraft.el (nndraft-request-article): Decode an article using
65         the coding-system emacs-mule if it seems to have been saved using
66         emacs-mule.
67         (nndraft-request-replace-article): Use message-draft-coding-system
68         instead of mm-auto-save-coding-system for the draft or delayed
69         group.
70
71 2002-10-28  Josh  <huber@alum.wpi.edu>
72
73         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
74         functions.
75
76 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
77         From mah@everybody.org (Mark A. Hershberger).
78
79         * mm-url.el (mm-url-insert-file-contents): Make it return the same
80         type values ("url" size) regardless of the values of
81         mm-url-use-external.
82
83 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
84
85         * nnimap.el (nnimap-request-article-part): Try harder to show
86         group name in debugging message.
87
88 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
89
90         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
91         directory if it doesn't exist.
92         (gnus-agent-fetch-headers): Remove old cruft that tried to
93         abstain from downloading articles more than once if
94         gnus-agent-consider-all-articles was true.  This is now done
95         properly via the .fetched files.
96
97 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * nndraft.el (nndraft-request-article): Treat delayed articles
100         like drafts.
101
102 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
105
106 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
107
108         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
109         Remove unused optional arg DIR and corresponding code.
110
111         * nnimap.el (nnimap-request-article-part): Include group name in
112         debugging output.
113
114 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
115
116         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
117
118 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
119
120         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
121         contains range of headers that have been fetched by the agent
122         already.  Compare gnus-agent-article-alist.
123         (gnus-agent-file-header-cache): Like
124         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
125         (gnus-agent-fetch-headers): Improve comment.  Revert to old
126         seen/recent logic.
127         Remember which headers have been fetched before and don't fetch
128         them again the next time round.
129         (gnus-agent-load-fetched-headers)
130         (gnus-agent-save-fetched-headers): New functions, for remembering
131         which headers have been fetched before.
132
133 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * lpath.el: Remove useless bindings.
136
137 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
138
139         * gnus-sum.el (gnus-summary-execute-command): Disable visual
140         features while searching.
141
142 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
143
144         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
145
146 2002-10-22  Simon Josefsson  <jas@extundo.com>
147
148         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
149         (pgg-snarf-keys): Add.
150
151 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * lpath.el: Fbind bbdb-records.
154
155         * spam.el: Don't autoload bbdb-records.
156
157 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
160         prevent inf-loop.
161
162 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * nnslashdot.el: Removed some test lines.
165         More test.
166
167 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
168
169         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
170         are known to be downloaded already.
171
172 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
175         (mm-text-html-washer-alist): Ditto.
176
177 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
178
179         * nnheader.el (nnheader-remove-body): Fix an error of detecting
180         boundary between headers and body.
181         * nnml.el (nnml-parse-head): Ditto.
182
183 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
186         entries.
187
188         * gnus-group.el (gnus-fetch-group): Allow an optional
189         specification of the articles to select.
190
191         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
192
193 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
194
195         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
196         headers from the group, update variable `articles' to contain
197         only those numbers where headers exist.  (When fetching all
198         articles in a group, Gnus creates lots of numbers where there is
199         no articles.)
200
201 2002-10-20  Steve Youngs  <youngs@xemacs.org>
202
203         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
204         doesn't have the 'alist custom type, use cons cells instead.
205         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
206         (pgg-parse-hash-algorithm-alist): Ditto.
207         (pgg-parse-compression-algorithm-alist): Ditto.
208         (pgg-parse-signature-type-alist): Ditto.
209
210         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
211
212         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
213
214         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
215
216 2002-10-19  Simon Josefsson  <jas@extundo.com>
217
218         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
219         buffer.
220
221 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
222
223         * gnus-spec.el (gnus-make-format-preserve-properties)
224         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
225         properties also on XEmacs.  `gnus-xmas-format' is like format but
226         preserves text properties on XEmacs (though it only understands
227         simple format specs).  The variable
228         `gnus-make-format-preserve-properties' controls whether the
229         function is used, and is checked in `gnus-parse-simple-format'.
230         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
231
232         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
233         output.
234         (gnus-agent-consider-all-articles): New variable.
235         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
236         (gnus-agent-fetch-headers): Depending on
237         gnus-agent-consider-all-articles, maybe get all articles.
238         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
239         `read'.
240         (gnus-predicate-imples-unread): New function.
241         (gnus-agent-fetch-headers): Optimize to call
242         gnus-list-of-unread-articles if that is sufficient.
243         Check unseen and recent instead of seen and recent.
244         (gnus-agent-fetch-headers): Abstain from calling
245         gnus-list-range-intersection if range (a . b) would have (> a b).
246
247 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * message.el (message-send-mail): Make it possible to perform
250         edebug-defun.
251
252 2002-10-18  Simon Josefsson  <jas@extundo.com>
253
254         * gnus-art.el (gnus-button-man-handler): Change default to
255         `manual-entry' (defined in both emacsen).
256         (gnus-button-man-handler): Remove emacsen difference and use
257         `manual-entry'.
258
259 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * spam.el: Wrap autoload settings for bbdb-records,
262         executable-find and ifile-spam-filter with eval-and-compile.
263         (spam-display-buffer-contents): Remove.
264         (spam-bogofilter-score): Merge spam-display-buffer-contents.
265
266 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
267
268         * spam.el (spam-display-buffer-contents): New function.
269         (spam-bogofilter-score): use spam-display-buffer-contents, patch
270         from Katsumi Yamaoka <yamaoka@jpl.org>.
271
272 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
273
274         * nnheader.el (nnheader-parse-naked-head): New function.
275         (nnheader-parse-head): Use the above function, in order to handle
276         continuation lines properly.
277         (nnheader-remove-body): New function.
278         (nnheader-remove-cr-followed-by-lf): New function.
279         (nnheader-ms-strip-cr): Use the above function.
280
281         * gnus-agent.el (gnus-agent-regenerate-group): Call
282         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
283         `nnheader-parse-head'.
284         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
285
286         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
287         continuation lines by itself; call `nnheader-parse-naked-head'
288         instead of `nnheader-parse-head'.
289         * nndiary.el (nndiary-parse-head): Ditto.
290         * nnfolder.el (nnfolder-parse-head): Ditto.
291         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
292         * nnmaildir.el (nnmaildir--update-nov): Ditto.
293         * nnml.el (nnml-parse-head): Ditto.
294
295 2002-10-17  Steve Youngs  <youngs@xemacs.org>
296
297         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
298         XEmacs, default to it if featurep 'xemacs.
299
300 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * spam-stat.el: Check for the existence of hash functions instead
303         of the Emacs version to decide whether to load cl.  Suggested by
304         Kai Gro\e,A_\e(Bjohann.
305
306 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
307
308         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
309         if it isn't open yet.
310
311 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-group.el: Require mm-url only when compiling.
314         (gnus-group-fetch-charter): Require mm-url.
315
316         * spam-stat.el: Require cl for the functions gethash,
317         hash-table-count, make-hash-table and mapc for Emacs 20.
318         (puthash): Alias to cl-puthash for Emacs 20.
319         (with-syntax-table): New macro for Emacs 20.
320
321 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
322
323         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
324
325 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
326
327         * spam.el (spam-check-ifile): added ifile as a spam checking
328         backend, and spam-use-ifle as the variable to toggle that check.
329
330 2002-10-12  Simon Josefsson  <jas@extundo.com>
331
332         * message.el (message-beginning-of-line): New variable.
333         (message-beginning-of-line): Use it.
334
335 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
336
337         * spam.el: more compilation fixes for BBDB
338
339         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
340         (spam-stat-reduce-size): Interactive.
341         (spam-stat-reset): New function.
342         (spam-stat-save): Interactive.
343
344 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus.el: Autoload gnus-delay-initialize.
347
348         * message.el: Autoload gnus-delay-article.
349
350 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
351
352         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
353         text property in Emacs.
354
355 2002-10-11  Simon Josefsson  <jas@extundo.com>
356
357         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
358         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
359
360         * mml1991.el (mml1991-pgg-sign): Remove CR.
361
362 2002-10-10  Simon Josefsson  <jas@extundo.com>
363
364         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
365         decrypt failed.
366         (mml2015-trust-boundaries-alist): Removed.
367         (mml2015-gpg-extract-signature-details): Don't use it.
368         (mml2015-unabbrev-trust-alist): New.
369         (mml2015-gpg-extract-signature-details): Use it.
370
371 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
372
373         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
374         BBDB installed
375
376         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
377         statistical analysis of spam in Lisp only
378
379 2002-10-10  Simon Josefsson  <jas@extundo.com>
380
381         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
382         auth, selected or examine state.
383
384         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
385         buffer and error buffer depending on type of information.
386
387         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
388         --status-fd stuff even if gpg.el is not used (revert earlier
389         change).
390         (mml2015-pgg-{clear-,}verify): Store both output and errors as
391         gnus details.
392         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
393         buffer.
394
395         * pgg.el (pgg-verify-region): Use it.
396
397         * pgg-def.el (pgg-query-keyserver): New variable.
398
399         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
400         key-identifier in packet.  Is this a good idea?
401
402         * mml.el (mml-mode-map): Add security commands that operates on
403         MIME parts.
404         (mml-menu): And menu items for them.
405
406         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
407
408         * mml.el (mml-parse-1): Support sender in #secure tags.
409
410         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
411         defined.
412
413         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
414         (mml-pgp-encrypt-buffer): Support combined signing.
415
416         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
417         (mml1991-gpg-encrypt): Ditto.
418         (mml1991-pgg-encrypt): Ditto.
419         (mml1991-encrypt): Pass sign parameter.
420
421         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
422         (mml-signencrypt-style): Mention the variable.
423
424 2002-10-09  Simon Josefsson  <jas@extundo.com>
425
426         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
427         pgg-gpg-user-id.
428
429         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
430         (pgg-fetch-key-function): Nil if w3 is not installed.
431
432 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
433
434         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
435         gnus-agent-current-history.
436
437 2002-10-06  Simon Josefsson  <jas@extundo.com>
438
439         * imap.el (imap-parse-status): Don't use read to read token.
440
441 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
442
443         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
444         for methods not covered by the agent, and when unplugged.
445
446 2002-10-05  Simon Josefsson  <jas@extundo.com>
447
448         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
449         signing.
450
451         * gnus-agent.el (gnus-agent-read-servers): If getting method from
452         a named server fails, ignore the server.
453
454         * mml1991.el (mml1991-pgg-sign): Do QP.
455
456         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
457         work.
458
459 2002-10-04  Simon Josefsson  <jas@extundo.com>
460
461         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
462
463         * pgg-pgp.el (pgg-pgp-verify-region): Inline
464         binary-write-decoded-region from MEL.
465
466         * pgg.el (pgg-encrypt-region): Support sign.
467
468         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
469
470         * mml2015.el (mml2015-pgg-encrypt): Ditto.
471
472         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
473         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
474         branch where PGG was taken from in the ChangeLog entries below.
475
476 2002-10-01  Simon Josefsson  <jas@extundo.com>
477
478         * pgg-pgp.el: Don't require mel.  Don't use luna.
479         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
480         (pgg-pgp-process-region): Use expand-file-name instead of concat.
481         (pgg-pgp-process-region): Don't use binary-funcall.
482
483         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
484
485         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
486         instead of concat.
487
488         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
489
490 2002-09-29  Simon Josefsson  <jas@extundo.com>
491
492         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
493         compile warnings.
494
495         * pgg.el (pgg-decrypt-region): Don't parse packet.
496
497         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
498
499 2002-09-29  Daiki Ueno <ueno@unixuser.org>
500
501         * pgg.el: Remove dependency on calist.el.
502
503 2002-09-28  Simon Josefsson  <jas@extundo.com>
504
505         * pgg.el (pgg-temporary-file-directory): New variable.
506         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
507
508         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
509         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
510
511         * pgg-parse.el (pgg-char-int): Defalias.
512         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
513         (pgg-read-bytes, pgg-read-body): Use it.
514         (pgg-decode-packets): Don't use MEL, use base64-*.
515         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
516         (pgg-string-as-unibyte): Defalias.
517         (pgg-parse-armor-region): Use it.
518
519         * pgg-gpg.el (pgg-gpg-process-region): Use
520         pgg-temporary-file-directory.
521
522         * luna.el: Don't def-edebug.
523
524         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
525         binary-write-decoded-region from MEL.
526
527         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
528
529         * alist.el, calist.el: Don't require product/APEL.
530
531         * pgg-parse.el (top-level): Remove dependency on static.el,
532         pccl.el, mel.el.
533         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
534         `define-ccl-program' is boundp, instead of using broken.
535
536 2002-10-01  Simon Josefsson  <jas@extundo.com>
537
538         * message.el (message-required-mail-headers): Remove Lines:.
539
540 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
541         From Jesper Harder.
542
543         * gnus-group.el (gnus-group-fetch-charter,
544         gnus-group-fetch-control): Prompt for group if given a prefix
545         argument.
546         * gnus-sum.el (t): Add gnus-group-fetch-charter and
547         gnus-group-fetch-control to summary key map and menu.
548
549
550 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
551
552         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
553         number when there are no articles.
554
555 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
556
557         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
558         arg ALL means to fetch all articles, not only downloadable ones.
559         (gnus-agent-fetch-selected-article): New function for
560         gnus-select-article-hook or gnus-mark-article-hook.
561
562 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
563         From Peter von der Ahe <nospam2159@daimi.au.dk>.
564
565         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
566         raw-text.
567
568 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
569
570         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
571         Pinard).
572         Major revamp of the code, documentation is in comments in the file
573         for now.
574
575 2002-09-30  Simon Josefsson  <jas@extundo.com>
576
577         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
578         buffer seem to be needed?
579
580 2002-09-29  Simon Josefsson  <jas@extundo.com>
581
582         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
583         compile warnings.
584
585         * mml1991.el (mml1991-function-alist): Add pgg.
586         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
587         (mml1991-pgg-encrypt): Fix recipients querying.
588
589 2002-09-28  Simon Josefsson  <jas@extundo.com>
590
591         * mml2015.el (autoload): Autoload correct files.  Trivial patch
592         from dme@dme.org.
593         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
594         handle is returned.
595
596 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
599         Protect against non-existent of `nnimap-mailbox-info'.
600
601 2002-09-27  Simon Josefsson  <jas@extundo.com>
602
603         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
604         (gnus-setup-news-hook): Use it.
605         (gnus-after-getting-new-news-hook): Ditto.
606
607         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
608
609 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
610         From Mats Lidell <matsl@contactor.se>.
611
612         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
613
614 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
615
616         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
617         the part to decode encoded words, use raw words instead of decoded
618         words.
619
620 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
623
624         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
625         (mm-setup-w3m): Use it.
626
627 2002-09-27  Simon Josefsson  <jas@extundo.com>
628
629         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
630         article buffers.
631
632         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
633         it just in case.
634         (nnimap-update-unseen): New function; update unseen count in
635         `n-m-info'.
636         (nnimap-close-group): Call it.
637
638         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
639         (gnus-after-getting-new-news-hook): Ditto.
640
641         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
642         message into verboselevel 9.  Change slow mail check message.
643         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
644         (nnimap-fixup-unread-after-getting-new-news): New function, to be
645         used as a hook after getting new mail.
646
647 2002-09-26  Simon Josefsson  <jas@extundo.com>
648
649         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
650         SELECT/EXAMINE is first unseen article, not number of unseen
651         articles.  Make them distinct by renaming the former to
652         `first-unseen' instead of `unseen'.
653
654         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
655         too.
656         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
657         changed.
658         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
659
660         * gnus-int.el (gnus-server-unopen-status): Defcustom.
661
662         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
663         better.
664
665         * mml2015.el (mml2015-pgg-decrypt): Only add security information
666         if dissecting resulting buffer actually had any information.
667
668 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
671         because the function `string<' allows symbols.
672
673         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
674
675 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
676
677         * message.el (message-forward-make-body): Revert an early change
678         because 8-bit utf-8 emails.
679
680 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
681
682         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
683         links to Info)
684         * gnus-art.el (gnus-treat-highlight-signature):
685         * gnus-art.el (gnus-treat-buttonize):
686         * gnus-art.el (gnus-treat-buttonize-head):
687         * gnus-art.el (gnus-treat-emphasize):
688         * gnus-art.el (gnus-treat-strip-cr):
689         * gnus-art.el (gnus-treat-unsplit-urls):
690         * gnus-art.el (gnus-treat-leading-whitespace):
691         * gnus-art.el (gnus-treat-hide-headers):
692         * gnus-art.el (gnus-treat-hide-boring-headers):
693         * gnus-art.el (gnus-treat-hide-signature):
694         * gnus-art.el (gnus-treat-fill-article):
695         * gnus-art.el (gnus-treat-hide-citation):
696         * gnus-art.el (gnus-treat-hide-citation-maybe):
697         * gnus-art.el (gnus-treat-strip-list-identifiers):
698         * gnus-art.el (gnus-treat-strip-pgp):
699         * gnus-art.el (gnus-treat-strip-pem):
700         * gnus-art.el (gnus-treat-strip-banner):
701         * gnus-art.el (gnus-treat-highlight-headers):
702         * gnus-art.el (gnus-treat-highlight-citation):
703         * gnus-art.el (gnus-treat-date-ut):
704         * gnus-art.el (gnus-treat-date-local):
705         * gnus-art.el (gnus-treat-date-english):
706         * gnus-art.el (gnus-treat-date-lapsed):
707         * gnus-art.el (gnus-treat-date-original):
708         * gnus-art.el (gnus-treat-date-iso8601):
709         * gnus-art.el (gnus-treat-date-user-defined):
710         * gnus-art.el (gnus-treat-strip-headers-in-body):
711         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
712         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
713         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
714         * gnus-art.el (gnus-treat-unfold-headers):
715         * gnus-art.el (gnus-treat-fold-headers):
716         * gnus-art.el (gnus-treat-fold-newsgroups):
717         * gnus-art.el (gnus-treat-overstrike):
718         * gnus-art.el (gnus-treat-display-xface):
719         * gnus-art.el (gnus-treat-display-smileys):
720         * gnus-art.el (gnus-treat-from-picon):
721         * gnus-art.el (gnus-treat-mail-picon):
722         * gnus-art.el (gnus-treat-newsgroups-picon):
723         * gnus-art.el (gnus-treat-body-boundary):
724         * gnus-art.el (gnus-treat-capitalize-sentences):
725         * gnus-art.el (gnus-treat-fill-long-lines):
726         * gnus-art.el (gnus-treat-play-sounds):
727         * gnus-art.el (gnus-treat-translate):
728         * gnus-art.el (gnus-treat-x-pgp-sig):
729         * gnus-art.el (gnus-mime-button-line-format):
730         * gnus-art.el (gnus-button-man-level):
731         * gnus-art.el (gnus-button-emacs-level):
732         * gnus-cus.el (gnus-group-parameters):
733         * gnus-gl.el (bbb-build-mid-scores-alist):
734         * gnus-group.el (gnus-group-line-format):
735         * gnus-mlspl.el (gnus-group-split-setup):
736         * gnus-mlspl.el (gnus-group-split):
737         * gnus-msg.el (gnus-mailing-list-groups):
738         * gnus-msg.el (gnus-posting-styles):
739         * gnus-nocem.el (gnus-nocem-issuers):
740         * gnus-score.el (gnus-score-regexp-bad-p):
741         * gnus-srvr.el (gnus-server-line-format):
742         * gnus-topic.el (gnus-topic-line-format):
743         * gnus.el (gnus-summary-line-format):
744         * mail-source.el (mail-sources):
745         * message.el (message-subscribed-address-file):
746         * nnmail.el (nnmail-split-fancy):
747
748 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
749
750         * mail-source.el(mail-source-run-script): use `functionp' to test
751         whether the argument `script' is in fact a function.
752         (mail-sources): adjust the defcustom to allow users to specify a
753         function or a string as the value of the `:prescript' and
754         `:postscript' arguments of the `file' and `pop3' mail sources.
755
756 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
757
758         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
759         number when article 1 does not exist.
760
761 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
762
763         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
764         apropos if apropos-variable does not exist.
765         (gnus-button-guessed-mid-regexp)
766         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
767         regexes.  From Reiner Steib.
768         (gnus-button-handle-describe-function)
769         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
770         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
771         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
772
773 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
774
775         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
776         the file.
777
778 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
779
780         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
781
782 2002-09-24  Simon Josefsson  <jas@extundo.com>
783
784         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
785         (mml2015-use): Prefer PGG if installed.
786         (mml2015-function-alist): Add PGG wrappers.
787         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
788         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
789         prefix, make regexp optionally skip it.
790         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
791         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
792         (mml2015-pgg-encrypt): New functions.
793         (defvar, autoload): Prevent byte-compile warnings.
794
795 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
796         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
797
798         * gnus-art.el (article-strip-banner): Check for the existence of
799         from header.
800
801 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
802
803         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
804         (gnus-button-alist): Improved regexp for
805         gnus-button-handle-mid-or-mail (false positives), fixed
806         gnus-button-handle-man entries.
807         From Reiner Steib.
808
809 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
810         From Josh Huber.
811
812         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
813         nnmail-extra-headers is non-nil.
814
815 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
816
817         * nnmaildir.el: Store article numbers persistently.  General
818         revision.
819         (nnmaildir-request-expire-articles): handle 'immediate and 'never
820         for nnmail-expiry-wait; delete instead of moving if 'force is
821         given.
822
823 2002-09-23  Simon Josefsson  <jas@extundo.com>
824         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
825
826         * smime.el (smime-sign-buffer): Get key and extra certs.
827         (smime-get-key-with-certs-by-email): Utility function.
828
829 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
830         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
831
832         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
833         article exists.
834
835 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
836
837         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
838
839 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
840         From Reiner Steib.
841
842         * gnus-art.el (gnus-button-handle-custom,
843         gnus-button-handle-mid-or-mail,
844         gnus-button-handle-describe-{function,variable,key},
845         gnus-button-handle-apropos{,command,variable}): New functions.
846         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
847         gnus-button-{man,emacs,mail}-level): New variables.
848         (gnus-button-alist): Use the above to buttonize emacs and mail
849         related links.
850
851 2002-09-18  Juanma Barranquero  <lektu@terra.es>
852
853         * gnus-int.el (gnus-status-message): Fix spacing.
854
855         * imap.el (imap-continuation): Fix typos.
856
857 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
858
859         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
860
861         * gnus-art.el (gnus-article-reply-with-original): Correct
862         with-current-buffer scope.
863
864         * message.el (message-completion-alist): Add Reply-To, From, etc.
865
866 2002-09-18  Simon Josefsson  <jas@extundo.com>
867
868         * nnimap.el (nnimap-request-expire-articles): Make flag setting
869         conditional.  From Nevin Kapur <nevin@jhu.edu>.
870
871 2002-09-17  Simon Josefsson  <jas@extundo.com>
872
873         * nnimap.el (nnimap-expiry-target): Don't search for which
874         articles exists here.
875         (nnimap-request-expire-articles): Do it here instead.  Only expire
876         when articles are found.  Suggested by Nevin Kapur
877         <nevin@jhu.edu>.
878
879 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
880         From Reiner Steib <reiner.steib@gmx.de>.
881
882         * message.el (message-strip-subject-trailing-was)
883         (message-change-subject, message-add-archive-header)
884         (message-xpost-fup2-header, message-xpost-insert-note)
885         (message-xpost-fup2, message-reduce-to-to-cc): New functions
886         adopted from message-utils.el.  Add functions to the keymap, mode
887         describtion and menu.
888         (message-change-subject,message-xpost-fup2): Signal error if
889         current header is empty.
890         (message-xpost-insert-note): Changed insert position.
891         (message-archive-note): Ensure to insert note in message body (not
892         in head).
893         (message-archive-header, message-archive-note)
894         (message-xpost-default, message-xpost-note, message-fup2-note)
895         (message-xpost-note-function): New variables adopted from
896         message-utils.el.  Changed some doc-strings.
897         (message-mark-insert-{begin,end}): Rename from
898         message-{begin,end}-inserted-text-mark (message-utils.el), changed
899         values.
900         (message-subject-trailing-was-query)
901         (message-subject-trailing-was-ask-regexp)
902         (message-subject-trailing-was-regexp): New variables.
903         (message-to-list-only): Added doc-string and menu entry.
904
905         * message-utils.el: Removed.  Functions are now in message.el.
906
907 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
908
909         * gnus-art.el (gnus-article-reply-with-original,
910         gnus-article-followup-with-original): Switch to
911         gnus-summary-buffer before reply/followup.
912
913 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
914
915         * gnus-sum.el (gnus-summary-toggle-header): The article window may
916         not exist. Toggle it anyway.
917
918 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
919
920         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
921
922         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
923         Trivial patch from Urban Engberg <ue@ccieurope.com>.
924
925         * rfc2047.el (message-posting-charset): Defvar it.
926         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
927         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
928
929         * mail-source.el (mail-source-fetch): Hide password.
930
931         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
932
933 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
934         From John Paul Wallington <jpw@shootybangbang.com>.
935
936         * gnus.el (gnus-visual, gnus-meta): Fix typo.
937
938 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
941
942 2002-09-11  Simon Josefsson  <jas@extundo.com>
943
944         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
945         (nnimap-split-rule): Doc fix.
946         (nnimap-request-expire-articles): Cleanup code.
947
948 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
949         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
950
951         * gnus-art.el (gnus-article-address-banner-alist): New option.
952         (article-strip-banner): Refer the above option to split banners of
953         free mail servers, when no group parameter is specified.
954
955 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * nntp.el (nntp-wait-for-string): Check for a process in the
958         current buffer instead of `nntp-server-buffer'.
959
960 2002-09-09  Simon Josefsson  <jas@extundo.com>
961
962         * gnus-art.el (gnus-button-man-handler): New variable.
963         (gnus-button-alist): Use g-b-handle-man.
964         (gnus-button-handle-man): New, call g-b-man-handler.
965
966 2002-09-08  Simon Josefsson  <jas@extundo.com>
967
968         * gnus-art.el (gnus-button-alist): Buttonize man page links.
969
970 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
973
974 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
977
978         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
979         keystroke.
980
981         * gnus-srvr.el (gnus-browse-describe-group): New command and
982         keystroke.
983
984 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
987         value for gnus-decoration property.
988
989 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
990
991         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
992         string) as group name in case we have a CRLF in the file.
993
994 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
995
996         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
997         group.
998         (rfc1843-decode-hzp): do.
999         (rfc1843-newsgroups-regexp): do.
1000
1001 2002-09-04  Simon Josefsson  <jas@extundo.com>
1002
1003         * message.el (message-canlock-generate): Make sure sha1 doesn't
1004         call external programs.
1005
1006 2002-09-03  Simon Josefsson  <jas@extundo.com>
1007
1008         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1009
1010         * gnus-agent.el (gnus-agent-batch): Add doc.
1011
1012 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1013
1014         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1015         check for signed and encrypted parts.
1016         * mml.el (mml-parse-1): Correct small typo which preventing
1017         setting recipients in a secure tag.
1018
1019 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * mm-util.el (mm-coding-system-priorities): Default to a list of
1022         iso-2022-jp and others for the Japanese environment.
1023
1024 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1027         invalid display names.
1028
1029 2002-08-30  Simon Josefsson  <jas@extundo.com>
1030
1031         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1032         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1033
1034 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1035
1036         * gnus.el (gnus-group-charter-alist): New option.
1037         (gnus-group-fetch-control-use-browse-url): New option.
1038
1039         * gnus-group.el (gnus-group-fetch-charter): New function.
1040         (gnus-group-fetch-control): New function.
1041         Add them to the keymap and menu. Require mm-url.
1042
1043 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1046         From Alex Schroeder <alex@emacswiki.org>.
1047
1048 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1049
1050         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1051         items expecting user interaction.
1052
1053         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1054
1055         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1056
1057         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1058
1059         * mml.el (mml-menu): do.
1060
1061 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * mail-source.el (mail-source-touch-pop): New function.
1064
1065         * message.el (message-smtpmail-send-it): New function.
1066         (message-send-mail-function): Add it for a candidate.
1067
1068 2002-08-27  Simon Josefsson  <jas@extundo.com>
1069
1070         * gnus-msg.el (posting-charset-alist): Use
1071         gnus-define-group-parameter instead of defcustom.
1072         (gnus-put-message): Handle SPC in GCC.
1073         (gnus-inews-insert-gcc): Ditto.
1074         (gnus-inews-insert-archive-gcc): Ditto.
1075
1076 2002-08-26  Simon Josefsson  <jas@extundo.com>
1077
1078         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1079         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1080         (gnus-agent-possibly-save-gcc): Autoload.
1081         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1082
1083 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus.el (gnus-other-frame-function): New user option.
1086         (gnus-other-frame): Use it; add a doc-string; make it work with
1087         the gnuclient program.
1088
1089         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1090
1091         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1092         `device-connection' and `dfw-device'.
1093
1094 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1095
1096         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1097         positives, make it stricter.  From Jochen Hein (trivial change).
1098
1099 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus.el (gnus-other-frame): Trivial fix.
1102
1103 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus.el (gnus-other-frame-parameters): New user option.
1106         (gnus-other-frame-object): New variable.
1107         (gnus-other-frame): Make it search for existing Gnus frame; don't
1108         read new news; delete frame on exit.
1109
1110         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1111
1112         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1113
1114 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1115         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1116
1117         * message.el (message-set-auto-save-file-name): Add support for
1118         the Cygwin Emacs; the system-type is `cygwin'.
1119         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1120
1121 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1122
1123         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1124
1125         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1126         avoid arithmetic errors.
1127
1128 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1131
1132 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1135         (message-ignored-resent-headers): Add envelope From.
1136
1137 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1138
1139         * gnus.el (gnus-summary-line-format): Document %k specifier.
1140
1141 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1142
1143         * gnus-sum.el (gnus-summary-line-message-size): New function.
1144         (gnus-summary-line-format-alist): Use it.
1145
1146 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-art.el (article-make-date-line): Refer to the value for
1149         `gnus-article-time-format' in the summary buffer.
1150
1151         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1152
1153 2002-08-14  Simon Josefsson  <jas@extundo.com>
1154
1155         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1156         quoting.
1157         (gnus-button-alist): Fix doc.
1158         (gnus-header-button-alist): Use ' not ` for default value quoting.
1159         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1160         rationale similar to 2002-05-01 change.
1161         (gnus-article-add-buttons-to-head): Evaluate expression.
1162
1163         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1164
1165 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * message.el (message-font-lock-keywords): Refer to the value for
1168         `message-cite-prefix-regexp' dynamically.
1169
1170 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1173
1174 2002-08-12  Simon Josefsson  <jas@extundo.com>
1175
1176         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1177         (imap-shell-open): Skip initial junk before IMAP greeting.
1178
1179 2002-08-11  Simon Josefsson  <jas@extundo.com>
1180
1181         * message-utils.el (message-xpost-default,
1182         message-xpost-fup2-header, message-xpost-fup2): Fixed
1183         Typos.  Trivial changes from Reiner Steib
1184         <4uce.02.r.steib@gmx.net>.
1185
1186 2002-08-09  Simon Josefsson  <jas@extundo.com>
1187
1188         * message.el (message-canlock-password): Set
1189         canlock-password-for-verify to newly generated canlock-password.
1190         When Emacs is restarted, Custom makes sure this is set, but during
1191         the same session we must set it manually.
1192
1193 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1194
1195         * yenc.el: New file.
1196
1197         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1198         (mm-uu-type-alist): Add yenc.
1199         (mm-uu-yenc-filename): New function.
1200         (mm-uu-yenc-extract): New function.
1201
1202         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1203
1204 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1205
1206         * dgnushack.el (merge): Don't use coerce.
1207
1208 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1209
1210         * mailcap.el (mailcap-mime-data): Test window-system rather than
1211         mm-device-type.
1212         (mailcap-mime-data): Call xdvi and gv with "-safer".
1213
1214         * mm-util.el: Don't define mm-device-type.
1215
1216 2002-08-05  Simon Josefsson  <jas@extundo.com>
1217
1218         * mm-util.el (mm-coding-system-priorities): coding-system type not
1219         supported everywhere.
1220
1221 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus.el (gnus-version-number): Bumped version number.
1224
1225 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1226
1227         * gnus.el: Oort Gnus v0.07 is released.
1228
1229 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1232         (gnus-article-sort-functions): Doc fix.
1233         (t): New keystroke.
1234         (gnus-article-sort-by-random): New function.
1235         (gnus-thread-sort-by-random): New function.
1236
1237 2002-08-02  Simon Josefsson  <jas@extundo.com>
1238
1239         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1240         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1241
1242 2002-07-31  Danny Siu  <dsiu@adobe.com>
1243
1244         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1245         when splitting malformed messages without message-id
1246
1247 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1248         From Niklas Morberg <niklas.morberg@axis.com>.
1249
1250         * nnweb.el (nnweb-type, nnweb-type-definition)
1251         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1252         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1253         functionality.
1254         * nnweb.el: Removed old non-functioning search engines.
1255
1256 2002-07-27  Simon Josefsson  <jas@extundo.com>
1257
1258         * message.el (message-forward-make-body): Don't use
1259         `message-forward-ignored-headers' when doing a "raw" followup (it
1260         is important to preserve e.g. CTE).
1261
1262         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1263
1264         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1265         regexp-quote, Cyrus Sieve is fixed.
1266
1267         * sieve-manage.el (sieve-manage-deletescript): New function.
1268
1269         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1270         (sieve-manage-mode): Fix menubar.
1271         (sieve-activate): Change some messages.
1272         (sieve-deactivate-all): New function.
1273         (sieve-deactivate): New alias.
1274         (sieve-remove): New function.
1275         (sieve-help): Fix help.
1276         All suggested by Ned Ludd.
1277
1278 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1281         (mm-w3m-safe-url-regexp): New user option.
1282
1283         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1284         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1285
1286 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1287
1288         * gnus-sum.el (gnus-summary-delete-article): Force
1289         nnmail-expiry-target to 'delete, so that absolute deletion
1290         happens when absolute deletion is requested.
1291
1292 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1293         From Nevin Kapur <nevin@jhu.edu>.
1294
1295         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1296         headers as empty headers.
1297
1298 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1299         From Jochen Hein <jochen@jochen.org>.
1300
1301         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1302         correct typo.
1303         (gnus-emphasis-strikethru): New face.
1304
1305 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1306         From Jason Merrill <jason@redhat.com>.
1307
1308         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1309         entire file for each of a sequence of missing articles.
1310
1311         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1312         value for gnus-view-pseudos.
1313
1314         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1315         avoid nreverse.
1316
1317 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1318         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1319
1320         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1321         (gnus-summary-mode-line-format-alist): Add %h for number of
1322         spams.
1323         (gnus-newsgroup-spam-marked): New variable.
1324         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1325         (gnus-article-read-p, gnus-article-mark)
1326         (gnus-set-global-variables, gnus-set-global-variables)
1327         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1328         (gnus-summary-mark-article-as-unread)
1329         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1330         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1331         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1332
1333 2002-07-10  Simon Josefsson  <jas@extundo.com>
1334
1335         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1336         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1337
1338 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1339
1340         * gnus-sum.el (gnus-summary-delete-article): Respect group
1341         parameters while expiring.
1342
1343 2002-07-08  Simon Josefsson  <jas@extundo.com>
1344
1345         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1346         Enberg.
1347
1348 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1349
1350         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1351         function is called interactively.  From Niklas Morberg.
1352
1353 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1354
1355         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1356         cdaar to cdar and car.
1357
1358         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1359         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1360
1361 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1364         don't break a narrowed article.
1365
1366         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1367         (nntp-open-via-rlogin-and-telnet): Ditto.
1368
1369 2002-07-02  Didier Verna  <didier@xemacs.org>
1370
1371         * nnmail.el (nnmail-split-methods): fix custom type.
1372
1373 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1374
1375         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1376         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1377
1378 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1379
1380         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1381         (gnus-summary-resend-message): Use it.
1382
1383 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1386         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1387
1388 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1389
1390         * message.el (message-font-lock-keywords): Don't fontify
1391         headers in the message body, only in the header.
1392         (message-font-lock-make-header-matcher): New function, used by
1393         message-font-lock-keywords.
1394         From Katsumi Yamaoka <yamaoka@jpl.org>.
1395
1396 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1399
1400 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1403
1404 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1405
1406         * message.el (message-font-lock-keywords): Revert 2002-06-22
1407         change.
1408
1409 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1410
1411         * message.el (message-font-lock-keywords): Put colon in header
1412         name match.
1413
1414 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1415
1416         * message.el (message-font-lock-keywords): Don't use header faces
1417         in the body.  Thanks to Stefan Monnier for the hint on the
1418         implementation.
1419
1420 2002-05-09  Miles Bader  <miles@gnu.org>
1421
1422         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1423         (gnus-article-hide-citation): Respect it.
1424
1425 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1426
1427         * pop3.el (pop3-open-server): Fix typo.
1428
1429 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1430
1431         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1432         instead of push to ignore duplicate to-(list|address) values.
1433         * nnmail.el (nnmail-cache-ignore-groups): New.
1434         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1435
1436 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1437
1438         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1439         before sending.  Suggested by Jan Rychter.
1440
1441 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * dgnushack.el (remove): New compiler macro.
1444         (last, coerce, subseq): Remove compiler macros for those built-in
1445         or unused functions.
1446
1447 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1448
1449         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1450         sure to write byte-compiled versions of gnus-*-format-alist to
1451         .newsrc.eld.  From Simon Josefsson.
1452
1453 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1454
1455         * gnus-agent.el (gnus-agent-read-servers)
1456         (gnus-agent-write-servers): Put server name (string like
1457         "nnchoke:frumple") in the file instead of a server specification
1458         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1459         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1460
1461 2002-06-16  Simon Josefsson  <jas@extundo.com>
1462
1463         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1464         Reiner Steib <4uce.02.r.steib@gmx.net>.
1465
1466 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1467
1468         * nnheader.el (nnheader-file-name-translation-alist): Set the
1469         default value for MS Windows systems.
1470
1471         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1472
1473 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * message.el (message-beginning-of-line): Keep the region active
1476         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1477
1478 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1479
1480         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1481         * gnus-msg.el (gnus-summary-reply): Ditto.
1482         * gnus-msg.el (gnus-summary-handle-replysign): New.
1483
1484 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1487         if sending failed.
1488
1489 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1490
1491         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1492         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1493         to sign while encrypting.
1494
1495 2002-06-11  Simon Josefsson  <jas@extundo.com>
1496
1497         * gnus-int.el (gnus-request-move-article): Agent expire article if
1498         successfuly moved.
1499
1500         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1501         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1502
1503 2002-06-10  Simon Josefsson  <jas@extundo.com>
1504
1505         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1506
1507 2002-06-09  Simon Josefsson  <jas@extundo.com>
1508
1509         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1510
1511         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1512
1513 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1514
1515         * flow-fill.el (fill-flowed): Ignore errors.
1516
1517 2002-06-06  Simon Josefsson  <jas@extundo.com>
1518
1519         * message.el (message-send-mail-with-sendmail): Improve error message.
1520
1521 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1522
1523         * message.el (message-interactive): Change default from nil to t.
1524         Better to be safe than to be fast.
1525
1526 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1527
1528         * message.el (message-send-mail-with-sendmail): Check return value
1529         from call-process-region.
1530
1531 2002-06-04  Simon Josefsson  <jas@extundo.com>
1532
1533         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1534         (gnus-group-post-news, gnus-summary-mail-other-window)
1535         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1536         gnus-article-copy to nil, thereby inhibiting the `header' posting
1537         style match to use data from last viewed article.
1538         Suggested by Hrvoje Niksic.
1539
1540 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * spam.el (spam-point-at-eol): New alias.
1543         (spam-parse-whitelist): Use it.
1544
1545 2002-06-03  Simon Josefsson  <jas@extundo.com>
1546
1547         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1548         (nnmail-article-group): Use it.
1549
1550 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1551
1552         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1553         so that code reading them won't be surprised.  From Jesper Harder
1554         <harder@ifa.au.dk>.
1555
1556 2002-05-29  Simon Josefsson  <jas@extundo.com>
1557
1558         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1559         articles.
1560
1561         * gnus.el (gnus-agent-cache): Doc fix.
1562         (gnus-agent): Change default to t.
1563
1564         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1565         ARTICLES, GROUP and FORCE parameters.
1566
1567 2002-05-28  Simon Josefsson  <jas@extundo.com>
1568
1569         * gnus-group.el (gnus-group-line-format): Doc fix.
1570
1571 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1572
1573         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1574         original article before yanking.  From Jesper Harder
1575         <harder@ifa.au.dk>.
1576
1577 2002-05-26  Simon Josefsson  <jas@extundo.com>
1578
1579         * gnus-sum.el (gnus-summary-menu-split): New function.
1580         (gnus-summary-make-menu-bar): Split charset submenu.
1581         (gnus-summary-menu-maxlen): New variable.
1582         (gnus-summary-menu-split): Use it.
1583
1584 2002-05-25  Simon Josefsson  <jas@extundo.com>
1585
1586         * mml.el (mml-preview): Generate some headers.
1587
1588         * gnus.el (gnus-large-newsgroup): Fix :type.
1589
1590         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1591         Agent cache NOV's by default now).
1592         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1593
1594 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1595
1596         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1597         call to gnus-parent-id when we check for References loops.
1598         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1599         twice by saving the simplified subject string in simp-subject.
1600
1601 2002-05-23  Simon Josefsson  <jas@extundo.com>
1602
1603         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1604         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1605
1606         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1607         Niklas Morberg <niklas.morberg@axis.com>.
1608
1609 2002-05-22  Simon Josefsson  <jas@extundo.com>
1610
1611         * sieve.el (sieve-change-region): Define it before it is used.
1612
1613         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1614         (gnus-summary-reply): Ask for confirmation when replying to news.
1615         Defaults to not ask.  From Benjamin Rutt
1616         <rutt+news@cis.ohio-state.edu>.
1617
1618         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1619
1620 2002-05-21  Simon Josefsson  <jas@extundo.com>
1621
1622         * sieve-mode.el (sieve-manage): Fix autoloads.
1623
1624         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1625         name (makes it work with recent Cyrus timsieved).
1626
1627 2002-05-20  Jason  <jbaker@cs.utah.edu>
1628
1629         * gnus-art.el (gnus-request-article-this-buffer): Try
1630         reconnecting if you don't get the message.
1631
1632 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1635         Reply-To headers from the headers.
1636
1637 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * mm-url.el (mm-url-insert): Remove junk message.
1640
1641 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1644         (nnslashdot-use-front-page): New variable.
1645         (nnslashdot-request-list): Use it.
1646
1647         * mm-url.el (mm-url-timeout): New variable.
1648         (mm-url-retries): Ditto.
1649         (mm-url-insert): Use it.
1650
1651 2002-05-16  Simon Josefsson  <jas@extundo.com>
1652
1653         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1654         (gnus-simplify-subject-functions): Mention g-s-a-w.
1655
1656 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1657
1658         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1659         nnmail-cache-insert.
1660         * nndiary.el (nndiary-request-accept-article): Ditto.
1661         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1662         * nnimap.el (nnimap-request-accept-article): Ditto.
1663         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1664         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1665         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1666         * nnmh.el (nnmh-request-accept-article): Ditto.
1667         * nnmail.el (nnmail-cache-insert): Change group to required,
1668         removed code which tried to figure out the group.
1669
1670 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1671
1672         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1673         messages. From Hans de Graaff <hans@degraaff.org>.
1674         * nnml.el (nnml-request-accept-article): Pass in the group name to
1675         nnmail-cache-insert, since it's available.
1676
1677 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1678
1679         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1680
1681 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1682         From Florian Weimer <fw@deneb.enyo.de>.
1683
1684         * gnus.el (subscribed): New group parameter.
1685         (gnus-find-subscribed-addresses): Use it.
1686
1687 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1688
1689         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1690         the default for pgpmime to support pgp v2.
1691         * mml-sec.el (mml-signencrypt-style): New accessor function to
1692         allow users to get/set the signencrypt style more easily without
1693         frobbing the alist directly.
1694         * mml.el (mml-generate-mime-1): Use accessor function.
1695
1696 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1697
1698         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1699         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1700         <schwab@suse.de>.
1701
1702 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1703
1704         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1705         when intuiting the group the message is written to.  From Josh
1706         Huber <huber@alum.wpi.edu>.
1707
1708 2002-05-06  Simon Josefsson  <jas@extundo.com>
1709
1710         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1711         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1712
1713 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1714
1715         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1716         argument, and fixed compiler warning. (added autoload for
1717         gpg-encrypt).
1718
1719 2002-05-04  Simon Josefsson  <jas@extundo.com>
1720
1721         * mml1991.el (mml1991-function-alist): Doc fix.
1722
1723         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1724         doesn't exist (for previewing messages without having Gnus
1725         started).
1726
1727         * mm-util.el (mm-coding-system-priorities): Defcustom.
1728
1729         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1730
1731 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1732
1733         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1734         default.
1735         * mml-sec.el:
1736         * mml-sec.el (mml-signencrypt-style): New.
1737         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1738         argument `sign'.
1739         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1740         signencrypt.
1741         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1742         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1743         both signed & encryped is processed in one operation. (rather than
1744         two separate ops: sign, then encrypt)
1745         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1746         indication if a message is signed by an expired key.
1747         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1748         enables combined sign & encrypt operation. (this was always on
1749         before).
1750         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1751
1752 2002-05-01  Simon Josefsson  <jas@extundo.com>
1753
1754         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1755         server.
1756         (nnimap-mailbox-info): defvar instead of defvoo.
1757
1758 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1759
1760         * gnus.el: Oort Gnus v0.06 is released.
1761
1762 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * lpath.el: Bind url-package-version.
1765
1766 2002-05-01  Simon Josefsson  <jas@extundo.com>
1767
1768         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1769         filename before deleting the group itself, because the presence of
1770         a group filename decides if long filenames are used or not.
1771
1772         * gnus-art.el (gnus-button-alist): Don't inline
1773         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1774         without also modifying g-button-alist.
1775         (gnus-button-alist): Fix type to allow variable as well as regexp.
1776         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1777         themselves, variables to its contents.
1778         (gnus-button-entry): Ditto.
1779
1780 2002-05-01  Simon Josefsson  <jas@extundo.com>
1781
1782         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1783         UIDNEXT as a string.
1784
1785         * nnimap.el (nnimap-string-lessp-numerical): New function.
1786         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1787         integers.
1788
1789 2002-04-29  Simon Josefsson  <jas@extundo.com>
1790
1791         * nnmail.el (nnmail-cache-insert): Accept optional group
1792         parameter.
1793
1794         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1795         n-r-g-a is disabled.
1796
1797 2002-04-29  Simon Josefsson  <jas@extundo.com>
1798
1799         * nnimap.el (nnimap-split-fancy): Fix doc.
1800         (nnimap-split-fancy): Fix doc.
1801
1802         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1803         (nnimap-mailbox-info): New internal variable.
1804         (nnimap-retrieve-groups): Implement faster new mail check.
1805
1806         * nnimap.el (nnimap-split-articles): Support
1807         nnmail-cache-accepted-message-ids.
1808         (nnimap-request-accept-article): Ditto.
1809
1810         * imap.el (imap-mailbox-status-asynch): New command.
1811
1812 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1813
1814         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1815         are no subscribed mail groups.
1816         - Strip quoted names when comparing addresses
1817
1818 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1819
1820         * mm-decode.el (mm-text-html-renderer): Change customize type to
1821         const.
1822
1823         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1824         (gnus-debug-exclude-variables): do.
1825
1826 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1827
1828         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1829         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1830
1831 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * dns.el (dns-make-network-process): New macro.
1834         (query-dns): Use it.
1835
1836 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1837
1838         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1839         article-buffer.
1840
1841         * mm-url.el (mm-url-package-name): New variable.
1842         (mm-url-package-version): New variable.
1843         (mm-url-insert-file-contents): Bind url-package-name and
1844         url-package-version here.
1845         * nnrss.el (nnrss-insert-w3): Move the bindings.
1846
1847         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1848         url-package-version. Trivial change from Andrew J Cosgriff
1849         <ajc@polydistortion.net>
1850
1851         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1852         attachments. Trivial change from Peter 'Luna' Runestig
1853         <peter@runestig.com>.
1854
1855 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1856
1857         * nnkiboze.el (nnkiboze-request-scan): Call
1858         nnkiboze-possibly-change-group.
1859         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1860         problems.
1861         (nnkiboze-generate-group): Set newsrc to the *highest* article
1862         number kibozed, not the lowest.
1863
1864 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1865
1866         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1867
1868 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1869         From Dan Christensen <jdc+news@uwo.ca>.
1870
1871         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1872         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1873         Recognize math postings.  Extract Date (now ignores "(15kb)").
1874         Extract email address using gnus-extract-address-components
1875         instead of just taking the first word.  Create Date and From
1876         headers for message which are missing these headers.  Get rid
1877         of spurious \\ lines (purely cosmetic).  Extend body-end and
1878         file-end regexps, to exclude more garbage from the message.
1879         Make URL rephrasing regexp more flexible, to match current
1880         format.
1881
1882 2002-04-23  Simon Josefsson  <jas@extundo.com>
1883
1884         * netrc.el: New file, functions copied from gnus-util.el by Ted
1885         Zlatanov <tzz@lifelogs.com>.
1886
1887         * gnus-util.el: Require netrc.
1888         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1889         new code in netrc.el.
1890
1891 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1892
1893         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1894         message-ignored-resent-headers, too.  From Matthieu Moy
1895         <Matthieu.Moy@imag.fr>.
1896
1897 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1898
1899         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1900         boolean not a string
1901         * gnus-group.el (gnus-group-line-format): add description of %C
1902         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1903           as %C
1904         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1905
1906 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1907
1908         * nnmaildir.el (nnmaildir-request-scan): typo: set
1909         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1910         nnmail-get-new-mail for 'find-new-groups.
1911
1912 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1913
1914         * nnmaildir.el (nnmaildir-request-update-info,
1915         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1916         unnecessary calls to nnmaildir-request-scan.
1917
1918 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1919
1920         * gnus-msg.el:
1921         * gnus-msg.el (gnus-message-replysign): New.
1922         * gnus-msg.el (gnus-message-replyencrypt): New.
1923         * gnus-msg.el (gnus-message-replysignencrypted): New.
1924         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1925         (above) to automatically encrypt/sign to encrypted/signed
1926         messages.
1927         * message.el:
1928         * message.el (message-mode-map): Add keybinding for
1929         `message-to-list-only'
1930         * message.el (message-mode): Add description for
1931         `message-to-list-only'
1932         * message.el (message-to-list-only): New.
1933         * message.el (message-make-mft): Changed to use the cl loop macro,
1934         and added optional flag to return only the matched list. (for use
1935         in new message-to-list-only function)
1936
1937 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1938
1939         * gnus-msg.el:
1940         * gnus-msg.el (gnus-message-replysign):
1941         * gnus-msg.el (gnus-replysign): New.
1942         * gnus-msg.el (gnus-replyencrypt): New.
1943         * gnus-msg.el (gnus-replysignencrypted): New.
1944         * gnus-msg.el (gnus-summary-reply):
1945         * message.el:
1946         * message.el (message-mode-map):
1947         * message.el (message-mode):
1948         * message.el (message-to-list-only): New.
1949         * message.el (message-make-mft):
1950
1951 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1952
1953         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1954
1955 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1956
1957         * message.el (message-gen-unsubscribed-mft): accept a prefix
1958         argument so CC can be included with C-u C-c C-f C-a
1959
1960 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1961         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1962
1963         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1964         Improve docstring.
1965         (spam-enter-blacklist): New command.
1966
1967         * gnus-sum.el (gnus-spam-mark): New mark.
1968         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1969         (gnus-summary-make-tool-bar): Correct conditional.
1970         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1971         (gnus-summary-mark-as-spam): New command.
1972
1973 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1974
1975         * mml-sec.el (mml-secure-message): changed to support arbritrary
1976         modes.
1977         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1978         changed to support "signencrypt" mode.
1979         * mml.el (mml-parse-1): changed to support different secure modes
1980         more easily. (for signencrypt)
1981
1982 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1983
1984         * gnus-sum.el (gnus-update-summary-mark-positions)
1985         (gnus-summary-toggle-header):
1986         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1987         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1988         (gnus-uu-post-encoded):
1989         * nnfolder.el (nnfolder-possibly-change-group):
1990         * nnimap.el (nnimap-retrieve-headers):
1991         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1992
1993 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1994
1995         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
1996         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
1997
1998 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-srvr.el (gnus-server-set-info): Clear
2001         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2002         From Daiki Ueno <ueno@unixuser.org>.
2003
2004 2002-04-11  Simon Josefsson  <jas@extundo.com>
2005
2006         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2007         viewing of security buttons.  Thanks to Nicolas Kowalski
2008         <Nicolas.Kowalski@imag.fr>.
2009
2010         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2011         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2012         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2013         <Nicolas.Kowalski@imag.fr>.
2014         (smime-decrypt-buffer): Ditto.
2015
2016 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2019         header line.
2020
2021 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2022
2023         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2024
2025 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2026
2027         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2028
2029 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2030
2031         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2032         errors when debug.
2033
2034 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2035
2036         * message.el (message-make-mft): Changed MFT code from using
2037         message-recipients (which included Bcc) to use only the To and CC
2038         headers.
2039
2040 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2041
2042         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2043         add link.
2044         (gnus-treat-mail-picon): Ditto.
2045         (gnus-treat-newsgroups-picon): Ditto.
2046         (gnus-picon-databases): Fix custom type.
2047         (gnus-picon-databases): Add link.
2048         (gnus-article-x-face-command): Add to gnus-picon group.
2049
2050 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2051
2052         * message.el (message-buffer-naming-style): Remove.
2053
2054 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2055
2056         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2057
2058         * message.el (message-tool-bar-map): Ditto.
2059
2060         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2061
2062 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2063
2064         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2065
2066 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2067
2068         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2069
2070 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2071
2072         * dns.el: open-network-stream under XEmacs does udp.
2073
2074 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2075
2076         * spam.el (spam-enter-whitelist): New function.
2077         (spam-parse-whitelist): Ditto.
2078         (spam-refresh-list-cache): Ditto.
2079         (spam-address-whitelisted-p): New function.
2080
2081         * dns.el (query-dns): Use TCP when make-network-process isn't
2082         available.
2083         (dns-servers): New variable.
2084         (dns-parse-resolv-conf): New function.
2085         (query-dns): Use it.
2086
2087         * spam.el: New file.
2088
2089         * dns.el (query-dns): Test.
2090
2091 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * lpath.el (featurep): Bind make-network-process.
2094
2095 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2096
2097         * nnmaildir.el: Use defstruct.  Use a single copy of
2098         nnmail-extra-headers to save memory.  Store server's group name
2099         prefix instead of each group's prefixed name.
2100         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2101         nntp-server-buffer.
2102
2103 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * dns.el: New file.
2106
2107 2002-03-28  Simon Josefsson  <jas@extundo.com>
2108
2109         * gnus-sum.el (gnus-summary-dummy-line-format):
2110         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2111         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2112
2113 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2114
2115         * gnus-sum.el (gnus-summary-move-article)
2116         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2117         the doc string.
2118
2119 2002-03-28  Simon Josefsson  <jas@extundo.com>
2120
2121         * mml-sec.el (mml-secure-message): Search after
2122         mail-header-separator from top of message.
2123
2124 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2125
2126         * nnmaildir.el: Cosmetic changes.
2127         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2128         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2129         nnmaildir--group-ls): New macros/functions.  Use them.
2130         (nnmaildir--unlink): Evalutate argument only once.
2131
2132 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2133
2134         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2135         symbols.
2136         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2137         `gnus-point-at-eol'.
2138
2139 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2140
2141         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2142         nnmaildir--marks-dir): New macros.  Use them.
2143         Use inhibit-quit for atomicity instead of in-memory journaling.
2144         (nnmaildir--edit-prep): New function.
2145         (Local Variables): Use it.
2146
2147 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2148
2149         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2150
2151 2002-03-25  Simon Josefsson  <jas@extundo.com>
2152
2153         * message.el (message-mode): Fix doc.
2154
2155 2002-03-25  Simon Josefsson  <jas@extundo.com>
2156
2157         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2158         Matthieu Moy <Matthieu.Moy@imag.fr>.
2159
2160 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2161
2162         * mml-sec.el (mml-unsecure-message): Add docstring.
2163
2164 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2167         value.
2168         Trivial change from andre@slamdunknetworks.com
2169
2170 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2171
2172         * mml.el (mml-mode-map): Added a keybinding for
2173         `mml-unsecure-message'.  Also, added a menu entry for said
2174         function in the Attachments menu.
2175
2176 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * canlock.el (canlock-version): Remove.
2179         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2180         here; simplify \x insertions.
2181         (canlock-sha1): New function, always return a unibyte string.
2182         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2183         of a password.
2184         (canlock-insert-header): Use `canlock-sha1'.
2185         (canlock-verify): Ditto.
2186
2187 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2188
2189         * message.el (message-fix-before-sending): Add an option that
2190         ignores illegible text.
2191         Trivial change from Mark Milhollan <mlm@attglobal.net>
2192
2193         * message.el (message-font-lock-keywords): Support multi-line MML
2194         tags.
2195
2196         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2197         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2198
2199 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2202         symbols for "View as different encoding" submenu.
2203
2204 2002-03-19  Simon Josefsson  <jas@extundo.com>
2205
2206         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2207         encoding" submenu.
2208
2209 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2210
2211         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2212
2213 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2214
2215         * gnus-sum.el (gnus-sum-thread-tree-root)
2216         (gnus-sum-thread-tree-single-indent)
2217         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2218         (gnus-sum-thread-tree-leaf-with-other)
2219         (gnus-sum-thread-tree-single-leaf): Make customizable.
2220
2221 2002-03-16  Simon Josefsson  <jas@extundo.com>
2222
2223         * gnus-util.el (gnus-extract-address-components): Don't break on
2224         names such as James "Kibo" Parry.  From Francis Litterio
2225         <franl@world.std.com>.
2226
2227 2002-03-13  Simon Josefsson  <jas@extundo.com>
2228
2229         * pop3.el (pop3-open-server): Revert multibyte change.  From
2230         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2231
2232         * message.el (message-send-mail-with-qmail): Make it work.  From
2233         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2234
2235 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2236
2237         * message.el (message-make-mft): Set case-fold-search while
2238         generating the MFT.  Also, a little cleanup in the MFT code.
2239
2240 2002-03-12  Simon Josefsson  <jas@extundo.com>
2241
2242         * message.el (message-qmail-inject-args): May be function.
2243         (message-send-mail-with-qmail): Call function if m-q-i-a is
2244         function.  From fn@hungry.org (Faried Nawaz).
2245
2246 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2247
2248         * message.el (message-abbrevs-loaded): Remove.
2249         (mailabbrev): Require it.
2250
2251         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2252
2253 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * pop3.el (pop3-open-server): Set process buffer unibyte.
2256
2257 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2260
2261 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2262
2263         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2264         too.
2265
2266 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2267
2268         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2269         duplication.
2270         (gnus-summary-save-parts-type-history): Ditto.
2271         (gnus-summary-save-parts-last-directory): Ditto.
2272         Trivial change from andre@slamdunknetworks.com
2273
2274 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2275
2276         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2277
2278 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2279
2280         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2281         -->" as the end of the first article.
2282
2283         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2284         From Matthieu Moy <Matthieu.Moy@imag.fr>
2285
2286         * message.el (message-add-action): Use add-to-list.
2287         (message-delete-action): New function.
2288
2289         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2290         pieces.
2291
2292 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2293
2294         * nnnil.el: New file.
2295         * gnus.el (gnus-valid-select-methods): Include nnnil.
2296
2297 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2298
2299         * message.el (message-syntax-checks): Because canlock is
2300         supported, we disable sender syntax check.
2301         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2302
2303         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2304         value of message-syntax-checks.
2305
2306         * qp.el (quoted-printable-decode-region): Doc addition.
2307         From: Eli Zaretskii <eliz@is.elta.co.il>
2308
2309         * mail-source.el (make-source-make-complex-temp-name): Use
2310         make-temp-file.
2311
2312         * mm-util.el (mm-make-temp-file): New function.
2313         * nneething.el (nneething-file-name): Use it.
2314         * mml-smime.el (mml-smime-encrypt): Ditto.
2315         * mm-view.el (mm-inline-wash-with-file): Ditto.
2316         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2317         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2318         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2319         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2320         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2321         * gnus-art.el (gnus-mime-print-part): Ditto.
2322
2323 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2324
2325         * message.el (nnmaildir-article-number-to-base-name): New
2326         function.
2327         (nnmaildir-base-name-to-article-number): New function.
2328
2329 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * smime.el (smime-make-temp-file): Don't quote
2332         `temporary-file-directory'.
2333
2334 2002-03-04  Simon Josefsson  <jas@extundo.com>
2335
2336         * smime.el (smime-sign-region): Rename argument keyfiles to
2337         keyfile. You only sign something with one key.
2338         (smime-sign-buffer): Better completing-read prompt.
2339         (smime-decrypt-buffer): Ditto.
2340
2341         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2342
2343         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2344         completing-read.
2345         (mm-view-pkcs7-decrypt): CRLF->LF.
2346
2347 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2348
2349         * message.el (message-hierarchical-addresses): New variable.
2350         (message-get-reply-headers): Use it.
2351         From Ted Zlatanov <teodor.zlatanov@divine.com>
2352
2353 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2354
2355         * message.el (message-mode): If buffer-file-name, don't set auto
2356         save file name.
2357         Trivial change from Geoff Greene <ggreene@wpi.edu>
2358
2359 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2360
2361         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2362         takes one argument in read-char.
2363
2364         * message.el (message-fix-before-sending): Forward a char.
2365         Check mmu-multibyte-p, add control-1.
2366
2367 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2368
2369         * gnus-start.el (gnus-read-init-file): Ditto.
2370
2371         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2372
2373         * dgnushack.el (dgnushack-make-load): Ditto.
2374
2375         * mail-source.el (mail-source-fetch): Extract the right error
2376         code.
2377
2378         * message.el (message-fix-before-sending): Check illegible text.
2379
2380         * gnus-util.el (gnus-multiple-choice): New function.
2381
2382         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2383         also defined in gnus-score.el.
2384
2385 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2386
2387         * message.el (message-get-reply-headers): downcase email addresses
2388         for comaparisons for duplicate removal.
2389
2390 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2391
2392         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2393         implementation of PKCS#7, which just allows users read the
2394         message.
2395         (mm-view-pkcs7): Use it.
2396
2397 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2398
2399         * gnus.el (large-newsgroup-initial): New parameter.
2400
2401         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2402         (gnus-summary-insert-old-articles): Ditto.
2403
2404 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2405
2406         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2407         used as the default answer of the question, "How many articles?".
2408         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2409
2410         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2411         small numbers.
2412
2413 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2414
2415         * deuglify.el: Fix comments.
2416
2417 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2418
2419         * html2text.el (html2text-clean-anchor): If there is no HREF,
2420         insert nothing.
2421
2422         * mml.el (mml-generate-mime-1): Add cdr.
2423         From: andre@slamdunknetworks.com
2424
2425         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2426         (mm-text-html-washer-alist): Ditto.
2427
2428         * mm-decode.el (mm-text-html-renderer): Add html2text.
2429
2430         * html2text.el: Face lift.
2431
2432         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2433
2434 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2435
2436         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2437
2438         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2439
2440         * deuglify.el: New file. The original file name is
2441         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2442
2443         * mm-decode.el (mm-display-external): Use
2444         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2445
2446 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2447
2448         * nnmaildir.el (nnmaildir-request-list): Report the highest
2449         article number, not the total number of articles.
2450
2451 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2452
2453         * gnus-sum.el: Move uu key map here.
2454         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2455
2456 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2457
2458         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2459         nnmail-expiry-wait* if expire-age parameter is not set.
2460
2461 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2462
2463         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2464         function.
2465         (gnus-group-sort-selected-groups-by-real-name): New function.
2466         (gnus-group-make-menu-bar): Add sort by real name.
2467
2468         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2469         rebuild.
2470         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2471         nil as dependencies as well.
2472
2473 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2476         for mime-parts.
2477
2478         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2479
2480         * gnus-group.el (gnus-group-name-decode): Don't test
2481         multibyte-string, because it breaks XEmacs.
2482         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2483
2484         * message.el (message-send-mail): Be talkative.
2485
2486         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2487         (mm-automatic-display): Ditto.
2488
2489         * mailcap.el (mailcap-mime-data): Ditto.
2490         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2491
2492 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * many files: Remove trailing whitespaces, replace spc+tab with
2495         tab, replace leading whitespaces with tabs.
2496
2497 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2498
2499         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2500         articles with no body and no blank line after the header.
2501
2502 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2503
2504         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2505         parts.
2506
2507         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2508         non-ascii chars.
2509
2510         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2511
2512         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2513         w3-delay-image-loads.
2514         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2515         (mm-w3-prepare-buffer): Ditto.
2516
2517         * mail-source.el (mail-source-fetch-directory): Run scripts.
2518
2519 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2522         for Majordomo confirmations.
2523
2524 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2527
2528 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2531
2532 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2533
2534         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2535         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2536
2537 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2538
2539         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2540         (mm-inline-render-with-stdin): Ditto.
2541         (mm-inline-render-with-function): Ditto.
2542         (mm-inline-wash-with-file): Bind coding-system-for-write.
2543         (mm-inline-wash-with-stdin): Ditto.
2544
2545 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2546
2547         Suggested by Felix Natter <fnatter@gmx.net>
2548
2549         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2550         gnus-mime-externalize-view.
2551         (gnus-mime-view-part-internally): Rename from
2552         gnus-mime-internalize-view.
2553         (gnus-article-view-part-externally): Rename from
2554         gnus-article-externalize-part.
2555         (gnus-mime-action-alist): Change correspondingly.
2556         (gnus-mime-button-commands): Ditto.
2557         (gnus-mime-action-alist): Remove duplication.
2558
2559         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2560
2561 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2562
2563         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2564
2565         * gnus-art.el (gnus-display-mime): Use it.
2566
2567         * mm-partial.el (mm-partial-find-parts): Use it.
2568
2569         * gnus-sum.el (gnus-article-loose-mime): Rename from
2570         gnus-article-no-strict-mime.
2571         (gnus-summary-save-parts): Use it.
2572
2573 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2576         local variable.
2577
2578         * gnus-art.el (article-display-x-face): Don't sort multiple
2579         X-Faces.
2580
2581 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2584         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2585
2586         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2587
2588 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2589
2590         Some ideas is inspired by code from Hrvoje Niksic
2591         <hniksic@arsdigita.com>
2592
2593         * gnus-art.el (gnus-article-wash-function): Set the default to
2594         nil, so that we use mm-text-html-renderer instead.
2595         (article-wash-html): Use mm-text-html-renderer.
2596
2597         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2598         (mm-text-html-renderer): New variable.
2599         (mm-inline-text-html-renderer): Set the default to nil, so that we
2600         use mm-text-html-renderer instead.
2601
2602         * mm-view.el (mm-inline-text-html): New function.
2603         (mm-text-html-renderer-alist): New variable.
2604         (mm-inline-text-vcard): New function.
2605         (mm-inline-text): Split.
2606         (mm-links-remove-leading-blank): New function.
2607         (mm-inline-render-with-file): New function.
2608         (mm-inline-render-with-stdin): New function.
2609         (mm-inline-render-with-function): New function.
2610         (mm-text-html-washer-alist): New variable.
2611         (mm-inline-wash-with-file): New function.
2612         (mm-inline-wash-with-stdin): New function.
2613
2614 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2615
2616         * message-utils.el: Fix installation doc.
2617         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2618
2619 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2620
2621         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2622         (gnus-post-method): Use it.
2623         (gnus-summary-cancel-article): Find the correct post-method.
2624
2625         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2626         * message.el (message-send-news): Ditto.
2627         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2628         <ipmonger@delamancha.org>
2629
2630         * gnus.el (gnus-select-method): Fix doc.
2631         (gnus-server-string): Use 'using nntp'.
2632
2633         * gnus-agent.el (gnus-slave-unplugged): New command.
2634         From: Felix Natter <fnatter@gmx.net>
2635
2636 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2637
2638         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2639         Call edit-done-function first, then change the window
2640         configuration.
2641         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2642         (gnus-article-edit-mode): mml-mode.
2643
2644         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2645         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2646
2647         * message-utils.el: Adopt the file.
2648
2649         * message-utils.el: New file.
2650         From Holger Schauer <Holger.Schauer@gmx.de>
2651
2652 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2653
2654         * gnus-sum.el (gnus-summary-move-article): Select-article only
2655         when gnus-move-split-methods is non-nil. And we don't render or
2656         mark the article.
2657
2658         * gnus-fun.el (gnus-shell-command-to-string): New function.
2659         (gnus-shell-command-on-region): New function.
2660         (gnus-random-x-face): Use them.
2661         (gnus-x-face-from-file): Ditto.
2662         (gnus-convert-image-to-gray-x-face): Ditto.
2663         (gnus-convert-gray-x-face-to-xpm): Ditto.
2664         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2665
2666 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-treat-display-xface): Don't use
2669         `shell-command-to-string' when compiling.
2670         (gnus-treat-display-grey-xface): Ditto.
2671
2672 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2673
2674         * nnmaildir.el (nnmaildir--article-count): If the group is
2675         completely empty, report minimum article number as 1 instead of 0.
2676
2677 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2678
2679         * gnus-agent.el (gnus-get-predicate): Use nconc.
2680
2681         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2682         gnus-summary-display-cache as cache.
2683
2684         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2685         (nndoc-mail-in-mail-type-p): New function.
2686         (nndoc-mail-in-mail-article-begin): New function.
2687
2688 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2689
2690         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2691
2692         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2693         use-hard-newlines to nil.
2694
2695         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2696         image is not available if window-system is not available.
2697
2698         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2699
2700 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2701
2702         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2703         bookmark, because update-mark doesn't handle it correctly.
2704
2705 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2706
2707         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2708         directly instead of calling message-send-mail.
2709
2710         * gnus-start.el (gnus-read-descriptions-file): Use
2711         gnus-default-charset.
2712
2713         * mm-util.el (mm-guess-mime-charset): New function.
2714
2715         * gnus.el (gnus-default-charset): Use it.
2716         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2717         the default.
2718
2719 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2720
2721         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2722         (article-display-x-face): Use it.  Disable grey xface, if
2723         uncompface is not found.
2724
2725         * message.el (message-mode): Don't enable multibyte on an indirect
2726         buffer.
2727
2728         * nnrss.el (nnrss-content-function): New variable.
2729         (nnrss-request-article): Use it.
2730
2731 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * gnus.el: Add article-unsplit-urls.
2734         * gnus-sum.el: Ditto.
2735         * gnus-art.el (gnus-treat-strip-cr): New variable.
2736         (gnus-treatment-function-alist): Use it.
2737         (article-unsplit-urls): New function.
2738         (gnus-article-make-menu-bar): Use it.
2739         From: Michael Cook <michael.cook@cisco.com>
2740
2741 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2742
2743         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2744         copy.
2745
2746 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2747
2748         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2749         with internal whitespace.
2750         (gnus-parent-id): Ditto.
2751
2752 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-art.el (gnus-article-treat-body-boundary): Add
2755         gnus-decoration property.
2756         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2757
2758         * message.el (message-mode): Set local-abbrev-table.
2759         From Matt Armstrong <matt@lickey.com>.
2760
2761         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2762         too many spaces.
2763
2764         * rfc2047.el (rfc2047-unfold-region): Ditto.
2765         (rfc2047-decode-region): Don't unfold. Let
2766         gnus-article-treat-unfold-headers do it.
2767
2768         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2769         From: Jesper Harder <harder@ifa.au.dk>
2770
2771 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2774         (gnus-configure-posting-styles): Use it.
2775         (gnus-configure-posting-styles): Remove trailing newspaces.
2776
2777 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2778
2779         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2780         is non-nil.
2781
2782         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2783
2784         * gnus.el (gnus-server-to-method): Switch position with
2785         gnus-server-get-method.
2786         (gnus-agent): Add doc.
2787
2788         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2789         (gnus-summary-save-parts): Use it.
2790
2791         * gnus-art.el (gnus-display-mime): Use it.
2792         * mm-partial.el (mm-partial-find-parts): Use it.
2793
2794         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2795
2796         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2797         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2798
2799         * nnagent.el (nnagent-request-expire-articles): Don't delete
2800         files.
2801
2802 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2803
2804         * message.el (message-gen-unsubscribed-mft): New function.
2805         From Sriram Karra <karra@cs.utah.edu>.
2806
2807         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2808         open parenthesis.
2809
2810         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2811         (mm-inline-text-html-render-with-w3): Ditto.
2812         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2813         Suggested by Dave Love  <d.love@dl.ac.uk>.
2814
2815         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2816
2817         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2818         * nntp.el (nntp-send-command): Ditto.
2819         * nntp.el (nntp-send-command-nodelete): Ditto.
2820
2821 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2822
2823         * mm-url.el (mm-url-load-url): New function.
2824         (mm-url-insert-file-contents): Use it.
2825
2826         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2827
2828         * message.el (message-forward-make-body): Correctly copy
2829         forward-buffer.
2830
2831         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2832
2833 2002-02-04  Simon Josefsson  <jas@extundo.com>
2834
2835         * gnus-art.el (gnus-article-followup-with-original): Mark with
2836         force, prevent errors when following up from article buffer.
2837         (gnus-article-reply-with-original): Ditto.
2838
2839         * binhex.el (binhex-decoder-switches): Fix doc.  From
2840         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2841
2842 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2845         highlight-citation after emphasize.
2846
2847 2002-02-04  Simon Josefsson  <jas@extundo.com>
2848
2849         * nnfolder.el (nnfolder-open-marks):
2850
2851         * nnml.el (nnml-open-marks): Message when done.  From David
2852         Edmondson <dme@sun.com>.
2853
2854 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2855
2856         * imap.el (imap-anonymous-auth): Fix typo.
2857         From: Steinar Bang <sb@dod.no>
2858
2859         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2860         save-excursion.
2861         (gnus-cache-braid-heads): Ditto.
2862
2863         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2864         line, because there are extra articles in the overview buffer.
2865
2866         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2867
2868         * message.el (message-forward-rmail-make-body): Directly use
2869         rmail-msg-restore-non-pruned-header to avoid calling
2870         vertical-motion.
2871
2872 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2873
2874         * gnus-cache.el (gnus-summary-insert-cached-articles):
2875         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2876
2877         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2878         gnus-newsgroups-unselected.
2879
2880         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2881         gnus-add-to-sorted-list.
2882
2883         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2884         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2885         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2886         (gnus-update-read-articles): UNREAD is sorted.
2887         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2888         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2889         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2890         (gnus-newsgroup-dormant): Require sorted.
2891
2892         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2893         directories.
2894         (gnus-dired-print): New function.
2895
2896         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2897         ps-despool.
2898
2899 2002-02-02  Simon Josefsson  <jas@extundo.com>
2900
2901         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2902
2903 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2906         t. This makes gnus-agent customizable without putting
2907         gnus-agentize into .gnus.
2908
2909         * gnus.el (gnus-agent): Make it customizable.
2910
2911         * gnus-dired.el: New file.
2912         From Benjamin Rutt <brutt@bloomington.in.us>
2913
2914         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2915         if no article.
2916         (gnus-cache-possibly-remove-article): Ditto.
2917         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2918
2919 2002-02-01  Simon Josefsson  <jas@extundo.com>
2920
2921         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2922
2923 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2926         (mm-setup-w3m): Don't bind keys listed in the above.
2927
2928 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2931         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2932         is non-nil; bind `w3m-force-redisplay' with nil.
2933
2934         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2935
2936         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2937
2938 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2939
2940         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2941         use mail-header-unfold-field.
2942
2943         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2944         gnus-summary-limit.
2945
2946         * gnus-range.el (gnus-add-to-sorted-list): New function.
2947         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2948         (gnus-mark-article-as-unread): Ditto.
2949         (gnus-summary-mark-article-as-unread): Ditto.
2950         (gnus-build-get-header): Ditto.
2951         (gnus-summary-prepare-threads): Ditto.
2952         (gnus-summary-insert-pseudos): Ditto.
2953         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2954         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2955         (gnus-summary-insert-old-articles): Ditto.
2956
2957         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2958         (gnus-configure-posting-styles): Support the new format.
2959
2960         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2961         edebug-form-spec to (sexp body).
2962         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2963
2964         * message.el (message-reply-headers): Add doc.
2965
2966 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2967
2968         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2969         gnus-cache-active-hashtb.
2970
2971         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2972         (gnus-agent-summary-fetch-group): Use it.
2973
2974         * gnus-msg.el (gnus-debug-files): New variable.
2975         (gnus-debug-exclude-variables): New variable.
2976         (gnus-debug): Use them.
2977
2978         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2979
2980 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2983         (message-mode-syntax-table): Move back the previous position.
2984
2985         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2986
2987         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2988         gnus-sorted-difference.
2989
2990         * nnsoup.el (nnsoup-request-expire-articles): Use
2991         gnus-sorted-difference.
2992
2993         * nnheader.el: Autoload gnus-sorted-difference.
2994
2995         * nnfolder.el (nnfolder-request-expire-articles): Use
2996         gnus-sorted-difference.
2997
2998         * gnus-cache.el (gnus-cache-retrieve-headers): Use
2999         gnus-sorted-difference.
3000
3001         * gnus-range.el: Autoload cookies.
3002         (gnus-sorted-difference): New function.
3003         (gnus-sorted-ndifference): New function.
3004         (gnus-sorted-nintersection): Rename from
3005         gnus-set-sorted-intersection.
3006         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3007         (gnus-list-range-difference): Rename from
3008         gnus-inverse-list-range-intersection.
3009         (gnus-inverse-list-range-intersection): Use defalias.
3010
3011         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3012         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3013         (gnus-articles-to-read): Use gnus-sorted-difference.
3014         (gnus-summary-limit-mark-excluded-as-read): Use
3015         gnus-sorted-intersection and gnus-sorted-ndifference.
3016         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3017         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3018
3019         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3020
3021 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3024         property to the buffer for using emacs-w3m command keys.
3025
3026         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3027         option.
3028
3029         * mm-view.el (mm-w3m-mode-map): New variable.
3030         (mm-w3m-mode-command-alist): New variable.
3031         (mm-w3m-minor-mode): Removed.
3032         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3033         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3034         buffer for using emacs-w3m command keys.
3035
3036 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3037
3038         * message.el (message-mode-syntax-table): Move forward.
3039         (message-cite-prefix-regexp): Auto detect non word constituents.
3040         (message-cite-prefix-regexp): Don't use with-syntax-table.
3041
3042         * gnus-sum.el (gnus-summary-update-info): Use
3043         gnus-list-range-intersection.
3044
3045         * gnus-agent.el (gnus-agent-fetch-headers): Use
3046         gnus-list-range-intersection.
3047
3048         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3049         (gnus-list-range-intersection): Use it.
3050         (gnus-inverse-list-range-intersection): Ditto.
3051         (gnus-sorted-intersection): Add doc.
3052         (gnus-set-sorted-intersection): Add doc.
3053         (gnus-sorted-union): New function.
3054         (gnus-set-sorted-union): New function.
3055
3056         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3057         (gnus-inverse-list-range-intersection): Ditto.
3058
3059 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3060
3061         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3062
3063         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3064         and permit `:' and `\' in order to handle full Windows pathnames.
3065         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3066         technically not correct per standard, but seems to have common use.
3067
3068 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3069
3070         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3071         replacing numbers.
3072
3073 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3074
3075         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3076
3077         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3078         Don't split when the window is small, e.g. when a small *BBDB*
3079         window is the lowest one.
3080
3081         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3082         nnheader-find-nov-line to speed up. Use nreverse, because it is
3083         sorted. Use nnheader-insert-nov-file.
3084
3085 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3088
3089         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3090         of `w3m-display-inline-images' with the value of
3091         `mm-inline-text-html-with-images'.
3092         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3093
3094         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3095
3096 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3097
3098         * time-date.el: Add autoload cookies.  Many doc fixes.
3099         (time-add): New function.
3100         (time-subtract): Renamed from subtract-time.
3101         (subtract-time): New alias for time-subtract.
3102
3103 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3106         emacs-w3m in doc-string.
3107
3108         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3109         `w3m-current-buffer'.
3110
3111 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3112
3113         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3114
3115         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3116         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3117         (mm-w3m-cid-retrieve): New function.
3118         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3119
3120 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3121
3122         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3123
3124 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3127
3128 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3131         32K.
3132
3133         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3134
3135         * nnmail.el (nnmail-article-group): Decode headers before running
3136         split rules over them.
3137         (nnmail-mail-splitting-charset): New variable.
3138
3139         * smiley.el: Replaced with smiley-ems.el.
3140
3141 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3142
3143         * mm-url.el (mm-url-predefined-programs): Add w3m.
3144         (mm-url-program): Ditto.
3145
3146 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * nnml.el (nnml-use-compressed-files): New variable.
3149         (nnml-filenames-are-evil): Removed.
3150         (nnml-current-group-article-to-file-alist): Don't use.
3151         (nnml-update-file-alist): Inhibit.
3152         (nnml-article-to-file): Use new var.
3153
3154 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3157
3158         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3159
3160 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3163         function.
3164
3165         * gnus-util.el (gnus-cache-file-contents): New function.
3166
3167         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3168         (gnus-agent-load-alist): Use it.
3169
3170         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3171
3172         * nnheader.el (nnheader-insert-nov-file): New function.
3173
3174         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3175
3176         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3177         there are no references.
3178         (gnus-extract-message-id-from-in-reply-to): New function.
3179         (gnus-nov-parse-line): Use in-reply-to if there are no
3180         references.
3181
3182 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3185
3186         * gnus-util.el (gnus-parse-without-error): New macro.
3187
3188 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3189
3190         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3191         (gnus-article-wash-function): use locate-library to decide which
3192         to use.
3193
3194 2002-01-25  Simon Josefsson  <jas@extundo.com>
3195
3196         * pop3.el (pop3-munge-message-separator): Work if no date.
3197         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3198
3199 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-agent.el (gnus-agent-save-alist): Fix.
3202
3203         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3204         mistake.  Reinstated lost code.
3205
3206 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3207
3208         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3209         one exists in the case of an encrypted message with an internal
3210         signature.
3211
3212 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3215
3216 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * dgnushack.el: Commented out the experimental code.
3219
3220 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3223         error.
3224
3225         * gnus.el (gnus-server-to-method): Made into subst.
3226         (gnus-server-method-cache): New variable.
3227         (gnus-server-to-method): Use it.
3228         (gnus-group-method-cache): New variable.
3229         (gnus-find-method-for-group-1): Renamed.
3230         (gnus-find-method-for-group): New function.
3231         (gnus-group-method-cache): Removed.
3232
3233         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3234         function.
3235
3236         * gnus-range.el (gnus-members-of-range): New function.
3237         (gnus-list-range-intersection): Renamed.
3238         (gnus-inverse-list-range-intersection): New function.
3239
3240         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3241
3242         * nnagent.el (nnagent-retrieve-headers): New implementation.
3243
3244         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3245         implementation.
3246
3247 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3250         `w3m-meta-content-type-charset-regexp'.
3251
3252         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3253         charset-encoded html contents.
3254
3255 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3256
3257         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3258         an empty file.
3259
3260         * nnweb.el (url): Ignore errors when request url.
3261
3262         * nnrss.el: Clean up the comments.
3263
3264 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3267
3268         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3269         (mm-inline-media-tests): Test whether the value of
3270         `mm-inline-text-html-renderer' is a function for text/html.
3271
3272         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3273         separated from `mm-inline-text'.
3274         (mm-w3m-minor-mode): New variable.
3275         (mm-w3m-setup): New variable.
3276         (mm-setup-w3m): New function.
3277         (mm-inline-text-html-render-with-w3m): New function.
3278         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3279         text/html.
3280
3281 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3282
3283         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3284
3285 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3288         and `gnus-xmas-completing-read'.
3289
3290 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3291
3292         * nneething.el (nneething-message-id-number): Abolished.
3293         (nneething-encode-file-name): Not encode numerical characters.
3294         (nneething-make-head): `nneething-message-id-number' is not
3295         used to generate message IDs.
3296
3297 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3300         characters.
3301
3302 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3305         (gnus-xmas-redefine): Redefine conditionally.
3306
3307 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3308
3309         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3310         tag.
3311
3312 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3313
3314         * message.el (message-font-lock-keywords): Added the secure tag.
3315         * mml-sec.el: Added functions to generate/modify/remove the secure
3316         tag while in message mode.
3317         * mml-sec.el (mml-secure-message): New.
3318         * mml-sec.el (mml-unsecure-message): New.
3319         * mml-sec.el (mml-secure-message-sign-smime): New.
3320         * mml-sec.el (mml-secure-message-sign-pgp): New.
3321         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3322         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3323         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3324         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3325         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3326         convert it to either a part or multipart depending on if there are
3327         other parts in the message.
3328         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3329         to use the secure tag, rather than the part tag.
3330         * mml.el (mml-preview): Added a save-excursion to keep cursor
3331         position after doing an MML preview.
3332
3333 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnheader.el (nnheader-parse-overview-file): New function.
3336         (nnheader-write-overview-file): New function.
3337
3338 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3341         in wanted.
3342
3343         * nnweb.el (nnweb-type-definition): Clean up.
3344
3345 2002-01-21  Alastair Burt  <burt@dfki.de>
3346
3347         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3348         buffer exists before jumping to it.
3349
3350 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3353         function.
3354         (article-wash-html): Use it.
3355         (gnus-article-wash-function): New variable.
3356         (gnus-article-wash-html-with-w3m): New function.
3357
3358 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3359
3360         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3361         XEmacs.
3362
3363 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3364
3365         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3366         command line.
3367
3368 2002-01-21  Simon Josefsson  <jas@extundo.com>
3369
3370         * canlock.el (base64-encode-string): Autoload it from base64.
3371         (canlock-make-cancel-key): Base64 encode unibyte string.
3372
3373 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * nnfolder.el (nnfolder-request-accept-article): Unfold
3376         x-from-line.
3377         (nnfolder-request-replace-article): Ditto.
3378
3379 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3380
3381         * gnus-group.el (gnus-group-best-unread-group): Use the right
3382         positioning function.
3383
3384 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * smiley-ems.el (smiley-region): Use new function.
3387         (smiley-update-cache): Use general image functions.
3388         (smiley-region): Use general functions.
3389
3390         * gnus-util.el (gnus-graphic-display-p): New function.
3391
3392         * nnmail.el (nnmail-article-group): Allow outputting traces of
3393         non-strings.
3394
3395         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3396         (nndoc-exim-bounce-type-p): New function.
3397
3398         * message.el (message-dont-send): Doc fix.
3399
3400         * gnus-util.el (gnus-completing-read): Remove
3401         inherit-input-method.
3402
3403         * gnus-art.el (gnus-treat-smiley): Doc fix.
3404
3405         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3406         articles.
3407
3408 2002-01-19  Simon Josefsson  <jas@extundo.com>
3409
3410         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3411         (imap-kerberos4-open): Ditto.
3412         (imap-open): Set port correctly, don't set auth.
3413
3414 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus.el (gnus-version-number): Bump version number.
3417
3418 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3419
3420         * gnus.el: Oort Gnus v0.05 is released.
3421
3422 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3425         exists.
3426
3427         * gnus-spec.el (gnus-string-width-function): New function.
3428         (gnus-tilde-cut-form): Use it.
3429         (gnus-tilde-max-form): Ditto.
3430         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3431         (gnus-substring-function): Use it.
3432         (gnus-tilde-cut-form): Ditto.
3433         (gnus-substring-function): New function.
3434
3435         * message.el (message-check-news-header-syntax): New message.
3436
3437         * gnus.el (gnus-slave-no-server): Doc fix.
3438
3439         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3440
3441 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3444         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3445         (seen (NUM1 . NUM2)).
3446
3447 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3450         number in closed topics.
3451
3452 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3453
3454         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3455         functions.
3456
3457 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus.el (gnus-group-find-parameter): Clean up.
3460
3461         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3462         articles.
3463
3464         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3465
3466         * nnmail.el (nnmail-article-group): Clean up.
3467
3468 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3469
3470         * gnus-agent.el (gnus-category-name): Intern the category name.
3471
3472 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3475
3476         * gnus-util.el (gnus-completing-read): New function.
3477
3478 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3479
3480         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3481
3482         * smiley-ems.el (smiley-region): Register smiley.
3483         (smiley-toggle-buffer): Rewrite the function.
3484         (smiley-active): Removed.
3485
3486 2002-01-19  Simon Josefsson  <jas@extundo.com>
3487
3488         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3489         Jesper Harder <harder@ifa.au.dk>.
3490
3491 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3492
3493         * gnus-art.el (gnus-request-article-this-buffer): Call
3494         `nneething-get-file-name' to extract the file name from the
3495         message id.
3496
3497         * nneething.el (nneething-encode-file-name): New function.
3498         (nneething-decode-file-name): Ditto.
3499         (nneething-get-file-name): Ditto.
3500         (nneething-make-head): Encode the file name and encapsulate it
3501         into the field of the message id.
3502
3503 2002-01-18  Simon Josefsson  <jas@extundo.com>
3504
3505         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3506         stored in .marks.
3507
3508         * nnfolder.el (nnfolder-request-update-info): Ditto.
3509
3510 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3511
3512         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3513
3514 2002-01-18  Simon Josefsson  <jas@extundo.com>
3515
3516         * imap.el (imap-starttls-p): Don't check for binary.
3517         (imap-gssapi-auth-p): Ditto.
3518         (imap-kerberos4-auth-p): Ditto.
3519         (imap-open): Change logic.  Iterate through all possible streams,
3520         instead of bailing out after first failure.  Move authenticator
3521         decision to `imap-authenticate'.
3522         (imap-authenticate): Change logic, now finds the authenticator to
3523         use, was previously in `imap-open'.
3524         (imap-open): Return nil on failure.
3525         (imap-open): Setup temp buffer correctly.
3526         (imap-open): Return buffer only on success.
3527         (imap-interactive-login, imap-interactive-login): Tell the user
3528         which stream/authenticator is used for the queried
3529         username/password.
3530         (imap-open, imap-authenticate): Set variables.
3531         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3532         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3533
3534 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3537
3538 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3541
3542 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3543
3544         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3545         (gnus-agent-group-mode-map): Bind it to "Jo".
3546         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3547
3548 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3549
3550         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3551         (gnus-summary-mail-toolbar): Add mail article deletion button.
3552
3553         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3554         false positives for lines of "^^^^".
3555
3556         * gnus-picon.el (gnus-picon-find-face): faces database is all
3557         lowercase.
3558
3559 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3560
3561         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3562         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3563         duplications.
3564         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3565
3566 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * gnus-sum.el (gnus-summary-initial-limit): Inline
3569         gnus-summary-limit-children.
3570         (gnus-summary-initial-limit): Don't limit if
3571         gnus-newsgroup-display is nil.
3572         (gnus-summary-initial-limit): No, don't.
3573
3574         * gnus-util.el
3575         (gnus-put-text-property-excluding-characters-with-faces): Inline
3576         gnus-put-text-property.
3577
3578         * gnus-spec.el (gnus-default-format-specs): New variable.
3579
3580         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3581         gnus-format-specs.
3582         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3583
3584         * gnus-spec.el (gnus-update-format-specifications): Really check
3585         the Gnus version of the .newsrc.eld file.
3586         (gnus-format-specs): Save the new default summary format.
3587
3588         * gnus-util.el (gnus-parent-id): Check whether references is empty
3589         before splitting.
3590
3591         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3592         functions.
3593         (gnus-gather-threads-by-references): Inline
3594         `gnus-split-references'.
3595
3596         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3597         default value of gnus-summary-line-format-spec.
3598
3599 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3600
3601         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3602         message.
3603         (nnslashdot-request-list): Ditto.
3604         (nnslashdot-sid-strip): Removed.
3605
3606 2002-01-15  Simon Josefsson  <jas@extundo.com>
3607
3608         * nnimap.el (nnimap-close-asynchronous): Enable.
3609         (nnimap-close-group): Expunge.
3610
3611 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3612
3613         * gnus-util.el (gnus-user-date-format-alist): Typo.
3614         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3615
3616 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3617
3618         * nneething.el (nneething-request-article): Set
3619         `nnmail-file-coding-system' to `binary' locally, in order to read
3620         files without any conversion.
3621
3622 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3625         nnheader-file-coding-system and nnmail-active-file-coding-system.
3626         (gnus-agent-regenerate-group): Ditto.
3627         (gnus-agent-regenerate): Ditto.
3628         (gnus-agent-write-active): Ditto.
3629         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3630
3631 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3632
3633         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3634         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3635
3636 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3637
3638         * gnus.el: We don't need gnus-article-show-all-headers.
3639
3640         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3641         Ditto.
3642
3643         * gnus-sum.el (gnus-summary-select-article): Don't call
3644         show-all-headers, because hidden headers are not hidden text any
3645         more.
3646
3647 2002-01-13  Simon Josefsson  <jas@extundo.com>
3648
3649         * message.el (message-newline-and-reformat): Use `newline' instead
3650         of inserting \n, so that the newline is marked as hard.
3651
3652         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3653         From Jesper Harder <harder@ifa.au.dk>.
3654
3655 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3656
3657         * imap.el (imap-close): Keep going if quit.
3658
3659         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3660         nntp-server-buffer.
3661
3662 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3665         avoid unbinding shadowed variables.
3666
3667         * gnus-art.el (gnus-picon-databases): Moved here.
3668         (gnus-picons-installed-p): Moved here.
3669         (gnus-article-reply-with-original): Use `mark'.
3670
3671         * gnus.el (gnus-picon): Moved here and renamed.
3672
3673         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3674         installed.
3675         (gnus-treat-mail-picon): Ditto.
3676         (gnus-treat-newsgroups-picon): Ditto.
3677
3678         * gnus-picon.el (gnus-picons-installed-p): New function.
3679
3680 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3681
3682         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3683
3684 2002-01-12  Simon Josefsson  <jas@extundo.com>
3685
3686         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3687         (nnimap-before-find-minmax-bugworkaround): Use it.
3688         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3689         (nnimap-dont-close): New variable.
3690         (nnimap-close-group): Use it.
3691
3692 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-art.el (gnus-article-reply-with-original): Use
3695         `mark-active'.
3696
3697         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3698
3699         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3700         (gnus-score-advanced): Clean up.
3701         (gnus-score-advanced): Accept a multiple of the score.
3702
3703 2002-01-12  Simon Josefsson  <jas@extundo.com>
3704
3705         * flow-fill.el (fill-flowed-display-column)
3706         (fill-flowed-encode-columnq): New variables.  Suggested by
3707         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3708         (fill-flowed-encode, fill-flowed): Use them.
3709
3710         * message.el (message-send-news, message-send-mail): Use
3711         m-b-s-n-p-e-h-n.
3712
3713         * mml.el (autoload): Autoload fill-flowed-encode.
3714         (mml-buffer-substring-no-properties-except-hard-newlines): New
3715         function.
3716         (mml-read-part): Use it.
3717         (mml-generate-mime-1): Encode format=flowed if appropriate.
3718         (mml-insert-mime-headers): Insert format=flowed.
3719
3720         * flow-fill.el (fill-flowed-encode): New function.
3721         (fill-flowed): Bind fill-column to window width.
3722
3723 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3726         it exists.
3727         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3728         (gnus-summary-buffer-name): Don't return the dead name after all.
3729         (gnus-summary-setup-buffer): Kill the dead buffer.
3730
3731         * gnus-art.el (gnus-article-followup-with-original): Store the
3732         value of the mark before deactivating it.
3733
3734 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3735
3736         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3737         From: Karl Kleinpaste <karl@charcoal.com>
3738
3739         * gnus-art.el (article-display-x-face): Ditto.
3740         (gnus-article-reply-with-original): Use gnus-region-active-p.
3741         (gnus-article-followup-with-original): Ditto.
3742
3743         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3744         downloadable article either.
3745
3746 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3747
3748         * gnus-art.el (article-display-x-face): Insert From:.
3749
3750         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3751         article. Bind gnus-display-mime-function and
3752         gnus-article-prepare-hook.
3753
3754         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3755         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3756         gnus-agent-possibly-synchronize-flags to the last.
3757         (gnus-agent-go-online): New function. New variable.
3758
3759 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3760
3761         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3762         (gnus-agent-regenerate): Ditto.
3763
3764 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3765
3766         * message.el (message-ignored-news-headers)
3767         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3768         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3769
3770         * gnus.el (gnus-gethash-safe): New macro.
3771
3772         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3773         (gnus-agent-regenerate): Show messages.
3774
3775 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3776
3777         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3778         (gnus-agent-regenerate): New function.
3779         (gnus-agent-save-alist): Sort.
3780         (gnus-agent-copy-nov-line): Test eobp.
3781         (gnus-agent-retrieve-headers): Erase buffer.
3782
3783 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3784
3785         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3786         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3787
3788         * gnus.el (gnus-agent-covered-methods): Move here.
3789         (gnus-online): New function.
3790         (gnus-agent-method-p): Move here.
3791
3792         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3793         nil. Remove articles-alist.
3794
3795         * gnus-start.el (gnus-get-unread-articles): Check online.
3796         (gnus-groups-to-gnus-format): Ditto.
3797         (gnus-active-to-gnus-format): Ditto.
3798
3799         * gnus-agent.el (gnus-agent-get-function): Use it.
3800         (gnus-agent-get-undownloaded-list): Ditto.
3801         (gnus-agent-fetch-session): Only fetch online methods.
3802
3803         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3804         (gnus-server-mode-map): Ditto.
3805         (gnus-server-offline-face): New face.
3806         (gnus-server-offline-face): New variable.
3807         (gnus-server-font-lock-keywords): Add offline.
3808         (gnus-server-insert-server-line): Ditto.
3809         (gnus-server-offline-server): New function.
3810
3811         * gnus-int.el (gnus-open-server): Turn to offline.
3812         (gnus-server-unopen-status): New variable.
3813
3814 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3815
3816         * nnkiboze.el (nnkiboze-request-article): Use
3817         gnus-agent-request-article.
3818
3819         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3820         function. Insert undownloaded NOV.
3821
3822         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3823         (gnus-agent-request-article): New function.
3824
3825         * gnus.el (gnus-agent-cache): New variable.
3826
3827         * gnus-int.el (gnus-retrieve-headers): Use
3828         gnus-agent-retrieve-headers.
3829         (gnus-request-head): Use gnus-agent-request-article.
3830         (gnus-request-body): Ditto.
3831
3832         * gnus-art.el (gnus-request-article-this-buffer): Use
3833         gnus-agent-request-article.
3834
3835         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3836         article if it is undownloaded.
3837
3838 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3841
3842 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * canlock.el (canlock-string-as-unibyte): New macro.
3845         (canlock-sha1-with-openssl): Return a unibyte string.
3846         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3847
3848 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3849
3850         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3851
3852 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3855         application/x-emacs-lisp.
3856
3857         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3858
3859         * nntp.el (nntp-request-article): Add group parameter.
3860         (nntp-request-head): Ditto.
3861         (nntp-find-group-and-number): Add parameter group. Figure out
3862         number if the status line doesn't give (e.g. quimby.gnus.org).
3863
3864 2002-01-08  Simon Josefsson  <jas@extundo.com>
3865
3866         * mml.el (mml-generate-mime-1): Set recipient correctly.
3867
3868 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3869
3870         * message.el (message-read-from-minibuffer): Add parameter
3871         initial-contents.
3872         * gnus-msg.el (gnus-summary-resend-message): Use it.
3873
3874         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3875         behavior of quit-config.
3876
3877         * message.el (message-make-from): Don't quote fullname.
3878         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3879
3880         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3881         From: <andre@slamdunknetworks.com>
3882
3883 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3886
3887         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3888
3889         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3890         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3891         because bbdb may use it.
3892
3893 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3894
3895         * nneething.el (nneething-request-article): When a non-text file
3896         is converted to an article, its data is encoded in base64.  Call
3897         `nneething-make-head' with options to specify MIME types.
3898         (nneething-make-head): Add optional arguments to specify MIME
3899         types.
3900
3901 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3902
3903         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3904         header if there is not.
3905
3906         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3907
3908         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3909         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3910         (gnus-inews-do-gcc): Use them.
3911
3912         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3913         gnus-newsgroup-unselected.
3914
3915 2002-01-06  Simon Josefsson  <jas@extundo.com>
3916
3917         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3918         condition-case, not ignore-errors.
3919
3920 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3923         gnus-fetch-old-headers.
3924
3925         * gnus-art.el (article-display-x-face): Use the current buffer
3926         unless `W f'. Otherwise, X-Face may be shown in the header of a
3927         forwarded part.
3928         (gnus-treatment-function-alist): Treat xface before hiding
3929         headers.
3930
3931 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3934         parameters.
3935
3936 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3937
3938         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3939         (mm-guess-charset): New function.
3940         (mm-charset-after): Use it.
3941         (mm-detect-coding-region): New function.
3942         (mm-detect-mime-charset-region): New function.
3943
3944         * gnus-sum.el (gnus-summary-show-article): Use
3945         mm-detect-coding-region.
3946
3947 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * message.el (message-make-fqdn): Be less violent.
3950
3951         * gnus.el (gnus-logo-color-style): Compute custom form
3952         automatically.
3953
3954         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3955         score file of the parent to the document group.
3956
3957         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3958         parameters parameter.
3959
3960         * gnus-score.el (gnus-score-load-file): Clean up.
3961
3962 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3963
3964         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3965         From: Damien Wyart <damien.wyart@free.fr>
3966
3967         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3968
3969 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3970
3971         * gnus-sum.el (gnus-select-group-hook): Typo.
3972
3973         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3974         is no quoted-printable-encoded STRING.
3975         From: Jesper Harder <harder@ifa.au.dk>
3976
3977         (rfc2047-decode-string): Decode it.
3978
3979 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3982
3983 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3984
3985         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3986         buffer to get rid of junk line.
3987
3988 2002-01-05  Simon Josefsson  <jas@extundo.com>
3989
3990         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3991         C-o.
3992         (message-mode-map): Bind message-insert-or-toggle-importance to
3993         C-c C-u.
3994         (message-mode-map): Bind message-disposition-notification-to to
3995         C-c M-n.
3996         (message-mode-menu): Add m-d-n-t.
3997         (message-mode-field-menu): Add m-goto-from.
3998         (message-mode): Doc fix.
3999         (message-goto-from): New function.
4000         (message-insert-disposition-notification-to): New function.
4001         (message-tool-bar-map): Add receipt button.
4002
4003 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * gnus-sum.el (gnus-thread-latest-date): New function.
4006         (gnus-thread-sort-by-most-recent-number): Renamed.
4007         (gnus-thread-sort-functions): Doc fix.
4008         (gnus-select-group-hook): Don't use setq on a hook.
4009         (gnus-thread-latest-date): Use date, not number
4010
4011         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4012         (gnus-agent-expire): Allow regexp of expire-days.
4013
4014         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4015         region.
4016         (gnus-article-followup-with-original): Ditto.
4017
4018         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4019
4020         * gnus-art.el (gnus-mime-display-alternative): Use
4021         gnus-local-map-property.
4022         (gnus-mime-display-alternative): Ditto.
4023         (gnus-insert-mime-security-button): Ditto.
4024         (gnus-insert-next-page-button): Ditto.
4025         (gnus-button-prev-page): Take optional args.
4026         (gnus-insert-prev-page-button): widget-convert.
4027
4028         * gnus-util.el (gnus-local-map-property): New function.
4029
4030         * gnus-art.el (gnus-prev-page-map): Use parent map.
4031         (gnus-next-page-map): Ditto.
4032
4033         * gnus-spec.el (gnus-parse-format): Clean up.
4034         (gnus-parse-format): Do complex formatting for %=.
4035
4036         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4037         "X-Face: " to the data in the built-in scenario.
4038
4039         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4040         (gnus-correct-pad-form): Renamed.
4041         (gnus-tilde-max-form): Clean up.
4042         (gnus-pad-form): Use gnus-use-correct-string-widths.
4043
4044         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4045         support if that is available.
4046
4047         * gnus-sum.el (gnus-thread-highest-number): New function.
4048         (gnus-thread-sort-by-most-recent-thread): New function.
4049         (gnus-thread-sort-functions): Doc fix.
4050
4051 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4054         all cases.
4055         (gnus-summary-mode): Enable it in all cases.
4056         (gnus-summary-display-article): Ditto.
4057         (gnus-summary-edit-article): Ditto.
4058
4059         * gnus-ems.el (gnus-put-image): Really return glyph.
4060
4061         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4062         (gnus-treat-smiley): Don't take "P" in the interactive form.
4063
4064 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * compface.el (uncompface): XEmacs and Emacs have differing
4067         capabilities.
4068
4069         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4070
4071         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4072         (gnus-article-xface-ring-size): Removed.
4073         (gnus-article-display-xface): Removed.
4074         (gnus-remove-image): Cleaned up.
4075
4076         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4077         (gnus-xmas-create-image): Take pbm files.
4078         (gnus-x-face): Removed.
4079         (gnus-xmas-article-display-xface): Removed.
4080
4081         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4082         default-enable-multibyte-characters.
4083
4084         * compface.el (uncompface): Doc fix.
4085
4086         * gnus-art.el (gnus-article-x-face-command): Use
4087         gnus-display-x-face-in-from.
4088
4089         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4090
4091         * gnus-ems.el (gnus-put-image): Return the image.
4092
4093         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4094         (gnus-x-face): Moved here.
4095
4096 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4097
4098         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4099         invisible if string is nil.
4100         (gnus-xmas-article-display-xface): Use it.
4101
4102         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4103         property when string is nil.
4104         (gnus-article-display-xface): Use it.
4105
4106 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-art.el (article-display-x-face): Check whether valid grey
4109         face was returned.
4110         (article-display-x-face): Place image in the right spot.
4111
4112         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4113         stderr.
4114         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4115
4116 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4119         parameters.
4120         (gnus-xmas-put-image): Allow non-strings to be passed.
4121
4122         * gnus-art.el (article-display-x-face): Use optional parameters.
4123
4124         * gnus-ems.el (gnus-create-image): Take optional parameters.
4125
4126         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4127
4128         * compface.el (compface-xbm-p): Removed.
4129
4130         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4131         (gnus-article-display-xface): Use compface.
4132
4133         * compface.el: New file.
4134
4135         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4136         (gnus-convert-image-to-x-face-command): Ditto.
4137         (gnus-random-x-face): Quote argument.
4138         (gnus-x-face-from-file): Ditto.
4139
4140 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4141
4142         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4143         the expire-group parameter once per article rather than once
4144         per group; bind `nnmaildir-article-file-name' and `article'
4145         for convenience.  Leave article alone when expire-group
4146         specifies the current group.
4147         (nnmaildir--update-nov): be more concurrency-friendly with
4148         temp file names.
4149
4150 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151
4152         * gnus-start.el (gnus-read-init-file): Cleaned up.
4153
4154 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4155
4156         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4157         (gnus-read-init-file): Don't use it.
4158
4159 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4162
4163 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4164
4165         * gnus-start.el (gnus-read-init-file): Don't force coding system
4166         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4167
4168 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4171         * nnspool.el (nnspool-request-post): Ditto.
4172
4173         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4174         (mm-find-mime-charset-region): Use it.
4175
4176 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4177
4178         * gnus.el (gnus-summary-line-format): Added :link.
4179         * gnus-topic.el (gnus-topic-line-format): Ditto.
4180         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4181         * gnus-srvr.el (gnus-server-line-format): Ditto.
4182         * gnus-group.el (gnus-group-line-format): Ditto.
4183
4184         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4185         :keys, it works on both Emacsen.
4186
4187 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4188
4189         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4190
4191 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4194
4195 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4196
4197         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4198         very wide reply.
4199
4200 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4203         (gnus-picon-cache): New variable.
4204         (gnus-picon-transform-newsgroups): Cache stuff.
4205
4206         * gnus-art.el (gnus-article-reply-with-original): New command.
4207         (gnus-article-followup-with-original): New command.
4208
4209         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4210         END parameters.
4211         (gnus-summary-followup): Take a list of list of articles.
4212         (gnus-inews-yank-articles): Allow lists of article/regions.
4213
4214         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4215         longer the usual commands.
4216
4217         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4218         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4219         shell-command-on-region.
4220
4221 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4224           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4225
4226 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4227
4228         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4229         understand ':keys', wrap it in an featurep 'xemacs.
4230
4231 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4232
4233         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4234         order of headers (Actually, it is called in a reversed order). Add
4235         'gnus-image-text-deletable property.
4236         (gnus-remove-image): Remove text with such a property.
4237
4238         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4239         gnus-put-image.
4240
4241         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4242         with ", "
4243
4244 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4247
4248         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4249         (article-display-x-face): Display grey X-Faces.
4250
4251         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4252         (gnus-convert-gray-x-face-to-ppm): Ditto.
4253         (gnus-convert-image-to-gray-x-face): Ditto.
4254
4255         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4256         gnus-summary-show-raw-article.
4257
4258 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4259
4260         Display picons in XEmacs without showing text.
4261
4262         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4263         mm-create-image-xemacs to create xbm glyph, because it deletes
4264         temporary files.
4265         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4266         (gnus-xmas-remove-image): Make text visible, remove glyph.
4267
4268         * gnus-picon.el (gnus-picon-transform-newsgroups)
4269         (gnus-picon-transform-address): Insert spec backward, due to the
4270         incompatibility of gnus-xmas-put-image.
4271
4272 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4273
4274         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4275
4276 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * gnus.el: Doc fix.
4279
4280         * gnus-art.el: Doc fix.
4281
4282         * gnus-agent.el: Doc fix.
4283
4284 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4285
4286         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4287
4288 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4289
4290         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4291         NOV data out of the message again if nnmail-extra-headers has
4292         changed.
4293
4294 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * gnus-fun.el: New file.
4297         (gnus-convert-image-to-x-face-command): New variable.
4298         (gnus-insert-x-face): New function.
4299         (gnus-random-x-face): Renamed.
4300         (gnus-x-face-from-file): Renamed.
4301
4302         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4303         "_".
4304         (gnus-body-boundary-delimiter): Typo fix.
4305
4306 2002-01-02  Simon Josefsson  <jas@extundo.com>
4307
4308         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4309         (gnus-body-boundary-delimiter): Fix type.
4310
4311 2002-01-01  Simon Josefsson  <jas@extundo.com>
4312
4313         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4314         (gnus-treat-emphasize, gnus-treat-strip-cr)
4315         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4316         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4317         (gnus-treat-fill-article, gnus-treat-hide-citation)
4318         (gnus-treat-hide-citation-maybe)
4319         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4320         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4321         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4322         (gnus-treat-date-ut, gnus-treat-date-local)
4323         (gnus-treat-date-english, gnus-treat-date-lapsed)
4324         (gnus-treat-date-original, gnus-treat-date-iso8601)
4325         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4326         (gnus-treat-strip-trailing-blank-lines)
4327         (gnus-treat-strip-leading-blank-lines)
4328         (gnus-treat-strip-multiple-blank-lines)
4329         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4330         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4331         (gnus-treat-display-xface, gnus-treat-display-smileys)
4332         (gnus-treat-from-picon, gnus-treat-mail-picon)
4333         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4334         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4335         (gnus-treat-play-sounds, gnus-treat-translate)
4336         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4337
4338         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4339         (gnus-article-treat-body-boundary): Use it.
4340
4341         * message.el (message-mode): Fix doc.
4342         (message-mode-menu): Fix names.
4343
4344 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4347         articles.
4348
4349         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4350         (gnus-picon-transform-address): Search for unknown faces as well.
4351         (gnus-picon-find-face): Don't search "news" for MISC.
4352         (gnus-picon-user-directories): Changed default back to exclude
4353         "unknown".
4354
4355         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4356
4357         * gnus-picon.el (gnus-picon-find-face): Search through all
4358         databases.
4359         (gnus-picon-find-face): New implementation.
4360
4361         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4362         keystroke.
4363         (gnus-topic-goto-next-topic): Ditto.
4364
4365         * gnus.el (gnus-summary-line-format): Changed default.
4366
4367         * nnmail.el (nnmail-extra-headers): Change default.
4368
4369         * gnus-sum.el (gnus-extra-headers): Change default.
4370
4371         * message.el (message-news-other-window): Changed "news" to
4372         "posting".
4373         (message-news-other-frame): Ditto.
4374         (message-do-send-housekeeping): Ditto.
4375
4376         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4377         function.
4378         (gnus-article-unread-p): New function.
4379         (gnus-article-unseen-p): New function.
4380         (gnus-dead-summary-mode-map): Typo.
4381
4382         * gnus-util.el (gnus-make-predicate): New function.
4383         (gnus-make-predicate-1): New function.
4384
4385         * gnus-sum.el: New function.
4386         (gnus-map-articles): New function.
4387
4388         * gnus-art.el (gnus-treat-fold-headers): New variable.
4389         (gnus-article-treat-fold-headers): New command and keystroke.
4390
4391         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4392         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4393
4394 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4395
4396         * message.el (message-fcc-externalize-attachments): New variable.
4397         (message-do-fcc): Use it.
4398
4399         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4400         (gnus-inews-do-gcc): Use it.
4401
4402         * mml.el (mml-tweak-sexp-alist): New variable.
4403         (mml-externalize-attachments): New variable.
4404         (mml-tweak-part): Use mml-tweak-sexp-alist.
4405         (mml-tweak-externalize-attachments): New function.
4406
4407 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4408
4409         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4410         'set-glyph-face' so x-face back/foreground can be set.
4411
4412 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4413
4414         * message.el (message-fix-before-sending): Fix a typo.
4415
4416 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus-art.el (gnus-treat-smiley): Renamed command.
4419         (gnus-article-remove-images): New command and keystroke.
4420
4421         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4422
4423         * smiley-ems.el (gnus-smiley-display): Removed.
4424
4425         * gnus.el (gnus-version-number): Update version.
4426
4427         * message.el (message-text-with-property): Renamed and moved
4428         here.
4429         (message-fix-before-sending): Highlight invisible text and place
4430         point there.
4431
4432 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4433
4434         * gnus.el: Oort Gnus v0.04 is released.
4435
4436 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4439
4440         * gnus-art.el (gnus-ignored-headers): More headers,
4441
4442         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4443         of `scan-error', since XEmacs doesn't seem to support that.
4444
4445 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4448         arg.
4449         (gnus-summary-best-unread-subject): Ditto.
4450         (gnus-summary-best-unread-subject): No, don't.
4451         (gnus-summary-better-unread-subject): New command.
4452
4453         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4454
4455         * lpath.el ((featurep 'xemacs)): fbind url function.
4456
4457         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4458         buffer.
4459         (gnus-xmas-remove-image): Implementation that does something.
4460         (gnus-xmas-article-display-xface): Mark images properly.
4461
4462         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4463
4464 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4465
4466         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4467
4468 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-group.el (gnus-group-line-format): Added %O to the default
4471         value.
4472
4473         * gnus-util.el (gnus-text-with-property): The smallest point is
4474         point-min.
4475
4476         * smiley-ems.el (smiley-region): Return images.
4477         (gnus-smiley-display): Allow toggling.
4478         (smiley-region): Use text properties, not overlays.
4479
4480         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4481         implemented yet.
4482
4483         * smiley-ems.el (smiley-update-cache): Check for valid types.
4484
4485         * gnus-art.el (gnus-with-article-buffer): New macro.
4486
4487         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4488         strings as well as the glyphs.
4489         (gnus-picon-transform-address): Ditto.
4490         (gnus-picon-insert-glyph): Ditto.
4491         (gnus-picon-transform-newsgroups): Toggle.
4492         (gnus-picon-transform-address): Toggle.
4493
4494         * gnus-ems.el (gnus-remove-image): New function.
4495         (gnus-put-image): Take an optional string.
4496
4497         * gnus-util.el (gnus-text-with-property): New function.
4498
4499         * gnus-art.el (gnus-delete-images): New function.
4500
4501         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4502
4503         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4504         (gnus-article-wash-status): Use it.
4505         (gnus-signature-toggle): Clean up.
4506         (gnus-add-wash-status): New function.
4507         (gnus-delete-wash-status): New function.
4508         (gnus-article-hide-text-type): Use them throughout.
4509         (gnus-add-image): New function.
4510
4511         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4512
4513         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4514         interface.
4515
4516         * gnus-art.el (article-display-x-face): Cleaned up.
4517
4518         * rfc2047.el (rfc2047-field-value): New function.
4519
4520         * mail-parse.el (mail-header-field-value): New alias.
4521
4522         * gnus-art.el (gnus-mime-print-part): Fix typos.
4523
4524         * smiley-ems.el (gnus-smiley-file-types): New variable.
4525         (smiley-update-cache): Use it.
4526         (smiley-regexp-alist): Suffix-less smiley names.
4527         (smiley-regexp-alist): Added more smileys.
4528
4529         * gnus-sum.el (gnus-print-buffer): Made into own function.
4530         (gnus-summary-print-article): Use it.
4531
4532         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4533         looked for when REQUEST is a string.
4534
4535         * gnus-art.el (gnus-mime-button-commands): Add printing
4536         keystroke.
4537         (gnus-mime-copy-part): Doc fix.
4538         (gnus-mime-print-part): New command.
4539
4540 2001-12-31  Simon Josefsson  <jas@extundo.com>
4541
4542         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4543         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4544
4545 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4546
4547         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4548         (picon): Fix doc.
4549
4550         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4551         longer exists. Remove those codes.
4552         * gnus.el (gnus-use-picons): Ditto.
4553
4554 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4557         infloop.
4558
4559         * gnus-sum.el (t): New `W D' map.
4560
4561         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4562         (gnus-article-treat-body-boundary): Clean up.
4563         (gnus-body-boundary-face): Removed.
4564         (gnus-article-goto-header): Moved here.
4565         (gnus-article-goto-header): Allow better regexps.
4566         (gnus-article-treat-fold-newsgroups): New command.
4567
4568         * gnus-sum.el (gnus-summary-move-article): We have to select an
4569         article to give `gnus-read-move-group-name' an opportunity to
4570         suggest an appropriate default.
4571
4572         * rfc2047.el (rfc2047-fold-line): New function.
4573         (rfc2047-unfold-line): Ditto.
4574         (rfc2047-fold-region): Don't fold just after the header name.
4575
4576         * mail-parse.el (mail-header-fold-line): New alias.
4577         (mail-header-unfold-line): Ditto.
4578
4579         * gnus-art.el (gnus-body-boundary-face): Renamed.
4580         (gnus-article-treat-body-boundary): Use it.
4581         (gnus-article-treat-body-boundary): Use an invisible header and a
4582         line of underline characters.
4583
4584 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4587
4588         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4589         (gnus-picon-split-address): New function.
4590         (gnus-picon-find-face): Use it.
4591         (gnus-picon-transform-address): Use it. Set first to t for each
4592         address.
4593
4594         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4595         the macro then use it.
4596         (gnus-treatment-function-alist): Treat picons earlier.
4597
4598 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-art.el (gnus-body-separator-face): New variable.
4601         (gnus-article-treat-body-boundary): Use a blank, colored line.
4602
4603         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4604         well.
4605
4606         * gnus-art.el (gnus-treat-body-boundary): New variable.
4607         (gnus-article-treat-unfold-headers): Use helper macro.
4608         (gnus-article-treat-body-boundary): New command.
4609
4610         * gnus.el (gnus-logo-color-style): Change the default color.
4611         (gnus-splash-face): Gray, gray.
4612
4613         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4614         colors.
4615
4616         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4617         (gnus-logo-color-style): Ditto.
4618         (gnus-logo-colors): Ditto.
4619
4620         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4621
4622         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4623
4624         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4625         (gnus-picon-transform-newsgroups): New function.
4626
4627         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4628         string.
4629
4630         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4631
4632         * gnus-art.el (gnus-treat-cc-picon): New variable.
4633         (gnus-treat-mail-picon): Renamed.
4634
4635         * gnus-picon.el: New implementation.
4636         (gnus-picon-find-face): Renamed.
4637         (gnus-treat-from-picon): Use it.
4638         (gnus-picon-transform-address): Renamed.
4639         (gnus-treat-from-picon): Use it.
4640         (gnus-picon-create-glyph): Renamed.
4641         (gnus-picon-transform-address): Use it.
4642         (gnus-treat-cc-picon): New command.
4643
4644         * mm-decode.el (mm-create-image-xemacs): Separated out into
4645         function.
4646         (mm-get-image): Use it.
4647
4648         * gnus-art.el (gnus-treat-display-picons): Simplify.
4649         (gnus-treat-from-picon): Renamed.
4650
4651         * gnus-ems.el (gnus-create-image): New function.
4652         (gnus-put-image): New function.
4653
4654         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4655         (gnus-with-article-headers): New macro.
4656         (gnus-article-goto-header): New function.
4657
4658         * gnus-xmas.el (gnus-image-type-available-p): New function.
4659
4660         * gnus-ems.el (gnus-image-type-available-p): New function.
4661
4662 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4663
4664         * nnrss.el (nnrss-check-group): Find the correct tag, because
4665         xml.el is changed.
4666
4667 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4670         lines are shorter than the window width.
4671         (gnus-ignored-headers): More headers.
4672
4673 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4676         (gnus-treat-unfold-headers): Renamed.
4677         (gnus-article-treat-unfold-headers): New command and keystroke.
4678
4679         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4680
4681         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4682
4683 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4684
4685         * sha1-el.el (sha1-use-external): New variable.
4686         (sha1-region): Use it.
4687         (sha1-string): Ditto.
4688
4689         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4690         * gnus-picon.el: Less warnings when compile.
4691
4692 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4695         alias.
4696         (gnus-picons-database): Default to list.
4697         (gnus-picons-lookup-internal): Use it.
4698
4699         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4700         to "bogus".
4701
4702         * gnus-win.el (gnus-configure-windows-hook): New hook.
4703
4704 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4705
4706         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4707
4708 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4711         lists.
4712         (gnus-select-newsgroup): Don't append; push.
4713         (gnus-adjust-marked-articles): Remove obsolete ranges from
4714         `seen'.
4715         (gnus-update-marks): Clean up.
4716         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4717
4718 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4719
4720         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4721
4722 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-sum.el (gnus-auto-select-subject): New variable.
4725         (gnus-summary-best-unread-subject): New function.
4726         (gnus-summary-best-unread-article): Use it.
4727         (gnus-summary-first-unseen-subject): New function and command.
4728
4729         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4730         other treatments.
4731
4732         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4733         function.
4734
4735         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4736         from the list of hidden types.
4737
4738         * mm-view.el (mm-inline-text): Ditto.
4739         (mm-inline-text): Ditto.
4740         (mm-w3-prepare-buffer): Ditto.
4741
4742         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4743
4744 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * gnus-art.el (gnus-ignored-headers): Added more headers.
4747
4748 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4749
4750         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4751         once.
4752
4753 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4756
4757 2001-12-28  Simon Josefsson  <jas@extundo.com>
4758
4759         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4760         Jesper Harder <harder@ifa.au.dk>.
4761
4762 2001-12-27  Simon Josefsson  <jas@extundo.com>
4763
4764         * gnus-sum.el (gnus-select-newsgroup): Make
4765         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4766         contain all articles (instead of none) when no seen marks have
4767         been set for the group.
4768         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4769         instead, it seems to result in shorter ranges.
4770
4771 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4774         insert-before-markers.
4775         From Jesper Harder <harder@ifa.au.dk>
4776
4777 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4778
4779         * nnmaildir.el (nnmaildir-save-mail): create the destination
4780         groups if they do not exist.
4781
4782 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4785
4786 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4789         gnus-group-real-name.
4790
4791         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4792         (gnus-newsgroup-variables): Ditto.
4793
4794         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4795         return it.
4796
4797 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4798
4799         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4800         * nnmaildir.el (top-level): Add commentary.
4801         (nnmaildir-version): Indicate that nnmaildir is now a standard
4802         part of Gnus, not separately released.
4803
4804 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4805
4806         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4807         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4808         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4809         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4810
4811 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4812
4813         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4814
4815 2001-12-20  Simon Josefsson  <jas@extundo.com>
4816
4817         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4818         ZHU <zsh@cs.rochester.edu>.
4819         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4820         Brian P Templeton <bpt@tunes.org>.
4821
4822 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * nnmaildir.el: New file.
4825         From Paul Jarc <prj@po.cwru.edu>.
4826
4827 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * nndoc.el (nndoc-type-alist): Move forward to the end.
4830
4831 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4834         `dolist'.
4835
4836 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4837
4838         * gnus-win.el (gnus-frames-on-display-list): New function.
4839         (gnus-get-buffer-window): Use it.
4840
4841 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4844
4845 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4848
4849 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4850            From Harald Meland <Harald.Meland@usit.uio.no>
4851
4852         * gnus-win.el (gnus-get-buffer-window): New function.
4853         (gnus-all-windows-visible-p): Use it.
4854
4855         * gnus-util.el (gnus-horizontal-recenter)
4856         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4857         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4858
4859         * gnus-score.el (gnus-score-insert-help): Use it.
4860
4861         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4862         (gnus-generate-tree, gnus-highlight-selected-tree)
4863         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4864         it.
4865
4866         * gnus-art.el (gnus-article-set-window-start)
4867         (gnus-mm-display-part, gnus-request-article-this-buffer)
4868         (gnus-button-next-page, gnus-button-prev-page)
4869         (gnus-article-button-next-page, gnus-article-button-prev-page):
4870         Use it.
4871
4872 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4873
4874         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4875         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4876         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4877
4878 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4879
4880         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4881         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4882         * mml1991.el, nnultimate.el: Add `coding'.
4883
4884 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4885
4886         * ChangeLog: changed coding to buffer-file-coding-system
4887         * ChangeLog.1: same
4888         * nnwfm.el: same
4889         * gnus-smiley.el: same
4890         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4891         * gnus-delay.el: same
4892         * gnus-spec.el: same
4893         * message.el: same
4894         * mml1991.el: same
4895         * nnultimate.el: same
4896
4897 2001-12-16  Simon Josefsson  <jas@extundo.com>
4898         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4899
4900         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4901         (gnus-summary-save-map): Add muttprint.
4902         (gnus-summary-make-menu-bar): Ditto.
4903         (gnus-summary-muttprint): New function.
4904
4905         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4906
4907 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4908
4909         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4910         temporary list instead of buffer.
4911
4912         * mm-url.el (executable-find): autoload.
4913
4914 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4915
4916         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4917         to variable, follow doc-string conventions).
4918
4919 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4920
4921         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4922         subscribe-level
4923         * gnus-topic.el (gnus-subscribe-topics): use it.
4924
4925 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4926
4927         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4928         messages. (A small patch with indentation)
4929         From Sean Neakums <sneakums@zork.net>.
4930
4931         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4932         nil after shooting down the gnus-original-article-buffer.
4933
4934 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4935
4936         * uudecode.el (uudecode-use-external): New variable.
4937         (uudecode-decode-region): Automatically detect external program.
4938
4939         * binhex.el (binhex-use-external): New variable.
4940         (binhex-decode-region-internal): New function.
4941         (binhex-decode-region): Automatically detect external program.
4942
4943         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4944         Use them.
4945
4946 2001-12-12  Simon Josefsson  <jas@extundo.com>
4947
4948         * nnvirtual.el (nnvirtual-always-rescan)
4949         (nnvirtual-component-regexp): Fix doc.
4950
4951         * nnoo.el (defvoo): Add doc to defvoo variables.
4952
4953         * nnml.el (nnml-directory, nnml-active-file)
4954         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4955         (nnml-marks-is-evil, nnml-filenames-are-evil)
4956         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4957
4958         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4959         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4960         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4961         `error'.
4962
4963         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4964         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4965
4966         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4967         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4968         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4969         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4970
4971         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4972         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4973
4974         * imap.el, nnimap.el: Fix indentation.
4975
4976         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4977
4978 2001-12-12  Didier Verna  <didier@xemacs.org>
4979
4980         * gnus-msg.el (gnus-group-news): New function.
4981         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4982         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4983         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4984         for it.
4985         * gnus-msg.el (gnus-summary-news-other-window): New function.
4986         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4987         bind it to `i'.
4988         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4989         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4990         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4991         for it (called with a prefix).
4992         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4993         group-name argument.
4994         * gnus-msg.el (gnus-setup-message): use it.
4995
4996 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4997
4998         * gnus-sum.el (gnus-summary-show-article): Fix doc.
4999
5000 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5001
5002         * mml.el (mime-to-mml): Remove Content-Disposition too.
5003
5004 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5007         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5008         strings only.
5009         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5010
5011 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5012
5013         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5014         (nnmail-fancy-expiry-target): Use it.
5015         Suggestions from Simon Josefsson <jas@extundo.com>.
5016
5017 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5018
5019         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5020
5021 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5024
5025         * gnus-util.el (gnus-url-unhex-string): Move here.
5026
5027 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5030         mm-url-decode-entities-nbsp.
5031
5032         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5033         * webmail.el, nnwfm.el: Use mm-url.
5034
5035         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5036         (mm-url-remove-markup): Move from nnweb.
5037         (mm-url-fetch-simple): Move from webmail.
5038
5039         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5040
5041 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5042
5043         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5044         (gnus-summary-print-article): Use it.
5045
5046         * gnus-util.el (gnus-replace-in-string): Typo.
5047
5048 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5049
5050         * nnweb.el (nnweb-replace-in-string): Removed.
5051
5052         * gnus-util.el (gnus-replace-in-string): New function.
5053         (gnus-mode-string-quote): Use it.
5054
5055         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5056         * nnwfm.el (nnwfm-create-mapping): Ditto.
5057
5058 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5059
5060         * dgnushack.el (dgnushack-compile): nnrss.el and
5061         nnslashdot.el don't depend on nnweb, url, w3.
5062
5063         * nnrss.el: Use mm-url.
5064
5065 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * mm-url.el (mm-url-insert-file-contents): Support file:.
5068
5069 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5070
5071         * mm-view.el: Lower case for the description line. Sync from the
5072         Emacs CVS.
5073
5074 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5075
5076         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5077         From:  Stefan Monnier  <monnier@cs.yale.edu>
5078
5079 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5082
5083 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5084
5085         * mm-url.el: Require executable.
5086         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5087
5088 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * pop3.el (pop3-munge-message-separator): Only use valid date.
5091         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5092
5093         * Makefile.in: gnus-load.elc may not be generated.
5094
5095 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5096
5097         * mm-url.el: New file.
5098         * nnslashdot.el: Use it.
5099         * mm-extern.el (mm-extern-url): Use it.
5100
5101 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * gnus-sum.el (gnus-summary-save-article): Nix
5104         gnus-display-mime-function and gnus-article-prepare-hook.
5105
5106         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5107         the beginning of lines.
5108         (gnus-complex-form-to-spec): Ditto.
5109
5110 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5111
5112         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5113         From Paul Jarc <prj@po.cwru.edu>.
5114
5115 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5116
5117         * message.el: New variable message-subscribed-address-file;
5118         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5119
5120 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121
5122         * message.el (message-tab-body-function): Set to nil.
5123         (message-tab): Use text-mode-map or global-map.
5124         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5125
5126 2001-11-30  Simon Josefsson  <jas@extundo.com>
5127
5128         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5129         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5130         <christoph.conrad@gmx.de>.
5131         (gnus-agent-fetch-group-1): Add verbose message.
5132
5133 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5134
5135         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5136         of integers.
5137
5138 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5139
5140         * message.el (message-newgroups-header-regexp)
5141         (message-completion-alist, message-tab-body-function): Use
5142         defcustom rather than defvar.
5143         (message-tab): Mention `message-tab-body-function' in doc.
5144         Suggested by Karl Eichwalder.
5145
5146 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5147
5148         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5149
5150 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * nnheader.el (nnheader-find-nov-line): Don't use macro
5153         gnus-delete-line.
5154
5155         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5156         (gnus-group-name-charset): Ditto.
5157
5158         * gnus-util.el (gnus-buffer-live-p): Ditto.
5159
5160 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5161
5162         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5163         open parenthesis in doc.
5164         (sieve-manage-authenticator-alist): Typo in doc.
5165         * imap.el (imap-authenticator-alist): Typo in doc.
5166         (imap-stream-alist): Backslash.
5167
5168         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5169           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5170
5171 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5174
5175         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5176
5177         * gnus-msg.el (gnus-configure-posting-styles): use
5178         make-local-hook. Add LOCAL for add-hook.
5179
5180 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5181
5182         * message.el (message-mode): Use `make-local-hook' unless
5183         obsolete.
5184         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5185
5186 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * canlock.el: Remove sha1.el and base64.el stuff.
5189
5190 2001-11-26  Didier Verna  <didier@xemacs.org>
5191
5192         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5193         if needed.
5194
5195 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * message.el (message-tamago-not-in-use-p): New function.
5198         (message-strip-forbidden-properties): Use it.
5199
5200 2001-11-26  Didier Verna  <didier@xemacs.org>
5201
5202         * gnus-start.el (gnus-check-first-time-used): only check for
5203         existence of .el[d] files.
5204
5205 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5208
5209         * message.el (message-setup-1): Clean up mc-*.
5210
5211 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5212
5213         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5214         * gnus-score.el (gnus-score-find-bnews): Use it.
5215
5216         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5217         (gnus-summary-limit-to-author): Ditto.
5218         (gnus-summary-limit-to-extra): Ditto.
5219         (gnus-summary-find-matching): Support not-matching argument.
5220
5221 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5222
5223         * message.el (message-wash-subject): Use `insert' rather than
5224         `insert-string', which is deprecated.
5225
5226 2001-11-24  Simon Josefsson  <jas@extundo.com>
5227
5228         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5229         message. (Gnus does not "default" to using 8bit for the message,
5230         it default to use 8bit encoding and the user-supplied CTE
5231         value. Calling this behaviour "treating it as 8bit" is perhaps
5232         better.)
5233
5234         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5235         (compare mm-charset-to-coding-system).
5236
5237 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5238
5239         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5240         buffer. Correctly decode hex.
5241
5242 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * gnus-agent.el (gnus-category-insert-line): Convert category
5245         names to strings.
5246
5247 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5248
5249         * message.el (sha1): eval-and-compile.
5250
5251 2001-11-20  Simon Josefsson  <jas@extundo.com>
5252
5253         * message.el (message-allow-no-recipients): New variable.
5254         (message-send): Use it, customize the prompting when posting to
5255         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5256
5257 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5258
5259         * mm-util.el (mm-coding-system-priorities): New variable.
5260         (mm-sort-coding-systems-predicate): New function.
5261         (mm-find-mime-charset-region): Resort coding systems if needed.
5262         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5263
5264 2001-11-20  Didier Verna  <didier@xemacs.org>
5265
5266         * gnus-group.el (gnus-group-make-help-group): new optional
5267         argument to control the error behavior.
5268         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5269         erroring.
5270
5271 2001-11-19  Simon Josefsson  <jas@extundo.com>
5272
5273         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5274         instead of C-c C-u.  Suggested by Per Abrahamsen
5275         <abraham@dina.kvl.dk>.
5276
5277 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5278
5279         * nnfolder.el (nnfolder-read-folder): Use group instead of
5280         nnfolder-current-group.
5281         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5282
5283 2001-11-17  Simon Josefsson  <jas@extundo.com>
5284
5285         * message.el (message-send): Ask user if Fcc/Gcc should be
5286         performed when no other sender was specified.
5287         Suggested by prj@po.cwru.edu (Paul Jarc).
5288
5289 2001-11-17  Simon Josefsson  <jas@extundo.com>
5290
5291         * message.el (message-mode, message-mode-map): Use C-c C-u for
5292         Importance: instead of C-c C-p (used by SC).
5293
5294 2001-11-16  Simon Josefsson  <jas@extundo.com>
5295
5296         * message.el (message-insert-importance-high)
5297         (message-insert-importance-low): Save point.
5298
5299         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5300         value.
5301
5302 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5303
5304         * message.el (message-strip-special-text-properties): New option.
5305         (message-strip-forbidden-properties): Obey it.
5306
5307 2001-11-14  Sam Steingold  <sds@gnu.org>
5308
5309         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5310
5311 2001-11-15  Simon Josefsson  <jas@extundo.com>
5312
5313         Support "Importance:" header in Message.
5314
5315         * message.el (message-mode-map): Bind C-c C-p to
5316         `message-insert-or-toggle-importance'
5317         (message-mode-menu): Add message-insert-importance-{high,low}.
5318         (message-insert-importance-high, message-insert-importance-low)
5319         (message-insert-or-toggle-importance): New functions.
5320         (message-tool-bar-map): Add {un,}important.
5321         (message-mode): Doc fix.
5322
5323 2001-11-15  Simon Josefsson  <jas@extundo.com>
5324
5325         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5326
5327         * mml.el (mml-menu): Fix toolbar tooltip.
5328
5329 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5330
5331         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5332         * nnml.el (nnml-save-marks): Ditto.
5333
5334         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5335
5336 2001-11-15  Simon Josefsson  <jas@extundo.com>
5337
5338         * nnml.el (nnml-save-marks):
5339         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5340         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5341
5342 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5343
5344         * gnus-art.el (gnus-article-wash-status-strings): Use
5345         `copy-sequence', not `copy-seq'.
5346
5347 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5348
5349         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5350         (gnus-gnus-article-wash-status-entry): New function.
5351         (gnus-article-wash-status): Use it.
5352
5353 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5354
5355         * mml1991.el: Add coding header.
5356
5357 2001-11-12  Simon Josefsson  <jas@extundo.com>
5358
5359         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5360         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5361         `mml1991-sign' and `mml1991-encrypt'.
5362         (mml1991-encrypt, mml1991-sign): New glue functions.
5363         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5364
5365         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5366         (mml-menu): Add PGP to menu.
5367
5368         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5369         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5370         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5371         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5372
5373         * mml2015.el: Mention RFC 3156.
5374
5375         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5376
5377 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5378
5379         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5380
5381         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5382           From <Michael.Cook@cisco.com>
5383
5384 2001-11-11  Simon Josefsson  <jas@extundo.com>
5385
5386         * message.el (top-level): Autoload sha1.
5387         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5388         canlock, no need to require two different hash algs).  Suggested
5389         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5390
5391 2001-11-09  Simon Josefsson  <jas@extundo.com>
5392
5393         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5394         <Pavel@Janik.cz>.
5395
5396 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5397
5398         * message.el (message-point-in-header-p): New function.
5399         (message-do-auto-fill): Use it.
5400         (message-beginning-of-line): New function.  Goes to beginning of
5401         header value (i.e., end of header name), or to beginning of line
5402         if already at beginning of value.  Behaves like
5403         `beginning-of-line' when in message body.
5404         (message-mode-map): Bind it.
5405
5406 2001-11-08  Simon Josefsson  <jas@extundo.com>
5407
5408         * gnus-msg.el (gnus-posting-styles): Add doc.
5409
5410 2001-11-07  Simon Josefsson  <jas@extundo.com>
5411
5412         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5413
5414         * sieve-mode.el (sieve-control-commands-face)
5415         (sieve-control-commands-face, sieve-action-commands-face)
5416         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5417         faces.
5418         (sieve-font-lock-keywords): Use them.
5419         (sieve-mode): Only set font-lock-defaults in emacs.
5420
5421         * gnus-art.el (gnus-default-article-saver): Add
5422         gnus-summary-save-body-in-file.
5423         (gnus-summary-write-to-file): Fix doc.
5424
5425 2001-11-07  Simon Josefsson  <jas@extundo.com>
5426
5427         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5428         reference to the correct chapter in the manual.
5429
5430         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5431         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5432
5433 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5434
5435         * mml.el (mml-preview): Bind mail-header-separator.
5436
5437 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * message.el: Always require canlock.
5440         (message-ignored-supersedes-headers): Include Cancel-Lock and
5441         Cancel-Key.
5442         (message-insert-canlock): Don't require canlock.
5443         (message-cancel-news): Don't check whether canlock is available.
5444         (message-supersede): Support cancel-locks.
5445
5446         * gnus-art.el: Don't autoload canlock.
5447
5448 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5451         From: <andre@slamdunknetworks.com>
5452
5453 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * many files: Fix copyright lines.
5456
5457 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5460         Suggested by Dave Love  <fx@gnu.org>.
5461
5462 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5463
5464         * message.el (message-kill-buffer): Remove auto-save file after
5465         confirm.
5466
5467         * message.el (message-send-mail): Call message-generate-headers
5468         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5469
5470         * gnus-topic.el (gnus-topic-rename): Initial-input.
5471         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5472
5473 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5474
5475         * message.el (message-forbidden-properties): New constant.
5476         (message-strip-forbidden-properties): New function.
5477         (message-mode): Activate it.
5478
5479 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5482         (mm-hack-charsets): Fix doc.
5483
5484 2001-11-02  Simon Josefsson  <jas@extundo.com>
5485
5486         * gnus-int.el (gnus-check-server): Message "...done" when done.
5487
5488         * imap.el (imap-close): Don't message (imap-send-command-wait
5489         returns if the connection is dropped).
5490         (imap-wait-for-tag): Nix out message only when necessary.
5491
5492         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5493         for non-crossposting.
5494         (gnus-sieve-crosspost): Default to t to be consistent with other
5495         parts of Gnus.
5496
5497 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5498
5499         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5500         (mm-iso-8859-x-to-15-table): Ditto.
5501         (mm-iso-8859-x-to-15-region): Ditto.
5502         (mm-find-mime-charset-region): Ditto.
5503
5504 2001-11-01  Simon Josefsson  <jas@extundo.com>
5505
5506         * nnimap.el (nnimap-close-asynchronous): New variable.
5507         (nnimap-close-group): Use it.
5508         (nnimap-expunge): Don't use it.
5509
5510         * imap.el (imap-callbacks): New variable.
5511         (imap-remassoc): Copied from `gnus-remassoc'.
5512         (imap-add-callback): New function.
5513         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5514         behaviour.
5515         (imap-parse-response): Call the callback.
5516
5517         * message.el (message-insert-canlock): New variable.
5518         (message-canlock-generate, message-canlock-password)
5519         (message-insert-canlock): New functions.
5520         (message-send-news): Call `message-insert-canlock'.
5521         (top-level): Require canlock when compiling.
5522         (message-insert-canlock): Require canlock before we need it.
5523
5524 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5525
5526         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5527
5528 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5529
5530         * dgnushack.el (dgnushack-make-load): A workaround for
5531         custom-add-loads bug in some versions of XEmacs.
5532
5533 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5536
5537 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5538
5539         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5540         (mm-hack-charsets): New variable.
5541         (mm-iso-8859-15-compatible): New variable.
5542         (mm-iso-8859-x-to-15-table): New variable.
5543         (mm-find-mime-charset-region): Add parameter hack-charsets.
5544
5545         * mm-bodies.el (mm-encode-body): Use it.
5546         * mml.el (mml-parse-1): Ditto.
5547
5548 2001-11-01  Simon Josefsson  <jas@extundo.com>
5549
5550         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5551
5552 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5553
5554         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5555         is nil.
5556
5557 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5560
5561         * message.el (message-forward-rmail-make-body): Use
5562         save-window-excursion.
5563         (message-encode-message-body): Search with noerror.
5564         (message-setup-1): Convert compose-mail send-actions to
5565         message-send-actions.
5566
5567 2001-11-01  Simon Josefsson  <jas@extundo.com>
5568
5569         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5570         <yamaoka@jpl.org>.
5571
5572 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5573
5574         * sieve-manage.el (sieve-string-bytes): No complain.
5575
5576 2001-11-01  Simon Josefsson  <jas@extundo.com>
5577
5578         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5579         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5580         has autoload cookies, so no `require' should be necessary.)
5581
5582         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5583         files.
5584
5585 2001-10-31  Simon Josefsson  <jas@extundo.com>
5586
5587         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5588         parameter.
5589
5590         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5591         `display' is a number (and C-u wasn't used to enter group), only
5592         fetch that number of articles.
5593
5594 2001-10-31  Matt Armstrong  <matt@lickey.com>
5595
5596         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5597         not-subscribed -> subscribed.
5598
5599 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5600         From: Josh Huber <huber@alum.wpi.edu>
5601
5602         * message.el (message-subscribed-address-functions): New variable.
5603         (message-subscribed-addresses): New variable.
5604         (message-subscribed-regexps): New variable.
5605         (message-goto-mail-followup-to): New function.
5606         (message-send-mail): Add Mail-Followup-To.
5607         (message-make-mft): New function.
5608
5609         * gnus.el (gnus-find-subscribed-addresses): New function.
5610
5611 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5612
5613         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5614         (mail-source-fetch-pop): Ditto.
5615         (mail-source-check-pop): Ditto.
5616
5617         * gnus-start.el (gnus-read-init-file): Ditto.
5618         (gnus-activate-group): Ditto.
5619         (gnus-read-newsrc-el-file): Ditto.
5620
5621 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5622
5623         * message.el (message-get-reply-headers): Make sure there is ", ".
5624
5625         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5626         mm-coding-system-p. Don't correct it only in XEmacs.
5627         (mm-charset-to-coding-system): Use mm-coding-system-p and
5628         mm-get-coding-system-list.
5629         (mm-emacs-mule, mm-mule4-p): New variables.
5630         (mm-enable-multibyte, mm-disable-multibyte,
5631         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5632         mm-with-unibyte-current-buffer,
5633         mm-with-unibyte-current-buffer-mule4): Use them.
5634         (mm-find-mime-charset-region): Treat iso-2022-jp.
5635
5636         From  Dave Love  <fx@gnu.org>:
5637
5638         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5639         construction.
5640         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5641         entries conditional on not having a coding system defined for
5642         them.
5643         (mm-mule-charset-to-mime-charset): Use
5644         find-coding-systems-for-charsets if defined.
5645         (mm-charset-to-coding-system): Don't use
5646         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5647         later.  Add last resort search of coding systems.
5648         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5649         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5650         Mule 4.
5651         (mm-find-mime-charset-region): Re-write.
5652         (mm-with-unibyte-current-buffer): Restore buffer as well as
5653         multibyteness.
5654
5655 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5658         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5659         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5660
5661 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5664         again.
5665
5666         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5667
5668 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5669
5670         * gnus-spec.el (gnus-parse-simple-format): Use
5671           buffer-substring-no-properties.
5672
5673 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-art.el (article-verify-cancel-lock): New function.
5676
5677         * nnheader.el (nntp-process-response): New variable.
5678         (nnheader-init-server-buffer): Make `nntp-process-response'
5679         buffer-local in `nntp-server-buffer'.
5680
5681         * nntp.el (nntp-prepare-post-hook): New hook.
5682         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5683         (nntp-async-trigger): Ditto.
5684         (nntp-request-post): Insert a server's ID if there's no Message-ID
5685         header; run `nntp-prepare-post-hook'.
5686
5687 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5688
5689         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5690         instead.
5691
5692         * message.el (message-forward-subject-author-subject): Don't use
5693         message-news-p, which widens the buffer.
5694         (message-forward-make-body): New function.
5695         (message-forward): Use it.
5696         (message-insinuate-rmail): New function.
5697         (message-forward-rmail-make-body): New function.
5698
5699 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5700
5701         * mm-extern.el (mm-extern): Provide it.
5702
5703         * mm-partial.el (mm-partial): Provide it.
5704
5705 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5708
5709 2001-10-29  Simon Josefsson  <jas@extundo.com>
5710
5711         * mml.el (mml-preview): Bind message-this-is-news if it is
5712         news. From Jesper Harder <harder@myrealbox.com>.
5713
5714 2001-10-28  Simon Josefsson  <jas@extundo.com>
5715
5716         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5717
5718 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5719
5720         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5721         ironic smilies.
5722
5723 2001-10-27  Simon Josefsson  <jas@extundo.com>
5724
5725         * message.el (message-indent-citation): Don't add trailing
5726         whitespace when citing text.
5727
5728         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5729         <harder@ifa.au.dk>.
5730
5731 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5734         not available.
5735         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5736         (nnweb-type-definition): Add google as alias of dejanews.
5737         (nnweb-google-parse-1): Forward 1 line.
5738
5739 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5740
5741         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5742         variable `message-forward-ignored-headers'.
5743
5744 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5745
5746         * gnus.el (gnus-expand-group-parameter): New function.
5747         (gnus-expand-group-parameters): Call it.
5748         (gnus-group-fast-parameter): New function.
5749         (gnus-group-find-parameter): Call it.
5750
5751 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5752
5753         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5754         vector (it didn't before because of a bug).
5755         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5756         available.  Before it converted it to an article number.
5757
5758         This makes followup to news articles with negative numbers in
5759         nnvirtual groups use news instead of mail.
5760
5761 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5762
5763         * gnus.el (post-method): Use `native' instead of `nil'.
5764
5765         * gnus-msg.el (gnus-post-method): Ditto.
5766
5767 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5768
5769         * gnus.el (gnus-define-group-parameter): Grammar fix.
5770
5771 2001-10-22  Simon Josefsson  <jas@extundo.com>
5772
5773         * gnus-msg.el (gnus-extended-version): Include
5774         system-configuration.
5775         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5776
5777 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5778
5779         * gnus.el (post-method): Customization fix: `native' is not a
5780         valid value.
5781         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5782         `native' is not a valid value.
5783
5784 2001-10-21  Simon Josefsson  <jas@extundo.com>
5785
5786         * nnimap.el (nnimap): Defgroup
5787         (nnimap-strict-function, nnimap-strict-function-match): New
5788         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5789         (nnimap-split-crosspost, nnimap-split-inbox)
5790         (nnimap-split-rule, nnimap-split-predicate)
5791         (nnimap-split-predicate): Defcustom.
5792         (nnimap-split-inbox, nnimap-expunge-search-string)
5793         (nnimap-importantize-dormant): Remove "*" from doc.
5794
5795 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5796
5797         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5798         not supplied via prefix arg.  From Lisp, make arg mandatory.
5799         Suggested by Frank Schmitt.
5800
5801 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5802
5803         * message.el (message-do-auto-fill): Avoid calling
5804         'rfc822-goto-eoh'.
5805
5806 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5807         From Paul Jarc <prj@po.cwru.edu>.
5808
5809         * message.el (message-get-reply-headers): Restructure the logic
5810         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5811
5812 2001-10-20  Simon Josefsson  <jas@extundo.com>
5813
5814         * message.el (message-cancel-news): Support cancel-locks.
5815         Suggested by Per Abrahamsson.
5816
5817         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5818         conses.  From David Z Maze <dmaze@MIT.EDU>.
5819
5820         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5821
5822 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5823
5824         * mm-decode.el (mm-default-directory): Fix customize type.
5825
5826         * message.el (message-setup-fill-variables): Kludge to use
5827         normal-auto-fill-function even if auto fill is already activated.
5828
5829 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5830
5831         * message.el (message-do-auto-fill): New version that does not
5832         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5833         (message-setup-1): Removed the `message-field' property.
5834
5835         * gnus-draft.el (gnus-draft-edit-message): Removed the
5836         `message-field' property.
5837
5838 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5839
5840         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5841         `message-field'.  The `field' property has a special significance in
5842         Emacs 21.
5843
5844         * message.el (message-send, message-setup-1): Ditto.
5845
5846 2001-10-18  Simon Josefsson  <jas@extundo.com>
5847
5848         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5849         when undoing.
5850
5851 2001-10-18  Simon Josefsson  <jas@extundo.com>
5852         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5853
5854         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5855         (gnus-summary-make-menu-bar): Ditto.
5856
5857 2001-10-17  Simon Josefsson  <jas@extundo.com>
5858
5859         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5860         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5861
5862 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5863
5864         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5865         * gnus-util.el (gnus-user-date): New function.
5866         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5867
5868 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5869
5870         * message.el (message-check-news-header-syntax): Special case
5871         nnvirtual groups.
5872
5873         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5874         customize type to `symbol'.
5875
5876 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5877
5878         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5879         %&foo;.
5880         (gnus-parse-simple-format): Support user extended spec too.
5881         %u&foo; invokes gnus-user-format-function-foo.
5882
5883 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5884
5885         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5886         the server.
5887         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5888         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5889         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5890         * nndiary.el (nndiary-request-expire-articles): Ditto.
5891         (nndiary-schedule): Defsubst it before use it.
5892         (nndiary-error): eval-and-compile.
5893
5894 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5895
5896         * gnus-msg.el (gnus-post-method): Changed two instances of
5897         `active' to `current' and one `null' to `not'.
5898
5899 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5900         From Katsumi Yamaoka <yamaoka@jpl.org>.
5901
5902         * message.el (message-setup-fill-variables): Use
5903         `normal-auto-fill-function' instead of `auto-fill-function'.
5904
5905 2001-10-16  Simon Josefsson  <jas@extundo.com>
5906
5907         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5908         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5909         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5910
5911 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5912         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5913
5914         * gnus-draft.el (gnus-draft-edit-message): Add text property
5915         `field' with value `header' to message headers.
5916         * message.el (message-setup-1): Really add text property to all of
5917         the header, not just part of it.
5918
5919 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus-group.el (gnus-group-sort-by-server): Use it.
5922
5923         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5924
5925         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5926         and keystroke.
5927
5928 2001-10-14  Simon Josefsson  <jas@extundo.com>
5929
5930         * dig.el: Doc fix.
5931
5932         * smime.el: Doc fix.
5933
5934         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5935         charset magic from message.el.
5936
5937 2001-10-12  Simon Josefsson  <jas@extundo.com>
5938         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5939
5940         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5941         'cite from g-a-wash-types.
5942         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5943         (gnus-article-hide-citation): Fix.
5944
5945         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5946         character.
5947         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5948
5949         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5950         definition.
5951         (gnus-signature-toggle): Toggle `s' mode line character.
5952
5953         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5954         doing stuff that clears it.
5955
5956 2001-10-12  Simon Josefsson  <jas@extundo.com>
5957
5958         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5959         From Eric Marsden <emarsden@laas.fr>.
5960
5961 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5964         (autoload): Add some autoloads.
5965
5966 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5967         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5968
5969         * message.el (message-do-auto-fill): New function.  Like
5970         `do-auto-fill' but don't fill when in the message header.
5971         (message-setup-1): Put a text property on the message header.
5972         (message-setup-fill-variables): Use `message-do-auto-fill'.
5973
5974 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         * message.el (message-send-mail-partially): Insert an empty line
5977         first, because of the change of message-make-lines.
5978
5979 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5980
5981         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5982         iso-8859-15, make it an alias for iso-8859-1.
5983
5984 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * message.el (message-send-news): Don't modify the value of
5987         `message-syntax-checks' if it is not a list (possibly it is
5988         `dont-check-for-anything-just-trust-me').
5989
5990 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5993         `find-coding-system' for XEmacs to check whether the coding-system
5994         `utf-8' is available.
5995
5996 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5997
5998         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
5999
6000 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6001
6002         * message.el (message-send-news): Oops, missed case with no
6003         "Followup-To" header...
6004
6005 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6006
6007         * message.el (message-send-news): Allow
6008         `gnus-group-name-charset-group-alist' to affect encoding of the
6009         "Newsgroups" and "Followup-To" headers.
6010
6011 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6012
6013         * Makefile.in (install-el): Depend on gnus-load.el.
6014
6015 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6016
6017         * Makefile.in (install-el): Use -f.
6018         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6019
6020 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6021
6022         * message.el (message-send-news): Don't encode Followups-To when
6023         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6024
6025         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6026         header.
6027
6028         * gnus-art.el (article-decode-group-name): Also decode
6029         "Followup-To".
6030
6031         * rfc2047.el (rfc2047-encode-message-header): Encode without
6032         asking for null methods.
6033
6034         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6035         default charset for newsgroup names in accordance with USEFOR.
6036
6037         * gnus-group.el (gnus-group-name-charset-method-alist,
6038         gnus-group-name-charset-group-alist): Removed "*" from doc
6039         strings, "*" should not be used for complex variables.
6040
6041 2001-10-06  Simon Josefsson  <jas@extundo.com>
6042
6043         Support UTF-8 group names better.
6044
6045         * message.el (message-check-news-header-syntax): Encode group
6046         names before comparison.
6047
6048         * gnus-msg.el (gnus-copy-article-buffer): Run all
6049         `gnus-article-decode-hook's except `article-decode-charset'
6050         instead of hardcoding call to one of them.
6051
6052         * gnus-art.el (gnus-article-decode-hook): Add
6053         `article-decode-group-name'.
6054         (article-decode-group-name): New function, use `g-d-n'.
6055
6056         * gnus-group.el (gnus-group-insert-group-line): Decode
6057         gnus-tmp-group using `g-d-n'.
6058
6059         * gnus-util.el (gnus-decode-newsgroups): New function.
6060
6061 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6062
6063         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6064         `gnus-group-name-charset-group-alist'.
6065
6066 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6067
6068         * Makefile.in: Install el in install. Add uninstall.
6069
6070 2001-10-05  Simon Josefsson  <jas@extundo.com>
6071
6072         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6073
6074         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6075
6076         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6077         empty folders.
6078
6079         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6080         limiting if read-all (C-u RET) was used.
6081
6082 2001-10-04  Simon Josefsson  <jas@extundo.com>
6083
6084         * mail-source.el (mail-source-movemail-program): New variable.
6085         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6086         <thutt@thutt.vmware.com>.
6087
6088 2001-10-03  Simon Josefsson  <jas@extundo.com>
6089
6090         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6091         (gnus-summary-line-format-alist): Fix param.
6092
6093 2001-10-02  Simon Josefsson  <jas@extundo.com>
6094
6095         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6096         don't go through `nnimap-request-expire-articles' to delete the
6097         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6098
6099 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6100
6101         * gnus-agent.el (gnus-agent-write-active): The min in the
6102         agent/active may be larger than that in the server/active.
6103
6104 2001-10-01  Simon Josefsson  <jas@extundo.com>
6105
6106         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6107         is IMAP4rev1.
6108
6109         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6110
6111         * nnfolder.el: Ditto.
6112
6113 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6114
6115         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6116         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6117
6118 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6119
6120         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6121         (message-mode-menu): Menu item for same.
6122
6123         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6124         delayed articles.
6125
6126         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6127         nndraft:delayed does not exist.
6128         (gnus-delay-initialize): Don't set up keymap, that's done from
6129         message.el now.
6130         (gnus-delay, gnus-delay-group, gnus-delay-header)
6131         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6132
6133 2001-09-29  Simon Josefsson  <jas@extundo.com>
6134
6135         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6136         utf-8, not eight-bit-control.
6137
6138         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6139         (imap-log, imap-debug): Custom.
6140         (imap-log-buffer, imap-debug-buffer): New constants.
6141         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6142         (imap-network-open, imap-shell-open, imap-starttls-open)
6143         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6144         (imap-debug): Use imap-*-buffer.
6145
6146         * nndoc.el (nndoc-article-type): Add mailman.
6147         (nndoc-type-alist): Ditto.
6148         (nndoc-mailman-type-p): New function.
6149
6150 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6153         gnus-art.el.
6154
6155 2001-09-27  Simon Josefsson  <jas@extundo.com>
6156
6157         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6158         (gnus-topic-catchup-articles): New function. Suggested by Robin
6159         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6160
6161 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6162         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6163
6164         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6165         previous ones.
6166
6167 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168         From Daiki Ueno  <ueno@unixuser.org>
6169
6170         * gnus-sum.el (gnus-summary-show-article): The arglist of
6171         detect-coding-region is incompatible.
6172
6173 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6175
6176         * gnus-group.el (gnus-group-delete-group): Typo.
6177
6178 2001-09-26  Simon Josefsson  <jas@extundo.com>
6179
6180         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6181
6182         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6183
6184 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6185
6186         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6187
6188 2001-09-22  Simon Josefsson  <jas@extundo.com>
6189
6190         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6191
6192         * nnfolder.el (nnfolder-open-marks): Ditto.
6193
6194         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6195         (gnus-update-marks): Use it.
6196         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6197         hardcoded list.
6198
6199         * gnus.el (gnus-article-special-mark-lists): Add killed.
6200         (gnus-article-unpropagated-mark-lists): New constant.
6201
6202 2001-09-22  Simon Josefsson  <jas@extundo.com>
6203
6204         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6205         custom option.
6206
6207 2001-09-23  Simon Josefsson  <jas@extundo.com>
6208
6209         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6210
6211 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6212
6213         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6214
6215 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6216
6217         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6218         accept lists of functions.
6219
6220 2001-09-20  Simon Josefsson  <jas@extundo.com>
6221
6222         * gnus-group.el (gnus-group-catchup): Update expire marks in
6223         backend.  Also, if ALL also set expire marks on tick/dormant.
6224
6225 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6226
6227         * message.el (message-tab-body-function): New variable.
6228         * message.el (message-tab): Use it.
6229
6230 2001-09-19  Sam Steingold  <sds@gnu.org>
6231
6232         * gnus-win.el (gnus-buffer-configuration): Respect
6233         `gnus-bug-create-help-buffer'.
6234
6235 2001-09-18  Simon Josefsson  <jas@extundo.com>
6236
6237         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6238         (gnus-parse-simple-format): Re-revert.
6239
6240 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6241
6242         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6243         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6244
6245 2001-09-18  Simon Josefsson  <jas@extundo.com>
6246
6247         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6248         signed.
6249         (gnus-parse-simple-format): Don't use it.
6250
6251 2001-09-17  Miles Bader  <miles@gnu.org>
6252
6253         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6254         error querying a backend abort the whole process.
6255
6256 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6259         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6260
6261 2001-09-17  Didier Verna  <didier@xemacs.org>
6262
6263         * nndiary.el: version 0.2-b14.
6264         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6265         compatibility problem with XEmacs 21.1.
6266
6267 2001-09-15  Simon Josefsson  <jas@extundo.com>
6268
6269         * gnus-group.el (gnus-group-line-format): Document %c.
6270
6271         * nnml.el (nnml-parse-head): Handle CRLF files.
6272         (nnml-generate-nov-file): Ditto.
6273         (nnml-retrieve-headers): Ditto.
6274
6275 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6276
6277         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6278
6279 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6280
6281         * gnus-spec.el (gnus-correct-substring): Still stopped one
6282         character before we wanted (never included last character).
6283         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6284         add missing "," (once per function)
6285
6286 2001-09-14  Simon Josefsson  <jas@extundo.com>
6287
6288         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6289         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6290         default before gnus-group is loaded and the variable set.)
6291
6292         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6293         killed or unsent marks.
6294
6295         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6296         isn't an article to set it on (e.g. when you `a' in a group).
6297
6298 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6299
6300         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6301         can read e-mails from Microsoft Outlook users not using ISO
6302         8859-2 character set.
6303
6304 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6305
6306         * gnus-diary.el: Minor modifications to avoid warnings.
6307         (gnus-summary-misc-menu): defvar.
6308         (gnus-diary-check-message): Use gnus-point-at-eol.
6309         (gnus-diary-kill-entire-line): eval-and-compile.
6310
6311 2001-09-12  Didier Verna  <didier@xemacs.org>
6312
6313         * nndiary.el: new version (0.2-b13).
6314         * nndiary.el (nndiary-mail-sources): doc update.
6315         * nndiary.el (nndiary-split-methods): ditto.
6316         * nndiary.el (nndiary-request-accept-article-hooks): New.
6317         * nndiary.el (nndiary-request-accept-article): use it, check
6318         message validity.
6319         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6320         * nndiary.el (nndiary-schedule): fix bug (misplaced
6321         condition-case): it didn't return nil on error.
6322         * gnus-diary.el: new version.
6323         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6324         * gnus-diary.el (gnus-diary-header-value-history): New.
6325         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6326         * gnus-diary.el (gnus-diary-add-header): New.
6327         * gnus-diary.el (gnus-diary-check-message): New.
6328         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6329         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6330
6331 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6332
6333         * gnus-sum.el (gnus-select-newsgroup): Make
6334         `gnus-current-select-method' buffer-local.
6335
6336         * gnus-art.el (gnus-request-article-this-buffer): Refer
6337         `gnus-current-select-method' in the current summary buffer.
6338
6339 2001-09-10  Simon Josefsson  <jas@extundo.com>
6340         From Daniel Pittman <daniel@rimspace.net>
6341
6342         * gnus-spec.el (gnus-correct-pad-form): Fix.
6343
6344 2001-09-09  Simon Josefsson  <jas@extundo.com>
6345
6346         * mm-decode.el (mm-inline-media-tests): Add
6347         application/x-emacs-lisp.
6348         (mm-attachment-override-types): Add
6349         application/{x-,}pkcs7-signature.
6350
6351         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6352         (gnus-server-line-format, gnus-server-mode-line-format)
6353         (gnus-server-browse-in-group-buffer): Customize.
6354
6355 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6356
6357         * nnml.el (nnml-marks-changed-p): Typo.
6358         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6359         (nnml-marks-changed-p): Use gnus-gethash.
6360         (nnml-marks-modtime): Use gnus-make-hashtable.
6361
6362         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6363         (nnfolder-request-expire-articles, nnfolder-save-marks)
6364         (nnfolder-open-marks): Typo.
6365         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6366         (nnfolder-marks-changed-p): Use gnus-gethash.
6367         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6368
6369 2001-09-08  Simon Josefsson  <jas@extundo.com>
6370
6371         * nnfolder.el (nnfolder-marks-modtime): New variable.
6372         (nnfolder-marks-changed-p): New function.
6373         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6374         (nnfolder-request-update-info): Don't update if marks didn't change.
6375
6376         * nnml.el (nnml-marks-modtime): New variable.
6377         (nnml-marks-changed-p): New function.
6378         (nnml-save-marks, nnml-open-marks): Save modtime.
6379         (nnml-request-update-info): Don't update if marks didn't change.
6380
6381         * gnus-agent.el (gnus-agent-any-covered-gcc)
6382         (gnus-agent-add-server, gnus-agent-remove-server): Use
6383         gnus-agent-method-p.
6384
6385         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6386         (gnus-unbuttonized-mime-type-p): Use it.
6387
6388         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6389         fetch group.
6390
6391 2001-09-08  Simon Josefsson  <jas@extundo.com>
6392         From Daniel Pittman <daniel@rimspace.net>
6393
6394         * gnus-spec.el (gnus-correct-pad-form): New function.
6395         (gnus-parse-simple-format): Use it.
6396
6397 2001-09-07  Simon Josefsson  <jas@extundo.com>
6398
6399         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6400         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6401         Putnam <reader@newsguy.com>.
6402         (gnus-group-sort-selected-groups): Touch dribble file.
6403
6404 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6405
6406         * nnml.el (nnml-filenames-are-evil): New variable.
6407         (nnml-article-to-file-alist): Rename to ...
6408         (nnml-current-group-article-to-file-alist): ... this.
6409         Respect `nnml-filenames-are-evil'.
6410         (nnml-active-number): Update.
6411         (nnml-update-file-alist): Update.
6412         (nnml-request-article): Use nnheader-article-to-file-alist.
6413         (nnml-request-rename-group): Likewise.
6414
6415 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-sum.el (gnus-summary-insert-line): Fix.
6418
6419 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6420
6421         * gnus-sum.el: Bind g-s-t-s to "W g".
6422         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6423         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6424         display of graphical smilies.
6425
6426 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6427
6428         * gnus-start.el (gnus-setup-news): A typo.
6429         From Bill White <billw@wolfram.com>.
6430
6431 2001-09-06  Simon Josefsson  <jas@extundo.com>
6432
6433         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6434         and unseen marks.
6435
6436 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6437
6438         * nnmail.el (nnmail-split-fancy): Document `junk'.
6439
6440 2001-09-04  Simon Josefsson  <jas@extundo.com>
6441
6442         * imap.el (imap-search): Don't error if server is broken.
6443
6444 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6445
6446         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6447         searching for an article that isn't in the mbox.
6448
6449 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6452         right, and get all the comments.
6453
6454 2001-09-02  Simon Josefsson  <jas@extundo.com>
6455         Suggested by Dan Christensen <jdc+news@uwo.ca>
6456
6457         * nnfolder.el (nnfolder-request-update-info): Fix message.
6458
6459         * nnml.el (nnml-request-update-info): Ditto.
6460
6461 2001-09-01  Simon Josefsson  <jas@extundo.com>
6462
6463         * nnml.el (nnml-request-expire-articles): Also bind
6464         `nnml-current-group' and `nnml-article-file-alist' when using
6465         expiry-target. (Otherwise nnml will be in a inconsistent internal
6466         state causing all kind of problems.)
6467         (nnml-request-expire-articles): If `nnml-article-to-file' or
6468         `file-attributes' failes, return article as un-expirable instead
6469         of treating it as expired.
6470
6471 2001-08-31  Sam Steingold  <sds@gnu.org>
6472
6473         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6474         typo: `exmine' --> `examine'.
6475
6476 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6477
6478         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6479
6480 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6481
6482         * nnml.el (nnml-check-directory-twice): Remove.
6483         (nnml-retrieve-headers): Ditto.
6484         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6485
6486 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6487
6488         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6489         directory twice on Windows, or on GNU Emacs-21.
6490
6491 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6492
6493         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6494         (nnml-request-rename-group): Ditto.
6495         (nnml-active-number): Ditto.
6496         (nnml-request-create-group): Use nnml-directory-articles.
6497         (nnml-request-expire-articles): Use nnml-directory-articles, which
6498         gets list from nov database if available.
6499         (nnml-get-nov-buffer): New function.
6500         (nnml-open-nov): Use it.
6501         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6502         gets alist from nov database if available.
6503         (nnml-directory-articles): New function.
6504         (nnml-article-to-file-alist): New function.
6505
6506 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6507
6508         * mm-decode.el (mm-display-external): Use `name' as filename, if
6509         `filename' attribute is not present.
6510
6511 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6512
6513         * mail-source.el (mail-source-flash): New defcustom.
6514         (mail-source-new-mail-p): Ring visible bell if appropriate.
6515         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6516         timer is cleared even if mail check signals an error.
6517
6518 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6521         type 'list.
6522
6523 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6524
6525         * flow-fill.el (fill-flowed): eol might be point-max.
6526
6527 2001-08-27  Simon Josefsson  <jas@extundo.com>
6528
6529         * nnml.el (nnml-request-update-info): Fix message.
6530         (nnml-open-marks): Ditto.
6531
6532         * nnfolder.el (nnfolder-request-update-info):
6533         (nnfolder-open-marks): Fix message.
6534
6535 2001-08-25  Simon Josefsson  <jas@extundo.com>
6536
6537         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6538         after group in ~/.
6539
6540 2001-08-25  Simon Josefsson  <jas@extundo.com>
6541         From Andreas Jaeger  <aj@suse.de>
6542
6543         * nnfolder.el (nnfolder-open-marks): Fix typo.
6544         * nnml.el (nnml-open-marks): Likewise.
6545
6546 2001-08-25  Simon Josefsson  <jas@extundo.com>
6547
6548         Make nnfolder groups self-contained as far as marks are concerned.
6549
6550         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6551         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6552         (nnfolder-open-server): Make marks directory.
6553         (nnfolder-request-delete-group): Delete marks file.
6554         (nnfolder-request-delete-group): Check of nov/marks file exist
6555         before deleting.
6556         (nnfolder-request-rename-group): Rename marks file.
6557         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6558         (nnfolder-request-set-mark, nnfolder-request-update-info)
6559         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6560         (nnfolder-open-marks): New functions.
6561         (top-level): Require gnus.
6562
6563 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6564
6565         * nnweb.el (nnweb-type-definition): Use google raw file.
6566         (nnweb-google-parse-1): Ditto.
6567         (nnweb-google-identity): Ditto.
6568         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6569         (nnweb-altavista-wash-article): Ditto.
6570         (nnweb-request-article): Remove nnweb-decode-entities.
6571
6572         * nnml.el: Require 'gnus.
6573
6574 2001-08-25  Simon Josefsson  <jas@extundo.com>
6575
6576         * nnml.el (nnml-marks-is-evil): Add doc.
6577
6578 2001-08-25  Simon Josefsson  <jas@extundo.com>
6579
6580         * nnml.el (nnml-save-marks): Wrap saving marks in a
6581         condition-case, to allow user to start Gnus if saving marks failed
6582         for some reason.
6583
6584 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6587
6588         * gnus-group.el (gnus-update-group-mark-positions): Bind
6589         gnus-group-update-hook to nil.
6590
6591 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6592
6593         * mml.el (mml-generate-mime-1): Force as multibyte string.
6594
6595 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * gnus-sum.el (gnus-summary-insert-line)
6598         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6599         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6600
6601         * gnus-spec.el (gnus-correct-substring): Take optional END.
6602
6603         * nnrss.el (nnrss-request-article): Remove \n.
6604         (nnrss-retrieve-headers): Lines number is -1.
6605
6606 2001-08-24  Simon Josefsson  <jas@extundo.com>
6607
6608         * gnus-group.el (gnus-info-clear-data): Call
6609         nnfoo-request-set-mark to propagate marks.  Fix bug:
6610         `gnus-group-update-line' doesn't update read range unless we call
6611         `gnus-get-unread-articles-in-group' first.
6612
6613         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6614         to server.
6615
6616 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617
6618         * gnus-util.el (gnus-create-info-command): Return an interactive
6619         function.
6620
6621 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622         From Katsumi Yamaoka <yamaoka@jpl.org>
6623
6624         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6625
6626 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * gnus-sum.el (gnus-select-newsgroup): Use it.
6629
6630         * gnus-util.el (gnus-not-ignore): New function.
6631
6632         * lpath.el (featurep): Don't fbind char-int.
6633
6634         * gnus-util.el (gnus-create-info-command): New function.
6635
6636         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6637         right node.
6638
6639         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6640         (gnus-summary-limit-children): Use 'identity instead of `all'.
6641         (gnus-summary-limit-to-display-predicate): New command and
6642         keystroke.
6643
6644 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6645
6646         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6647
6648         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6649
6650 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * gnus-spec.el: Add the Gnus version.
6653         (gnus-update-format-specifications): If the Gnus version changes,
6654         nix out the format spec cache.
6655
6656         * gnus.el (gnus-continuum-version): Made into a command and
6657         optionalize the VERSION.
6658
6659         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6660         the start of the lines.
6661
6662 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * gnus.el (gnus-visual-p): Define function before use of
6665         function.
6666
6667 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6670         (gnus-article-mark-to-type): New function.
6671         (gnus-update-missing-marks): Only update marks of type 'list.
6672
6673         * gnus.el (gnus-article-special-mark-lists): New variable.
6674
6675 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6676
6677         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6678         (gnus-select-newsgroup): Still use 'all.
6679         (gnus-summary-initial-limit): Comparing with 'all.
6680
6681 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6682
6683         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6684         active.
6685
6686 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6687
6688         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6689         nnslashdot-*-retrieve-headers.
6690         (nnslashdot-request-article): Fix for slashcode 2.2.
6691         (nnslashdot-make-tuple): New function.
6692         (nnslashdot-read-groups): Use it.
6693
6694 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6697         list.
6698
6699         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6700
6701 2001-08-20  Simon Josefsson  <jas@extundo.com>
6702
6703         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6704         opened, error instead of continuing (and exploding later).
6705
6706 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus.el (gnus-expand-group-parameters): Return the parameter
6709         list.
6710
6711         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6712         (gnus-summary-show-article): Guess at charset if required.
6713
6714         * gnus-spec.el (gnus-correct-substring): Stopped one character
6715         before we wanted.
6716
6717 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6718
6719         * earcon.el (earcon-auto-play): Remove unused option.
6720
6721 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6724         message down in levels, since it happens very fast.
6725
6726         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6727         of smiley-regexp-alist.
6728
6729         * mm-view.el (mm-inline-text): Ignore vcard errors.
6730
6731         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6732
6733         * gnus-score.el (gnus-all-score-files): Use append instead of
6734         nconc.
6735
6736         * gnus.el (gnus-splash-face): Doc fix.
6737
6738         * mm-decode.el (mm-mailcap-command): Use
6739         mm-path-name-rewrite-functions.
6740         (mm-path-name-rewrite-functions): New variable.
6741
6742         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6743         (gnus-complex-form-to-spec): Insert tab.
6744         (gnus-spec-tab): New function.
6745
6746         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6747         entering the group.
6748
6749         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6750         the positional spec.
6751         (gnus-parse-complex-format): React to %C.
6752
6753         * gnus-ems.el (gnus-char-width): Moved here.
6754
6755         * gnus-sum.el (gnus-select-newsgroup): Set
6756         gnus-newsgroup-articles.
6757         (gnus-unseen-mark): New variable.
6758         (gnus-newsgroup-unseen): Ditto.
6759         (gnus-newsgroup-seen): Ditto.
6760         (gnus-adjust-marked-articles): Use them.
6761         (gnus-update-marks): Use them.
6762         (gnus-summary-update-secondary-mark): Display.
6763         (gnus-summary-prepare-threads): Display.
6764
6765         * gnus-msg.el (gnus-inews-group-method): Use and return the
6766         method, not the server.
6767
6768 2001-08-19  Simon Josefsson  <jas@extundo.com>
6769
6770         * gnus-srvr.el (gnus-server-agent-face): New.
6771         (gnus-server-agent-face): New.
6772         (gnus-server-mode): Turn on font-lock-mode.
6773
6774         * gnus.el (gnus-server-visual): Add defgroup.
6775
6776 2001-08-19  Simon Josefsson  <jas@extundo.com>
6777         From Joe Casadonte <jcasadonte@northbound-train.com>
6778
6779         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6780         gnus-server-denied-face): New.
6781         (gnus-server-opened-face, gnus-server-closed-face,
6782         gnus-server-denied-face): New.
6783         (gnus-server-font-lock-keywords): Add.
6784
6785 2001-08-19  Simon Josefsson  <jas@extundo.com>
6786
6787         * nnml.el (nnml-request-set-mark): Return nil.
6788         (nnml-save-marks): Use nnml-possibly-create-directory.
6789         (nnml-open-marks): Only work in temp buffer when inserting/reading
6790         .marks file.
6791
6792 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * gnus.el (gnus-expand-group-parameters): Fix.
6795
6796         * gnus-spec.el (gnus-char-width): New function.
6797         (gnus-correct-substring, gnus-correct-length): Use it.
6798
6799         * message.el (message-required-mail-headers): Fix doc.
6800
6801 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6802
6803         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6804
6805         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6806
6807 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6808
6809         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6810         slashdot 2.2 (not fully fixed yet).
6811         (nnslashdot-request-article): Ditto.
6812
6813 2001-08-18  Simon Josefsson  <jas@extundo.com>
6814
6815         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6816         nnimap.
6817
6818         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6819         gnus-util.
6820         (nnimap-request-update-info-internal): Use new functions.
6821
6822         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6823         new functions.
6824
6825 2001-08-18  Simon Josefsson  <jas@extundo.com>
6826
6827         Make nnml groups self-contained as far as marks are concerned.
6828
6829         * nnml.el (nnml-request-delete-group): Delete marks file.
6830         (nnml-request-rename-group): Move marks file.
6831         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6832         variables.
6833         (nnml-request-set-mark, nnml-request-update-info): New server
6834         functions.
6835         (nnml-save-marks, nnml-open-marks): New functions.
6836
6837 2001-08-18  Simon Josefsson  <jas@extundo.com>
6838
6839         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6840         `set' when setting marks.
6841
6842 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6843
6844         * gnus.el (gnus-info-find-node): Take an argument.
6845
6846         * gnus-art.el (gnus-button-handle-info): New function.
6847         (gnus-url-unhex-string): Replace "+" with " ".
6848
6849 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6850
6851         * message.el (message-check-news-header-syntax): Check bad From.
6852
6853 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus-spec.el (gnus-correct-length): New function.
6856         (gnus-correct-substring): New function.
6857         (gnus-tilde-max-form): Use it.
6858
6859 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6860
6861         * nnmh.el: Docstring changes as below.
6862
6863         * nnml.el: Docstring changes as below.
6864
6865         * nnbabyl.el: Docstring changes as below.
6866
6867         * nnmbox.el: Docstring changes as below.
6868
6869         * nnfolder.el: Added docstrings identifying each virtual server
6870         parameter.
6871
6872 2001-08-18  Simon Josefsson  <jas@extundo.com>
6873
6874         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6875
6876 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6877
6878         * message.el: rename "Abort Message" to "Postpone Message".
6879         Remove "Attach file as MIME" from Message menu, it's already in
6880         the MIME menu.
6881
6882 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6883
6884         * smime.el (smime-point-at-eol): eval-and-compile.
6885         (smime-make-temp-file): New function.
6886         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6887         Use it.
6888
6889 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6892         (gnus-agent-summary-fetch-group): New command and keystroke.
6893
6894         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6895         (gnus-mime-display-security): Make it respect
6896         gnus-unbuttonized-mime-type-p.
6897
6898         * gnus-sum.el (gnus-articles-to-read): Comments.
6899         (gnus-article-marked-p): New function.
6900         (gnus-summary-display-make-predicate): New function.
6901         (gnus-select-newsgroup): Use them.
6902
6903         * mm-decode.el (mm-save-part-to-file): Made it not error.
6904
6905 2001-08-17  Simon Josefsson  <jas@extundo.com>
6906
6907         * imap.el (imap-wait-for-tag): If process-status isn't open or
6908         run, return nil instead of sit-for looping.
6909
6910 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * lpath.el (featurep): fbind xml-parse-region.
6913
6914         * gnus.el (gnus-message-archive-method): Default to "archive".
6915         (gnus-message-archive-method): Doc fix.
6916         (gnus-parameters-get-parameter): Cleaned up.
6917         (gnus-expand-group-parameter): New function.
6918
6919         * gnus-start.el (gnus-setup-news): Push the archive server only
6920         the server list.
6921
6922         * mml.el (mml-menu): Changed name to "Attachments".
6923
6924         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6925         when there is something to detroy.
6926
6927 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6930         nil.
6931
6932 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6933
6934         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6935         which specifies a time today or tomorrow.
6936
6937 2001-08-15  Simon Josefsson  <jas@extundo.com>
6938         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6939
6940         * gnus-agent.el (gnus-agent-make-mode-line-string)
6941         (gnus-agent-toggle-plugged): Use new API.
6942
6943 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6944
6945         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6946         deadline has expired.
6947
6948 2001-08-12  Simon Josefsson  <jas@extundo.com>
6949         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6950
6951         Support `recent' mark indicating newly arrived messages (to
6952         separate from old but unread messages).
6953
6954         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6955         `nnmail-split-history' if recent is > 0.
6956         (nnimap-request-update-info-internal): Update `recent' marks.
6957         (nnimap-request-set-mark): Never set `recent' marks.
6958         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6959         recent.
6960
6961         * gnus-sum.el (gnus-recent-mark): New mark.
6962         (gnus-newsgroup-recent): New variable.
6963         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6964         (gnus-summary-prepare-threads): Mark recent articles.
6965         (gnus-summary-add-mark): Support recent.
6966         (gnus-summary-update-secondary-mark): Support recent.
6967
6968         * gnus.el (gnus-article-mark-lists): Add recent.
6969
6970 2001-08-12  Simon Josefsson  <jas@extundo.com>
6971
6972         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6973         whether successful decoding took place.  Add doc.
6974
6975 2001-08-12  Simon Josefsson  <jas@extundo.com>
6976         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6977
6978         * gnus.el (gnus-summary-line-format, gnus-parameters):
6979         * gnus-gl.el (gnus-summary-grouplens-line-format):
6980         * gnus-salt.el (gnus-summary-pick-line-format):
6981         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6982
6983 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6984         Committed by Kai Gro\e,b_\e(Bjohann.
6985
6986         * gnus-score.el (gnus-score-string): Fix `match' regexp
6987         for `extra' header case.
6988
6989 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * nnmbox.el (nnmbox-read-mbox): No warning.
6992
6993 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * nndoc.el (nndoc-article-type): Fix doc.
6996         (nndoc-generate-article-function): New variable.
6997         (nndoc-dissection-function): New variable.
6998         (nndoc-type-alist): Add oe-dbx.
6999         (nndoc-oe-dbx-type-p): New function.
7000         (nndoc-oe-dbx-dissection): New function.
7001         (nndoc-oe-dbx-generate-article): New function.
7002
7003 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7004
7005         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7006         whether deadline has been reached.  Patch from Dan Nicolaescu
7007         <dann@godzilla.ics.uci.edu>.
7008
7009 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7010
7011         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7012         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7013         <rintaman@cs.Helsinki.FI>.
7014
7015         * mail-source.el (mail-source-movemail): The error buffer is
7016         modified, but nothing in it.
7017
7018 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7019
7020         * message.el (message-bogus-system-names): New variable.
7021         (message-make-fqdn): Use it.
7022
7023 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * nndraft.el (nndraft-request-group): Use
7026         nndraft-auto-save-file-name.
7027
7028 2001-08-09  Simon Josefsson  <jas@extundo.com>
7029
7030         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7031         Don't ask whether to decrypt.  Just leave result in buffer (don't
7032         call mm).
7033
7034         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7035         parts as well.
7036         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7037         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7038
7039 2001-08-09  Simon Josefsson  <jas@extundo.com>
7040
7041         * mm-decode.el (mm-insert-part): Return decoding success status.
7042         (mm-save-part-to-file): Error if decoding failed.
7043
7044 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * message.el (message-tab): Use indent-relative.
7047         (message-mode): Don't bind indent-line-function to indent-relative.
7048
7049 2001-08-09  Simon Josefsson  <jas@extundo.com>
7050
7051         * message.el (message-get-reply-headers): Fix string. Suggested by
7052         Christoph Conrad <cc@cli.de>.
7053
7054 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * message.el (message-tab): Use the current value of
7057         indent-line-function.
7058         (message-mode): Bind indent-line-function to indent-relative.
7059
7060 2001-08-08  Simon Josefsson  <jas@extundo.com>
7061
7062         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7063         whether `imtest' is installed.
7064
7065 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7066         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7067
7068         * gnus-sum.el (gnus-summary-show-article): Call
7069         gnus-summary-update-secondary-secondary-mark.
7070         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7071         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7072
7073 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7076
7077         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7078
7079         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7080         <gerd@gnu.org>.
7081
7082         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7083
7084         * gnus-util.el (gnus-output-to-rmail): Ditto.
7085         (gnus-output-to-mail): Ditto.
7086
7087         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7088
7089 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7090
7091         * message.el (message-indent-citation): Use
7092         `message-yank-cited-prefix' for empty lines.
7093
7094 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7095
7096         * message.el (message-indent-citation): Quote only lines starting
7097         with ">" using `message-yank-cited-prefix'.
7098
7099 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7100
7101         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7102         gnus-cache-fully-p.
7103
7104 2001-08-04  Simon Josefsson  <jas@extundo.com>
7105
7106         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7107         file if it doesn't exist (by calling gnus-cache-read-active).
7108
7109 2001-08-04  Simon Josefsson  <jas@extundo.com>
7110
7111         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7112         (gnus-cache-passively-or-fully-p): Removed.
7113         (gnus-cache-fully-p): Fix it.
7114
7115         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7116
7117 2001-08-04  Simon Josefsson  <jas@extundo.com>
7118
7119         * gnus-cache.el (gnus-cache-fully-p)
7120         (gnus-cache-passively-or-fully-p): New functions.
7121         (gnus-cache-possibly-enter-article): Cosmetic change, use
7122         `g-c-p-o-f-p'.
7123         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7124         was bogus (`g-c-p-a-a' does not change active info, just change
7125         the functions parameters).
7126         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7127         not removed in groups that match `gnus-uncacheable-groups'.
7128
7129         Reported and modifications based on discussions with Nuutti
7130         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7131
7132 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7133         Committed by Simon Josefsson  <jas@extundo.com>
7134
7135         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7136         calls `gnus-cache-update-active' if bounds has been extended.
7137
7138 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7139
7140         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7141         before remove.
7142         (gnus-mime-security-show-details): Ditto.
7143
7144 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7145
7146         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7147         syntax.  Protect string-match against nil string and regexp.
7148
7149 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7150
7151         * mm-util.el (mm-find-charset-region): Remove control-1.
7152
7153 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7154
7155         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7156
7157 2001-08-04  Simon Josefsson  <jas@extundo.com>
7158
7159         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7160         buffer.  Delete MIME-Version header.
7161
7162 2001-08-03  Simon Josefsson  <jas@extundo.com>
7163
7164         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7165         that is entered does not necessarily have the highest article
7166         number in the group, so use `gnus-cache-possibly-alter-active'
7167         instead of `gnus-cache-update-active'.
7168
7169 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7170
7171         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7172
7173 2001-08-03  Simon Josefsson  <jas@extundo.com>
7174
7175         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7176         menu.
7177
7178 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus.el (post-method): New group parameter.  It also provides
7181         the user option `gnus-post-method-alist' and the internal function
7182         `gnus-parameter-post-method'.
7183
7184         * gnus-msg.el (gnus-post-method): Bind the value of
7185         `gnus-post-method' to the group parameter if it is defined.
7186
7187 2001-08-02  Simon Josefsson  <jas@extundo.com>
7188
7189         * smime.el (smime-extra-arguments): Removed.
7190         (smime-call-openssl-region): Don't use it.
7191
7192 2001-08-02  Simon Josefsson  <jas@extundo.com>
7193
7194         * smime.el (smime-sign-region): Handle stderr.
7195         (smime-encrypt-region): Ditto.
7196
7197         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7198         match the ASN.1 length bytes.
7199         (mm-pkcs7-enveloped-magic): Ditto.
7200         (mm-view-pkcs7-get-type): Don't regexp quote.
7201
7202 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7203         From Andreas Fuchs <asf@void.at>
7204
7205         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7206
7207 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208
7209         * gnus-art.el (gnus-header-button-alist): References regexp.
7210
7211 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7212
7213         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7214         already fboundp.  Add INTERACTIVE arg to autoload form.
7215
7216 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7219
7220         * nnmail.el (nnmail-cache-open): Ditto.
7221
7222 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7223
7224         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7225
7226 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7229
7230 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7232
7233         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7234         (gnus-agent-toggle-plugged): Use it.
7235
7236 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7239         (gnus-ding-file-coding-system): New variable.
7240         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7241         (gnus-slave-save-newsrc): Use it.
7242
7243 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7244
7245         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7246         syntax.
7247
7248 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7249         Originally from Andreas Fuchs <asf@void.at>
7250
7251         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7252         (mml2015-gpg-pretty-print-fpr): New function.
7253         (mml2015-gpg-extract-signature-details): More details, rename from
7254         `m-g-e-from'.
7255         (mml2015-gpg-verify): Use them.
7256         (mml2015-gpg-clear-verify): Use them.
7257
7258 2001-07-31  Simon Josefsson  <jas@extundo.com>
7259
7260         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7261         buffer when done.
7262
7263 2001-07-30  Simon Josefsson  <jas@extundo.com>
7264
7265         * smime.el (smime-call-openssl-region): Revert previous change,
7266         just pass on buf to `call-process-region'.
7267         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7268         `smime-new-details-buffer'.  Inserts error messages into buffer.
7269         (smime-noverify-region): Ditto.
7270         (smime-decrypt-region): Ditto.  Handles stderr separately.
7271         (smime-verify-buffer, smime-noverify-buffer)
7272         (smime-decrypt-buffer): Doc fix.
7273         (smime-new-details-buffer): New function.
7274         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7275         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7276         (smime-sign-region, smime-encrypt-region): Don't use
7277         `insert-buffer'.
7278
7279         * mml-smime.el (mml-smime-verify): Fix security button strings.
7280
7281 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7284         gnus-article-mime-handles.
7285
7286 2001-07-29  Simon Josefsson  <jas@extundo.com>
7287
7288         * mail-source.el (top-level): Require message for message-directory.
7289         (mail-source-directory): Change default to message-directory.
7290
7291         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7292         (smime-certificate-directory, smime-openssl-program)
7293         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7294         (smime-extra-arguments): New variable.
7295         (smime-dns-server): Fix customize group.
7296         (smime-call-openssl-region): Use `smime-extra-arguments'.
7297
7298 2001-07-29  Simon Josefsson  <jas@extundo.com>
7299         From Vladimir Volovich <vvv@vsu.ru>
7300
7301         * smime.el (smime-call-openssl-region): Ignore stderr.
7302
7303 2001-07-29  Simon Josefsson  <jas@extundo.com>
7304         From Christoph Conrad <christoph.conrad@gmx.de>
7305
7306         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7307         file.
7308
7309 2001-07-29  Simon Josefsson  <jas@extundo.com>
7310
7311         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7312
7313         Support S/MIME decryption.
7314
7315         * mm-decode.el (mm-inline-media-tests):
7316         (mm-inlined-types):
7317         (mm-automatic-display):
7318         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7319
7320         * mm-view.el (mm-pkcs7-signed-magic):
7321         (mm-pkcs7-enveloped-magic): New variables.
7322         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7323         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7324         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7325         PKCS#7 blobs.
7326
7327         * smime.el (smime-decrypt-region): Expand keyfile.
7328
7329 2001-07-29  Simon Josefsson  <jas@extundo.com>
7330
7331         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7332         `ssl.el' variables.
7333
7334         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7335         but line instead of narrowing to it, because `nnmail-parse-active'
7336         calls widen.  Thanks to Christoph Conrad
7337         <christoph.conrad@gmx.de>.
7338
7339 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7340
7341         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7342         for %B spec.
7343
7344         * gnus-sum.el (gnus-summary-prepare-threads): If
7345         gnus-sum-thread-tree-root is nil, use subject instead.
7346         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7347         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7348         (gnus-sum-thread-tree-leaf-with-other)
7349         (gnus-sum-thread-tree-single-leaf): Documentation.
7350         (gnus-sum-thread-tree-single-indent): Allow nil.
7351
7352 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7353
7354         * message.el (message-fill-paragraph): Do nothing if the user
7355         wants filladapt-mode.
7356
7357 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * mm-decode.el (mm-image-type-from-buffer): New function.
7360         (mm-get-image): Use it.
7361
7362 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7365
7366         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7367         mm-display-parts too.
7368
7369 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7370
7371         * nnfolder.el (nnfolder-request-accept-article): Bind
7372         nntp-server-buffer.
7373
7374         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7375         nntp-server-buffer.
7376
7377 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * message.el (message-check-news-header-syntax): Use
7380         message-post-method.
7381         (message-send-news): Bind message-post-method.
7382
7383 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * mml.el (mml-tweak-type-alist): New variable.
7386         (mml-tweak-function-alist): New variable.
7387         (mml-tweak-part): New function.
7388         (mml-generate-mime-1): Use it.
7389
7390 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * nnfolder.el (nnfolder-request-accept-article): Replace
7393         nnfolder-request-list.
7394
7395 2001-07-27  Simon Josefsson  <jas@extundo.com>
7396
7397         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7398         nnoo-change-server failed to do it.
7399
7400 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * gnus.el (gnus-parameters): Make it customizable.
7403
7404 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7407
7408         * message.el (message-set-auto-save-file-name): More
7409         poor-system-types.
7410
7411         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7412
7413         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7414         supports +.
7415
7416 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7417
7418         * mm-decode.el (mm-readable-p): New function.
7419         (mm-inline-media-tests): Fix the default testers.
7420
7421 2001-07-26  Simon Josefsson  <jas@extundo.com>
7422
7423         * nnimap.el (nnimap-version): Bump version number.
7424
7425 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7426         From Steven E. Harris <seh@speakeasy.org>
7427
7428         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7429         in M$Windows too.
7430
7431 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7432
7433         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7434
7435 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7436
7437         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7438
7439         * mm-decode.el (mm-get-image): Guess then use the type.
7440
7441         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7442
7443 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7444
7445         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7446         display (%B) for threads if threading is off.
7447
7448 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449         From Henrik Enberg <henrik@enberg.org>
7450
7451         * gnus-msg.el: Customization patch.
7452
7453 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7454
7455         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7456         variable.
7457         (nnmail-split-fancy-with-parent): Ignore certain groups.
7458
7459 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * gnus-util.el (gnus-byte-compile): New function.
7462         (gnus-use-byte-compile): New variable.
7463         (gnus-make-sort-function): Use it.
7464
7465         * nnmail.el (nnmail-get-new-mail): Use it.
7466
7467         * gnus-agent.el (gnus-category-make-function): Simple function or
7468         compiled function.
7469         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7470
7471         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7472         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7473         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7474
7475         * message.el (message-check-news-header-syntax): Remove quote.
7476
7477 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * message.el (message-use-mail-followup-to): `t' is not a
7480         documented value.
7481
7482 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7485
7486 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7489         there are long lines.
7490
7491 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * dgnushack.el (copy-list): New compiler macro.
7494
7495 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7496
7497         * message.el (message-bounce): If no Return-Path, the whole
7498         content is considered as the original message.
7499
7500         * nnml.el (nnml-check-directory-twice): New variable.
7501         (nnml-article-to-file): Use it.
7502         (nnml-retrieve-headers): Hack it.
7503
7504 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7505
7506         * gnus-win.el (gnus-buffer-configuration): New configure.
7507
7508         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7509         not alive.
7510
7511         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7512         (mm-display-external): Use display-term configure.
7513
7514 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7515
7516         * gnus-delay.el (gnus-delay-default-hour): New variable.
7517         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7518
7519 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520         From Karl Kleinpaste <karl@charcoal.com>
7521
7522         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7523         (gnus-summary-prepare-threads): Ditto.
7524
7525         * gnus.el (gnus-summary-line-format): Add %B.
7526
7527 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7530
7531         * mm-util.el (mm-string-as-multibyte): New function.
7532
7533         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7534
7535 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * mm-util.el (mm-universal-coding-system): New variable.
7538
7539         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7540
7541         * score-mode.el (score-mode-coding-system): Use it.
7542
7543 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-start.el (gnus-setup-news): Call
7546         `gnus-check-bogus-newsgroups' just after the native server is
7547         opened.
7548
7549 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7550
7551         * nnmail.el (nnmail-do-request-post): Util function to be used by
7552         `nnchoke-request-post' for all nnmail-derived backends.
7553
7554         * nnml.el (nnml-request-post): Use it.
7555
7556         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7557         backend, for it groks nnml-request-post.
7558
7559         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7560         Treat `mail-post' backends like `mail' backends, not like `news'
7561         backends.
7562
7563 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * gnus-msg.el (gnus-setup-message): make-local-hook.
7566
7567 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7568
7569         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7570         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7571         <karl@charcoal.com>, slightly changed by Kai.
7572
7573         * message.el (message-check-news-header-syntax): When checking
7574         whether the groups exist, check the right server based on
7575         `gnus-post-method'.
7576
7577 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7578
7579         * gnus-delay.el: New file.
7580
7581 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7582
7583         * mm-util.el (mm-read-coding-system): Take two arguments.
7584
7585         * gnus-sum.el (gnus-summary-show-article): Use
7586         mm-read-coding-system.
7587
7588         * gnus-art.el (article-de-quoted-unreadable):
7589         (article-de-base64-unreadable, article-wash-html):
7590         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7591
7592 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7593
7594         * nnml.el (nnml-request-post): New function.  Can be used for
7595         annotations in nnml groups.
7596
7597 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7600         command.
7601
7602         * gnus-start.el (gnus-find-new-newsgroups): Use
7603         `message-make-date' instead of `current-time-string'.
7604         (gnus-ask-server-for-new-groups): Ditto.
7605         (gnus-check-first-time-used): Ditto.
7606
7607 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7608
7609         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7610
7611 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7612
7613         * message.el (message-shorten-references): Change `maxcount' and
7614         `cut' to obey USEFOR draft 5.
7615
7616 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7617
7618         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7619         (gnus-summary-set-article-display-arrow): New function.
7620         (gnus-summary-goto-subject): Use it.
7621
7622 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * gnus-sum.el (gnus-summary-import-article): Insert date if
7625         doesn't exist.
7626
7627 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7628
7629         * mml.el (mml-content-type-parameters): New variable.
7630         (mml-content-disposition-parameters): New variable.
7631         (mml-insert-mime-headers): Use them.
7632         (mml-parse-1): Accept charset.
7633
7634 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7635
7636         * gnus-group.el (gnus-group-select-group): Doc fix.
7637
7638         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7639
7640 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7643         to handle `define-derived-mode'.
7644
7645 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7646         From:  Stefan Monnier  <monnier@cs.yale.edu>
7647
7648         * message.el (message-mode): Use define-derived-mode.
7649         (message-tab): message-completion-alist.
7650
7651         * imap.el (imap-interactive-login): Use make-local-variable.
7652         (imap-open): Ditto.
7653         (imap-authenticate): Ditto.
7654
7655         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7656
7657         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7658
7659 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7660
7661         * message.el (message-citation-line-function): Refer to
7662         gnus-cite-attribution-suffix.
7663
7664 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7665
7666         * gnus-art.el,...: Error convention changes.
7667
7668 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7671
7672 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7673
7674         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7675         (nnrss-read-server-data): Ditto.
7676
7677 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7680         * Cleanup files.
7681         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7682
7683 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus.el (gnus-summary-line-format): Add %o.
7686
7687         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7688         unless shell outputs something.
7689
7690 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691
7692         * gnus-art.el (gnus-boring-article-headers): Better doc.
7693         (article-hide-headers): Better regexp.
7694         Suggested by Matt Swift <swift@alum.mit.edu>.
7695
7696         * nnheader.el (nnheader-max-head-length): Better doc.
7697         (nnheader-header-value): Skip spaces.
7698         (nnheader-parse-head): Remove space.
7699         Suggested by Matt Swift <swift@alum.mit.edu>.
7700
7701         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7702         (gnus-get-newsgroup-headers): Remove space.
7703
7704 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705
7706         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7707         (gnus-summary-reply): Use it.
7708         (gnus-summary-reply-broken-reply-to): New function.
7709         (gnus-msg-force-broken-reply-to): New function.
7710
7711         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7712
7713 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7714
7715         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7716
7717 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * mm-decode.el (mm-external-terminal-program): New variable.
7720         (mm-display-external): Use it. Use term to display when no
7721         window-system.
7722
7723 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7724
7725         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7726         Browse->Next entries to Browse->Prev
7727
7728 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7731
7732 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7733
7734         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7735         for the default encoding.
7736
7737         * nnrss.el (nnrss-url-field): New field.
7738         (nnrss-request-article): Add newsgroups.
7739
7740         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7741
7742 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7743
7744         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7745
7746         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7747         (gnus-draft-setup): Remove backlog.
7748
7749 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7750
7751         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7752         Cleanup.
7753
7754 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7755
7756         * gnus-msg.el (gnus-bug): Erase buffer.
7757
7758         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7759
7760 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * mm-decode.el (mm-attachment-override-p): Fix typo.
7763
7764 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-kill.el (gnus-execute): Work with the extra headers.
7767         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7768
7769 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7772         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7773
7774         * message.el (message-send-mail-real-function): New variable.
7775         (message-send-mail-partially, message-send-mail):
7776
7777         * nngateway.el (nngateway-request-post): Use it.
7778
7779         * gnus-agent.el (gnus-agentize): Use it.
7780
7781         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7782         (nnsoup-revert-variables): Use it.
7783
7784 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7785
7786         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7787         text/plain if the type doesn't match any other media types.
7788         (mm-inlined-types): Doc fix.
7789         (mm-display-inline): Revert previous change (now handled by a
7790         default type in `mm-inline-media-tests'.
7791         (mm-inlinable-p): Revive.
7792         (mm-display-part): Call `mm-inlinable-p'.
7793         (mm-attachment-override-p): Ditto.
7794         (mm-inlined-p): Doc fix.
7795
7796         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7797         well as `mm-inlined-p'.
7798
7799 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7802         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7803
7804 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805         From  Paul Jarc <prj@po.cwru.edu>
7806
7807         * message.el (message-use-mail-followup-to): New variable.
7808         (message-get-reply-headers): Use it.
7809
7810 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7811
7812         * nnheader.el (nnheader-init-server-buffer): Make sure the
7813         *nntpd* buffer is made multibyte instead of a random buffer.
7814
7815 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7818         when it returns headers.
7819
7820 2001-07-07  Simon Josefsson  <jas@extundo.com>
7821
7822         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7823         trying to fold. Thanks to Colin Walters
7824         <walters@cis.ohio-state.edu>
7825
7826 2001-07-06  Simon Josefsson  <jas@extundo.com>
7827
7828         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7829         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7830         Add information in `assert's.
7831
7832         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7833         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7834         and `nnimap-group-overview-filename', should handle all
7835         change-of-uidvalidity related issues.  But there may be other
7836         problems.)
7837
7838 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7839
7840         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7841         header name when folding.
7842
7843 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7844
7845         * mm-decode.el (mm-inlined-types): Document relationship with
7846         `mm-inline-media-tests'.
7847         (mm-display-inline): Default to displaying as plain text if no
7848         inlining handler is available.
7849         (mm-inlinable-p): Remove.
7850         (mm-inlined-p): Don't call `mm-inlinable-p'.
7851         (mm-automatic-display-p): Ditto.
7852         (mm-attachment-override-p): Ditto.
7853
7854 2001-07-04  Simon Josefsson  <jas@extundo.com>
7855
7856         * nnimap.el (nnimap-importantize-dormant): New variable.
7857         (nnimap-request-update-info-internal): Use it.
7858         (nnimap-request-set-mark): Ditto.
7859
7860 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7861
7862         * nntp.el (nntp-send-command): don't pass a buffer argument to
7863         `point'. Only XEmacs accepts this.
7864         * nntp.el (nntp-send-command-nodelete): ditto.
7865         * nntp.el (nntp-send-command-and-decode): ditto.
7866
7867 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7868
7869         * nntp.el (nntp-open-connection-function): doc update.
7870         * nntp.el (nntp-pre-command): New.
7871         * nntp.el (nntp-via-rlogin-command): New.
7872         * nntp.el (nntp-via-telnet-command): New.
7873         * nntp.el (nntp-via-telnet-switches): New.
7874         * nntp.el (nntp-via-user-name): New.
7875         * nntp.el (nntp-via-user-password): New.
7876         * nntp.el (nntp-via-address): New.
7877         * nntp.el (nntp-via-envuser): New.
7878         * nntp.el (nntp-via-shell-prompt): New.
7879         * nntp.el (nntp-open-telnet-stream): New.
7880         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7881         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7882         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7883         * nntp.el (nntp-send-command): ditto.
7884         * nntp.el (nntp-send-command-nodelete): ditto.
7885         * nntp.el (nntp-send-command-and-decode): ditto.
7886
7887 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7888
7889         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7890         `when'.
7891
7892 2001-07-03  Simon Josefsson  <jas@extundo.com>
7893         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7894
7895         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7896
7897 2001-07-03  Simon Josefsson  <jas@extundo.com>
7898
7899         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7900         remove it (workaround XEmacs `fill-region' bug).
7901
7902 2001-07-01  Simon Josefsson  <jas@extundo.com>
7903
7904         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7905
7906 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * mml2015.el (mml2015-format-error): New function.
7909         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7910         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7911         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7912
7913 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7916         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7917
7918         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7919         group variables.
7920
7921 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7922
7923         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7924
7925         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7926         (nnrss-save-group-data): Ditto.
7927
7928         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7929
7930 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * message.el (message-do-send-housekeeping): Narrow to headers.
7933
7934 2001-06-24  Simon Josefsson  <jas@extundo.com>
7935
7936         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7937         insertion when breaking lines looked for " \t" instead of "[ \t]".
7938         (rfc2047-encode-message-header): Fold lines even if
7939         no QP encoding is done.
7940
7941 2001-06-23  Simon Josefsson  <jas@extundo.com>
7942         From Samuel Tardieu <sam@inf.enst.fr>
7943
7944         * smime.el (smime-keys): Support additional certificates.
7945         (smime-make-certfiles): New function.
7946         (smime-sign-region): Use previous variables.
7947         (smime-get-certfiles): New function.
7948         (smime-sign-buffer): Use it.
7949         (smime-verify-region): Support both CAfile and CApath.
7950
7951 2001-06-23  Simon Josefsson  <jas@extundo.com>
7952
7953         * smime.el (smime-decrypt-region): Perhaps work.
7954
7955 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7958
7959 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7960
7961         * mm-decode.el (mm-save-part): Rewrite file name.
7962         (mm-file-name-rewrite-functions): New variable.
7963         (mm-file-name-delete-whitespace): New function.
7964         (mm-file-name-trim-whitespace): New function.
7965         (mm-file-name-collapse-whitespace): New function.
7966         (mm-file-name-replace-whitespace): New variable and function.
7967
7968 2001-06-22  Simon Josefsson  <jas@extundo.com>
7969
7970         * message.el (message-make-date): Workaround locale for weekdays.
7971
7972 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7973
7974         * message.el (message-goto-body): Return nil if not found. (revert!)
7975
7976 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977         From Fremlin <chief@bandits.org>
7978
7979         * message.el (message-goto-body): Some messages have no header.
7980
7981         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7982
7983 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7984
7985         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7986
7987 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7988
7989         * message.el (message-make-date): Add week day.
7990         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7991
7992 2001-06-19  Simon Josefsson  <jas@extundo.com>
7993
7994         * message.el (message-yank-prefix): Doc fix.
7995         (message-yank-cited-prefix): Ditto.
7996         (message-delete-not-region): Keep citation prefix on first line,
7997         if possible and appropriate.
7998
7999 2001-06-19  Simon Josefsson  <jas@extundo.com>
8000
8001         * imap.el (imap-process-connection-type): New variable.
8002         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8003         recent `imtest's work completely (no line length issues), while
8004         making making old `imtest's unusable.  Thanks to NAGY Andras
8005         <nagya@inf.elte.hu> for his work.
8006
8007 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8008
8009         * imap.el (imap-ssl-program): Add -quiet to shut up
8010         OpenSSL/SSLeay's internal debug talk.
8011
8012 2001-06-19  Matt Armstrong  <matt@lickey.com>
8013
8014         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8015         server.
8016
8017 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8018
8019         * nnmail.el (nnmail-article-buffer): New variable.
8020         (nnmail-split-incoming): Use it.
8021
8022 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8023
8024         * qp.el (quoted-printable-decode-region): If called interactively,
8025         use coding-system-for-read.
8026
8027 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * message.el (message-check-news-header-syntax): Check Reply-To.
8030
8031 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8032
8033         * mml.el (mml-parse-1): Use message options.
8034
8035         * message.el (message-do-fcc): Don't do anything if there is no
8036         FCC.
8037
8038 2001-06-16  Simon Josefsson  <jas@extundo.com>
8039
8040         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8041         (nnimap-expunge-search-string): New variable.
8042         (nnimap-request-expire-articles): Use it.
8043
8044 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8045
8046         * message.el (message-send-mail-with-qmail): wrong exit status is
8047         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8048
8049 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * gnus-art.el (article-strip-multiple-blank-lines): Use
8052         delete-region instead of replace-match.
8053
8054 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8057         (nnweb-google-wash-article): Ditto.
8058
8059 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8060
8061         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8062
8063 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8066         specs.
8067
8068 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8069
8070         * gnus.el (gnus-email-address): Move it here.
8071
8072         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8073         requested.
8074         (article-de-base64-unreadable): Ditto.
8075         (article-wash-html): Ditto.
8076
8077 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * message.el (message-options-set-recipient): Don't add ", "
8080         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8081
8082 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8083
8084         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8085
8086 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8087
8088         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8089         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8090
8091         * nnrss.el (nnrss-node-text): Node might be nil.
8092
8093 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8096         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8097
8098         * nnrss.el (nnrss-group-alist): More items.
8099
8100 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8103
8104 2001-06-03  Dale Hagglund  <rdh@best.com>
8105
8106         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8107         restrict clauses.
8108
8109 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110
8111         From Benjamin Rutt <brutt+news@bloomington.in.us>
8112
8113         * message.el (message-wide-reply-confirm-recipients): New variable.
8114
8115 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8116         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8117
8118         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8119         fix so it works with XEmacs.
8120
8121 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8124         headers.
8125
8126 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * nnrss.el: Fix a few bugs.
8129
8130 2001-06-05  Simon Josefsson  <jas@extundo.com>
8131
8132         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8133         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8134
8135 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8136
8137         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8138         binary so that we don't transmit ISO 2022 garbage to the process.
8139         This is needed under XEmacs.
8140
8141 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8142
8143         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8144         autoloaded incorrectly below because ssl-program-* is bound.)
8145         Thanks to Amos Gouaux for report.
8146
8147 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8148
8149         * imap.el (imap-kerberos4-open):
8150         (imap-gssapi-open):
8151         (imap-ssl-open):
8152         (imap-network-open):
8153         (imap-shell-open):
8154         (imap-starttls-open): Set buffer to workaround spurious
8155         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8156         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8157         Colman <colman@ppllc.com> for report.
8158
8159 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * gnus-sum.el (gnus-summary-catchup): New argument.
8162         (gnus-summary-catchup-from-here): New function.
8163
8164 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8165
8166         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8167         back, then insert glyph.  (Before, the glyph was inserted first,
8168         then the newline.)  This works around a behavior in XEmacs where
8169         it is not possible to insert a character after a glyph which is at
8170         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8171
8172 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8173
8174         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8175
8176         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8177         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8178         mm-destroy-postponed-undisplay-list): New functions.
8179         (mm-display-external): Use them.
8180
8181 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8182
8183         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8184         `default-low' when evaluating `gnus-summary-highlight'.
8185         From Raja R Harinath <harinath@cs.umn.edu>.
8186
8187 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8188
8189         * message.el (message-yank-cited-prefix): New variable.
8190         (message-indent-citation): Use it.
8191
8192         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8193         as details.
8194         (mml2015-mailcrypt-clear-verify): Ditto.
8195
8196 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8197         From Nevin Kapur <nevin@jhu.edu>.
8198
8199         * gnus-sum.el (gnus-summary-default-high-score,
8200         gnus-summary-default-low-score): New variables.
8201         (gnus-summary-highlight): Use them.
8202
8203 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8204
8205         * message.el (message-mail): pass the 'send-actions argument to
8206         `message-setup'.
8207
8208 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8209         From Raymond Scholz <ray-2001@zonix.de>
8210
8211         * gnus-art.el (gnus-mime-view-part-as-charset):
8212         (gnus-mime-internalize-part): Doc fixes.
8213
8214 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8215
8216         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8217         status lines without any text ("^215$").
8218
8219 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * nnrss.el (nnrss-check-group): Reverse.
8222
8223 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8224
8225         * message.el (message-get-reply-headers):
8226         (message-followup): Fix typo, suggested by David Green
8227         <dgreen@uab.edu>
8228
8229 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8232
8233         * nnrss.el (nnrss-open-server): Read server data when it is called.
8234         (nnrss-request-expire-articles): Fix.
8235
8236 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * message.el (message-do-send-housekeeping): mail-abbrevs may
8239         rename buffer behind Gnus.
8240
8241 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8244         (nnrss-group-alist): Add more resources.
8245         (nnrss-check-group): Ignore errors.
8246
8247 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8248
8249         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8250
8251         * nnslashdot.el (nnslashdot-request-list): Add time.
8252         (nnslashdot-request-expire-articles): New function.
8253
8254         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8255         secondary methods too.
8256
8257 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * message.el (message-use-followup-to): Set default value to t.
8260
8261 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8262
8263         * message.el (message-dont-reply-to-names): Fix documentation.
8264         (message-get-reply-headers): Use Mail-Followup-To only for wide
8265         replies.
8266
8267 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8268
8269         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8270         correctly.
8271         (nnrss-check-group): Use time.
8272
8273 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8274
8275         * gnus.el: Oort Gnus v0.03 is released.
8276
8277 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8280         group.
8281
8282 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8285
8286 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * nnultimate.el (nnultimate-retrieve-headers): Return all
8289         available headers.
8290
8291         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8292         (gnus-get-newsgroup-headers-xover): Use it.
8293
8294 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8297
8298 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8299
8300         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8301
8302 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8305         disable it.
8306
8307         * gnus.el (gnus-info-nodes): Remove a few The's.
8308
8309 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8310
8311         * mail-source.el (mail-source-movemail): Call-process may return a
8312         signal description string.
8313
8314         * gnus-start.el (gnus-read-newsrc-el-file):
8315         gnus-newsrc-file-version may be nil.
8316
8317         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8318         Suggested by Michael Sperber [Mr. Preprocessor]
8319         <sperber@informatik.uni-tuebingen.de>.
8320
8321 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8322
8323         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8324
8325 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8326
8327         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8328         fontify HANDLE.
8329
8330 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8331
8332         * smime.el (smime-ask-passphrase): Rework to return value.
8333         (smime-sign-region): Rework to bind value and use it.
8334         (smime-decrypt-region): Ditto.
8335
8336 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8337         Committed by Simon Josefsson  <simon@josefsson.org>
8338
8339         * smime.el (smime-ask-passphrase): New function.
8340         (smime-sign-region): Use it.
8341         (smime-encrypt-cipher): New variable.
8342         (smime-decrypt-region): Ditto.
8343
8344 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8345         Committed by Simon Josefsson  <simon@josefsson.org>
8346
8347         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8348         the log.
8349
8350 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8351
8352         *gnus.el: Oort Gnus v0.02 is released.
8353
8354 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8355
8356         * gnus.el: Oort Gnus v0.01 is released.
8357
8358 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * gnus-sum.el (gnus-summary-highlight): Highlight read
8361         undownloaded articles as read articles.
8362
8363         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8364         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8365         articles, even read ones, as such.
8366
8367         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8368         (gnus-find-matching-articles): New function.
8369         (gnus-summary-limit-include-matching-articles): New command.
8370         (gnus-summary-limit-include-thread): Include articles that have
8371         matching subjects.
8372         (gnus-offer-save-summaries): Clean up.
8373
8374 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8375
8376         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8377
8378 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379         From Jason Merrill <jason_merrill@redhat.com>
8380
8381         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8382
8383 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8384         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8387         newsgroup names when the original article is a news message.
8388
8389 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8392         supported. Suggest by Jim Meyering <jim@meyering.net>.
8393
8394 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8395         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8396
8397         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8398         regexp in nnmail-split-fancy.
8399
8400 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8401
8402         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8403
8404 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8405
8406         * message.el (message-send-mail): Improve the interaction with the
8407         user.
8408
8409 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8410
8411         * imap.el (imap-message-copy): Work around buggy servers that
8412         doesn't send TRYCREATE tags.
8413
8414 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8417
8418 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8421         date.
8422
8423 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8426         lives.
8427
8428 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-art.el (gnus-parse-news-url): New function.
8431         (gnus-button-handle-news): New function.
8432         (gnus-button-alist): Point to new functions.
8433
8434         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8435
8436         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8437         gnus-format-specs.
8438
8439         * message.el (message-check-news-header-syntax): Question even
8440         when Gnus doesn't know the group names.
8441         (message-send-news): Clean up.
8442
8443         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8444         exited on purpose without saving.
8445
8446         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8447
8448 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-score.el (gnus-score-orphans): Clean up.
8451
8452         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8453
8454         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8455         later.
8456
8457         * gnus-start.el (gnus-close-all-servers): Find the right items to
8458         close.
8459
8460         * qp.el (quoted-printable-decode-region): Just message
8461         malformation; don't quit.
8462
8463 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464         From Gerd Moellmann <gerd@gnu.org>.
8465
8466         * gnus.el (gnus-interactive): A typo.
8467
8468 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8469         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8470
8471         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8472         `assq-delete-all', if that function exists; otherwise use the old
8473         definition. Documentation changed to match the one in
8474         `assq-delete-all'.
8475
8476 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-start.el (gnus-close-all-servers): New function.
8479
8480         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8481         (gnus-server-remove-denials): Clean up.
8482
8483         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8484         keystroke.
8485
8486 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * message.el (message-send-news): Message where we are sending.
8489         (message-send-mail): Ditto.
8490
8491         * gnus.el (gnus-server-string): New function.
8492
8493         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8494
8495         * mm-decode.el (mm-default-directory): Customized.
8496         (mm-tmp-directory): Ditto.
8497
8498         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8499         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8500         or Chars.
8501         (gnus-summary-line-format-alist): ?l is now a string.
8502         (gnus-summary-prepare-threads): Output ? for unknown lines.
8503         (gnus-summary-insert-line): Ditto.
8504         (gnus-summary-print-article): Unbalanced parentheses.
8505
8506         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8507         out whether new stuff has arrived.
8508
8509 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8510
8511         * gnus-sum.el: Let printing work on ttys on Emacs.
8512
8513 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8516         when forcing news.
8517
8518         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8519         command.
8520
8521 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8522
8523         * message.el (message-set-auto-save-file-name): Don't use
8524         asterisks under nt.
8525
8526 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8529         lists of articles.
8530
8531         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8532
8533         * gnus-msg.el (gnus-put-message): Clean up.
8534         (gnus-summary-reply): Mark all replied-to articles as replied to.
8535         (gnus-inews-add-send-actions): Also mark as forwarded.
8536         (gnus-summary-mail-forward): Mark as forwarded.
8537
8538         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8539         of articles.
8540         (gnus-summary-mark-article-as-forwarded): Ditto.
8541
8542         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8543         forwarded.
8544         (gnus-summary-mail-forward): Clean up.
8545
8546         * gnus.el (gnus-article-mark-lists): Added forward.
8547
8548         * gnus-sum.el (gnus-forwarded-mark): New variable.
8549         (gnus-summary-prepare-threads): Use it.
8550         (gnus-summary-update-secondary-mark): Ditto.
8551         (gnus-newsgroup-forwarded): New variable.
8552
8553 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8556         (gnus-summary-very-wide-reply): New command and keystroke.
8557         (gnus-summary-very-wide-reply-with-original): Ditto.
8558
8559         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8560         (gnus-score-adaptive): Use it.
8561
8562         * gnus-start.el (gnus-get-unread-articles): Clean up.
8563
8564 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8567         boards.
8568
8569 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8570
8571         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8572         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8573
8574 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * nnultimate.el (nnultimate-retrieve-headers): Understand
8577         long-form month names.
8578
8579 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * gnus-sum.el (gnus-summary-show-all-headers):
8582         gnus-article-show-all-headers is broken. Use
8583         gnus-summary-toggle-header instead.
8584
8585         * mml2015.el (mml2015-gpg-extract-from): No error.
8586
8587 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8589
8590         * mml2015.el (mml2015-gpg-extract-from): New function.
8591         (mml2015-gpg-verify): Use it.
8592         (mml2015-gpg-clear-verify): Use it.
8593
8594 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * message.el (message-setup-fill-variables): Use
8597         fill-paragraph-function.
8598         (message-fill-paragraph): Take an argument.
8599         (message-newline-and-reformat): Take another argument.
8600
8601 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8604
8605 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8606
8607         * message.el (message-forward): local-variable-p takes an extra
8608         argument in XEmacs.
8609
8610 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8611
8612         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8613         `nnimap-use-nov-p' (it really tested the negative).
8614         (nnimap-retrieve-headers): Use it.
8615
8616 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8617
8618         * message.el (message-generate-headers-first): Update doc.
8619
8620 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8621
8622         * gnus.el (gnus-summary-line-format): Typo.
8623
8624 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8625
8626         * mailcap.el (mailcap-mime-data): Add application/sieve.
8627         (mailcap-mime-extensions): Add .siv, .xls.
8628
8629 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630         From Christoph Conrad <christoph.conrad@gmx.de>
8631
8632         * gnus-score.el (gnus-summary-lower-thread): Typo.
8633
8634 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * message.el (message-forward-decoded-p): New variable.
8637         (message-forward-subject-author-subject): Use it.
8638         (message-make-forward-subject): Use it.
8639         (message-forward): Use it.
8640
8641         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8642
8643         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8644         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8645
8646 ;;Has been fixed -- zsh.
8647 ;;2001-03-05  Dave Love  <fx@gnu.org>
8648 ;;
8649 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8650 ;;      Move it after definition of mm-coding-system-p.
8651 ;;
8652 2001-03-01  Dave Love  <fx@gnu.org>
8653
8654         * mm-util.el (mm-inhibit-file-name-handlers): Add
8655         image-file-handler.
8656
8657 2001-02-11  Dave Love  <fx@gnu.org>
8658
8659         * message.el (message-signature-file): Fix doc, :type.
8660
8661 2001-02-08  Dave Love  <fx@gnu.org>
8662
8663         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8664         (message-posting-charset): Defvar when compiling again.
8665         (rfc2047-encodable-p): Require message.
8666
8667         * gnus-sum.el (gnus-alter-articles-to-read-function):
8668         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8669
8670 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * nnrss.el: New file.
8673
8674 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8675         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8676
8677         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8678         `skip-chars-forward'.
8679
8680 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * nndraft.el (nndraft-request-group): Restore auto save files if
8683         the original files do not exist.
8684
8685 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8686
8687         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8688         SCORE paths.
8689
8690         * mm-decode.el (mm-dissect-buffer): Call
8691         mail-extract-address-components only if necessary.
8692
8693 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8696         directory part.
8697         (gnus-score-search-global-directories): Use file-directory-p.
8698
8699         * gnus-score.el (gnus-score-score-files-1): Use
8700         gnus-kill-files-directory.
8701         From Adrian Aichner <adrian@xemacs.org>.
8702
8703 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * gnus.el (charset): Move here from gnus-sum.el.
8706
8707 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8708
8709         * mml.el (mml-preview): Disable local map.
8710
8711         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8712         gnus-article-post-menu here.
8713
8714         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8715         if it has not been made.
8716
8717 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718
8719         * gnus-art.el (gnus-article-describe-key): Map key to event.
8720         (gnus-article-describe-key-briefly): Ditto
8721
8722 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8723
8724         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8725
8726 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8727         From Katsumi Yamaoka <yamaoka@jpl.org>.
8728
8729         * dgnushack.el (coerce, merge, subseq): defmacro.
8730
8731 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8732
8733         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8734         A fake defalias in nndraft.el results a not-activated bug in
8735         uncompiled versions.
8736
8737 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8738         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * gnus-util.el (gnus-split-references): Handle malformed References:.
8741
8742 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8745
8746 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747         From NAGY Andras <nagya@inf.elte.hu>.
8748
8749         * gnus.el (gnus-parameters): Typo.
8750
8751 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus.el (gnus-read-method): Remove redundancy.
8754
8755 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8756
8757         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8758         (nnslashdot-request-list): Use it.
8759
8760 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * nnml.el (nnml-generate-active-info): Fix the case when there is
8763         no file.
8764
8765         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8766         (gnus-summary-create-article): New function.
8767
8768         * gnus-group.el (gnus-group-mark-article-read): New function.
8769
8770         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8771
8772         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8773
8774 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * gnus-art.el (gnus-article-edit-done): Don't use
8777         gnus-article-edit-exit.
8778         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8779
8780         * gnus.el (gnus-parameters): New variable.
8781         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8782         (gnus-parameters-get-parameter): New function.
8783         (gnus-group-find-parameter): Use it.
8784
8785 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8786
8787         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8788         change of default value to `current'.
8789
8790 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * nneething.el (nneething-get-head): Insert unreadable file too.
8793
8794 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8795
8796         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8797
8798         * webmail.el (webmail-type-definition): Deja is bought by google.
8799
8800 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8801
8802         * gnus-sum.el (gnus-fetch-headers): New function.
8803         (gnus-select-newsgroup): Use it.
8804         (gnus-summary-insert-articles): New function.
8805         (gnus-summary-insert-old-articles): New function.
8806         (gnus-summary-insert-new-articles): New function.
8807
8808         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8809         (gnus-group-list-active): Ditto.
8810         * gnus-sum.el (gnus-set-mode-line): Ditto.
8811         (gnus-summary-read-group-1): Ditto.
8812
8813 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8816         current topic.
8817
8818 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8819
8820         * smiley.el (gnus-smiley-display): Don't do widening.
8821
8822         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8823         within body.
8824
8825         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8826
8827         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8828         New variable.
8829         (gnus-mime-display-multipart-related-as-mixed): New variable.
8830         (gnus-mime-display-part): Use them.
8831
8832 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8835         something special.
8836
8837 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8838
8839         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8840         (nnweb-request-article): Call reference if exists.
8841         (nnweb-type-definition): Dejanews is bought by google.com.
8842         Beta!
8843
8844 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8847
8848 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8849
8850         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8851         gnus-article-sort-functions.
8852         (gnus-article-sort-functions): Doc fix.  Refer to
8853         gnus-thread-sort-functions.
8854
8855 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8856         From Paul Jarc <prj@po.cwru.edu>.
8857
8858         * message.el (message-get-reply-headers): More fixes.
8859
8860 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8861         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8862
8863         * message.el (message-get-reply-headers): Fix bug with
8864         Mail-Followup-To/to-address interaction.
8865
8866 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8869         gnus-article-copy.
8870
8871 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * message.el (message-do-send-housekeeping): Rename to a better
8874         name.
8875
8876 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * message.el (message-cancel-news): Check article first, then ask
8879         yes or no.
8880
8881 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8884
8885 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * gnus-range.el (gnus-range-normalize): New function.
8888
8889 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8890
8891         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8892
8893 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8894
8895         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8896
8897         * nnagent.el (nnagent-request-regenerate): New function.
8898
8899         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8900
8901         * nnml.el (nnml-generate-nov-databases): Accept argument
8902         server. Don't open server if it is opened.
8903         (nnml-request-regenerate): Use it. Change to deffoo.
8904
8905 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8906         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8907
8908         * gnus.el (gnus-define-group-parameter): Fix.
8909
8910 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * gnus.el (gnus-define-group-parameter): Improved.
8913
8914         * gnus-sum.el (charset): Define parameter.
8915         (ignored-charsets): Ditto.
8916         (gnus-summary-setup-default-charset): Use them.
8917
8918         * gnus-start.el (gnus-read-descriptions-file): Use them.
8919
8920         * gnus-cus.el (gnus-group-parameters): Remove them.
8921
8922 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8923
8924         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8925
8926 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus-sum.el (gnus-summary-read-group-1): Remove
8929         gnus-summary-set-local-parameters.
8930         (gnus-summary-setup-buffer): Put it here.
8931
8932 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * gnus.el (to-address): Define parameter.
8935         (to-list): Ditto.
8936         * gnus-art.el (article-hide-boring-headers): Use them.
8937         * gnus-msg.el (gnus-post-news): Ditto.
8938         * gnus-cus.el (gnus-group-parameters): Remove them.
8939
8940 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8941
8942         * gnus-draft.el (gnus-draft-reminder): New function.
8943
8944         * gnus-art.el (gnus-sender-save-name): New function.
8945
8946 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * mm-util.el (mm-mime-charset): Error message.
8949
8950 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * message.el (message-check-news-body-syntax): Don't check mml lines.
8953
8954 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8955
8956         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8957         subscribe.
8958
8959         * gnus-start.el (gnus-call-subscribe-functions): New function.
8960         (gnus-find-new-newsgroups): Use it.
8961         (gnus-ask-server-for-new-groups): Use it.
8962         (gnus-check-first-time-used): Use it.
8963         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8964         (gnus-subscribe-options-newsgroup-method): Ditto.
8965         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8966         return .
8967
8968 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8969
8970         * gnus-cus.el (gnus-score-customize): Doc fix.
8971
8972 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8973
8974         * dgnushack.el (my-getenv): Typo.
8975
8976 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8977
8978         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8979
8980 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8983
8984         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8985         (gnus-treatment-function-alist): Use it.
8986         (article-remove-leading-whitespace): New function.
8987         (gnus-article-make-menu-bar): Use it.
8988
8989         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8990         remove-leading-whitespace.
8991         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8992         because of conflict.
8993
8994 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * Makefile.in: Hack generating gnus-load.el.
8997         * dgnushack.el: Ditto.
8998         * gnus-load.el: Remove it.
8999
9000 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * dgnushack.el : Add URLDIR.
9003
9004         * Makefile.in (EMACS_COMP): Ditto.
9005
9006 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * gnus-cus.el (gnus-score-customize): Error on no score file.
9009
9010 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * mm-decode.el (mm-merge-handles): New function.
9013
9014         * mm-view.el (mm-inline-message): Use it.
9015         (mm-view-message): Ditto.
9016
9017         * mm-partial.el (mm-inline-partial): Ditto.
9018
9019         * mm-extern.el (mm-inline-external-body): Ditto.
9020
9021         * gnus-art.el (gnus-mime-view-part): Ditto.
9022         (gnus-mime-view-part-as-type): Ditto.
9023         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9024         cases.
9025
9026 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9027
9028         * message.el (message-cancel-news): Allow to shoot foot.
9029         (message-supersede): Ditto.
9030
9031 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9032
9033         * gnus-sum.el (gnus-simplify-subject-re): Use
9034         message-subject-re-regexp.
9035
9036 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * nnmail.el (nnmail-expiry-target-group): Bind
9039         nnmail-cache-accepted-message-ids to nil.
9040
9041         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9042         coding system.
9043
9044 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045
9046         * qp.el (quoted-printable-encode-region): Make sure characters are
9047         between 00 and FF.  Don't check charset.
9048
9049         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9050         in Emacs 20.
9051         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9052
9053 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * message.el (message-make-forward-subject): Argument decoded.
9056         (message-forward): Use it when digest.
9057
9058         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9059         buffer.
9060
9061 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9062
9063         * message.el (message-generate-headers-first): Doc fix.
9064
9065 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9066
9067         * gnus-art.el (article-make-date-line): Error proof.
9068
9069 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9070
9071         * gnus-group.el (gnus-group-listing-limit): New variable.
9072         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9073
9074         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9075
9076 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * message.el (message-newline-and-reformat): Special case for
9079         breaking at BOL.
9080
9081 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9082
9083         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9084         message/rfc822.
9085
9086 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * message.el (message-encode-message-body): Don't insert
9089         Content-Type if it is inside a mail.
9090
9091 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9094         gnus-article-commands-menu.
9095
9096         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9097         in Emacs.
9098
9099         * gnus-start.el (gnus-read-descriptions-file): Use
9100         gnus-group-name-charset and gnus-group-charset-alist.
9101
9102 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9105         active region.
9106
9107         * gnus-start.el (gnus-group-change-level): Remove from both
9108         gnus-zombie-list and gnus-killed-list.
9109
9110 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9113         gnus-subscribe-topics.
9114
9115         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9116
9117 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9118
9119         * gnus-art.el (gnus-article-make-menu-bar): Make
9120         gnus-article-post-menu.
9121
9122         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9123
9124         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9125
9126         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9127
9128         * message.el (message-mode-menu): Ditto.
9129
9130         * gnus-art.el (defvar): eval-when-compile.
9131
9132 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * gnus-agent.el (gnus-agentize): Fix doc.
9135
9136 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9137
9138         * mml.el (mml-preview): Bind `q'.
9139
9140 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9141
9142         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9143
9144 2001-01-31  Dave Love  <fx@gnu.org>
9145
9146         * mm-util.el (mm-mime-mule-charset-alist)
9147         (mm-find-mime-charset-region): Consider mule-utf-8.
9148
9149 2001-01-31  Dave Love  <fx@gnu.org>
9150
9151         * gnus-art.el (gnus-article-x-face-command)
9152         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9153         :version.
9154
9155 2001-01-26  Dave Love  <fx@gnu.org>
9156
9157         * mm-util.el (mm-multibyte-string-p): New.
9158
9159 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9160 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9161 ;;      string-as-multibyte on class.  Clarify line-folding.
9162         (quoted-printable-encode-string): Make temp buffer inherit
9163         string's multibyteness.
9164
9165 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9166
9167         * nnheader.el (toplevel): Don't require `gnus-util' at
9168         compile-time; this creates a circular dependency, and prevents
9169         a bootstrap.
9170
9171 2001-01-22  Andreas Schwab  <schwab@suse.de>
9172
9173         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9174
9175 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176
9177         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9178
9179         * gnus-art.el (article-hide-list-identifiers): Ditto.
9180
9181         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9182
9183 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9184
9185         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9186
9187         * gnus-art.el (article-hide-list-identifiers): Similar.
9188
9189 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9190
9191         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9192
9193 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9196
9197 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-util.el (gnus-string-equal): New function.
9200
9201         * gnus-art.el (article-hide-boring-headers): Use it.
9202
9203 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9204
9205         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9206
9207 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9208
9209         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9210
9211 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9214         command if there is not last-saver.
9215
9216 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * nntp.el (nntp-open-connection): 201 is possible.
9219
9220 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9223         (rfc2047-charset-encoding-alist): Add big5.
9224
9225 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9228         (gnus-agent-remove-server): Ditto.
9229         (autoload): gnus-server-update-server.
9230
9231         * gnus-srvr.el (gnus-server-line-format): Add %a.
9232         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9233         (gnus-server-insert-server-line): Use it.
9234
9235 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9236
9237         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9238         GB2312 and Big5.
9239
9240 2001-01-24  Simon Josefsson  <sj@extundo.com>
9241
9242         * mail-source.el (mail-sources): Add :program specifier to IMAP
9243         mail source.
9244         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9245
9246 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9249
9250 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * nntp.el (nntp-wait-for): Return the success code.
9253         (nntp-open-connection): Use it.
9254
9255 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9258
9259 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9262
9263 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9266         argument. Allow to print several articles in one file.
9267
9268 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * webmail.el (webmail-type-definition): netaddress changes.
9271
9272 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * gnus.el: Fix copyright. Remove trailing spaces.
9275
9276         * message.el (message-forward): Use mule4.
9277
9278 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9279
9280         * mm-util.el (mm-string-as-unibyte): New function.
9281
9282         * message.el (message-forward): Use it.
9283
9284 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * message.el (message-cite-original-without-signature): Don't peel
9287         off the blank line.
9288         (message-get-reply-headers): Add Cc if it is not in follow-to.
9289
9290 2001-01-20  Simon Josefsson  <sj@extundo.com>
9291
9292         * mm-decode.el (mm-handle-multipart-from): Add.
9293         (mm-dissect-buffer): Save From: header value.
9294         (mm-security-from): Remove.
9295         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9296
9297         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9298         instead of `mml-security-from'.  Protect null from value.
9299
9300 2001-01-20  Simon Josefsson  <sj@extundo.com>
9301
9302         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9303         application/vnd.ms-excel attachments.
9304
9305 2001-01-19  Simon Josefsson  <sj@extundo.com>
9306
9307         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9308
9309 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9310
9311         * message.el (message-ignored-mail-headers): Ditto.
9312
9313 2001-01-19  Simon Josefsson  <sj@extundo.com>
9314
9315         * message.el (message-ignored-news-headers): Only search beginning
9316         of line.
9317
9318 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9319
9320         * message.el (message-send-mail): Content-Type may not be there.
9321
9322 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9325         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9326
9327         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9328         not.
9329
9330 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9333         non-native groups.
9334
9335 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * message.el (message-yank-original): Understand
9338         universal-argument.
9339
9340 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9343         (article-hide-boring-headers): Ditto.
9344
9345         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9346
9347 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9350         one.
9351
9352 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9353
9354         * message.el (message-make-in-reply-to): Add comment to message-id
9355         (old syntax, see 2000-08-02 change).
9356
9357 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9358
9359         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9360         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9361         (gnus-button-reply): Ditto.
9362
9363 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-art.el (article-display-x-face): Fix.
9366
9367 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * gnus-art.el (article-display-x-face): Use
9370         gnus-original-article-buffer.
9371
9372 2001-01-15  Jack Twilley  <jmt@tbe.net>
9373
9374         * message.el (message-add-header): Move to point-max.
9375
9376 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9377
9378         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9379         nil, improve documentation.
9380         (smime-certificate-directory): Comment out false hints (until it
9381         is implemented).
9382
9383         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9384         there aren't any keys.
9385         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9386         verify certificate.  Default is changed to only check integrity.
9387         Improved security status texts.  If a certificate doesn't contain
9388         a email address, don't fail.
9389
9390         * smime.el (smime-noverify-region):
9391         (smime-noverify-buffer): New functions.  Verifies integrity only.
9392
9393 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9394
9395         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9396
9397 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9400         (gnus-remove-some-windows): Ditto.
9401
9402 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9403
9404         * gnus-art.el (article-make-date-line): 11th.
9405
9406 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9409         (mml2015-gpg-sign): Ditto.
9410
9411 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9414         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9415
9416 2001-01-08  Dave Love  <fx@gnu.org>
9417
9418         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9419         single character.
9420
9421         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9422
9423         * message.el: Doc and message fixes.
9424         (message-send-rename-function)
9425         (message-make-forward-subject-function)
9426         (message-send-mail-function, message-reply-to-function)
9427         (message-wide-reply-to-function, message-followup-to-function)
9428         (message-distribution-function, message-auto-save-directory): Fix
9429         :type.
9430
9431         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9432         proceeding after warnings.  Amend multipart warning message.
9433
9434 2001-01-04  Dave Love  <fx@gnu.org>
9435
9436         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9437         compiling.
9438         (gnus-make-directory): Require nnmail.
9439
9440         * mm-decode.el (mm-inline-media-tests): Add
9441         image/x-portable-bitmap.
9442         (mm-get-image): Grok pbm.
9443
9444 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9445
9446         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9447
9448 2001-01-09  Didier Verna  <didier@xemacs.org>
9449
9450         * dgnushack.el (dgnushack-compile): give a dummy value to
9451         `gnus-xmas-glyph-directory' for the time of compilation.
9452         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9453         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9454         * gnus-art.el: ditto.
9455         * gnus-group.el: ditto.
9456         * gnus-salt.el: ditto.
9457         * gnus-sum.el: ditto.
9458         * gnus-topic.el: ditto.
9459         * gnus-xmas.el (gnus-xmas-define): see above.
9460         * gnus-xmas.el (gnus-xmas-redefine): see above.
9461         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9462         non-continuable error when the directory can't be found.
9463
9464 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9467         handle.
9468         * gnus-art.el (gnus-mime-view-part): Copy it.
9469         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9470
9471 2001-01-09  Michael Downes  <mjd@ams.org>
9472
9473         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9474
9475 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9478         orig-file. Use ',source.
9479
9480 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9481
9482         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9483         (gnus-xmas-group-startup-message):
9484         Detect gnus-xmas-glyph-directory when it is nil.
9485
9486 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * pop3.el (pop3-get-message-count): Andrew Innes
9489         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9490
9491 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9494
9495         * time-date.el (time-to-number-of-days): New function.
9496
9497 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9498
9499         * nnslashdot.el (nnslashdot-request-list): Always get the right
9500         sid.
9501
9502 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9503
9504         * message.el (message-minibuffer-local-map): New keymap.
9505         (message-read-from-minibuffer): Use it.
9506         * gnus-msg.el (gnus-summary-resend-message): Use it
9507
9508 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * gnus-start.el (gnus-display-time-event-handler): New function.
9511         (gnus-after-getting-new-news-hook): Use it.
9512
9513 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * message.el (message-ignored-mail-headers): Add draft header.
9516
9517 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9520         excursion.
9521
9522         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9523
9524 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9525
9526         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9527
9528 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9529
9530         * qp.el (quoted-printable-decode-region): Don't backward-char.
9531
9532 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * gnus-draft.el: Mark articles as replied.
9535
9536         * gnus-sum.el (gnus-summary-add-mark): New function.
9537
9538         * gnus-group.el (gnus-add-mark): New function.
9539
9540         * gnus-sum.el (gnus-summary-buffer-name): New function.
9541         (gnus-summary-setup-buffer): Use it.
9542
9543         * gnus-draft.el: Set things up with the right post method and
9544         stuff.
9545
9546         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9547
9548         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9549
9550         * gnus.el (gnus-draft-meta-information-header): New variable.
9551
9552 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-art.el (gnus-treatment-function-alist): Move the date
9555         functions before the header sorting functions.
9556
9557         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9558
9559         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9560         Don't (push "/usr/share/emacs/site-lisp" load-path).
9561
9562         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9563         to empty fill prefixes.
9564
9565 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9566
9567         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9568         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9569
9570 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9573
9574         * nnml.el (autoload): Move to nnheader.el.
9575
9576         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9577         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9578         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9579         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9580
9581 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-art.el (article-make-date-line): Get the hours right.
9584         (gnus-ignored-headers): More hiding.
9585
9586         * nnmail.el (nnmail-expiry-wait): Not an integer.
9587
9588         * message.el (message-goto-body): Only expand abbrev when called
9589         interactively.
9590         (message-make-lines): Use it.
9591
9592 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9595
9596 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9599         include the expunged articles.
9600
9601         * gnus-group.el (gnus-group-sort-by-server): New function.
9602
9603         * gnus.el (gnus-method-to-server-name): New function.
9604         (gnus-group-prefixed-name): Use it.
9605
9606         * gnus-group.el (gnus-group-sort-function): Doc fix.
9607         (gnus-group-sort-groups-by-server): New command.
9608
9609 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-art.el (gnus-treat-date-english): New variable.
9612         (article-date-english): New command.
9613         (gnus-english-month-names): New variable.
9614         (article-make-date-line): Do 'english.
9615
9616         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9617         after the fill prefix.
9618
9619         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9620         score...".
9621
9622         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9623
9624         * message.el (message-mode-map): Bind comment-region.
9625
9626         * gnus-art.el (gnus-mime-display-part): Let w3 display
9627         multipart/related.
9628
9629         * mm-bodies.el (mm-long-lines-p): New function.
9630         (mm-body-encoding): Use it.
9631         (mm-body-encoding): Encode articles with lines longer than 1000
9632         characters.
9633
9634 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * mm-util.el (mm-enable-multibyte): Use
9637         default-enable-multibyte-characters.
9638         (mm-enable-multibyte-mule4): Ditto.
9639         (mm-disable-multibyte): Test XEmacs.
9640         (mm-disable-multibyte-mule4): Ditto.
9641         (mm-with-unibyte-current-buffer): Simplified.
9642         (mm-with-unibyte-current-buffer-mule4): Ditto.
9643
9644 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9647
9648         * nnheader.el (nnheader-string-as-multibyte): New alias.
9649
9650         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9651
9652         * gnus-uu.el (gnus-message-process-mark): New function.
9653         (gnus-uu-mark-by-regexp): Use it.
9654         (gnus-new-processable): New function.
9655
9656 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9657
9658         * gnus-sum.el (gnus-no-mark): New variable.
9659
9660 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9663         backslashes.
9664
9665 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9668         definition.
9669
9670 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9671
9672         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9673
9674         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9675         XEmacs.
9676
9677 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9678
9679         * mml.el (mml-read-tag): Save tag location.
9680
9681 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9682
9683         * starttls.el: Sync with Emacs 21.
9684
9685 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * message.el (message-mail): Support yank-action.
9688
9689         * message.el (message-setup): Revoke the last change.
9690
9691 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9694         <jvromans@squirrel.nl>.
9695
9696 2000-12-24  Simon Josefsson  <sj@extundo.com>
9697
9698         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9699         mailing list junk at end of part.
9700
9701 2000-12-23  Simon Josefsson  <sj@extundo.com>
9702
9703         * nnimap.el (nnimap-expiry-target): New function.
9704         (nnimap-request-expire-articles): Use it.
9705
9706 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9707
9708         * gnus.el (gnus-group-parameters-more): New variable.
9709         * gnus-cus.el (gnus-group-customize): Use it.
9710
9711         * gnus.el (gnus-define-group-parameter): New macro.
9712         (auto-expire): Use it
9713         (total-expire): Use it.
9714         * gnus-art.el (banner): Use it.
9715
9716         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9717         <ljz@asfast.com>.
9718
9719 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9720
9721         * gnus-topic.el (gnus-topic-create-topic): Use list.
9722
9723         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9724         before binding gnus-default-article-saver.
9725
9726         * gnus-sum.el (gnus-summary-save-article):
9727         (gnus-summary-pipe-output):
9728         (gnus-summary-save-article-mail):
9729         (gnus-summary-save-article-rmail):
9730         (gnus-summary-save-article-file):
9731         (gnus-summary-write-article-file):
9732         (gnus-summary-save-article-body-file): Ditto.
9733
9734         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9735
9736 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737
9738         * gnus-art.el (gnus-mime-security-button-map):
9739         (gnus-mime-button-map): Add parent.
9740
9741 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * messagexmas.el (message-xmas-redefine): New function.
9744
9745         * message.el: Use it.
9746
9747         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9748
9749         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9750
9751 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9754         malformatted messages.
9755
9756 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * mm-util.el (mm-image-load-path): New function.
9759
9760         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9761
9762         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9763
9764         * message.el (message-tool-bar-map): Use it.
9765
9766         * Makefile.in (install-el): New rule.
9767
9768 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-art.el (article-treat-dumbquotes): Quote \.
9771
9772 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9775         Emacs 20 runs on a terminal.
9776
9777 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9780
9781         * mml.el (gnus-add-minor-mode): Autoload.
9782
9783         * message.el (message-forward): Save-restriction.
9784
9785 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9786
9787         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9788         Paul Stevenson <p.stevenson@surrey.ac.uk>
9789
9790 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9793
9794         * mml.el (gnus-ems): Don't require.
9795
9796         * gnus.el (gnus-decode-rfc1522): Removed.
9797         (gnus-set-text-properties): Define.
9798
9799 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800
9801         * gnus-art.el (gnus-mime-*): handle may be nil.
9802
9803         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9804
9805         * gnus.el (gnus-group-remove-excess-properties): Not defined
9806         in gnus-xmas.
9807
9808 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * message.el (message-mail-user-agent): Add :version.
9811
9812 2000-12-21  Miles Bader  <miles@gnu.org>
9813
9814         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9815
9816 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9817
9818         * message.el (message-mail-user-agent): New variable.
9819         (message-setup): Renamed to message-setup-1. Support
9820         mail-user-agent.
9821         (message-mail-user-agent): New function.
9822         (message-mail): Use it.
9823         (message-reply): Use it.
9824         (message-resend): Use it.
9825         (message-mail-other-window): Use it.
9826         (message-mail-other-frame): Use it.
9827
9828         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9829
9830 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9831
9832         * message.el (message-tool-bar-map): Simplify.
9833         (message-narrow-to-head-1): New function.
9834         (message-narrow-to-head): Use it.
9835         (message-reply): Ditto.
9836         (message-cancel-news): Ditto.
9837         (message-supersede): Ditto.
9838         (message-make-forward-subject): Ditto.
9839         (message-bounce): Ditto.
9840
9841 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * uudecode.el (uudecode-decode-region-external): make-temp-file
9844         may not be defined.
9845
9846         * binhex.el (defalias): eval-and-compile.
9847
9848         * message.el (message-tool-bar-map): New function.
9849         (message-mode): Use it.
9850
9851 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9852
9853         * nntp.el (nntp-find-connection): Remove the entry.
9854         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9855
9856 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9857
9858         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9859
9860         * message.el (message-forward): Copy buffer in unibyte mode.
9861
9862 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * message.el (message-make-forward-subject): Don't widen. Decode.
9865         (message-forward): Don't decode subject.
9866
9867 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9868
9869         * qp.el (quoted-printable-encode-region): Upcase QP.
9870
9871 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9874         mail-extract-a-c instead. Don't depend on Gnus.
9875
9876         * mml.el (gnus-ems): Require it.
9877
9878         * gnus-msg.el (gnus-summary-mail-forward):
9879
9880         * message.el (message-forward):  Move mime-to-mml here.
9881
9882 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9885         * gnus-art.el (gnus-insert-mime-button): Simplify.
9886         (gnus-mime-display-alternative): Ditto.
9887         (gnus-insert-mime-security-button): Ditto.
9888
9889 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9892         text-property-not-all doesn't return nil when start=mark(end).
9893         (gnus-remove-text-properties-when): Ditto.
9894
9895 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9896
9897         * gnus-start.el (gnus-group-change-level): Remove group from
9898         gnus-active-hashtb if real killed.
9899
9900 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9903         (gnus-mime-display-alternative): Ditto.
9904         (gnus-insert-mime-security-button): Ditto.
9905
9906 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * gnus-start.el (gnus-group-change-level): Don't add it into
9909         killed-list if it was killed.
9910
9911 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9914         (nnmbox-active-file-coding-system): Ditto.
9915
9916         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9917
9918 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9919
9920         * gnus.el (gnus-version):
9921         (gnus-version-number): Set to Oort Gnus 0.01.
9922
9923         * gnus-art.el (gnus-mime-security-button-map):
9924         (gnus-insert-mime-security-button): Fix for Emacs21.
9925
9926 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9927
9928         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9929         easymenu, because XEmacs doesn't understand :help.
9930
9931         * mm-uu.el: Require binhex.
9932
9933 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9936
9937 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9940
9941 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9942
9943         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9944
9945 2000-12-18  Dave Love  <fx@gnu.org>
9946
9947         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9948         (unused).
9949
9950 2000-12-13  Miles Bader  <miles@gnu.org>
9951
9952         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9953         to t, so that we don't get stuck while trying to smilefy
9954         intangible text.
9955
9956 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9957
9958         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9959         at the end of the buffer.
9960         (smiley-region): In the loop, move to the end of the submatch
9961         matching the smiley instead of using the end of the match
9962         of the whole regexp.
9963
9964 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9965
9966         * message.el (message-mode): Doc fix.
9967
9968 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9969
9970         * smiley-ems.el (smiley-region): Doc fix.
9971
9972 2000-12-11  Miles Bader  <miles@gnu.org>
9973
9974         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9975         bottom line visible, check to see if it's partially obscured, and
9976         if so, either scroll one more line to make it fully visible, or
9977         revert to showing the second line from the top.
9978
9979 2000-12-07  Dave Love  <fx@gnu.org>
9980
9981         * mailcap.el (mailcap-download-directory)
9982         * gnus-audio.el (gnus-audio-directory)
9983         * smiley-ems.el (smiley-data-directory): Fix :type.
9984
9985 2000-11-30  Dave Love  <fx@gnu.org>
9986
9987         * message.el (message-auto-save-directory): Use
9988         file-name-as-directory.
9989         (message-set-auto-save-file-name): Create
9990         message-auto-save-directory if necessary.
9991         (message-replace-chars-in-string): Removed -- unused.
9992         (message-mail-alias-type): Customize.
9993         (message-headers): Remove duplicate defgroup.
9994
9995 2000-11-29  Dave Love  <fx@gnu.org>
9996
9997         * qp.el (quoted-printable-decode-region): Use error, not message
9998         to report malformed text (like base64).  Amend message.
9999
10000 2000-11-29  Miles Bader  <miles@gnu.org>
10001
10002         * message.el (message-header-lines): Fontify tag.
10003
10004 2000-11-27  Dave Love  <fx@gnu.org>
10005
10006         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10007         compiler warning.
10008
10009 ;2000-11-26  Dave Love  <fx@gnu.org>
10010 ;
10011 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10012 ;
10013 2000-11-23  Dave Love  <fx@gnu.org>
10014
10015         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10016
10017         * mm-uu.el (uudecode): Require.
10018         (uudecode-decode-region, uudecode-decode-region-external): Don't
10019         autoload.
10020         (mm-uu-copy-to-buffer): Doc fix.
10021         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10022         type fix.
10023
10024         * mailcap.el: Doc fixes.
10025         (mailcap-mime-data): Various adjustments.
10026         (mailcap): New group.
10027         (mailcap-download-directory): Customize.
10028         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10029         (mailcap-temporary-directory): Deleted (unused).
10030         (mailcap-unescape-mime-test): Simplify slightly.
10031         (mailcap-viewer-passes-test): Use functionp.
10032         (mailcap-command-p): Aliased to executable-find.
10033
10034         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10035         default-enable-multibyte-characters is nil.
10036
10037 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10038
10039         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10040
10041 2000-11-21  Dave Love  <fx@gnu.org>
10042
10043         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10044         gnus-article-mode-map.
10045 ;       (gnus-mime-button-menu): Use mouse-set-point.
10046         (gnus-insert-mime-button, gnus-mime-display-alternative)
10047         (gnus-mime-display-alternative): Don't use local-map property.
10048
10049 2000-11-17  Dave Love  <fx@gnu.org>
10050
10051         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10052         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10053         and make-temp-file.
10054         (uudecode-decode-region): Doc fix.
10055
10056 2000-11-14  Dave Love  <fx@gnu.org>
10057
10058         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10059         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10060         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10061         New files, derived from the XPMs.
10062
10063 2000-11-10  Dave Love  <fx@gnu.org>
10064
10065         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10066         (gnus-agent-lib-file, gnus-agent-load-alist)
10067         (gnus-agent-save-alist, gnus-agent-article-name): Use
10068         expand-file-name.
10069
10070         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10071         :version.
10072         (nnkiboze-score-file): Defvar when compiling.
10073
10074         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10075
10076         * gnus-art.el (gnus-article-banner-alist)
10077         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10078         (gnus-article-date-lapsed-new-header)
10079         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10080         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10081         (gnus-treat-strip-headers-in-body)
10082         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10083         (gnus-treat-translate): Add :version.
10084         (gnus-article-mime-part-function): Fix defcustom.
10085
10086         * nnmail.el (nnmail-expiry-target)
10087         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10088         (nnmail-split-header-length-limit): Add :version.
10089
10090         * gnus-sum.el (gnus-auto-expirable-marks)
10091         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10092         (gnus-extra-headers, gnus-ignored-from-addresses)
10093         (gnus-newsgroup-ignored-charsets)
10094         (gnus-group-highlight-words-alist)
10095         (gnus-summary-show-article-charset-alist): Add :version.
10096
10097         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10098         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10099         files, converted from the XPMs.
10100
10101         * gnus-cache.el (gnus-cache-active-file): Don't use
10102         file-name-as-directory on directory.
10103         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10104         use file-name-as-directory on directory.
10105
10106         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10107         (date-to-time): Use it.
10108
10109 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10110 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10111 ;       (message-newline-and-reformat): Likewise.
10112         (message-forward-as-mime, message-forward-ignored-headers)
10113         (message-buffer-naming-style, message-default-charset)
10114         (message-dont-reply-to-names, message-send-mail-partially-limit):
10115         Add :version.
10116
10117         * mm-util.el: Doc fixes.
10118         (mm-mime-charset): Don't use the raw result of
10119         mm-preferred-coding-system.
10120         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10121         (mm-with-unibyte): Simplify.
10122
10123         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10124         concat.
10125
10126         * pop3.el (pop3-version): Deleted.
10127         (pop3-make-date): New function, avoiding message-make-date.
10128         (pop3-munge-message-separator): Use it.
10129
10130 2000-11-09  Dave Love  <fx@gnu.org>
10131
10132         * gnus-group.el (gnus-group-make-directory-group)
10133         (gnus-group-fetch-faq): Use expand-file-name.
10134         (gnus-group-fetch-faq): Simplify completing-read form.
10135
10136         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10137         test for Mule.
10138
10139         * message.el (tool-bar-map): Defvar when compiling.
10140
10141         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10142         (gnus-tm-lisp-directory): Deleted.
10143         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10144         (featurep 'xemacs).
10145         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10146         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10147         version numbers from file names.
10148
10149 2000-11-08  Dave Love  <fx@gnu.org>
10150
10151         * mm-view.el: Use featurep for XEmacs test.
10152         (mm-inline-message): Test for `remove-specifier'; don't use
10153         condition-case.
10154
10155         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10156
10157         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10158         (gnus-score-find-bnews): Don't concat "".
10159
10160         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10161         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10162         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10163         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10164
10165         * gnus-sum.el: Put some defvars in eval-when-compile.
10166         (gnus-summary-mode-hook): Add :options.
10167         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10168         (gnus-summary-tool-bar-map): New variable.
10169         (gnus-summary-make-tool-bar): New function.
10170         (gnus-summary-mode): Put kill-all-local-variables first.
10171
10172         * gnus-group.el (gnus-group-toolbar-map): New variable.
10173         (gnus-group-make-tool-bar): Rewritten.
10174         (gnus-group-mode): Put kill-all-local-variables first.
10175
10176         * rfc2047.el: Require gnus-util.
10177
10178         * nnml.el (gnus-sorted-intersection): Autoload.
10179
10180         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10181         Put some defvars in eval-when-compile.
10182         (gnus-intersection, gnus-sorted-complement):  Autoload.
10183
10184         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10185
10186         * mm-encode.el (mm-body-7-or-8): Autoload.
10187
10188         * mm-decode.el (mm-insert-inline): Autoload.
10189
10190         * mml.el:
10191         * message.el: Put some defvars in eval-when-compile.
10192
10193         * gnus-msg.el: Put some defvars in eval-when-compile.
10194         (gnus-msg-mail): Move after gnus-setup-message.
10195
10196         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10197
10198 2000-11-07  Dave Love  <fx@gnu.org>
10199
10200         * gnus-util.el (nnheader): Don't require message (recursive
10201         autoload).
10202
10203         * uudecode.el: Avoid compiler warnings.
10204
10205         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10206         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10207
10208 2000-11-06  Dave Love  <fx@gnu.org>
10209
10210         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10211
10212         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10213         (uudecode-char-int): New alias, replacing char-int.
10214         (uudecode-decode-region): Don't call buffer-disable-undo.
10215
10216 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10217 ;       (mm-uu-configure-list): Doc fix.
10218 ;
10219 ;       * earcon.el (running-xemacs): Don't define.
10220 ;
10221 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10222 ;
10223 ;       * message.el (message-font-lock-keywords): Match a final newline
10224 ;       to help font-lock's multiline support.
10225 ;
10226 2000-11-03  Dave Love  <fx@gnu.org>
10227
10228         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10229
10230         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10231         name.
10232
10233         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10234         <banner>: Fix custom type, doc.
10235
10236         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10237         name.  Don't disable undo explicitly.
10238
10239 ;2000-11-02  Dave Love  <fx@gnu.org>
10240 ;
10241 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10242 ;       cite-prefix.
10243
10244 2000-11-01  Dave Love  <fx@gnu.org>
10245
10246         * rfc2047.el (base64): Require unconditionally.
10247         (message-posting-charset): Defvar when compiling.
10248         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10249         message.
10250
10251         * gnus-sum.el (nnoo): Require.
10252         (mm-uu-dissect): Autoload.
10253
10254         * mml.el (mml-parse-1): Clarify message.
10255         (mml-minibuffer-read-type): Use mailcap-mime-types.
10256
10257 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10258
10259         * mml.el: Fix a typo in the requiring of CL.
10260
10261 2000-11-01  Dave Love  <fx@gnu.org>
10262
10263         * utf7.el: Require cl when compiling.
10264
10265         * binhex.el: Use (featurep 'xemacs).
10266         (binhex-char-int): New alias, replacing char-int.  Change callers.
10267         (binhex-decode-region): Simplify work buffer code.
10268         (binhex-decode-region-external): Use expand-file-name, not concat.
10269
10270 2000-10-30  Dave Love  <fx@gnu.org>
10271
10272         * gnus-art.el: Fix 2000-10-27 change properly.
10273
10274 2000-10-28  Miles Bader  <miles@gnu.org>
10275
10276         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10277
10278 2000-10-27  Dave Love  <fx@gnu.org>
10279
10280         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10281         strings.
10282         (gnus-group-make-tool-bar): New function.
10283         (gnus-group-mode): Use it.
10284
10285         * message.el (message-mode-menu): Add some :help strings.
10286         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10287         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10288
10289         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10290         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10291         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10292
10293         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10294         display-graphic-p here.
10295
10296 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10297
10298         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10299         of the `gnus-xemacs' variable, as the latter has been removed.
10300         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10301         * gnus-art.el (gnus-treat-display-xface)
10302         (gnus-treat-display-smileys, gnus-treat-display-picons)
10303         (gnus-article-read-summary-keys): Likewise.
10304
10305 2000-10-26  Dave Love  <fx@gnu.org>
10306
10307         (defvar): Use rmail-spool-directory unconditionally.
10308
10309 2000-10-18  Dave Love  <fx@gnu.org>
10310
10311         * mm-bodies.el (mm-uu-decode-function)
10312         (mm-uu-binhex-decode-function): Defvar when compiling.
10313
10314         * gnus-nocem.el (gnus-nocem-issuers): Update.
10315         (gnus-nocem-check-from): New option.
10316         (gnus-nocem-scan-groups): Use it.
10317         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10318         (gnus-nocem-check-article-limit): Add :version.
10319
10320 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10321
10322         * ietf-drums.el (mm-util): Require CL when compiling.
10323
10324 2000-10-15  Dave Love  <fx@gnu.org>
10325
10326         * qp.el: Require mm-util.
10327
10328 2000-10-13  Dave Love  <fx@gnu.org>
10329
10330         * qp.el (quoted-printable-decode-region): Avoid invalid
10331         coding-systems.
10332
10333 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10334
10335         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10336         to a recursive load.
10337
10338 2000-10-12  Dave Love  <fx@gnu.org>
10339
10340         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10341
10342         * gnus.el (gnus-group-startup-message): Check for PBM image.
10343
10344 2000-10-09  Dave Love  <fx@gnu.org>
10345
10346         * mail-source.el (mail-source-fetch-imap): Bind
10347         default-enable-multibyte-characters rather than using
10348         mm-disable-multibyte.
10349
10350 2000-10-05  Dave Love  <fx@gnu.org>
10351
10352         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10353         Autoload.
10354         (quoted-printable-decode-region):  Rename arg which confused
10355         charset with coding-system.  Don't use nonascii-insert-offset.
10356         Coding-system encode the region initially.  Don't recognize `=='
10357         as valid QP.  Coding-system decode the region finally.
10358         (quoted-printable-decode-string): Rename arg which confused
10359         charset with coding-system.
10360
10361         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10362         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10363         mm-encode-coding-region.
10364         (mm-decode-body, mm-decode-string): Rename variables which
10365         confused charset with coding-system.
10366         (binhex-decode-region): Don't autoload.
10367         (mm-body-encoding): Require message.
10368         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10369         cond branches.
10370
10371         * gnus-art.el (article-de-quoted-unreadable)
10372         (article-de-base64-unreadable): Fold search case
10373         rather than downcasing string.  Apply mm-charset-to-coding-system
10374         to arg of quoted-printable-decode-region.
10375
10376 2000-10-04  Dave Love  <fx@gnu.org>
10377
10378         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10379         Require ring when compiling.
10380         (gnus-article-compface-xbm): New variable.
10381
10382 2000-10-04  Dave Love  <fx@gnu.org>
10383
10384         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10385         pbm images.
10386
10387         * frown.pbm, smile.pbm, wry.pbm: New files.
10388
10389         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10390
10391 2000-10-03  Dave Love  <fx@gnu.org>
10392
10393         * mail-source.el (mail-sources): Revert to nil.
10394
10395         * nnmail (nnmail-spool-file): Revert to `((file))'.
10396
10397         * qp.el: Don't require mm-util.
10398         (quoted-printable-decode-region): Rewritten.
10399         (quoted-printable-decode-string, quoted-printable-encode-region):
10400         Doc fix.
10401         (quoted-printable-encode-region): Barf on multibyte characters.
10402         Maybe make the class multibyte.  Upcase chars, not formatted
10403         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10404         (quoted-printable-encode-string): Don't use
10405         mm-with-unibyte-buffer.
10406
10407 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10408
10409         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10410
10411 2000-09-21  Dave Love  <fx@gnu.org>
10412
10413         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10414         (for Emacs 20).  Tidy somewhat.
10415
10416 2000-09-21  Dave Love  <fx@gnu.org>
10417
10418         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10419         image processing.  Rationalize logic somewhat.
10420
10421 2000-09-20  Dave Love  <fx@gnu.org>
10422
10423         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10424         specifically.
10425
10426         * gnus.el (gnus-version-number): Avoid some redundant
10427         autoloads.
10428
10429 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10430
10431         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10432         to XBM; we always have PBM support.
10433
10434 2000-09-14  Dave Love  <fx@gnu.org>
10435
10436         * gnus.el (gnus-charset):
10437         * mm-decode.el (mime-display):
10438         * imap.el (imap) <defgroup>: Add :version.
10439
10440 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10441
10442         * parse-time.el: Fix author's mail address.
10443
10444         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10445         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10446         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10447         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10448         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10449         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10450         * rfc2231.el, uudecode.el: Fix copyright notice.
10451
10452         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10453         require `w3' at load-time only if not running in batch mode.
10454
10455 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * gnus.el: Before merge with Emacs21.
10458
10459 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10460
10461         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10462
10463 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10464
10465         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10466         to avoid conflict with the standard `back-to-indentation'
10467         binding.
10468
10469 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10472
10473         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10474         (mm-disable-multibyte-mule4): Ditto.
10475         (mm-with-unibyte-current-buffer-mule4): Ditto.
10476
10477 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * pop3.el (pop3-movemail): Use binary.
10480         (pop3-movemail-file-coding-system): Removed.
10481
10482 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10485
10486 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10489         exists.
10490
10491 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * gnus-msg.el (gnus-post-method): Use backend name when the
10494         address is "".
10495
10496 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10497
10498         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10499         mm-verify-option.
10500         (gnus-treat-x-pgp-sig): Default value.
10501         (gnus-ignored-headers): Redundant.
10502
10503 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * gnus-win.el (gnus-configure-frame): Save selected window.
10506
10507 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10508
10509         * nnmbox.el: Require gnus-range.
10510         (nnmbox-group-building-active-articles): New variable.
10511         (nnmbox-group-active-articles): New variable; this is a cache of
10512         all active articles by group and number.
10513         (nnmbox-in-header-p): New function.
10514         (nnmbox-find-article): New function.
10515         (nnmbox-record-active-article): New function.
10516         (nnmbox-record-deleted-article): New function.
10517         (nnmbox-is-article-active-p): New function.
10518         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10519         (nnmbox-request-article): Ditto.  Also supply extra arg to
10520         nnmbox-article-group-number.
10521         (nnmbox-request-expire-articles): Ditto.
10522         (nnmbox-request-move-article): Ditto.
10523         (nnmbox-request-replace-article): Ditto.
10524         (nnmbox-request-rename-group): Rename group entry in active
10525         article cache.
10526         (nnmbox-delete-mail): Update active article cache, unless article
10527         is being replaced.
10528         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10529         than partially duplicating it.
10530         (nnmbox-article-group-number): Add extra `this-line' arg, to
10531         handle articles belonging to multiple groups.
10532         (nnmbox-save-mail): Update active article cache.
10533         (nnmbox-read-mbox): Build active article cache when loading mbox.
10534         Also do some repair work, if we find articles that are missing the
10535         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10536         reconstruct these from Xref info.
10537
10538 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10539
10540         * mail-source.el (mail-source-report-new-mail): Use
10541         nnheader-run-at-time.
10542
10543 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10544
10545         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10546         an error is thrown, and then rethrow the error.
10547         (mail-source-check-pop): Ditto.
10548         (mail-source-start-idle-timer): Prevent multiple pop checks
10549         running if the check takes a long time.
10550
10551 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10554         succeed.
10555
10556 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * gnus-win.el (gnus-configure-windows): Make sure
10559         nntp-server-buffer is live.
10560         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10561
10562 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10563
10564         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10565
10566 2000-12-04  Andreas Jaeger  <aj@suse.de>
10567
10568         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10569
10570 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10573
10574 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10576
10577         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10578
10579 2000-12-01  Simon Josefsson  <sj@extundo.com>
10580
10581         * mml-smime.el (mml-smime-verify): Fix address parsing.
10582
10583 2000-12-01  Simon Josefsson  <sj@extundo.com>
10584
10585         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10586         more than one certificate inside PKCS#7 blob.  Better security
10587         information (clamed / actual sender, openssl output, certificates
10588         inside message).
10589
10590         * smime.el (smime-verify-region): Output to /dev/null.
10591         (smime-buffer-as-string-region): Don't parse empty lines.
10592
10593 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10596         ?d and ?D.
10597         (gnus-mime-security-show-details-inline): New variable.
10598         (gnus-mime-security-show-details): Use them.
10599         (gnus-insert-mime-security-button): Ditto.
10600
10601         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10602         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10603         (mml2015-gpg-clear-verify): Ditto.
10604         (mml2015-gpg-decrypt-1): Ditto.
10605         (mml2015-use): Prefer 'gpg.
10606
10607 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10608
10609         * gnus-util.el (gnus-add-text-properties-when): New function.
10610         (gnus-remove-text-properties-when): Ditto.
10611
10612         * gnus-cite.el (gnus-article-hide-citation): Use them.
10613         (gnus-article-toggle-cited-text): Use them.
10614
10615         * gnus-art.el (gnus-signature-toggle): Use them.
10616         (gnus-article-show-hidden-text): Ditto.
10617         (gnus-article-hide-text): Ditto.
10618
10619 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10622
10623 2000-11-30  Simon Josefsson  <sj@extundo.com>
10624
10625         * smime.el (smime-point-at-eol): New alias.
10626         (smime-buffer-as-string-region): Use it.
10627
10628 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10631
10632 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10635
10636         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10637
10638         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10639
10640 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10641
10642         * nnmh.el (nnmh-request-expire-articles): Implemented
10643         expiry-target for nnmh backend.
10644
10645 2000-11-30  Simon Josefsson  <sj@extundo.com>
10646
10647         * mm-decode.el (mm-security-from): New variable.
10648         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10649
10650         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10651         than `from'.
10652
10653 2000-11-30  Simon Josefsson  <sj@extundo.com>
10654
10655         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10656         address match sender address.
10657
10658         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10659
10660         * smime.el (smime-verify-region): Don't copy buffer.
10661         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10662         (smime-pkcs7-region): New function.
10663         (smime-pkcs7-certificates-region): Ditto.
10664         (smime-pkcs7-email-region): Ditto.
10665         (smime-buffer-as-string-region): Ditto.
10666
10667         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10668         buffer.
10669
10670 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10671
10672         * smime.el (smime-decrypt-region): Fix keyfile argument.
10673
10674 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10675
10676         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10677
10678 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * message.el (message-shoot-gnksa-feet): New variable.
10681         (message-gnksa-enable-p): New function.
10682         (message-send): Use it.
10683         (message-check-news-body-syntax): Ditto.
10684
10685 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * message.el (message-make-message-id): Remove the redundancy.
10688
10689 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * message.el (message-setup): Discourage using mc-install-*-mode.
10692
10693         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10694
10695 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10698
10699 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10700
10701         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10702
10703 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10704
10705         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10706
10707 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10710         insert-buffer-substring.
10711
10712         * message.el (message-send-mail): Use buffer-substring-no-properties.
10713         (message-send-news): Ditto.
10714
10715 2000-11-22  David Edmondson  <dme@dme.org>
10716
10717         * imap.el (imap-wait-for-tag): Message read info.
10718
10719 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10722         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10723         (mml2015-gpg-encrypt): Ditto.
10724
10725 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * mm-decode.el (mm-verify-option): Default value.
10728
10729         * mml-sec.el (mml-secure-part): Error message.
10730
10731 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732
10733         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10734
10735 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10738
10739 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10740
10741         * gnus-art.el (gnus-article-describe-key): Use prompt.
10742         (gnus-article-describe-key-briefly): Ditto.
10743
10744 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745
10746         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10747
10748 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * gnus-art.el (gnus-article-describe-key): New function.
10751         (gnus-article-describe-key-briefly): New function.
10752
10753 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * mm-decode.el (mm-decrypt-option): Doc typo.
10756
10757         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10758         return a number.
10759
10760 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * message.el (message-newline-and-reformat): Typo.
10763
10764 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10767         original-article-buffer exists.
10768
10769         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10770         (rfc2047-header-encoding-alist): Addresses are different from text.
10771         (rfc2047-encode-message-header): Ditto.
10772         (rfc2047-dissect-region): Extra parameter.
10773         (rfc2047-encode-region): Ditto.
10774         (rfc2047-encode-string): Ditto.
10775
10776 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10779         (mm-uu-pgp-encrypted-extract): Use it.
10780         (mm-uu-pgp-signed-extract-1): New function.
10781         (mm-uu-pgp-signed-extract): Use it.
10782
10783         * gnus-art.el (gnus-mime-display-security): New function.
10784         (gnus-mime-display-part): Use it.
10785         (gnus-mime-security-verify-or-decrypt): New function.
10786         (gnus-mime-security-press-button): New function.
10787         (gnus-insert-mime-security-button): Use it.
10788
10789         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10790         (mm-find-raw-part-by-type): Ditto.
10791         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10792         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10793         (mm-destroy-parts): Kill nested multibyte buffer.
10794
10795         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10796         (mml2015-gpg-verify): Ditto.
10797
10798 2000-11-18  Simon Josefsson  <sj@extundo.com>
10799
10800         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10801         (mml2015-function-alist): Use it.
10802
10803         * mml-sec.el (mml-sign-alist): Update names.
10804         (mml-encrypt-alist): Ditto.
10805         (mml-secure-part-smime-sign): Moved to mml-smime.el
10806         as `mml-smime-sign-query'.
10807         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10808         `mml-smime-get-file-cert'.
10809         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10810         `mml-smime-get-dns-cert'.
10811         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10812         `mml-smime-encrypt-query'.
10813         (mml-smime-sign-buffer): Use mml-smime-sign.
10814         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10815
10816         * mml-smime.el (mml-smime-sign): New function.
10817         (mml-smime-encrypt):
10818         (mml-smime-sign-query):
10819         (mml-smime-get-file-cert):
10820         (mml-smime-get-dns-cert):
10821         (mml-smime-encrypt-query): Moved from mml-sec.el.
10822
10823 2000-11-16  Simon Josefsson  <sj@extundo.com>
10824
10825         * mml2015.el (mml2015-gpg-clear-verify): New function.
10826         (mml2015-function-alist): Add it.
10827
10828 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * message.el (message-setup-fill-variables): Use
10831         message-cite-prefix-regexp.
10832         (message-newline-and-reformat): Check the end of citation, leading
10833         WSP, break in the cite prefix.
10834         (message-fill-paragraph): New function.
10835
10836 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10837
10838         * lpath.el: Shut up.
10839
10840 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10841
10842         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10843         raw 8-bit in headers in dk.* newsgroups.
10844
10845 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10846
10847         * message.el (message-newline-and-reformat): Match extra WSPs.
10848
10849 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * mml.el (mml-generate-mime-1): Ignore ascii.
10852
10853 2000-11-16 Justin Sheehy  <justin@iago.org>
10854
10855         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10856
10857 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858
10859         * message.el (message-cite-prefix-regexp): Prefix should not end
10860         at space.
10861
10862 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * message.el (message-mode-syntax-table): Add - as a word
10865         constituent as in articles.
10866         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10867         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10868         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10869
10870 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10873
10874 2000-11-12  David Edmondson  <dme@dme.org>
10875
10876         * message.el (message-font-lock-keywords): use
10877         message-cite-prefix-regexp.
10878
10879 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10880
10881         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10882         Stein Arild Str\e,Ax\e(Bmme.
10883         (gnus-group-jump-to-group): Use it.
10884         (gnus-group-jump-to-group-prompt): Customize.
10885
10886 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10887
10888         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10889
10890 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10891
10892         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10893         incompatible.
10894         (mml2015-mailcrypt-sign): Ditto.
10895
10896 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10899         group is open.
10900
10901 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10904         nnvirtual articles.
10905         (gnus-backlog-request-article): Don't request nnvirtual articles.
10906
10907 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10910         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10911
10912 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10915         * mml.el (mml-generate-mime-1): Use charset attribute.
10916         * mm-bodies.el (mm-encode-body): Add parameter charset.
10917         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10918
10919 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10920
10921         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10922         (mml2015-mailcrypt-clear-decrypt): Ditto.
10923         (mml2015-mailcrypt-verify): Ditto.
10924         (mml2015-mailcrypt-clear-verify): Ditto.
10925         (mml2015-gpg-verify): Ditto.
10926
10927 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10928
10929         * smime.el (smime-openssl-program): Test the existence of openssl.
10930         * mml-smime.el: Require mm-decode.
10931         (mml-smime-verify-test): New function.
10932         * mm-decode.el (mm-verify-function-alist): Use it.
10933
10934 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10935
10936         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10937         anyway.
10938
10939 2000-11-13  Simon Josefsson  <sj@extundo.com>
10940
10941         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10942         verification doesn't work.
10943
10944 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10945
10946         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10947         (gnus-inews-do-gcc): Use it.
10948
10949 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10952         leading space.
10953         * mm-extern.el (mm-inline-external-body): Report error when no
10954         access-type.
10955
10956 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10957
10958         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10959
10960 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10961
10962         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10963
10964 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10965
10966         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10967         as multipart/mixed.
10968
10969 2000-11-12  David Edmondson  <dme@dme.org>
10970
10971         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10972         and replace `.' with `\w' to allow for different syntax tables
10973         (from Vladimir Volovich).
10974         * message.el (message-newline-and-reformat): use
10975         `message-cite-prefix-regexp'.
10976         * gnus-cite.el (gnus-supercite-regexp): use
10977         `message-cite-prefix-regexp'.
10978         * gnus-cite.el (gnus-cite-parse): use
10979         `message-cite-prefix-regexp'.
10980
10981 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10984         PGP SIGNATURE.  Escape leading "-"'s.
10985         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10986
10987 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10988
10989         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10990
10991 2000-11-11  Simon Josefsson  <sj@extundo.com>
10992
10993         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10994
10995         * smime.el (smime-details-buffer): New variable.
10996         (smime-sign-region):
10997         (smime-encrypt-region):
10998         (smime-verify-region):
10999         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11000
11001         * mml-smime.el (mml-smime-verify): Support security info.
11002
11003 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * mm-decode.el (mm-verify-option): Set default to nil.
11006         (mm-decrypt-option): Ditto.
11007         * gnus-art.el (article-verify-x-pgp-sig): New function.
11008
11009 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11012         preferred part.
11013
11014 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11015
11016         * gnus-sum.el (gnus-move-split-methods): Say that
11017         `gnus-split-methods' uses file names, whereas this uses group
11018         names.  (Report from Nevin Kapur)
11019
11020 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11023
11024 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11027         (nnheader-directory-articles): Use it.
11028         (nnheader-article-to-file-alist): Ditto.
11029
11030 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * rfc2047.el (rfc2047-pad-base64): New function.
11033         (rfc2047-decode): Use it.
11034
11035 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11038         select method.
11039
11040 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * mml2015.el (mml2015-gpg-decrypt-1):
11043         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11044
11045 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046
11047         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11048
11049 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * pop3.el (pop3-munge-message-separator): A message may have an
11052         empty body.
11053
11054 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11057         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11058         (mm-uu-pgp-signed-extract): Use coding-system.
11059
11060 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11063         (gnus-insert-mime-security-button): New function.
11064         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11065         * mml2015.el:  Add security info when verify or decrypt.
11066         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11067         (mm-uu-pgp-encrypted-extract): Ditto.
11068
11069 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * mm-decode.el (mm-display-parts): New function.
11072         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11073
11074 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11075
11076         * gnus-mlspl.el: Documentation tweaks.
11077
11078 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11079
11080         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11081         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11082         argument.
11083
11084 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11087
11088 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * gnus-art.el (gnus-article-encrypt): New function.
11091         (gnus-article-encrypt-protocol-alist): New variable.
11092         (gnus-article-encrypt-protocol): New variable.
11093         * mml2015.el (mml2015-self-encrypt): New function.
11094         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11095
11096 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11099         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11100         let mailcap do it.
11101         * mml2015.el: Remove snarf code.
11102         * mm-decode.el: Remove snarf code.
11103
11104 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11105
11106         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11107         (mml-insert-mime): Understand gnus-decoded.
11108         (mime-to-mml): New parameter handles.
11109         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11110         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11111
11112 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * mm-decode.el (mime-security): New group.
11115         (mm-verify-function-alist): Add test function.
11116         (mm-decrypt-function-alist): Ditto.
11117         (mm-snarf-option): Set default value as nil.
11118         (mm-find-part-by-type): Recursive parameter.
11119         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11120         * mml2015.el: Support draft-ietf-openpgp-multsig.
11121
11122 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11125         (gnus-article-view-part-as-charset): New function.
11126
11127 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * mm-decode.el (mm-verify-option): Default value.
11130         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11131
11132 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11135
11136 2000-11-05  Simon Josefsson  <sj@extundo.com>
11137
11138         * mml-smime.el (mml-smime-verify): Work in original multipart
11139         buffert.
11140
11141         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11142         (mm-handle-multipart-ctl-parameter): Ditto.
11143         (mm-alist-to-plist): New function.
11144         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11145         for multiparts.
11146         (mm-destroy-parts): Destroy multipart buffert.
11147         (mm-remove-part): Ditto.
11148
11149         * mml-smime.el (mml-smime-sign): Not used.
11150         (mml-smime-encrypt): Ditto.
11151
11152         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11153
11154         Verify S/MIME signature support.
11155
11156         * mm-decode.el (mm-inline-media-tests): Add
11157         application/{x-,}pkcs7-signature.
11158         (mm-inlined-types): Ditto.
11159         (mm-automatic-display): Ditto.
11160         (mm-verify-function-alist): Ditto.  Add name of method.
11161         (mm-decrypt-function-alist): Add name of method.
11162         (mm-find-part-by-type): Add documentation.
11163         (mm-possibly-verify-or-decrypt): Use new format of
11164         mm-{verify,decrypt}-function-alist.  Use method names.
11165
11166         * mml-smime.el (mml-smime-verify): New function.
11167
11168 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11171
11172 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11175         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11176         * mm-decode.el (mm-snarf-option): New variable.
11177
11178 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * mm-util.el (mm-subst-char-in-string): New function.
11181         (mm-replace-chars-in-string): Use it.
11182         * message.el (message-replace-chars-in-string): Use it.
11183         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11184         * gnus-mh.el (mh-lib-progs): Shut up.
11185
11186 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11187
11188         * base64.el, md5.el: Moved to contrib directory.
11189
11190 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11191
11192         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11193         the last article when search.
11194
11195 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11198         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11199
11200 2000-09-29  David Edmondson  <dme@thus.net>
11201
11202         * message.el (message-newline-and-reformat): Typo.
11203
11204 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11207
11208 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * nntp.el (nntp-decode-text): Delete bogus status lines.
11211
11212 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11213
11214         * message.el (message-font-lock-keywords): Match a final newline
11215         to help font-lock's multiline support.
11216
11217 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * nnoo.el (nnoo-set): New function.
11220
11221 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11222
11223         * gpg.el, gpg-ring.el: Moved to contrib directory.
11224
11225 2000-11-04  Simon Josefsson  <sj@extundo.com>
11226
11227         * nnimap.el (nnimap-split-inbox): Typo.
11228
11229 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11232
11233 2000-11-03  Simon Josefsson  <sj@extundo.com>
11234
11235         * rfc2231.el (rfc2231-parse-qp-string): New function.
11236         (require): rfc2047.
11237
11238         * mail-parse.el (mail-header-parse-content-type):
11239         (mail-header-parse-content-disposition): Support invalid QP
11240         encoded strings, by using `rfc2231-parse-qp-string'.
11241
11242 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11245         (rfc2231-decode-encoded-string): Typo "> X 1".
11246         (rfc2231-encode-string): Insert the name of charset.
11247         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11248
11249 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11250
11251         * mm-decode.el (mm-save-part): Return the filename.
11252         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11253         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11254         (gnus-mime-action-alist): Use it.
11255         (gnus-mime-button-commands): Use it.
11256         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11257         (mm-inline-external-body): unwind-protect.
11258
11259 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11260
11261         * gnus-art.el (gnus-insert-mime-button): Show url.
11262
11263 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * mml.el (mml-generate-mime-1): Support external url.
11266         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11267
11268 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11271         * mm-decode.el (mm-display-external): Ditto.
11272         * mm-extern.el: New file.
11273         * mm-decode.el (mm-inline-media-tests): Hook it up.
11274         (mm-inlined-types): Inline message/external-body.
11275
11276 2000-11-02  Simon Josefsson  <sj@extundo.com>
11277
11278         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11279
11280         * message.el (message-get-reply-headers): Better handling when
11281         Mail-Followup-To is very large.
11282
11283 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11286         * gnus-art.el (gnus-article-edit-done):
11287         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11288         counting code here.
11289         * gnus-msg.el (gnus-setup-message): Remove a hack.
11290
11291 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11294         (gnus-summary-mode): Make them local variables.
11295         (gnus-set-global-variables): Globalize them.
11296         (gnus-summary-exit): Kill them.
11297
11298 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11299
11300         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11301         word.
11302
11303 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11306         gnus-article-wash-types.
11307         * gnus-art.el (gnus-article-wash-status): Use them.
11308
11309 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * mml.el (mml-read-tag): Remove spaces and LF.
11312
11313 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11316         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11317
11318 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11321
11322 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11323
11324         * gnus-sum.el (gnus-article-charset): New variable.
11325         (gnus-summary-display-article): Set it.
11326         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11327         * gnus-art.el (gnus-article-mode): Make it local variable.
11328
11329 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11332
11333 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * nnwfm.el: New file.
11336
11337         * nnweb.el (nnweb-replace-in-string): New function.
11338
11339 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * mml2015.el: Wrap gpg.el.
11342         * gpg.el (gpg-verify): The last argument of apply is a list.
11343         (gpg-encrypt): Add passphrase as a parameter.
11344
11345 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * gpg.el: New file.
11348         * gpg-ring.el: New file.
11349
11350 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11353
11354 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11357         double-quote characters.
11358         (gnus-summary-prepare-threads): Ditto.
11359
11360 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11363         * mml.el (mml-read-tag): Don't skip the leading space.
11364         * lpath.el (font-lock-set-defaults): Shut up.
11365
11366 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11369
11370 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * qp.el (quoted-printable-encode-region): Replace leading - when
11373         ultra safe.
11374         * mml.el (mml-generate-mime-postprocess-function): Removed.
11375         (mml-postprocess-alist): Removed.
11376         (mml-generate-mime-1): Use ultra-safe when sign.
11377         * mml2015.el (mml2015-fix-micalg): Uppercase.
11378         (mml2015-verify): Insert LF.
11379         (mml2015-mailcrypt-sign): Downcase; search backward.
11380
11381 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11384         restrictive.
11385         (nnultimate-table-regexp): New variable.
11386         (nnultimate-forum-table-p): Use it.
11387
11388 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11389
11390         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11391
11392 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11395         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11396
11397 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * mml2015.el: Shut up.
11400
11401 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11402
11403         * gnus.el (gnus-server-browse-hashtb): Removed.
11404         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11405         (gnus-group-insert-group-line-info): Use simplified method.
11406         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11407
11408 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11409
11410         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11411         moved here.
11412         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11413         * gnus-group.el (gnus-group-prepare-flat): Use it.
11414         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11415
11416 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11417
11418         * mml.el (mml-mode): Show menu in XEmacs.
11419
11420 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11423         (gnus-server-read-server-in-server-buffer): New function.
11424         (gnus-browse-foreign-server): Browse in group buffer.
11425         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11426         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11427         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11428         * gnus.el (gnus-server-browse-hashtb): New variable.
11429
11430 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * nnfolder.el (nnfolder-open-nov): Use group.
11433
11434 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11435
11436         * nnfolder.el: Add NOV. Set version to 2.0.
11437         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11438
11439 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11442
11443 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11444
11445         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11446         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11447
11448 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11449
11450         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11451
11452 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11453
11454         * mm-decode.el (mm-verify-function-alist): New variable.
11455         (mm-verify-option): New variable.
11456         (mm-decrypt-function-alist): Ditto.
11457         (mm-decrypt-option): Ditto.
11458         (mm-find-raw-part-by-type): New function.
11459         (mm-possibly-verify-or-decrypt): New function.
11460         (mm-dissect-multipart): Use it.
11461         * mml2015.el (mml2015-fix-micalg): New function.
11462         (mml2015-decrypt): Use new interface.
11463         (mml2015-verify):  Use new interface.
11464         (mml2015-setup): Make it bogus.
11465
11466 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467
11468         * mml.el (mml-generate-mime-postprocess-function): Set to
11469         mml-postprocess.
11470         (autoload): Autoload mml2015 and mml-smime.
11471         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11472         * mml2015.el (mml2015-encrypt): New function.
11473         (mml2015-sign): New function.
11474         (mml2015-encrypt-function): New variable.
11475         (mml2015-sign-function): New variable.
11476         (mml2015-mailcrypt-encrypt): Use message-recipients.
11477         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11478         * mml-smime.el (mml-smime-setup): Ditto.
11479
11480 2000-10-28  Simon Josefsson  <sj@extundo.com>
11481
11482         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11483         Communigate Pro 3.3.1 server.
11484
11485         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11486         in buffers.
11487         (mml-secure-dns-server): Removed.
11488         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11489         write certificates to files.
11490
11491         * smime.el (smime-dns-server): New variable.
11492         (smime-mail-to-domain):
11493         (smime-cert-by-dns): New functions.
11494
11495         * dig.el: New file.
11496
11497 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * message.el (message-options): New variable.
11500         (message-options-set-recipient): New function.
11501         (message-send): Use them.
11502         * gnus-int.el (gnus-request-replace-article): Use them.
11503         (gnus-request-accept-article): Ditto.
11504         * mml.el (mml-preview): Use them.
11505         * gnus-sum.el (gnus-summary-edit-article): Use them.
11506
11507         * message.el (message-options-get): New function.
11508         (message-options-get): New function.
11509         * rfc2047.el (rfc2047-encode-message-header): Use them.
11510         * mm-bodies.el (mm-encode-body): Use them.
11511
11512 2000-10-28  Simon Josefsson  <sj@extundo.com>
11513
11514         * nnimap.el (nnimap-retrieve-which-headers):
11515         (nnimap-request-article-part): Quote message-id.
11516
11517         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11518         (smime-CA-file): New variable.
11519         (smime-call-openssl-region): Don't error.
11520         (smime-sign-region): Return result value.
11521         (smime-encrypt-region): Ditto.
11522         (smime-verify-region): New function.
11523         (smime-decrypt-region): Ditto.
11524         (smime-verify-buffer): Ditto.
11525         (smime-decrypt-buffer): Ditto.
11526
11527         * mml.el: Require mml-sec.
11528         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11529         (mml-mode-map): Add "sign" and "encrypt" maps.
11530         (mml-menu): Add security menu.
11531         (mml-preview): Use generate-new-buffer.
11532
11533         * mml-sec.el: New file.
11534
11535 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * mm-decode.el (mm-find-part-by-type): Move it here.
11538         * mml.el (mml-postprocess): Move it here.
11539         (mml-postprocess-alist): Move it here. Merge them.
11540
11541 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11544         unencoded stuff in the header.
11545
11546 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * gnus-group.el (gnus-group-listed-groups): New variable.
11549         (gnus-group-list-option): New variable.
11550         (gnus-group-list-limit-map): New keymap.
11551         (gnus-group-list-flush-map): New keymap.
11552         (gnus-group-list-plus-map): New keymap.
11553         (gnus-group-prepare-logic): New function.
11554         (gnus-group-prepare-flat): Merge with
11555         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11556         (gnus-group-prepare-flat-list-dead): Ditto.
11557         (gnus-group-list-matching): Use gnus-group-prepare-function.
11558         (gnus-group-list-dormant): Ditto.
11559         (gnus-group-list-cached): Ditto.
11560         (gnus-group-listed-groups): New function.
11561         (gnus-group-list-limit): New function.
11562         (gnus-group-list-flush): New function.
11563         (gnus-group-list-plus): New function.
11564         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11565         (gnus-topic-prepare-topic): Ditto.
11566
11567 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11568
11569         * message.el (message-insert-to, message-get-reply-headers):
11570         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11571
11572 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * mml2015.el: New file.
11575         * smime.el: New file.
11576         * mml-smime.el: New file.
11577
11578 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579
11580         * ChangeLog: Moved to ChangeLog.1.
11581
11582     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11583   Copying and distribution of this file, with or without modification,
11584   are permitted provided the copyright notice and this notice are preserved.
11585
11586 ;; Local Variables:
11587 ;; coding: iso-2022-7bit
11588 ;; End: