*** empty log message ***
[gnus] / lisp / ChangeLog
1 2003-05-07  Dave Love  <fx@gnu.org>
2
3         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
4
5         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
6         possible values.
7
8 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
9
10         * message.el (message-kill-to-signature): Fix.
11
12 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
13
14         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
15
16         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
17         (gnus-mime-display-multipart-related-as-mixed)
18         (gnus-button-mid-or-mail-heuristic-alist): do.
19
20 2003-05-05  Dave Love  <fx@gnu.org>
21
22         * mm-util.el (mm-default-multibyte-p): New.
23         (mm-coding-system-p): Maybe use find-coding-systems.
24
25 2003-05-04  Dave Love  <fx@gnu.org>
26
27         * rfc2047.el (with-syntax-table): Define if necessary.
28         (rfc2047-syntax-table): Fix last change for XEmacs.
29         (rfc2047-parse-and-decode): Revert last change.
30
31 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
32
33         * gnus.el: Don't test for `mm-guess-mime-charset'.
34
35         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
36
37         * gnus.el (gnus-default-charset): Set default value to
38         `undecided'.
39
40         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
41         mm-decode-body.
42
43         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
44         (mm-decode-body): Don't use mm-decode-coding-region-safely.
45
46 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
47
48         * gnus-util.el (gnus-multiple-choice): Add ", ?".
49
50 2003-05-03  Dave Love  <fx@gnu.org>
51
52         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
53         with 2 args.
54         (rfc2047-decode-string): Don't set the buffer multibyte before
55         calling buffer-string.
56
57         * mm-encode.el (mm-long-lines-p): Autoload.
58         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
59         unibyte.  Signal error on unknown encoding.
60         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
61
62         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
63         Callers of gnus- versions changed to use them.
64         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
65         fixes.
66         (rfc2047-encoding-type): New.
67         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
68         Don't include header name field in encoding.  Add `address-mime'
69         case and bind rfc2047-encoding-type for `mime' case.
70         (rfc2047-encodable-p): Deleted.
71         (rfc2047-syntax-table): New.
72         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
73         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
74         in place rather than by passing strings.
75         (rfc2047-encode-string): Doc fix.
76         (rfc2047-q-encode-region): Don't use
77         mm-with-unibyte-current-buffer.
78         (rfc2047-encoded-word-regexp): eval-and-compile.
79         (rfc2047-decode-region): Avoid concatenation in loop.
80         (rfc2047-parse-and-decode): Remove useless disjunction.
81
82 2003-05-02  Dave Love  <fx@gnu.org>
83
84         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
85         mm-with-unibyte-current-buffer.
86         (ietf-drums, gnus-util): don't require.
87
88         * sieve.el (sieve-manage-mode-menu): Define before use.
89
90         * mml-smime.el (message-narrow-to-headers): Autoload.
91
92         * mm-util.el (mm-coding-system-p): Don't override nil from
93         coding-system-p.
94         (mm-mule4-p, mm-disable-multibyte-mule4)
95         (mm-with-unibyte-current-buffer-mule4): Deleted.
96         (mm-multibyte-p): Use defun, not defalias.
97         (mm-make-temp-file): Moved to group at top of file.
98         (mm-point-at-eol, mm-point-at-bol): New.
99
100         * gnus-cite.el (gnus-art): Require.
101
102         * gnus-ems.el (gnus-get-buffer-create)
103         (nnheader-find-etc-directory, message-text-with-property):
104         Autoload.
105         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
106         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
107         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
108         (gnus-check-before-posting): Only defvar when compiling.
109
110         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
111
112         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
113         Defvar when compiling.
114         (gnus-output-to-rmail): Require mm-util.
115
116         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
117         (mail-source-make-complex-temp-name): Deleted.
118
119         * message.el (message-use-idna): Use mm-coding-system-p.
120         (message-tokenize-header, message-make-organization)
121         (message-make-from):  Use with-temp-buffer.
122         (message-set-work-buffer): Deleted.
123         (message-fill-paragraph): Use `if' not `and' for compiler warning.
124         (message-check-news-header-syntax): Remove useless lambda.
125         (message-forward-make-body): Use mm-disable-multibyte,
126         mm-with-unibyte-current-buffer, mm-enable-multibyte.
127         (message-replace-chars-in-string): Deleted.
128
129         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
130         (mm-extern-url): Use mm-with-unibyte-current-buffer,
131         mm-disable-multibyte.
132         (mm-extern-anon-ftp): Use mm-disable-multibyte.
133
134         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
135         mm-with-unibyte-current-buffer.
136
137         * mml2015.el (mml): Require.
138         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
139         mm-with-unibyte-current-buffer.
140
141         * nnheader.el (gnus-util): Require.
142
143         * nntp.el (format-spec, format-spec-make, open-tls-stream):
144         Autoload.
145
146         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
147         (mail-header-remove-whitespace): Autoload.
148
149         * sieve-manage.el (starttls-negotiate): Autoload.
150
151 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
154
155 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
156
157         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
158
159 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus.el (gnus-version-number): Bump.
162
163 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
166         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
167
168         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
169         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
170
171         * gnus-registry.el (gnus-registry-fetch-extra) 
172         (gnus-registry-store-extra, gnus-registry-group-count): new functions
173         (gnus-registry-fetch-group, gnus-registry-delete-group) 
174         (gnus-registry-add-group): changed to work with extra data element
175         if present
176
177 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
178
179         * gnus.el: Gnus v5.10.1 is released.
180
181 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
182
183         * gnus.el: Oort Gnus v0.24 is released.
184
185 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * dgnushack.el (when): Check whether defadvice is fbound.
188
189 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
190
191         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
192         (gnus-registry-register-message-ids): use it
193
194 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * gnus.el (gnus-version-number): Bump.
197
198         * gnus.el: Update copyright for several files.
199
200 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
201
202         * gnus.el: Oort Gnus v0.23 is released.
203
204 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * spam-stat.el (spam-stat-test-directory): Compare against zero. 
207
208 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
209
210         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
211         
212 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * message.el (message-forward-subject-name-subject): Decode
215         string when forwarding.
216
217 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
218
219         * dgnushack.el (when): Add defadvice.
220
221 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus.el (gnus-version-number): Bump.
224
225 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
226
227         * gnus.el: Oort Gnus v0.22 is released.
228
229 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
230
231         * gnus.el: Oort Gnus v0.21 is released.
232
233 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus.el (gnus-version-number): Bump.
236
237 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
238
239         * gnus.el: Oort Gnus v0.20 is released.
240
241 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
242
243         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
244
245 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
246
247         * mm-url.el (mm-url-insert-file-contents): set url-current-object
248         in the case where mm-url-use-external is set.
249
250         * nnrss.el (nnrss-request-article): Change the messages created to
251         multipart/alternative.  Hopefully fixes a problem interaction with
252         w3m.
253         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
254         around.
255
256 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * message.el (message-check-news-header-syntax): Alter "posting"
259         message. 
260
261         * nnrss.el (nnrss-node-text): Don't use char classes.
262
263 2003-05-01  David Z. Maze  <dmaze@mit.edu>
264
265         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
266         in condition-case.
267
268 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * message.el (message-required-headers): Remove In-Reply-To.
271
272         * gnus-int.el (gnus-open-server): Revert changes.
273
274 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
275
276         * gnus-int.el (gnus-open-server): Try to open unagentized servers
277         even when unplugged.
278
279 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
280
281         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
282         doc-string.
283
284 2003-05-01  Steve Youngs  <youngs@xemacs.org>
285
286         * lpath.el: Add a section for non-Mule XEmacsen.
287         fbind `find-charset-string' and `coding-system-base' in that
288         section.
289
290         * gnus-util.el (gnus-completing-read-maybe-default): New.
291         (gnus-completing-read): Use it.
292
293         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
294
295         * gnus-art.el (gnus-read-string): New.
296         (gnus-summary-pipe-to-muttprint): Use it.
297
298         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
299
300         * dns.el (dns-make-network-process): Use it.
301
302         Take care of some differences between XEmacs 21.1 and newer
303         versions of XEmacs.
304
305 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
306
307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
308         diagnostic message
309         (gnus-registry-grep-in-list): don't run when word is nil
310         (gnus-registry-fetch-message-id-fast): new function
311         (gnus-registry-delete-group, gnus-registry-add-group): make sure
312         the id and group are not nil
313         (gnus-registry-register-message-ids): new function
314         (gnus-register-action): optimized logical flow
315         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
316
317 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
318
319         * gnus-delay.el (gnus-delay-article): Call
320         `gnus-agent-queue-setup' to create the delay group.
321
322         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
323         for the (queue) group name.
324
325 2003-04-30  Simon Josefsson  <jas@extundo.com>
326
327         * mm-util.el (mm-charset-to-coding-system): Use user specified
328         charset unless coding-system-get is fboundp.
329
330 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
331
332         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
333         Wrapped in eval-when-compile.
334         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
335         shouldn't be asked twice to go online with each server.
336         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
337         gnus-agent-crosspost, gnus-agent-flush-cache,
338         gnus-agent-fetch-session, gnus-agent-unread-articles,
339         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
340         gnus-agent-group-covered-p): Expanded pop macros used for
341         effect. Avoids compilation warning in emacs 21.3.
342
343         * gnus-int.el (gnus-open-server): Restructured to only open
344         nnagent when gnus-plugged is nil.
345
346 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * lpath.el: Fbind string-to-multibyte.
349
350 2003-04-30  Steve Youngs  <youngs@xemacs.org>
351
352         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
353
354 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * gnus-registry.el (gnus-registry-fetch-group): faster
357         (gnus-registry-delete-group): new function
358         (gnus-registry-add-group): new function
359         (gnus-register-spool-action): use it
360         (gnus-register-action): use it
361         (gnus-registry-translate-from-alist) 
362         (gnus-registry-translate-to-alist): remove the headers registry
363         for now
364
365 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
366
367         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
368
369 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * spam-report.el (spam-report-gmane): gnus-summary-article-number
372         is not necessary, just use the function parameter
373
374 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
375
376         * spam-stat.el (spam-stat-save): No longer font-locks the file
377         when saving
378
379 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * canlock.el: Bind mail-header-separator when compiling (XEmacs
382         provides it in mail-lib/auto-autoloads.el).
383
384 2003-04-29  Simon Josefsson  <jas@extundo.com>
385
386         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
387         message-sender.
388
389         * mml.el (mml-generate-mime-1): Set mml-sender too.
390
391 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
392
393         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
394
395         * mm-url.el (mm-url-use-external): do.
396
397 2003-04-29  Simon Josefsson  <jas@extundo.com>
398
399         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
400         warnings).
401
402         * sieve-mode.el (c-mode): Ditto.
403
404         * pgg.el (run-at-time): Ditto.
405
406         * mm-url.el (require): Require timer when compiling for
407         with-timeout macro (fix xemacs compile warnings).
408
409 2003-04-28  Dave Love  <fx@gnu.org>
410
411         * gnus-util.el (nnheader): Don't require.
412         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
413         Autoload.
414
415         * spam.el: Require cl when compiling.
416
417         * dns.el: Require cl when compiling.
418
419 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
420
421         * gnus-art.el (gnus-article-goto-next-page)
422         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
423         gnus-pick-mode work.
424
425 2003-04-28  Steve Youngs  <youngs@xemacs.org>
426
427         * Makefile.in (FLAGS): Use @FLAGS@.
428
429 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
430
431         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
432         (gnus-mime-display-multipart-alternative-as-mixed) 
433         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
434         allow customization.
435
436 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
437
438         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
439         currently called (See source for explanation).
440
441 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
444         (gnus-summary-mark-read-and-unread-as-read): Take an optional
445         mark.
446
447         * gnus.el (gnus-version-number): Bump.
448
449 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
450
451         * gnus.el: Oort Gnus v0.19 is released.
452
453 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
454
455         * gnus-registry.el (gnus-register-spool-action): Replaced literal
456         carriage-return character with its escape sequence.
457
458 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
461
462         * nnrss.el (nnrss-node-text): Use only one
463         gnus-replace-in-string. 
464
465         * gnus.el: Remove gnus-functionp throughout.
466
467         * gnus-util.el (gnus-functionp): Removed.
468
469         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
470
471         * message.el (message-required-headers): Add In-Reply-To.
472
473 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
474
475         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
476         to binary.
477
478 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
479
480         * mml.el (mml-preview): do.
481
482         * message.el (message-mode): do.
483
484         * gnus-undo.el (gnus-undo-mode): do.
485
486         * gnus-topic.el (gnus-topic-mode): do.
487
488         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
489
490         * gnus-msg.el (gnus-setup-message)
491         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
492
493         * gnus-gl.el (gnus-grouplens-mode): do.
494
495         * gnus-art.el (gnus-mime-save-part-and-strip)
496         (gnus-mime-delete-part): Use it.
497
498         * gnus-util.el (gnus-make-local-hook): New function.
499
500 2003-04-25  Simon Josefsson  <jas@extundo.com>
501
502         * nnrss.el (nnrss-node-text): Don't use a star.
503         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
504
505 2003-04-24  Dave Love  <fx@gnu.org>
506
507         * mm-encode.el (mm-long-lines-p): Autoload.
508         (mm-encode-content-transfer-encoding): Don't try to make buffer
509         unibyte before decoding.  Don't ignore errors for base64 encoding.
510
511         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
512         Signal error on malformed text, as for base64.
513         (quoted-printable-encode-region): DTRT in Emacs 22.
514
515         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
516         (mm-auto-save-coding-system): Consider utf-8-emacs.
517         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
518         (mm-charset-to-coding-system, mm-mime-charset)
519         (mm-find-mime-charset-region): Check for :mime-charset coding
520         systems property.
521
522         * mml-sec.el (mml2015, mml1991): Don't require.
523         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
524         (message-goto-body, mml-insert-tag): Autoload.
525
526         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
527
528         * gnus-start.el (message-make-date): Autoload rather than
529         requiring message.
530
531         * gnus-group.el (gnus-group-name-charset-group-alist): Use
532         mm-coding-system-p.
533         (gnus-cache-active-altered): Defvar when compiling.
534         (gnus-group-delete-group): Re-write to help avoid warnings.
535
536         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
537
538         * pgg.el: Split eval-when-compile forms.
539
540 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
541
542         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
543         (gnus-fetch-old-ephemeral-headers): News variables.
544         (gnus-group-read-ephemeral-group): Use them.
545
546 2003-04-24  Simon Josefsson  <jas@extundo.com>
547
548         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
549
550         * nnrss.el (nnrss-node-text): Ditto.
551
552 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
555         gnus-inews-mark-gcc-as-read exists.
556
557 2003-04-23  Simon Josefsson  <jas@extundo.com>
558
559         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
560         doesn't exceed the regexp stack space.
561
562 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
563
564         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
565
566         * gnus-art.el (gnus-article-hide-pgp-hook): do.
567
568 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
569
570         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
571
572 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
573
574         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
575
576 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * dgnushack.el (merge, copy-list): Remove compiler macros.
579         (butlast): Add a compiler macro.
580
581 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
582
583         * gnus-util.el (gnus-merge): Added "type" argument to match CL
584         merge and gnus-sum.el's expectations.
585
586 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
587
588         * gnus-art.el (gnus-button-url-regexp): Added nntp.
589
590         * message.el (message-generate-headers-first): Default to
591         '(references).
592
593         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
594
595 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
596
597         * smime.el (smime-decrypt-region): Insert From header.
598
599 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
600
601         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
602         Max length of header is 726, not 740.  From Gaute B Strokkenes
603         <gs234@cam.ac.uk>.
604
605 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
606
607         * nndb.el, mml1991.el: Fix license template.
608
609 2003-04-20  Simon Josefsson  <jas@extundo.com>
610
611         * nnimap.el (nnimap-split-articles): Don't download body unless
612         required.
613
614         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
615         starting process, like imap-kerberos4-open does.
616
617         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
618         license template.
619
620         * mml-sec.el: Fix license template.
621
622         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
623         license template.
624
625         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
626         pgg-pgp.el: Fix license template.
627
628 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
629
630         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
631
632 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
633
634         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
635
636 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * spam.el (spam-split): allow a particular check as a parameter,
639         e.g. (: spam-split 'spam-use-bogofilter)
640         (spam-mark-only-unseen-as-spam): new parameter, see doc
641         (spam-mark-junk-as-spam-routine): use
642         spam-mark-only-unseen-as-spam, simplify routine to take advantage
643         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
644
645 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
648         (gnus-group-guess-full-name): don't prefix the group twice
649
650         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
651
652         * gnus-registry.el (gnus-registry-clear)
653         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
654         (gnus-registry-split-fancy-with-parent): new functions
655         (gnus-register-spool-action, gnus-register-action): simplified the format
656         (gnus-registry): new customization group
657         (gnus-registry-unfollowed-groups): new variable
658
659 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-art.el (gnus-button-alist): Add nntp: urls.
662         (gnus-header-button-alist): Ditto.
663
664 2003-04-17  Dave Love  <fx@gnu.org>
665
666         * gnus-util.el (gnus-string-equal): Revert last change.
667
668 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
671
672 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
673
674         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
675
676 2003-04-15  Michael Shields  <shields@msrl.com>
677
678         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
679         the broken-reply-to group parameter is set.  Idea from Vasily
680         Korytov <deskpot@myrealbox.com>.
681
682 2003-04-17  Steve Youngs  <youngs@xemacs.org>
683
684         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
685         process.el in XEmacsen >= 21.5.
686
687 2003-04-17  Steve Youngs  <youngs@xemacs.org>
688
689         * dgnushack.el: Add a whole swag of autoloads and defaliases to
690         satisfy the byte-compiler when building with XEmacs.
691
692         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
693         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
694         W3 doesn't have these.
695
696         * mailcap.el: Maybe require 'lpr in XEmacs.
697
698 2003-04-16  Simon Josefsson  <jas@extundo.com>
699
700         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
701         sender tag, if available.
702
703 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * gnus-registry.el (gnus-register-action)
706         (gnus-register-spool-action, hashtable-to-alist)
707         (gnus-registry-translate-from-alist, alist-to-hashtable)
708         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
709         new variables and function fixes
710
711         * gnus.el (gnus-registry-headers-alist): new variable to hold
712         article header data
713         (gnus-variable-list): save gnus-registry-headers-alist
714
715         * spam-report.el (Module): new module for spam reporting
716
717         * gnus.el (spam-process): added
718         gnus-group-spam-exit-processor-report-gmane to the list of choices
719         (gnus-install-group-spam-parameters): defined new spam exit processor
720
721         * spam.el (autoload): autoload spam-report-gmane when needed
722         (spam-report-gmane-register-routine): glue for spam-report.el
723         (spam-group-spam-processor-report-gmane-p): glue for the
724         gnus-group-spam-exit-processor-report-gmane spam processor
725         (spam-summary-prepare-exit): check the report-gmane spam processor
726         and run spam-report-gmane-register-routine if it's active
727
728         From John Wiegley <johnw@gnu.org>
729
730         * spam.el (spam-bogofilter-score): check bogofilter headers before
731         checking bogofilter itself
732
733 2003-04-16  Dave Love  <fx@gnu.org>
734
735         * gnus-agent.el: Wrap defsetf in eval-when-compile.
736         (gnus-agent-cat-defaccessor): Don't use gensym.
737
738         * mml1991.el: Require cl, mm-util when compiling.
739         (quoted-printable-decode-region, quoted-printable-encode-region):
740         Autoload.
741
742         * pgg.el: Require cl when compiling.
743
744         * nnmail.el (gnus): Require.
745
746         * gnus-util.el: Move provide to end.
747         (gnus-string-equal): Maybe use compare-strings.
748         (gnus-merge): New.
749
750         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
751         (gnus-summary-insert-articles): Use gnus-merge.
752
753         * gnus-fun.el: Require cl and mm-util when compiling.
754
755         * gnus-diary.el (gnus-diary-delay-format-french)
756         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
757
758         * nndiary.el (nndiary-compute-reminders): Don't use setf with
759         nthcdr.
760
761 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
762
763         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
764         specify a predicate other than false.
765         (gnus-category-read): Use the new feature to create a 'default'
766         category with a 'short' predicate.
767
768 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * message.el (message-unique-id): Comment change.
771
772         * gnus-art.el (gnus-article-next-page-1): New function.
773         (gnus-article-next-page): Use it.
774
775 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
776
777         * spam.el (spam-split): added save-restriction to save-excursion
778
779 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
780         From Julien Avarre <julien@avarre.com>
781
782         * gnus-fun.el: Fixed autoload cookie.
783
784 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
785         From Remi Letot  <remi.letot@easynet.be>
786
787         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
788         instead of remove-if.
789
790 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
793         copy-sequence instead of remove which is a cl run-time function in
794         Emacs 20.
795
796 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
797
798         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
799         local copy of gnus-discouraged-post-methods with the current
800         method removed.
801
802 2003-04-14  Simon Josefsson  <jas@extundo.com>
803
804         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
805
806 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
807
808         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
809         of `mm-coding-system-priorities' to base coding system.
810
811         * gnus-sum.el: Added coding cookie ("middle dot" in
812         gnus-summary-morse-message).
813
814 2003-04-13  Simon Josefsson  <jas@extundo.com>
815
816         * gnus-art.el (article-fill-long-lines)
817         (article-verify-x-pgp-sig, article-decode-group-name)
818         (gnus-mime-button-menu): Split >80 character lines.
819
820 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
821
822         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
823         we're let-binding it.
824
825         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
826
827 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * message.el (message-hide-headers): Don't do intangible.
830
831         * gnus.el (gnus-group-prefixed-name): Comment out the test for
832         colon. 
833
834         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
835         to the ephemeral entry, but the prefixed name.
836
837         * gnus.el (gnus-group-prefixed-name): Clean up.
838
839 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
840
841         * gnus-agent.el (gnus-agent-group-pathname): Bind
842         gnus-command-method so that gnus-agent-directory will always
843         return a valid directory.
844         * gnus-cache.el (gnus-cache-enter-article): Remove article from
845         gnus-newsgroup-undownloaded so that the summary will display the
846         article as downloaded.
847         (gnus-cache-remove-article): If the article isn't in the agent,
848         remove it from gnus-newsgroup-undownloaded so that the summary
849         will display the article as undownloaded.
850
851 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus.el (gnus-version-number): Bump.
854
855 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
856
857         * gnus.el: Oort Gnus v0.18 is released.
858
859 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
862
863 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-art.el (gnus-article-next-page): Use
866         gnus-article-over-scroll.
867         (gnus-article-over-scroll): New variable.
868
869         * message.el (message-newline-and-reformat): Place a boundary
870         before filling.
871         (message-make-forward-subject-function): Changed default to
872         message-forward-subject-name-subject. 
873         (message-forward-subject-name-subject): New function.
874
875         * nnimap.el (nnimap-split-fancy): Ditto.
876
877         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
878
879         * gnus-cus.el (gnus-group-parameters): Removed "which see".
880
881         * mml.el (mml-minibuffer-read-file): Bind
882         completion-ignored-extensions to nil.
883
884         * message.el (message-fix-before-sending): Comment fix.
885         (message-fix-before-sending): Make hidden headers visible.
886         (message-hide-headers): Bind after-change-functions to nil.
887         (message-forbidden-properties): Put invisible and intangible
888         back. 
889         (message-strip-forbidden-properties): Ignore message-hidden text.
890
891         * gnus-msg.el: Hide headers.
892
893         * message.el (message-hidden-headers): New variable.
894         (message-hide-headers): New function.
895         (message-hide-header-p): New function.
896         (message-hide-header-p): Change logic.
897         (message-forbidden-properties): Remove intangible nil invisible
898         nil. 
899         (message-hide-headers): Narrow to headers.
900
901         * lpath.el (featurep): Bind Info-directory, Info-menu.
902
903 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
904
905         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
906         encoded.
907         (mm-encode-body): Don't corrupt UTF-16.
908         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
909
910 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
911
912         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
913         the CACHE are now detected and handled the same as an article
914         downloaded into the agent.
915         (gnus-agent-group-path): Modified to match nnmail-group-pathname
916         so that the agent front-end and back-end (nnagent) always use the
917         same directory.
918         (gnus-agent-group-pathname): New function. Wrapper for
919         nnmail-group-pathname.
920         (gnus-agent-expire-unagentized-dirs): New variable.  May be
921         customized to disable gnus-agent-expire-unagentized-dirs.
922         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
923         as the directories in gnus-agent-expire-current-dirs were
924         expanded.
925
926 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
927
928         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
929         body" entry in read only groups.
930
931 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
932
933         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
934         and "Create article" items in non-editable groups.
935
936 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
937
938         * gnus-agent.el (gnus-agent-write-active): Added option of
939         replacing, rather than updating, the agent's active file.  Do NOT
940         use the fully qualified group name as gnus-active-to-gnus-format
941         blindly prefixes group names with server names.
942         (gnus-agent-save-group-info): Merge BOTH min/max of current active
943         range, was just merging min, with specified active range.
944         (gnus-agent-expire): Save agent's active ranges after
945         expiring all groups.
946         (gnus-agent-expire-group-1): Update min of agent's active range to
947         min article currently fetched.
948         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
949         same ancestor multiple times.
950
951         * gnus-async.el (gnus-asynchronous): Moved defcustom of
952         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
953         seems to fix an intermittant error in which loading gnus-async
954         fails to define gnus-asynchronous (the variable).
955
956         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
957         non-essential.  Removed on all platforms.
958         (gnus-select-newsgroup): When the agent is active, expand the
959         group's active range to include fetched articles that are no
960         longer in the server's active range.
961
962         * gnus-util.el (gnus-with-output-to-file): Removed all of the
963         print-* bindings as they should be handled by the function doing
964         the printing.
965
966 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
967
968         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
969         might be unbound in non-MULE XEmacsen.
970
971 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
972
973         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
974         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
975         recognize diffs.
976
977         * mm-bodies.el (mm-decode-body): Use the supplied charset
978         unconditionally if `code-pages' hasn't been loaded.
979
980 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
981
982         * gnus-art.el (article-verify-x-pgp-sig): Don't use
983         `insert-buffer', the docstring says "This function is meant for
984         the user to run interactively.  Don't call it from programs!"
985
986         * mm-extern.el (mm-extern-mail-server): do.
987
988         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
989         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
990         (mml1991-pgg-encrypt): do.
991
992         * pgg.el (pgg-decrypt-region): do.
993
994         * mm-view.el (mm-view-pkcs7-decrypt): do.
995
996         * mml-smime.el (mml-smime-verify): do.
997
998         * mml.el (mml-insert-mime, mml-preview): do.
999
1000         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1001         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1002         (mml2015-pgg-encrypt): do.
1003
1004 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1007
1008 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1009
1010         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1011         `buffer-file-coding-system' to the new buffer.
1012         (mm-uu-pgp-signed-extract-1): Don't copy
1013         `buffer-file-coding-system' here.
1014
1015         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1016         exist in XEmacs.
1017         (mm-decode-body): Add missing quote.
1018
1019         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1020         buffer-file-coding-system.
1021
1022         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1023         last-coding-system-used.
1024
1025         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1026         according to buffer-file-coding-system.
1027
1028         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1029
1030         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1031         (pgg-pgp-snarf-keys-region): do.
1032
1033         * pgg-pgp5.el (pgg-pgp5-verify-region)
1034         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1035
1036         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1037         
1038 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * spam.el (spam-split): (save-excursion) around (widen)
1041         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1042         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1043
1044 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1045
1046         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1047         don't use it when loading gnus-sum.el if we're in XEmacs.
1048
1049 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1050
1051         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1052         print-escape-nonascii to fix more characters in compiled format
1053         specs.
1054
1055 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1056
1057         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1058         Fix customization type.
1059
1060 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1061
1062         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1063         print-quoted, print-readably, print-escape-multibyte, and
1064         print-level to match original behavior of gnus-prin1.  This should
1065         repair the format of .newsrc.eld when using compiled format specs.
1066
1067 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1068
1069         * gnus-group.el (tool-bar-map): defvar it.
1070
1071         * gnus-art.el (tool-bar-map): do.
1072
1073         * gnus-sum.el (tool-bar-map): do.
1074
1075 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1076
1077         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1078
1079 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1082         and value.
1083         (gnus-button-alist): Use it.
1084
1085 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1086
1087         * pgg-gpg.el (pgg-gpg-process-region): do.
1088
1089         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1090         (pgg-pgp-snarf-keys-region): do.
1091
1092         * pgg-pgp5.el (pgg-pgp5-verify-region)
1093         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1094
1095         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1096         unsafe.
1097         (pgg-temporary-file-directory): Remove.
1098
1099 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * lpath.el: Fbind Info-directory and Info-menu.
1102
1103 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * gnus-util.el (gnus-message): Added doc-string.
1106
1107         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1108         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1109
1110 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1111
1112         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1113         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1114
1115 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1118         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1119
1120 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1121
1122         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1123         print-escape-newlines to print escape sequences rather than
1124         literal newline characters.
1125
1126 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1127
1128         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1129         `message-valid-fqdn-regexp' for initialization.
1130         (gnus-button-handle-info-url): Renamed and extended version of
1131         `gnus-button-handle-info'.
1132         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1133         (gnus-button-handle-symbol, gnus-button-handle-library)
1134         (gnus-button-handle-info-keystrokes): New functions.
1135         (gnus-button-browse-level): New variable.
1136         (gnus-button-alist): Use them.  Added levels.
1137         (gnus-header-button-alist): Added levels.
1138
1139 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus.el (gnus-version-number): Bump.
1142
1143 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1144
1145         * gnus.el: Oort Gnus v0.17 is released.
1146
1147 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * gnus-start.el (gnus-unload): Removed.
1150
1151         * pop3.el (pop3-read-response): Use
1152         nnheader-accept-process-output.
1153         (pop3-retr): Ditto.
1154
1155         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
1156         (mm-text-html-washer-alist): Ditto.
1157
1158 2003-03-31  Simon Josefsson  <jas@extundo.com>
1159
1160         * imap.el (imap-gssapi-program): Also try GNU SASL.
1161         (imap-gssapi-open): Accept GNU SASL greeting.
1162         (imap-read-timeout): New.
1163         (imap-wait-for-tag): Use it.
1164
1165 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nntp.el (nntp-accept-process-output): Use new function.
1168
1169         * nnheader.el (nnheader-read-timeout): New variable.
1170         (nnheader-accept-process-output): New function.
1171
1172         * nntp.el (nntp-read-timeout): Removed.
1173
1174         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1175
1176 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1179
1180 2003-03-30  Simon Josefsson  <jas@extundo.com>
1181
1182         * message.el (message-idna-inside-rhs-p): Narrow to header before
1183         searching.
1184
1185         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1186
1187 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1190
1191 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1192
1193         * message.el (message-make-in-reply-to): Use
1194         mail-extract-address-components to determine sender's
1195         name/address.
1196
1197 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
1200
1201         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1202         valid lambda.
1203         (gnus-registry-translate-from-alist): Ditto.
1204
1205         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1206         print-length to nil.
1207
1208         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1209
1210         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1211         (gnus-grab-cam-face): Use it.
1212
1213 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1214
1215         * nnmaildir.el (nnmaildir-request-set-mark)
1216         (nnmaildir-close-group): Allow each mark directory in a group to
1217         have its own inode for mark files, to accommodate AFS.
1218
1219 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1220
1221         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1222         gnus-read-newsrc-el-file
1223         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1224
1225         * gnus-registry.el (gnus-registry-translate-to-alist)
1226         (gnus-registry-translate-from-alist, alist-to-hashtable)
1227         (hashtable-to-alist): new functions
1228         (gnus-register-spool-action): add a spool item to the registry
1229
1230         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1231         list of saved variables
1232         (gnus-registry-alist): new variable
1233
1234 2003-03-27  Simon Josefsson  <jas@extundo.com>
1235
1236         * gnus-art.el (article-decode-group-name): Be correct instead of
1237         smart.
1238
1239 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1240
1241         * lpath.el: Bind url-current-object for Emacs; bind
1242         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1243         for both Emacsen.
1244
1245 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1246
1247         * gnus-sum.el (gnus-article-loose-mime)
1248         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1249         group.
1250
1251         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1252         doc string.
1253
1254 2003-03-26  Kevin Ryde <user42@zip.com.au>
1255
1256         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1257         gnus-summary-find-uncancelled, skip temporary articles inserted by
1258         "refer" functions.
1259
1260 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1261
1262         * smiley.el (smiley-buffer): New function.
1263
1264 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1265
1266         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1267         gnus-summary-update-line (which updated the article's face) with
1268         gnus-summary-update-download-mark (which updates the article's
1269         face by calling gnus-summary-update-line AND updates the download
1270         mark to show that the article was fetched).
1271
1272 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1273
1274         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1275         option of deleting agent directories for groups/servers that are
1276         not currently agentized.
1277         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1278
1279         * gnus-int.el (gnus-open-server): Report backend errors in
1280         condition handler.
1281
1282 2003-03-23  Simon Josefsson  <jas@extundo.com>
1283
1284         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1285         header.
1286
1287         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1288         same as Newsgroups.
1289
1290         * nntp.el (nntp-open-connection-function): Mention
1291         nntp-open-tls-stream.
1292         (nntp-open-tls-stream): New function.
1293
1294         * tls.el: New file.
1295
1296         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1297         instead of SSL.
1298         (nnimap-stream): Add other streams, link to imap variables.
1299         (nnimap-authenticator): Add other authenticator, link to imap
1300         variables.
1301
1302         * imap.el: Autoload open-tls-stream.
1303         (imap-streams): Add tls in front of ssl.
1304         (imap-stream-alist): Add tls.
1305         (imap-default-tls-port): New variable.
1306         (imap-tls-p, imap-tls-open): New functions.
1307
1308 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * mm-url.el (mm-url-insert-file-contents): parse url only if
1311         results is a list.
1312
1313 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * mail-source.el (mail-source-fetch-imap): Revert.
1316
1317 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1318
1319         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1320         less strict regexp.
1321
1322 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1325         more imap function.
1326
1327 2003-03-21  Simon Josefsson  <jas@extundo.com>
1328
1329         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1330         Followup-To data inline.
1331
1332 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1333
1334         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1335         icontopbm isn't available.
1336
1337 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1338
1339         * gnus-int.el (gnus-open-server): Catch errors in backend's
1340         open-server method.  Returns nil rather than crashing startup.
1341
1342         * gnus-sum.el (eval-when-compile): Modified to resolve
1343         compile-time warnings.
1344
1345         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1346         Reports length of series so that the user can compare N with a
1347         subject that should, if the entire series is present, contain
1348         '(.../N)'.
1349         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1350         of temp file (Win-XP may leave the temp file locked when the
1351         uudecode process fails).
1352
1353 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1354
1355         * message.el (message-split-line): Ignore error.
1356
1357         * lpath.el (split-line): Avoid split-line warning message.
1358
1359 2003-03-20  Kim F. Storm  <storm@cua.dk>
1360
1361         * message.el (message-split-line): New function.
1362         (message-mode-map): Remap split-line to message-split-line.
1363
1364 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366         * message.el (message-make-overlay): Defalias it to make-overlay.
1367         (message-delete-overlay): Defalias it to delete-overlay.
1368         (message-overlay-put): Defalias it to overlay-put.
1369         (message-idna-to-ascii-rhs-1): Use them.
1370
1371         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1372         functions to extent functions.
1373
1374 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * message.el (message-check-news-header-syntax): Fixed regexp.
1377
1378 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1379
1380         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1381
1382         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1383         mm-url-insert-file-contents.
1384
1385         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1386         (nnrss-check-group): Use it.
1387
1388 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1389
1390         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1391         feeds like Kevin Burton's[1] can now be read in Gnus.
1392
1393         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1394         means that if you want to read the RSS feed for example.com, all
1395         you have to do is hit "G R http://www.example.com/ RET" and
1396         nnrss.el will find and the feed listed on the site or (if you have
1397         loaded xml-rpc.el) look it up on syndic8.com.
1398
1399         Marked the message as HTML (by adding a Content-Type header) so
1400         that Gnus will render it as html if the user wants that.
1401
1402         Implemented the ability to save nnrss-group-alist so that any new
1403         feeds the you subscribe to will be found the next time you start
1404         up.
1405
1406         Implemented support for RSS 2.0 elements (author, pubDate).
1407
1408         Prefer for <content:encoded> over <description> where both
1409         elements exist.
1410
1411         * mm-url.el (mm-url-insert): Set url-current-object.
1412
1413         * gnus-group.el (gnus-group-make-rss-group): New function.
1414
1415 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1416
1417         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1418         for highlight overlays.
1419
1420 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1423         a NOV.
1424
1425 2003-03-20  Simon Josefsson  <jas@extundo.com>
1426
1427         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1428         (message-idna-to-ascii-rhs): Use it.
1429
1430         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1431
1432 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1433
1434         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1435         (spam-group-ham-marks, spam-group-spam-marks): new functions
1436         (spam-spam-marks, spam-ham-marks): removed in favor of the
1437         spam-marks and ham-marks parameters
1438         (spam-generic-register-routine, spam-ham-move-routine): use the
1439         new spam-group-{spam,ham}-mark-p functions
1440
1441         * gnus.el (spam-marks, ham-marks): new group parameters with
1442         default values same as the old spam-spam-marks and spam-ham-marks
1443
1444 2003-03-19  Simon Josefsson  <jas@extundo.com>
1445
1446         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1447         (gnus-use-idna): New variable.
1448         (article-decode-idna-rhs): New function.
1449
1450         * message.el (message-use-idna): New variable.
1451         (message-mode-field-menu): Add entry for IDNA.
1452         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1453         (message-idna-to-ascii-rhs): New function.
1454         (message-generate-headers): Invoke IDNA code.
1455
1456 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1457
1458         * nnmaildir.el (nnmaildir--system-name): New function.
1459         (nnmaildir-request-accept-article): Use it.
1460
1461 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1464         gnus-compile function does.
1465
1466         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1467         bogus change.
1468
1469 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1470
1471         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1472         sort-coding-systems is defined.
1473
1474 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1475
1476         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1477         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1478         Replace create-directory with target-prefix.
1479
1480 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1481
1482         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1483         find-charset-string which is slooow in XEmacs.
1484
1485 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1488         compiler under XEmacs.
1489
1490 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1491
1492         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1493         work for multipart/signed where the message text isn't `last'.
1494
1495 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1498         the value of mm-inline-text-html-with-images.
1499         (mm-inline-text-html-render-with-w3m): Don't bind
1500         w3m-display-inline-images.
1501
1502         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1503         w3m-display-inline-images.
1504
1505         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1506         regardless of an Emacs flavor.
1507
1508 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus.el (gnus-version-number): Bump.
1511
1512 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1513
1514         * gnus.el: Oort Gnus v0.16 is released.
1515
1516 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * lpath.el (featurep): Bind mm-w3m-mode-map.
1519
1520 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1521
1522         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1523         'respool-able backends define a global nnchoke-get-new-mail
1524         variable.
1525
1526 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1527
1528         * gnus-art.el (gnus-mime-delete-part): New function.
1529         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1530
1531 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * message.el (message-check-news-header-syntax): Don't push
1534         groups twice onto list of unknown groups.
1535
1536         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1537         back.
1538
1539         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1540
1541         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1542         config unless the summary buffer exists.
1543
1544         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1545         that target group is computed correctly when articles are marked
1546         as read by Xref handling.
1547
1548         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1549         imap-open.
1550
1551         * message.el (message-send-mail): Add courtesy string to Bcc's,
1552         too.
1553
1554         * gnus-cite.el (gnus-cited-line-p): New function.
1555
1556 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1557
1558         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1559         force, to use the supplied charset unconditionally.
1560
1561         * gnus-art.el (article-decode-charset): Use it.
1562
1563 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1564
1565         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1566         (mm-decode-body): Use it.
1567
1568         * rfc2047.el (rfc2047-decode-region): do.
1569         (rfc2047-decode-string): Guess coding system if the default is
1570         invalid.
1571
1572 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1573
1574         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1575         articles are marked 'read, so we get correct article counts.
1576
1577 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1580         the button.
1581         (gnus-insert-prev-page-button): Ditto.
1582         (gnus-insert-next-page-button): Ditto.
1583         (gnus-insert-mime-security-button): Ditto.
1584
1585         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1586         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1587         (mm-inline-image-xemacs): Ditto.
1588
1589 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1590
1591         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1592         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1593         the recent filename uniqueness discussion.
1594
1595 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1598         newline next time.
1599         (mm-inline-image-xemacs): Ditto.
1600
1601 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1602
1603         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1604         kill-line.
1605
1606 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1607
1608         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1609         kill-line.
1610
1611 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1612
1613         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1614         fixing the code to match the documentation.
1615         (gnus-agent-fetch-selected-article): Replaced
1616         gnus-summary-update-article-line with gnus-summary-update-line as
1617         the former did not correctly recalculate the thread indentation.
1618         (gnus-agent-find-parameter): The agent-predicate, if not found
1619         anywhere else, defaults to the value of gnus-agent-predicate.
1620         (gnus-agent-fetch-session): Fixed typo; now executes
1621         gnus-agent-fetched-hook rather than the undocumented
1622         gnus-agent-fetch-hook.
1623         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1624         default agent predicate is now provided by
1625         gnus-agent-find-parameter.
1626         (gnus-agent-message): New macro.  This macro avoids potentially
1627         costly parameter evaluation when the message's level is too high
1628         to display.
1629         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1630         overview buffer. Uses new gnus-agent-message macro to reduce
1631         overhead of optional messages. Reversed message levels to
1632         emphasize percent completion messages.  Detailed messages of
1633         little use except when debugging code.
1634
1635 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1636
1637         * spam.el (spam-ham-move-routine): use
1638         spam-mark-ham-unread-before-move-from-spam-group
1639         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1640
1641 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1642
1643         * spam.el: load nnimap.el when compiling
1644         (spam-setup-widening): use
1645         nnimap-split-download-body-default instead of
1646         nnimap-split-download-body which is a user-customizable variable
1647
1648 2003-03-07  Simon Josefsson  <jas@extundo.com>
1649
1650         * nnimap.el (nnimap-split-download-body-default): New, holds
1651         default for n-s-d-b.
1652         (nnimap-split-download-body): Add new setting (symbol default),
1653         which uses contents of n-s-d-b-d, and made it the default.
1654
1655 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * spam.el (spam-use-hashcash): new variable
1658         (spam-list-of-checks): added spam-use-hashcash with associated
1659         spam-check-hashcash
1660         (spam-check-hashcash): new function, installed iff hashcash.el is
1661         loaded
1662         (spam-setup-widening): don't use (return)
1663
1664 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1665
1666         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1667         predicate of `false' to avoid an error when a group defines no
1668         predicate. Fixed typo that disabled agent scoring (i.e. the
1669         low/high predicates should now work).
1670
1671 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * spam.el: add spam-maybe-spam-stat-load to
1674         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1675         (spam-bogofilter-register-with-bogofilter): use
1676         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1677         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1678         custom variables to replace "-s" and "-n"
1679
1680         * gnus-group.el (gnus-group-get-new-news): call the new
1681         gnus-get-top-new-news-hook hook
1682
1683         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1684         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1685
1686 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1689
1690 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1693         a cl run-time function.
1694
1695 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1696
1697         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1698         on gnus-agent-short-article.
1699         (gnus-category-read): Replaced CL function mapcar* with new macro:
1700         gnus-mapcar.
1701         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1702         support functions that accept multiple parameters.  A separate
1703         sequence must be provided for each parameter in the function.
1704         Iteration stops when the end of the shortest list is reached.
1705
1706 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1707
1708         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1709
1710         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1711         (html2text-delete-single-tag, html2text-clean-anchor)
1712         (html2text-remove-tags): Use delete-region.
1713         (html2text-fix-paragraphs): Simplify.
1714
1715         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1716         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1717         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1718         kill-region.
1719
1720 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1721
1722         * gnus-agent.el (gnus-agent-enable-expiration)
1723         (gnus-agent-article-alist, gnus-agent-article-alist)
1724         (gnus-agent-cat-defaccessor): Doc fixes.
1725
1726 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1727
1728         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1729         byte-compiled functions.
1730
1731 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1732
1733         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1734         customization between new maneuvering (which permits selecting
1735         undownloaded articles) and old maneuvering (which skipped over
1736         undownloaded articles) behaviors.
1737         (gnus-summary-find-next): Pass through the unread and subject
1738         parameters when calling gnus-summary-find-prev.
1739         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1740         gnus-auto-goto-ignores to filter out unacceptable articles.
1741
1742 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1745         exists in all supported Emacs versions, so we don't need this
1746         compatibility function.
1747         (mail-source-fetch-pop, mail-source-check-pop)
1748         (mail-source-fetch-webmail): Use read-passwd.
1749
1750         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1751         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1752         read-passwd.
1753
1754         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1755
1756         * imap.el (imap-read-passwd): Remove.
1757         (imap-interactive-login): Use read-passwd.
1758
1759         * canlock.el (canlock-read-passwd): Remove.
1760         (canlock-insert-header, canlock-verify): Use read-passwd.
1761
1762         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1763         (sieve-manage-interactive-login): Use read-passwd.
1764
1765         * pop3.el (pop3-read-passwd): Remove.
1766         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1767         read-passwd.
1768
1769         * pgg.el (pgg-read-passphrase): Simplify.
1770
1771 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1772
1773         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1774         'plugged' when actually 'unplugged' bug.
1775         (gnus-category-read): Ignore nil values when converting an
1776         old-format category so that the new-format category will default
1777         those attributes to the global variables.
1778
1779 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1780
1781         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1782         doc-string.
1783
1784 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1785
1786         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1787         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1788         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1789         * mm-url.el (mm-url-decode-entities-string): do.
1790         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1791         * mm-decode.el (mm-find-raw-part-by-type): do.
1792         * message.el (message-send-mail-partially)
1793         (message-send-mail-with-sendmail): do.
1794         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1795         * gnus-kill.el (gnus-pp-gnus-kill): do.
1796         * gnus-art.el (gnus-article-treat-unfold-headers)
1797         (gnus-article-encrypt-body): do.
1798
1799 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1802         (mail-source-delete-old-incoming-confirm): New variable.
1803         (mail-source-delete-old-incoming): Use it.  New function.
1804         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1805         `mail-source-delete-incoming' is a nonnegative integer.
1806
1807 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1808
1809         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1810         (gnus-user-agent): Fixed typo.
1811
1812 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1813
1814         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1815         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1816
1817 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1820         (gnus-agent-fetch-session): Allow debugging to take place.
1821
1822 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1823
1824         * gnus-sum.el (gnus-highlight-selected-summary)
1825         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1826         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1827         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1828         and makes it clear that we don't need the side effect.
1829         * gnus-util.el (gnus-delete-line): do.
1830         * gnus-xmas.el (gnus-group-add-icon): do.
1831         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1832         * nntp.el (nntp-send-authinfo-from-file): do.
1833         * nnml.el (nnml-header-value): do.
1834         * nnheader.el (nnheader-insert-references): do.
1835         * gnus-cite.el (gnus-article-highlight-citation)
1836         (gnus-cite-parse): do.
1837         * gnus-score.el (gnus-score-followup): do.
1838         * gnus-draft.el (gnus-draft-send): do.
1839         * gnus-group.el (gnus-group-highlight-line): do.
1840         * gnus-cache.el (gnus-cache-braid-nov): do.
1841         * nnfolder.el (nnfolder-retrieve-headers)
1842         (nnfolder-request-article): do.
1843         * gnus-art.el (article-hide-boring-headers)
1844         (gnus-article-hide-header): do.
1845
1846         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1847         * nnml.el (nnml-request-replace-article): do.
1848         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1849         * nnfolder.el (nnfolder-request-move-article): do.
1850         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1851         * gnus-art.el (gnus-mm-display-part): do.
1852
1853         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1854
1855 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1856
1857         * nntp.el (nntp-possibly-change-group): Avoid calling
1858         process-buffer on nil (Which happened when you lost your
1859         connection while fetching); instead signal a "Server Closed
1860         Connection" error.
1861
1862 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1863
1864         * gnus-agent.el (gnus-agent-enable-expiration): New
1865         variable. Either ENABLE or DISABLE.  Sets default behavior for
1866         selecting which groups are expired.
1867         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1868         gnus-agent-set-cat-groups): Provides abstract interface for
1869         accessing agent category.  Category now implemented by an alist.
1870         (gnus-agent-add-group, gnus-agent-remove-group,
1871         gnus-category-insert-line, gnus-category-edit-predicate,
1872         gnus-category-edit-score, gnus-category-edit-groups,
1873         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1874         new agent category abstraction.
1875         (gnus-agent-find-parameter): New function. Search for agent
1876         configuration parameter first in the group's parameters, then its
1877         topics (if any), and then the group's category.  If not found
1878         anywhere, use the original defined constants.
1879         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1880         gnus-agent-find-parameter.
1881         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1882         gnus-agent-cache now blocks retrieving headers and articles from
1883         the local cache.  Fetched content is still added to the cache
1884         before being returned.
1885         (gnus-agent-fetch-session): Use error-message-string to generate
1886         displayed error message.
1887         (gnus-agent-customize-category): New Command. 'e' in category
1888         buffer opens category customization buffer.
1889         (gnus-category-read): Reads either positional or alist format;
1890         returns alist format.
1891         (gnus-category-write): Writes category file compatible with
1892         current, and previous, versions of gnus-agent.
1893         (gnus-category-make-function, gnus-category-make-function-1):
1894         Corrected documentation; parameter is predicate NOT category.
1895         (gnus-predicate-implies-unread): Now works in more cases per the
1896         todo comment.
1897         (gnus-function-implies-unread-1): New function. Supports
1898         gnus-predicate-implies-unread.
1899         (gnus-agent-expire-group): Command now provides default of group
1900         under point.
1901         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1902         agent-days-until-old parameters. No longer supports
1903         gnus-agent-expire-days being set to an alist.
1904         (gnus-agent-request-article): Now performs its own checks of
1905         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1906         assuming that the caller will do them correctly.
1907         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1908         gnus-agent-expire-days is set to an alist.  Converts said alist
1909         into group parameter so that gnus-agent-expire-days will not be
1910         needed.
1911         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1912         checks surrounding gnus-agent-request-article removed; now
1913         performed by gnus-agent-request-article.
1914         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1915         customizable group/topic parameters that regulate the agent.
1916         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1917         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1918         the list of gnus buffers.
1919         (gnus-trim-whitespace): Removes leading and trailing whitespace
1920         from multiline strings.
1921         (gnus-agent-cat-prepare-category-field,
1922         gnus-agent-customize-category): Constructs a category
1923         customization buffer.
1924         * gnus-int.el (gnus-retrieve-headers,
1925         gnus-request-expire-articles): No longer checks gnus-agent-cache
1926         as it is handled internally by the agent.
1927         (gnus-request-head, gnus-request-body): Conditional checks
1928         surrounding gnus-agent-request-article removed; now performed by
1929         gnus-agent-request-article.
1930
1931         * gnus-start.el (): Added defvar statements to resolve compilation
1932         warnings.
1933         (gnus-long-file-names): New function. Isolates platform dependent
1934         msdos-long-file-names.
1935         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1936         option of writing directly to file.  Avoids memory exhausted
1937         errors when .newsrc.eld is huge.
1938         (gnus-save-newsrc-file): Uses new
1939         gnus-save-startup-file-via-temp-buffer.
1940         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1941         standard-output.
1942         (gnus-display-time-event-handler): Changed to alias from a defun
1943         to avoid a compile-time warning when display-time-event-handler is
1944         not defined.
1945         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1946         standard-output such that prin1 and princ will write directly to a
1947         file.
1948
1949         * gnus.el (gnus-agent-cache): Expanded documentation.
1950         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1951         so that this face is actually bold.
1952
1953         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1954         gnus-use-cache has been set.
1955
1956 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1957
1958         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1959
1960 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1961
1962         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1963
1964 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1965
1966         * spam.el: Fix typo.
1967
1968 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1969         (Trivial patch.)
1970
1971         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1972         errors-buffer. This produces a nicer error message in case of
1973         problems.
1974
1975 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1978         load stats iff spam-use-stat is on
1979
1980         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1981         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1982         instead of spam-stat-load and spam-stat-save in the
1983         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1984
1985 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1986
1987         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1988
1989 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * message.el (message-make-fqdn): Protect against nil user-mail.
1992
1993 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1994
1995         * gnus-art.el (gnus-boring-article-headers): New values:
1996         'to-list and 'cc-list.
1997
1998 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * spam.el (spam-setup-widening): new function to set
2001         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2002         (spam-list-of-statistical-checks): list of statistical splitter
2003         checks
2004         (spam-split): added a widen call when a statistical check is
2005         enabled
2006
2007 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2008
2009         * gnus-msg.el (gnus-user-agent): Changed default to
2010         'emacs-gnus-type, renamed 'full.
2011
2012 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2013
2014         * nnfolder.el (nnfolder-request-accept-article): Don't use
2015         mail-header-unfold-field.
2016
2017 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2018
2019         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2020         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2021
2022 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2023
2024         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2025         (spam-split): remove spam-stat-load call
2026
2027 2003-02-26  Simon Josefsson  <jas@extundo.com>
2028
2029         * gnus-sum.el (gnus-summary-toggle-header): Run
2030         gnus-article-decode-hook instead of calling a-decode-encoded-words
2031         directly (the latter is run as part of the former).
2032
2033 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2034
2035         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2036
2037 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2038
2039         * message.el (message-sendmail-envelope-from): New option.
2040         (message-sendmail-envelope-from): New function.
2041         (message-send-mail-with-sendmail): Use it.
2042
2043 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2046         compensation for TDMA addresses.
2047
2048 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2049
2050         * gnus-msg.el (gnus-user-agent): New variable.
2051         (gnus-version-expose-system): Removed.  Obsoleted by
2052         `gnus-user-agent'.
2053         (gnus-extended-version): Use `gnus-user-agent'.
2054
2055 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * spam.el (spam-stat-register-spam-routine,
2058         spam-stat-register-ham-routine): remove spam-stat-save
2059         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2060
2061 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2062
2063         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2064         reference.
2065
2066 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2067
2068         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2069         calculation to avoid integer overflow.
2070
2071 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2074
2075 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2076         * spam.el: disabled spam-get-article-as-filename
2077
2078         From Michael Shields  <shields@msrl.com>
2079
2080         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2081         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2082         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2083         * spam.el (spam-summary-prepare-exit): Use it.
2084         * gnus.el (gnus-install-group-spam-parameters): New.
2085         * spam.el (spam-group-ham-processor-copy-p): New.
2086         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2087         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2088         that would cause the current message to be moved if the group had
2089         no spam.
2090         * spam.el (spam-ham-move-routine): New `copy' argument.
2091
2092 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2093         From Martin Thornquist <martint@ifi.uio.no>
2094
2095         * gnus-topic.el (gnus-topic-select-group): Select last group if
2096         after last group.
2097         * gnus-group.el (gnus-group-select-group): Ditto.
2098
2099 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2102         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2103         point-at-(b|e)ol which aren't available in Emacs 20.
2104
2105         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2106
2107 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2108
2109         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2110         clause of the condition-case statement.  Errors connecting to a
2111         server no longer terminate gnus.
2112
2113         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2114         make its use obvious.  Added no-nothing case to avoid
2115         opening(closing) servers when already open(closed).
2116         (gnus-agent-while-plugged): Added macro to facilitate internal use
2117         of gnus-agent-toggle-plugged.
2118         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2119         temporarily open servers.
2120         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2121         as sorting gnus-newsgroup-headers is wrong.
2122         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2123         to temporarily open servers. Corrected logic to handle setting
2124         gnus-agent-mark-unread-after-downloaded.
2125         (gnus-agent-fetch-articles): Now handles headers with missing
2126         article sizes and/or missing article lengths.  Now clears the
2127         message buffer when finished.
2128         (gnus-agent-fetch-group-1): Position point before calling
2129         gnus-summary-set-agent-mark.
2130         (gnus-get-predicate): Corrected description, parameter is
2131         predicate not category.
2132         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2133         provide a separate single group expiration function.
2134         (gnus-agent-regenerate-group): Now clears the message buffer when
2135         finished.
2136
2137 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2138
2139         * gnus.el (gnus-agent-target-move-group-header): New variable.
2140         * gnus-draft.el (gnus-draft-send): If special header
2141         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2142         that group, instead of performing the regular sending functions.
2143
2144 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2147
2148 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2149
2150         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2151         variables.
2152         (message-make-fqdn): Use it.  Improved validity check.
2153
2154 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * message.el (message-user-mail-address): Check whether
2157         user-mail-address looks valid.
2158
2159         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2160
2161         * gnus-util.el (gnus-fetch-original-field): New function.
2162
2163 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2164
2165         * message.el (message-mode): \\(...\\) around additional
2166         paragraph-separate alternative.
2167
2168 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2169
2170         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2171         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2172         display key bindings.
2173         (gnus-mime-button-menu): Rewrite.
2174
2175 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus-art.el (gnus-button-url-regexp): Removed `.
2178
2179 2003-02-23  Max Froumentin  <mf@w3.org>
2180
2181         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2182
2183 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-art.el (gnus-mime-action-on-part): Require a match
2186         interactively.
2187
2188         * gnus-start.el (gnus-save-newsrc-file): Use
2189         gnus-backup-startup-file.
2190         (gnus-backup-startup-file): New variable.
2191
2192 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * gnus.el (gnus-summary-buffer-name): Moved function here.
2195
2196         * gnus-draft.el (defun): Remove debug.
2197
2198 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2199
2200         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2201         can't open server.
2202
2203 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-draft.el (defun): Configure posting styles.
2206
2207         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2208         the entry for the group exists before we alter it.
2209
2210 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2211
2212         * message.el (message-mode): MML tags separate paragraphs.  Small
2213         change from David S Goldberg <david.goldberg6@verizon.net>.
2214
2215         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2216         `gnus-newsgroup-headers'.
2217
2218         * gnus-art.el (gnus-article-refer-article): Grok more message id
2219         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2220
2221 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2222
2223         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2224         use "path name".
2225
2226 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * gnus-sum.el (gnus-summary-move-article)
2229         (gnus-summary-expire-articles): send data header for article, not
2230         just article ID
2231
2232         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2233         (gnus-register-spool-action): added hashtable of message ID keys
2234         with message motion data
2235
2236 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2237         From Reiner Steib  <Reiner.Steib@gmx.de>.
2238
2239         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2240         variable, used in `gnus-button-mid-or-mail-heuristic'.
2241         (gnus-button-mid-or-mail-heuristic): New function derived from
2242         Florian Weimer's Perl script.
2243         (gnus-button-handle-mid-or-mail): Allow a function instead of
2244         'guess.
2245         (gnus-button-guessed-mid-regexp): Removed.
2246
2247 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * message.el (message-resend): Bind message-setup-hook to nil;
2250         remove X-Draft-From header.
2251
2252 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2253
2254         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2255         (gnus-newsgroup-undownloaded)
2256         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2257         Doc fixes.
2258
2259 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2260
2261         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2262         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2263
2264 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2265
2266         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2267         insert-string which is obsolete in Emacs 21.4.
2268
2269         * message.el (message-cross-post-followup-to-header): do.
2270
2271         * spam.el (spam-ifile-register-with-ifile)
2272         (spam-stat-register-spam-routine)
2273         (spam-stat-register-ham-routine)
2274         (spam-bogofilter-register-with-bogofilter): do.
2275
2276         * mailcap.el (mailcap-mime-data): Fix typo.
2277
2278         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2279
2280 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2281
2282         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2283         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2284         `gnus-cite-unsightly-citation-regexp'.
2285
2286 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2289         even if there's just a header.
2290
2291 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2292
2293         * message.el (message-fix-before-sending): Fix highlighting of
2294         illegible and invisible text.
2295
2296         * gnus-util.el (gnus-multiple-choice): Separate choices with
2297         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2298
2299 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2300
2301         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2302
2303 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2304
2305         * spam.el (spam-ham-move-routine)
2306         (spam-mark-spam-as-expired-and-move-routine): use
2307         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2308         around process-mark manipulation on the group
2309
2310 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2311
2312         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2313         submenu.
2314
2315 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * mail-source.el (mail-source-fetch): Reverse the return value of
2318         the continuation question.
2319
2320 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * nndraft.el (nndraft-request-move-article): Bind
2323         nnmh-allow-delete-final to t.
2324
2325 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2326
2327         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2328
2329 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2330
2331         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2332         the buffer's size.
2333
2334 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2335
2336         * nnheader.el: Added cygwin to system-type comparisons.
2337
2338 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2339
2340         * imap.el (imap-mailbox-status): Fix typo.
2341
2342 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2343
2344         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2345         online.
2346
2347 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2348
2349         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2350         commands.
2351         * gnus-sum.el: Small change from Frank Weinberg
2352         <frank@usenet-rundfahrt.de>:
2353         (gnus-auto-center-group): New variable.
2354         (gnus-summary-read-group-1): Use it.
2355         (gnus-summary-next-group): Fix docstring.
2356
2357 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-util.el (gnus-faces-at): Simplify.
2360
2361 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2362
2363         * spam.el (spam-ham-move-routine)
2364         (spam-mark-spam-as-expired-and-move-routine): made the article
2365         move conditional, so it's not called even if there's nothing to move
2366
2367 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2368
2369         * message.el (message-unix-mail-delimiter): Accept any whitespace
2370         after the email address and before the date; do not require the
2371         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2372
2373 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2376         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2377
2378         * gnus-util.el (gnus-faces-at): New macro.
2379
2380 2003-02-13  Michael Shields  <shields@msrl.com>
2381
2382         * gnus-cite.el
2383         (gnus-cite-attribution-suffix, gnus-cite-parse):
2384         Better handling for Microsoft citation styles.
2385         (gnus-unsightly-citation-regexp): New.
2386
2387 2003-02-12  Michael Shields  <shields@msrl.com>
2388
2389         * gnus-art.el (article-strip-banner): Strip both per-group and
2390         per-user-address banners.
2391         (article-really-strip-banner): New.
2392
2393 2003-02-12  Michael Shields  <shields@msrl.com>
2394
2395         * gnus-sum.el (gnus-article-goto-next-page,
2396         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2397         relying on the summary bindings of `n' and `p'.
2398
2399 2003-02-12  Michael Shields  <shields@msrl.com>
2400
2401         * gnus-art.el (gnus-article-only-boring-p): New.
2402         (gnus-article-skip-boring): New.
2403         * gnus-cite.el (gnus-article-boring-faces): New.
2404         * gnus-sum.el (gnus-summary-next-page): Use
2405         gnus-article-only-boring-p.
2406
2407 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2410         (spam-ham-move-routine): unmark all articles before marking those
2411         of interest and calling gnus-summary-move-article
2412
2413 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2414
2415         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2416         logically the complement of gnus-get-buffer-create and
2417         gnus-add-buffer.
2418
2419         * gnus-util.el (gnus-kill-buffer): do.
2420
2421         * nnmail.el: Autoload gnus-kill-buffer.
2422
2423 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2424
2425         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2426         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2427         the current LINE.
2428         (gnus-agent-summary-fetch-group): Minimized the number of times
2429         that the article is updated in the buffer.
2430
2431 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * spam.el (spam-ham-move-routine): use the process-mark instead of
2434         gnus-current-article when moving articles
2435         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2436
2437 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2440         (gnus-topic-catchup-articles): Ditto.
2441         (gnus-topic-mark-topic): Reverse recursive logic.
2442
2443 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2444
2445         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2446         gnus-refer-thread-limit is t.
2447
2448 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2449
2450         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2451         sort-coding-systems to prefer utf-8 over utf-16.
2452
2453 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2454
2455         * gnus-agent.el (gnus-agent-expire-days):
2456         gnus-request-move-article depends on gnus-agent-expire to clean up
2457         the cache after moving the article.  Therefore, g-a-e-d can NOT
2458         default to nil or can gnus-agent-expire be disabled by doing so.
2459         If you don't want to run gnus-agent-expire, don't call it.
2460         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2461         when g-a-e-d was NOT nil was removed.
2462         (gnus-agent-article-name): Removed unnecessary input test as
2463         article IDs are always strings.
2464         (gnus-agent-regenerate-group): Added check to protect against
2465         servers that generate absurdly long article IDs.  Valid IDs are
2466         less than 10 digits to avoid overflow errors.  Fixed logic error
2467         when ensuring that the final article ID is present in the new
2468         alist.
2469
2470 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2473         next line after finding the parent.
2474
2475 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus.el (gnus-version-number): Bumped.
2478
2479 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2480
2481         * gnus.el: Oort Gnus v0.15 is released.
2482
2483 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2484
2485         * nnmail.el (nnmail-split-it): If a message ends up matching the
2486           same mailbox more than once, it will cause duplicates to appear
2487           in the mailbox.
2488
2489 2003-02-08  Simon Josefsson  <jas@extundo.com>
2490
2491         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2492         code that only worked under Emacs.
2493
2494         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2495         Das <satyaki@chicory.stanford.edu>.
2496
2497 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2498
2499         * gnus-art.el (gnus-article-refer-article): Use
2500         gnus-replace-in-string.
2501
2502         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2503         (gnus-remove-duplicates): do.
2504
2505 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2508         (gnus-request-scan): set
2509         gnus-internal-registry-spool-current-method to gnus-command-method
2510         before a request-scan operation
2511
2512         * gnus-registry.el (regtest-nnmail): use
2513         gnus-internal-registry-spool-current-method
2514
2515 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * mail-source.el (mail-source-fetch): Typo fix.
2518
2519 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * nnmail.el (nnmail-spool-hook): new hook
2522         (nnmail-cache-insert): call nnmail-spool-hook
2523
2524         * gnus-registry.el: new file with examples of using the hooks
2525
2526         * gnus.el (gnus-registry): added registry customization group
2527         (gnus-group-prefixed-name): improve function to return full group
2528         name optionally
2529         (gnus-group-guess-prefixed-name): shortcut to
2530         gnus-group-prefixed-name, using just the group name
2531         (gnus-group-full-name): always get a group's full name
2532         (gnus-group-guess-full-name): shortcut, using just the group name
2533
2534         * gnus-sum.el (gnus-summary-article-move-hook)
2535         (gnus-summary-article-delete-hook)
2536         (gnus-summary-article-expire-hook): new hooks
2537         (gnus-summary-move-article, gnus-summary-expire-articles)
2538         (gnus-summary-delete-article): invoke the new hooks
2539
2540 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2541
2542         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2543         from message-ID
2544
2545 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2546
2547         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2548
2549 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2550
2551         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2552         (mm-write-region, mm-detect-coding-region): Doc fixes.
2553
2554 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * mail-source.el (mail-source-fetch): Ignore errors.
2557         (mail-source-ignore-errors): New variable.
2558
2559         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2560         articles.
2561
2562         * gnus-msg.el (gnus-version-expose-system): Change default.
2563
2564 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2565
2566         * gnus-msg.el (gnus-version-expose-system): New variable.
2567
2568 2003-02-07  Simon Josefsson  <jas@extundo.com>
2569
2570         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2571         patch from deskpot@myrealbox.com (Vasily Korytov).
2572
2573 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-art.el (article-display-face): Get the Face header from
2576         the current buffer.
2577
2578 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-art.el (gnus-mime-view-part-internally): Bind
2581         buffer-read-only to nil.
2582
2583 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2586         from g-a-e-1 to g-a-e-2.
2587
2588 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2589
2590         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2591         of bbdb-search-simple, use spam-use-BBDB-exclusive
2592         (spam-check-whitelist): use spam-use-whitelist-exclusive
2593         (spam-use-whitelist-exclusive): new variable affecting
2594         spam-use-whitelist
2595         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2596
2597 2003-02-05  Simon Josefsson  <jas@extundo.com>
2598
2599         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2600         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2601         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2602         (gnus-agent-expire-1): New.
2603         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2604         (gnus-agent-expire-2): New.
2605
2606 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2607
2608         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2609         "delete-if" is misleading because it isn't actually destructive.
2610
2611         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2612
2613         * nnmail.el (nnmail-purge-split-history): do.
2614
2615         * gnus-win.el (gnus-get-buffer-window): do.
2616
2617         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2618         let-binding.
2619         (gnus-simplify-all-whitespace): do.
2620
2621 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-delay.el (gnus-delay-article): Fix binding of the
2624         nndraft:delayed group.
2625
2626 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2627
2628         * gnus.el (spam group parameters): change 'other to 'const in
2629         the group parameter definitions to soothe XEmacs
2630
2631 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2632
2633         * gnus-delay.el (gnus-delay-article): Really create
2634         nndraft:delayed group if it doesn't exist.
2635
2636 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2637
2638         * gnus-sum.el (gnus-summary-search-article): Speed up by
2639         disabling various visual features while searching.
2640         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2641
2642 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2643
2644         * spam.el (spam-list-of-checks): Don't quote nil and t in
2645         docstrings.  From the elisp manual:
2646
2647            When a documentation string refers to a Lisp symbol, write
2648            it [..] with single-quotes around it.  [..] There are two
2649            exceptions: write t and nil without single-quotes.
2650
2651         * messcompat.el (message-from-style): do.
2652
2653         * message.el (message-send-mail): do.
2654
2655         * gnus-util.el (gnus-use-byte-compile): do.
2656
2657         * gnus-score.el (gnus-score-lower-thread): do.
2658
2659         * gnus-int.el (gnus-server-unopen-status): do.
2660
2661         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2662         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2663
2664         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2665         (gnus-group-parameters): do.
2666
2667         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2668
2669         * mm-decode.el (mm-text-html-renderer): do.
2670
2671 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * nnheader.el (nnheader-directory-separator-character): Change the
2674         way to compute the dafault value.
2675
2676 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2677
2678         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2679         (gnus-button-alist): Fix regexp for describe-key.
2680         (gnus-button-handle-describe-function)
2681         (gnus-button-handle-describe-variable)
2682         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2683         (gnus-button-handle-apropos-variable)
2684         (gnus-button-handle-apropos-documentation): Docstring fix.
2685
2686         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2687
2688 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2691         to nil.
2692
2693         * nnmail.el: Removed gnus-util autoload.
2694
2695         * gnus.el: Use gnus-prin1-to-string throughout.
2696
2697         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2698         print-level.
2699
2700         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2701         (gnus-treat-display-grey-xface): Removed.
2702
2703         * gnus-fun.el (gnus-grab-cam-face): New.
2704         (gnus-convert-image-to-gray-x-face): Removed.
2705         (gnus-convert-gray-x-face-to-xpm): removed.
2706         (gnus-convert-gray-x-face-region): Removed.
2707         (gnus-grab-gray-x-face): Removed.
2708
2709         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2710
2711 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2712
2713         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2714         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2715         bound.
2716
2717         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2718
2719 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2720
2721         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2722         Remove -- these are bogus options which are never used.
2723
2724 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2725
2726         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2727
2728 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2729
2730         * spam.el (spam-check-blackholes)
2731         (spam-blackhole-good-server-regex): new variable to skip some IPs
2732         when checking blackholes; use it
2733         (spam-check-bogofilter-headers)
2734         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2735         case more X-Bogosity is used than just "Yes/No"
2736         (spam-ham-move-routine): semi-fixed, only first article is
2737         properly moved now
2738
2739 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2740
2741         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2742         as well.
2743
2744         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2745
2746         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2747
2748         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2749
2750         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2751
2752         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2753
2754 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-fun.el (gnus-face-encode): New function.
2757         (gnus-convert-png-to-face): Use it.
2758
2759         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2760
2761 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2762
2763         * mm-decode.el (mm-dissection-list): Remove.
2764         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2765         only used in mm-remove-all-parts.
2766         (mm-remove-all-parts): Remove it, it's never called.
2767
2768 2003-01-25  Simon Josefsson  <jas@extundo.com>
2769
2770         * gnus-group.el (gnus-group-make-group): Report errors.
2771
2772         * nnimap.el (nnimap-request-create-group): Ditto.
2773
2774         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2775
2776         * sieve.el (sieve-upload): Fix error printing.
2777
2778         * mm-encode.el (mm-qp-or-base64): Always QP iff
2779         mm-use-ultra-safe-encoding and cleartext PGP.
2780
2781         * gnus-sum.el (gnus-summary-select-article): Inhibit
2782         redisplay (mainly for secured messages).
2783
2784         * nnmail.el (nnmail-article-group): Copy body too (but don't
2785         process it).
2786
2787 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2788
2789         * gnus-art.el (gnus-article-setup-buffer): Reset
2790         gnus-button-marker-list.
2791
2792 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * nntp.el (nntp-read-timeout): Default to using a second delay
2795         under Microsoft Windows.
2796
2797 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnheader.el (nnheader-directory-separator-character): New
2800         variable.
2801
2802 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2803
2804         * gnus-agent.el (gnus-agent-max-fetch-size)
2805         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2806         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2807         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2808         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2809         (gnus-agent-braid-nov, gnus-agent-load-alist)
2810         (gnus-agent-article-alist-save-format)
2811         (gnus-agent-read-agentview, gnus-agent-save-alist)
2812         (gnus-agent-fetch-group-1, gnus-agent-expire)
2813         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2814         (gnus-agent-regenerate-group): Reformat to keep under eighty
2815         columns.  Reword docstrings so that first line is under eighty
2816         chars and a complete sentence.  Still need to work on the rear
2817         end of the file, in particular gnus-agent-expire.
2818
2819 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-agent.el (gnus-agentize): Indent.
2822
2823         * gnus.el (gnus-version-number): Bumped.
2824
2825 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2826
2827         * gnus.el: Oort Gnus v0.14 is released.
2828
2829 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2830
2831         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2832         before beginning.  Tiny patch from Mark Thomas
2833         <swoon@bellatlantic.net>.
2834
2835 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2836
2837         * spam.el (spam-check-blackholes, spam-split)
2838         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2839         gnus-message calls to show to users what spam.el is doing
2840
2841 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2842
2843         * gnus-msg.el (gnus-message-replysign)
2844         (gnus-message-replyencrypt): Fix typo.
2845
2846 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2849         details.
2850
2851 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-art.el (gnus-article-press-button): let* -> let.
2854         (gnus-mime-security-show-details): Cleaned up.
2855         (gnus-mime-security-press-button): Save excursion.
2856         (gnus-insert-mime-security-button): Clean up.
2857
2858         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2859
2860         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2861         timeout.
2862
2863         * nntp.el (nntp-accept-process-output): Removed timeout.
2864         (nntp-read-timeout): New variable.
2865         (nntp-accept-process-output): Use it.
2866
2867         * gnus-sum.el (gnus-data-find-list): Remove *.
2868
2869 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2870
2871         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2872         introduced on 2002-01-22.
2873         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2874
2875 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2876
2877         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2878         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2879         checks of incoming mail based on simple header regexp matching
2880
2881 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * gnus-sum.el (gnus-spam-mark): set to `$'
2884
2885 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2886
2887         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2888         gnus-newsgroup-unfetched, the list of articles whose headers have
2889         not been fetched from the server.
2890
2891         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2892         parameter as it never worked due to a bug.  Added check to prevent
2893         selection of any article in the gnus-newsgroup-unfetched list.
2894         (gnus-summary-find-prev): Added check to prevent selection of any
2895         article in the gnus-newsgroup-unfetched list.
2896         (gnus-summary-first-subject): Documented API. Modified
2897         implementation so that constraints are handled independently.
2898         Added check to prevent selection of any article in the
2899         gnus-newsgroup-unfetched list.
2900         (gnus-summary-first-unseen-subject): Updated parameters in
2901         gnus-summary-first-subject call to match new API.
2902         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2903         (gnus-summary-catchup): Do not mark unfetched articles as read.
2904
2905 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2906
2907         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2908         make-obsolete-variable allows only two arguments in XEmacs and
2909         Emacs 20.
2910
2911         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2912         gnus-article-hide-pgp.
2913         (gnus-summary-make-menu-bar): do.
2914
2915         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2916         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2917         gnus-article-hide-pgp.
2918         (article-hide-pgp): Remove.
2919         (gnus-article-hide): Remove gnus-article-hide-pgp.
2920
2921         * gnus.el: Remove gnus-article-hide-pgp
2922
2923 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * message.el (message-required-headers): Doc fix.
2926
2927 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2928
2929         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2930         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2931         option to make ifile a purely binary classifier
2932
2933 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2936         (mml-secure-encrypt-pgpmime): Removed double.
2937
2938         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2939         debugging statements.
2940
2941 2003-01-21  Andreas Fuchs  <asf@void.at>
2942
2943         * mml-sec.el (mml-sign-alist): Added pgpauto.
2944
2945 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus.el (gnus-version-number): Bumped version number.
2948
2949 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2950
2951         * gnus.el: Oort Gnus v0.13 is released.
2952
2953 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-art.el (gnus-button-url-regexp): Removed |.
2956
2957         * message.el (message-send-hook): Doc fix.
2958
2959         * gnus-win.el (gnus-buffer-configuration): Display article
2960         instead of article-copy when `reply'.
2961
2962 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2963
2964         * gnus.el (gnus-format): Change customize group to gnus.
2965         (gnus-cache): Add link.
2966         (gnus-group-charter-alist): Fix docstring.
2967
2968 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2969
2970         * mailcap.el (mailcap-print-command): lpr-command might be
2971         unbound in XEmacs.
2972
2973 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2974
2975         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2976
2977         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2978         calculation of net characters added for use in the gnus-data
2979         structure.
2980
2981 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2982
2983         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2984         message.  Suggested by Jari Aalto.
2985
2986 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2989         (gnus-article-reply-with-original): Ditto.
2990
2991         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2992         read articles don't become unread.
2993
2994 2003-01-17  Simon Josefsson  <jas@extundo.com>
2995
2996         * gnus-fun.el (gnus-x-face-from-file):
2997         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2998
2999         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3000         (gnus-convert-image-to-face-command): Doc fix.
3001
3002 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3005
3006 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3007
3008         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3009         avoid encoding problems.
3010
3011         * mailcap.el (mailcap-ps-command): New variable.
3012         (mailcap-mime-data): Add print entry where applicable.  Use
3013         pdftotext on a tty.
3014
3015 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3016
3017         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3018
3019 2003-01-16  Simon Josefsson  <jas@extundo.com>
3020
3021         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3022         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3023         (gnus-face-from-file): Doc fix; don't mention image format.
3024
3025 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * spam.el (spam-get-article-as-filename): new function (unused for now)
3028         (spam-get-article-as-buffer): new function
3029         (spam-get-article-as-string): use spam-get-article-as-buffer
3030         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3031
3032 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3033
3034         * gnus-agent.el: Don't use `path'.
3035         From the GNU coding standards:
3036
3037             Please do not use the term ``pathname'' that is used in Unix
3038             documentation; use ``file name'' (two words) instead.  We use
3039             the term ``path'' only for search paths, which are lists of
3040             directory names.
3041
3042         * nnsoup.el (nnsoup-file-name): Ditto.
3043
3044         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3045         (nnmail-group-pathname): Ditto.
3046
3047         * nnimap.el (nnimap-group-overview-filename): Ditto.
3048
3049         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3050         (nnheader-group-pathname): Ditto.
3051
3052         * nnfolder.el (nnfolder-group-pathname): Ditto.
3053
3054         * gnus.el (gnus-home-directory): Ditto.
3055
3056         * gnus-group.el (gnus-group-icon-list): Ditto.
3057
3058 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3059
3060         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3061
3062         * message.el (message-mode-menu): Use it.
3063         (message-mode-menu): Deactivate "Yank Original" if there's no
3064         reply buffer.
3065
3066         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3067
3068         * message.el (message-mark-active-p): New function.
3069
3070 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3073         (spam-bogofilter-database-directory): new variables
3074         (spam-check-bogofilter-headers, spam-check-bogofilter)
3075         (spam-bogofilter-register-with-bogofilter)
3076         (spam-bogofilter-register-spam-routine)
3077         (spam-bogofilter-register-ham-routine)
3078         (spam-group-ham-processor-bogofilter-p): new functions for the new
3079         Bogofilter interface
3080         (spam-summary-prepare-exit): use the new Bogofilter functions
3081         (spam-list-of-checks): added spam-use-bogofilter-headers
3082         (spam-bogofilter-score): rewrote function
3083         (spam-check-bogofilter): optional score parameter, uses
3084         spam-check-bogofilter-headers better
3085         (spam-check-bogofilter-headers): optional score parameter
3086
3087         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3088         default, in the gnus-start customization group.  Used to disable
3089         the spam-*/ham-* parameters.
3090         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3091
3092 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3093
3094         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3095         XEmacs.
3096
3097         * gnus-ems.el (gnus-mark-active-p): do.
3098
3099 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3100
3101         * gnus.texi (Using MIME): Mention auto-compression-mode with
3102         gnus-mime-copy-part.
3103
3104 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * message.el (message-send): Don't warn about duplicates when
3107         superseding.
3108
3109 2003-01-15  Simon Josefsson  <jas@extundo.com>
3110
3111         * nnimap.el (nnimap-split-download-body): New variable.
3112         (nnimap-split-articles): Use it.
3113
3114 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3115
3116         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3117         integrity checker was incorrectly flagging, and removing, articles
3118         whose article number was negative.
3119         (gnus-agent-fetch-group-1): When executed in the group's summary
3120         buffer, refresh each downloaded line to update the status flag and
3121         font.  Preserve the value of gnus-newsgroup-headers so that
3122         gnus-agent-fetch-articles can split the requests by size.
3123         (gnus-agent-expire): Corrected day calculation for when
3124         gnus-agent-expire-days contains a list.
3125
3126 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3129
3130 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3131
3132         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3133           /usr/bin/play as default player.
3134           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3135
3136 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3139         articles to be marked as well.
3140
3141 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3142         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3143         fictious headers generated by nnagent (ie. Undownloaded Article
3144         ####) in the list of articles that have not been downloaded.
3145
3146         * gnus-int.el (): Added require declarations to resolve
3147         compile-time warnings.
3148         (gnus-open-server): If the server status is set to offline,
3149         recursively execute gnus-open-server to open the offline backend
3150         (e.g. nnagent).
3151
3152 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3153
3154         * gnus-art.el (gnus-article-reply-with-original): Use
3155         gnus-mark-active-p.
3156         (gnus-article-followup-with-original): do.
3157
3158 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3161
3162 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3163
3164         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3165         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3166
3167 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3168
3169         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3170         (gnus-face-from-file): Ditto.
3171
3172 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3175         gnus-alter-articles-to-read-function to the unread articles.
3176
3177 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3178
3179         * deuglify.el (gnus-article-outlook-unwrap-lines)
3180         (gnus-article-outlook-repair-attribution)
3181         (gnus-article-outlook-rearrange-citation): New function names,
3182         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3183         doc-string.
3184
3185         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3186         removed `W k' key binding (use `W Y f' instead).
3187         (gnus-summary-make-menu-bar): Use new function names.
3188
3189 2003-01-13  Simon Josefsson  <jas@extundo.com>
3190
3191         * gnus-fun.el (gnus-random-x-face): Doc fix.
3192         (gnus-insert-random-x-face-header): New function.
3193
3194 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3195
3196         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3197         mark is not active.
3198
3199         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3200
3201         * gnus-ems.el (gnus-mark-active-p): New function.
3202
3203         * gnus-group.el (gnus-topic-mode-p): New function.
3204         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3205         Deactivate items if mark is not active.
3206
3207 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * gnus.el (gnus-version-number): Bumped version.
3210         (gnus-summary-line-format): Doc fix.
3211
3212 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3213
3214         * gnus.el: Oort Gnus v0.12 is released.
3215
3216 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * mail-source.el (mail-sources): Removed autoload to make it
3219         compile under XEmacs.
3220
3221 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3222
3223         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3224         regexp or a function too.
3225         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3226         confirmation even if the original article is mail.
3227
3228 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3231         articles to be marked when not yanking.
3232
3233 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3234
3235         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3236
3237 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-fun.el (gnus-face-from-file): Autoload.
3240
3241         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3242         errors.
3243
3244 2003-01-12  Simon Josefsson  <jas@extundo.com>
3245
3246         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3247         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3248
3249         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3250         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3251
3252 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3255         in every string.
3256
3257         * gnus.el (gnus-version-number): Bumped version number.
3258
3259 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3260
3261         * gnus.el: Oort Gnus v0.11 is released.
3262
3263 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3264
3265         * message.el (message-fetch-reply-field): Narrow to headers.
3266
3267         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3268         if Gnus isn't alive.
3269
3270 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3271
3272         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3273         marks from articles that are already stored in the agent.
3274         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3275         backup copy of an invalid .overview file for later analysis.
3276
3277 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3278
3279         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3280         exit work with two frames.
3281
3282 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3283
3284         * message.el (message-forward-make-body): Use mule4.
3285
3286 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * message.el (message-mode-map): Move wide-reply command.
3289
3290 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3293         castellano.
3294         (gnus-outlook-display-hook): New variable.
3295         (gnus-outlook-display-article-buffer): New function.
3296         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3297         (gnus-outlook-deuglify-article): Made them interactive and added
3298         optional arg.  Use `g-o-d-a-b'.
3299         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3300
3301         * gnus-sum.el: Added autoloads.
3302         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3303         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3304
3305 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-art.el (gnus-display-mime): Use the mime emulation
3308         variable.
3309
3310         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3311
3312         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3313         newsrc-alist is initialized properly.
3314
3315         * mail-source.el (mail-sources): Autoload.
3316
3317         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3318         nil.
3319
3320         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3321         insert two newlines.
3322
3323         * message.el (message-check-news-header-syntax): Compute the
3324         header length correctly.
3325
3326 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3327
3328         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3329         alist when keeping fetched article file.
3330         (gnus-agent-retrieve-headers): When parsing response for article
3331         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3332         against garbage in the server's response.
3333
3334         * gnus-int.el (gnus-request-expire-articles,
3335         gnus-request-move-article): Only expire when the group's server
3336         has been agentized.
3337
3338 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3341         errors when deleting overlays.
3342
3343         * gnus-score.el (gnus-score-followup): Allow tracing.
3344
3345         * gnus-art.el (gnus-treat-display-face): New variable.
3346         (article-display-face): New command.
3347
3348         * gnus-fun.el (gnus-face-from-file): New function.
3349         (gnus-convert-face-to-png): Ditto.
3350
3351         * gnus-art.el (gnus-ignored-headers): Added Face.
3352
3353 2003-01-10  Simon Josefsson  <jas@extundo.com>
3354
3355         * nndraft.el (nndraft-request-group): Avoid crash in
3356         directory-files when draft directory doesn't exists.
3357
3358         * gnus-sum.el (gnus-select-article-hook): Add :option.
3359
3360 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3361
3362         * spam.el (spam-use-stat): new variable
3363         (spam-group-spam-processor-stat-p)
3364         (spam-group-ham-processor-stat-p): new convenience functions
3365         (spam-summary-prepare-exit): add spam/ham processors to sequence
3366         (spam-list-of-checks): add spam-use-stat to list of checks
3367         (spam-split): conditionally load the spam-stat tables
3368         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3369         spam-check-ifile): new functions
3370
3371         * spam-stat.el (spam-stat): typo fix
3372         (spam-stat-install-hooks): new variable
3373         (spam-stat-split-fancy-spam-group): added documentation clarification
3374         (spam-stat-split-fancy-spam-threshhold): new variable
3375         (spam-stat-install-hooks): make hooks conditional
3376         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3377
3378         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3379         spam-stat ham/spam processor symbols
3380
3381 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3384         file exists.
3385
3386 2003-01-10  Simon Josefsson  <jas@extundo.com>
3387
3388         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3389         undownloaded/downloadable only when unplugged.
3390
3391 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3392
3393         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3394
3395 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * spam.el (spam-check-ifile): fixed call-process-region to use the
3398         db parameter only if it's set
3399         (spam-ifile-register-with-ifile): ditto
3400
3401 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3402
3403         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3404         spam-stat-nbad before creating the hash table.
3405         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3406         Changed copyright statement to FSF.
3407
3408 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3409
3410         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3411         processable articles as read.
3412         (gnus-agent-summary-fetch-series): Remove processable and
3413         downloadable marks on all downloaded articles in the series.
3414
3415         * nntp.el (nntp-report): Throw error after reporting the problem.
3416         (nntp-accept-process-output): Corrected error check to report an
3417         error when the process is nil.
3418
3419 2003-01-09  Simon Josefsson  <jas@extundo.com>
3420
3421         * message.el (message-tool-bar-map): Add preview.
3422
3423 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3424
3425         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3426         previewing.
3427
3428 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3429
3430         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3431         bug when the (n+1)th article to be added to a group has a smaller
3432         number than the n articles already added.
3433
3434 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3435
3436         * message.el (message-mode-field-menu): Use backquote.
3437
3438 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * spam.el: fixed the BBDB autoloads again, using
3441         bbdb-search-simple now (which is not a macro, thank god)
3442
3443         * lpath.el (bbdb-search): removed function from maybe-fbind list
3444
3445         * gnus.el (ham-process-destination): added new parameter for
3446         destination of ham articles found in spam groups at summary exit
3447
3448         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3449         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3450         (spam-ifile-database-path): added new parameter for ifile's database
3451         (spam-move-spam-nonspam-groups-only): new parameter to determine
3452         if spam should be moved from all groups or only some
3453         (spam-summary-prepare-exit): fixed logic to use
3454         spam-move-spam-nonspam-groups-only when deciding to invoke
3455         spam-mark-spam-as-expired-and-move-routine; always invoke that
3456         routine after the spam has been expired-or-moved in case there's
3457         some spam left over; use spam-ham-move-routine in spam groups
3458         (spam-ham-move-routine): new function to move ham articles to the
3459         ham-process-destinations group parameter
3460
3461 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3464
3465         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3466         gnus-summary-update-article-line.
3467
3468 2003-01-08  Simon Josefsson  <jas@extundo.com>
3469
3470         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3471         not successful.
3472
3473 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3476
3477 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3480         logic, finally
3481
3482 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3485         (gnus-parse-format): Change to %~.
3486
3487         * message.el (message-generate-headers): Don't generate optional
3488         empty headers.
3489
3490 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * message.el (message-cross-post-default)
3493         (message-cross-post-note-function, message-shoot-gnksa-feet)
3494         (message-strip-subject-trailing-was, message-change-subject)
3495         (message-mark-insert-file, message-cross-post-followup-to)
3496         (message-cross-post-followup-to, message-mode-map)
3497         (message-generate-unsubscribed-mail-followup-to)
3498         (message-make-mail-followup-to): Minor changes to doc-strings and
3499         error messages.  Updated copyright line.
3500
3501         * message.el (message-make-mail-followup-to,
3502         message-generate-unsubscribed-mail-followup-to): New function
3503         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3504         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3505         names.
3506
3507         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3508         (mml-preview-insert-mft): Removed function name.
3509         (mml-preview): Use new function names.
3510
3511         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3512
3513         * message.el (message-mode-field-menu): Moved header related
3514         commands from "Message" to "Field" menu.
3515
3516 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * message.el (message-generate-headers-first): Added customization
3519         if variable is a list.
3520
3521 2003-01-07  Michael Shields  <shields@msrl.com>
3522
3523         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3524         where the last line of the article is the last line of the window.
3525
3526 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-msg.el (gnus-debug): Use ignore-errors.
3529
3530         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3531         `gnus-summary-update-line'.
3532
3533 2003-01-08  Simon Josefsson  <jas@extundo.com>
3534
3535         * gnus-art.el (gnus-unbuttonized-mime-types)
3536         (gnus-buttonized-mime-types): Doc fix.
3537
3538 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3539
3540         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3541
3542 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3543
3544         * nnrss.el (nnrss-group-alist): Add and clear up.
3545
3546 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3547
3548         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3549
3550         * lpath.el (bbdb-search): added BBDB functions for a better way to
3551         fix missing functions
3552
3553         * spam.el (spam-check-ifile): if should be an unless
3554
3555         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3556         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3557         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3558
3559 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3562         gnus-summary-refer-thread to thread menu.
3563
3564 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3565
3566         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3567         summary buffer, articles that cannot be fetched are marked as
3568         canceled.
3569
3570         * nntp.el (nntp-with-open-group): The quit signal handler must
3571         propagate the quit signal to the next outer handler so that the
3572         caller knows that the request aborted abnormally.
3573
3574 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3575
3576         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3577         (spam-ifile-register-spam-routine)
3578         (spam-ifile-register-ham-routine): added ifile functionality that
3579         does not use ifile-gnus.el to classify and register articles
3580         (spam-get-article-as-string): convenience function
3581         (spam-summary-prepare-exit): added ifile spam and ham registration
3582         (spam-ifile-all-categories, spam-ifile-spam-category)
3583         (spam-ifile-path, spam-ifile): added customization options
3584
3585         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3586         exit processor
3587         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3588         list of choices
3589
3590 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-score.el (gnus-score-followup): Also score immediate
3593         followups.
3594
3595 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3598
3599 2003-01-07  Simon Josefsson  <jas@extundo.com>
3600
3601         * message.el (message-mode-menu): Fix receipt balloon help.
3602
3603 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3604
3605         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3606         always be interpreted as news.
3607
3608 2003-01-07  Simon Josefsson  <jas@extundo.com>
3609
3610         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3611         gnus-sieve-script, instead of the global variable
3612         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3613         <sb@dod.no>.
3614
3615 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3616
3617         * gnus.el: Renamed gnus-summary-*-uncached-face as
3618         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3619         the cache.
3620
3621         * gnus-sum.el: Ditto.
3622
3623 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3624
3625         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3626         in either the group or summary buffer.
3627         New command "JS", in summary buffer, will fetch articles per the
3628         group's category, predicate, and processable flags.
3629         (gnus-agent-summary-fetch-series): Rewritten to call
3630         gnus-agent-session-fetch-group once with all articles in the
3631         series.
3632         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3633         return list of fetched articles.
3634         (gnus-agent-fetch-articles): Split fetch list into sublists such
3635         that the article buffer is only slightly larger than
3636         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3637         the group's article alist is saved.
3638         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3639         longer result in the agent trying to fetch an article.
3640         (gnus-agent-fetch-group-1): Can now be called in either the group
3641         or summary buffer.  Removed the max-fetch-size code that I added
3642         on 2002-12-13 as that capability is now part of
3643         gnus-agent-fetch-articles.  Added code to update summary buffer.
3644         When called in the group buffer, articles that can not be fetched
3645         are AUTOMATICALLY MARKED AS READ.
3646
3647         * gnus-sum.el (): Modified eval-when-compile to minimize
3648         misleading compilation warnings.
3649         (gnus-update-summary-mark-positions): Changed code to use
3650         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3651
3652         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3653         empty file as the parser assumes that the file isn't empty.
3654
3655         * nntp.el (nntp-send-string): The process-send-string call can,
3656         because it performs I/O on the process, change the process' state
3657         from open to closed.  If this happens, call nntp-report
3658         immediately to report the broken connection.
3659         (nntp-report): Rewritten to avoid needing a global variable to
3660         determine the appropriate course of action.  Instead, two function
3661         implementations are provided and the nntp-report function value is
3662         bound to the appropriate implementation.
3663         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3664         (nntp-with-open-group): Now binds nntp-report's function cell
3665         rather than binding gnus-with-open-group-first-pass.  Added a
3666         condition-case to detect a quit during a nntp command.  When the
3667         quit occurs, the current connection is closed as a fetch articles
3668         request could have several megabytes queued up for reading.
3669         (nntp-retrieve-headers): Bind articles to itself.  If
3670         nntp-with-open-group repeats this command, I must have access to
3671         the original list of articles.
3672         (nntp-retrieve-groups): Ditto for groups.
3673         (nntp-retrieve-articles): Ditto for articles.
3674         (*): Replaced nntp-possibly-change-group calls to
3675         nntp-with-open-group forms in all, but one, occurrance.
3676         (nntp-accept-process-output): Bug fix. Detect when called with
3677         null process.
3678
3679 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3680
3681         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3682         if we don't need to.
3683         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3684
3685 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-group.el (gnus-group-make-web-group): Pass the select
3688         method on to group-create.
3689         (gnus-group-line-format-alist): %U is an integer.
3690
3691         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3692         ephemeral groups.
3693         (gnus-summary-read-group-1): Ditto.
3694         (gnus-group-make-articles-read): Ditto.
3695
3696         * mm-url.el (mm-url-program): Doc fix.
3697
3698         * message.el (message-mode-map): Rebound
3699         message-insert-wide-reply.
3700
3701 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3704         color as `gnus-group-startup-message' does.
3705
3706 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * spam.el: fixed line lengths to 80 chars or less
3709
3710         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3711         "not-read" mark
3712         (gnus-summary-mark-forward): added the spam-mark to the list of
3713         marks not to be marked as "read" when viewed
3714
3715 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3718
3719         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3720         Protect against unactive groups.
3721
3722         * message.el (message-check-news-header-syntax): Check long
3723         header lines.
3724         (message-check-news-header-syntax): Update `start'.
3725
3726         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3727         (gnus-group-line-format): %U.
3728         (gnus-group-line-format-alist): ?U.
3729         (gnus-number-of-unseen-articles-in-group): New function.
3730
3731         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3732
3733         * gnus.el (gnus-version-number): Bump version number.
3734
3735 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3736
3737         * gnus.el: Oort Gnus v0.10 is released.
3738
3739 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus.el (gnus-version-number): Fix version number.
3742
3743 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3744
3745         * gnus.el: Oort Gnus v0.08 is released.
3746
3747 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3748
3749         * mm-util.el: Add mm-string-make-unibyte.
3750
3751         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3752         UTF-8 groups.
3753
3754 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3757
3758         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3759
3760 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3761
3762         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3763         function.
3764
3765 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3768         (gnus-summary-read-group-1): Update group line.
3769         (gnus-summary-exit-no-update): Update group on exit.
3770
3771         * gnus-group.el (gnus-group-line-format): Add %*.
3772         (gnus-group-line-format-alist): Ditto.
3773         (gnus-group-insert-group-line): Set it.
3774         (gnus-group-is-exiting-p): New variable.
3775         (gnus-group-insert-group-line): Use it.
3776
3777 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3778
3779         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3780         enable BBDB ham processing
3781         (spam-blacklist-register-routine): enable blacklist spam processing
3782         (spam-whitelist-register-routine): enable whitelist ham processing
3783         (spam-fetch-field-from-fast): fast fetching of the "from" field
3784         from (gnus-data-list)
3785         (spam-summary-prepare-exit): works completely now
3786         (spam-use-blacklist): oops, should be nil by default
3787         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3788         split processing now; before it was for summary exit as
3789         well but that's done with the spam-contents and spam-process
3790         parameters now
3791
3792 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3793
3794         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3795         characters.
3796
3797 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3800         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3801         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3802         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3803         (spam-mark-spam-as-expired-and-move-routine)
3804         (spam-generic-register-routine, spam-BBDB-register-routine)
3805         (spam-ifile-register-routine, spam-blacklist-register-routine)
3806         (spam-whitelist-register-routine): new functions
3807         (spam-summary-prepare-exit): added summary exit processing (expire
3808         or move) of spam-marked articles for spam groups; added slots for
3809         all the spam-*-register-routine functions
3810
3811 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * pop3.el (pop3-retr): Wait 500 msecs.
3814         (pop3-read-response): Ditto.
3815
3816         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3817         right.
3818         (gnus-inews-make-draft): New function.
3819         (gnus-setup-message): Use it.
3820
3821         * message.el (message-required-headers): Add From.
3822
3823 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3824         Trivial patch from Norbert Koch <nk@viteno.net>.
3825
3826         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3827
3828 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * message.el (message-generate-headers): Let header formatters do
3831         their work.
3832
3833 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3834
3835         * deuglify.el (gnus-article-outlook-deuglify-article):
3836         Rehighlight, reapply treatments and call
3837         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3838         (gnus-outlook-repair-attribution-block): Recognize cited
3839         attributions.  Suggested by Niklas Morberg.
3840
3841 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3842
3843         * gnus-art.el (gnus-treat-predicate): Check condition first.
3844
3845 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3846
3847         * lpath.el: Add url-http-file-exists-p.
3848
3849         * gnus-group.el (gnus-group-fetch-charter): Use
3850         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3851
3852 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * message.el (message-draft-headers): Also generate From to get a
3855         nicer draft buffer summary.
3856
3857         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3858         parameter.
3859
3860         * gnus-art.el (article-wash-html): Clean up.
3861         (article-wash-html): Typo fix.
3862
3863         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3864         (gnus-summary-mail-forward): To many lists of lists.
3865
3866         * gnus-art.el (article-wash-html): Clean up.
3867
3868 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3869
3870         * gnus-art.el (gnus-treat-wash-html): New variable.
3871
3872 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * message.el (message-check-news-header-syntax): Allow posting.
3875         (message-check-news-header-syntax): Fix logic for sure, this
3876         time.
3877
3878 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3879
3880         * message.el (message-check-news-header-syntax): Check syntax of
3881         continuation headers.
3882
3883 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * gnus-art.el (gnus-button-url-regexp,
3886         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3887         (gnus-header-button-alist): Regexps are case insensitive here.
3888
3889 2003-01-02  Simon Josefsson  <jas@extundo.com>
3890
3891         * dig.el (query-dig): Doc fix.
3892
3893 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3894
3895         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3896         summary buffer line, not just the download mark.
3897
3898 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3901         (gnus-summary-insert-dormant-articles): New command and
3902         keystroke.
3903
3904         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3905         function for mass insertion of subjects.
3906
3907         * nndraft.el (nndraft-generate-headers): Don't move point.
3908
3909         * gnus.el (nnheader): Require nnheader.
3910
3911         * nndraft.el (nndraft-request-associate-buffer): Use
3912         make-local-variable.
3913
3914 2003-01-02  Michael Shields  <shields@msrl.com>
3915
3916         * nndraft.el (nndraft-request-associate-buffer): Make
3917         write-contents-hooks buffer-local before setting it.
3918
3919 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus.el (gnus-group-parameter-value): Take an extra param.
3922         (gnus-group-fast-parameter): Let group param results be nil.
3923
3924         * gnus-art.el (gnus-article-forward-header): New function.
3925         (article-date-ut): Use it to remove continuation date headers.
3926
3927         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3928         read-event.
3929         (gnus-summary-remove-bookmark): Clean up.
3930         (gnus-summary-set-bookmark): Clean up.
3931
3932         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3933
3934         * gnus.el (gnus-group-startup-message): Bind data-directory to
3935         the Gnus etc directory.
3936
3937 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3938
3939         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3940         ham-processing of articles; use the new
3941         spam-group-(spam|ham)-contents-p functions
3942         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3943         convenience functions
3944         (spam-mark-junk-as-spam-routine): use the new
3945         spam-group-spam-contents-p function
3946
3947         * gnus.el (spam-process, spam-contents, spam-process-destination):
3948         added new parameters with corresponding global variables
3949         (gnus-group-spam-exit-processor-ifile,
3950         gnus-group-spam-exit-processor-bogofilter,
3951         gnus-group-spam-exit-processor-blacklist,
3952         gnus-group-spam-exit-processor-whitelist,
3953         gnus-group-spam-exit-processor-BBDB,
3954         gnus-group-spam-classification-spam,
3955         gnus-group-spam-classification-ham): added new symbols for the
3956         spam-process and spam-contents parameters
3957
3958         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3959         customization and list itself to store mark symbol rather than
3960         mark character.
3961         (spam-bogofilter-register-routine): added logic to generate mark
3962         values list from spam-ham-marks and spam-spam-marks, so (member)
3963         would work.
3964
3965 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * message.el (message-cross-post-followup-to): Fix comment.
3968
3969 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3972         customization and list itself to store mark symbol rather than
3973         mark character.
3974         (spam-bogofilter-register-routine): added logic to generate mark
3975         values list from spam-ham-marks and spam-spam-marks, so (member)
3976         would work.
3977
3978 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3979
3980         * message.el (message-signature-insert-empty-line): New variable.
3981
3982 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * message.el: Renamed functions and variables: "xpost" ->
3985         "cross-post", "-fup2" -> "-followup-to".
3986         (message-cross-post-old-target, message-cross-post-default,
3987         message-cross-post-note, message-followup-to-note,
3988         message-cross-post-note-function): New variables names.
3989         (message-xpost-old-target, message-xpost-default,
3990         message-xpost-note, message-fup2-note,
3991         message-xpost-note-function): Removed variable names.
3992         (message-cross-post-followup-to-header,
3993         message-cross-post-insert-note, message-cross-post-followup-to):
3994         New function names.
3995         (message-xpost-fup2-header, message-xpost-insert-note,
3996         message-xpost-fup2): Removed function names.
3997
3998 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * message.el (message-send-mail): Added message-cleanup-headers to
4001         prevent newlines in headers.
4002
4003 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * dns.el (dns-make-network-process): Comment.
4006
4007         * gnus-sum.el (gnus-summary-display-while-building): Default to
4008         nil.
4009
4010 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4011
4012         * gnus-sum.el (gnus-summary-display-while-building): New
4013         variable.
4014
4015 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4016
4017         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4018         before rearranging the article.
4019
4020 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * nndraft.el (nndraft-generate-headers): New function.
4023         (nndraft-request-associate-buffer): Use it to write headers on
4024         buffer save.
4025
4026         * message.el (message-generate-headers): Let the function be a
4027         lambda form.
4028         (message-draft-headers): New variable.
4029
4030         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4031         function.
4032         (gnus-setup-message): Use it.
4033
4034         * message.el (message-generate-headers-first): Doc fix.
4035         (message-setup-1): Use new function for getting which headers to
4036         generate.
4037         (message-headers-to-generate): New function.
4038
4039 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4040
4041         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4042
4043 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4044
4045         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4046         mention negatives.
4047
4048 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4049
4050         * deuglify.el (gnus-outlook-rearrange-article): Use
4051         `transpose-regions' instead of tempering the kill-ring.
4052         (gnus-article-outlook-deuglify-article): Rehighlight article
4053         instead of a complete redisplay.
4054
4055 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * spam.el: most defvars are defcustoms now
4058
4059         patches from Michael Shields  <shields@msrl.com>
4060
4061         * spam.el (spam-bogofilter-articles): Select the article
4062         body using gnus-summary-show-article t instead of
4063         gnus-summary-select-article; this presents the raw text
4064         without running any hooks.
4065
4066         * spam.el (spam-bogofilter-articles): Use message-remove-header
4067         to remove headers; the old way incorrectly removed just the first
4068         line of folded headers.
4069
4070 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4073
4074 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * gnus-start.el (gnus-load): New function.
4077         (gnus-read-newsrc-el-file): Use it.
4078
4079 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4082         (gnus-button-handle-apropos-documentation): New function.
4083         (gnus-button-handle-ctan): New function.
4084         (gnus-button-alist): Use them.  Improve some regexps.
4085         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4086
4087 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * message.el (message-subscribed-p): New function.
4090         (message-send-mail): Use it.
4091         * mml.el (mml-preview-insert-mft): New function.
4092         (mml-preview): Use it.
4093
4094 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4097         when sorting by date.
4098
4099         * gnus-art.el (gnus-article-edit-mode): New variable.
4100         (gnus-article-setup-buffer): Warn user about discarding edits.
4101
4102         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4103         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4104         headers.
4105
4106         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4107
4108 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * message.el (message-completion-alist): Added "Mail-Followup-To"
4111         and "Mail-Copies-To".
4112
4113 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4114
4115         * gnus-group.el: Add key bindings for
4116         gnus-group-sort-groups-by-real-name and
4117         gnus-group-sort-selected-groups-by-real-name.
4118
4119 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4120
4121         * gnus.texi (Sorting Groups): Add key bindings for
4122         gnus-group-sort-groups-by-real-name and
4123         gnus-group-sort-selected-groups-by-real-name.
4124
4125 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * spam.el (spam-use-dig): new variable for blackhole checking
4128         through dig.el
4129         (spam-check-blackholes): added dig.el checking functionality and
4130         more verbose reporting; query-dig is autoloaded from dig.el
4131         (spam-use-blackholes): disabled by default
4132         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4133         blackhole servers list
4134
4135 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * message.el (message-required-headers): New variable.
4138
4139 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * dig.el (query-dig): new function
4142
4143 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4146         prefixes.
4147
4148         * dns.el (query-dns): Protect against errors.
4149
4150         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4151         (gnus-inews-add-send-actions): Mark all answered messages as
4152         answered.
4153
4154 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4155
4156         * nnmail.el (nnmail-split-it): Added tracing to
4157         `:' split rule
4158
4159 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4160
4161         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4162         and "%s" so we don't overquote them.
4163
4164 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4165
4166         * (mm-display-external): Display the actual command that has been
4167         executed in the echo area.
4168
4169 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4172
4173         * message.el (message-with-reply-buffer): New macro.
4174         (message-fetch-reply-field): Use it.
4175         (message-insert-wide-reply): New command and keystroke.
4176         (message-carefully-insert-headers): New function.
4177         (message-insert-to): Use new function.
4178
4179         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4180         (gnus-topic-goto-missing-group): Use it.
4181
4182         * message.el (message-required-news-headers): Removed Lines.
4183         (message-reply): Don't insert References first.
4184         (message-followup): Ditto.
4185         (message-make-references): New function.
4186         (message-followup): Set message-reply-headers before generating
4187         the buffer stuff.
4188
4189 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4190
4191         * mml.el (mml-generate-mime-1): Reverse the order of
4192         encoding/flowing.
4193
4194 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4197         after moving them.
4198
4199         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4200         fit with newer standard format.
4201         (gnus-summary-make-false-root-always): New variable.
4202         (gnus-gather-threads-by-subject): Use it.
4203
4204         * message.el (message-get-reply-headers): Take an address list
4205         optional argument.
4206
4207 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus.el (gnus-keep-backlog): Change default to 20.
4210
4211         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4212         start.
4213         (gnus-agent-check-overview-buffer): Remove negative article
4214         numbers.
4215
4216         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4217         (nnmail-cache-ignore-groups): Doc fix.
4218
4219         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4220         (nnimap-debug-buffer): New variable.
4221         (nnimap-debug): Use it.
4222
4223 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4224
4225         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4226
4227 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4230         they aren't already sorted.
4231
4232 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4233
4234         * message.el (message-mode-menu): Add ellipses to menu items
4235         expecting user interaction.
4236         (message-mode-field-menu): do.
4237
4238 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4239
4240         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4241         it isn't used any more.
4242
4243 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4244
4245         * binhex.el (binhex-decoder-program): Fix docstring.
4246
4247 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4248
4249         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4250         special chars if the mailcap file uses single quotes around %s.
4251         From Laurent Martelli <laurent@bearteam.org>.
4252
4253 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4254
4255         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4256         return the info object.
4257
4258 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4259
4260         * gnus-int.el (gnus-request-update-info): Artificially add
4261         (1 . (1- min)) to the read range, in case the backend doesn't
4262         store marks for nonexistent articles.
4263
4264 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * binhex.el (binhex-insert-char): Eval-and-compile.
4267
4268 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4269
4270         * lpath.el: Add tool-bar-local-item-from-menu.
4271
4272         * message.el (message-tool-bar-local-item-from-menu): New function.
4273         (message-tool-bar-map): Use it.
4274
4275 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4276
4277         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4278
4279         * gnus-art.el (gnus-article-header-rank): Last header in
4280         gnus-sorted-header-list should have higher rank than non-members.
4281
4282 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283
4284         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4285         covered methods.
4286
4287 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4288
4289         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4290         eval-when-compile.  Suggested by Kevin Greiner.
4291
4292 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4293
4294         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4295         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4296         even though no headers may have been fetched
4297         (gnus-agent-fetch-group-1, and perhaps others, require this
4298         behavior).
4299         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4300         server buffer is constrained by gnus-agent-max-fetch-size.
4301         Multiple chunks in the same group may perform arbitrarily large
4302         updates.
4303
4304 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4305
4306         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4307         gnus-summary-update-download-mark to update the article in the
4308         summary.
4309
4310 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4311
4312         * gnus.el (gnus-summary-high-uncached-face,
4313         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4314         New faces.
4315
4316         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4317         added this on 2002-11-23 but it just wasn't working out as
4318         intended.  The idea isn't entirely dead, three new faces
4319         gnus-summary-*-uncached-face are being added to gnus.el to provide
4320         the basis for an improved implementation.
4321         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4322         proper file to open is lib/servers.
4323         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4324         (i.e. removing the article from gnus-newsgroup-downloadable) will
4325         now restore the article's default mark rather than simply setting
4326         no mark.
4327         (gnus-agent-get-undownloaded-list): Corrected documentation.
4328         Added code to set new summary local variable,
4329         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4330         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4331         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4332         up to date.  Call new gnus-summary-update-download-mark to keep
4333         summary buffer up-to-date.
4334         (gnus-agent-fetch-selected-article): Keep
4335         gnus-newsgroup-undownloaded up to date.
4336         (gnus-agent-fetch-articles): Return list of articles that were
4337         successfully fetched.
4338         (gnus-agent-check-overview-buffer): No more thingatpt.
4339         (gnus-agent-expire): No longer deletes NOV entries of unread
4340         articles.
4341         (gnus-agent-unread-articles): New function.
4342         (gnus-agent-regenerate-group): The article number must be
4343         terminated by a tab character.  Added more messages to report
4344         repairs.  Inhibit quits while writing changes so it is now safe
4345         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4346         downloaded to 1) resolve the unbound references and 2) avoid
4347         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4348
4349         * gnus-art.el (gnus-article-prepare): The agent
4350         downloaded/undownloaded mark is no longer stored as the article's
4351         mark.
4352
4353         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4354         gnus-summary-highlight may use it.  Added downloaded as
4355         gnus-summary-highlight was using it.
4356
4357         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4358         the download mark now follows Kai's +/- convention.
4359         (gnus-downloaded-mark): Added ?+ mark.
4360         (gnus-summary-highlight): Added rules to select
4361         gnus-summary-high-uncached-face,
4362         gnus-summary-normal-uncached-face, and
4363         gnus-summary-low-uncached-face.  Removed the
4364         gnus-agent-downloaded-article-face.
4365         (gnus-summary-line-format-alist): Implemented the download flag
4366         format (?O) as named in the manual.  This implementation displays
4367         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4368         gnus-no-mark.
4369         (gnus-newsgroup-agentized): New local variable that identifies
4370         which groups are agentized.  While the agent is now on by default,
4371         you don't have to agentize every server that you use.
4372         (gnus-update-summary-mark-positions): Completed support for the
4373         download type of mark.
4374         (gnus-summary-insert-line): Added undownloaded to the parameters.
4375         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4376         reference by the gnus-summary-line-format-spec.
4377
4378         * nntp.el (nntp-with-open-group): This macro handles dropped or
4379         broken connections by opening a new connection and repeating the
4380         failed command.
4381         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4382         XOVER commands preceeding the active articles with the nov entry
4383         of the first available article.  When gnus connected to such a
4384         server, the unexpected nov entry would result in duplicate lines
4385         in the agent's overview file.  This patch fixes the duplicate
4386         lines problem and improves performance by skipping over all
4387         articles IDs that preceed the first nov entry in the server's
4388         reply.
4389
4390 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4393         (gnus-summary-highlight): Use it instead of `downloaded'.
4394         (gnus-summary-highlight-line): Ditto.
4395
4396         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4397
4398 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4401
4402         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4403         calls.
4404
4405         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4406         downloaded variable if we're in an uncovered group.
4407
4408         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4409         font to soemthing less noticeable.
4410         (gnus-agent-group-covered-p): New function.
4411
4412 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4413
4414         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4415         Because of an unknown bug, the group buffer is saved in .overview
4416         file.
4417
4418 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4419
4420         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4421         `and' with `or'.
4422
4423 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4424
4425         * nntp.el (nntp-send-command): Assume that echo does not happen
4426         when nntp-open-connection-function is nntp-open-network-stream.
4427         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4428
4429 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4430
4431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4432
4433 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4434
4435         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4436         nntp-server-buffer if we aren't going to write to it.
4437
4438 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4439         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4440
4441         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4442
4443 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4446         decoded words.
4447
4448 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4449
4450         * gnus.el (fboundp): After loading mm-util, make sure it was the
4451         right one.
4452
4453 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4454
4455         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4456         gnus-sum.  Made into a user option.
4457
4458         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4459         (gnus-summary-mark-article-as-unread)
4460
4461 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4462
4463         * time-date.el (date-to-time): Typo.
4464
4465         * parse-time.el: Typo.
4466
4467         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4468
4469         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4470
4471         * nnimap.el:
4472         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4473
4474         * mm-encode.el (mm-safer-encoding): Typo.
4475
4476         * messcompat.el: Typo.
4477
4478         * message.el (message-face-alist): Typo.
4479
4480         * imap.el (imap-interactive-login, imap-open): Typos.
4481
4482         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4483
4484         * gnus.el: Typo.
4485
4486         * gnus-win.el (gnus-configure-frame): Typo.
4487
4488         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4489
4490         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4491
4492         * gnus-sum.el (gnus-summary-article-number)
4493         (gnus-summary-read-group-1, gnus-summary-mark-article)
4494         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4495
4496         * gnus-mule.el (gnus-mule-add-group): Typo.
4497
4498         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4499
4500         * gnus-group.el (gnus-group-fetch-faq): Typo.
4501
4502         * gnus-art.el (gnus-decode-header-methods): Typo.
4503
4504         * flow-fill.el: Typo.
4505
4506 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4507
4508         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4509
4510 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4511
4512         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4513         (gnus-summary-mark-article-as-unread)
4514         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4515         Reformatting to avoid long lines.
4516         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4517
4518 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4519
4520         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4521         be accessed through `mail-header-number'.
4522
4523 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4524
4525         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4526         compressed range to gnus-summary-insert-articles.
4527
4528 2002-11-26  Kevin Ryde <user42@zip.com.au>
4529
4530         * gnus-art.el (gnus-mime-copy-part): Look for filename
4531         parameter under content-disposition, not content-type.
4532
4533         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4534         (gnus-summary-reselect-current-group): Use it.
4535
4536 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus-agent.el (gnus-agent-uncached-articles): if
4539         gnus-agent-load-alist fails, return ARTICLES.
4540
4541         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4542
4543 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4544
4545         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4546         superfluous function call.
4547         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4548         Add warning to docstring.
4549
4550 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-agent.el: Autoload number-at-point instead.
4553         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4554
4555 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4556
4557         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4558         require thingatpt (for number-at-point) and protect against
4559         deactivate-mark being unbound (on XEmacs).
4560
4561 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4562
4563         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4564         print message on entry.
4565
4566         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4567
4568         * gnus-range.el (gnus-range-difference): New function.
4569         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4570
4571 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4572
4573         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4574         gnus-remove-from-range instead of gnus-range-difference which
4575         doesn't exist.
4576
4577 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4578         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4579
4580         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4581         used for showing which articles have been downloaded.
4582         (gnus-agent-article-alist): Format change.  Add documentation.
4583         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4584         process-marked articles.
4585         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4586         in the series are individually fetched to minimize lose of
4587         content due to an error/quit.
4588         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4589         gnus-message instead of message.
4590         (gnus-agent-read-servers): Use file lib/methods instead of
4591         lib/servers.  TODO: Why?
4592         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4593         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4594         come from the agent.  This means that they are not downloaded.
4595         (gnus-agent-fetch-selected-article): Don't use history.
4596         (gnus-agent-save-history, gnus-agent-enter-history)
4597         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4598         Removed function; history is not used anymore.
4599         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4600         (gnus-agent-crosspost): Started rewrite then realized that a typo
4601         in gnus-agent-fetch-articles ensures that this function is never
4602         called.  This will need to be fixed later.
4603         (gnus-agent-check-overview-buffer): Some sanity checks on the
4604         agent overview buffer.  This is a safety net used during
4605         development.
4606         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4607         changed, write a number to the file indicating this.
4608         (gnus-agent-fetch-headers): Rewrite to respect
4609         gnus-agent-consider-all-articles without relying on the
4610         `.fetched' files.  Make it fast.
4611         (gnus-agent-braid-nov): Change resulting from
4612         gnus-agent-fetch-headers change.
4613         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4614         `.fetched' files.
4615         (gnus-agent-read-agentview): New function, used by
4616         gnus-agent-load-alist.
4617         (gnus-agent-load-fetched-headers): Remove.
4618         (gnus-agent-save-alist): Rewrite to accomodate new format.
4619         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4620         same order as in gnus-newsgroup-headers.
4621         (gnus-agent-expire): Document and implement extra args ARTICLES,
4622         GROUP, FORCE.  Do not restrict usage.
4623         (gnus-agent-uncached-articles): New function.
4624         (gnus-agent-retrieve-headers): Use it.
4625         (gnus-agent-regenerate-group): No longer needs to be called from
4626         gnus-agent-regenerate.  Individual groups may be regenerated. The
4627         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4628         The article fetch dates are validated in the article alist.  The
4629         article alist is pruned of entries that do not reference existing
4630         NOV entries.  All changes are computed then applied with
4631         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4632         regeneration.  The optional clean parameter has been replaced with
4633         an optional reread parameter.  Clean is no longer necessary as
4634         regeneration gets the appropriate setting from
4635         gnus-agent-consider-all-articles.  The new reread parameter will
4636         result in fetched, or all, articles being marked as unread.
4637         (gnus-agent-regenerate): Removed code to regenerate the history
4638         file as it is no longer used.
4639
4640         * gnus-start.el (gnus-make-ascending-articles-unread): New
4641         function, for efficient mass-marking.
4642
4643         * gnus-sum.el (gnus-summary-highlight): Use new face for
4644         downloaded articles.
4645         (gnus-article-mark): Prefer to indicate read/unread status over
4646         downloaded status.
4647         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4648         line.
4649         (gnus-summary-highlight-line): Use new face for downloaded
4650         articles.
4651         (gnus-summary-insert-old-articles): Improved performance by
4652         replacing the initial LIST of older articles with a compressed
4653         RANGE of older articles.  Some servers appear to lie about
4654         their active range so the original list could contain millions
4655         of article numbers.  The range is not expanded into a list
4656         until the optional ALL parameter has been applied.
4657
4658 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4659
4660         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4661
4662 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         * spam.el:
4665         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4666
4667         * spam.el: added `M s t' and `M s x' key mappings
4668
4669 2002-11-20  Simon Josefsson  <jas@extundo.com>
4670
4671         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4672
4673 2002-11-19  Simon Josefsson  <jas@extundo.com>
4674
4675         * gnus-sum.el (gnus-summary-morse-message): Load
4676         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4677         (unmorse-region): Autoload it instead.
4678
4679 2002-11-18  Simon Josefsson  <jas@extundo.com>
4680
4681         * gnus-sum.el (gnus-summary-morse-message): New function.
4682         (gnus-summary-wash-map): Bind to `W m'.
4683         (gnus-summary-make-menu-bar): Add.
4684
4685         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4686         before storing \Deleted mark on expired articles.
4687
4688 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4689         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4690
4691         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4692         parens in column 0.
4693
4694 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4695
4696         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4697
4698         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4699
4700         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4701
4702 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4703
4704         * message.el (message-set-auto-save-file-name): Use
4705         make-directory, to avoid the dependence on gnus-util.
4706
4707 2002-11-16  Simon Josefsson  <jas@extundo.com>
4708
4709         * nnimap.el (nnimap-callback-callback-function):
4710         (nnimap-callback-buffer): Removed, these cannot be global but must
4711         be embedded into the callback.
4712         (nnimap-make-callback): New.  Embedd article number, callback and
4713         buffer in function.
4714         (nnimap-callback, nnimap-request-article-part): Update.
4715
4716 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4719
4720 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4721
4722         * gnus.el (gnus-summary-line-format): Document %C.
4723
4724 2002-11-11  Simon Josefsson  <jas@extundo.com>
4725
4726         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4727         output when called interactively.
4728
4729 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4732
4733         * message.el (message-draft-coding-system): Improve comment; use
4734         mm-auto-save-coding-system for the default value.
4735
4736         * nndraft.el (nndraft-request-article): Revert to the state before
4737         2002-10-29; regexp-quote mail-header-separator.
4738
4739 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4740
4741         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4742         allow editing of drafts from an nnvirtual group.
4743
4744 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4747         mm-auto-save-coding-system.
4748
4749         * message.el (message-draft-coding-system): Default to
4750         iso-2022-7bit.
4751
4752         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4753         restore the default value to emacs-mule or escape-quoted.
4754
4755 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4758         a delayed or a queued article as well as a draft.
4759
4760         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4761         delayed or a queued article in the raw format; treat a delayed
4762         article as a raw article as well as a draft.
4763         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4764         for the delayed group.
4765
4766         * nndraft.el (nndraft-request-article): Ignore auto save files for
4767         a delayed or a queued article; don't bother to decode a queued
4768         article; don't bind nnmail-file-coding-system for a queued article.
4769
4770         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4771         and the queue group.
4772
4773 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4774
4775         * gnus-group.el (gnus-group-delete-group):
4776         gnus-cache-active-hashtb might be void.
4777
4778 2002-11-02  Simon Josefsson  <jas@extundo.com>
4779
4780         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4781         setting of the default user ID.  From Raymond Scholz
4782         <ray-2002@zonix.de>.
4783
4784 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4785
4786         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4787         charset.
4788
4789 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4790         From Alex Schroeder <alex@emacswiki.org>
4791         * spam-stat.el (spam-stat-process-directory): add dir to message
4792         (spam-stat-reduce-size): No longer remove words
4793         with values close to 0.5, because the default value is 0.2.
4794
4795 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4796
4797         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4798         documentation.
4799
4800 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4801
4802         * gnus-agent.el (gnus-agent-fetched-headers)
4803         (gnus-agent-load-fetched-headers)
4804         (gnus-agent-save-fetched-headers): Remove variable and two
4805         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4806         works better.
4807         (gnus-agent-fetch-headers): New implementation from Kevin
4808         Greiner.  Uses gnus-agent-article-alist to store information
4809         about fetched messages which aren't on the server anymore.  The
4810         trick is to return a list of considered messages to the caller,
4811         but to only fetch those which haven't been fetched yet.
4812
4813 2002-10-30  Simon Josefsson  <jas@extundo.com>
4814
4815         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4816
4817         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4818
4819 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4820
4821         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4822         versions of emacs-w3m than 1.3.3.
4823
4824         * lpath.el: Bind w3m-minor-mode-map.
4825
4826         * mm-view.el (mm-w3m-mode-command-alist)
4827         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4828         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4829         (mm-setup-w3m): Simplified.
4830         (mm-w3m-local-map-property): New function.
4831         (mm-inline-text-html-render-with-w3m): Use it.
4832
4833         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4834         mm-w3m-local-map-property.
4835
4836 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * mm-util.el (mm-auto-save-coding-system): Default to
4839         iso-2022-7bit.
4840
4841         * nndraft.el (nndraft-request-article): Decode an article using
4842         the coding-system emacs-mule if it seems to have been saved using
4843         emacs-mule.
4844         (nndraft-request-replace-article): Use message-draft-coding-system
4845         instead of mm-auto-save-coding-system for the draft or delayed
4846         group.
4847
4848 2002-10-28  Josh  <huber@alum.wpi.edu>
4849
4850         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4851         functions.
4852
4853 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4854         From mah@everybody.org (Mark A. Hershberger).
4855
4856         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4857         type values ("url" size) regardless of the values of
4858         mm-url-use-external.
4859
4860 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4861
4862         * nnimap.el (nnimap-request-article-part): Try harder to show
4863         group name in debugging message.
4864
4865 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4866
4867         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4868         directory if it doesn't exist.
4869         (gnus-agent-fetch-headers): Remove old cruft that tried to
4870         abstain from downloading articles more than once if
4871         gnus-agent-consider-all-articles was true.  This is now done
4872         properly via the .fetched files.
4873
4874 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * nndraft.el (nndraft-request-article): Treat delayed articles
4877         like drafts.
4878
4879 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4882
4883 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4884
4885         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4886         Remove unused optional arg DIR and corresponding code.
4887
4888         * nnimap.el (nnimap-request-article-part): Include group name in
4889         debugging output.
4890
4891 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4892
4893         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4894
4895 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4896
4897         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4898         contains range of headers that have been fetched by the agent
4899         already.  Compare gnus-agent-article-alist.
4900         (gnus-agent-file-header-cache): Like
4901         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4902         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4903         seen/recent logic.
4904         Remember which headers have been fetched before and don't fetch
4905         them again the next time round.
4906         (gnus-agent-load-fetched-headers)
4907         (gnus-agent-save-fetched-headers): New functions, for remembering
4908         which headers have been fetched before.
4909
4910 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * lpath.el: Remove useless bindings.
4913
4914 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4915
4916         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4917         features while searching.
4918
4919 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4920
4921         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4922
4923 2002-10-22  Simon Josefsson  <jas@extundo.com>
4924
4925         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4926         (pgg-snarf-keys): Add.
4927
4928 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * lpath.el: Fbind bbdb-records.
4931
4932         * spam.el: Don't autoload bbdb-records.
4933
4934 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4937         prevent inf-loop.
4938
4939 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnslashdot.el: Removed some test lines.
4942         More test.
4943
4944 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4945
4946         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4947         are known to be downloaded already.
4948
4949 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4952         (mm-text-html-washer-alist): Ditto.
4953
4954 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4955
4956         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4957         boundary between headers and body.
4958         * nnml.el (nnml-parse-head): Ditto.
4959
4960 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4963         entries.
4964
4965         * gnus-group.el (gnus-fetch-group): Allow an optional
4966         specification of the articles to select.
4967
4968         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4969
4970 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4971
4972         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4973         headers from the group, update variable `articles' to contain
4974         only those numbers where headers exist.  (When fetching all
4975         articles in a group, Gnus creates lots of numbers where there is
4976         no articles.)
4977
4978 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4979
4980         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4981         doesn't have the 'alist custom type, use cons cells instead.
4982         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4983         (pgg-parse-hash-algorithm-alist): Ditto.
4984         (pgg-parse-compression-algorithm-alist): Ditto.
4985         (pgg-parse-signature-type-alist): Ditto.
4986
4987         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4988
4989         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4990
4991         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4992
4993 2002-10-19  Simon Josefsson  <jas@extundo.com>
4994
4995         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4996         buffer.
4997
4998 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4999
5000         * gnus-spec.el (gnus-make-format-preserve-properties)
5001         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5002         properties also on XEmacs.  `gnus-xmas-format' is like format but
5003         preserves text properties on XEmacs (though it only understands
5004         simple format specs).  The variable
5005         `gnus-make-format-preserve-properties' controls whether the
5006         function is used, and is checked in `gnus-parse-simple-format'.
5007         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5008
5009         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5010         output.
5011         (gnus-agent-consider-all-articles): New variable.
5012         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5013         (gnus-agent-fetch-headers): Depending on
5014         gnus-agent-consider-all-articles, maybe get all articles.
5015         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5016         `read'.
5017         (gnus-predicate-imples-unread): New function.
5018         (gnus-agent-fetch-headers): Optimize to call
5019         gnus-list-of-unread-articles if that is sufficient.
5020         Check unseen and recent instead of seen and recent.
5021         (gnus-agent-fetch-headers): Abstain from calling
5022         gnus-list-range-intersection if range (a . b) would have (> a b).
5023
5024 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * message.el (message-send-mail): Make it possible to perform
5027         edebug-defun.
5028
5029 2002-10-18  Simon Josefsson  <jas@extundo.com>
5030
5031         * gnus-art.el (gnus-button-man-handler): Change default to
5032         `manual-entry' (defined in both emacsen).
5033         (gnus-button-man-handler): Remove emacsen difference and use
5034         `manual-entry'.
5035
5036 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * spam.el: Wrap autoload settings for bbdb-records,
5039         executable-find and ifile-spam-filter with eval-and-compile.
5040         (spam-display-buffer-contents): Remove.
5041         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5042
5043 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5044
5045         * spam.el (spam-display-buffer-contents): New function.
5046         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5047         from Katsumi Yamaoka <yamaoka@jpl.org>.
5048
5049 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5050
5051         * nnheader.el (nnheader-parse-naked-head): New function.
5052         (nnheader-parse-head): Use the above function, in order to handle
5053         continuation lines properly.
5054         (nnheader-remove-body): New function.
5055         (nnheader-remove-cr-followed-by-lf): New function.
5056         (nnheader-ms-strip-cr): Use the above function.
5057
5058         * gnus-agent.el (gnus-agent-regenerate-group): Call
5059         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5060         `nnheader-parse-head'.
5061         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5062
5063         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5064         continuation lines by itself; call `nnheader-parse-naked-head'
5065         instead of `nnheader-parse-head'.
5066         * nndiary.el (nndiary-parse-head): Ditto.
5067         * nnfolder.el (nnfolder-parse-head): Ditto.
5068         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5069         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5070         * nnml.el (nnml-parse-head): Ditto.
5071
5072 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5073
5074         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5075         XEmacs, default to it if featurep 'xemacs.
5076
5077 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * spam-stat.el: Check for the existence of hash functions instead
5080         of the Emacs version to decide whether to load cl.  Suggested by
5081         Kai Gro\e,A_\e(Bjohann.
5082
5083 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5084
5085         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5086         if it isn't open yet.
5087
5088 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-group.el: Require mm-url only when compiling.
5091         (gnus-group-fetch-charter): Require mm-url.
5092
5093         * spam-stat.el: Require cl for the functions gethash,
5094         hash-table-count, make-hash-table and mapc for Emacs 20.
5095         (puthash): Alias to cl-puthash for Emacs 20.
5096         (with-syntax-table): New macro for Emacs 20.
5097
5098 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5099
5100         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5101
5102 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5103
5104         * spam.el (spam-check-ifile): added ifile as a spam checking
5105         backend, and spam-use-ifle as the variable to toggle that check.
5106
5107 2002-10-12  Simon Josefsson  <jas@extundo.com>
5108
5109         * message.el (message-beginning-of-line): New variable.
5110         (message-beginning-of-line): Use it.
5111
5112 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5113
5114         * spam.el: more compilation fixes for BBDB
5115
5116         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5117         (spam-stat-reduce-size): Interactive.
5118         (spam-stat-reset): New function.
5119         (spam-stat-save): Interactive.
5120
5121 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus.el: Autoload gnus-delay-initialize.
5124
5125         * message.el: Autoload gnus-delay-article.
5126
5127 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5128
5129         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5130         text property in Emacs.
5131
5132 2002-10-11  Simon Josefsson  <jas@extundo.com>
5133
5134         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5135         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5136
5137         * mml1991.el (mml1991-pgg-sign): Remove CR.
5138
5139 2002-10-10  Simon Josefsson  <jas@extundo.com>
5140
5141         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5142         decrypt failed.
5143         (mml2015-trust-boundaries-alist): Removed.
5144         (mml2015-gpg-extract-signature-details): Don't use it.
5145         (mml2015-unabbrev-trust-alist): New.
5146         (mml2015-gpg-extract-signature-details): Use it.
5147
5148 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5149
5150         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5151         BBDB installed
5152
5153         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5154         statistical analysis of spam in Lisp only
5155
5156 2002-10-10  Simon Josefsson  <jas@extundo.com>
5157
5158         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5159         auth, selected or examine state.
5160
5161         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5162         buffer and error buffer depending on type of information.
5163
5164         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5165         --status-fd stuff even if gpg.el is not used (revert earlier
5166         change).
5167         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5168         gnus details.
5169         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5170         buffer.
5171
5172         * pgg.el (pgg-verify-region): Use it.
5173
5174         * pgg-def.el (pgg-query-keyserver): New variable.
5175
5176         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5177         key-identifier in packet.  Is this a good idea?
5178
5179         * mml.el (mml-mode-map): Add security commands that operates on
5180         MIME parts.
5181         (mml-menu): And menu items for them.
5182
5183         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5184
5185         * mml.el (mml-parse-1): Support sender in #secure tags.
5186
5187         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5188         defined.
5189
5190         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5191         (mml-pgp-encrypt-buffer): Support combined signing.
5192
5193         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5194         (mml1991-gpg-encrypt): Ditto.
5195         (mml1991-pgg-encrypt): Ditto.
5196         (mml1991-encrypt): Pass sign parameter.
5197
5198         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5199         (mml-signencrypt-style): Mention the variable.
5200
5201 2002-10-09  Simon Josefsson  <jas@extundo.com>
5202
5203         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5204         pgg-gpg-user-id.
5205
5206         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5207         (pgg-fetch-key-function): Nil if w3 is not installed.
5208
5209 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5210
5211         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5212         gnus-agent-current-history.
5213
5214 2002-10-06  Simon Josefsson  <jas@extundo.com>
5215
5216         * imap.el (imap-parse-status): Don't use read to read token.
5217
5218 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5219
5220         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5221         for methods not covered by the agent, and when unplugged.
5222
5223 2002-10-05  Simon Josefsson  <jas@extundo.com>
5224
5225         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5226         signing.
5227
5228         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5229         a named server fails, ignore the server.
5230
5231         * mml1991.el (mml1991-pgg-sign): Do QP.
5232
5233         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5234         work.
5235
5236 2002-10-04  Simon Josefsson  <jas@extundo.com>
5237
5238         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5239
5240         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5241         binary-write-decoded-region from MEL.
5242
5243         * pgg.el (pgg-encrypt-region): Support sign.
5244
5245         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5246
5247         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5248
5249         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5250         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5251         branch where PGG was taken from in the ChangeLog entries below.
5252
5253 2002-10-01  Simon Josefsson  <jas@extundo.com>
5254
5255         * pgg-pgp.el: Don't require mel.  Don't use luna.
5256         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5257         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5258         (pgg-pgp-process-region): Don't use binary-funcall.
5259
5260         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5261
5262         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5263         instead of concat.
5264
5265         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5266
5267 2002-09-29  Simon Josefsson  <jas@extundo.com>
5268
5269         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5270         compile warnings.
5271
5272         * pgg.el (pgg-decrypt-region): Don't parse packet.
5273
5274         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5275
5276 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5277
5278         * pgg.el: Remove dependency on calist.el.
5279
5280 2002-09-28  Simon Josefsson  <jas@extundo.com>
5281
5282         * pgg.el (pgg-temporary-file-directory): New variable.
5283         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5284
5285         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5286         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5287
5288         * pgg-parse.el (pgg-char-int): Defalias.
5289         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5290         (pgg-read-bytes, pgg-read-body): Use it.
5291         (pgg-decode-packets): Don't use MEL, use base64-*.
5292         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5293         (pgg-string-as-unibyte): Defalias.
5294         (pgg-parse-armor-region): Use it.
5295
5296         * pgg-gpg.el (pgg-gpg-process-region): Use
5297         pgg-temporary-file-directory.
5298
5299         * luna.el: Don't def-edebug.
5300
5301         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5302         binary-write-decoded-region from MEL.
5303
5304         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5305
5306         * alist.el, calist.el: Don't require product/APEL.
5307
5308         * pgg-parse.el (top-level): Remove dependency on static.el,
5309         pccl.el, mel.el.
5310         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5311         `define-ccl-program' is boundp, instead of using broken.
5312
5313 2002-10-01  Simon Josefsson  <jas@extundo.com>
5314
5315         * message.el (message-required-mail-headers): Remove Lines:.
5316
5317 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5318         From Jesper Harder.
5319
5320         * gnus-group.el (gnus-group-fetch-charter,
5321         gnus-group-fetch-control): Prompt for group if given a prefix
5322         argument.
5323         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5324         gnus-group-fetch-control to summary key map and menu.
5325
5326 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5327
5328         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5329         number when there are no articles.
5330
5331 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5332
5333         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5334         arg ALL means to fetch all articles, not only downloadable ones.
5335         (gnus-agent-fetch-selected-article): New function for
5336         gnus-select-article-hook or gnus-mark-article-hook.
5337
5338 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5339         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5340
5341         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5342         raw-text.
5343
5344 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5345
5346         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5347         Pinard).
5348         Major revamp of the code, documentation is in comments in the file
5349         for now.
5350
5351 2002-09-30  Simon Josefsson  <jas@extundo.com>
5352
5353         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5354         buffer seem to be needed?
5355
5356 2002-09-29  Simon Josefsson  <jas@extundo.com>
5357
5358         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5359         compile warnings.
5360
5361         * mml1991.el (mml1991-function-alist): Add pgg.
5362         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5363         (mml1991-pgg-encrypt): Fix recipients querying.
5364
5365 2002-09-28  Simon Josefsson  <jas@extundo.com>
5366
5367         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5368         from dme@dme.org.
5369         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5370         handle is returned.
5371
5372 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5375         Protect against non-existent of `nnimap-mailbox-info'.
5376
5377 2002-09-27  Simon Josefsson  <jas@extundo.com>
5378
5379         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5380         (gnus-setup-news-hook): Use it.
5381         (gnus-after-getting-new-news-hook): Ditto.
5382
5383         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5384
5385 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5386         From Mats Lidell <matsl@contactor.se>.
5387
5388         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5389
5390 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5391
5392         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5393         the part to decode encoded words, use raw words instead of decoded
5394         words.
5395
5396 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5397
5398         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5399
5400         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5401         (mm-setup-w3m): Use it.
5402
5403 2002-09-27  Simon Josefsson  <jas@extundo.com>
5404
5405         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5406         article buffers.
5407
5408         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5409         it just in case.
5410         (nnimap-update-unseen): New function; update unseen count in
5411         `n-m-info'.
5412         (nnimap-close-group): Call it.
5413
5414         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5415         (gnus-after-getting-new-news-hook): Ditto.
5416
5417         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5418         message into verboselevel 9.  Change slow mail check message.
5419         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5420         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5421         used as a hook after getting new mail.
5422
5423 2002-09-26  Simon Josefsson  <jas@extundo.com>
5424
5425         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5426         SELECT/EXAMINE is first unseen article, not number of unseen
5427         articles.  Make them distinct by renaming the former to
5428         `first-unseen' instead of `unseen'.
5429
5430         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5431         too.
5432         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5433         changed.
5434         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5435
5436         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5437
5438         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5439         better.
5440
5441         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5442         if dissecting resulting buffer actually had any information.
5443
5444 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5447         because the function `string<' allows symbols.
5448
5449         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5450
5451 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5452
5453         * message.el (message-forward-make-body): Revert an early change
5454         because 8-bit utf-8 emails.
5455
5456 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5457
5458         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5459         links to Info)
5460         * gnus-art.el (gnus-treat-highlight-signature):
5461         * gnus-art.el (gnus-treat-buttonize):
5462         * gnus-art.el (gnus-treat-buttonize-head):
5463         * gnus-art.el (gnus-treat-emphasize):
5464         * gnus-art.el (gnus-treat-strip-cr):
5465         * gnus-art.el (gnus-treat-unsplit-urls):
5466         * gnus-art.el (gnus-treat-leading-whitespace):
5467         * gnus-art.el (gnus-treat-hide-headers):
5468         * gnus-art.el (gnus-treat-hide-boring-headers):
5469         * gnus-art.el (gnus-treat-hide-signature):
5470         * gnus-art.el (gnus-treat-fill-article):
5471         * gnus-art.el (gnus-treat-hide-citation):
5472         * gnus-art.el (gnus-treat-hide-citation-maybe):
5473         * gnus-art.el (gnus-treat-strip-list-identifiers):
5474         * gnus-art.el (gnus-treat-strip-pgp):
5475         * gnus-art.el (gnus-treat-strip-pem):
5476         * gnus-art.el (gnus-treat-strip-banner):
5477         * gnus-art.el (gnus-treat-highlight-headers):
5478         * gnus-art.el (gnus-treat-highlight-citation):
5479         * gnus-art.el (gnus-treat-date-ut):
5480         * gnus-art.el (gnus-treat-date-local):
5481         * gnus-art.el (gnus-treat-date-english):
5482         * gnus-art.el (gnus-treat-date-lapsed):
5483         * gnus-art.el (gnus-treat-date-original):
5484         * gnus-art.el (gnus-treat-date-iso8601):
5485         * gnus-art.el (gnus-treat-date-user-defined):
5486         * gnus-art.el (gnus-treat-strip-headers-in-body):
5487         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5488         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5489         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5490         * gnus-art.el (gnus-treat-unfold-headers):
5491         * gnus-art.el (gnus-treat-fold-headers):
5492         * gnus-art.el (gnus-treat-fold-newsgroups):
5493         * gnus-art.el (gnus-treat-overstrike):
5494         * gnus-art.el (gnus-treat-display-xface):
5495         * gnus-art.el (gnus-treat-display-smileys):
5496         * gnus-art.el (gnus-treat-from-picon):
5497         * gnus-art.el (gnus-treat-mail-picon):
5498         * gnus-art.el (gnus-treat-newsgroups-picon):
5499         * gnus-art.el (gnus-treat-body-boundary):
5500         * gnus-art.el (gnus-treat-capitalize-sentences):
5501         * gnus-art.el (gnus-treat-fill-long-lines):
5502         * gnus-art.el (gnus-treat-play-sounds):
5503         * gnus-art.el (gnus-treat-translate):
5504         * gnus-art.el (gnus-treat-x-pgp-sig):
5505         * gnus-art.el (gnus-mime-button-line-format):
5506         * gnus-art.el (gnus-button-man-level):
5507         * gnus-art.el (gnus-button-emacs-level):
5508         * gnus-cus.el (gnus-group-parameters):
5509         * gnus-gl.el (bbb-build-mid-scores-alist):
5510         * gnus-group.el (gnus-group-line-format):
5511         * gnus-mlspl.el (gnus-group-split-setup):
5512         * gnus-mlspl.el (gnus-group-split):
5513         * gnus-msg.el (gnus-mailing-list-groups):
5514         * gnus-msg.el (gnus-posting-styles):
5515         * gnus-nocem.el (gnus-nocem-issuers):
5516         * gnus-score.el (gnus-score-regexp-bad-p):
5517         * gnus-srvr.el (gnus-server-line-format):
5518         * gnus-topic.el (gnus-topic-line-format):
5519         * gnus.el (gnus-summary-line-format):
5520         * mail-source.el (mail-sources):
5521         * message.el (message-subscribed-address-file):
5522         * nnmail.el (nnmail-split-fancy):
5523
5524 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5525
5526         * mail-source.el(mail-source-run-script): use `functionp' to test
5527         whether the argument `script' is in fact a function.
5528         (mail-sources): adjust the defcustom to allow users to specify a
5529         function or a string as the value of the `:prescript' and
5530         `:postscript' arguments of the `file' and `pop3' mail sources.
5531
5532 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5533
5534         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5535         number when article 1 does not exist.
5536
5537 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5538
5539         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5540         apropos if apropos-variable does not exist.
5541         (gnus-button-guessed-mid-regexp)
5542         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5543         regexes.  From Reiner Steib.
5544         (gnus-button-handle-describe-function)
5545         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5546         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5547         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5548
5549 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5550         Trivial patch.
5551
5552         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5553         the file.
5554
5555 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5556
5557         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5558
5559 2002-09-24  Simon Josefsson  <jas@extundo.com>
5560
5561         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5562         (mml2015-use): Prefer PGG if installed.
5563         (mml2015-function-alist): Add PGG wrappers.
5564         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5565         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5566         prefix, make regexp optionally skip it.
5567         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5568         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5569         (mml2015-pgg-encrypt): New functions.
5570         (defvar, autoload): Prevent byte-compile warnings.
5571
5572 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5573         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5574
5575         * gnus-art.el (article-strip-banner): Check for the existence of
5576         from header.
5577
5578 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5579
5580         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5581         (gnus-button-alist): Improved regexp for
5582         gnus-button-handle-mid-or-mail (false positives), fixed
5583         gnus-button-handle-man entries.
5584         From Reiner Steib.
5585
5586 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5587         From Josh Huber.
5588
5589         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5590         nnmail-extra-headers is non-nil.
5591
5592 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5593
5594         * nnmaildir.el: Store article numbers persistently.  General
5595         revision.
5596         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5597         for nnmail-expiry-wait; delete instead of moving if 'force is
5598         given.
5599
5600 2002-09-23  Simon Josefsson  <jas@extundo.com>
5601         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5602
5603         * smime.el (smime-sign-buffer): Get key and extra certs.
5604         (smime-get-key-with-certs-by-email): Utility function.
5605
5606 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5607         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5608
5609         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5610         article exists.
5611
5612 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5613
5614         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5615
5616 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5617         From Reiner Steib.
5618
5619         * gnus-art.el (gnus-button-handle-custom,
5620         gnus-button-handle-mid-or-mail,
5621         gnus-button-handle-describe-{function,variable,key},
5622         gnus-button-handle-apropos{,command,variable}): New functions.
5623         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5624         gnus-button-{man,emacs,mail}-level): New variables.
5625         (gnus-button-alist): Use the above to buttonize emacs and mail
5626         related links.
5627
5628 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5629
5630         * gnus-int.el (gnus-status-message): Fix spacing.
5631
5632         * imap.el (imap-continuation): Fix typos.
5633
5634 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5635
5636         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5637
5638         * gnus-art.el (gnus-article-reply-with-original): Correct
5639         with-current-buffer scope.
5640
5641         * message.el (message-completion-alist): Add Reply-To, From, etc.
5642
5643 2002-09-18  Simon Josefsson  <jas@extundo.com>
5644
5645         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5646         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5647
5648 2002-09-17  Simon Josefsson  <jas@extundo.com>
5649
5650         * nnimap.el (nnimap-expiry-target): Don't search for which
5651         articles exists here.
5652         (nnimap-request-expire-articles): Do it here instead.  Only expire
5653         when articles are found.  Suggested by Nevin Kapur
5654         <nevin@jhu.edu>.
5655
5656 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5657         From Reiner Steib <reiner.steib@gmx.de>.
5658
5659         * message.el (message-strip-subject-trailing-was)
5660         (message-change-subject, message-add-archive-header)
5661         (message-xpost-fup2-header, message-xpost-insert-note)
5662         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5663         adopted from message-utils.el.  Add functions to the keymap, mode
5664         describtion and menu.
5665         (message-change-subject,message-xpost-fup2): Signal error if
5666         current header is empty.
5667         (message-xpost-insert-note): Changed insert position.
5668         (message-archive-note): Ensure to insert note in message body (not
5669         in head).
5670         (message-archive-header, message-archive-note)
5671         (message-xpost-default, message-xpost-note, message-fup2-note)
5672         (message-xpost-note-function): New variables adopted from
5673         message-utils.el.  Changed some doc-strings.
5674         (message-mark-insert-{begin,end}): Rename from
5675         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5676         values.
5677         (message-subject-trailing-was-query)
5678         (message-subject-trailing-was-ask-regexp)
5679         (message-subject-trailing-was-regexp): New variables.
5680         (message-to-list-only): Added doc-string and menu entry.
5681
5682         * message-utils.el: Removed.  Functions are now in message.el.
5683
5684 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * gnus-art.el (gnus-article-reply-with-original,
5687         gnus-article-followup-with-original): Switch to
5688         gnus-summary-buffer before reply/followup.
5689
5690 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5691
5692         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5693         not exist. Toggle it anyway.
5694
5695 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5698
5699         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5700         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5701
5702         * rfc2047.el (message-posting-charset): Defvar it.
5703         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5704         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5705
5706         * mail-source.el (mail-source-fetch): Hide password.
5707
5708         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5709
5710 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5711         From John Paul Wallington <jpw@shootybangbang.com>.
5712
5713         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5714
5715 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5718
5719 2002-09-11  Simon Josefsson  <jas@extundo.com>
5720
5721         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5722         (nnimap-split-rule): Doc fix.
5723         (nnimap-request-expire-articles): Cleanup code.
5724
5725 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5726         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5727
5728         * gnus-art.el (gnus-article-address-banner-alist): New option.
5729         (article-strip-banner): Refer the above option to split banners of
5730         free mail servers, when no group parameter is specified.
5731
5732 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * nntp.el (nntp-wait-for-string): Check for a process in the
5735         current buffer instead of `nntp-server-buffer'.
5736
5737 2002-09-09  Simon Josefsson  <jas@extundo.com>
5738
5739         * gnus-art.el (gnus-button-man-handler): New variable.
5740         (gnus-button-alist): Use g-b-handle-man.
5741         (gnus-button-handle-man): New, call g-b-man-handler.
5742
5743 2002-09-08  Simon Josefsson  <jas@extundo.com>
5744
5745         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5746
5747 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5750
5751 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5754
5755         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5756         keystroke.
5757
5758         * gnus-srvr.el (gnus-browse-describe-group): New command and
5759         keystroke.
5760
5761 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5764         value for gnus-decoration property.
5765
5766 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5767
5768         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5769         string) as group name in case we have a CRLF in the file.
5770
5771 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5772
5773         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5774         group.
5775         (rfc1843-decode-hzp): do.
5776         (rfc1843-newsgroups-regexp): do.
5777
5778 2002-09-04  Simon Josefsson  <jas@extundo.com>
5779
5780         * message.el (message-canlock-generate): Make sure sha1 doesn't
5781         call external programs.
5782
5783 2002-09-03  Simon Josefsson  <jas@extundo.com>
5784
5785         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5786
5787         * gnus-agent.el (gnus-agent-batch): Add doc.
5788
5789 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5790
5791         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5792         check for signed and encrypted parts.
5793         * mml.el (mml-parse-1): Correct small typo which preventing
5794         setting recipients in a secure tag.
5795
5796 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * mm-util.el (mm-coding-system-priorities): Default to a list of
5799         iso-2022-jp and others for the Japanese environment.
5800
5801 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5804         invalid display names.
5805
5806 2002-08-30  Simon Josefsson  <jas@extundo.com>
5807
5808         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5809         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5810
5811 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5812
5813         * gnus.el (gnus-group-charter-alist): New option.
5814         (gnus-group-fetch-control-use-browse-url): New option.
5815
5816         * gnus-group.el (gnus-group-fetch-charter): New function.
5817         (gnus-group-fetch-control): New function.
5818         Add them to the keymap and menu. Require mm-url.
5819
5820 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5823         From Alex Schroeder <alex@emacswiki.org>.
5824
5825 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5826
5827         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5828         items expecting user interaction.
5829
5830         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5831
5832         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5833
5834         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5835
5836         * mml.el (mml-menu): do.
5837
5838 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * mail-source.el (mail-source-touch-pop): New function.
5841
5842         * message.el (message-smtpmail-send-it): New function.
5843         (message-send-mail-function): Add it for a candidate.
5844
5845 2002-08-27  Simon Josefsson  <jas@extundo.com>
5846
5847         * gnus-msg.el (posting-charset-alist): Use
5848         gnus-define-group-parameter instead of defcustom.
5849         (gnus-put-message): Handle SPC in GCC.
5850         (gnus-inews-insert-gcc): Ditto.
5851         (gnus-inews-insert-archive-gcc): Ditto.
5852
5853 2002-08-26  Simon Josefsson  <jas@extundo.com>
5854
5855         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5856         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5857         (gnus-agent-possibly-save-gcc): Autoload.
5858         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5859
5860 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus.el (gnus-other-frame-function): New user option.
5863         (gnus-other-frame): Use it; add a doc-string; make it work with
5864         the gnuclient program.
5865
5866         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5867
5868         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5869         `device-connection' and `dfw-device'.
5870
5871 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5872
5873         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5874         positives, make it stricter.  From Jochen Hein (trivial change).
5875
5876 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus.el (gnus-other-frame): Trivial fix.
5879
5880 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus.el (gnus-other-frame-parameters): New user option.
5883         (gnus-other-frame-object): New variable.
5884         (gnus-other-frame): Make it search for existing Gnus frame; don't
5885         read new news; delete frame on exit.
5886
5887         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5888
5889         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5890
5891 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5892         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5893
5894         * message.el (message-set-auto-save-file-name): Add support for
5895         the Cygwin Emacs; the system-type is `cygwin'.
5896         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5897
5898 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5899
5900         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5901
5902         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5903         avoid arithmetic errors.
5904
5905 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5908
5909 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5912         (message-ignored-resent-headers): Add envelope From.
5913
5914 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5915
5916         * gnus.el (gnus-summary-line-format): Document %k specifier.
5917
5918 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5919
5920         * gnus-sum.el (gnus-summary-line-message-size): New function.
5921         (gnus-summary-line-format-alist): Use it.
5922
5923 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * gnus-art.el (article-make-date-line): Refer to the value for
5926         `gnus-article-time-format' in the summary buffer.
5927
5928         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5929
5930 2002-08-14  Simon Josefsson  <jas@extundo.com>
5931
5932         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5933         quoting.
5934         (gnus-button-alist): Fix doc.
5935         (gnus-header-button-alist): Use ' not ` for default value quoting.
5936         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5937         rationale similar to 2002-05-01 change.
5938         (gnus-article-add-buttons-to-head): Evaluate expression.
5939
5940         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5941
5942 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * message.el (message-font-lock-keywords): Refer to the value for
5945         `message-cite-prefix-regexp' dynamically.
5946
5947 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5950
5951 2002-08-12  Simon Josefsson  <jas@extundo.com>
5952
5953         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5954         (imap-shell-open): Skip initial junk before IMAP greeting.
5955
5956 2002-08-11  Simon Josefsson  <jas@extundo.com>
5957
5958         * message-utils.el (message-xpost-default,
5959         message-xpost-fup2-header, message-xpost-fup2): Fixed
5960         Typos.  Trivial changes from Reiner Steib
5961         <4uce.02.r.steib@gmx.net>.
5962
5963 2002-08-09  Simon Josefsson  <jas@extundo.com>
5964
5965         * message.el (message-canlock-password): Set
5966         canlock-password-for-verify to newly generated canlock-password.
5967         When Emacs is restarted, Custom makes sure this is set, but during
5968         the same session we must set it manually.
5969
5970 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5971
5972         * yenc.el: New file.
5973
5974         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5975         (mm-uu-type-alist): Add yenc.
5976         (mm-uu-yenc-filename): New function.
5977         (mm-uu-yenc-extract): New function.
5978
5979         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5980
5981 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5982
5983         * dgnushack.el (merge): Don't use coerce.
5984
5985 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5986
5987         * mailcap.el (mailcap-mime-data): Test window-system rather than
5988         mm-device-type.
5989         (mailcap-mime-data): Call xdvi and gv with "-safer".
5990
5991         * mm-util.el: Don't define mm-device-type.
5992
5993 2002-08-05  Simon Josefsson  <jas@extundo.com>
5994
5995         * mm-util.el (mm-coding-system-priorities): coding-system type not
5996         supported everywhere.
5997
5998 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus.el (gnus-version-number): Bumped version number.
6001
6002 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6003
6004         * gnus.el: Oort Gnus v0.07 is released.
6005
6006 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6009         (gnus-article-sort-functions): Doc fix.
6010         (t): New keystroke.
6011         (gnus-article-sort-by-random): New function.
6012         (gnus-thread-sort-by-random): New function.
6013
6014 2002-08-02  Simon Josefsson  <jas@extundo.com>
6015
6016         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6017         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6018
6019 2002-07-31  Danny Siu  <dsiu@adobe.com>
6020
6021         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6022         when splitting malformed messages without message-id
6023
6024 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6025         From Niklas Morberg <niklas.morberg@axis.com>.
6026
6027         * nnweb.el (nnweb-type, nnweb-type-definition)
6028         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6029         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6030         functionality.
6031         * nnweb.el: Removed old non-functioning search engines.
6032
6033 2002-07-27  Simon Josefsson  <jas@extundo.com>
6034
6035         * message.el (message-forward-make-body): Don't use
6036         `message-forward-ignored-headers' when doing a "raw" followup (it
6037         is important to preserve e.g. CTE).
6038
6039         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6040
6041         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6042         regexp-quote, Cyrus Sieve is fixed.
6043
6044         * sieve-manage.el (sieve-manage-deletescript): New function.
6045
6046         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6047         (sieve-manage-mode): Fix menubar.
6048         (sieve-activate): Change some messages.
6049         (sieve-deactivate-all): New function.
6050         (sieve-deactivate): New alias.
6051         (sieve-remove): New function.
6052         (sieve-help): Fix help.
6053         All suggested by Ned Ludd.
6054
6055 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6058         (mm-w3m-safe-url-regexp): New user option.
6059
6060         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6061         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6062
6063 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6064
6065         * gnus-sum.el (gnus-summary-delete-article): Force
6066         nnmail-expiry-target to 'delete, so that absolute deletion
6067         happens when absolute deletion is requested.
6068
6069 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6070         From Nevin Kapur <nevin@jhu.edu>.
6071
6072         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6073         headers as empty headers.
6074
6075 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6076         From Jochen Hein <jochen@jochen.org>.
6077
6078         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6079         correct typo.
6080         (gnus-emphasis-strikethru): New face.
6081
6082 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6083         From Jason Merrill <jason@redhat.com>.
6084
6085         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6086         entire file for each of a sequence of missing articles.
6087
6088         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6089         value for gnus-view-pseudos.
6090
6091         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6092         avoid nreverse.
6093
6094 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6095         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6096
6097         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6098         (gnus-summary-mode-line-format-alist): Add %h for number of
6099         spams.
6100         (gnus-newsgroup-spam-marked): New variable.
6101         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6102         (gnus-article-read-p, gnus-article-mark)
6103         (gnus-set-global-variables, gnus-set-global-variables)
6104         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6105         (gnus-summary-mark-article-as-unread)
6106         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6107         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6108         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6109
6110 2002-07-10  Simon Josefsson  <jas@extundo.com>
6111
6112         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6113         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6114
6115 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6116
6117         * gnus-sum.el (gnus-summary-delete-article): Respect group
6118         parameters while expiring.
6119
6120 2002-07-08  Simon Josefsson  <jas@extundo.com>
6121
6122         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6123         Enberg.
6124
6125 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6126
6127         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6128         function is called interactively.  From Niklas Morberg.
6129
6130 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6131
6132         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6133         cdaar to cdar and car.
6134
6135         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6136         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6137
6138 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6141         don't break a narrowed article.
6142
6143         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6144         (nntp-open-via-rlogin-and-telnet): Ditto.
6145
6146 2002-07-02  Didier Verna  <didier@xemacs.org>
6147
6148         * nnmail.el (nnmail-split-methods): fix custom type.
6149
6150 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6151
6152         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6153         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6154
6155 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6156
6157         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6158         (gnus-summary-resend-message): Use it.
6159
6160 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6163         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6164
6165 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6166
6167         * message.el (message-font-lock-keywords): Don't fontify
6168         headers in the message body, only in the header.
6169         (message-font-lock-make-header-matcher): New function, used by
6170         message-font-lock-keywords.
6171         From Katsumi Yamaoka <yamaoka@jpl.org>.
6172
6173 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6176
6177 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6180
6181 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6182
6183         * message.el (message-font-lock-keywords): Revert 2002-06-22
6184         change.
6185
6186 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6187
6188         * message.el (message-font-lock-keywords): Put colon in header
6189         name match.
6190
6191 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6192
6193         * message.el (message-font-lock-keywords): Don't use header faces
6194         in the body.  Thanks to Stefan Monnier for the hint on the
6195         implementation.
6196
6197 2002-05-09  Miles Bader  <miles@gnu.org>
6198
6199         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6200         (gnus-article-hide-citation): Respect it.
6201
6202 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6203
6204         * pop3.el (pop3-open-server): Fix typo.
6205
6206 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6207
6208         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6209         instead of push to ignore duplicate to-(list|address) values.
6210         * nnmail.el (nnmail-cache-ignore-groups): New.
6211         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6212
6213 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6214
6215         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6216         before sending.  Suggested by Jan Rychter.
6217
6218 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * dgnushack.el (remove): New compiler macro.
6221         (last, coerce, subseq): Remove compiler macros for those built-in
6222         or unused functions.
6223
6224 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6225
6226         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6227         sure to write byte-compiled versions of gnus-*-format-alist to
6228         .newsrc.eld.  From Simon Josefsson.
6229
6230 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6231
6232         * gnus-agent.el (gnus-agent-read-servers)
6233         (gnus-agent-write-servers): Put server name (string like
6234         "nnchoke:frumple") in the file instead of a server specification
6235         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6236         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6237
6238 2002-06-16  Simon Josefsson  <jas@extundo.com>
6239
6240         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6241         Reiner Steib <4uce.02.r.steib@gmx.net>.
6242
6243 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6244
6245         * nnheader.el (nnheader-file-name-translation-alist): Set the
6246         default value for MS Windows systems.
6247
6248         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6249
6250 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * message.el (message-beginning-of-line): Keep the region active
6253         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6254
6255 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6256
6257         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6258         * gnus-msg.el (gnus-summary-reply): Ditto.
6259         * gnus-msg.el (gnus-summary-handle-replysign): New.
6260
6261 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6264         if sending failed.
6265
6266 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6267
6268         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6269         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6270         to sign while encrypting.
6271
6272 2002-06-11  Simon Josefsson  <jas@extundo.com>
6273
6274         * gnus-int.el (gnus-request-move-article): Agent expire article if
6275         successfuly moved.
6276
6277         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6278         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6279
6280 2002-06-10  Simon Josefsson  <jas@extundo.com>
6281
6282         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6283
6284 2002-06-09  Simon Josefsson  <jas@extundo.com>
6285
6286         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6287
6288         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6289
6290 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6291
6292         * flow-fill.el (fill-flowed): Ignore errors.
6293
6294 2002-06-06  Simon Josefsson  <jas@extundo.com>
6295
6296         * message.el (message-send-mail-with-sendmail): Improve error message.
6297
6298 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6299
6300         * message.el (message-interactive): Change default from nil to t.
6301         Better to be safe than to be fast.
6302
6303 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6304
6305         * message.el (message-send-mail-with-sendmail): Check return value
6306         from call-process-region.
6307
6308 2002-06-04  Simon Josefsson  <jas@extundo.com>
6309
6310         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6311         (gnus-group-post-news, gnus-summary-mail-other-window)
6312         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6313         gnus-article-copy to nil, thereby inhibiting the `header' posting
6314         style match to use data from last viewed article.
6315         Suggested by Hrvoje Niksic.
6316
6317 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * spam.el (spam-point-at-eol): New alias.
6320         (spam-parse-whitelist): Use it.
6321
6322 2002-06-03  Simon Josefsson  <jas@extundo.com>
6323
6324         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6325         (nnmail-article-group): Use it.
6326
6327 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6328
6329         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6330         so that code reading them won't be surprised.  From Jesper Harder
6331         <harder@ifa.au.dk>.
6332
6333 2002-05-29  Simon Josefsson  <jas@extundo.com>
6334
6335         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6336         articles.
6337
6338         * gnus.el (gnus-agent-cache): Doc fix.
6339         (gnus-agent): Change default to t.
6340
6341         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6342         ARTICLES, GROUP and FORCE parameters.
6343
6344 2002-05-28  Simon Josefsson  <jas@extundo.com>
6345
6346         * gnus-group.el (gnus-group-line-format): Doc fix.
6347
6348 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6349
6350         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6351         original article before yanking.  From Jesper Harder
6352         <harder@ifa.au.dk>.
6353
6354 2002-05-26  Simon Josefsson  <jas@extundo.com>
6355
6356         * gnus-sum.el (gnus-summary-menu-split): New function.
6357         (gnus-summary-make-menu-bar): Split charset submenu.
6358         (gnus-summary-menu-maxlen): New variable.
6359         (gnus-summary-menu-split): Use it.
6360
6361 2002-05-25  Simon Josefsson  <jas@extundo.com>
6362
6363         * mml.el (mml-preview): Generate some headers.
6364
6365         * gnus.el (gnus-large-newsgroup): Fix :type.
6366
6367         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6368         Agent cache NOV's by default now).
6369         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6370
6371 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6372
6373         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6374         call to gnus-parent-id when we check for References loops.
6375         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6376         twice by saving the simplified subject string in simp-subject.
6377
6378 2002-05-23  Simon Josefsson  <jas@extundo.com>
6379
6380         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6381         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6382
6383         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6384         Niklas Morberg <niklas.morberg@axis.com>.
6385
6386 2002-05-22  Simon Josefsson  <jas@extundo.com>
6387
6388         * sieve.el (sieve-change-region): Define it before it is used.
6389
6390         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6391         (gnus-summary-reply): Ask for confirmation when replying to news.
6392         Defaults to not ask.  From Benjamin Rutt
6393         <rutt+news@cis.ohio-state.edu>.
6394
6395         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6396
6397 2002-05-21  Simon Josefsson  <jas@extundo.com>
6398
6399         * sieve-mode.el (sieve-manage): Fix autoloads.
6400
6401         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6402         name (makes it work with recent Cyrus timsieved).
6403
6404 2002-05-20  Jason  <jbaker@cs.utah.edu>
6405         Trivial patch.
6406
6407         * gnus-art.el (gnus-request-article-this-buffer): Try
6408         reconnecting if you don't get the message.
6409
6410 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6413         Reply-To headers from the headers.
6414
6415 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * mm-url.el (mm-url-insert): Remove junk message.
6418
6419 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6422         (nnslashdot-use-front-page): New variable.
6423         (nnslashdot-request-list): Use it.
6424
6425         * mm-url.el (mm-url-timeout): New variable.
6426         (mm-url-retries): Ditto.
6427         (mm-url-insert): Use it.
6428
6429 2002-05-16  Simon Josefsson  <jas@extundo.com>
6430
6431         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6432         (gnus-simplify-subject-functions): Mention g-s-a-w.
6433
6434 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6435
6436         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6437         nnmail-cache-insert.
6438         * nndiary.el (nndiary-request-accept-article): Ditto.
6439         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6440         * nnimap.el (nnimap-request-accept-article): Ditto.
6441         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6442         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6443         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6444         * nnmh.el (nnmh-request-accept-article): Ditto.
6445         * nnmail.el (nnmail-cache-insert): Change group to required,
6446         removed code which tried to figure out the group.
6447
6448 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6449
6450         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6451         messages. From Hans de Graaff <hans@degraaff.org>.
6452         * nnml.el (nnml-request-accept-article): Pass in the group name to
6453         nnmail-cache-insert, since it's available.
6454
6455 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6456
6457         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6458
6459 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6460         From Florian Weimer <fw@deneb.enyo.de>.
6461
6462         * gnus.el (subscribed): New group parameter.
6463         (gnus-find-subscribed-addresses): Use it.
6464
6465 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6466
6467         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6468         the default for pgpmime to support pgp v2.
6469         * mml-sec.el (mml-signencrypt-style): New accessor function to
6470         allow users to get/set the signencrypt style more easily without
6471         frobbing the alist directly.
6472         * mml.el (mml-generate-mime-1): Use accessor function.
6473
6474 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6475
6476         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6477         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6478         <schwab@suse.de>.
6479
6480 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6481
6482         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6483         when intuiting the group the message is written to.  From Josh
6484         Huber <huber@alum.wpi.edu>.
6485
6486 2002-05-06  Simon Josefsson  <jas@extundo.com>
6487
6488         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6489         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6490
6491 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6492
6493         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6494         argument, and fixed compiler warning. (added autoload for
6495         gpg-encrypt).
6496
6497 2002-05-04  Simon Josefsson  <jas@extundo.com>
6498
6499         * mml1991.el (mml1991-function-alist): Doc fix.
6500
6501         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6502         doesn't exist (for previewing messages without having Gnus
6503         started).
6504
6505         * mm-util.el (mm-coding-system-priorities): Defcustom.
6506
6507         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6508
6509 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6510
6511         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6512         default.
6513         * mml-sec.el:
6514         * mml-sec.el (mml-signencrypt-style): New.
6515         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6516         argument `sign'.
6517         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6518         signencrypt.
6519         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6520         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6521         both signed & encryped is processed in one operation. (rather than
6522         two separate ops: sign, then encrypt)
6523         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6524         indication if a message is signed by an expired key.
6525         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6526         enables combined sign & encrypt operation. (this was always on
6527         before).
6528         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6529
6530 2002-05-01  Simon Josefsson  <jas@extundo.com>
6531
6532         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6533         server.
6534         (nnimap-mailbox-info): defvar instead of defvoo.
6535
6536 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6537
6538         * gnus.el: Oort Gnus v0.06 is released.
6539
6540 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * lpath.el: Bind url-package-version.
6543
6544 2002-05-01  Simon Josefsson  <jas@extundo.com>
6545
6546         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6547         filename before deleting the group itself, because the presence of
6548         a group filename decides if long filenames are used or not.
6549
6550         * gnus-art.el (gnus-button-alist): Don't inline
6551         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6552         without also modifying g-button-alist.
6553         (gnus-button-alist): Fix type to allow variable as well as regexp.
6554         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6555         themselves, variables to its contents.
6556         (gnus-button-entry): Ditto.
6557
6558 2002-05-01  Simon Josefsson  <jas@extundo.com>
6559
6560         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6561         UIDNEXT as a string.
6562
6563         * nnimap.el (nnimap-string-lessp-numerical): New function.
6564         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6565         integers.
6566
6567 2002-04-29  Simon Josefsson  <jas@extundo.com>
6568
6569         * nnmail.el (nnmail-cache-insert): Accept optional group
6570         parameter.
6571
6572         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6573         n-r-g-a is disabled.
6574
6575 2002-04-29  Simon Josefsson  <jas@extundo.com>
6576
6577         * nnimap.el (nnimap-split-fancy): Fix doc.
6578         (nnimap-split-fancy): Fix doc.
6579
6580         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6581         (nnimap-mailbox-info): New internal variable.
6582         (nnimap-retrieve-groups): Implement faster new mail check.
6583
6584         * nnimap.el (nnimap-split-articles): Support
6585         nnmail-cache-accepted-message-ids.
6586         (nnimap-request-accept-article): Ditto.
6587
6588         * imap.el (imap-mailbox-status-asynch): New command.
6589
6590 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6591
6592         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6593         are no subscribed mail groups.
6594         - Strip quoted names when comparing addresses
6595
6596 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6597
6598         * mm-decode.el (mm-text-html-renderer): Change customize type to
6599         const.
6600
6601         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6602         (gnus-debug-exclude-variables): do.
6603
6604 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6605
6606         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6607         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6608
6609 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * dns.el (dns-make-network-process): New macro.
6612         (query-dns): Use it.
6613
6614 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6615
6616         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6617         article-buffer.
6618
6619         * mm-url.el (mm-url-package-name): New variable.
6620         (mm-url-package-version): New variable.
6621         (mm-url-insert-file-contents): Bind url-package-name and
6622         url-package-version here.
6623         * nnrss.el (nnrss-insert-w3): Move the bindings.
6624
6625         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6626         url-package-version. Trivial change from Andrew J Cosgriff
6627         <ajc@polydistortion.net>
6628
6629         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6630         attachments. Trivial change from Peter 'Luna' Runestig
6631         <peter@runestig.com>.
6632
6633 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6634
6635         * nnkiboze.el (nnkiboze-request-scan): Call
6636         nnkiboze-possibly-change-group.
6637         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6638         problems.
6639         (nnkiboze-generate-group): Set newsrc to the *highest* article
6640         number kibozed, not the lowest.
6641
6642 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6643
6644         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6645
6646 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6647         From Dan Christensen <jdc+news@uwo.ca>.
6648
6649         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6650         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6651         Recognize math postings.  Extract Date (now ignores "(15kb)").
6652         Extract email address using gnus-extract-address-components
6653         instead of just taking the first word.  Create Date and From
6654         headers for message which are missing these headers.  Get rid
6655         of spurious \\ lines (purely cosmetic).  Extend body-end and
6656         file-end regexps, to exclude more garbage from the message.
6657         Make URL rephrasing regexp more flexible, to match current
6658         format.
6659
6660 2002-04-23  Simon Josefsson  <jas@extundo.com>
6661
6662         * netrc.el: New file, functions copied from gnus-util.el by Ted
6663         Zlatanov <tzz@lifelogs.com>.
6664
6665         * gnus-util.el: Require netrc.
6666         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6667         new code in netrc.el.
6668
6669 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6670
6671         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6672         message-ignored-resent-headers, too.  From Matthieu Moy
6673         <Matthieu.Moy@imag.fr>.
6674
6675 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6676
6677         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6678         boolean not a string
6679         * gnus-group.el (gnus-group-line-format): add description of %C
6680         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6681           as %C
6682         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6683
6684 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6685
6686         * nnmaildir.el (nnmaildir-request-scan): typo: set
6687         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6688         nnmail-get-new-mail for 'find-new-groups.
6689
6690 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6691
6692         * nnmaildir.el (nnmaildir-request-update-info,
6693         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6694         unnecessary calls to nnmaildir-request-scan.
6695
6696 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6697
6698         * gnus-msg.el:
6699         * gnus-msg.el (gnus-message-replysign): New.
6700         * gnus-msg.el (gnus-message-replyencrypt): New.
6701         * gnus-msg.el (gnus-message-replysignencrypted): New.
6702         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6703         (above) to automatically encrypt/sign to encrypted/signed
6704         messages.
6705         * message.el:
6706         * message.el (message-mode-map): Add keybinding for
6707         `message-to-list-only'
6708         * message.el (message-mode): Add description for
6709         `message-to-list-only'
6710         * message.el (message-to-list-only): New.
6711         * message.el (message-make-mft): Changed to use the cl loop macro,
6712         and added optional flag to return only the matched list. (for use
6713         in new message-to-list-only function)
6714
6715 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6716
6717         * gnus-msg.el:
6718         * gnus-msg.el (gnus-message-replysign):
6719         * gnus-msg.el (gnus-replysign): New.
6720         * gnus-msg.el (gnus-replyencrypt): New.
6721         * gnus-msg.el (gnus-replysignencrypted): New.
6722         * gnus-msg.el (gnus-summary-reply):
6723         * message.el:
6724         * message.el (message-mode-map):
6725         * message.el (message-mode):
6726         * message.el (message-to-list-only): New.
6727         * message.el (message-make-mft):
6728
6729 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6732
6733 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6734
6735         * message.el (message-gen-unsubscribed-mft): accept a prefix
6736         argument so CC can be included with C-u C-c C-f C-a
6737
6738 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6739         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6740
6741         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6742         Improve docstring.
6743         (spam-enter-blacklist): New command.
6744
6745         * gnus-sum.el (gnus-spam-mark): New mark.
6746         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6747         (gnus-summary-make-tool-bar): Correct conditional.
6748         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6749         (gnus-summary-mark-as-spam): New command.
6750
6751 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6752
6753         * mml-sec.el (mml-secure-message): changed to support arbritrary
6754         modes.
6755         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6756         changed to support "signencrypt" mode.
6757         * mml.el (mml-parse-1): changed to support different secure modes
6758         more easily. (for signencrypt)
6759
6760 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6761
6762         * gnus-sum.el (gnus-update-summary-mark-positions)
6763         (gnus-summary-toggle-header):
6764         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6765         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6766         (gnus-uu-post-encoded):
6767         * nnfolder.el (nnfolder-possibly-change-group):
6768         * nnimap.el (nnimap-retrieve-headers):
6769         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6770
6771 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6772
6773         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6774         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6775
6776 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-srvr.el (gnus-server-set-info): Clear
6779         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6780         From Daiki Ueno <ueno@unixuser.org>.
6781
6782 2002-04-11  Simon Josefsson  <jas@extundo.com>
6783
6784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6785         viewing of security buttons.  Thanks to Nicolas Kowalski
6786         <Nicolas.Kowalski@imag.fr>.
6787
6788         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6789         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6790         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6791         <Nicolas.Kowalski@imag.fr>.
6792         (smime-decrypt-buffer): Ditto.
6793
6794 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6797         header line.
6798
6799 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6800
6801         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6802
6803 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6804
6805         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6806
6807 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6808
6809         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6810         errors when debug.
6811
6812 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6813
6814         * message.el (message-make-mft): Changed MFT code from using
6815         message-recipients (which included Bcc) to use only the To and CC
6816         headers.
6817
6818 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6819
6820         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6821         add link.
6822         (gnus-treat-mail-picon): Ditto.
6823         (gnus-treat-newsgroups-picon): Ditto.
6824         (gnus-picon-databases): Fix custom type.
6825         (gnus-picon-databases): Add link.
6826         (gnus-article-x-face-command): Add to gnus-picon group.
6827
6828 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6829
6830         * message.el (message-buffer-naming-style): Remove.
6831
6832 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6835
6836         * message.el (message-tool-bar-map): Ditto.
6837
6838         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6839
6840 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6843
6844 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6845
6846         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6847
6848 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6849         Trivial patch.
6850
6851         * dns.el: open-network-stream under XEmacs does udp.
6852
6853 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6854
6855         * spam.el (spam-enter-whitelist): New function.
6856         (spam-parse-whitelist): Ditto.
6857         (spam-refresh-list-cache): Ditto.
6858         (spam-address-whitelisted-p): New function.
6859
6860         * dns.el (query-dns): Use TCP when make-network-process isn't
6861         available.
6862         (dns-servers): New variable.
6863         (dns-parse-resolv-conf): New function.
6864         (query-dns): Use it.
6865
6866         * spam.el: New file.
6867
6868         * dns.el (query-dns): Test.
6869
6870 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * lpath.el (featurep): Bind make-network-process.
6873
6874 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6875
6876         * nnmaildir.el: Use defstruct.  Use a single copy of
6877         nnmail-extra-headers to save memory.  Store server's group name
6878         prefix instead of each group's prefixed name.
6879         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6880         nntp-server-buffer.
6881
6882 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * dns.el: New file.
6885
6886 2002-03-28  Simon Josefsson  <jas@extundo.com>
6887
6888         * gnus-sum.el (gnus-summary-dummy-line-format):
6889         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6890         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6891
6892 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6893
6894         * gnus-sum.el (gnus-summary-move-article)
6895         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6896         the doc string.
6897
6898 2002-03-28  Simon Josefsson  <jas@extundo.com>
6899
6900         * mml-sec.el (mml-secure-message): Search after
6901         mail-header-separator from top of message.
6902
6903 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6904
6905         * nnmaildir.el: Cosmetic changes.
6906         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6907         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6908         nnmaildir--group-ls): New macros/functions.  Use them.
6909         (nnmaildir--unlink): Evalutate argument only once.
6910
6911 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6912
6913         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6914         symbols.
6915         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6916         `gnus-point-at-eol'.
6917
6918 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6919
6920         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6921         nnmaildir--marks-dir): New macros.  Use them.
6922         Use inhibit-quit for atomicity instead of in-memory journaling.
6923         (nnmaildir--edit-prep): New function.
6924         (Local Variables): Use it.
6925
6926 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6927
6928         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6929
6930 2002-03-25  Simon Josefsson  <jas@extundo.com>
6931
6932         * message.el (message-mode): Fix doc.
6933
6934 2002-03-25  Simon Josefsson  <jas@extundo.com>
6935
6936         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6937         Matthieu Moy <Matthieu.Moy@imag.fr>.
6938
6939 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6940
6941         * mml-sec.el (mml-unsecure-message): Add docstring.
6942
6943 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6944
6945         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6946         value.
6947         Trivial change from andre@slamdunknetworks.com
6948
6949 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6950
6951         * mml.el (mml-mode-map): Added a keybinding for
6952         `mml-unsecure-message'.  Also, added a menu entry for said
6953         function in the Attachments menu.
6954
6955 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * canlock.el (canlock-version): Remove.
6958         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6959         here; simplify \x insertions.
6960         (canlock-sha1): New function, always return a unibyte string.
6961         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6962         of a password.
6963         (canlock-insert-header): Use `canlock-sha1'.
6964         (canlock-verify): Ditto.
6965
6966 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         * message.el (message-fix-before-sending): Add an option that
6969         ignores illegible text.
6970         Trivial change from Mark Milhollan <mlm@attglobal.net>
6971
6972         * message.el (message-font-lock-keywords): Support multi-line MML
6973         tags.
6974
6975         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6976         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6977
6978 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6981         symbols for "View as different encoding" submenu.
6982
6983 2002-03-19  Simon Josefsson  <jas@extundo.com>
6984
6985         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6986         encoding" submenu.
6987
6988 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6991
6992 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6993
6994         * gnus-sum.el (gnus-sum-thread-tree-root)
6995         (gnus-sum-thread-tree-single-indent)
6996         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6997         (gnus-sum-thread-tree-leaf-with-other)
6998         (gnus-sum-thread-tree-single-leaf): Make customizable.
6999
7000 2002-03-16  Simon Josefsson  <jas@extundo.com>
7001
7002         * gnus-util.el (gnus-extract-address-components): Don't break on
7003         names such as James "Kibo" Parry.  From Francis Litterio
7004         <franl@world.std.com>.
7005
7006 2002-03-13  Simon Josefsson  <jas@extundo.com>
7007
7008         * pop3.el (pop3-open-server): Revert multibyte change.  From
7009         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7010
7011         * message.el (message-send-mail-with-qmail): Make it work.  From
7012         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7013
7014 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7015
7016         * message.el (message-make-mft): Set case-fold-search while
7017         generating the MFT.  Also, a little cleanup in the MFT code.
7018
7019 2002-03-12  Simon Josefsson  <jas@extundo.com>
7020
7021         * message.el (message-qmail-inject-args): May be function.
7022         (message-send-mail-with-qmail): Call function if m-q-i-a is
7023         function.  From fn@hungry.org (Faried Nawaz).
7024
7025 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7026
7027         * message.el (message-abbrevs-loaded): Remove.
7028         (mailabbrev): Require it.
7029
7030         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7031
7032 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * pop3.el (pop3-open-server): Set process buffer unibyte.
7035
7036 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7039
7040 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7041
7042         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7043         too.
7044
7045 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7048         duplication.
7049         (gnus-summary-save-parts-type-history): Ditto.
7050         (gnus-summary-save-parts-last-directory): Ditto.
7051         Trivial change from andre@slamdunknetworks.com
7052
7053 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7054
7055         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7056
7057 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7058
7059         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7060         -->" as the end of the first article.
7061
7062         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7063         From Matthieu Moy <Matthieu.Moy@imag.fr>
7064
7065         * message.el (message-add-action): Use add-to-list.
7066         (message-delete-action): New function.
7067
7068         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7069         pieces.
7070
7071 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7072
7073         * nnnil.el: New file.
7074         * gnus.el (gnus-valid-select-methods): Include nnnil.
7075
7076 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077
7078         * message.el (message-syntax-checks): Because canlock is
7079         supported, we disable sender syntax check.
7080         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7081
7082         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7083         value of message-syntax-checks.
7084
7085         * qp.el (quoted-printable-decode-region): Doc addition.
7086         From: Eli Zaretskii <eliz@is.elta.co.il>
7087
7088         * mail-source.el (make-source-make-complex-temp-name): Use
7089         make-temp-file.
7090
7091         * mm-util.el (mm-make-temp-file): New function.
7092         * nneething.el (nneething-file-name): Use it.
7093         * mml-smime.el (mml-smime-encrypt): Ditto.
7094         * mm-view.el (mm-inline-wash-with-file): Ditto.
7095         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7096         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7097         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7098         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7099         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7100         * gnus-art.el (gnus-mime-print-part): Ditto.
7101
7102 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7103
7104         * message.el (nnmaildir-article-number-to-base-name): New
7105         function.
7106         (nnmaildir-base-name-to-article-number): New function.
7107
7108 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * smime.el (smime-make-temp-file): Don't quote
7111         `temporary-file-directory'.
7112
7113 2002-03-04  Simon Josefsson  <jas@extundo.com>
7114
7115         * smime.el (smime-sign-region): Rename argument keyfiles to
7116         keyfile. You only sign something with one key.
7117         (smime-sign-buffer): Better completing-read prompt.
7118         (smime-decrypt-buffer): Ditto.
7119
7120         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7121
7122         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7123         completing-read.
7124         (mm-view-pkcs7-decrypt): CRLF->LF.
7125
7126 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7127
7128         * message.el (message-hierarchical-addresses): New variable.
7129         (message-get-reply-headers): Use it.
7130         From Ted Zlatanov <teodor.zlatanov@divine.com>
7131
7132 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * message.el (message-mode): If buffer-file-name, don't set auto
7135         save file name.
7136         Trivial change from Geoff Greene <ggreene@wpi.edu>
7137
7138 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7139
7140         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7141         takes one argument in read-char.
7142
7143         * message.el (message-fix-before-sending): Forward a char.
7144         Check mmu-multibyte-p, add control-1.
7145
7146 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7147
7148         * gnus-start.el (gnus-read-init-file): Ditto.
7149
7150         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7151
7152         * dgnushack.el (dgnushack-make-load): Ditto.
7153
7154         * mail-source.el (mail-source-fetch): Extract the right error
7155         code.
7156
7157         * message.el (message-fix-before-sending): Check illegible text.
7158
7159         * gnus-util.el (gnus-multiple-choice): New function.
7160
7161         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7162         also defined in gnus-score.el.
7163
7164 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7165
7166         * message.el (message-get-reply-headers): downcase email addresses
7167         for comaparisons for duplicate removal.
7168
7169 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7170
7171         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7172         implementation of PKCS#7, which just allows users read the
7173         message.
7174         (mm-view-pkcs7): Use it.
7175
7176 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * gnus.el (large-newsgroup-initial): New parameter.
7179
7180         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7181         (gnus-summary-insert-old-articles): Ditto.
7182
7183 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7186         used as the default answer of the question, "How many articles?".
7187         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7188
7189         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7190         small numbers.
7191
7192 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * deuglify.el: Fix comments.
7195
7196 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7197
7198         * html2text.el (html2text-clean-anchor): If there is no HREF,
7199         insert nothing.
7200
7201         * mml.el (mml-generate-mime-1): Add cdr.
7202         From: andre@slamdunknetworks.com
7203
7204         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7205         (mm-text-html-washer-alist): Ditto.
7206
7207         * mm-decode.el (mm-text-html-renderer): Add html2text.
7208
7209         * html2text.el: Face lift.
7210
7211         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7212
7213 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7216
7217         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7218
7219         * deuglify.el: New file. The original file name is
7220         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7221
7222         * mm-decode.el (mm-display-external): Use
7223         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7224
7225 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7226
7227         * nnmaildir.el (nnmaildir-request-list): Report the highest
7228         article number, not the total number of articles.
7229
7230 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * gnus-sum.el: Move uu key map here.
7233         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7234
7235 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7236
7237         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7238         nnmail-expiry-wait* if expire-age parameter is not set.
7239
7240 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7243         function.
7244         (gnus-group-sort-selected-groups-by-real-name): New function.
7245         (gnus-group-make-menu-bar): Add sort by real name.
7246
7247         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7248         rebuild.
7249         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7250         nil as dependencies as well.
7251
7252 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7255         for mime-parts.
7256
7257         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7258
7259         * gnus-group.el (gnus-group-name-decode): Don't test
7260         multibyte-string, because it breaks XEmacs.
7261         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7262
7263         * message.el (message-send-mail): Be talkative.
7264
7265         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7266         (mm-automatic-display): Ditto.
7267
7268         * mailcap.el (mailcap-mime-data): Ditto.
7269         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7270
7271 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * many files: Remove trailing whitespaces, replace spc+tab with
7274         tab, replace leading whitespaces with tabs.
7275
7276 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7277
7278         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7279         articles with no body and no blank line after the header.
7280
7281 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7284         parts.
7285
7286         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7287         non-ascii chars.
7288
7289         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7290
7291         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7292         w3-delay-image-loads.
7293         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7294         (mm-w3-prepare-buffer): Ditto.
7295
7296         * mail-source.el (mail-source-fetch-directory): Run scripts.
7297
7298 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7301         for Majordomo confirmations.
7302
7303 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7306
7307 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308
7309         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7310
7311 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7312
7313         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7314         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7315
7316 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7317
7318         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7319         (mm-inline-render-with-stdin): Ditto.
7320         (mm-inline-render-with-function): Ditto.
7321         (mm-inline-wash-with-file): Bind coding-system-for-write.
7322         (mm-inline-wash-with-stdin): Ditto.
7323
7324 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7325
7326         Suggested by Felix Natter <fnatter@gmx.net>
7327
7328         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7329         gnus-mime-externalize-view.
7330         (gnus-mime-view-part-internally): Rename from
7331         gnus-mime-internalize-view.
7332         (gnus-article-view-part-externally): Rename from
7333         gnus-article-externalize-part.
7334         (gnus-mime-action-alist): Change correspondingly.
7335         (gnus-mime-button-commands): Ditto.
7336         (gnus-mime-action-alist): Remove duplication.
7337
7338         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7339
7340 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7343
7344         * gnus-art.el (gnus-display-mime): Use it.
7345
7346         * mm-partial.el (mm-partial-find-parts): Use it.
7347
7348         * gnus-sum.el (gnus-article-loose-mime): Rename from
7349         gnus-article-no-strict-mime.
7350         (gnus-summary-save-parts): Use it.
7351
7352 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7355         local variable.
7356
7357         * gnus-art.el (article-display-x-face): Don't sort multiple
7358         X-Faces.
7359
7360 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7363         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7364
7365         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7366
7367 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7368
7369         Some ideas is inspired by code from Hrvoje Niksic
7370         <hniksic@arsdigita.com>
7371
7372         * gnus-art.el (gnus-article-wash-function): Set the default to
7373         nil, so that we use mm-text-html-renderer instead.
7374         (article-wash-html): Use mm-text-html-renderer.
7375
7376         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7377         (mm-text-html-renderer): New variable.
7378         (mm-inline-text-html-renderer): Set the default to nil, so that we
7379         use mm-text-html-renderer instead.
7380
7381         * mm-view.el (mm-inline-text-html): New function.
7382         (mm-text-html-renderer-alist): New variable.
7383         (mm-inline-text-vcard): New function.
7384         (mm-inline-text): Split.
7385         (mm-links-remove-leading-blank): New function.
7386         (mm-inline-render-with-file): New function.
7387         (mm-inline-render-with-stdin): New function.
7388         (mm-inline-render-with-function): New function.
7389         (mm-text-html-washer-alist): New variable.
7390         (mm-inline-wash-with-file): New function.
7391         (mm-inline-wash-with-stdin): New function.
7392
7393 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7394
7395         * message-utils.el: Fix installation doc.
7396         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7397
7398 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7399
7400         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7401         (gnus-post-method): Use it.
7402         (gnus-summary-cancel-article): Find the correct post-method.
7403
7404         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7405         * message.el (message-send-news): Ditto.
7406         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7407         <ipmonger@delamancha.org>
7408
7409         * gnus.el (gnus-select-method): Fix doc.
7410         (gnus-server-string): Use 'using nntp'.
7411
7412         * gnus-agent.el (gnus-slave-unplugged): New command.
7413         From: Felix Natter <fnatter@gmx.net>
7414
7415 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7416
7417         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7418         Call edit-done-function first, then change the window
7419         configuration.
7420         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7421         (gnus-article-edit-mode): mml-mode.
7422
7423         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7424         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7425
7426         * message-utils.el: Adopt the file.
7427
7428         * message-utils.el: New file.
7429         From Holger Schauer <Holger.Schauer@gmx.de>
7430
7431 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * gnus-sum.el (gnus-summary-move-article): Select-article only
7434         when gnus-move-split-methods is non-nil. And we don't render or
7435         mark the article.
7436
7437         * gnus-fun.el (gnus-shell-command-to-string): New function.
7438         (gnus-shell-command-on-region): New function.
7439         (gnus-random-x-face): Use them.
7440         (gnus-x-face-from-file): Ditto.
7441         (gnus-convert-image-to-gray-x-face): Ditto.
7442         (gnus-convert-gray-x-face-to-xpm): Ditto.
7443         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7444
7445 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (gnus-treat-display-xface): Don't use
7448         `shell-command-to-string' when compiling.
7449         (gnus-treat-display-grey-xface): Ditto.
7450
7451 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7452
7453         * nnmaildir.el (nnmaildir--article-count): If the group is
7454         completely empty, report minimum article number as 1 instead of 0.
7455
7456 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * gnus-agent.el (gnus-get-predicate): Use nconc.
7459
7460         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7461         gnus-summary-display-cache as cache.
7462
7463         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7464         (nndoc-mail-in-mail-type-p): New function.
7465         (nndoc-mail-in-mail-article-begin): New function.
7466
7467 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7470
7471         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7472         use-hard-newlines to nil.
7473
7474         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7475         image is not available if window-system is not available.
7476
7477         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7478
7479 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7482         bookmark, because update-mark doesn't handle it correctly.
7483
7484 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7487         directly instead of calling message-send-mail.
7488
7489         * gnus-start.el (gnus-read-descriptions-file): Use
7490         gnus-default-charset.
7491
7492         * mm-util.el (mm-guess-mime-charset): New function.
7493
7494         * gnus.el (gnus-default-charset): Use it.
7495         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7496         the default.
7497
7498 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7501         (article-display-x-face): Use it.  Disable grey xface, if
7502         uncompface is not found.
7503
7504         * message.el (message-mode): Don't enable multibyte on an indirect
7505         buffer.
7506
7507         * nnrss.el (nnrss-content-function): New variable.
7508         (nnrss-request-article): Use it.
7509
7510 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7511
7512         * gnus.el: Add article-unsplit-urls.
7513         * gnus-sum.el: Ditto.
7514         * gnus-art.el (gnus-treat-strip-cr): New variable.
7515         (gnus-treatment-function-alist): Use it.
7516         (article-unsplit-urls): New function.
7517         (gnus-article-make-menu-bar): Use it.
7518         From: Michael Cook <michael.cook@cisco.com>
7519
7520 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7523         copy.
7524
7525 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7526
7527         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7528         with internal whitespace.
7529         (gnus-parent-id): Ditto.
7530
7531 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7532
7533         * gnus-art.el (gnus-article-treat-body-boundary): Add
7534         gnus-decoration property.
7535         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7536
7537         * message.el (message-mode): Set local-abbrev-table.
7538         From Matt Armstrong <matt@lickey.com>.
7539
7540         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7541         too many spaces.
7542
7543         * rfc2047.el (rfc2047-unfold-region): Ditto.
7544         (rfc2047-decode-region): Don't unfold. Let
7545         gnus-article-treat-unfold-headers do it.
7546
7547         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7548         From: Jesper Harder <harder@ifa.au.dk>
7549
7550 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7553         (gnus-configure-posting-styles): Use it.
7554         (gnus-configure-posting-styles): Remove trailing newspaces.
7555
7556 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7559         is non-nil.
7560
7561         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7562
7563         * gnus.el (gnus-server-to-method): Switch position with
7564         gnus-server-get-method.
7565         (gnus-agent): Add doc.
7566
7567         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7568         (gnus-summary-save-parts): Use it.
7569
7570         * gnus-art.el (gnus-display-mime): Use it.
7571         * mm-partial.el (mm-partial-find-parts): Use it.
7572
7573         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7574
7575         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7576         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7577
7578         * nnagent.el (nnagent-request-expire-articles): Don't delete
7579         files.
7580
7581 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7582
7583         * message.el (message-gen-unsubscribed-mft): New function.
7584         From Sriram Karra <karra@cs.utah.edu>.
7585
7586         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7587         open parenthesis.
7588
7589         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7590         (mm-inline-text-html-render-with-w3): Ditto.
7591         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7592         Suggested by Dave Love  <d.love@dl.ac.uk>.
7593
7594         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7595
7596         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7597         * nntp.el (nntp-send-command): Ditto.
7598         * nntp.el (nntp-send-command-nodelete): Ditto.
7599
7600 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7601
7602         * mm-url.el (mm-url-load-url): New function.
7603         (mm-url-insert-file-contents): Use it.
7604
7605         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7606
7607         * message.el (message-forward-make-body): Correctly copy
7608         forward-buffer.
7609
7610         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7611
7612 2002-02-04  Simon Josefsson  <jas@extundo.com>
7613
7614         * gnus-art.el (gnus-article-followup-with-original): Mark with
7615         force, prevent errors when following up from article buffer.
7616         (gnus-article-reply-with-original): Ditto.
7617
7618         * binhex.el (binhex-decoder-switches): Fix doc.  From
7619         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7620
7621 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7622
7623         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7624         highlight-citation after emphasize.
7625
7626 2002-02-04  Simon Josefsson  <jas@extundo.com>
7627
7628         * nnfolder.el (nnfolder-open-marks):
7629
7630         * nnml.el (nnml-open-marks): Message when done.  From David
7631         Edmondson <dme@sun.com>.
7632
7633 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7634
7635         * imap.el (imap-anonymous-auth): Fix typo.
7636         From: Steinar Bang <sb@dod.no>
7637
7638         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7639         save-excursion.
7640         (gnus-cache-braid-heads): Ditto.
7641
7642         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7643         line, because there are extra articles in the overview buffer.
7644
7645         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7646
7647         * message.el (message-forward-rmail-make-body): Directly use
7648         rmail-msg-restore-non-pruned-header to avoid calling
7649         vertical-motion.
7650
7651 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7652
7653         * gnus-cache.el (gnus-summary-insert-cached-articles):
7654         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7655
7656         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7657         gnus-newsgroups-unselected.
7658
7659         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7660         gnus-add-to-sorted-list.
7661
7662         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7663         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7664         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7665         (gnus-update-read-articles): UNREAD is sorted.
7666         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7667         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7668         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7669         (gnus-newsgroup-dormant): Require sorted.
7670
7671         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7672         directories.
7673         (gnus-dired-print): New function.
7674
7675         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7676         ps-despool.
7677
7678 2002-02-02  Simon Josefsson  <jas@extundo.com>
7679
7680         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7681
7682 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7685         t. This makes gnus-agent customizable without putting
7686         gnus-agentize into .gnus.
7687
7688         * gnus.el (gnus-agent): Make it customizable.
7689
7690         * gnus-dired.el: New file.
7691         From Benjamin Rutt <brutt@bloomington.in.us>
7692
7693         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7694         if no article.
7695         (gnus-cache-possibly-remove-article): Ditto.
7696         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7697
7698 2002-02-01  Simon Josefsson  <jas@extundo.com>
7699
7700         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7701
7702 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7705         (mm-setup-w3m): Don't bind keys listed in the above.
7706
7707 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7710         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7711         is non-nil; bind `w3m-force-redisplay' with nil.
7712
7713         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7714
7715         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7716
7717 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7720         use mail-header-unfold-field.
7721
7722         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7723         gnus-summary-limit.
7724
7725         * gnus-range.el (gnus-add-to-sorted-list): New function.
7726         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7727         (gnus-mark-article-as-unread): Ditto.
7728         (gnus-summary-mark-article-as-unread): Ditto.
7729         (gnus-build-get-header): Ditto.
7730         (gnus-summary-prepare-threads): Ditto.
7731         (gnus-summary-insert-pseudos): Ditto.
7732         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7733         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7734         (gnus-summary-insert-old-articles): Ditto.
7735
7736         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7737         (gnus-configure-posting-styles): Support the new format.
7738
7739         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7740         edebug-form-spec to (sexp body).
7741         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7742
7743         * message.el (message-reply-headers): Add doc.
7744
7745 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7746
7747         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7748         gnus-cache-active-hashtb.
7749
7750         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7751         (gnus-agent-summary-fetch-group): Use it.
7752
7753         * gnus-msg.el (gnus-debug-files): New variable.
7754         (gnus-debug-exclude-variables): New variable.
7755         (gnus-debug): Use them.
7756
7757         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7758
7759 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7762         (message-mode-syntax-table): Move back the previous position.
7763
7764         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7765
7766         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7767         gnus-sorted-difference.
7768
7769         * nnsoup.el (nnsoup-request-expire-articles): Use
7770         gnus-sorted-difference.
7771
7772         * nnheader.el: Autoload gnus-sorted-difference.
7773
7774         * nnfolder.el (nnfolder-request-expire-articles): Use
7775         gnus-sorted-difference.
7776
7777         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7778         gnus-sorted-difference.
7779
7780         * gnus-range.el: Autoload cookies.
7781         (gnus-sorted-difference): New function.
7782         (gnus-sorted-ndifference): New function.
7783         (gnus-sorted-nintersection): Rename from
7784         gnus-set-sorted-intersection.
7785         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7786         (gnus-list-range-difference): Rename from
7787         gnus-inverse-list-range-intersection.
7788         (gnus-inverse-list-range-intersection): Use defalias.
7789
7790         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7791         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7792         (gnus-articles-to-read): Use gnus-sorted-difference.
7793         (gnus-summary-limit-mark-excluded-as-read): Use
7794         gnus-sorted-intersection and gnus-sorted-ndifference.
7795         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7796         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7797
7798         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7799
7800 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7803         property to the buffer for using emacs-w3m command keys.
7804
7805         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7806         option.
7807
7808         * mm-view.el (mm-w3m-mode-map): New variable.
7809         (mm-w3m-mode-command-alist): New variable.
7810         (mm-w3m-minor-mode): Removed.
7811         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7812         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7813         buffer for using emacs-w3m command keys.
7814
7815 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * message.el (message-mode-syntax-table): Move forward.
7818         (message-cite-prefix-regexp): Auto detect non word constituents.
7819         (message-cite-prefix-regexp): Don't use with-syntax-table.
7820
7821         * gnus-sum.el (gnus-summary-update-info): Use
7822         gnus-list-range-intersection.
7823
7824         * gnus-agent.el (gnus-agent-fetch-headers): Use
7825         gnus-list-range-intersection.
7826
7827         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7828         (gnus-list-range-intersection): Use it.
7829         (gnus-inverse-list-range-intersection): Ditto.
7830         (gnus-sorted-intersection): Add doc.
7831         (gnus-set-sorted-intersection): Add doc.
7832         (gnus-sorted-union): New function.
7833         (gnus-set-sorted-union): New function.
7834
7835         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7836         (gnus-inverse-list-range-intersection): Ditto.
7837
7838 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7839
7840         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7841
7842         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7843         and permit `:' and `\' in order to handle full Windows pathnames.
7844         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7845         technically not correct per standard, but seems to have common use.
7846
7847 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7848
7849         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7850         replacing numbers.
7851
7852 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7853
7854         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7855
7856         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7857         Don't split when the window is small, e.g. when a small *BBDB*
7858         window is the lowest one.
7859
7860         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7861         nnheader-find-nov-line to speed up. Use nreverse, because it is
7862         sorted. Use nnheader-insert-nov-file.
7863
7864 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7867
7868         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7869         of `w3m-display-inline-images' with the value of
7870         `mm-inline-text-html-with-images'.
7871         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7872
7873         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7874
7875 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7876
7877         * time-date.el: Add autoload cookies.  Many doc fixes.
7878         (time-add): New function.
7879         (time-subtract): Renamed from subtract-time.
7880         (subtract-time): New alias for time-subtract.
7881
7882 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7885         emacs-w3m in doc-string.
7886
7887         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7888         `w3m-current-buffer'.
7889
7890 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7891
7892         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7893
7894         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7895         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7896         (mm-w3m-cid-retrieve): New function.
7897         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7898
7899 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7900
7901         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7902
7903 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7906
7907 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7910         32K.
7911
7912         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7913
7914         * nnmail.el (nnmail-article-group): Decode headers before running
7915         split rules over them.
7916         (nnmail-mail-splitting-charset): New variable.
7917
7918         * smiley.el: Replaced with smiley-ems.el.
7919
7920 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * mm-url.el (mm-url-predefined-programs): Add w3m.
7923         (mm-url-program): Ditto.
7924
7925 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * nnml.el (nnml-use-compressed-files): New variable.
7928         (nnml-filenames-are-evil): Removed.
7929         (nnml-current-group-article-to-file-alist): Don't use.
7930         (nnml-update-file-alist): Inhibit.
7931         (nnml-article-to-file): Use new var.
7932
7933 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7936
7937         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7938
7939 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7942         function.
7943
7944         * gnus-util.el (gnus-cache-file-contents): New function.
7945
7946         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7947         (gnus-agent-load-alist): Use it.
7948
7949         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7950
7951         * nnheader.el (nnheader-insert-nov-file): New function.
7952
7953         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7954
7955         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7956         there are no references.
7957         (gnus-extract-message-id-from-in-reply-to): New function.
7958         (gnus-nov-parse-line): Use in-reply-to if there are no
7959         references.
7960
7961 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7964
7965         * gnus-util.el (gnus-parse-without-error): New macro.
7966
7967 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7968
7969         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7970         (gnus-article-wash-function): use locate-library to decide which
7971         to use.
7972
7973 2002-01-25  Simon Josefsson  <jas@extundo.com>
7974
7975         * pop3.el (pop3-munge-message-separator): Work if no date.
7976         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7977
7978 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-agent.el (gnus-agent-save-alist): Fix.
7981
7982         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7983         mistake.  Reinstated lost code.
7984
7985 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7986
7987         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7988         one exists in the case of an encrypted message with an internal
7989         signature.
7990
7991 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7994
7995 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * dgnushack.el: Commented out the experimental code.
7998
7999 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8002         error.
8003
8004         * gnus.el (gnus-server-to-method): Made into subst.
8005         (gnus-server-method-cache): New variable.
8006         (gnus-server-to-method): Use it.
8007         (gnus-group-method-cache): New variable.
8008         (gnus-find-method-for-group-1): Renamed.
8009         (gnus-find-method-for-group): New function.
8010         (gnus-group-method-cache): Removed.
8011
8012         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8013         function.
8014
8015         * gnus-range.el (gnus-members-of-range): New function.
8016         (gnus-list-range-intersection): Renamed.
8017         (gnus-inverse-list-range-intersection): New function.
8018
8019         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8020
8021         * nnagent.el (nnagent-retrieve-headers): New implementation.
8022
8023         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8024         implementation.
8025
8026 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8029         `w3m-meta-content-type-charset-regexp'.
8030
8031         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8032         charset-encoded html contents.
8033
8034 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8035
8036         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8037         an empty file.
8038
8039         * nnweb.el (url): Ignore errors when request url.
8040
8041         * nnrss.el: Clean up the comments.
8042
8043 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8046
8047         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8048         (mm-inline-media-tests): Test whether the value of
8049         `mm-inline-text-html-renderer' is a function for text/html.
8050
8051         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8052         separated from `mm-inline-text'.
8053         (mm-w3m-minor-mode): New variable.
8054         (mm-w3m-setup): New variable.
8055         (mm-setup-w3m): New function.
8056         (mm-inline-text-html-render-with-w3m): New function.
8057         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8058         text/html.
8059
8060 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8061
8062         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8063
8064 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8067         and `gnus-xmas-completing-read'.
8068
8069 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8070
8071         * nneething.el (nneething-message-id-number): Abolished.
8072         (nneething-encode-file-name): Not encode numerical characters.
8073         (nneething-make-head): `nneething-message-id-number' is not
8074         used to generate message IDs.
8075
8076 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077
8078         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8079         characters.
8080
8081 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8084         (gnus-xmas-redefine): Redefine conditionally.
8085
8086 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8087
8088         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8089         tag.
8090
8091 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8092
8093         * message.el (message-font-lock-keywords): Added the secure tag.
8094         * mml-sec.el: Added functions to generate/modify/remove the secure
8095         tag while in message mode.
8096         * mml-sec.el (mml-secure-message): New.
8097         * mml-sec.el (mml-unsecure-message): New.
8098         * mml-sec.el (mml-secure-message-sign-smime): New.
8099         * mml-sec.el (mml-secure-message-sign-pgp): New.
8100         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8101         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8102         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8103         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8104         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8105         convert it to either a part or multipart depending on if there are
8106         other parts in the message.
8107         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8108         to use the secure tag, rather than the part tag.
8109         * mml.el (mml-preview): Added a save-excursion to keep cursor
8110         position after doing an MML preview.
8111
8112 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * nnheader.el (nnheader-parse-overview-file): New function.
8115         (nnheader-write-overview-file): New function.
8116
8117 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8120         in wanted.
8121
8122         * nnweb.el (nnweb-type-definition): Clean up.
8123
8124 2002-01-21  Alastair Burt  <burt@dfki.de>
8125         Trivial patch.
8126
8127         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8128         buffer exists before jumping to it.
8129
8130 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8133         function.
8134         (article-wash-html): Use it.
8135         (gnus-article-wash-function): New variable.
8136         (gnus-article-wash-html-with-w3m): New function.
8137
8138 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8139
8140         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8141         XEmacs.
8142
8143 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8144
8145         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8146         command line.
8147
8148 2002-01-21  Simon Josefsson  <jas@extundo.com>
8149
8150         * canlock.el (base64-encode-string): Autoload it from base64.
8151         (canlock-make-cancel-key): Base64 encode unibyte string.
8152
8153 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * nnfolder.el (nnfolder-request-accept-article): Unfold
8156         x-from-line.
8157         (nnfolder-request-replace-article): Ditto.
8158
8159 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8160
8161         * gnus-group.el (gnus-group-best-unread-group): Use the right
8162         positioning function.
8163
8164 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * smiley-ems.el (smiley-region): Use new function.
8167         (smiley-update-cache): Use general image functions.
8168         (smiley-region): Use general functions.
8169
8170         * gnus-util.el (gnus-graphic-display-p): New function.
8171
8172         * nnmail.el (nnmail-article-group): Allow outputting traces of
8173         non-strings.
8174
8175         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8176         (nndoc-exim-bounce-type-p): New function.
8177
8178         * message.el (message-dont-send): Doc fix.
8179
8180         * gnus-util.el (gnus-completing-read): Remove
8181         inherit-input-method.
8182
8183         * gnus-art.el (gnus-treat-smiley): Doc fix.
8184
8185         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8186         articles.
8187
8188 2002-01-19  Simon Josefsson  <jas@extundo.com>
8189
8190         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8191         (imap-kerberos4-open): Ditto.
8192         (imap-open): Set port correctly, don't set auth.
8193
8194 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * gnus.el (gnus-version-number): Bump version number.
8197
8198 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8199
8200         * gnus.el: Oort Gnus v0.05 is released.
8201
8202 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8205         exists.
8206
8207         * gnus-spec.el (gnus-string-width-function): New function.
8208         (gnus-tilde-cut-form): Use it.
8209         (gnus-tilde-max-form): Ditto.
8210         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8211         (gnus-substring-function): Use it.
8212         (gnus-tilde-cut-form): Ditto.
8213         (gnus-substring-function): New function.
8214
8215         * message.el (message-check-news-header-syntax): New message.
8216
8217         * gnus.el (gnus-slave-no-server): Doc fix.
8218
8219         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8220
8221 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8224         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8225         (seen (NUM1 . NUM2)).
8226
8227 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8230         number in closed topics.
8231
8232 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8233
8234         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8235         functions.
8236
8237 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * gnus.el (gnus-group-find-parameter): Clean up.
8240
8241         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8242         articles.
8243
8244         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8245
8246         * nnmail.el (nnmail-article-group): Clean up.
8247
8248 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8249
8250         * gnus-agent.el (gnus-category-name): Intern the category name.
8251
8252 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8255
8256         * gnus-util.el (gnus-completing-read): New function.
8257
8258 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8261
8262         * smiley-ems.el (smiley-region): Register smiley.
8263         (smiley-toggle-buffer): Rewrite the function.
8264         (smiley-active): Removed.
8265
8266 2002-01-19  Simon Josefsson  <jas@extundo.com>
8267
8268         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8269         Jesper Harder <harder@ifa.au.dk>.
8270
8271 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8272
8273         * gnus-art.el (gnus-request-article-this-buffer): Call
8274         `nneething-get-file-name' to extract the file name from the
8275         message id.
8276
8277         * nneething.el (nneething-encode-file-name): New function.
8278         (nneething-decode-file-name): Ditto.
8279         (nneething-get-file-name): Ditto.
8280         (nneething-make-head): Encode the file name and encapsulate it
8281         into the field of the message id.
8282
8283 2002-01-18  Simon Josefsson  <jas@extundo.com>
8284
8285         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8286         stored in .marks.
8287
8288         * nnfolder.el (nnfolder-request-update-info): Ditto.
8289
8290 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8293
8294 2002-01-18  Simon Josefsson  <jas@extundo.com>
8295
8296         * imap.el (imap-starttls-p): Don't check for binary.
8297         (imap-gssapi-auth-p): Ditto.
8298         (imap-kerberos4-auth-p): Ditto.
8299         (imap-open): Change logic.  Iterate through all possible streams,
8300         instead of bailing out after first failure.  Move authenticator
8301         decision to `imap-authenticate'.
8302         (imap-authenticate): Change logic, now finds the authenticator to
8303         use, was previously in `imap-open'.
8304         (imap-open): Return nil on failure.
8305         (imap-open): Setup temp buffer correctly.
8306         (imap-open): Return buffer only on success.
8307         (imap-interactive-login, imap-interactive-login): Tell the user
8308         which stream/authenticator is used for the queried
8309         username/password.
8310         (imap-open, imap-authenticate): Set variables.
8311         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8312         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8313
8314 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8315
8316         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8317
8318 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8321
8322 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8323
8324         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8325         (gnus-agent-group-mode-map): Bind it to "Jo".
8326         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8327
8328 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8329
8330         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8331         (gnus-summary-mail-toolbar): Add mail article deletion button.
8332
8333         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8334         false positives for lines of "^^^^".
8335
8336         * gnus-picon.el (gnus-picon-find-face): faces database is all
8337         lowercase.
8338
8339 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8342         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8343         duplications.
8344         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8345
8346 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-sum.el (gnus-summary-initial-limit): Inline
8349         gnus-summary-limit-children.
8350         (gnus-summary-initial-limit): Don't limit if
8351         gnus-newsgroup-display is nil.
8352         (gnus-summary-initial-limit): No, don't.
8353
8354         * gnus-util.el
8355         (gnus-put-text-property-excluding-characters-with-faces): Inline
8356         gnus-put-text-property.
8357
8358         * gnus-spec.el (gnus-default-format-specs): New variable.
8359
8360         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8361         gnus-format-specs.
8362         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8363
8364         * gnus-spec.el (gnus-update-format-specifications): Really check
8365         the Gnus version of the .newsrc.eld file.
8366         (gnus-format-specs): Save the new default summary format.
8367
8368         * gnus-util.el (gnus-parent-id): Check whether references is empty
8369         before splitting.
8370
8371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8372         functions.
8373         (gnus-gather-threads-by-references): Inline
8374         `gnus-split-references'.
8375
8376         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8377         default value of gnus-summary-line-format-spec.
8378
8379 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8382         message.
8383         (nnslashdot-request-list): Ditto.
8384         (nnslashdot-sid-strip): Removed.
8385
8386 2002-01-15  Simon Josefsson  <jas@extundo.com>
8387
8388         * nnimap.el (nnimap-close-asynchronous): Enable.
8389         (nnimap-close-group): Expunge.
8390
8391 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * gnus-util.el (gnus-user-date-format-alist): Typo.
8394         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8395
8396 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8397
8398         * nneething.el (nneething-request-article): Set
8399         `nnmail-file-coding-system' to `binary' locally, in order to read
8400         files without any conversion.
8401
8402 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8405         nnheader-file-coding-system and nnmail-active-file-coding-system.
8406         (gnus-agent-regenerate-group): Ditto.
8407         (gnus-agent-regenerate): Ditto.
8408         (gnus-agent-write-active): Ditto.
8409         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8414         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8415
8416 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * gnus.el: We don't need gnus-article-show-all-headers.
8419
8420         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8421         Ditto.
8422
8423         * gnus-sum.el (gnus-summary-select-article): Don't call
8424         show-all-headers, because hidden headers are not hidden text any
8425         more.
8426
8427 2002-01-13  Simon Josefsson  <jas@extundo.com>
8428
8429         * message.el (message-newline-and-reformat): Use `newline' instead
8430         of inserting \n, so that the newline is marked as hard.
8431
8432         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8433         From Jesper Harder <harder@ifa.au.dk>.
8434
8435 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * imap.el (imap-close): Keep going if quit.
8438
8439         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8440         nntp-server-buffer.
8441
8442 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8445         avoid unbinding shadowed variables.
8446
8447         * gnus-art.el (gnus-picon-databases): Moved here.
8448         (gnus-picons-installed-p): Moved here.
8449         (gnus-article-reply-with-original): Use `mark'.
8450
8451         * gnus.el (gnus-picon): Moved here and renamed.
8452
8453         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8454         installed.
8455         (gnus-treat-mail-picon): Ditto.
8456         (gnus-treat-newsgroups-picon): Ditto.
8457
8458         * gnus-picon.el (gnus-picons-installed-p): New function.
8459
8460 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8463
8464 2002-01-12  Simon Josefsson  <jas@extundo.com>
8465
8466         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8467         (nnimap-before-find-minmax-bugworkaround): Use it.
8468         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8469         (nnimap-dont-close): New variable.
8470         (nnimap-close-group): Use it.
8471
8472 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * gnus-art.el (gnus-article-reply-with-original): Use
8475         `mark-active'.
8476
8477         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8478
8479         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8480         (gnus-score-advanced): Clean up.
8481         (gnus-score-advanced): Accept a multiple of the score.
8482
8483 2002-01-12  Simon Josefsson  <jas@extundo.com>
8484
8485         * flow-fill.el (fill-flowed-display-column)
8486         (fill-flowed-encode-columnq): New variables.  Suggested by
8487         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8488         (fill-flowed-encode, fill-flowed): Use them.
8489
8490         * message.el (message-send-news, message-send-mail): Use
8491         m-b-s-n-p-e-h-n.
8492
8493         * mml.el (autoload): Autoload fill-flowed-encode.
8494         (mml-buffer-substring-no-properties-except-hard-newlines): New
8495         function.
8496         (mml-read-part): Use it.
8497         (mml-generate-mime-1): Encode format=flowed if appropriate.
8498         (mml-insert-mime-headers): Insert format=flowed.
8499
8500         * flow-fill.el (fill-flowed-encode): New function.
8501         (fill-flowed): Bind fill-column to window width.
8502
8503 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8506         it exists.
8507         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8508         (gnus-summary-buffer-name): Don't return the dead name after all.
8509         (gnus-summary-setup-buffer): Kill the dead buffer.
8510
8511         * gnus-art.el (gnus-article-followup-with-original): Store the
8512         value of the mark before deactivating it.
8513
8514 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8517         From: Karl Kleinpaste <karl@charcoal.com>
8518
8519         * gnus-art.el (article-display-x-face): Ditto.
8520         (gnus-article-reply-with-original): Use gnus-region-active-p.
8521         (gnus-article-followup-with-original): Ditto.
8522
8523         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8524         downloadable article either.
8525
8526 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8527
8528         * gnus-art.el (article-display-x-face): Insert From:.
8529
8530         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8531         article. Bind gnus-display-mime-function and
8532         gnus-article-prepare-hook.
8533
8534         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8535         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8536         gnus-agent-possibly-synchronize-flags to the last.
8537         (gnus-agent-go-online): New function. New variable.
8538
8539 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8540
8541         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8542         (gnus-agent-regenerate): Ditto.
8543
8544 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8545
8546         * message.el (message-ignored-news-headers)
8547         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8548         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8549
8550         * gnus.el (gnus-gethash-safe): New macro.
8551
8552         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8553         (gnus-agent-regenerate): Show messages.
8554
8555 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8556
8557         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8558         (gnus-agent-regenerate): New function.
8559         (gnus-agent-save-alist): Sort.
8560         (gnus-agent-copy-nov-line): Test eobp.
8561         (gnus-agent-retrieve-headers): Erase buffer.
8562
8563 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8564
8565         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8566         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8567
8568         * gnus.el (gnus-agent-covered-methods): Move here.
8569         (gnus-online): New function.
8570         (gnus-agent-method-p): Move here.
8571
8572         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8573         nil. Remove articles-alist.
8574
8575         * gnus-start.el (gnus-get-unread-articles): Check online.
8576         (gnus-groups-to-gnus-format): Ditto.
8577         (gnus-active-to-gnus-format): Ditto.
8578
8579         * gnus-agent.el (gnus-agent-get-function): Use it.
8580         (gnus-agent-get-undownloaded-list): Ditto.
8581         (gnus-agent-fetch-session): Only fetch online methods.
8582
8583         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8584         (gnus-server-mode-map): Ditto.
8585         (gnus-server-offline-face): New face.
8586         (gnus-server-offline-face): New variable.
8587         (gnus-server-font-lock-keywords): Add offline.
8588         (gnus-server-insert-server-line): Ditto.
8589         (gnus-server-offline-server): New function.
8590
8591         * gnus-int.el (gnus-open-server): Turn to offline.
8592         (gnus-server-unopen-status): New variable.
8593
8594 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * nnkiboze.el (nnkiboze-request-article): Use
8597         gnus-agent-request-article.
8598
8599         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8600         function. Insert undownloaded NOV.
8601
8602         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8603         (gnus-agent-request-article): New function.
8604
8605         * gnus.el (gnus-agent-cache): New variable.
8606
8607         * gnus-int.el (gnus-retrieve-headers): Use
8608         gnus-agent-retrieve-headers.
8609         (gnus-request-head): Use gnus-agent-request-article.
8610         (gnus-request-body): Ditto.
8611
8612         * gnus-art.el (gnus-request-article-this-buffer): Use
8613         gnus-agent-request-article.
8614
8615         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8616         article if it is undownloaded.
8617
8618 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8621
8622 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * canlock.el (canlock-string-as-unibyte): New macro.
8625         (canlock-sha1-with-openssl): Return a unibyte string.
8626         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8627
8628 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8631
8632 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8635         application/x-emacs-lisp.
8636
8637         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8638
8639         * nntp.el (nntp-request-article): Add group parameter.
8640         (nntp-request-head): Ditto.
8641         (nntp-find-group-and-number): Add parameter group. Figure out
8642         number if the status line doesn't give (e.g. quimby.gnus.org).
8643
8644 2002-01-08  Simon Josefsson  <jas@extundo.com>
8645
8646         * mml.el (mml-generate-mime-1): Set recipient correctly.
8647
8648 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8649
8650         * message.el (message-read-from-minibuffer): Add parameter
8651         initial-contents.
8652         * gnus-msg.el (gnus-summary-resend-message): Use it.
8653
8654         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8655         behavior of quit-config.
8656
8657         * message.el (message-make-from): Don't quote fullname.
8658         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8659
8660         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8661         From: <andre@slamdunknetworks.com>
8662
8663 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8664
8665         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8666
8667         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8668
8669         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8670         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8671         because bbdb may use it.
8672
8673 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8674
8675         * nneething.el (nneething-request-article): When a non-text file
8676         is converted to an article, its data is encoded in base64.  Call
8677         `nneething-make-head' with options to specify MIME types.
8678         (nneething-make-head): Add optional arguments to specify MIME
8679         types.
8680
8681 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8682
8683         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8684         header if there is not.
8685
8686         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8687
8688         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8689         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8690         (gnus-inews-do-gcc): Use them.
8691
8692         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8693         gnus-newsgroup-unselected.
8694
8695 2002-01-06  Simon Josefsson  <jas@extundo.com>
8696
8697         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8698         condition-case, not ignore-errors.
8699
8700 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8703         gnus-fetch-old-headers.
8704
8705         * gnus-art.el (article-display-x-face): Use the current buffer
8706         unless `W f'. Otherwise, X-Face may be shown in the header of a
8707         forwarded part.
8708         (gnus-treatment-function-alist): Treat xface before hiding
8709         headers.
8710
8711 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8714         parameters.
8715
8716 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8719         (mm-guess-charset): New function.
8720         (mm-charset-after): Use it.
8721         (mm-detect-coding-region): New function.
8722         (mm-detect-mime-charset-region): New function.
8723
8724         * gnus-sum.el (gnus-summary-show-article): Use
8725         mm-detect-coding-region.
8726
8727 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * message.el (message-make-fqdn): Be less violent.
8730
8731         * gnus.el (gnus-logo-color-style): Compute custom form
8732         automatically.
8733
8734         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8735         score file of the parent to the document group.
8736
8737         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8738         parameters parameter.
8739
8740         * gnus-score.el (gnus-score-load-file): Clean up.
8741
8742 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8745         From: Damien Wyart <damien.wyart@free.fr>
8746
8747         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8748
8749 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8750
8751         * gnus-sum.el (gnus-select-group-hook): Typo.
8752
8753         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8754         is no quoted-printable-encoded STRING.
8755         From: Jesper Harder <harder@ifa.au.dk>
8756
8757         (rfc2047-decode-string): Decode it.
8758
8759 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8762
8763 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8764         Trivial patch.
8765
8766         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8767         buffer to get rid of junk line.
8768
8769 2002-01-05  Simon Josefsson  <jas@extundo.com>
8770
8771         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8772         C-o.
8773         (message-mode-map): Bind message-insert-or-toggle-importance to
8774         C-c C-u.
8775         (message-mode-map): Bind message-disposition-notification-to to
8776         C-c M-n.
8777         (message-mode-menu): Add m-d-n-t.
8778         (message-mode-field-menu): Add m-goto-from.
8779         (message-mode): Doc fix.
8780         (message-goto-from): New function.
8781         (message-insert-disposition-notification-to): New function.
8782         (message-tool-bar-map): Add receipt button.
8783
8784 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-sum.el (gnus-thread-latest-date): New function.
8787         (gnus-thread-sort-by-most-recent-number): Renamed.
8788         (gnus-thread-sort-functions): Doc fix.
8789         (gnus-select-group-hook): Don't use setq on a hook.
8790         (gnus-thread-latest-date): Use date, not number
8791
8792         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8793         (gnus-agent-expire): Allow regexp of expire-days.
8794
8795         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8796         region.
8797         (gnus-article-followup-with-original): Ditto.
8798
8799         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8800
8801         * gnus-art.el (gnus-mime-display-alternative): Use
8802         gnus-local-map-property.
8803         (gnus-mime-display-alternative): Ditto.
8804         (gnus-insert-mime-security-button): Ditto.
8805         (gnus-insert-next-page-button): Ditto.
8806         (gnus-button-prev-page): Take optional args.
8807         (gnus-insert-prev-page-button): widget-convert.
8808
8809         * gnus-util.el (gnus-local-map-property): New function.
8810
8811         * gnus-art.el (gnus-prev-page-map): Use parent map.
8812         (gnus-next-page-map): Ditto.
8813
8814         * gnus-spec.el (gnus-parse-format): Clean up.
8815         (gnus-parse-format): Do complex formatting for %=.
8816
8817         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8818         "X-Face: " to the data in the built-in scenario.
8819
8820         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8821         (gnus-correct-pad-form): Renamed.
8822         (gnus-tilde-max-form): Clean up.
8823         (gnus-pad-form): Use gnus-use-correct-string-widths.
8824
8825         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8826         support if that is available.
8827
8828         * gnus-sum.el (gnus-thread-highest-number): New function.
8829         (gnus-thread-sort-by-most-recent-thread): New function.
8830         (gnus-thread-sort-functions): Doc fix.
8831
8832 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8835         all cases.
8836         (gnus-summary-mode): Enable it in all cases.
8837         (gnus-summary-display-article): Ditto.
8838         (gnus-summary-edit-article): Ditto.
8839
8840         * gnus-ems.el (gnus-put-image): Really return glyph.
8841
8842         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8843         (gnus-treat-smiley): Don't take "P" in the interactive form.
8844
8845 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * compface.el (uncompface): XEmacs and Emacs have differing
8848         capabilities.
8849
8850         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8851
8852         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8853         (gnus-article-xface-ring-size): Removed.
8854         (gnus-article-display-xface): Removed.
8855         (gnus-remove-image): Cleaned up.
8856
8857         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8858         (gnus-xmas-create-image): Take pbm files.
8859         (gnus-x-face): Removed.
8860         (gnus-xmas-article-display-xface): Removed.
8861
8862         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8863         default-enable-multibyte-characters.
8864
8865         * compface.el (uncompface): Doc fix.
8866
8867         * gnus-art.el (gnus-article-x-face-command): Use
8868         gnus-display-x-face-in-from.
8869
8870         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8871
8872         * gnus-ems.el (gnus-put-image): Return the image.
8873
8874         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8875         (gnus-x-face): Moved here.
8876
8877 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8880         invisible if string is nil.
8881         (gnus-xmas-article-display-xface): Use it.
8882
8883         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8884         property when string is nil.
8885         (gnus-article-display-xface): Use it.
8886
8887 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-art.el (article-display-x-face): Check whether valid grey
8890         face was returned.
8891         (article-display-x-face): Place image in the right spot.
8892
8893         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8894         stderr.
8895         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8896
8897 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8900         parameters.
8901         (gnus-xmas-put-image): Allow non-strings to be passed.
8902
8903         * gnus-art.el (article-display-x-face): Use optional parameters.
8904
8905         * gnus-ems.el (gnus-create-image): Take optional parameters.
8906
8907         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8908
8909         * compface.el (compface-xbm-p): Removed.
8910
8911         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8912         (gnus-article-display-xface): Use compface.
8913
8914         * compface.el: New file.
8915
8916         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8917         (gnus-convert-image-to-x-face-command): Ditto.
8918         (gnus-random-x-face): Quote argument.
8919         (gnus-x-face-from-file): Ditto.
8920
8921 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8922
8923         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8924         the expire-group parameter once per article rather than once
8925         per group; bind `nnmaildir-article-file-name' and `article'
8926         for convenience.  Leave article alone when expire-group
8927         specifies the current group.
8928         (nnmaildir--update-nov): be more concurrency-friendly with
8929         temp file names.
8930
8931 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * gnus-start.el (gnus-read-init-file): Cleaned up.
8934
8935 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8936
8937         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8938         (gnus-read-init-file): Don't use it.
8939
8940 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8943
8944 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8945
8946         * gnus-start.el (gnus-read-init-file): Don't force coding system
8947         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8948
8949 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8952         * nnspool.el (nnspool-request-post): Ditto.
8953
8954         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8955         (mm-find-mime-charset-region): Use it.
8956
8957 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8958
8959         * gnus.el (gnus-summary-line-format): Added :link.
8960         * gnus-topic.el (gnus-topic-line-format): Ditto.
8961         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8962         * gnus-srvr.el (gnus-server-line-format): Ditto.
8963         * gnus-group.el (gnus-group-line-format): Ditto.
8964
8965         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8966         :keys, it works on both Emacsen.
8967
8968 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969
8970         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8971
8972 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8975
8976 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8977
8978         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8979         very wide reply.
8980
8981 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8984         (gnus-picon-cache): New variable.
8985         (gnus-picon-transform-newsgroups): Cache stuff.
8986
8987         * gnus-art.el (gnus-article-reply-with-original): New command.
8988         (gnus-article-followup-with-original): New command.
8989
8990         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8991         END parameters.
8992         (gnus-summary-followup): Take a list of list of articles.
8993         (gnus-inews-yank-articles): Allow lists of article/regions.
8994
8995         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8996         longer the usual commands.
8997
8998         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8999         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9000         shell-command-on-region.
9001
9002 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9005           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9006
9007 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9008
9009         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9010         understand ':keys', wrap it in an featurep 'xemacs.
9011
9012 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9015         order of headers (Actually, it is called in a reversed order). Add
9016         'gnus-image-text-deletable property.
9017         (gnus-remove-image): Remove text with such a property.
9018
9019         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9020         gnus-put-image.
9021
9022         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9023         with ", "
9024
9025 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9028
9029         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9030         (article-display-x-face): Display grey X-Faces.
9031
9032         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9033         (gnus-convert-gray-x-face-to-ppm): Ditto.
9034         (gnus-convert-image-to-gray-x-face): Ditto.
9035
9036         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9037         gnus-summary-show-raw-article.
9038
9039 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         Display picons in XEmacs without showing text.
9042
9043         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9044         mm-create-image-xemacs to create xbm glyph, because it deletes
9045         temporary files.
9046         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9047         (gnus-xmas-remove-image): Make text visible, remove glyph.
9048
9049         * gnus-picon.el (gnus-picon-transform-newsgroups)
9050         (gnus-picon-transform-address): Insert spec backward, due to the
9051         incompatibility of gnus-xmas-put-image.
9052
9053 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9054
9055         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9056
9057 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * gnus.el: Doc fix.
9060
9061         * gnus-art.el: Doc fix.
9062
9063         * gnus-agent.el: Doc fix.
9064
9065 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9066
9067         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9068
9069 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9070
9071         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9072         NOV data out of the message again if nnmail-extra-headers has
9073         changed.
9074
9075 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * gnus-fun.el: New file.
9078         (gnus-convert-image-to-x-face-command): New variable.
9079         (gnus-insert-x-face): New function.
9080         (gnus-random-x-face): Renamed.
9081         (gnus-x-face-from-file): Renamed.
9082
9083         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9084         "_".
9085         (gnus-body-boundary-delimiter): Typo fix.
9086
9087 2002-01-02  Simon Josefsson  <jas@extundo.com>
9088
9089         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9090         (gnus-body-boundary-delimiter): Fix type.
9091
9092 2002-01-01  Simon Josefsson  <jas@extundo.com>
9093
9094         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9095         (gnus-treat-emphasize, gnus-treat-strip-cr)
9096         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9097         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9098         (gnus-treat-fill-article, gnus-treat-hide-citation)
9099         (gnus-treat-hide-citation-maybe)
9100         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9101         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9102         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9103         (gnus-treat-date-ut, gnus-treat-date-local)
9104         (gnus-treat-date-english, gnus-treat-date-lapsed)
9105         (gnus-treat-date-original, gnus-treat-date-iso8601)
9106         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9107         (gnus-treat-strip-trailing-blank-lines)
9108         (gnus-treat-strip-leading-blank-lines)
9109         (gnus-treat-strip-multiple-blank-lines)
9110         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9111         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9112         (gnus-treat-display-xface, gnus-treat-display-smileys)
9113         (gnus-treat-from-picon, gnus-treat-mail-picon)
9114         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9115         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9116         (gnus-treat-play-sounds, gnus-treat-translate)
9117         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9118
9119         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9120         (gnus-article-treat-body-boundary): Use it.
9121
9122         * message.el (message-mode): Fix doc.
9123         (message-mode-menu): Fix names.
9124
9125 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9128         articles.
9129
9130         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9131         (gnus-picon-transform-address): Search for unknown faces as well.
9132         (gnus-picon-find-face): Don't search "news" for MISC.
9133         (gnus-picon-user-directories): Changed default back to exclude
9134         "unknown".
9135
9136         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9137
9138         * gnus-picon.el (gnus-picon-find-face): Search through all
9139         databases.
9140         (gnus-picon-find-face): New implementation.
9141
9142         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9143         keystroke.
9144         (gnus-topic-goto-next-topic): Ditto.
9145
9146         * gnus.el (gnus-summary-line-format): Changed default.
9147
9148         * nnmail.el (nnmail-extra-headers): Change default.
9149
9150         * gnus-sum.el (gnus-extra-headers): Change default.
9151
9152         * message.el (message-news-other-window): Changed "news" to
9153         "posting".
9154         (message-news-other-frame): Ditto.
9155         (message-do-send-housekeeping): Ditto.
9156
9157         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9158         function.
9159         (gnus-article-unread-p): New function.
9160         (gnus-article-unseen-p): New function.
9161         (gnus-dead-summary-mode-map): Typo.
9162
9163         * gnus-util.el (gnus-make-predicate): New function.
9164         (gnus-make-predicate-1): New function.
9165
9166         * gnus-sum.el: New function.
9167         (gnus-map-articles): New function.
9168
9169         * gnus-art.el (gnus-treat-fold-headers): New variable.
9170         (gnus-article-treat-fold-headers): New command and keystroke.
9171
9172         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9173         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9174
9175 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176
9177         * message.el (message-fcc-externalize-attachments): New variable.
9178         (message-do-fcc): Use it.
9179
9180         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9181         (gnus-inews-do-gcc): Use it.
9182
9183         * mml.el (mml-tweak-sexp-alist): New variable.
9184         (mml-externalize-attachments): New variable.
9185         (mml-tweak-part): Use mml-tweak-sexp-alist.
9186         (mml-tweak-externalize-attachments): New function.
9187
9188 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9189
9190         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9191         'set-glyph-face' so x-face back/foreground can be set.
9192
9193 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * message.el (message-fix-before-sending): Fix a typo.
9196
9197 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * gnus-art.el (gnus-treat-smiley): Renamed command.
9200         (gnus-article-remove-images): New command and keystroke.
9201
9202         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9203
9204         * smiley-ems.el (gnus-smiley-display): Removed.
9205
9206         * gnus.el (gnus-version-number): Update version.
9207
9208         * message.el (message-text-with-property): Renamed and moved
9209         here.
9210         (message-fix-before-sending): Highlight invisible text and place
9211         point there.
9212
9213 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9214
9215         * gnus.el: Oort Gnus v0.04 is released.
9216
9217 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9220
9221         * gnus-art.el (gnus-ignored-headers): More headers,
9222
9223         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9224         of `scan-error', since XEmacs doesn't seem to support that.
9225
9226 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9229         arg.
9230         (gnus-summary-best-unread-subject): Ditto.
9231         (gnus-summary-best-unread-subject): No, don't.
9232         (gnus-summary-better-unread-subject): New command.
9233
9234         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9235
9236         * lpath.el ((featurep 'xemacs)): fbind url function.
9237
9238         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9239         buffer.
9240         (gnus-xmas-remove-image): Implementation that does something.
9241         (gnus-xmas-article-display-xface): Mark images properly.
9242
9243         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9244
9245 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9246
9247         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9248
9249 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * gnus-group.el (gnus-group-line-format): Added %O to the default
9252         value.
9253
9254         * gnus-util.el (gnus-text-with-property): The smallest point is
9255         point-min.
9256
9257         * smiley-ems.el (smiley-region): Return images.
9258         (gnus-smiley-display): Allow toggling.
9259         (smiley-region): Use text properties, not overlays.
9260
9261         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9262         implemented yet.
9263
9264         * smiley-ems.el (smiley-update-cache): Check for valid types.
9265
9266         * gnus-art.el (gnus-with-article-buffer): New macro.
9267
9268         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9269         strings as well as the glyphs.
9270         (gnus-picon-transform-address): Ditto.
9271         (gnus-picon-insert-glyph): Ditto.
9272         (gnus-picon-transform-newsgroups): Toggle.
9273         (gnus-picon-transform-address): Toggle.
9274
9275         * gnus-ems.el (gnus-remove-image): New function.
9276         (gnus-put-image): Take an optional string.
9277
9278         * gnus-util.el (gnus-text-with-property): New function.
9279
9280         * gnus-art.el (gnus-delete-images): New function.
9281
9282         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9283
9284         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9285         (gnus-article-wash-status): Use it.
9286         (gnus-signature-toggle): Clean up.
9287         (gnus-add-wash-status): New function.
9288         (gnus-delete-wash-status): New function.
9289         (gnus-article-hide-text-type): Use them throughout.
9290         (gnus-add-image): New function.
9291
9292         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9293
9294         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9295         interface.
9296
9297         * gnus-art.el (article-display-x-face): Cleaned up.
9298
9299         * rfc2047.el (rfc2047-field-value): New function.
9300
9301         * mail-parse.el (mail-header-field-value): New alias.
9302
9303         * gnus-art.el (gnus-mime-print-part): Fix typos.
9304
9305         * smiley-ems.el (gnus-smiley-file-types): New variable.
9306         (smiley-update-cache): Use it.
9307         (smiley-regexp-alist): Suffix-less smiley names.
9308         (smiley-regexp-alist): Added more smileys.
9309
9310         * gnus-sum.el (gnus-print-buffer): Made into own function.
9311         (gnus-summary-print-article): Use it.
9312
9313         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9314         looked for when REQUEST is a string.
9315
9316         * gnus-art.el (gnus-mime-button-commands): Add printing
9317         keystroke.
9318         (gnus-mime-copy-part): Doc fix.
9319         (gnus-mime-print-part): New command.
9320
9321 2001-12-31  Simon Josefsson  <jas@extundo.com>
9322
9323         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9324         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9325
9326 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9327
9328         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9329         (picon): Fix doc.
9330
9331         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9332         longer exists. Remove those codes.
9333         * gnus.el (gnus-use-picons): Ditto.
9334
9335 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9338         infloop.
9339
9340         * gnus-sum.el (t): New `W D' map.
9341
9342         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9343         (gnus-article-treat-body-boundary): Clean up.
9344         (gnus-body-boundary-face): Removed.
9345         (gnus-article-goto-header): Moved here.
9346         (gnus-article-goto-header): Allow better regexps.
9347         (gnus-article-treat-fold-newsgroups): New command.
9348
9349         * gnus-sum.el (gnus-summary-move-article): We have to select an
9350         article to give `gnus-read-move-group-name' an opportunity to
9351         suggest an appropriate default.
9352
9353         * rfc2047.el (rfc2047-fold-line): New function.
9354         (rfc2047-unfold-line): Ditto.
9355         (rfc2047-fold-region): Don't fold just after the header name.
9356
9357         * mail-parse.el (mail-header-fold-line): New alias.
9358         (mail-header-unfold-line): Ditto.
9359
9360         * gnus-art.el (gnus-body-boundary-face): Renamed.
9361         (gnus-article-treat-body-boundary): Use it.
9362         (gnus-article-treat-body-boundary): Use an invisible header and a
9363         line of underline characters.
9364
9365 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9366
9367         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9368
9369         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9370         (gnus-picon-split-address): New function.
9371         (gnus-picon-find-face): Use it.
9372         (gnus-picon-transform-address): Use it. Set first to t for each
9373         address.
9374
9375         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9376         the macro then use it.
9377         (gnus-treatment-function-alist): Treat picons earlier.
9378
9379 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * gnus-art.el (gnus-body-separator-face): New variable.
9382         (gnus-article-treat-body-boundary): Use a blank, colored line.
9383
9384         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9385         well.
9386
9387         * gnus-art.el (gnus-treat-body-boundary): New variable.
9388         (gnus-article-treat-unfold-headers): Use helper macro.
9389         (gnus-article-treat-body-boundary): New command.
9390
9391         * gnus.el (gnus-logo-color-style): Change the default color.
9392         (gnus-splash-face): Gray, gray.
9393
9394         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9395         colors.
9396
9397         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9398         (gnus-logo-color-style): Ditto.
9399         (gnus-logo-colors): Ditto.
9400
9401         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9402
9403         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9404
9405         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9406         (gnus-picon-transform-newsgroups): New function.
9407
9408         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9409         string.
9410
9411         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9412
9413         * gnus-art.el (gnus-treat-cc-picon): New variable.
9414         (gnus-treat-mail-picon): Renamed.
9415
9416         * gnus-picon.el: New implementation.
9417         (gnus-picon-find-face): Renamed.
9418         (gnus-treat-from-picon): Use it.
9419         (gnus-picon-transform-address): Renamed.
9420         (gnus-treat-from-picon): Use it.
9421         (gnus-picon-create-glyph): Renamed.
9422         (gnus-picon-transform-address): Use it.
9423         (gnus-treat-cc-picon): New command.
9424
9425         * mm-decode.el (mm-create-image-xemacs): Separated out into
9426         function.
9427         (mm-get-image): Use it.
9428
9429         * gnus-art.el (gnus-treat-display-picons): Simplify.
9430         (gnus-treat-from-picon): Renamed.
9431
9432         * gnus-ems.el (gnus-create-image): New function.
9433         (gnus-put-image): New function.
9434
9435         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9436         (gnus-with-article-headers): New macro.
9437         (gnus-article-goto-header): New function.
9438
9439         * gnus-xmas.el (gnus-image-type-available-p): New function.
9440
9441         * gnus-ems.el (gnus-image-type-available-p): New function.
9442
9443 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * nnrss.el (nnrss-check-group): Find the correct tag, because
9446         xml.el is changed.
9447
9448 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9451         lines are shorter than the window width.
9452         (gnus-ignored-headers): More headers.
9453
9454 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9457         (gnus-treat-unfold-headers): Renamed.
9458         (gnus-article-treat-unfold-headers): New command and keystroke.
9459
9460         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9461
9462         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9463
9464 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * sha1-el.el (sha1-use-external): New variable.
9467         (sha1-region): Use it.
9468         (sha1-string): Ditto.
9469
9470         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9471         * gnus-picon.el: Less warnings when compile.
9472
9473 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9476         alias.
9477         (gnus-picons-database): Default to list.
9478         (gnus-picons-lookup-internal): Use it.
9479
9480         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9481         to "bogus".
9482
9483         * gnus-win.el (gnus-configure-windows-hook): New hook.
9484
9485 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9486
9487         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9488
9489 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9492         lists.
9493         (gnus-select-newsgroup): Don't append; push.
9494         (gnus-adjust-marked-articles): Remove obsolete ranges from
9495         `seen'.
9496         (gnus-update-marks): Clean up.
9497         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9498
9499 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9500
9501         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9502
9503 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * gnus-sum.el (gnus-auto-select-subject): New variable.
9506         (gnus-summary-best-unread-subject): New function.
9507         (gnus-summary-best-unread-article): Use it.
9508         (gnus-summary-first-unseen-subject): New function and command.
9509
9510         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9511         other treatments.
9512
9513         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9514         function.
9515
9516         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9517         from the list of hidden types.
9518
9519         * mm-view.el (mm-inline-text): Ditto.
9520         (mm-inline-text): Ditto.
9521         (mm-w3-prepare-buffer): Ditto.
9522
9523         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9524
9525 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-art.el (gnus-ignored-headers): Added more headers.
9528
9529 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9530
9531         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9532         once.
9533
9534 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9537
9538 2001-12-28  Simon Josefsson  <jas@extundo.com>
9539
9540         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9541         Jesper Harder <harder@ifa.au.dk>.
9542
9543 2001-12-27  Simon Josefsson  <jas@extundo.com>
9544
9545         * gnus-sum.el (gnus-select-newsgroup): Make
9546         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9547         contain all articles (instead of none) when no seen marks have
9548         been set for the group.
9549         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9550         instead, it seems to result in shorter ranges.
9551
9552 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9555         insert-before-markers.
9556         From Jesper Harder <harder@ifa.au.dk>
9557
9558 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9559
9560         * nnmaildir.el (nnmaildir-save-mail): create the destination
9561         groups if they do not exist.
9562
9563 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9566
9567 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9570         gnus-group-real-name.
9571
9572         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9573         (gnus-newsgroup-variables): Ditto.
9574
9575         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9576         return it.
9577
9578 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9579
9580         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9581         * nnmaildir.el (top-level): Add commentary.
9582         (nnmaildir-version): Indicate that nnmaildir is now a standard
9583         part of Gnus, not separately released.
9584
9585 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9588         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9589         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9590         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9591
9592 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9595
9596 2001-12-20  Simon Josefsson  <jas@extundo.com>
9597
9598         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9599         ZHU <zsh@cs.rochester.edu>.
9600         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9601         Brian P Templeton <bpt@tunes.org>.
9602
9603 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * nnmaildir.el: New file.
9606         From Paul Jarc <prj@po.cwru.edu>.
9607
9608 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609
9610         * nndoc.el (nndoc-type-alist): Move forward to the end.
9611
9612 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9615         `dolist'.
9616
9617 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9618
9619         * gnus-win.el (gnus-frames-on-display-list): New function.
9620         (gnus-get-buffer-window): Use it.
9621
9622 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623
9624         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9625
9626 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9627
9628         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9629
9630 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9631            From Harald Meland <Harald.Meland@usit.uio.no>
9632
9633         * gnus-win.el (gnus-get-buffer-window): New function.
9634         (gnus-all-windows-visible-p): Use it.
9635
9636         * gnus-util.el (gnus-horizontal-recenter)
9637         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9638         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9639
9640         * gnus-score.el (gnus-score-insert-help): Use it.
9641
9642         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9643         (gnus-generate-tree, gnus-highlight-selected-tree)
9644         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9645         it.
9646
9647         * gnus-art.el (gnus-article-set-window-start)
9648         (gnus-mm-display-part, gnus-request-article-this-buffer)
9649         (gnus-button-next-page, gnus-button-prev-page)
9650         (gnus-article-button-next-page, gnus-article-button-prev-page):
9651         Use it.
9652
9653 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9654
9655         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9656         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9657         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9658
9659 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660
9661         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9662         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9663         * mml1991.el, nnultimate.el: Add `coding'.
9664
9665 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9666
9667         * ChangeLog: changed coding to buffer-file-coding-system
9668         * ChangeLog.1: same
9669         * nnwfm.el: same
9670         * gnus-smiley.el: same
9671         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9672         * gnus-delay.el: same
9673         * gnus-spec.el: same
9674         * message.el: same
9675         * mml1991.el: same
9676         * nnultimate.el: same
9677
9678 2001-12-16  Simon Josefsson  <jas@extundo.com>
9679         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9680
9681         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9682         (gnus-summary-save-map): Add muttprint.
9683         (gnus-summary-make-menu-bar): Ditto.
9684         (gnus-summary-muttprint): New function.
9685
9686         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9687
9688 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9689
9690         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9691         temporary list instead of buffer.
9692
9693         * mm-url.el (executable-find): autoload.
9694
9695 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9696
9697         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9698         to variable, follow doc-string conventions).
9699
9700 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9701
9702         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9703         subscribe-level
9704         * gnus-topic.el (gnus-subscribe-topics): use it.
9705
9706 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9707
9708         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9709         messages. (A small patch with indentation)
9710         From Sean Neakums <sneakums@zork.net>.
9711
9712         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9713         nil after shooting down the gnus-original-article-buffer.
9714
9715 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * uudecode.el (uudecode-use-external): New variable.
9718         (uudecode-decode-region): Automatically detect external program.
9719
9720         * binhex.el (binhex-use-external): New variable.
9721         (binhex-decode-region-internal): New function.
9722         (binhex-decode-region): Automatically detect external program.
9723
9724         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9725         Use them.
9726
9727 2001-12-12  Simon Josefsson  <jas@extundo.com>
9728
9729         * nnvirtual.el (nnvirtual-always-rescan)
9730         (nnvirtual-component-regexp): Fix doc.
9731
9732         * nnoo.el (defvoo): Add doc to defvoo variables.
9733
9734         * nnml.el (nnml-directory, nnml-active-file)
9735         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9736         (nnml-marks-is-evil, nnml-filenames-are-evil)
9737         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9738
9739         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9740         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9741         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9742         `error'.
9743
9744         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9745         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9746
9747         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9748         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9749         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9750         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9751
9752         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9753         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9754
9755         * imap.el, nnimap.el: Fix indentation.
9756
9757         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9758
9759 2001-12-12  Didier Verna  <didier@xemacs.org>
9760
9761         * gnus-msg.el (gnus-group-news): New function.
9762         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9763         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9764         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9765         for it.
9766         * gnus-msg.el (gnus-summary-news-other-window): New function.
9767         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9768         bind it to `i'.
9769         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9770         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9771         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9772         for it (called with a prefix).
9773         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9774         group-name argument.
9775         * gnus-msg.el (gnus-setup-message): use it.
9776
9777 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9780
9781 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * mml.el (mime-to-mml): Remove Content-Disposition too.
9784
9785 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9788         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9789         strings only.
9790         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9791
9792 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9793
9794         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9795         (nnmail-fancy-expiry-target): Use it.
9796         Suggestions from Simon Josefsson <jas@extundo.com>.
9797
9798 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9799
9800         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9801
9802 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803
9804         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9805
9806         * gnus-util.el (gnus-url-unhex-string): Move here.
9807
9808 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9811         mm-url-decode-entities-nbsp.
9812
9813         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9814         * webmail.el, nnwfm.el: Use mm-url.
9815
9816         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9817         (mm-url-remove-markup): Move from nnweb.
9818         (mm-url-fetch-simple): Move from webmail.
9819
9820         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9821
9822 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9825         (gnus-summary-print-article): Use it.
9826
9827         * gnus-util.el (gnus-replace-in-string): Typo.
9828
9829 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * nnweb.el (nnweb-replace-in-string): Removed.
9832
9833         * gnus-util.el (gnus-replace-in-string): New function.
9834         (gnus-mode-string-quote): Use it.
9835
9836         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9837         * nnwfm.el (nnwfm-create-mapping): Ditto.
9838
9839 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * dgnushack.el (dgnushack-compile): nnrss.el and
9842         nnslashdot.el don't depend on nnweb, url, w3.
9843
9844         * nnrss.el: Use mm-url.
9845
9846 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * mm-url.el (mm-url-insert-file-contents): Support file:.
9849
9850 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * mm-view.el: Lower case for the description line. Sync from the
9853         Emacs CVS.
9854
9855 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856
9857         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9858         From:  Stefan Monnier  <monnier@cs.yale.edu>
9859
9860 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9863
9864 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * mm-url.el: Require executable.
9867         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9868
9869 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * pop3.el (pop3-munge-message-separator): Only use valid date.
9872         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9873
9874         * Makefile.in: gnus-load.elc may not be generated.
9875
9876 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * mm-url.el: New file.
9879         * nnslashdot.el: Use it.
9880         * mm-extern.el (mm-extern-url): Use it.
9881
9882 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-sum.el (gnus-summary-save-article): Nix
9885         gnus-display-mime-function and gnus-article-prepare-hook.
9886
9887         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9888         the beginning of lines.
9889         (gnus-complex-form-to-spec): Ditto.
9890
9891 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9894         From Paul Jarc <prj@po.cwru.edu>.
9895
9896 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * message.el: New variable message-subscribed-address-file;
9899         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9900
9901 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * message.el (message-tab-body-function): Set to nil.
9904         (message-tab): Use text-mode-map or global-map.
9905         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9906
9907 2001-11-30  Simon Josefsson  <jas@extundo.com>
9908
9909         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9910         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9911         <christoph.conrad@gmx.de>.
9912         (gnus-agent-fetch-group-1): Add verbose message.
9913
9914 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9917         of integers.
9918
9919 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9920
9921         * message.el (message-newgroups-header-regexp)
9922         (message-completion-alist, message-tab-body-function): Use
9923         defcustom rather than defvar.
9924         (message-tab): Mention `message-tab-body-function' in doc.
9925         Suggested by Karl Eichwalder.
9926
9927 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9930
9931 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * nnheader.el (nnheader-find-nov-line): Don't use macro
9934         gnus-delete-line.
9935
9936         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9937         (gnus-group-name-charset): Ditto.
9938
9939         * gnus-util.el (gnus-buffer-live-p): Ditto.
9940
9941 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9944         open parenthesis in doc.
9945         (sieve-manage-authenticator-alist): Typo in doc.
9946         * imap.el (imap-authenticator-alist): Typo in doc.
9947         (imap-stream-alist): Backslash.
9948
9949         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9950           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9951
9952 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9953
9954         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9955
9956         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9957
9958         * gnus-msg.el (gnus-configure-posting-styles): use
9959         make-local-hook. Add LOCAL for add-hook.
9960
9961 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9962
9963         * message.el (message-mode): Use `make-local-hook' unless
9964         obsolete.
9965         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9966
9967 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * canlock.el: Remove sha1.el and base64.el stuff.
9970
9971 2001-11-26  Didier Verna  <didier@xemacs.org>
9972
9973         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9974         if needed.
9975
9976 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * message.el (message-tamago-not-in-use-p): New function.
9979         (message-strip-forbidden-properties): Use it.
9980
9981 2001-11-26  Didier Verna  <didier@xemacs.org>
9982
9983         * gnus-start.el (gnus-check-first-time-used): only check for
9984         existence of .el[d] files.
9985
9986 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9989
9990         * message.el (message-setup-1): Clean up mc-*.
9991
9992 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9995         * gnus-score.el (gnus-score-find-bnews): Use it.
9996
9997         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9998         (gnus-summary-limit-to-author): Ditto.
9999         (gnus-summary-limit-to-extra): Ditto.
10000         (gnus-summary-find-matching): Support not-matching argument.
10001
10002 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10003
10004         * message.el (message-wash-subject): Use `insert' rather than
10005         `insert-string', which is deprecated.
10006
10007 2001-11-24  Simon Josefsson  <jas@extundo.com>
10008
10009         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10010         message. (Gnus does not "default" to using 8bit for the message,
10011         it default to use 8bit encoding and the user-supplied CTE
10012         value. Calling this behaviour "treating it as 8bit" is perhaps
10013         better.)
10014
10015         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10016         (compare mm-charset-to-coding-system).
10017
10018 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10021         buffer. Correctly decode hex.
10022
10023 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * gnus-agent.el (gnus-category-insert-line): Convert category
10026         names to strings.
10027
10028 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * message.el (sha1): eval-and-compile.
10031
10032 2001-11-20  Simon Josefsson  <jas@extundo.com>
10033
10034         * message.el (message-allow-no-recipients): New variable.
10035         (message-send): Use it, customize the prompting when posting to
10036         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10037
10038 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * mm-util.el (mm-coding-system-priorities): New variable.
10041         (mm-sort-coding-systems-predicate): New function.
10042         (mm-find-mime-charset-region): Resort coding systems if needed.
10043         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10044
10045 2001-11-20  Didier Verna  <didier@xemacs.org>
10046
10047         * gnus-group.el (gnus-group-make-help-group): new optional
10048         argument to control the error behavior.
10049         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10050         erroring.
10051
10052 2001-11-19  Simon Josefsson  <jas@extundo.com>
10053
10054         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10055         instead of C-c C-u.  Suggested by Per Abrahamsen
10056         <abraham@dina.kvl.dk>.
10057
10058 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * nnfolder.el (nnfolder-read-folder): Use group instead of
10061         nnfolder-current-group.
10062         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10063
10064 2001-11-17  Simon Josefsson  <jas@extundo.com>
10065
10066         * message.el (message-send): Ask user if Fcc/Gcc should be
10067         performed when no other sender was specified.
10068         Suggested by prj@po.cwru.edu (Paul Jarc).
10069
10070 2001-11-17  Simon Josefsson  <jas@extundo.com>
10071
10072         * message.el (message-mode, message-mode-map): Use C-c C-u for
10073         Importance: instead of C-c C-p (used by SC).
10074
10075 2001-11-16  Simon Josefsson  <jas@extundo.com>
10076
10077         * message.el (message-insert-importance-high)
10078         (message-insert-importance-low): Save point.
10079
10080         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10081         value.
10082
10083 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10084
10085         * message.el (message-strip-special-text-properties): New option.
10086         (message-strip-forbidden-properties): Obey it.
10087
10088 2001-11-14  Sam Steingold  <sds@gnu.org>
10089
10090         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10091
10092 2001-11-15  Simon Josefsson  <jas@extundo.com>
10093
10094         Support "Importance:" header in Message.
10095
10096         * message.el (message-mode-map): Bind C-c C-p to
10097         `message-insert-or-toggle-importance'
10098         (message-mode-menu): Add message-insert-importance-{high,low}.
10099         (message-insert-importance-high, message-insert-importance-low)
10100         (message-insert-or-toggle-importance): New functions.
10101         (message-tool-bar-map): Add {un,}important.
10102         (message-mode): Doc fix.
10103
10104 2001-11-15  Simon Josefsson  <jas@extundo.com>
10105
10106         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10107
10108         * mml.el (mml-menu): Fix toolbar tooltip.
10109
10110 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10113         * nnml.el (nnml-save-marks): Ditto.
10114
10115         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10116
10117 2001-11-15  Simon Josefsson  <jas@extundo.com>
10118
10119         * nnml.el (nnml-save-marks):
10120         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10121         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10122
10123 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10124
10125         * gnus-art.el (gnus-article-wash-status-strings): Use
10126         `copy-sequence', not `copy-seq'.
10127
10128 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10129
10130         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10131         (gnus-gnus-article-wash-status-entry): New function.
10132         (gnus-article-wash-status): Use it.
10133
10134 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135
10136         * mml1991.el: Add coding header.
10137
10138 2001-11-12  Simon Josefsson  <jas@extundo.com>
10139
10140         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10141         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10142         `mml1991-sign' and `mml1991-encrypt'.
10143         (mml1991-encrypt, mml1991-sign): New glue functions.
10144         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10145
10146         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10147         (mml-menu): Add PGP to menu.
10148
10149         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10150         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10151         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10152         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10153
10154         * mml2015.el: Mention RFC 3156.
10155
10156         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10157
10158 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10161
10162         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10163           From <Michael.Cook@cisco.com>
10164
10165 2001-11-11  Simon Josefsson  <jas@extundo.com>
10166
10167         * message.el (top-level): Autoload sha1.
10168         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10169         canlock, no need to require two different hash algs).  Suggested
10170         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10171
10172 2001-11-09  Simon Josefsson  <jas@extundo.com>
10173
10174         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10175         <Pavel@Janik.cz>.
10176
10177 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10178
10179         * message.el (message-point-in-header-p): New function.
10180         (message-do-auto-fill): Use it.
10181         (message-beginning-of-line): New function.  Goes to beginning of
10182         header value (i.e., end of header name), or to beginning of line
10183         if already at beginning of value.  Behaves like
10184         `beginning-of-line' when in message body.
10185         (message-mode-map): Bind it.
10186
10187 2001-11-08  Simon Josefsson  <jas@extundo.com>
10188
10189         * gnus-msg.el (gnus-posting-styles): Add doc.
10190
10191 2001-11-07  Simon Josefsson  <jas@extundo.com>
10192
10193         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10194
10195         * sieve-mode.el (sieve-control-commands-face)
10196         (sieve-control-commands-face, sieve-action-commands-face)
10197         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10198         faces.
10199         (sieve-font-lock-keywords): Use them.
10200         (sieve-mode): Only set font-lock-defaults in emacs.
10201
10202         * gnus-art.el (gnus-default-article-saver): Add
10203         gnus-summary-save-body-in-file.
10204         (gnus-summary-write-to-file): Fix doc.
10205
10206 2001-11-07  Simon Josefsson  <jas@extundo.com>
10207
10208         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10209         reference to the correct chapter in the manual.
10210
10211         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10212         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10213
10214 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10215
10216         * mml.el (mml-preview): Bind mail-header-separator.
10217
10218 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * message.el: Always require canlock.
10221         (message-ignored-supersedes-headers): Include Cancel-Lock and
10222         Cancel-Key.
10223         (message-insert-canlock): Don't require canlock.
10224         (message-cancel-news): Don't check whether canlock is available.
10225         (message-supersede): Support cancel-locks.
10226
10227         * gnus-art.el: Don't autoload canlock.
10228
10229 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10230
10231         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10232         From: <andre@slamdunknetworks.com>
10233
10234 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10235
10236         * many files: Fix copyright lines.
10237
10238 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10241         Suggested by Dave Love  <fx@gnu.org>.
10242
10243 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * message.el (message-kill-buffer): Remove auto-save file after
10246         confirm.
10247
10248         * message.el (message-send-mail): Call message-generate-headers
10249         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10250
10251         * gnus-topic.el (gnus-topic-rename): Initial-input.
10252         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10253
10254 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10255
10256         * message.el (message-forbidden-properties): New constant.
10257         (message-strip-forbidden-properties): New function.
10258         (message-mode): Activate it.
10259
10260 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10261
10262         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10263         (mm-hack-charsets): Fix doc.
10264
10265 2001-11-02  Simon Josefsson  <jas@extundo.com>
10266
10267         * gnus-int.el (gnus-check-server): Message "...done" when done.
10268
10269         * imap.el (imap-close): Don't message (imap-send-command-wait
10270         returns if the connection is dropped).
10271         (imap-wait-for-tag): Nix out message only when necessary.
10272
10273         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10274         for non-crossposting.
10275         (gnus-sieve-crosspost): Default to t to be consistent with other
10276         parts of Gnus.
10277
10278 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10281         (mm-iso-8859-x-to-15-table): Ditto.
10282         (mm-iso-8859-x-to-15-region): Ditto.
10283         (mm-find-mime-charset-region): Ditto.
10284
10285 2001-11-01  Simon Josefsson  <jas@extundo.com>
10286
10287         * nnimap.el (nnimap-close-asynchronous): New variable.
10288         (nnimap-close-group): Use it.
10289         (nnimap-expunge): Don't use it.
10290
10291         * imap.el (imap-callbacks): New variable.
10292         (imap-remassoc): Copied from `gnus-remassoc'.
10293         (imap-add-callback): New function.
10294         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10295         behaviour.
10296         (imap-parse-response): Call the callback.
10297
10298         * message.el (message-insert-canlock): New variable.
10299         (message-canlock-generate, message-canlock-password)
10300         (message-insert-canlock): New functions.
10301         (message-send-news): Call `message-insert-canlock'.
10302         (top-level): Require canlock when compiling.
10303         (message-insert-canlock): Require canlock before we need it.
10304
10305 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10308
10309 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * dgnushack.el (dgnushack-make-load): A workaround for
10312         custom-add-loads bug in some versions of XEmacs.
10313
10314 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10317
10318 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10319
10320         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10321         (mm-hack-charsets): New variable.
10322         (mm-iso-8859-15-compatible): New variable.
10323         (mm-iso-8859-x-to-15-table): New variable.
10324         (mm-find-mime-charset-region): Add parameter hack-charsets.
10325
10326         * mm-bodies.el (mm-encode-body): Use it.
10327         * mml.el (mml-parse-1): Ditto.
10328
10329 2001-11-01  Simon Josefsson  <jas@extundo.com>
10330
10331         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10332
10333 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10336         is nil.
10337
10338 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10341
10342         * message.el (message-forward-rmail-make-body): Use
10343         save-window-excursion.
10344         (message-encode-message-body): Search with noerror.
10345         (message-setup-1): Convert compose-mail send-actions to
10346         message-send-actions.
10347
10348 2001-11-01  Simon Josefsson  <jas@extundo.com>
10349
10350         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10351         <yamaoka@jpl.org>.
10352
10353 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * sieve-manage.el (sieve-string-bytes): No complain.
10356
10357 2001-11-01  Simon Josefsson  <jas@extundo.com>
10358
10359         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10360         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10361         has autoload cookies, so no `require' should be necessary.)
10362
10363         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10364         files.
10365
10366 2001-10-31  Simon Josefsson  <jas@extundo.com>
10367
10368         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10369         parameter.
10370
10371         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10372         `display' is a number (and C-u wasn't used to enter group), only
10373         fetch that number of articles.
10374
10375 2001-10-31  Matt Armstrong  <matt@lickey.com>
10376
10377         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10378         not-subscribed -> subscribed.
10379
10380 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381         From: Josh Huber <huber@alum.wpi.edu>
10382
10383         * message.el (message-subscribed-address-functions): New variable.
10384         (message-subscribed-addresses): New variable.
10385         (message-subscribed-regexps): New variable.
10386         (message-goto-mail-followup-to): New function.
10387         (message-send-mail): Add Mail-Followup-To.
10388         (message-make-mft): New function.
10389
10390         * gnus.el (gnus-find-subscribed-addresses): New function.
10391
10392 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10395         (mail-source-fetch-pop): Ditto.
10396         (mail-source-check-pop): Ditto.
10397
10398         * gnus-start.el (gnus-read-init-file): Ditto.
10399         (gnus-activate-group): Ditto.
10400         (gnus-read-newsrc-el-file): Ditto.
10401
10402 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * message.el (message-get-reply-headers): Make sure there is ", ".
10405
10406         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10407         mm-coding-system-p. Don't correct it only in XEmacs.
10408         (mm-charset-to-coding-system): Use mm-coding-system-p and
10409         mm-get-coding-system-list.
10410         (mm-emacs-mule, mm-mule4-p): New variables.
10411         (mm-enable-multibyte, mm-disable-multibyte,
10412         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10413         mm-with-unibyte-current-buffer,
10414         mm-with-unibyte-current-buffer-mule4): Use them.
10415         (mm-find-mime-charset-region): Treat iso-2022-jp.
10416
10417         From  Dave Love  <fx@gnu.org>:
10418
10419         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10420         construction.
10421         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10422         entries conditional on not having a coding system defined for
10423         them.
10424         (mm-mule-charset-to-mime-charset): Use
10425         find-coding-systems-for-charsets if defined.
10426         (mm-charset-to-coding-system): Don't use
10427         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10428         later.  Add last resort search of coding systems.
10429         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10430         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10431         Mule 4.
10432         (mm-find-mime-charset-region): Re-write.
10433         (mm-with-unibyte-current-buffer): Restore buffer as well as
10434         multibyteness.
10435
10436 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10439         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10440         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10441
10442 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10445         again.
10446
10447         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10448
10449 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-spec.el (gnus-parse-simple-format): Use
10452           buffer-substring-no-properties.
10453
10454 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (article-verify-cancel-lock): New function.
10457
10458         * nnheader.el (nntp-process-response): New variable.
10459         (nnheader-init-server-buffer): Make `nntp-process-response'
10460         buffer-local in `nntp-server-buffer'.
10461
10462         * nntp.el (nntp-prepare-post-hook): New hook.
10463         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10464         (nntp-async-trigger): Ditto.
10465         (nntp-request-post): Insert a server's ID if there's no Message-ID
10466         header; run `nntp-prepare-post-hook'.
10467
10468 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10471         instead.
10472
10473         * message.el (message-forward-subject-author-subject): Don't use
10474         message-news-p, which widens the buffer.
10475         (message-forward-make-body): New function.
10476         (message-forward): Use it.
10477         (message-insinuate-rmail): New function.
10478         (message-forward-rmail-make-body): New function.
10479
10480 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * mm-extern.el (mm-extern): Provide it.
10483
10484         * mm-partial.el (mm-partial): Provide it.
10485
10486 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10489
10490 2001-10-29  Simon Josefsson  <jas@extundo.com>
10491
10492         * mml.el (mml-preview): Bind message-this-is-news if it is
10493         news. From Jesper Harder <harder@myrealbox.com>.
10494
10495 2001-10-28  Simon Josefsson  <jas@extundo.com>
10496
10497         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10498
10499 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10500
10501         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10502         ironic smilies.
10503
10504 2001-10-27  Simon Josefsson  <jas@extundo.com>
10505
10506         * message.el (message-indent-citation): Don't add trailing
10507         whitespace when citing text.
10508
10509         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10510         <harder@ifa.au.dk>.
10511
10512 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10513
10514         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10515         not available.
10516         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10517         (nnweb-type-definition): Add google as alias of dejanews.
10518         (nnweb-google-parse-1): Forward 1 line.
10519
10520 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10521
10522         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10523         variable `message-forward-ignored-headers'.
10524
10525 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10526
10527         * gnus.el (gnus-expand-group-parameter): New function.
10528         (gnus-expand-group-parameters): Call it.
10529         (gnus-group-fast-parameter): New function.
10530         (gnus-group-find-parameter): Call it.
10531
10532 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10533
10534         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10535         vector (it didn't before because of a bug).
10536         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10537         available.  Before it converted it to an article number.
10538
10539         This makes followup to news articles with negative numbers in
10540         nnvirtual groups use news instead of mail.
10541
10542 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10543
10544         * gnus.el (post-method): Use `native' instead of `nil'.
10545
10546         * gnus-msg.el (gnus-post-method): Ditto.
10547
10548 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10549
10550         * gnus.el (gnus-define-group-parameter): Grammar fix.
10551
10552 2001-10-22  Simon Josefsson  <jas@extundo.com>
10553
10554         * gnus-msg.el (gnus-extended-version): Include
10555         system-configuration.
10556         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10557
10558 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10559
10560         * gnus.el (post-method): Customization fix: `native' is not a
10561         valid value.
10562         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10563         `native' is not a valid value.
10564
10565 2001-10-21  Simon Josefsson  <jas@extundo.com>
10566
10567         * nnimap.el (nnimap): Defgroup
10568         (nnimap-strict-function, nnimap-strict-function-match): New
10569         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10570         (nnimap-split-crosspost, nnimap-split-inbox)
10571         (nnimap-split-rule, nnimap-split-predicate)
10572         (nnimap-split-predicate): Defcustom.
10573         (nnimap-split-inbox, nnimap-expunge-search-string)
10574         (nnimap-importantize-dormant): Remove "*" from doc.
10575
10576 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10577
10578         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10579         not supplied via prefix arg.  From Lisp, make arg mandatory.
10580         Suggested by Frank Schmitt.
10581
10582 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10583
10584         * message.el (message-do-auto-fill): Avoid calling
10585         'rfc822-goto-eoh'.
10586
10587 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10588         From Paul Jarc <prj@po.cwru.edu>.
10589
10590         * message.el (message-get-reply-headers): Restructure the logic
10591         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10592
10593 2001-10-20  Simon Josefsson  <jas@extundo.com>
10594
10595         * message.el (message-cancel-news): Support cancel-locks.
10596         Suggested by Per Abrahamsson.
10597
10598         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10599         conses.  From David Z Maze <dmaze@MIT.EDU>.
10600
10601         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10602
10603 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10604
10605         * mm-decode.el (mm-default-directory): Fix customize type.
10606
10607         * message.el (message-setup-fill-variables): Kludge to use
10608         normal-auto-fill-function even if auto fill is already activated.
10609
10610 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10611
10612         * message.el (message-do-auto-fill): New version that does not
10613         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10614         (message-setup-1): Removed the `message-field' property.
10615
10616         * gnus-draft.el (gnus-draft-edit-message): Removed the
10617         `message-field' property.
10618
10619 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10620
10621         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10622         `message-field'.  The `field' property has a special significance in
10623         Emacs 21.
10624
10625         * message.el (message-send, message-setup-1): Ditto.
10626
10627 2001-10-18  Simon Josefsson  <jas@extundo.com>
10628
10629         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10630         when undoing.
10631
10632 2001-10-18  Simon Josefsson  <jas@extundo.com>
10633         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10634
10635         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10636         (gnus-summary-make-menu-bar): Ditto.
10637
10638 2001-10-17  Simon Josefsson  <jas@extundo.com>
10639
10640         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10641         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10642
10643 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10644
10645         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10646         * gnus-util.el (gnus-user-date): New function.
10647         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10648
10649 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10650
10651         * message.el (message-check-news-header-syntax): Special case
10652         nnvirtual groups.
10653
10654         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10655         customize type to `symbol'.
10656
10657 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10658
10659         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10660         %&foo;.
10661         (gnus-parse-simple-format): Support user extended spec too.
10662         %u&foo; invokes gnus-user-format-function-foo.
10663
10664 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10667         the server.
10668         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10669         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10670         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10671         * nndiary.el (nndiary-request-expire-articles): Ditto.
10672         (nndiary-schedule): Defsubst it before use it.
10673         (nndiary-error): eval-and-compile.
10674
10675 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10676
10677         * gnus-msg.el (gnus-post-method): Changed two instances of
10678         `active' to `current' and one `null' to `not'.
10679
10680 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10681         From Katsumi Yamaoka <yamaoka@jpl.org>.
10682
10683         * message.el (message-setup-fill-variables): Use
10684         `normal-auto-fill-function' instead of `auto-fill-function'.
10685
10686 2001-10-16  Simon Josefsson  <jas@extundo.com>
10687
10688         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10689         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10690         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10691
10692 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10693         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10694
10695         * gnus-draft.el (gnus-draft-edit-message): Add text property
10696         `field' with value `header' to message headers.
10697         * message.el (message-setup-1): Really add text property to all of
10698         the header, not just part of it.
10699
10700 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-group.el (gnus-group-sort-by-server): Use it.
10703
10704         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10705
10706         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10707         and keystroke.
10708
10709 2001-10-14  Simon Josefsson  <jas@extundo.com>
10710
10711         * dig.el: Doc fix.
10712
10713         * smime.el: Doc fix.
10714
10715         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10716         charset magic from message.el.
10717
10718 2001-10-12  Simon Josefsson  <jas@extundo.com>
10719         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10720
10721         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10722         'cite from g-a-wash-types.
10723         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10724         (gnus-article-hide-citation): Fix.
10725
10726         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10727         character.
10728         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10729
10730         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10731         definition.
10732         (gnus-signature-toggle): Toggle `s' mode line character.
10733
10734         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10735         doing stuff that clears it.
10736
10737 2001-10-12  Simon Josefsson  <jas@extundo.com>
10738
10739         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10740         From Eric Marsden <emarsden@laas.fr>.
10741
10742 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10745         (autoload): Add some autoloads.
10746
10747 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10748         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10749
10750         * message.el (message-do-auto-fill): New function.  Like
10751         `do-auto-fill' but don't fill when in the message header.
10752         (message-setup-1): Put a text property on the message header.
10753         (message-setup-fill-variables): Use `message-do-auto-fill'.
10754
10755 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10756
10757         * message.el (message-send-mail-partially): Insert an empty line
10758         first, because of the change of message-make-lines.
10759
10760 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10761
10762         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10763         iso-8859-15, make it an alias for iso-8859-1.
10764
10765 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * message.el (message-send-news): Don't modify the value of
10768         `message-syntax-checks' if it is not a list (possibly it is
10769         `dont-check-for-anything-just-trust-me').
10770
10771 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10774         `find-coding-system' for XEmacs to check whether the coding-system
10775         `utf-8' is available.
10776
10777 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10778
10779         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10780
10781 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10782
10783         * message.el (message-send-news): Oops, missed case with no
10784         "Followup-To" header...
10785
10786 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10787
10788         * message.el (message-send-news): Allow
10789         `gnus-group-name-charset-group-alist' to affect encoding of the
10790         "Newsgroups" and "Followup-To" headers.
10791
10792 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * Makefile.in (install-el): Depend on gnus-load.el.
10795
10796 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * Makefile.in (install-el): Use -f.
10799         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10800
10801 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10802
10803         * message.el (message-send-news): Don't encode Followups-To when
10804         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10805
10806         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10807         header.
10808
10809         * gnus-art.el (article-decode-group-name): Also decode
10810         "Followup-To".
10811
10812         * rfc2047.el (rfc2047-encode-message-header): Encode without
10813         asking for null methods.
10814
10815         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10816         default charset for newsgroup names in accordance with USEFOR.
10817
10818         * gnus-group.el (gnus-group-name-charset-method-alist,
10819         gnus-group-name-charset-group-alist): Removed "*" from doc
10820         strings, "*" should not be used for complex variables.
10821
10822 2001-10-06  Simon Josefsson  <jas@extundo.com>
10823
10824         Support UTF-8 group names better.
10825
10826         * message.el (message-check-news-header-syntax): Encode group
10827         names before comparison.
10828
10829         * gnus-msg.el (gnus-copy-article-buffer): Run all
10830         `gnus-article-decode-hook's except `article-decode-charset'
10831         instead of hardcoding call to one of them.
10832
10833         * gnus-art.el (gnus-article-decode-hook): Add
10834         `article-decode-group-name'.
10835         (article-decode-group-name): New function, use `g-d-n'.
10836
10837         * gnus-group.el (gnus-group-insert-group-line): Decode
10838         gnus-tmp-group using `g-d-n'.
10839
10840         * gnus-util.el (gnus-decode-newsgroups): New function.
10841
10842 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10843
10844         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10845         `gnus-group-name-charset-group-alist'.
10846
10847 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10848
10849         * Makefile.in: Install el in install. Add uninstall.
10850
10851 2001-10-05  Simon Josefsson  <jas@extundo.com>
10852
10853         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10854
10855         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10856
10857         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10858         empty folders.
10859
10860         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10861         limiting if read-all (C-u RET) was used.
10862
10863 2001-10-04  Simon Josefsson  <jas@extundo.com>
10864
10865         * mail-source.el (mail-source-movemail-program): New variable.
10866         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10867         <thutt@thutt.vmware.com>.
10868
10869 2001-10-03  Simon Josefsson  <jas@extundo.com>
10870
10871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10872         (gnus-summary-line-format-alist): Fix param.
10873
10874 2001-10-02  Simon Josefsson  <jas@extundo.com>
10875
10876         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10877         don't go through `nnimap-request-expire-articles' to delete the
10878         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10879
10880 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus-agent.el (gnus-agent-write-active): The min in the
10883         agent/active may be larger than that in the server/active.
10884
10885 2001-10-01  Simon Josefsson  <jas@extundo.com>
10886
10887         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10888         is IMAP4rev1.
10889
10890         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10891
10892         * nnfolder.el: Ditto.
10893
10894 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10895
10896         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10897         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10898
10899 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10900
10901         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10902         (message-mode-menu): Menu item for same.
10903
10904         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10905         delayed articles.
10906
10907         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10908         nndraft:delayed does not exist.
10909         (gnus-delay-initialize): Don't set up keymap, that's done from
10910         message.el now.
10911         (gnus-delay, gnus-delay-group, gnus-delay-header)
10912         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10913
10914 2001-09-29  Simon Josefsson  <jas@extundo.com>
10915
10916         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10917         utf-8, not eight-bit-control.
10918
10919         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10920         (imap-log, imap-debug): Custom.
10921         (imap-log-buffer, imap-debug-buffer): New constants.
10922         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10923         (imap-network-open, imap-shell-open, imap-starttls-open)
10924         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10925         (imap-debug): Use imap-*-buffer.
10926
10927         * nndoc.el (nndoc-article-type): Add mailman.
10928         (nndoc-type-alist): Ditto.
10929         (nndoc-mailman-type-p): New function.
10930
10931 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10934         gnus-art.el.
10935
10936 2001-09-27  Simon Josefsson  <jas@extundo.com>
10937
10938         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10939         (gnus-topic-catchup-articles): New function. Suggested by Robin
10940         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10941
10942 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10944
10945         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10946         previous ones.
10947
10948 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10949         From Daiki Ueno  <ueno@unixuser.org>
10950
10951         * gnus-sum.el (gnus-summary-show-article): The arglist of
10952         detect-coding-region is incompatible.
10953
10954 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10956
10957         * gnus-group.el (gnus-group-delete-group): Typo.
10958
10959 2001-09-26  Simon Josefsson  <jas@extundo.com>
10960
10961         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10962
10963         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10964
10965 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10968
10969 2001-09-22  Simon Josefsson  <jas@extundo.com>
10970
10971         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10972
10973         * nnfolder.el (nnfolder-open-marks): Ditto.
10974
10975         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10976         (gnus-update-marks): Use it.
10977         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10978         hardcoded list.
10979
10980         * gnus.el (gnus-article-special-mark-lists): Add killed.
10981         (gnus-article-unpropagated-mark-lists): New constant.
10982
10983 2001-09-22  Simon Josefsson  <jas@extundo.com>
10984
10985         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10986         custom option.
10987
10988 2001-09-23  Simon Josefsson  <jas@extundo.com>
10989
10990         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10991
10992 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10995
10996 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10997
10998         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10999         accept lists of functions.
11000
11001 2001-09-20  Simon Josefsson  <jas@extundo.com>
11002
11003         * gnus-group.el (gnus-group-catchup): Update expire marks in
11004         backend.  Also, if ALL also set expire marks on tick/dormant.
11005
11006 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11007
11008         * message.el (message-tab-body-function): New variable.
11009         * message.el (message-tab): Use it.
11010
11011 2001-09-19  Sam Steingold  <sds@gnu.org>
11012
11013         * gnus-win.el (gnus-buffer-configuration): Respect
11014         `gnus-bug-create-help-buffer'.
11015
11016 2001-09-18  Simon Josefsson  <jas@extundo.com>
11017
11018         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11019         (gnus-parse-simple-format): Re-revert.
11020
11021 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11022         Trivial patch.
11023
11024         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11025         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11026
11027 2001-09-18  Simon Josefsson  <jas@extundo.com>
11028
11029         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11030         signed.
11031         (gnus-parse-simple-format): Don't use it.
11032
11033 2001-09-17  Miles Bader  <miles@gnu.org>
11034
11035         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11036         error querying a backend abort the whole process.
11037
11038 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11041         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11042
11043 2001-09-17  Didier Verna  <didier@xemacs.org>
11044
11045         * nndiary.el: version 0.2-b14.
11046         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11047         compatibility problem with XEmacs 21.1.
11048
11049 2001-09-15  Simon Josefsson  <jas@extundo.com>
11050
11051         * gnus-group.el (gnus-group-line-format): Document %c.
11052
11053         * nnml.el (nnml-parse-head): Handle CRLF files.
11054         (nnml-generate-nov-file): Ditto.
11055         (nnml-retrieve-headers): Ditto.
11056
11057 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11058
11059         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11060
11061 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11062
11063         * gnus-spec.el (gnus-correct-substring): Still stopped one
11064         character before we wanted (never included last character).
11065         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11066         add missing "," (once per function)
11067
11068 2001-09-14  Simon Josefsson  <jas@extundo.com>
11069
11070         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11071         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11072         default before gnus-group is loaded and the variable set.)
11073
11074         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11075         killed or unsent marks.
11076
11077         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11078         isn't an article to set it on (e.g. when you `a' in a group).
11079
11080 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11081
11082         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11083         can read e-mails from Microsoft Outlook users not using ISO
11084         8859-2 character set.
11085
11086 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11087
11088         * gnus-diary.el: Minor modifications to avoid warnings.
11089         (gnus-summary-misc-menu): defvar.
11090         (gnus-diary-check-message): Use gnus-point-at-eol.
11091         (gnus-diary-kill-entire-line): eval-and-compile.
11092
11093 2001-09-12  Didier Verna  <didier@xemacs.org>
11094
11095         * nndiary.el: new version (0.2-b13).
11096         * nndiary.el (nndiary-mail-sources): doc update.
11097         * nndiary.el (nndiary-split-methods): ditto.
11098         * nndiary.el (nndiary-request-accept-article-hooks): New.
11099         * nndiary.el (nndiary-request-accept-article): use it, check
11100         message validity.
11101         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11102         * nndiary.el (nndiary-schedule): fix bug (misplaced
11103         condition-case): it didn't return nil on error.
11104         * gnus-diary.el: new version.
11105         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11106         * gnus-diary.el (gnus-diary-header-value-history): New.
11107         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11108         * gnus-diary.el (gnus-diary-add-header): New.
11109         * gnus-diary.el (gnus-diary-check-message): New.
11110         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11111         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11112
11113 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11114
11115         * gnus-sum.el (gnus-select-newsgroup): Make
11116         `gnus-current-select-method' buffer-local.
11117
11118         * gnus-art.el (gnus-request-article-this-buffer): Refer
11119         `gnus-current-select-method' in the current summary buffer.
11120
11121 2001-09-10  Simon Josefsson  <jas@extundo.com>
11122         From Daniel Pittman <daniel@rimspace.net>
11123
11124         * gnus-spec.el (gnus-correct-pad-form): Fix.
11125
11126 2001-09-09  Simon Josefsson  <jas@extundo.com>
11127
11128         * mm-decode.el (mm-inline-media-tests): Add
11129         application/x-emacs-lisp.
11130         (mm-attachment-override-types): Add
11131         application/{x-,}pkcs7-signature.
11132
11133         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11134         (gnus-server-line-format, gnus-server-mode-line-format)
11135         (gnus-server-browse-in-group-buffer): Customize.
11136
11137 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * nnml.el (nnml-marks-changed-p): Typo.
11140         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11141         (nnml-marks-changed-p): Use gnus-gethash.
11142         (nnml-marks-modtime): Use gnus-make-hashtable.
11143
11144         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11145         (nnfolder-request-expire-articles, nnfolder-save-marks)
11146         (nnfolder-open-marks): Typo.
11147         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11148         (nnfolder-marks-changed-p): Use gnus-gethash.
11149         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11150
11151 2001-09-08  Simon Josefsson  <jas@extundo.com>
11152
11153         * nnfolder.el (nnfolder-marks-modtime): New variable.
11154         (nnfolder-marks-changed-p): New function.
11155         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11156         (nnfolder-request-update-info): Don't update if marks didn't change.
11157
11158         * nnml.el (nnml-marks-modtime): New variable.
11159         (nnml-marks-changed-p): New function.
11160         (nnml-save-marks, nnml-open-marks): Save modtime.
11161         (nnml-request-update-info): Don't update if marks didn't change.
11162
11163         * gnus-agent.el (gnus-agent-any-covered-gcc)
11164         (gnus-agent-add-server, gnus-agent-remove-server): Use
11165         gnus-agent-method-p.
11166
11167         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11168         (gnus-unbuttonized-mime-type-p): Use it.
11169
11170         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11171         fetch group.
11172
11173 2001-09-08  Simon Josefsson  <jas@extundo.com>
11174         From Daniel Pittman <daniel@rimspace.net>
11175
11176         * gnus-spec.el (gnus-correct-pad-form): New function.
11177         (gnus-parse-simple-format): Use it.
11178
11179 2001-09-07  Simon Josefsson  <jas@extundo.com>
11180
11181         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11182         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11183         Putnam <reader@newsguy.com>.
11184         (gnus-group-sort-selected-groups): Touch dribble file.
11185
11186 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11187
11188         * nnml.el (nnml-filenames-are-evil): New variable.
11189         (nnml-article-to-file-alist): Rename to ...
11190         (nnml-current-group-article-to-file-alist): ... this.
11191         Respect `nnml-filenames-are-evil'.
11192         (nnml-active-number): Update.
11193         (nnml-update-file-alist): Update.
11194         (nnml-request-article): Use nnheader-article-to-file-alist.
11195         (nnml-request-rename-group): Likewise.
11196
11197 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-sum.el (gnus-summary-insert-line): Fix.
11200
11201 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11202
11203         * gnus-sum.el: Bind g-s-t-s to "W g".
11204         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11205         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11206         display of graphical smilies.
11207
11208 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * gnus-start.el (gnus-setup-news): A typo.
11211         From Bill White <billw@wolfram.com>.
11212
11213 2001-09-06  Simon Josefsson  <jas@extundo.com>
11214
11215         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11216         and unseen marks.
11217
11218 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11219
11220         * nnmail.el (nnmail-split-fancy): Document `junk'.
11221
11222 2001-09-04  Simon Josefsson  <jas@extundo.com>
11223
11224         * imap.el (imap-search): Don't error if server is broken.
11225
11226 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11227
11228         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11229         searching for an article that isn't in the mbox.
11230
11231 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11234         right, and get all the comments.
11235
11236 2001-09-02  Simon Josefsson  <jas@extundo.com>
11237         Suggested by Dan Christensen <jdc+news@uwo.ca>
11238
11239         * nnfolder.el (nnfolder-request-update-info): Fix message.
11240
11241         * nnml.el (nnml-request-update-info): Ditto.
11242
11243 2001-09-01  Simon Josefsson  <jas@extundo.com>
11244
11245         * nnml.el (nnml-request-expire-articles): Also bind
11246         `nnml-current-group' and `nnml-article-file-alist' when using
11247         expiry-target. (Otherwise nnml will be in a inconsistent internal
11248         state causing all kind of problems.)
11249         (nnml-request-expire-articles): If `nnml-article-to-file' or
11250         `file-attributes' failes, return article as un-expirable instead
11251         of treating it as expired.
11252
11253 2001-08-31  Sam Steingold  <sds@gnu.org>
11254
11255         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11256         typo: `exmine' --> `examine'.
11257
11258 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11261
11262 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11263
11264         * nnml.el (nnml-check-directory-twice): Remove.
11265         (nnml-retrieve-headers): Ditto.
11266         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11267
11268 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11269
11270         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11271         directory twice on Windows, or on GNU Emacs-21.
11272
11273 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11274
11275         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11276         (nnml-request-rename-group): Ditto.
11277         (nnml-active-number): Ditto.
11278         (nnml-request-create-group): Use nnml-directory-articles.
11279         (nnml-request-expire-articles): Use nnml-directory-articles, which
11280         gets list from nov database if available.
11281         (nnml-get-nov-buffer): New function.
11282         (nnml-open-nov): Use it.
11283         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11284         gets alist from nov database if available.
11285         (nnml-directory-articles): New function.
11286         (nnml-article-to-file-alist): New function.
11287
11288 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11289
11290         * mm-decode.el (mm-display-external): Use `name' as filename, if
11291         `filename' attribute is not present.
11292
11293 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11294
11295         * mail-source.el (mail-source-flash): New defcustom.
11296         (mail-source-new-mail-p): Ring visible bell if appropriate.
11297         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11298         timer is cleared even if mail check signals an error.
11299
11300 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11303         type 'list.
11304
11305 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * flow-fill.el (fill-flowed): eol might be point-max.
11308
11309 2001-08-27  Simon Josefsson  <jas@extundo.com>
11310
11311         * nnml.el (nnml-request-update-info): Fix message.
11312         (nnml-open-marks): Ditto.
11313
11314         * nnfolder.el (nnfolder-request-update-info):
11315         (nnfolder-open-marks): Fix message.
11316
11317 2001-08-25  Simon Josefsson  <jas@extundo.com>
11318
11319         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11320         after group in ~/.
11321
11322 2001-08-25  Simon Josefsson  <jas@extundo.com>
11323         From Andreas Jaeger  <aj@suse.de>
11324
11325         * nnfolder.el (nnfolder-open-marks): Fix typo.
11326         * nnml.el (nnml-open-marks): Likewise.
11327
11328 2001-08-25  Simon Josefsson  <jas@extundo.com>
11329
11330         Make nnfolder groups self-contained as far as marks are concerned.
11331
11332         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11333         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11334         (nnfolder-open-server): Make marks directory.
11335         (nnfolder-request-delete-group): Delete marks file.
11336         (nnfolder-request-delete-group): Check of nov/marks file exist
11337         before deleting.
11338         (nnfolder-request-rename-group): Rename marks file.
11339         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11340         (nnfolder-request-set-mark, nnfolder-request-update-info)
11341         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11342         (nnfolder-open-marks): New functions.
11343         (top-level): Require gnus.
11344
11345 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * nnweb.el (nnweb-type-definition): Use google raw file.
11348         (nnweb-google-parse-1): Ditto.
11349         (nnweb-google-identity): Ditto.
11350         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11351         (nnweb-altavista-wash-article): Ditto.
11352         (nnweb-request-article): Remove nnweb-decode-entities.
11353
11354         * nnml.el: Require 'gnus.
11355
11356 2001-08-25  Simon Josefsson  <jas@extundo.com>
11357
11358         * nnml.el (nnml-marks-is-evil): Add doc.
11359
11360 2001-08-25  Simon Josefsson  <jas@extundo.com>
11361
11362         * nnml.el (nnml-save-marks): Wrap saving marks in a
11363         condition-case, to allow user to start Gnus if saving marks failed
11364         for some reason.
11365
11366 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11369
11370         * gnus-group.el (gnus-update-group-mark-positions): Bind
11371         gnus-group-update-hook to nil.
11372
11373 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * mml.el (mml-generate-mime-1): Force as multibyte string.
11376
11377 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * gnus-sum.el (gnus-summary-insert-line)
11380         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11381         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11382
11383         * gnus-spec.el (gnus-correct-substring): Take optional END.
11384
11385         * nnrss.el (nnrss-request-article): Remove \n.
11386         (nnrss-retrieve-headers): Lines number is -1.
11387
11388 2001-08-24  Simon Josefsson  <jas@extundo.com>
11389
11390         * gnus-group.el (gnus-info-clear-data): Call
11391         nnfoo-request-set-mark to propagate marks.  Fix bug:
11392         `gnus-group-update-line' doesn't update read range unless we call
11393         `gnus-get-unread-articles-in-group' first.
11394
11395         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11396         to server.
11397
11398 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * gnus-util.el (gnus-create-info-command): Return an interactive
11401         function.
11402
11403 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11404         From Katsumi Yamaoka <yamaoka@jpl.org>
11405
11406         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11407
11408 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * gnus-sum.el (gnus-select-newsgroup): Use it.
11411
11412         * gnus-util.el (gnus-not-ignore): New function.
11413
11414         * lpath.el (featurep): Don't fbind char-int.
11415
11416         * gnus-util.el (gnus-create-info-command): New function.
11417
11418         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11419         right node.
11420
11421         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11422         (gnus-summary-limit-children): Use 'identity instead of `all'.
11423         (gnus-summary-limit-to-display-predicate): New command and
11424         keystroke.
11425
11426 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11429
11430         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11431
11432 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * gnus-spec.el: Add the Gnus version.
11435         (gnus-update-format-specifications): If the Gnus version changes,
11436         nix out the format spec cache.
11437
11438         * gnus.el (gnus-continuum-version): Made into a command and
11439         optionalize the VERSION.
11440
11441         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11442         the start of the lines.
11443
11444 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus.el (gnus-visual-p): Define function before use of
11447         function.
11448
11449 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11452         (gnus-article-mark-to-type): New function.
11453         (gnus-update-missing-marks): Only update marks of type 'list.
11454
11455         * gnus.el (gnus-article-special-mark-lists): New variable.
11456
11457 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11458
11459         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11460         (gnus-select-newsgroup): Still use 'all.
11461         (gnus-summary-initial-limit): Comparing with 'all.
11462
11463 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11464
11465         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11466         active.
11467
11468 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11471         nnslashdot-*-retrieve-headers.
11472         (nnslashdot-request-article): Fix for slashcode 2.2.
11473         (nnslashdot-make-tuple): New function.
11474         (nnslashdot-read-groups): Use it.
11475
11476 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11479         list.
11480
11481         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11482
11483 2001-08-20  Simon Josefsson  <jas@extundo.com>
11484
11485         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11486         opened, error instead of continuing (and exploding later).
11487
11488 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11489
11490         * gnus.el (gnus-expand-group-parameters): Return the parameter
11491         list.
11492
11493         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11494         (gnus-summary-show-article): Guess at charset if required.
11495
11496         * gnus-spec.el (gnus-correct-substring): Stopped one character
11497         before we wanted.
11498
11499 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11500
11501         * earcon.el (earcon-auto-play): Remove unused option.
11502
11503 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11506         message down in levels, since it happens very fast.
11507
11508         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11509         of smiley-regexp-alist.
11510
11511         * mm-view.el (mm-inline-text): Ignore vcard errors.
11512
11513         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11514
11515         * gnus-score.el (gnus-all-score-files): Use append instead of
11516         nconc.
11517
11518         * gnus.el (gnus-splash-face): Doc fix.
11519
11520         * mm-decode.el (mm-mailcap-command): Use
11521         mm-path-name-rewrite-functions.
11522         (mm-path-name-rewrite-functions): New variable.
11523
11524         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11525         (gnus-complex-form-to-spec): Insert tab.
11526         (gnus-spec-tab): New function.
11527
11528         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11529         entering the group.
11530
11531         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11532         the positional spec.
11533         (gnus-parse-complex-format): React to %C.
11534
11535         * gnus-ems.el (gnus-char-width): Moved here.
11536
11537         * gnus-sum.el (gnus-select-newsgroup): Set
11538         gnus-newsgroup-articles.
11539         (gnus-unseen-mark): New variable.
11540         (gnus-newsgroup-unseen): Ditto.
11541         (gnus-newsgroup-seen): Ditto.
11542         (gnus-adjust-marked-articles): Use them.
11543         (gnus-update-marks): Use them.
11544         (gnus-summary-update-secondary-mark): Display.
11545         (gnus-summary-prepare-threads): Display.
11546
11547         * gnus-msg.el (gnus-inews-group-method): Use and return the
11548         method, not the server.
11549
11550 2001-08-19  Simon Josefsson  <jas@extundo.com>
11551
11552         * gnus-srvr.el (gnus-server-agent-face): New.
11553         (gnus-server-agent-face): New.
11554         (gnus-server-mode): Turn on font-lock-mode.
11555
11556         * gnus.el (gnus-server-visual): Add defgroup.
11557
11558 2001-08-19  Simon Josefsson  <jas@extundo.com>
11559         From Joe Casadonte <jcasadonte@northbound-train.com>
11560
11561         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11562         gnus-server-denied-face): New.
11563         (gnus-server-opened-face, gnus-server-closed-face,
11564         gnus-server-denied-face): New.
11565         (gnus-server-font-lock-keywords): Add.
11566
11567 2001-08-19  Simon Josefsson  <jas@extundo.com>
11568
11569         * nnml.el (nnml-request-set-mark): Return nil.
11570         (nnml-save-marks): Use nnml-possibly-create-directory.
11571         (nnml-open-marks): Only work in temp buffer when inserting/reading
11572         .marks file.
11573
11574 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * gnus.el (gnus-expand-group-parameters): Fix.
11577
11578         * gnus-spec.el (gnus-char-width): New function.
11579         (gnus-correct-substring, gnus-correct-length): Use it.
11580
11581         * message.el (message-required-mail-headers): Fix doc.
11582
11583 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11586
11587         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11588
11589 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11592         slashdot 2.2 (not fully fixed yet).
11593         (nnslashdot-request-article): Ditto.
11594
11595 2001-08-18  Simon Josefsson  <jas@extundo.com>
11596
11597         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11598         nnimap.
11599
11600         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11601         gnus-util.
11602         (nnimap-request-update-info-internal): Use new functions.
11603
11604         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11605         new functions.
11606
11607 2001-08-18  Simon Josefsson  <jas@extundo.com>
11608
11609         Make nnml groups self-contained as far as marks are concerned.
11610
11611         * nnml.el (nnml-request-delete-group): Delete marks file.
11612         (nnml-request-rename-group): Move marks file.
11613         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11614         variables.
11615         (nnml-request-set-mark, nnml-request-update-info): New server
11616         functions.
11617         (nnml-save-marks, nnml-open-marks): New functions.
11618
11619 2001-08-18  Simon Josefsson  <jas@extundo.com>
11620
11621         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11622         `set' when setting marks.
11623
11624 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * gnus.el (gnus-info-find-node): Take an argument.
11627
11628         * gnus-art.el (gnus-button-handle-info): New function.
11629         (gnus-url-unhex-string): Replace "+" with " ".
11630
11631 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * message.el (message-check-news-header-syntax): Check bad From.
11634
11635 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * gnus-spec.el (gnus-correct-length): New function.
11638         (gnus-correct-substring): New function.
11639         (gnus-tilde-max-form): Use it.
11640
11641 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11642
11643         * nnmh.el: Docstring changes as below.
11644
11645         * nnml.el: Docstring changes as below.
11646
11647         * nnbabyl.el: Docstring changes as below.
11648
11649         * nnmbox.el: Docstring changes as below.
11650
11651         * nnfolder.el: Added docstrings identifying each virtual server
11652         parameter.
11653
11654 2001-08-18  Simon Josefsson  <jas@extundo.com>
11655
11656         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11657
11658 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11659
11660         * message.el: rename "Abort Message" to "Postpone Message".
11661         Remove "Attach file as MIME" from Message menu, it's already in
11662         the MIME menu.
11663
11664 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11665
11666         * smime.el (smime-point-at-eol): eval-and-compile.
11667         (smime-make-temp-file): New function.
11668         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11669         Use it.
11670
11671 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11672
11673         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11674         (gnus-agent-summary-fetch-group): New command and keystroke.
11675
11676         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11677         (gnus-mime-display-security): Make it respect
11678         gnus-unbuttonized-mime-type-p.
11679
11680         * gnus-sum.el (gnus-articles-to-read): Comments.
11681         (gnus-article-marked-p): New function.
11682         (gnus-summary-display-make-predicate): New function.
11683         (gnus-select-newsgroup): Use them.
11684
11685         * mm-decode.el (mm-save-part-to-file): Made it not error.
11686
11687 2001-08-17  Simon Josefsson  <jas@extundo.com>
11688
11689         * imap.el (imap-wait-for-tag): If process-status isn't open or
11690         run, return nil instead of sit-for looping.
11691
11692 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * lpath.el (featurep): fbind xml-parse-region.
11695
11696         * gnus.el (gnus-message-archive-method): Default to "archive".
11697         (gnus-message-archive-method): Doc fix.
11698         (gnus-parameters-get-parameter): Cleaned up.
11699         (gnus-expand-group-parameter): New function.
11700
11701         * gnus-start.el (gnus-setup-news): Push the archive server only
11702         the server list.
11703
11704         * mml.el (mml-menu): Changed name to "Attachments".
11705
11706         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11707         when there is something to detroy.
11708
11709 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11712         nil.
11713
11714 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11715
11716         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11717         which specifies a time today or tomorrow.
11718
11719 2001-08-15  Simon Josefsson  <jas@extundo.com>
11720         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11721
11722         * gnus-agent.el (gnus-agent-make-mode-line-string)
11723         (gnus-agent-toggle-plugged): Use new API.
11724
11725 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11726
11727         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11728         deadline has expired.
11729
11730 2001-08-12  Simon Josefsson  <jas@extundo.com>
11731         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11732
11733         Support `recent' mark indicating newly arrived messages (to
11734         separate from old but unread messages).
11735
11736         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11737         `nnmail-split-history' if recent is > 0.
11738         (nnimap-request-update-info-internal): Update `recent' marks.
11739         (nnimap-request-set-mark): Never set `recent' marks.
11740         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11741         recent.
11742
11743         * gnus-sum.el (gnus-recent-mark): New mark.
11744         (gnus-newsgroup-recent): New variable.
11745         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11746         (gnus-summary-prepare-threads): Mark recent articles.
11747         (gnus-summary-add-mark): Support recent.
11748         (gnus-summary-update-secondary-mark): Support recent.
11749
11750         * gnus.el (gnus-article-mark-lists): Add recent.
11751
11752 2001-08-12  Simon Josefsson  <jas@extundo.com>
11753
11754         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11755         whether successful decoding took place.  Add doc.
11756
11757 2001-08-12  Simon Josefsson  <jas@extundo.com>
11758         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11759
11760         * gnus.el (gnus-summary-line-format, gnus-parameters):
11761         * gnus-gl.el (gnus-summary-grouplens-line-format):
11762         * gnus-salt.el (gnus-summary-pick-line-format):
11763         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11764
11765 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11766         Committed by Kai Gro\e,b_\e(Bjohann.
11767
11768         * gnus-score.el (gnus-score-string): Fix `match' regexp
11769         for `extra' header case.
11770
11771 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * nnmbox.el (nnmbox-read-mbox): No warning.
11774
11775 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * nndoc.el (nndoc-article-type): Fix doc.
11778         (nndoc-generate-article-function): New variable.
11779         (nndoc-dissection-function): New variable.
11780         (nndoc-type-alist): Add oe-dbx.
11781         (nndoc-oe-dbx-type-p): New function.
11782         (nndoc-oe-dbx-dissection): New function.
11783         (nndoc-oe-dbx-generate-article): New function.
11784
11785 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11786
11787         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11788         whether deadline has been reached.  Patch from Dan Nicolaescu
11789         <dann@godzilla.ics.uci.edu>.
11790
11791 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11792
11793         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11794         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11795         <rintaman@cs.Helsinki.FI>.
11796
11797         * mail-source.el (mail-source-movemail): The error buffer is
11798         modified, but nothing in it.
11799
11800 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * message.el (message-bogus-system-names): New variable.
11803         (message-make-fqdn): Use it.
11804
11805 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * nndraft.el (nndraft-request-group): Use
11808         nndraft-auto-save-file-name.
11809
11810 2001-08-09  Simon Josefsson  <jas@extundo.com>
11811
11812         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11813         Don't ask whether to decrypt.  Just leave result in buffer (don't
11814         call mm).
11815
11816         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11817         parts as well.
11818         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11819         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11820
11821 2001-08-09  Simon Josefsson  <jas@extundo.com>
11822
11823         * mm-decode.el (mm-insert-part): Return decoding success status.
11824         (mm-save-part-to-file): Error if decoding failed.
11825
11826 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * message.el (message-tab): Use indent-relative.
11829         (message-mode): Don't bind indent-line-function to indent-relative.
11830
11831 2001-08-09  Simon Josefsson  <jas@extundo.com>
11832
11833         * message.el (message-get-reply-headers): Fix string. Suggested by
11834         Christoph Conrad <cc@cli.de>.
11835
11836 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11837
11838         * message.el (message-tab): Use the current value of
11839         indent-line-function.
11840         (message-mode): Bind indent-line-function to indent-relative.
11841
11842 2001-08-08  Simon Josefsson  <jas@extundo.com>
11843
11844         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11845         whether `imtest' is installed.
11846
11847 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11849
11850         * gnus-sum.el (gnus-summary-show-article): Call
11851         gnus-summary-update-secondary-secondary-mark.
11852         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11853         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11854
11855 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11858
11859         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11860
11861         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11862         <gerd@gnu.org>.
11863
11864         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11865
11866         * gnus-util.el (gnus-output-to-rmail): Ditto.
11867         (gnus-output-to-mail): Ditto.
11868
11869         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11870
11871 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11872
11873         * message.el (message-indent-citation): Use
11874         `message-yank-cited-prefix' for empty lines.
11875
11876 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11877
11878         * message.el (message-indent-citation): Quote only lines starting
11879         with ">" using `message-yank-cited-prefix'.
11880
11881 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11882         Trivial patch.
11883
11884         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11885         gnus-cache-fully-p.
11886
11887 2001-08-04  Simon Josefsson  <jas@extundo.com>
11888
11889         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11890         file if it doesn't exist (by calling gnus-cache-read-active).
11891
11892 2001-08-04  Simon Josefsson  <jas@extundo.com>
11893
11894         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11895         (gnus-cache-passively-or-fully-p): Removed.
11896         (gnus-cache-fully-p): Fix it.
11897
11898         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11899
11900 2001-08-04  Simon Josefsson  <jas@extundo.com>
11901
11902         * gnus-cache.el (gnus-cache-fully-p)
11903         (gnus-cache-passively-or-fully-p): New functions.
11904         (gnus-cache-possibly-enter-article): Cosmetic change, use
11905         `g-c-p-o-f-p'.
11906         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11907         was bogus (`g-c-p-a-a' does not change active info, just change
11908         the functions parameters).
11909         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11910         not removed in groups that match `gnus-uncacheable-groups'.
11911
11912         Reported and modifications based on discussions with Nuutti
11913         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11914
11915 2001-08-04  Simon Josefsson  <jas@extundo.com>
11916         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11917
11918         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11919         calls `gnus-cache-update-active' if bounds has been extended.
11920
11921 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11924         before remove.
11925         (gnus-mime-security-show-details): Ditto.
11926
11927 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11928
11929         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11930         syntax.  Protect string-match against nil string and regexp.
11931
11932 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11933
11934         * mm-util.el (mm-find-charset-region): Remove control-1.
11935
11936 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11939
11940 2001-08-04  Simon Josefsson  <jas@extundo.com>
11941
11942         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11943         buffer.  Delete MIME-Version header.
11944
11945 2001-08-03  Simon Josefsson  <jas@extundo.com>
11946
11947         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11948         that is entered does not necessarily have the highest article
11949         number in the group, so use `gnus-cache-possibly-alter-active'
11950         instead of `gnus-cache-update-active'.
11951
11952 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11953
11954         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11955
11956 2001-08-03  Simon Josefsson  <jas@extundo.com>
11957
11958         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11959         menu.
11960
11961 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus.el (post-method): New group parameter.  It also provides
11964         the user option `gnus-post-method-alist' and the internal function
11965         `gnus-parameter-post-method'.
11966
11967         * gnus-msg.el (gnus-post-method): Bind the value of
11968         `gnus-post-method' to the group parameter if it is defined.
11969
11970 2001-08-02  Simon Josefsson  <jas@extundo.com>
11971
11972         * smime.el (smime-extra-arguments): Removed.
11973         (smime-call-openssl-region): Don't use it.
11974
11975 2001-08-02  Simon Josefsson  <jas@extundo.com>
11976
11977         * smime.el (smime-sign-region): Handle stderr.
11978         (smime-encrypt-region): Ditto.
11979
11980         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11981         match the ASN.1 length bytes.
11982         (mm-pkcs7-enveloped-magic): Ditto.
11983         (mm-view-pkcs7-get-type): Don't regexp quote.
11984
11985 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986         From Andreas Fuchs <asf@void.at>
11987
11988         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11989
11990 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11991
11992         * gnus-art.el (gnus-header-button-alist): References regexp.
11993
11994 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11995
11996         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11997         already fboundp.  Add INTERACTIVE arg to autoload form.
11998
11999 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12002
12003         * nnmail.el (nnmail-cache-open): Ditto.
12004
12005 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12008
12009 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12012
12013 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12015
12016         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12017         (gnus-agent-toggle-plugged): Use it.
12018
12019 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12020
12021         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12022         (gnus-ding-file-coding-system): New variable.
12023         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12024         (gnus-slave-save-newsrc): Use it.
12025
12026 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12027
12028         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12029         syntax.
12030
12031 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032         Originally from Andreas Fuchs <asf@void.at>
12033
12034         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12035         (mml2015-gpg-pretty-print-fpr): New function.
12036         (mml2015-gpg-extract-signature-details): More details, rename from
12037         `m-g-e-from'.
12038         (mml2015-gpg-verify): Use them.
12039         (mml2015-gpg-clear-verify): Use them.
12040
12041 2001-07-31  Simon Josefsson  <jas@extundo.com>
12042
12043         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12044         buffer when done.
12045
12046 2001-07-30  Simon Josefsson  <jas@extundo.com>
12047
12048         * smime.el (smime-call-openssl-region): Revert previous change,
12049         just pass on buf to `call-process-region'.
12050         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12051         `smime-new-details-buffer'.  Inserts error messages into buffer.
12052         (smime-noverify-region): Ditto.
12053         (smime-decrypt-region): Ditto.  Handles stderr separately.
12054         (smime-verify-buffer, smime-noverify-buffer)
12055         (smime-decrypt-buffer): Doc fix.
12056         (smime-new-details-buffer): New function.
12057         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12058         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12059         (smime-sign-region, smime-encrypt-region): Don't use
12060         `insert-buffer'.
12061
12062         * mml-smime.el (mml-smime-verify): Fix security button strings.
12063
12064 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12065
12066         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12067         gnus-article-mime-handles.
12068
12069 2001-07-29  Simon Josefsson  <jas@extundo.com>
12070
12071         * mail-source.el (top-level): Require message for message-directory.
12072         (mail-source-directory): Change default to message-directory.
12073
12074         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12075         (smime-certificate-directory, smime-openssl-program)
12076         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12077         (smime-extra-arguments): New variable.
12078         (smime-dns-server): Fix customize group.
12079         (smime-call-openssl-region): Use `smime-extra-arguments'.
12080
12081 2001-07-29  Simon Josefsson  <jas@extundo.com>
12082         From Vladimir Volovich <vvv@vsu.ru>
12083
12084         * smime.el (smime-call-openssl-region): Ignore stderr.
12085
12086 2001-07-29  Simon Josefsson  <jas@extundo.com>
12087         From Christoph Conrad <christoph.conrad@gmx.de>
12088
12089         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12090         file.
12091
12092 2001-07-29  Simon Josefsson  <jas@extundo.com>
12093
12094         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12095
12096         Support S/MIME decryption.
12097
12098         * mm-decode.el (mm-inline-media-tests):
12099         (mm-inlined-types):
12100         (mm-automatic-display):
12101         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12102
12103         * mm-view.el (mm-pkcs7-signed-magic):
12104         (mm-pkcs7-enveloped-magic): New variables.
12105         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12106         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12107         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12108         PKCS#7 blobs.
12109
12110         * smime.el (smime-decrypt-region): Expand keyfile.
12111
12112 2001-07-29  Simon Josefsson  <jas@extundo.com>
12113
12114         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12115         `ssl.el' variables.
12116
12117         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12118         but line instead of narrowing to it, because `nnmail-parse-active'
12119         calls widen.  Thanks to Christoph Conrad
12120         <christoph.conrad@gmx.de>.
12121
12122 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12123
12124         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12125         for %B spec.
12126
12127         * gnus-sum.el (gnus-summary-prepare-threads): If
12128         gnus-sum-thread-tree-root is nil, use subject instead.
12129         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12130         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12131         (gnus-sum-thread-tree-leaf-with-other)
12132         (gnus-sum-thread-tree-single-leaf): Documentation.
12133         (gnus-sum-thread-tree-single-indent): Allow nil.
12134
12135 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * message.el (message-fill-paragraph): Do nothing if the user
12138         wants filladapt-mode.
12139
12140 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * mm-decode.el (mm-image-type-from-buffer): New function.
12143         (mm-get-image): Use it.
12144
12145 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12146
12147         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12148
12149         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12150         mm-display-parts too.
12151
12152 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * nnfolder.el (nnfolder-request-accept-article): Bind
12155         nntp-server-buffer.
12156
12157         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12158         nntp-server-buffer.
12159
12160 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12161
12162         * message.el (message-check-news-header-syntax): Use
12163         message-post-method.
12164         (message-send-news): Bind message-post-method.
12165
12166 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * mml.el (mml-tweak-type-alist): New variable.
12169         (mml-tweak-function-alist): New variable.
12170         (mml-tweak-part): New function.
12171         (mml-generate-mime-1): Use it.
12172
12173 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * nnfolder.el (nnfolder-request-accept-article): Replace
12176         nnfolder-request-list.
12177
12178 2001-07-27  Simon Josefsson  <jas@extundo.com>
12179
12180         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12181         nnoo-change-server failed to do it.
12182
12183 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * gnus.el (gnus-parameters): Make it customizable.
12186
12187 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12190
12191         * message.el (message-set-auto-save-file-name): More
12192         poor-system-types.
12193
12194         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12195
12196         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12197         supports +.
12198
12199 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * mm-decode.el (mm-readable-p): New function.
12202         (mm-inline-media-tests): Fix the default testers.
12203
12204 2001-07-26  Simon Josefsson  <jas@extundo.com>
12205
12206         * nnimap.el (nnimap-version): Bump version number.
12207
12208 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12209         From Steven E. Harris <seh@speakeasy.org>
12210
12211         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12212         in M$Windows too.
12213
12214 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12215
12216         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12217
12218 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12221
12222         * mm-decode.el (mm-get-image): Guess then use the type.
12223
12224         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12225
12226 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12227
12228         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12229         display (%B) for threads if threading is off.
12230
12231 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232         From Henrik Enberg <henrik@enberg.org>
12233
12234         * gnus-msg.el: Customization patch.
12235
12236 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12237
12238         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12239         variable.
12240         (nnmail-split-fancy-with-parent): Ignore certain groups.
12241
12242 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12243
12244         * gnus-util.el (gnus-byte-compile): New function.
12245         (gnus-use-byte-compile): New variable.
12246         (gnus-make-sort-function): Use it.
12247
12248         * nnmail.el (nnmail-get-new-mail): Use it.
12249
12250         * gnus-agent.el (gnus-category-make-function): Simple function or
12251         compiled function.
12252         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12253
12254         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12255         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12256         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12257
12258         * message.el (message-check-news-header-syntax): Remove quote.
12259
12260 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * message.el (message-use-mail-followup-to): `t' is not a
12263         documented value.
12264
12265 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12268
12269 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12270
12271         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12272         there are long lines.
12273
12274 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * dgnushack.el (copy-list): New compiler macro.
12277
12278 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * message.el (message-bounce): If no Return-Path, the whole
12281         content is considered as the original message.
12282
12283         * nnml.el (nnml-check-directory-twice): New variable.
12284         (nnml-article-to-file): Use it.
12285         (nnml-retrieve-headers): Hack it.
12286
12287 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * gnus-win.el (gnus-buffer-configuration): New configure.
12290
12291         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12292         not alive.
12293
12294         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12295         (mm-display-external): Use display-term configure.
12296
12297 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12298
12299         * gnus-delay.el (gnus-delay-default-hour): New variable.
12300         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12301
12302 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303         From Karl Kleinpaste <karl@charcoal.com>
12304
12305         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12306         (gnus-summary-prepare-threads): Ditto.
12307
12308         * gnus.el (gnus-summary-line-format): Add %B.
12309
12310 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12313
12314         * mm-util.el (mm-string-as-multibyte): New function.
12315
12316         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12317
12318 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * mm-util.el (mm-universal-coding-system): New variable.
12321
12322         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12323
12324         * score-mode.el (score-mode-coding-system): Use it.
12325
12326 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-start.el (gnus-setup-news): Call
12329         `gnus-check-bogus-newsgroups' just after the native server is
12330         opened.
12331
12332 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12333
12334         * nnmail.el (nnmail-do-request-post): Util function to be used by
12335         `nnchoke-request-post' for all nnmail-derived backends.
12336
12337         * nnml.el (nnml-request-post): Use it.
12338
12339         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12340         backend, for it groks nnml-request-post.
12341
12342         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12343         Treat `mail-post' backends like `mail' backends, not like `news'
12344         backends.
12345
12346 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12347
12348         * gnus-msg.el (gnus-setup-message): make-local-hook.
12349
12350 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12351
12352         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12353         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12354         <karl@charcoal.com>, slightly changed by Kai.
12355
12356         * message.el (message-check-news-header-syntax): When checking
12357         whether the groups exist, check the right server based on
12358         `gnus-post-method'.
12359
12360 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12361
12362         * gnus-delay.el: New file.
12363
12364 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * mm-util.el (mm-read-coding-system): Take two arguments.
12367
12368         * gnus-sum.el (gnus-summary-show-article): Use
12369         mm-read-coding-system.
12370
12371         * gnus-art.el (article-de-quoted-unreadable):
12372         (article-de-base64-unreadable, article-wash-html):
12373         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12374
12375 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12376
12377         * nnml.el (nnml-request-post): New function.  Can be used for
12378         annotations in nnml groups.
12379
12380 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12383         command.
12384
12385         * gnus-start.el (gnus-find-new-newsgroups): Use
12386         `message-make-date' instead of `current-time-string'.
12387         (gnus-ask-server-for-new-groups): Ditto.
12388         (gnus-check-first-time-used): Ditto.
12389
12390 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12393
12394 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12395
12396         * message.el (message-shorten-references): Change `maxcount' and
12397         `cut' to obey USEFOR draft 5.
12398
12399 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12400
12401         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12402         (gnus-summary-set-article-display-arrow): New function.
12403         (gnus-summary-goto-subject): Use it.
12404
12405 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * gnus-sum.el (gnus-summary-import-article): Insert date if
12408         doesn't exist.
12409
12410 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12411
12412         * mml.el (mml-content-type-parameters): New variable.
12413         (mml-content-disposition-parameters): New variable.
12414         (mml-insert-mime-headers): Use them.
12415         (mml-parse-1): Accept charset.
12416
12417 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12418
12419         * gnus-group.el (gnus-group-select-group): Doc fix.
12420
12421         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12422
12423 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12426         to handle `define-derived-mode'.
12427
12428 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12429         From:  Stefan Monnier  <monnier@cs.yale.edu>
12430
12431         * message.el (message-mode): Use define-derived-mode.
12432         (message-tab): message-completion-alist.
12433
12434         * imap.el (imap-interactive-login): Use make-local-variable.
12435         (imap-open): Ditto.
12436         (imap-authenticate): Ditto.
12437
12438         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12439
12440         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12441
12442 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12443
12444         * message.el (message-citation-line-function): Refer to
12445         gnus-cite-attribution-suffix.
12446
12447 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12448
12449         * gnus-art.el,...: Error convention changes.
12450
12451 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12454
12455 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12458         (nnrss-read-server-data): Ditto.
12459
12460 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461
12462         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12463         * Cleanup files.
12464         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12465
12466 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12467
12468         * gnus.el (gnus-summary-line-format): Add %o.
12469
12470         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12471         unless shell outputs something.
12472
12473 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-art.el (gnus-boring-article-headers): Better doc.
12476         (article-hide-headers): Better regexp.
12477         Suggested by Matt Swift <swift@alum.mit.edu>.
12478
12479         * nnheader.el (nnheader-max-head-length): Better doc.
12480         (nnheader-header-value): Skip spaces.
12481         (nnheader-parse-head): Remove space.
12482         Suggested by Matt Swift <swift@alum.mit.edu>.
12483
12484         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12485         (gnus-get-newsgroup-headers): Remove space.
12486
12487 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12488
12489         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12490         (gnus-summary-reply): Use it.
12491         (gnus-summary-reply-broken-reply-to): New function.
12492         (gnus-msg-force-broken-reply-to): New function.
12493
12494         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12495
12496 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12499
12500 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * mm-decode.el (mm-external-terminal-program): New variable.
12503         (mm-display-external): Use it. Use term to display when no
12504         window-system.
12505
12506 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12507
12508         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12509         Browse->Next entries to Browse->Prev
12510
12511 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12512
12513         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12514
12515 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12518         for the default encoding.
12519
12520         * nnrss.el (nnrss-url-field): New field.
12521         (nnrss-request-article): Add newsgroups.
12522
12523         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12524
12525 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12528
12529         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12530         (gnus-draft-setup): Remove backlog.
12531
12532 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12533
12534         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12535         Cleanup.
12536
12537 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12538
12539         * gnus-msg.el (gnus-bug): Erase buffer.
12540
12541         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12542
12543 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * mm-decode.el (mm-attachment-override-p): Fix typo.
12546
12547 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-kill.el (gnus-execute): Work with the extra headers.
12550         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12551
12552 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12555         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12556
12557         * message.el (message-send-mail-real-function): New variable.
12558         (message-send-mail-partially, message-send-mail):
12559
12560         * nngateway.el (nngateway-request-post): Use it.
12561
12562         * gnus-agent.el (gnus-agentize): Use it.
12563
12564         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12565         (nnsoup-revert-variables): Use it.
12566
12567 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12568
12569         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12570         text/plain if the type doesn't match any other media types.
12571         (mm-inlined-types): Doc fix.
12572         (mm-display-inline): Revert previous change (now handled by a
12573         default type in `mm-inline-media-tests'.
12574         (mm-inlinable-p): Revive.
12575         (mm-display-part): Call `mm-inlinable-p'.
12576         (mm-attachment-override-p): Ditto.
12577         (mm-inlined-p): Doc fix.
12578
12579         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12580         well as `mm-inlined-p'.
12581
12582 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12583
12584         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12585         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12586
12587 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588         From  Paul Jarc <prj@po.cwru.edu>
12589
12590         * message.el (message-use-mail-followup-to): New variable.
12591         (message-get-reply-headers): Use it.
12592
12593 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12594
12595         * nnheader.el (nnheader-init-server-buffer): Make sure the
12596         *nntpd* buffer is made multibyte instead of a random buffer.
12597
12598 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12601         when it returns headers.
12602
12603 2001-07-07  Simon Josefsson  <jas@extundo.com>
12604
12605         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12606         trying to fold. Thanks to Colin Walters
12607         <walters@cis.ohio-state.edu>
12608
12609 2001-07-06  Simon Josefsson  <jas@extundo.com>
12610
12611         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12612         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12613         Add information in `assert's.
12614
12615         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12616         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12617         and `nnimap-group-overview-filename', should handle all
12618         change-of-uidvalidity related issues.  But there may be other
12619         problems.)
12620
12621 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12622
12623         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12624         header name when folding.
12625
12626 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12627
12628         * mm-decode.el (mm-inlined-types): Document relationship with
12629         `mm-inline-media-tests'.
12630         (mm-display-inline): Default to displaying as plain text if no
12631         inlining handler is available.
12632         (mm-inlinable-p): Remove.
12633         (mm-inlined-p): Don't call `mm-inlinable-p'.
12634         (mm-automatic-display-p): Ditto.
12635         (mm-attachment-override-p): Ditto.
12636
12637 2001-07-04  Simon Josefsson  <jas@extundo.com>
12638
12639         * nnimap.el (nnimap-importantize-dormant): New variable.
12640         (nnimap-request-update-info-internal): Use it.
12641         (nnimap-request-set-mark): Ditto.
12642
12643 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12644
12645         * nntp.el (nntp-send-command): don't pass a buffer argument to
12646         `point'. Only XEmacs accepts this.
12647         * nntp.el (nntp-send-command-nodelete): ditto.
12648         * nntp.el (nntp-send-command-and-decode): ditto.
12649
12650 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12651
12652         * nntp.el (nntp-open-connection-function): doc update.
12653         * nntp.el (nntp-pre-command): New.
12654         * nntp.el (nntp-via-rlogin-command): New.
12655         * nntp.el (nntp-via-telnet-command): New.
12656         * nntp.el (nntp-via-telnet-switches): New.
12657         * nntp.el (nntp-via-user-name): New.
12658         * nntp.el (nntp-via-user-password): New.
12659         * nntp.el (nntp-via-address): New.
12660         * nntp.el (nntp-via-envuser): New.
12661         * nntp.el (nntp-via-shell-prompt): New.
12662         * nntp.el (nntp-open-telnet-stream): New.
12663         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12664         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12665         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12666         * nntp.el (nntp-send-command): ditto.
12667         * nntp.el (nntp-send-command-nodelete): ditto.
12668         * nntp.el (nntp-send-command-and-decode): ditto.
12669
12670 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12671         Trivial patch.
12672
12673         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12674         `when'.
12675
12676 2001-07-03  Simon Josefsson  <jas@extundo.com>
12677         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12678
12679         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12680
12681 2001-07-03  Simon Josefsson  <jas@extundo.com>
12682
12683         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12684         remove it (workaround XEmacs `fill-region' bug).
12685
12686 2001-07-01  Simon Josefsson  <jas@extundo.com>
12687
12688         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12689
12690 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691
12692         * mml2015.el (mml2015-format-error): New function.
12693         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12694         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12695         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12696
12697 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12698
12699         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12700         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12701
12702         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12703         group variables.
12704
12705 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12708
12709         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12710         (nnrss-save-group-data): Ditto.
12711
12712         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12713
12714 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * message.el (message-do-send-housekeeping): Narrow to headers.
12717
12718 2001-06-24  Simon Josefsson  <jas@extundo.com>
12719
12720         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12721         insertion when breaking lines looked for " \t" instead of "[ \t]".
12722         (rfc2047-encode-message-header): Fold lines even if
12723         no QP encoding is done.
12724
12725 2001-06-23  Simon Josefsson  <jas@extundo.com>
12726         From Samuel Tardieu <sam@inf.enst.fr>
12727
12728         * smime.el (smime-keys): Support additional certificates.
12729         (smime-make-certfiles): New function.
12730         (smime-sign-region): Use previous variables.
12731         (smime-get-certfiles): New function.
12732         (smime-sign-buffer): Use it.
12733         (smime-verify-region): Support both CAfile and CApath.
12734
12735 2001-06-23  Simon Josefsson  <jas@extundo.com>
12736
12737         * smime.el (smime-decrypt-region): Perhaps work.
12738
12739 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12742
12743 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12744
12745         * mm-decode.el (mm-save-part): Rewrite file name.
12746         (mm-file-name-rewrite-functions): New variable.
12747         (mm-file-name-delete-whitespace): New function.
12748         (mm-file-name-trim-whitespace): New function.
12749         (mm-file-name-collapse-whitespace): New function.
12750         (mm-file-name-replace-whitespace): New variable and function.
12751
12752 2001-06-22  Simon Josefsson  <jas@extundo.com>
12753
12754         * message.el (message-make-date): Workaround locale for weekdays.
12755
12756 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * message.el (message-goto-body): Return nil if not found. (revert!)
12759
12760 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12761         From Fremlin <chief@bandits.org>
12762
12763         * message.el (message-goto-body): Some messages have no header.
12764
12765         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12766
12767 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12768
12769         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12770
12771 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12772
12773         * message.el (message-make-date): Add week day.
12774         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12775
12776 2001-06-19  Simon Josefsson  <jas@extundo.com>
12777
12778         * message.el (message-yank-prefix): Doc fix.
12779         (message-yank-cited-prefix): Ditto.
12780         (message-delete-not-region): Keep citation prefix on first line,
12781         if possible and appropriate.
12782
12783 2001-06-19  Simon Josefsson  <jas@extundo.com>
12784
12785         * imap.el (imap-process-connection-type): New variable.
12786         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12787         recent `imtest's work completely (no line length issues), while
12788         making making old `imtest's unusable.  Thanks to NAGY Andras
12789         <nagya@inf.elte.hu> for his work.
12790
12791 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12792
12793         * imap.el (imap-ssl-program): Add -quiet to shut up
12794         OpenSSL/SSLeay's internal debug talk.
12795
12796 2001-06-19  Matt Armstrong  <matt@lickey.com>
12797
12798         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12799         server.
12800
12801 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802
12803         * nnmail.el (nnmail-article-buffer): New variable.
12804         (nnmail-split-incoming): Use it.
12805
12806 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12807
12808         * qp.el (quoted-printable-decode-region): If called interactively,
12809         use coding-system-for-read.
12810
12811 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12812
12813         * message.el (message-check-news-header-syntax): Check Reply-To.
12814
12815 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * mml.el (mml-parse-1): Use message options.
12818
12819         * message.el (message-do-fcc): Don't do anything if there is no
12820         FCC.
12821
12822 2001-06-16  Simon Josefsson  <jas@extundo.com>
12823
12824         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12825         (nnimap-expunge-search-string): New variable.
12826         (nnimap-request-expire-articles): Use it.
12827
12828 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12829
12830         * message.el (message-send-mail-with-qmail): wrong exit status is
12831         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12832
12833 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12834
12835         * gnus-art.el (article-strip-multiple-blank-lines): Use
12836         delete-region instead of replace-match.
12837
12838 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12841         (nnweb-google-wash-article): Ditto.
12842
12843 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12844
12845         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12846
12847 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12850         specs.
12851
12852 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * gnus.el (gnus-email-address): Move it here.
12855
12856         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12857         requested.
12858         (article-de-base64-unreadable): Ditto.
12859         (article-wash-html): Ditto.
12860
12861 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * message.el (message-options-set-recipient): Don't add ", "
12864         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12865
12866 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12869
12870 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12871
12872         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12873         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12874
12875         * nnrss.el (nnrss-node-text): Node might be nil.
12876
12877 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12878
12879         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12880         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12881
12882         * nnrss.el (nnrss-group-alist): More items.
12883
12884 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12887
12888 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12889         Trivial patch from Dale Hagglund  <rdh@best.com>
12890
12891         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12892         restrict clauses.
12893
12894 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         From Benjamin Rutt <brutt+news@bloomington.in.us>
12897
12898         * message.el (message-wide-reply-confirm-recipients): New variable.
12899
12900 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12901         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12902
12903         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12904         fix so it works with XEmacs.
12905
12906 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12907
12908         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12909         headers.
12910
12911 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * nnrss.el: Fix a few bugs.
12914
12915 2001-06-05  Simon Josefsson  <jas@extundo.com>
12916
12917         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12918         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12919
12920 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12921
12922         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12923         binary so that we don't transmit ISO 2022 garbage to the process.
12924         This is needed under XEmacs.
12925
12926 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12927
12928         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12929         autoloaded incorrectly below because ssl-program-* is bound.)
12930         Thanks to Amos Gouaux for report.
12931
12932 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12933
12934         * imap.el (imap-kerberos4-open):
12935         (imap-gssapi-open):
12936         (imap-ssl-open):
12937         (imap-network-open):
12938         (imap-shell-open):
12939         (imap-starttls-open): Set buffer to workaround spurious
12940         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12941         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12942         Colman <colman@ppllc.com> for report.
12943
12944 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12945
12946         * gnus-sum.el (gnus-summary-catchup): New argument.
12947         (gnus-summary-catchup-from-here): New function.
12948
12949 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12950
12951         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12952         back, then insert glyph.  (Before, the glyph was inserted first,
12953         then the newline.)  This works around a behavior in XEmacs where
12954         it is not possible to insert a character after a glyph which is at
12955         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12956
12957 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12958
12959         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12960
12961         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12962         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12963         mm-destroy-postponed-undisplay-list): New functions.
12964         (mm-display-external): Use them.
12965
12966 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12967
12968         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12969         `default-low' when evaluating `gnus-summary-highlight'.
12970         From Raja R Harinath <harinath@cs.umn.edu>.
12971
12972 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12973
12974         * message.el (message-yank-cited-prefix): New variable.
12975         (message-indent-citation): Use it.
12976
12977         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12978         as details.
12979         (mml2015-mailcrypt-clear-verify): Ditto.
12980
12981 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12982         From Nevin Kapur <nevin@jhu.edu>.
12983
12984         * gnus-sum.el (gnus-summary-default-high-score,
12985         gnus-summary-default-low-score): New variables.
12986         (gnus-summary-highlight): Use them.
12987
12988 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12989
12990         * message.el (message-mail): pass the 'send-actions argument to
12991         `message-setup'.
12992
12993 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12994         From Raymond Scholz <ray-2001@zonix.de>
12995
12996         * gnus-art.el (gnus-mime-view-part-as-charset):
12997         (gnus-mime-internalize-part): Doc fixes.
12998
12999 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13000
13001         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13002         status lines without any text ("^215$").
13003
13004 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005
13006         * nnrss.el (nnrss-check-group): Reverse.
13007
13008 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13009
13010         * message.el (message-get-reply-headers):
13011         (message-followup): Fix typo, suggested by David Green
13012         <dgreen@uab.edu>
13013
13014 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13017
13018         * nnrss.el (nnrss-open-server): Read server data when it is called.
13019         (nnrss-request-expire-articles): Fix.
13020
13021 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * message.el (message-do-send-housekeeping): mail-abbrevs may
13024         rename buffer behind Gnus.
13025
13026 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13027
13028         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13029         (nnrss-group-alist): Add more resources.
13030         (nnrss-check-group): Ignore errors.
13031
13032 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13035
13036         * nnslashdot.el (nnslashdot-request-list): Add time.
13037         (nnslashdot-request-expire-articles): New function.
13038
13039         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13040         secondary methods too.
13041
13042 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * message.el (message-use-followup-to): Set default value to t.
13045
13046 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13047
13048         * message.el (message-dont-reply-to-names): Fix documentation.
13049         (message-get-reply-headers): Use Mail-Followup-To only for wide
13050         replies.
13051
13052 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13053
13054         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13055         correctly.
13056         (nnrss-check-group): Use time.
13057
13058 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13059
13060         * gnus.el: Oort Gnus v0.03 is released.
13061
13062 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13065         group.
13066
13067 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13068
13069         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13070
13071 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13072
13073         * nnultimate.el (nnultimate-retrieve-headers): Return all
13074         available headers.
13075
13076         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13077         (gnus-get-newsgroup-headers-xover): Use it.
13078
13079 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13080
13081         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13082
13083 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13084
13085         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13086
13087 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13088
13089         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13090         disable it.
13091
13092         * gnus.el (gnus-info-nodes): Remove a few The's.
13093
13094 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13095
13096         * mail-source.el (mail-source-movemail): Call-process may return a
13097         signal description string.
13098
13099         * gnus-start.el (gnus-read-newsrc-el-file):
13100         gnus-newsrc-file-version may be nil.
13101
13102         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13103         Suggested by Michael Sperber [Mr. Preprocessor]
13104         <sperber@informatik.uni-tuebingen.de>.
13105
13106 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13107
13108         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13109
13110 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13111
13112         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13113         fontify HANDLE.
13114
13115 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13116
13117         * smime.el (smime-ask-passphrase): Rework to return value.
13118         (smime-sign-region): Rework to bind value and use it.
13119         (smime-decrypt-region): Ditto.
13120
13121 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13122         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13123
13124         * smime.el (smime-ask-passphrase): New function.
13125         (smime-sign-region): Use it.
13126         (smime-encrypt-cipher): New variable.
13127         (smime-decrypt-region): Ditto.
13128
13129 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13130         Committed by Simon Josefsson  <simon@josefsson.org>
13131
13132         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13133         the log.
13134
13135 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13136
13137         * gnus.el: Oort Gnus v0.02 is released.
13138
13139 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13140
13141         * gnus.el: Oort Gnus v0.01 is released.
13142
13143 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144
13145         * gnus-sum.el (gnus-summary-highlight): Highlight read
13146         undownloaded articles as read articles.
13147
13148         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13149         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13150         articles, even read ones, as such.
13151
13152         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13153         (gnus-find-matching-articles): New function.
13154         (gnus-summary-limit-include-matching-articles): New command.
13155         (gnus-summary-limit-include-thread): Include articles that have
13156         matching subjects.
13157         (gnus-offer-save-summaries): Clean up.
13158
13159 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13160
13161         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13162
13163 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13164         From Jason Merrill <jason_merrill@redhat.com>
13165
13166         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13167
13168 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13169         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13172         newsgroup names when the original article is a news message.
13173
13174 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13177         supported. Suggest by Jim Meyering <jim@meyering.net>.
13178
13179 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13180         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13181
13182         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13183         regexp in nnmail-split-fancy.
13184
13185 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13186
13187         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13188
13189 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13190
13191         * message.el (message-send-mail): Improve the interaction with the
13192         user.
13193
13194 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13195
13196         * imap.el (imap-message-copy): Work around buggy servers that
13197         doesn't send TRYCREATE tags.
13198
13199 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13202
13203 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13206         date.
13207
13208 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13209
13210         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13211         lives.
13212
13213 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13214
13215         * gnus-art.el (gnus-parse-news-url): New function.
13216         (gnus-button-handle-news): New function.
13217         (gnus-button-alist): Point to new functions.
13218
13219         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13220
13221         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13222         gnus-format-specs.
13223
13224         * message.el (message-check-news-header-syntax): Question even
13225         when Gnus doesn't know the group names.
13226         (message-send-news): Clean up.
13227
13228         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13229         exited on purpose without saving.
13230
13231         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13232
13233 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13234
13235         * gnus-score.el (gnus-score-orphans): Clean up.
13236
13237         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13238
13239         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13240         later.
13241
13242         * gnus-start.el (gnus-close-all-servers): Find the right items to
13243         close.
13244
13245         * qp.el (quoted-printable-decode-region): Just message
13246         malformation; don't quit.
13247
13248 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13249         From Gerd Moellmann <gerd@gnu.org>.
13250
13251         * gnus.el (gnus-interactive): A typo.
13252
13253 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13254         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13255
13256         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13257         `assq-delete-all', if that function exists; otherwise use the old
13258         definition. Documentation changed to match the one in
13259         `assq-delete-all'.
13260
13261 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13262
13263         * gnus-start.el (gnus-close-all-servers): New function.
13264
13265         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13266         (gnus-server-remove-denials): Clean up.
13267
13268         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13269         keystroke.
13270
13271 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13272
13273         * message.el (message-send-news): Message where we are sending.
13274         (message-send-mail): Ditto.
13275
13276         * gnus.el (gnus-server-string): New function.
13277
13278         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13279
13280         * mm-decode.el (mm-default-directory): Customized.
13281         (mm-tmp-directory): Ditto.
13282
13283         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13284         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13285         or Chars.
13286         (gnus-summary-line-format-alist): ?l is now a string.
13287         (gnus-summary-prepare-threads): Output ? for unknown lines.
13288         (gnus-summary-insert-line): Ditto.
13289         (gnus-summary-print-article): Unbalanced parentheses.
13290
13291         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13292         out whether new stuff has arrived.
13293
13294 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13295
13296         * gnus-sum.el: Let printing work on ttys on Emacs.
13297
13298 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13299
13300         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13301         when forcing news.
13302
13303         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13304         command.
13305
13306 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13307
13308         * message.el (message-set-auto-save-file-name): Don't use
13309         asterisks under nt.
13310
13311 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13312
13313         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13314         lists of articles.
13315
13316         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13317
13318         * gnus-msg.el (gnus-put-message): Clean up.
13319         (gnus-summary-reply): Mark all replied-to articles as replied to.
13320         (gnus-inews-add-send-actions): Also mark as forwarded.
13321         (gnus-summary-mail-forward): Mark as forwarded.
13322
13323         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13324         of articles.
13325         (gnus-summary-mark-article-as-forwarded): Ditto.
13326
13327         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13328         forwarded.
13329         (gnus-summary-mail-forward): Clean up.
13330
13331         * gnus.el (gnus-article-mark-lists): Added forward.
13332
13333         * gnus-sum.el (gnus-forwarded-mark): New variable.
13334         (gnus-summary-prepare-threads): Use it.
13335         (gnus-summary-update-secondary-mark): Ditto.
13336         (gnus-newsgroup-forwarded): New variable.
13337
13338 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13339
13340         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13341         (gnus-summary-very-wide-reply): New command and keystroke.
13342         (gnus-summary-very-wide-reply-with-original): Ditto.
13343
13344         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13345         (gnus-score-adaptive): Use it.
13346
13347         * gnus-start.el (gnus-get-unread-articles): Clean up.
13348
13349 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13352         boards.
13353
13354 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13355
13356         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13357         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13358
13359 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13360
13361         * nnultimate.el (nnultimate-retrieve-headers): Understand
13362         long-form month names.
13363
13364 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13365
13366         * gnus-sum.el (gnus-summary-show-all-headers):
13367         gnus-article-show-all-headers is broken. Use
13368         gnus-summary-toggle-header instead.
13369
13370         * mml2015.el (mml2015-gpg-extract-from): No error.
13371
13372 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13374
13375         * mml2015.el (mml2015-gpg-extract-from): New function.
13376         (mml2015-gpg-verify): Use it.
13377         (mml2015-gpg-clear-verify): Use it.
13378
13379 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * message.el (message-setup-fill-variables): Use
13382         fill-paragraph-function.
13383         (message-fill-paragraph): Take an argument.
13384         (message-newline-and-reformat): Take another argument.
13385
13386 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13387
13388         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13389
13390 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13391
13392         * message.el (message-forward): local-variable-p takes an extra
13393         argument in XEmacs.
13394
13395 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13396
13397         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13398         `nnimap-use-nov-p' (it really tested the negative).
13399         (nnimap-retrieve-headers): Use it.
13400
13401 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13402
13403         * message.el (message-generate-headers-first): Update doc.
13404
13405 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13406         Trivial patch.
13407
13408         * gnus.el (gnus-summary-line-format): Typo.
13409
13410 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13411
13412         * mailcap.el (mailcap-mime-data): Add application/sieve.
13413         (mailcap-mime-extensions): Add .siv, .xls.
13414
13415 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416         From Christoph Conrad <christoph.conrad@gmx.de>
13417
13418         * gnus-score.el (gnus-summary-lower-thread): Typo.
13419
13420 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13421
13422         * message.el (message-forward-decoded-p): New variable.
13423         (message-forward-subject-author-subject): Use it.
13424         (message-make-forward-subject): Use it.
13425         (message-forward): Use it.
13426
13427         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13428
13429         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13430         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13431
13432 ;;Has been fixed -- zsh.
13433 ;;2001-03-05  Dave Love  <fx@gnu.org>
13434 ;;
13435 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13436 ;;      Move it after definition of mm-coding-system-p.
13437 ;;
13438 2001-03-01  Dave Love  <fx@gnu.org>
13439
13440         * mm-util.el (mm-inhibit-file-name-handlers): Add
13441         image-file-handler.
13442
13443 2001-02-11  Dave Love  <fx@gnu.org>
13444
13445         * message.el (message-signature-file): Fix doc, :type.
13446
13447 2001-02-08  Dave Love  <fx@gnu.org>
13448
13449         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13450         (message-posting-charset): Defvar when compiling again.
13451         (rfc2047-encodable-p): Require message.
13452
13453         * gnus-sum.el (gnus-alter-articles-to-read-function):
13454         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13455
13456 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * nnrss.el: New file.
13459
13460 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13461         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13464         `skip-chars-forward'.
13465
13466 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * nndraft.el (nndraft-request-group): Restore auto save files if
13469         the original files do not exist.
13470
13471 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13474         SCORE paths.
13475
13476         * mm-decode.el (mm-dissect-buffer): Call
13477         mail-extract-address-components only if necessary.
13478
13479 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13482         directory part.
13483         (gnus-score-search-global-directories): Use file-directory-p.
13484
13485         * gnus-score.el (gnus-score-score-files-1): Use
13486         gnus-kill-files-directory.
13487         From Adrian Aichner <adrian@xemacs.org>.
13488
13489 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * gnus.el (charset): Move here from gnus-sum.el.
13492
13493 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13494
13495         * mml.el (mml-preview): Disable local map.
13496
13497         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13498         gnus-article-post-menu here.
13499
13500         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13501         if it has not been made.
13502
13503 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13504
13505         * gnus-art.el (gnus-article-describe-key): Map key to event.
13506         (gnus-article-describe-key-briefly): Ditto
13507
13508 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13509
13510         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13511
13512 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513         From Katsumi Yamaoka <yamaoka@jpl.org>.
13514
13515         * dgnushack.el (coerce, merge, subseq): defmacro.
13516
13517 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13518
13519         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13520         A fake defalias in nndraft.el results a not-activated bug in
13521         uncompiled versions.
13522
13523 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13524         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13525
13526         * gnus-util.el (gnus-split-references): Handle malformed References:.
13527
13528 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13529
13530         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13531
13532 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533         From NAGY Andras <nagya@inf.elte.hu>.
13534
13535         * gnus.el (gnus-parameters): Typo.
13536
13537 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13538
13539         * gnus.el (gnus-read-method): Remove redundancy.
13540
13541 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13542
13543         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13544         (nnslashdot-request-list): Use it.
13545
13546 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13547
13548         * nnml.el (nnml-generate-active-info): Fix the case when there is
13549         no file.
13550
13551         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13552         (gnus-summary-create-article): New function.
13553
13554         * gnus-group.el (gnus-group-mark-article-read): New function.
13555
13556         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13557
13558         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13559
13560 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13561
13562         * gnus-art.el (gnus-article-edit-done): Don't use
13563         gnus-article-edit-exit.
13564         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13565
13566         * gnus.el (gnus-parameters): New variable.
13567         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13568         (gnus-parameters-get-parameter): New function.
13569         (gnus-group-find-parameter): Use it.
13570
13571 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13572
13573         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13574         change of default value to `current'.
13575
13576 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * nneething.el (nneething-get-head): Insert unreadable file too.
13579
13580 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13583
13584         * webmail.el (webmail-type-definition): Deja is bought by google.
13585
13586 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13587
13588         * gnus-sum.el (gnus-fetch-headers): New function.
13589         (gnus-select-newsgroup): Use it.
13590         (gnus-summary-insert-articles): New function.
13591         (gnus-summary-insert-old-articles): New function.
13592         (gnus-summary-insert-new-articles): New function.
13593
13594         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13595         (gnus-group-list-active): Ditto.
13596         * gnus-sum.el (gnus-set-mode-line): Ditto.
13597         (gnus-summary-read-group-1): Ditto.
13598
13599 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600
13601         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13602         current topic.
13603
13604 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13605
13606         * smiley.el (gnus-smiley-display): Don't do widening.
13607
13608         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13609         within body.
13610
13611         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13612
13613         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13614         New variable.
13615         (gnus-mime-display-multipart-related-as-mixed): New variable.
13616         (gnus-mime-display-part): Use them.
13617
13618 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13619
13620         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13621         something special.
13622
13623 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13626         (nnweb-request-article): Call reference if exists.
13627         (nnweb-type-definition): Dejanews is bought by google.com.
13628         Beta!
13629
13630 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13631
13632         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13633
13634 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13635
13636         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13637         gnus-article-sort-functions.
13638         (gnus-article-sort-functions): Doc fix.  Refer to
13639         gnus-thread-sort-functions.
13640
13641 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642         From Paul Jarc <prj@po.cwru.edu>.
13643
13644         * message.el (message-get-reply-headers): More fixes.
13645
13646 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13647         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13648
13649         * message.el (message-get-reply-headers): Fix bug with
13650         Mail-Followup-To/to-address interaction.
13651
13652 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13655         gnus-article-copy.
13656
13657 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13658
13659         * message.el (message-do-send-housekeeping): Rename to a better
13660         name.
13661
13662 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13663
13664         * message.el (message-cancel-news): Check article first, then ask
13665         yes or no.
13666
13667 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13668
13669         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13670
13671 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * gnus-range.el (gnus-range-normalize): New function.
13674
13675 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13676
13677         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13678
13679 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13682
13683         * nnagent.el (nnagent-request-regenerate): New function.
13684
13685         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13686
13687         * nnml.el (nnml-generate-nov-databases): Accept argument
13688         server. Don't open server if it is opened.
13689         (nnml-request-regenerate): Use it. Change to deffoo.
13690
13691 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13692         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13693
13694         * gnus.el (gnus-define-group-parameter): Fix.
13695
13696 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13697
13698         * gnus.el (gnus-define-group-parameter): Improved.
13699
13700         * gnus-sum.el (charset): Define parameter.
13701         (ignored-charsets): Ditto.
13702         (gnus-summary-setup-default-charset): Use them.
13703
13704         * gnus-start.el (gnus-read-descriptions-file): Use them.
13705
13706         * gnus-cus.el (gnus-group-parameters): Remove them.
13707
13708 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13711
13712 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13713
13714         * gnus-sum.el (gnus-summary-read-group-1): Remove
13715         gnus-summary-set-local-parameters.
13716         (gnus-summary-setup-buffer): Put it here.
13717
13718 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * gnus.el (to-address): Define parameter.
13721         (to-list): Ditto.
13722         * gnus-art.el (article-hide-boring-headers): Use them.
13723         * gnus-msg.el (gnus-post-news): Ditto.
13724         * gnus-cus.el (gnus-group-parameters): Remove them.
13725
13726 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13727
13728         * gnus-draft.el (gnus-draft-reminder): New function.
13729
13730         * gnus-art.el (gnus-sender-save-name): New function.
13731
13732 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13733
13734         * mm-util.el (mm-mime-charset): Error message.
13735
13736 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737
13738         * message.el (message-check-news-body-syntax): Don't check mml lines.
13739
13740 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13741
13742         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13743         subscribe.
13744
13745         * gnus-start.el (gnus-call-subscribe-functions): New function.
13746         (gnus-find-new-newsgroups): Use it.
13747         (gnus-ask-server-for-new-groups): Use it.
13748         (gnus-check-first-time-used): Use it.
13749         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13750         (gnus-subscribe-options-newsgroup-method): Ditto.
13751         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13752         return .
13753
13754 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13755
13756         * gnus-cus.el (gnus-score-customize): Doc fix.
13757
13758 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13759
13760         * dgnushack.el (my-getenv): Typo.
13761
13762 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13763
13764         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13765
13766 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13767
13768         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13769
13770         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13771         (gnus-treatment-function-alist): Use it.
13772         (article-remove-leading-whitespace): New function.
13773         (gnus-article-make-menu-bar): Use it.
13774
13775         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13776         remove-leading-whitespace.
13777         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13778         because of conflict.
13779
13780 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * Makefile.in: Hack generating gnus-load.el.
13783         * dgnushack.el: Ditto.
13784         * gnus-load.el: Remove it.
13785
13786 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * dgnushack.el : Add URLDIR.
13789
13790         * Makefile.in (EMACS_COMP): Ditto.
13791
13792 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13793
13794         * gnus-cus.el (gnus-score-customize): Error on no score file.
13795
13796 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * mm-decode.el (mm-merge-handles): New function.
13799
13800         * mm-view.el (mm-inline-message): Use it.
13801         (mm-view-message): Ditto.
13802
13803         * mm-partial.el (mm-inline-partial): Ditto.
13804
13805         * mm-extern.el (mm-inline-external-body): Ditto.
13806
13807         * gnus-art.el (gnus-mime-view-part): Ditto.
13808         (gnus-mime-view-part-as-type): Ditto.
13809         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13810         cases.
13811
13812 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13813
13814         * message.el (message-cancel-news): Allow to shoot foot.
13815         (message-supersede): Ditto.
13816
13817 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13818         Trivial patch.
13819
13820         * gnus-sum.el (gnus-simplify-subject-re): Use
13821         message-subject-re-regexp.
13822
13823 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * nnmail.el (nnmail-expiry-target-group): Bind
13826         nnmail-cache-accepted-message-ids to nil.
13827
13828         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13829         coding system.
13830
13831 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * qp.el (quoted-printable-encode-region): Make sure characters are
13834         between 00 and FF.  Don't check charset.
13835
13836         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13837         in Emacs 20.
13838         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13839
13840 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13841
13842         * message.el (message-make-forward-subject): Argument decoded.
13843         (message-forward): Use it when digest.
13844
13845         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13846         buffer.
13847
13848 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13849
13850         * message.el (message-generate-headers-first): Doc fix.
13851
13852 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13853
13854         * gnus-art.el (article-make-date-line): Error proof.
13855
13856 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13857
13858         * gnus-group.el (gnus-group-listing-limit): New variable.
13859         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13860
13861         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13862
13863 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13864
13865         * message.el (message-newline-and-reformat): Special case for
13866         breaking at BOL.
13867
13868 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13869
13870         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13871         message/rfc822.
13872
13873 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13874
13875         * message.el (message-encode-message-body): Don't insert
13876         Content-Type if it is inside a mail.
13877
13878 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13879
13880         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13881         gnus-article-commands-menu.
13882
13883         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13884         in Emacs.
13885
13886         * gnus-start.el (gnus-read-descriptions-file): Use
13887         gnus-group-name-charset and gnus-group-charset-alist.
13888
13889 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13890
13891         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13892         active region.
13893
13894         * gnus-start.el (gnus-group-change-level): Remove from both
13895         gnus-zombie-list and gnus-killed-list.
13896
13897 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13900         gnus-subscribe-topics.
13901
13902         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13903
13904 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * gnus-art.el (gnus-article-make-menu-bar): Make
13907         gnus-article-post-menu.
13908
13909         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13910
13911         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13912
13913         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13914
13915         * message.el (message-mode-menu): Ditto.
13916
13917         * gnus-art.el (defvar): eval-when-compile.
13918
13919 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13920
13921         * gnus-agent.el (gnus-agentize): Fix doc.
13922
13923 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13924
13925         * mml.el (mml-preview): Bind `q'.
13926
13927 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13928
13929         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13930
13931 2001-01-31  Dave Love  <fx@gnu.org>
13932
13933         * mm-util.el (mm-mime-mule-charset-alist)
13934         (mm-find-mime-charset-region): Consider mule-utf-8.
13935
13936 2001-01-31  Dave Love  <fx@gnu.org>
13937
13938         * gnus-art.el (gnus-article-x-face-command)
13939         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13940         :version.
13941
13942 2001-01-26  Dave Love  <fx@gnu.org>
13943
13944         * mm-util.el (mm-multibyte-string-p): New.
13945
13946 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13947 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13948 ;;      string-as-multibyte on class.  Clarify line-folding.
13949         (quoted-printable-encode-string): Make temp buffer inherit
13950         string's multibyteness.
13951
13952 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13953
13954         * nnheader.el (toplevel): Don't require `gnus-util' at
13955         compile-time; this creates a circular dependency, and prevents
13956         a bootstrap.
13957
13958 2001-01-22  Andreas Schwab  <schwab@suse.de>
13959
13960         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13961
13962 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13963
13964         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13965
13966         * gnus-art.el (article-hide-list-identifiers): Ditto.
13967
13968         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13969
13970 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13971
13972         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13973
13974         * gnus-art.el (article-hide-list-identifiers): Similar.
13975
13976 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13977
13978         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13979
13980 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13981
13982         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13983
13984 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13985
13986         * gnus-util.el (gnus-string-equal): New function.
13987
13988         * gnus-art.el (article-hide-boring-headers): Use it.
13989
13990 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13991
13992         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13993
13994 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13997
13998 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13999
14000         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14001         command if there is not last-saver.
14002
14003 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004
14005         * nntp.el (nntp-open-connection): 201 is possible.
14006
14007 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14008
14009         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14010         (rfc2047-charset-encoding-alist): Add big5.
14011
14012 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14013
14014         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14015         (gnus-agent-remove-server): Ditto.
14016         (autoload): gnus-server-update-server.
14017
14018         * gnus-srvr.el (gnus-server-line-format): Add %a.
14019         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14020         (gnus-server-insert-server-line): Use it.
14021
14022 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14025         GB2312 and Big5.
14026
14027 2001-01-24  Simon Josefsson  <sj@extundo.com>
14028
14029         * mail-source.el (mail-sources): Add :program specifier to IMAP
14030         mail source.
14031         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14032
14033 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14034
14035         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14036
14037 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14038
14039         * nntp.el (nntp-wait-for): Return the success code.
14040         (nntp-open-connection): Use it.
14041
14042 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14043
14044         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14045
14046 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14047
14048         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14049
14050 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051
14052         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14053         argument. Allow to print several articles in one file.
14054
14055 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14056
14057         * webmail.el (webmail-type-definition): netaddress changes.
14058
14059 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14060
14061         * gnus.el: Fix copyright. Remove trailing spaces.
14062
14063         * message.el (message-forward): Use mule4.
14064
14065 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14066
14067         * mm-util.el (mm-string-as-unibyte): New function.
14068
14069         * message.el (message-forward): Use it.
14070
14071 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14072
14073         * message.el (message-cite-original-without-signature): Don't peel
14074         off the blank line.
14075         (message-get-reply-headers): Add Cc if it is not in follow-to.
14076
14077 2001-01-20  Simon Josefsson  <sj@extundo.com>
14078
14079         * mm-decode.el (mm-handle-multipart-from): Add.
14080         (mm-dissect-buffer): Save From: header value.
14081         (mm-security-from): Remove.
14082         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14083
14084         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14085         instead of `mml-security-from'.  Protect null from value.
14086
14087 2001-01-20  Simon Josefsson  <sj@extundo.com>
14088
14089         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14090         application/vnd.ms-excel attachments.
14091
14092 2001-01-19  Simon Josefsson  <sj@extundo.com>
14093
14094         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14095
14096 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * message.el (message-ignored-mail-headers): Ditto.
14099
14100 2001-01-19  Simon Josefsson  <sj@extundo.com>
14101
14102         * message.el (message-ignored-news-headers): Only search beginning
14103         of line.
14104
14105 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14106         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14107
14108         * message.el (message-send-mail): Content-Type may not be there.
14109
14110 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14111
14112         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14113         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14114
14115         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14116         not.
14117
14118 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14119
14120         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14121         non-native groups.
14122
14123 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * message.el (message-yank-original): Understand
14126         universal-argument.
14127
14128 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14129
14130         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14131         (article-hide-boring-headers): Ditto.
14132
14133         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14134
14135 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14138         one.
14139
14140 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14141
14142         * message.el (message-make-in-reply-to): Add comment to message-id
14143         (old syntax, see 2000-08-02 change).
14144
14145 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14148         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14149         (gnus-button-reply): Ditto.
14150
14151 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-art.el (article-display-x-face): Fix.
14154
14155 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * gnus-art.el (article-display-x-face): Use
14158         gnus-original-article-buffer.
14159
14160 2001-01-15  Jack Twilley  <jmt@tbe.net>
14161
14162         * message.el (message-add-header): Move to point-max.
14163
14164 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14165
14166         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14167         nil, improve documentation.
14168         (smime-certificate-directory): Comment out false hints (until it
14169         is implemented).
14170
14171         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14172         there aren't any keys.
14173         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14174         verify certificate.  Default is changed to only check integrity.
14175         Improved security status texts.  If a certificate doesn't contain
14176         a email address, don't fail.
14177
14178         * smime.el (smime-noverify-region):
14179         (smime-noverify-buffer): New functions.  Verifies integrity only.
14180
14181 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14182
14183         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14184
14185 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14186
14187         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14188         (gnus-remove-some-windows): Ditto.
14189
14190 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * gnus-art.el (article-make-date-line): 11th.
14193
14194 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14197         (mml2015-gpg-sign): Ditto.
14198
14199 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14200
14201         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14202         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14203
14204 2001-01-08  Dave Love  <fx@gnu.org>
14205
14206         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14207         single character.
14208
14209         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14210
14211         * message.el: Doc and message fixes.
14212         (message-send-rename-function)
14213         (message-make-forward-subject-function)
14214         (message-send-mail-function, message-reply-to-function)
14215         (message-wide-reply-to-function, message-followup-to-function)
14216         (message-distribution-function, message-auto-save-directory): Fix
14217         :type.
14218
14219         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14220         proceeding after warnings.  Amend multipart warning message.
14221
14222 2001-01-04  Dave Love  <fx@gnu.org>
14223
14224         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14225         compiling.
14226         (gnus-make-directory): Require nnmail.
14227
14228         * mm-decode.el (mm-inline-media-tests): Add
14229         image/x-portable-bitmap.
14230         (mm-get-image): Grok pbm.
14231
14232 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14233
14234         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14235
14236 2001-01-09  Didier Verna  <didier@xemacs.org>
14237
14238         * dgnushack.el (dgnushack-compile): give a dummy value to
14239         `gnus-xmas-glyph-directory' for the time of compilation.
14240         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14241         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14242         * gnus-art.el: ditto.
14243         * gnus-group.el: ditto.
14244         * gnus-salt.el: ditto.
14245         * gnus-sum.el: ditto.
14246         * gnus-topic.el: ditto.
14247         * gnus-xmas.el (gnus-xmas-define): see above.
14248         * gnus-xmas.el (gnus-xmas-redefine): see above.
14249         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14250         non-continuable error when the directory can't be found.
14251
14252 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14253
14254         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14255         handle.
14256         * gnus-art.el (gnus-mime-view-part): Copy it.
14257         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14258
14259 2001-01-09  Michael Downes  <mjd@ams.org>
14260
14261         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14262
14263 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14264
14265         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14266         orig-file. Use ',source.
14267
14268 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14269
14270         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14271         (gnus-xmas-group-startup-message):
14272         Detect gnus-xmas-glyph-directory when it is nil.
14273
14274 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14275
14276         * pop3.el (pop3-get-message-count): Andrew Innes
14277         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14278
14279 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14280
14281         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14282
14283         * time-date.el (time-to-number-of-days): New function.
14284
14285 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14286         Trivial patch.
14287
14288         * nnslashdot.el (nnslashdot-request-list): Always get the right
14289         sid.
14290
14291 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * message.el (message-minibuffer-local-map): New keymap.
14294         (message-read-from-minibuffer): Use it.
14295         * gnus-msg.el (gnus-summary-resend-message): Use it
14296
14297 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14298
14299         * gnus-start.el (gnus-display-time-event-handler): New function.
14300         (gnus-after-getting-new-news-hook): Use it.
14301
14302 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14303
14304         * message.el (message-ignored-mail-headers): Add draft header.
14305
14306 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14307
14308         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14309         excursion.
14310
14311         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14312
14313 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14314         A revoked patch.
14315
14316         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14317
14318 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14319
14320         * qp.el (quoted-printable-decode-region): Don't backward-char.
14321
14322 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14323
14324         * gnus-draft.el: Mark articles as replied.
14325
14326         * gnus-sum.el (gnus-summary-add-mark): New function.
14327
14328         * gnus-group.el (gnus-add-mark): New function.
14329
14330         * gnus-sum.el (gnus-summary-buffer-name): New function.
14331         (gnus-summary-setup-buffer): Use it.
14332
14333         * gnus-draft.el: Set things up with the right post method and
14334         stuff.
14335
14336         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14337
14338         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14339
14340         * gnus.el (gnus-draft-meta-information-header): New variable.
14341
14342 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14343
14344         * gnus-art.el (gnus-treatment-function-alist): Move the date
14345         functions before the header sorting functions.
14346
14347         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14348
14349         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14350         Don't (push "/usr/share/emacs/site-lisp" load-path).
14351
14352         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14353         to empty fill prefixes.
14354
14355 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14356
14357         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14358         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14359
14360 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14361
14362         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14363
14364         * nnml.el (autoload): Move to nnheader.el.
14365
14366         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14367         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14368         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14369         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14370
14371 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14372
14373         * gnus-art.el (article-make-date-line): Get the hours right.
14374         (gnus-ignored-headers): More hiding.
14375
14376         * nnmail.el (nnmail-expiry-wait): Not an integer.
14377
14378         * message.el (message-goto-body): Only expand abbrev when called
14379         interactively.
14380         (message-make-lines): Use it.
14381
14382 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14383
14384         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14385
14386 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14389         include the expunged articles.
14390
14391         * gnus-group.el (gnus-group-sort-by-server): New function.
14392
14393         * gnus.el (gnus-method-to-server-name): New function.
14394         (gnus-group-prefixed-name): Use it.
14395
14396         * gnus-group.el (gnus-group-sort-function): Doc fix.
14397         (gnus-group-sort-groups-by-server): New command.
14398
14399 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14400
14401         * gnus-art.el (gnus-treat-date-english): New variable.
14402         (article-date-english): New command.
14403         (gnus-english-month-names): New variable.
14404         (article-make-date-line): Do 'english.
14405
14406         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14407         after the fill prefix.
14408
14409         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14410         score...".
14411
14412         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14413
14414         * message.el (message-mode-map): Bind comment-region.
14415
14416         * gnus-art.el (gnus-mime-display-part): Let w3 display
14417         multipart/related.
14418
14419         * mm-bodies.el (mm-long-lines-p): New function.
14420         (mm-body-encoding): Use it.
14421         (mm-body-encoding): Encode articles with lines longer than 1000
14422         characters.
14423
14424 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14425
14426         * mm-util.el (mm-enable-multibyte): Use
14427         default-enable-multibyte-characters.
14428         (mm-enable-multibyte-mule4): Ditto.
14429         (mm-disable-multibyte): Test XEmacs.
14430         (mm-disable-multibyte-mule4): Ditto.
14431         (mm-with-unibyte-current-buffer): Simplified.
14432         (mm-with-unibyte-current-buffer-mule4): Ditto.
14433
14434 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14435
14436         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14437
14438         * nnheader.el (nnheader-string-as-multibyte): New alias.
14439
14440         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14441
14442         * gnus-uu.el (gnus-message-process-mark): New function.
14443         (gnus-uu-mark-by-regexp): Use it.
14444         (gnus-new-processable): New function.
14445
14446 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14447          Trivial patch.
14448
14449         * gnus-sum.el (gnus-no-mark): New variable.
14450
14451 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14452
14453         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14454         backslashes.
14455
14456 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14459         definition.
14460
14461 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14462
14463         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14464
14465         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14466         XEmacs.
14467
14468 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14469         Trivial patch.
14470
14471         * mml.el (mml-read-tag): Save tag location.
14472
14473 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14474
14475         * starttls.el: Sync with Emacs 21.
14476
14477 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * message.el (message-mail): Support yank-action.
14480
14481         * message.el (message-setup): Revoke the last change.
14482
14483 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14484
14485         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14486         <jvromans@squirrel.nl>.
14487
14488 2000-12-24  Simon Josefsson  <sj@extundo.com>
14489
14490         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14491         mailing list junk at end of part.
14492
14493 2000-12-23  Simon Josefsson  <sj@extundo.com>
14494
14495         * nnimap.el (nnimap-expiry-target): New function.
14496         (nnimap-request-expire-articles): Use it.
14497
14498 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14499
14500         * gnus.el (gnus-group-parameters-more): New variable.
14501         * gnus-cus.el (gnus-group-customize): Use it.
14502
14503         * gnus.el (gnus-define-group-parameter): New macro.
14504         (auto-expire): Use it
14505         (total-expire): Use it.
14506         * gnus-art.el (banner): Use it.
14507
14508         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14509         <ljz@asfast.com>.
14510
14511 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14512
14513         * gnus-topic.el (gnus-topic-create-topic): Use list.
14514
14515         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14516         before binding gnus-default-article-saver.
14517
14518         * gnus-sum.el (gnus-summary-save-article):
14519         (gnus-summary-pipe-output):
14520         (gnus-summary-save-article-mail):
14521         (gnus-summary-save-article-rmail):
14522         (gnus-summary-save-article-file):
14523         (gnus-summary-write-article-file):
14524         (gnus-summary-save-article-body-file): Ditto.
14525
14526         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14527
14528 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14529
14530         * gnus-art.el (gnus-mime-security-button-map):
14531         (gnus-mime-button-map): Add parent.
14532
14533 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14534
14535         * messagexmas.el (message-xmas-redefine): New function.
14536
14537         * message.el: Use it.
14538
14539         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14540
14541         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14542
14543 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14544
14545         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14546         malformatted messages.
14547
14548 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14549
14550         * mm-util.el (mm-image-load-path): New function.
14551
14552         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14553
14554         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14555
14556         * message.el (message-tool-bar-map): Use it.
14557
14558         * Makefile.in (install-el): New rule.
14559
14560 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-art.el (article-treat-dumbquotes): Quote \.
14563
14564 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14565
14566         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14567         Emacs 20 runs on a terminal.
14568
14569 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14570
14571         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14572
14573         * mml.el (gnus-add-minor-mode): Autoload.
14574
14575         * message.el (message-forward): Save-restriction.
14576
14577 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14578
14579         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14580         Paul Stevenson <p.stevenson@surrey.ac.uk>
14581
14582 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14583
14584         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14585
14586         * mml.el (gnus-ems): Don't require.
14587
14588         * gnus.el (gnus-decode-rfc1522): Removed.
14589         (gnus-set-text-properties): Define.
14590
14591 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14592
14593         * gnus-art.el (gnus-mime-*): handle may be nil.
14594
14595         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14596
14597         * gnus.el (gnus-group-remove-excess-properties): Not defined
14598         in gnus-xmas.
14599
14600 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14601
14602         * message.el (message-mail-user-agent): Add :version.
14603
14604 2000-12-21  Miles Bader  <miles@gnu.org>
14605
14606         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14607
14608 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * message.el (message-mail-user-agent): New variable.
14611         (message-setup): Renamed to message-setup-1. Support
14612         mail-user-agent.
14613         (message-mail-user-agent): New function.
14614         (message-mail): Use it.
14615         (message-reply): Use it.
14616         (message-resend): Use it.
14617         (message-mail-other-window): Use it.
14618         (message-mail-other-frame): Use it.
14619
14620         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14621
14622 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14623
14624         * message.el (message-tool-bar-map): Simplify.
14625         (message-narrow-to-head-1): New function.
14626         (message-narrow-to-head): Use it.
14627         (message-reply): Ditto.
14628         (message-cancel-news): Ditto.
14629         (message-supersede): Ditto.
14630         (message-make-forward-subject): Ditto.
14631         (message-bounce): Ditto.
14632
14633 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14634
14635         * uudecode.el (uudecode-decode-region-external): make-temp-file
14636         may not be defined.
14637
14638         * binhex.el (defalias): eval-and-compile.
14639
14640         * message.el (message-tool-bar-map): New function.
14641         (message-mode): Use it.
14642
14643 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14644
14645         * nntp.el (nntp-find-connection): Remove the entry.
14646         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14647
14648 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14649
14650         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14651
14652         * message.el (message-forward): Copy buffer in unibyte mode.
14653
14654 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14655
14656         * message.el (message-make-forward-subject): Don't widen. Decode.
14657         (message-forward): Don't decode subject.
14658
14659 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14660
14661         * qp.el (quoted-printable-encode-region): Upcase QP.
14662
14663 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14664
14665         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14666         mail-extract-a-c instead. Don't depend on Gnus.
14667
14668         * mml.el (gnus-ems): Require it.
14669
14670         * gnus-msg.el (gnus-summary-mail-forward):
14671
14672         * message.el (message-forward):  Move mime-to-mml here.
14673
14674 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14677         * gnus-art.el (gnus-insert-mime-button): Simplify.
14678         (gnus-mime-display-alternative): Ditto.
14679         (gnus-insert-mime-security-button): Ditto.
14680
14681 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14682
14683         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14684         text-property-not-all doesn't return nil when start=mark(end).
14685         (gnus-remove-text-properties-when): Ditto.
14686
14687 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14688
14689         * gnus-start.el (gnus-group-change-level): Remove group from
14690         gnus-active-hashtb if real killed.
14691
14692 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14693
14694         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14695         (gnus-mime-display-alternative): Ditto.
14696         (gnus-insert-mime-security-button): Ditto.
14697
14698 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14699
14700         * gnus-start.el (gnus-group-change-level): Don't add it into
14701         killed-list if it was killed.
14702
14703 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14706         (nnmbox-active-file-coding-system): Ditto.
14707
14708         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14709
14710 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14711
14712         * gnus.el (gnus-version):
14713         (gnus-version-number): Set to Oort Gnus 0.01.
14714
14715         * gnus-art.el (gnus-mime-security-button-map):
14716         (gnus-insert-mime-security-button): Fix for Emacs21.
14717
14718 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14719
14720         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14721         easymenu, because XEmacs doesn't understand :help.
14722
14723         * mm-uu.el: Require binhex.
14724
14725 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14726
14727         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14728
14729 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14730
14731         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14732
14733 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14734
14735         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14736
14737 2000-12-18  Dave Love  <fx@gnu.org>
14738
14739         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14740         (unused).
14741
14742 2000-12-13  Miles Bader  <miles@gnu.org>
14743
14744         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14745         to t, so that we don't get stuck while trying to smilefy
14746         intangible text.
14747
14748 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14749
14750         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14751         at the end of the buffer.
14752         (smiley-region): In the loop, move to the end of the submatch
14753         matching the smiley instead of using the end of the match
14754         of the whole regexp.
14755
14756 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14757
14758         * message.el (message-mode): Doc fix.
14759
14760 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14761
14762         * smiley-ems.el (smiley-region): Doc fix.
14763
14764 2000-12-11  Miles Bader  <miles@gnu.org>
14765
14766         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14767         bottom line visible, check to see if it's partially obscured, and
14768         if so, either scroll one more line to make it fully visible, or
14769         revert to showing the second line from the top.
14770
14771 2000-12-07  Dave Love  <fx@gnu.org>
14772
14773         * mailcap.el (mailcap-download-directory)
14774         * gnus-audio.el (gnus-audio-directory)
14775         * smiley-ems.el (smiley-data-directory): Fix :type.
14776
14777 2000-11-30  Dave Love  <fx@gnu.org>
14778
14779         * message.el (message-auto-save-directory): Use
14780         file-name-as-directory.
14781         (message-set-auto-save-file-name): Create
14782         message-auto-save-directory if necessary.
14783         (message-replace-chars-in-string): Removed -- unused.
14784         (message-mail-alias-type): Customize.
14785         (message-headers): Remove duplicate defgroup.
14786
14787 2000-11-29  Dave Love  <fx@gnu.org>
14788
14789         * qp.el (quoted-printable-decode-region): Use error, not message
14790         to report malformed text (like base64).  Amend message.
14791
14792 2000-11-29  Miles Bader  <miles@gnu.org>
14793
14794         * message.el (message-header-lines): Fontify tag.
14795
14796 2000-11-27  Dave Love  <fx@gnu.org>
14797
14798         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14799         compiler warning.
14800
14801 ;2000-11-26  Dave Love  <fx@gnu.org>
14802 ;
14803 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14804 ;
14805 2000-11-23  Dave Love  <fx@gnu.org>
14806
14807         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14808
14809         * mm-uu.el (uudecode): Require.
14810         (uudecode-decode-region, uudecode-decode-region-external): Don't
14811         autoload.
14812         (mm-uu-copy-to-buffer): Doc fix.
14813         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14814         type fix.
14815
14816         * mailcap.el: Doc fixes.
14817         (mailcap-mime-data): Various adjustments.
14818         (mailcap): New group.
14819         (mailcap-download-directory): Customize.
14820         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14821         (mailcap-temporary-directory): Deleted (unused).
14822         (mailcap-unescape-mime-test): Simplify slightly.
14823         (mailcap-viewer-passes-test): Use functionp.
14824         (mailcap-command-p): Aliased to executable-find.
14825
14826         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14827         default-enable-multibyte-characters is nil.
14828
14829 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14830
14831         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14832
14833 2000-11-21  Dave Love  <fx@gnu.org>
14834
14835         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14836         gnus-article-mode-map.
14837 ;       (gnus-mime-button-menu): Use mouse-set-point.
14838         (gnus-insert-mime-button, gnus-mime-display-alternative)
14839         (gnus-mime-display-alternative): Don't use local-map property.
14840
14841 2000-11-17  Dave Love  <fx@gnu.org>
14842
14843         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14844         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14845         and make-temp-file.
14846         (uudecode-decode-region): Doc fix.
14847
14848 2000-11-14  Dave Love  <fx@gnu.org>
14849
14850         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14851         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14852         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14853         New files, derived from the XPMs.
14854
14855 2000-11-10  Dave Love  <fx@gnu.org>
14856
14857         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14858         (gnus-agent-lib-file, gnus-agent-load-alist)
14859         (gnus-agent-save-alist, gnus-agent-article-name): Use
14860         expand-file-name.
14861
14862         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14863         :version.
14864         (nnkiboze-score-file): Defvar when compiling.
14865
14866         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14867
14868         * gnus-art.el (gnus-article-banner-alist)
14869         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14870         (gnus-article-date-lapsed-new-header)
14871         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14872         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14873         (gnus-treat-strip-headers-in-body)
14874         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14875         (gnus-treat-translate): Add :version.
14876         (gnus-article-mime-part-function): Fix defcustom.
14877
14878         * nnmail.el (nnmail-expiry-target)
14879         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14880         (nnmail-split-header-length-limit): Add :version.
14881
14882         * gnus-sum.el (gnus-auto-expirable-marks)
14883         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14884         (gnus-extra-headers, gnus-ignored-from-addresses)
14885         (gnus-newsgroup-ignored-charsets)
14886         (gnus-group-highlight-words-alist)
14887         (gnus-summary-show-article-charset-alist): Add :version.
14888
14889         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14890         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14891         files, converted from the XPMs.
14892
14893         * gnus-cache.el (gnus-cache-active-file): Don't use
14894         file-name-as-directory on directory.
14895         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14896         use file-name-as-directory on directory.
14897
14898         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14899         (date-to-time): Use it.
14900
14901 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14902 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14903 ;       (message-newline-and-reformat): Likewise.
14904         (message-forward-as-mime, message-forward-ignored-headers)
14905         (message-buffer-naming-style, message-default-charset)
14906         (message-dont-reply-to-names, message-send-mail-partially-limit):
14907         Add :version.
14908
14909         * mm-util.el: Doc fixes.
14910         (mm-mime-charset): Don't use the raw result of
14911         mm-preferred-coding-system.
14912         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14913         (mm-with-unibyte): Simplify.
14914
14915         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14916         concat.
14917
14918         * pop3.el (pop3-version): Deleted.
14919         (pop3-make-date): New function, avoiding message-make-date.
14920         (pop3-munge-message-separator): Use it.
14921
14922 2000-11-09  Dave Love  <fx@gnu.org>
14923
14924         * gnus-group.el (gnus-group-make-directory-group)
14925         (gnus-group-fetch-faq): Use expand-file-name.
14926         (gnus-group-fetch-faq): Simplify completing-read form.
14927
14928         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14929         test for Mule.
14930
14931         * message.el (tool-bar-map): Defvar when compiling.
14932
14933         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14934         (gnus-tm-lisp-directory): Deleted.
14935         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14936         (featurep 'xemacs).
14937         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14938         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14939         version numbers from file names.
14940
14941 2000-11-08  Dave Love  <fx@gnu.org>
14942
14943         * mm-view.el: Use featurep for XEmacs test.
14944         (mm-inline-message): Test for `remove-specifier'; don't use
14945         condition-case.
14946
14947         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14948
14949         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14950         (gnus-score-find-bnews): Don't concat "".
14951
14952         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14953         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14954         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14955         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14956
14957         * gnus-sum.el: Put some defvars in eval-when-compile.
14958         (gnus-summary-mode-hook): Add :options.
14959         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14960         (gnus-summary-tool-bar-map): New variable.
14961         (gnus-summary-make-tool-bar): New function.
14962         (gnus-summary-mode): Put kill-all-local-variables first.
14963
14964         * gnus-group.el (gnus-group-toolbar-map): New variable.
14965         (gnus-group-make-tool-bar): Rewritten.
14966         (gnus-group-mode): Put kill-all-local-variables first.
14967
14968         * rfc2047.el: Require gnus-util.
14969
14970         * nnml.el (gnus-sorted-intersection): Autoload.
14971
14972         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14973         Put some defvars in eval-when-compile.
14974         (gnus-intersection, gnus-sorted-complement):  Autoload.
14975
14976         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14977
14978         * mm-encode.el (mm-body-7-or-8): Autoload.
14979
14980         * mm-decode.el (mm-insert-inline): Autoload.
14981
14982         * mml.el:
14983         * message.el: Put some defvars in eval-when-compile.
14984
14985         * gnus-msg.el: Put some defvars in eval-when-compile.
14986         (gnus-msg-mail): Move after gnus-setup-message.
14987
14988         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14989
14990 2000-11-07  Dave Love  <fx@gnu.org>
14991
14992         * gnus-util.el (nnheader): Don't require message (recursive
14993         autoload).
14994
14995         * uudecode.el: Avoid compiler warnings.
14996
14997         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14998         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14999
15000 2000-11-06  Dave Love  <fx@gnu.org>
15001
15002         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15003
15004         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15005         (uudecode-char-int): New alias, replacing char-int.
15006         (uudecode-decode-region): Don't call buffer-disable-undo.
15007
15008 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15009 ;       (mm-uu-configure-list): Doc fix.
15010 ;
15011 ;       * earcon.el (running-xemacs): Don't define.
15012 ;
15013 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15014 ;
15015 ;       * message.el (message-font-lock-keywords): Match a final newline
15016 ;       to help font-lock's multiline support.
15017 ;
15018 2000-11-03  Dave Love  <fx@gnu.org>
15019
15020         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15021
15022         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15023         name.
15024
15025         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15026         <banner>: Fix custom type, doc.
15027
15028         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15029         name.  Don't disable undo explicitly.
15030
15031 ;2000-11-02  Dave Love  <fx@gnu.org>
15032 ;
15033 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15034 ;       cite-prefix.
15035
15036 2000-11-01  Dave Love  <fx@gnu.org>
15037
15038         * rfc2047.el (base64): Require unconditionally.
15039         (message-posting-charset): Defvar when compiling.
15040         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15041         message.
15042
15043         * gnus-sum.el (nnoo): Require.
15044         (mm-uu-dissect): Autoload.
15045
15046         * mml.el (mml-parse-1): Clarify message.
15047         (mml-minibuffer-read-type): Use mailcap-mime-types.
15048
15049 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15050
15051         * mml.el: Fix a typo in the requiring of CL.
15052
15053 2000-11-01  Dave Love  <fx@gnu.org>
15054
15055         * utf7.el: Require cl when compiling.
15056
15057         * binhex.el: Use (featurep 'xemacs).
15058         (binhex-char-int): New alias, replacing char-int.  Change callers.
15059         (binhex-decode-region): Simplify work buffer code.
15060         (binhex-decode-region-external): Use expand-file-name, not concat.
15061
15062 2000-10-30  Dave Love  <fx@gnu.org>
15063
15064         * gnus-art.el: Fix 2000-10-27 change properly.
15065
15066 2000-10-28  Miles Bader  <miles@gnu.org>
15067
15068         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15069
15070 2000-10-27  Dave Love  <fx@gnu.org>
15071
15072         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15073         strings.
15074         (gnus-group-make-tool-bar): New function.
15075         (gnus-group-mode): Use it.
15076
15077         * message.el (message-mode-menu): Add some :help strings.
15078         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15079         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15080
15081         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15082         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15083         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15084
15085         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15086         display-graphic-p here.
15087
15088 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15089
15090         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15091         of the `gnus-xemacs' variable, as the latter has been removed.
15092         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15093         * gnus-art.el (gnus-treat-display-xface)
15094         (gnus-treat-display-smileys, gnus-treat-display-picons)
15095         (gnus-article-read-summary-keys): Likewise.
15096
15097 2000-10-26  Dave Love  <fx@gnu.org>
15098
15099         (defvar): Use rmail-spool-directory unconditionally.
15100
15101 2000-10-18  Dave Love  <fx@gnu.org>
15102
15103         * mm-bodies.el (mm-uu-decode-function)
15104         (mm-uu-binhex-decode-function): Defvar when compiling.
15105
15106         * gnus-nocem.el (gnus-nocem-issuers): Update.
15107         (gnus-nocem-check-from): New option.
15108         (gnus-nocem-scan-groups): Use it.
15109         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15110         (gnus-nocem-check-article-limit): Add :version.
15111
15112 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15113
15114         * ietf-drums.el (mm-util): Require CL when compiling.
15115
15116 2000-10-15  Dave Love  <fx@gnu.org>
15117
15118         * qp.el: Require mm-util.
15119
15120 2000-10-13  Dave Love  <fx@gnu.org>
15121
15122         * qp.el (quoted-printable-decode-region): Avoid invalid
15123         coding-systems.
15124
15125 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15126
15127         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15128         to a recursive load.
15129
15130 2000-10-12  Dave Love  <fx@gnu.org>
15131
15132         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15133
15134         * gnus.el (gnus-group-startup-message): Check for PBM image.
15135
15136 2000-10-09  Dave Love  <fx@gnu.org>
15137
15138         * mail-source.el (mail-source-fetch-imap): Bind
15139         default-enable-multibyte-characters rather than using
15140         mm-disable-multibyte.
15141
15142 2000-10-05  Dave Love  <fx@gnu.org>
15143
15144         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15145         Autoload.
15146         (quoted-printable-decode-region):  Rename arg which confused
15147         charset with coding-system.  Don't use nonascii-insert-offset.
15148         Coding-system encode the region initially.  Don't recognize `=='
15149         as valid QP.  Coding-system decode the region finally.
15150         (quoted-printable-decode-string): Rename arg which confused
15151         charset with coding-system.
15152
15153         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15154         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15155         mm-encode-coding-region.
15156         (mm-decode-body, mm-decode-string): Rename variables which
15157         confused charset with coding-system.
15158         (binhex-decode-region): Don't autoload.
15159         (mm-body-encoding): Require message.
15160         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15161         cond branches.
15162
15163         * gnus-art.el (article-de-quoted-unreadable)
15164         (article-de-base64-unreadable): Fold search case
15165         rather than downcasing string.  Apply mm-charset-to-coding-system
15166         to arg of quoted-printable-decode-region.
15167
15168 2000-10-04  Dave Love  <fx@gnu.org>
15169
15170         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15171         Require ring when compiling.
15172         (gnus-article-compface-xbm): New variable.
15173
15174 2000-10-04  Dave Love  <fx@gnu.org>
15175
15176         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15177         pbm images.
15178
15179         * frown.pbm, smile.pbm, wry.pbm: New files.
15180
15181         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15182
15183 2000-10-03  Dave Love  <fx@gnu.org>
15184
15185         * mail-source.el (mail-sources): Revert to nil.
15186
15187         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15188
15189         * qp.el: Don't require mm-util.
15190         (quoted-printable-decode-region): Rewritten.
15191         (quoted-printable-decode-string, quoted-printable-encode-region):
15192         Doc fix.
15193         (quoted-printable-encode-region): Barf on multibyte characters.
15194         Maybe make the class multibyte.  Upcase chars, not formatted
15195         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15196         (quoted-printable-encode-string): Don't use
15197         mm-with-unibyte-buffer.
15198
15199 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15200
15201         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15202
15203 2000-09-21  Dave Love  <fx@gnu.org>
15204
15205         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15206         (for Emacs 20).  Tidy somewhat.
15207
15208 2000-09-21  Dave Love  <fx@gnu.org>
15209
15210         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15211         image processing.  Rationalize logic somewhat.
15212
15213 2000-09-20  Dave Love  <fx@gnu.org>
15214
15215         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15216         specifically.
15217
15218         * gnus.el (gnus-version-number): Avoid some redundant
15219         autoloads.
15220
15221 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15222
15223         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15224         to XBM; we always have PBM support.
15225
15226 2000-09-14  Dave Love  <fx@gnu.org>
15227
15228         * gnus.el (gnus-charset):
15229         * mm-decode.el (mime-display):
15230         * imap.el (imap) <defgroup>: Add :version.
15231
15232 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15233
15234         * parse-time.el: Fix author's mail address.
15235
15236         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15237         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15238         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15239         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15240         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15241         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15242         * rfc2231.el, uudecode.el: Fix copyright notice.
15243
15244         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15245         require `w3' at load-time only if not running in batch mode.
15246
15247 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus.el: Before merge with Emacs21.
15250
15251 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15252
15253         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15254
15255 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15256
15257         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15258         to avoid conflict with the standard `back-to-indentation'
15259         binding.
15260
15261 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15262
15263         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15264
15265         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15266         (mm-disable-multibyte-mule4): Ditto.
15267         (mm-with-unibyte-current-buffer-mule4): Ditto.
15268
15269 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15270
15271         * pop3.el (pop3-movemail): Use binary.
15272         (pop3-movemail-file-coding-system): Removed.
15273
15274 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15275
15276         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15277
15278 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15279
15280         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15281         exists.
15282
15283 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15284
15285         * gnus-msg.el (gnus-post-method): Use backend name when the
15286         address is "".
15287
15288 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15291         mm-verify-option.
15292         (gnus-treat-x-pgp-sig): Default value.
15293         (gnus-ignored-headers): Redundant.
15294
15295 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15296
15297         * gnus-win.el (gnus-configure-frame): Save selected window.
15298
15299 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15300
15301         * nnmbox.el: Require gnus-range.
15302         (nnmbox-group-building-active-articles): New variable.
15303         (nnmbox-group-active-articles): New variable; this is a cache of
15304         all active articles by group and number.
15305         (nnmbox-in-header-p): New function.
15306         (nnmbox-find-article): New function.
15307         (nnmbox-record-active-article): New function.
15308         (nnmbox-record-deleted-article): New function.
15309         (nnmbox-is-article-active-p): New function.
15310         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15311         (nnmbox-request-article): Ditto.  Also supply extra arg to
15312         nnmbox-article-group-number.
15313         (nnmbox-request-expire-articles): Ditto.
15314         (nnmbox-request-move-article): Ditto.
15315         (nnmbox-request-replace-article): Ditto.
15316         (nnmbox-request-rename-group): Rename group entry in active
15317         article cache.
15318         (nnmbox-delete-mail): Update active article cache, unless article
15319         is being replaced.
15320         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15321         than partially duplicating it.
15322         (nnmbox-article-group-number): Add extra `this-line' arg, to
15323         handle articles belonging to multiple groups.
15324         (nnmbox-save-mail): Update active article cache.
15325         (nnmbox-read-mbox): Build active article cache when loading mbox.
15326         Also do some repair work, if we find articles that are missing the
15327         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15328         reconstruct these from Xref info.
15329
15330 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15331
15332         * mail-source.el (mail-source-report-new-mail): Use
15333         nnheader-run-at-time.
15334
15335 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15336
15337         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15338         an error is thrown, and then rethrow the error.
15339         (mail-source-check-pop): Ditto.
15340         (mail-source-start-idle-timer): Prevent multiple pop checks
15341         running if the check takes a long time.
15342
15343 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15344
15345         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15346         succeed.
15347
15348 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15349
15350         * gnus-win.el (gnus-configure-windows): Make sure
15351         nntp-server-buffer is live.
15352         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15353
15354 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15355
15356         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15357
15358 2000-12-04  Andreas Jaeger  <aj@suse.de>
15359
15360         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15361
15362 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15363
15364         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15365
15366 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15367         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15368
15369         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15370
15371 2000-12-01  Simon Josefsson  <sj@extundo.com>
15372
15373         * mml-smime.el (mml-smime-verify): Fix address parsing.
15374
15375 2000-12-01  Simon Josefsson  <sj@extundo.com>
15376
15377         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15378         more than one certificate inside PKCS#7 blob.  Better security
15379         information (clamed / actual sender, openssl output, certificates
15380         inside message).
15381
15382         * smime.el (smime-verify-region): Output to /dev/null.
15383         (smime-buffer-as-string-region): Don't parse empty lines.
15384
15385 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386
15387         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15388         ?d and ?D.
15389         (gnus-mime-security-show-details-inline): New variable.
15390         (gnus-mime-security-show-details): Use them.
15391         (gnus-insert-mime-security-button): Ditto.
15392
15393         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15394         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15395         (mml2015-gpg-clear-verify): Ditto.
15396         (mml2015-gpg-decrypt-1): Ditto.
15397         (mml2015-use): Prefer 'gpg.
15398
15399 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15400
15401         * gnus-util.el (gnus-add-text-properties-when): New function.
15402         (gnus-remove-text-properties-when): Ditto.
15403
15404         * gnus-cite.el (gnus-article-hide-citation): Use them.
15405         (gnus-article-toggle-cited-text): Use them.
15406
15407         * gnus-art.el (gnus-signature-toggle): Use them.
15408         (gnus-article-show-hidden-text): Ditto.
15409         (gnus-article-hide-text): Ditto.
15410
15411 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15412
15413         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15414
15415 2000-11-30  Simon Josefsson  <sj@extundo.com>
15416
15417         * smime.el (smime-point-at-eol): New alias.
15418         (smime-buffer-as-string-region): Use it.
15419
15420 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15421
15422         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15423
15424 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15425
15426         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15427
15428         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15429
15430         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15431
15432 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15433
15434         * nnmh.el (nnmh-request-expire-articles): Implemented
15435         expiry-target for nnmh backend.
15436
15437 2000-11-30  Simon Josefsson  <sj@extundo.com>
15438
15439         * mm-decode.el (mm-security-from): New variable.
15440         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15441
15442         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15443         than `from'.
15444
15445 2000-11-30  Simon Josefsson  <sj@extundo.com>
15446
15447         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15448         address match sender address.
15449
15450         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15451
15452         * smime.el (smime-verify-region): Don't copy buffer.
15453         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15454         (smime-pkcs7-region): New function.
15455         (smime-pkcs7-certificates-region): Ditto.
15456         (smime-pkcs7-email-region): Ditto.
15457         (smime-buffer-as-string-region): Ditto.
15458
15459         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15460         buffer.
15461
15462 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15463
15464         * smime.el (smime-decrypt-region): Fix keyfile argument.
15465
15466 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15467
15468         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15469
15470 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15471
15472         * message.el (message-shoot-gnksa-feet): New variable.
15473         (message-gnksa-enable-p): New function.
15474         (message-send): Use it.
15475         (message-check-news-body-syntax): Ditto.
15476
15477 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * message.el (message-make-message-id): Remove the redundancy.
15480
15481 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15482
15483         * message.el (message-setup): Discourage using mc-install-*-mode.
15484
15485         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15486
15487 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15488
15489         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15490
15491 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15492
15493         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15494
15495 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15496
15497         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15498
15499 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15500
15501         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15502         insert-buffer-substring.
15503
15504         * message.el (message-send-mail): Use buffer-substring-no-properties.
15505         (message-send-news): Ditto.
15506
15507 2000-11-22  David Edmondson  <dme@dme.org>
15508
15509         * imap.el (imap-wait-for-tag): Message read info.
15510
15511 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15512
15513         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15514         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15515         (mml2015-gpg-encrypt): Ditto.
15516
15517 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15518
15519         * mm-decode.el (mm-verify-option): Default value.
15520
15521         * mml-sec.el (mml-secure-part): Error message.
15522
15523 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15524
15525         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15526
15527 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15528
15529         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15530
15531 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15532
15533         * gnus-art.el (gnus-article-describe-key): Use prompt.
15534         (gnus-article-describe-key-briefly): Ditto.
15535
15536 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15537
15538         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15539
15540 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * gnus-art.el (gnus-article-describe-key): New function.
15543         (gnus-article-describe-key-briefly): New function.
15544
15545 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15546
15547         * mm-decode.el (mm-decrypt-option): Doc typo.
15548
15549         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15550         return a number.
15551
15552 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * message.el (message-newline-and-reformat): Typo.
15555
15556 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15557
15558         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15559         original-article-buffer exists.
15560
15561         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15562         (rfc2047-header-encoding-alist): Addresses are different from text.
15563         (rfc2047-encode-message-header): Ditto.
15564         (rfc2047-dissect-region): Extra parameter.
15565         (rfc2047-encode-region): Ditto.
15566         (rfc2047-encode-string): Ditto.
15567
15568 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15569
15570         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15571         (mm-uu-pgp-encrypted-extract): Use it.
15572         (mm-uu-pgp-signed-extract-1): New function.
15573         (mm-uu-pgp-signed-extract): Use it.
15574
15575         * gnus-art.el (gnus-mime-display-security): New function.
15576         (gnus-mime-display-part): Use it.
15577         (gnus-mime-security-verify-or-decrypt): New function.
15578         (gnus-mime-security-press-button): New function.
15579         (gnus-insert-mime-security-button): Use it.
15580
15581         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15582         (mm-find-raw-part-by-type): Ditto.
15583         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15584         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15585         (mm-destroy-parts): Kill nested multibyte buffer.
15586
15587         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15588         (mml2015-gpg-verify): Ditto.
15589
15590 2000-11-18  Simon Josefsson  <sj@extundo.com>
15591
15592         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15593         (mml2015-function-alist): Use it.
15594
15595         * mml-sec.el (mml-sign-alist): Update names.
15596         (mml-encrypt-alist): Ditto.
15597         (mml-secure-part-smime-sign): Moved to mml-smime.el
15598         as `mml-smime-sign-query'.
15599         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15600         `mml-smime-get-file-cert'.
15601         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15602         `mml-smime-get-dns-cert'.
15603         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15604         `mml-smime-encrypt-query'.
15605         (mml-smime-sign-buffer): Use mml-smime-sign.
15606         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15607
15608         * mml-smime.el (mml-smime-sign): New function.
15609         (mml-smime-encrypt):
15610         (mml-smime-sign-query):
15611         (mml-smime-get-file-cert):
15612         (mml-smime-get-dns-cert):
15613         (mml-smime-encrypt-query): Moved from mml-sec.el.
15614
15615 2000-11-16  Simon Josefsson  <sj@extundo.com>
15616
15617         * mml2015.el (mml2015-gpg-clear-verify): New function.
15618         (mml2015-function-alist): Add it.
15619
15620 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15621
15622         * message.el (message-setup-fill-variables): Use
15623         message-cite-prefix-regexp.
15624         (message-newline-and-reformat): Check the end of citation, leading
15625         WSP, break in the cite prefix.
15626         (message-fill-paragraph): New function.
15627
15628 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15629
15630         * lpath.el: Shut up.
15631
15632 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15633
15634         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15635         raw 8-bit in headers in dk.* newsgroups.
15636
15637 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15638
15639         * message.el (message-newline-and-reformat): Match extra WSPs.
15640
15641 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15642
15643         * mml.el (mml-generate-mime-1): Ignore ascii.
15644
15645 2000-11-16 Justin Sheehy  <justin@iago.org>
15646
15647         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15648
15649 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15650
15651         * message.el (message-cite-prefix-regexp): Prefix should not end
15652         at space.
15653
15654 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15655
15656         * message.el (message-mode-syntax-table): Add - as a word
15657         constituent as in articles.
15658         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15659         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15660         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15661
15662 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15663
15664         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15665
15666 2000-11-12  David Edmondson  <dme@dme.org>
15667
15668         * message.el (message-font-lock-keywords): use
15669         message-cite-prefix-regexp.
15670
15671 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15672
15673         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15674         Stein Arild Str\e,Ax\e(Bmme.
15675         (gnus-group-jump-to-group): Use it.
15676         (gnus-group-jump-to-group-prompt): Customize.
15677
15678 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15679
15680         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15681
15682 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15683
15684         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15685         incompatible.
15686         (mml2015-mailcrypt-sign): Ditto.
15687
15688 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15689
15690         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15691         group is open.
15692
15693 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15694
15695         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15696         nnvirtual articles.
15697         (gnus-backlog-request-article): Don't request nnvirtual articles.
15698
15699 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15700
15701         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15702         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15703
15704 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15705
15706         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15707         * mml.el (mml-generate-mime-1): Use charset attribute.
15708         * mm-bodies.el (mm-encode-body): Add parameter charset.
15709         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15710
15711 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15712
15713         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15714         (mml2015-mailcrypt-clear-decrypt): Ditto.
15715         (mml2015-mailcrypt-verify): Ditto.
15716         (mml2015-mailcrypt-clear-verify): Ditto.
15717         (mml2015-gpg-verify): Ditto.
15718
15719 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15720
15721         * smime.el (smime-openssl-program): Test the existence of openssl.
15722         * mml-smime.el: Require mm-decode.
15723         (mml-smime-verify-test): New function.
15724         * mm-decode.el (mm-verify-function-alist): Use it.
15725
15726 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15727
15728         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15729         anyway.
15730
15731 2000-11-13  Simon Josefsson  <sj@extundo.com>
15732
15733         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15734         verification doesn't work.
15735
15736 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15737
15738         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15739         (gnus-inews-do-gcc): Use it.
15740
15741 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15742
15743         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15744         leading space.
15745         * mm-extern.el (mm-inline-external-body): Report error when no
15746         access-type.
15747
15748 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15749
15750         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15751
15752 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15753
15754         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15755
15756 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15757
15758         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15759         as multipart/mixed.
15760
15761 2000-11-12  David Edmondson  <dme@dme.org>
15762
15763         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15764         and replace `.' with `\w' to allow for different syntax tables
15765         (from Vladimir Volovich).
15766         * message.el (message-newline-and-reformat): use
15767         `message-cite-prefix-regexp'.
15768         * gnus-cite.el (gnus-supercite-regexp): use
15769         `message-cite-prefix-regexp'.
15770         * gnus-cite.el (gnus-cite-parse): use
15771         `message-cite-prefix-regexp'.
15772
15773 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15774
15775         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15776         PGP SIGNATURE.  Escape leading "-"'s.
15777         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15778
15779 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15780
15781         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15782
15783 2000-11-11  Simon Josefsson  <sj@extundo.com>
15784
15785         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15786
15787         * smime.el (smime-details-buffer): New variable.
15788         (smime-sign-region):
15789         (smime-encrypt-region):
15790         (smime-verify-region):
15791         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15792
15793         * mml-smime.el (mml-smime-verify): Support security info.
15794
15795 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15796
15797         * mm-decode.el (mm-verify-option): Set default to nil.
15798         (mm-decrypt-option): Ditto.
15799         * gnus-art.el (article-verify-x-pgp-sig): New function.
15800
15801 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15802
15803         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15804         preferred part.
15805
15806 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15807
15808         * gnus-sum.el (gnus-move-split-methods): Say that
15809         `gnus-split-methods' uses file names, whereas this uses group
15810         names.  (Report from Nevin Kapur)
15811
15812 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15813
15814         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15815
15816 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15817
15818         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15819         (nnheader-directory-articles): Use it.
15820         (nnheader-article-to-file-alist): Ditto.
15821
15822 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15823
15824         * rfc2047.el (rfc2047-pad-base64): New function.
15825         (rfc2047-decode): Use it.
15826
15827 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15828
15829         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15830         select method.
15831
15832 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15833
15834         * mml2015.el (mml2015-gpg-decrypt-1):
15835         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15836
15837 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15838
15839         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15840
15841 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15842
15843         * pop3.el (pop3-munge-message-separator): A message may have an
15844         empty body.
15845
15846 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15847
15848         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15849         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15850         (mm-uu-pgp-signed-extract): Use coding-system.
15851
15852 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15853
15854         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15855         (gnus-insert-mime-security-button): New function.
15856         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15857         * mml2015.el:  Add security info when verify or decrypt.
15858         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15859         (mm-uu-pgp-encrypted-extract): Ditto.
15860
15861 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15862
15863         * mm-decode.el (mm-display-parts): New function.
15864         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15865
15866 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15867
15868         * gnus-mlspl.el: Documentation tweaks.
15869
15870 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15871
15872         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15873         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15874         argument.
15875
15876 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15877
15878         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15879
15880 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15881
15882         * gnus-art.el (gnus-article-encrypt): New function.
15883         (gnus-article-encrypt-protocol-alist): New variable.
15884         (gnus-article-encrypt-protocol): New variable.
15885         * mml2015.el (mml2015-self-encrypt): New function.
15886         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15887
15888 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15889
15890         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15891         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15892         let mailcap do it.
15893         * mml2015.el: Remove snarf code.
15894         * mm-decode.el: Remove snarf code.
15895
15896 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15897
15898         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15899         (mml-insert-mime): Understand gnus-decoded.
15900         (mime-to-mml): New parameter handles.
15901         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15902         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15903
15904 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15905
15906         * mm-decode.el (mime-security): New group.
15907         (mm-verify-function-alist): Add test function.
15908         (mm-decrypt-function-alist): Ditto.
15909         (mm-snarf-option): Set default value as nil.
15910         (mm-find-part-by-type): Recursive parameter.
15911         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15912         * mml2015.el: Support draft-ietf-openpgp-multsig.
15913
15914 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15915
15916         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15917         (gnus-article-view-part-as-charset): New function.
15918
15919 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15920
15921         * mm-decode.el (mm-verify-option): Default value.
15922         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15923
15924 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15925
15926         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15927
15928 2000-11-05  Simon Josefsson  <sj@extundo.com>
15929
15930         * mml-smime.el (mml-smime-verify): Work in original multipart
15931         buffert.
15932
15933         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15934         (mm-handle-multipart-ctl-parameter): Ditto.
15935         (mm-alist-to-plist): New function.
15936         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15937         for multiparts.
15938         (mm-destroy-parts): Destroy multipart buffert.
15939         (mm-remove-part): Ditto.
15940
15941         * mml-smime.el (mml-smime-sign): Not used.
15942         (mml-smime-encrypt): Ditto.
15943
15944         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15945
15946         Verify S/MIME signature support.
15947
15948         * mm-decode.el (mm-inline-media-tests): Add
15949         application/{x-,}pkcs7-signature.
15950         (mm-inlined-types): Ditto.
15951         (mm-automatic-display): Ditto.
15952         (mm-verify-function-alist): Ditto.  Add name of method.
15953         (mm-decrypt-function-alist): Add name of method.
15954         (mm-find-part-by-type): Add documentation.
15955         (mm-possibly-verify-or-decrypt): Use new format of
15956         mm-{verify,decrypt}-function-alist.  Use method names.
15957
15958         * mml-smime.el (mml-smime-verify): New function.
15959
15960 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15961
15962         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15963
15964 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15965
15966         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15967         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15968         * mm-decode.el (mm-snarf-option): New variable.
15969
15970 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15971
15972         * mm-util.el (mm-subst-char-in-string): New function.
15973         (mm-replace-chars-in-string): Use it.
15974         * message.el (message-replace-chars-in-string): Use it.
15975         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15976         * gnus-mh.el (mh-lib-progs): Shut up.
15977
15978 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15979
15980         * base64.el, md5.el: Moved to contrib directory.
15981
15982 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15983
15984         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15985         the last article when search.
15986
15987 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15988
15989         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15990         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15991
15992 2000-09-29  David Edmondson  <dme@thus.net>
15993
15994         * message.el (message-newline-and-reformat): Typo.
15995
15996 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15997
15998         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15999
16000 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16001
16002         * nntp.el (nntp-decode-text): Delete bogus status lines.
16003
16004 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16005
16006         * message.el (message-font-lock-keywords): Match a final newline
16007         to help font-lock's multiline support.
16008
16009 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16010
16011         * nnoo.el (nnoo-set): New function.
16012
16013 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16014
16015         * gpg.el, gpg-ring.el: Moved to contrib directory.
16016
16017 2000-11-04  Simon Josefsson  <sj@extundo.com>
16018
16019         * nnimap.el (nnimap-split-inbox): Typo.
16020
16021 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16022
16023         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16024
16025 2000-11-03  Simon Josefsson  <sj@extundo.com>
16026
16027         * rfc2231.el (rfc2231-parse-qp-string): New function.
16028         (require): rfc2047.
16029
16030         * mail-parse.el (mail-header-parse-content-type):
16031         (mail-header-parse-content-disposition): Support invalid QP
16032         encoded strings, by using `rfc2231-parse-qp-string'.
16033
16034 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16035
16036         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16037         (rfc2231-decode-encoded-string): Typo "> X 1".
16038         (rfc2231-encode-string): Insert the name of charset.
16039         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16040
16041 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16042
16043         * mm-decode.el (mm-save-part): Return the filename.
16044         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16045         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16046         (gnus-mime-action-alist): Use it.
16047         (gnus-mime-button-commands): Use it.
16048         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16049         (mm-inline-external-body): unwind-protect.
16050
16051 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16052
16053         * gnus-art.el (gnus-insert-mime-button): Show url.
16054
16055 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16056
16057         * mml.el (mml-generate-mime-1): Support external url.
16058         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16059
16060 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16061
16062         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16063         * mm-decode.el (mm-display-external): Ditto.
16064         * mm-extern.el: New file.
16065         * mm-decode.el (mm-inline-media-tests): Hook it up.
16066         (mm-inlined-types): Inline message/external-body.
16067
16068 2000-11-02  Simon Josefsson  <sj@extundo.com>
16069
16070         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16071
16072         * message.el (message-get-reply-headers): Better handling when
16073         Mail-Followup-To is very large.
16074
16075 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16076
16077         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16078         * gnus-art.el (gnus-article-edit-done):
16079         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16080         counting code here.
16081         * gnus-msg.el (gnus-setup-message): Remove a hack.
16082
16083 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16084
16085         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16086         (gnus-summary-mode): Make them local variables.
16087         (gnus-set-global-variables): Globalize them.
16088         (gnus-summary-exit): Kill them.
16089
16090 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16091
16092         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16093         word.
16094
16095 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16096
16097         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16098         gnus-article-wash-types.
16099         * gnus-art.el (gnus-article-wash-status): Use them.
16100
16101 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16102
16103         * mml.el (mml-read-tag): Remove spaces and LF.
16104
16105 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16106
16107         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16108         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16109
16110 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16111
16112         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16113
16114 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16115
16116         * gnus-sum.el (gnus-article-charset): New variable.
16117         (gnus-summary-display-article): Set it.
16118         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16119         * gnus-art.el (gnus-article-mode): Make it local variable.
16120
16121 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16124
16125 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126
16127         * nnwfm.el: New file.
16128
16129         * nnweb.el (nnweb-replace-in-string): New function.
16130
16131 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16132
16133         * mml2015.el: Wrap gpg.el.
16134         * gpg.el (gpg-verify): The last argument of apply is a list.
16135         (gpg-encrypt): Add passphrase as a parameter.
16136
16137 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16138
16139         * gpg.el: New file.
16140         * gpg-ring.el: New file.
16141
16142 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16143
16144         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16145
16146 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16149         double-quote characters.
16150         (gnus-summary-prepare-threads): Ditto.
16151
16152 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16153
16154         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16155         * mml.el (mml-read-tag): Don't skip the leading space.
16156         * lpath.el (font-lock-set-defaults): Shut up.
16157
16158 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16159
16160         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16161
16162 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16163
16164         * qp.el (quoted-printable-encode-region): Replace leading - when
16165         ultra safe.
16166         * mml.el (mml-generate-mime-postprocess-function): Removed.
16167         (mml-postprocess-alist): Removed.
16168         (mml-generate-mime-1): Use ultra-safe when sign.
16169         * mml2015.el (mml2015-fix-micalg): Uppercase.
16170         (mml2015-verify): Insert LF.
16171         (mml2015-mailcrypt-sign): Downcase; search backward.
16172
16173 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16174
16175         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16176         restrictive.
16177         (nnultimate-table-regexp): New variable.
16178         (nnultimate-forum-table-p): Use it.
16179
16180 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16181         Trivial patch.
16182
16183         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16184
16185 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16186
16187         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16188         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16189
16190 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16191
16192         * mml2015.el: Shut up.
16193
16194 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16195
16196         * gnus.el (gnus-server-browse-hashtb): Removed.
16197         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16198         (gnus-group-insert-group-line-info): Use simplified method.
16199         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16200
16201 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16202
16203         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16204         moved here.
16205         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16206         * gnus-group.el (gnus-group-prepare-flat): Use it.
16207         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16208
16209 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16210
16211         * mml.el (mml-mode): Show menu in XEmacs.
16212
16213 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16214
16215         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16216         (gnus-server-read-server-in-server-buffer): New function.
16217         (gnus-browse-foreign-server): Browse in group buffer.
16218         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16219         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16220         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16221         * gnus.el (gnus-server-browse-hashtb): New variable.
16222
16223 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16224
16225         * nnfolder.el (nnfolder-open-nov): Use group.
16226
16227 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16228
16229         * nnfolder.el: Add NOV. Set version to 2.0.
16230         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16231
16232 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16233
16234         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16235
16236 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16237
16238         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16239         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16240
16241 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16242
16243         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16244
16245 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16246
16247         * mm-decode.el (mm-verify-function-alist): New variable.
16248         (mm-verify-option): New variable.
16249         (mm-decrypt-function-alist): Ditto.
16250         (mm-decrypt-option): Ditto.
16251         (mm-find-raw-part-by-type): New function.
16252         (mm-possibly-verify-or-decrypt): New function.
16253         (mm-dissect-multipart): Use it.
16254         * mml2015.el (mml2015-fix-micalg): New function.
16255         (mml2015-decrypt): Use new interface.
16256         (mml2015-verify):  Use new interface.
16257         (mml2015-setup): Make it bogus.
16258
16259 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16260
16261         * mml.el (mml-generate-mime-postprocess-function): Set to
16262         mml-postprocess.
16263         (autoload): Autoload mml2015 and mml-smime.
16264         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16265         * mml2015.el (mml2015-encrypt): New function.
16266         (mml2015-sign): New function.
16267         (mml2015-encrypt-function): New variable.
16268         (mml2015-sign-function): New variable.
16269         (mml2015-mailcrypt-encrypt): Use message-recipients.
16270         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16271         * mml-smime.el (mml-smime-setup): Ditto.
16272
16273 2000-10-28  Simon Josefsson  <sj@extundo.com>
16274
16275         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16276         Communigate Pro 3.3.1 server.
16277
16278         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16279         in buffers.
16280         (mml-secure-dns-server): Removed.
16281         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16282         write certificates to files.
16283
16284         * smime.el (smime-dns-server): New variable.
16285         (smime-mail-to-domain):
16286         (smime-cert-by-dns): New functions.
16287
16288         * dig.el: New file.
16289
16290 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16291
16292         * message.el (message-options): New variable.
16293         (message-options-set-recipient): New function.
16294         (message-send): Use them.
16295         * gnus-int.el (gnus-request-replace-article): Use them.
16296         (gnus-request-accept-article): Ditto.
16297         * mml.el (mml-preview): Use them.
16298         * gnus-sum.el (gnus-summary-edit-article): Use them.
16299
16300         * message.el (message-options-get): New function.
16301         (message-options-get): New function.
16302         * rfc2047.el (rfc2047-encode-message-header): Use them.
16303         * mm-bodies.el (mm-encode-body): Use them.
16304
16305 2000-10-28  Simon Josefsson  <sj@extundo.com>
16306
16307         * nnimap.el (nnimap-retrieve-which-headers):
16308         (nnimap-request-article-part): Quote message-id.
16309
16310         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16311         (smime-CA-file): New variable.
16312         (smime-call-openssl-region): Don't error.
16313         (smime-sign-region): Return result value.
16314         (smime-encrypt-region): Ditto.
16315         (smime-verify-region): New function.
16316         (smime-decrypt-region): Ditto.
16317         (smime-verify-buffer): Ditto.
16318         (smime-decrypt-buffer): Ditto.
16319
16320         * mml.el: Require mml-sec.
16321         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16322         (mml-mode-map): Add "sign" and "encrypt" maps.
16323         (mml-menu): Add security menu.
16324         (mml-preview): Use generate-new-buffer.
16325
16326         * mml-sec.el: New file.
16327
16328 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16329
16330         * mm-decode.el (mm-find-part-by-type): Move it here.
16331         * mml.el (mml-postprocess): Move it here.
16332         (mml-postprocess-alist): Move it here. Merge them.
16333
16334 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16335
16336         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16337         unencoded stuff in the header.
16338
16339 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16340
16341         * gnus-group.el (gnus-group-listed-groups): New variable.
16342         (gnus-group-list-option): New variable.
16343         (gnus-group-list-limit-map): New keymap.
16344         (gnus-group-list-flush-map): New keymap.
16345         (gnus-group-list-plus-map): New keymap.
16346         (gnus-group-prepare-logic): New function.
16347         (gnus-group-prepare-flat): Merge with
16348         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16349         (gnus-group-prepare-flat-list-dead): Ditto.
16350         (gnus-group-list-matching): Use gnus-group-prepare-function.
16351         (gnus-group-list-dormant): Ditto.
16352         (gnus-group-list-cached): Ditto.
16353         (gnus-group-listed-groups): New function.
16354         (gnus-group-list-limit): New function.
16355         (gnus-group-list-flush): New function.
16356         (gnus-group-list-plus): New function.
16357         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16358         (gnus-topic-prepare-topic): Ditto.
16359
16360 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16361
16362         * message.el (message-insert-to, message-get-reply-headers):
16363         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16364
16365 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16366
16367         * mml2015.el: New file.
16368         * smime.el: New file.
16369         * mml-smime.el: New file.
16370
16371 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16372
16373         * ChangeLog: Moved to ChangeLog.1.
16374
16375     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16376   Copying and distribution of this file, with or without modification,
16377   are permitted provided the copyright notice and this notice are preserved.
16378
16379 ;; Local Variables:
16380 ;; coding: iso-2022-7bit
16381 ;; End: