(gnus-picon-transform-address): Parse the encoded
[gnus] / lisp / ChangeLog
1 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
4         address.
5
6 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
9         the list of cleared variables
10
11         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
13         in addition to a list of regexes.
14
15         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
16         Morberg <niklas.morberg@axis.com>
17
18 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
19
20         * gnus-sum.el (gnus-summary-next-page): Mention
21         `gnus-article-skip-boring' in docstring.
22
23 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
24
25         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
26         syntax here.
27
28         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
29         whitespace syntax class when parsing email addresses.
30
31         * message.el (message-forward-subject-name-subject): Don't use
32         mail-decode-encoded-word-string before parsing from.
33
34 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
35
36         * message.el (message-setup-1): Setup alternative email before
37         generate-headers.
38         
39         (message-forward-subject-name-subject): Fix the case when the
40         field "from" doesn't exist.
41
42 2003-05-07  Dave Love  <fx@gnu.org>
43
44         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
45
46         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
47         possible values.
48
49 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
50
51         * message.el (message-kill-to-signature): Fix.
52
53 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
54
55         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
56
57         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
58         (gnus-mime-display-multipart-related-as-mixed)
59         (gnus-button-mid-or-mail-heuristic-alist): do.
60
61 2003-05-05  Dave Love  <fx@gnu.org>
62
63         * mm-util.el (mm-default-multibyte-p): New.
64         (mm-coding-system-p): Maybe use find-coding-systems.
65
66 2003-05-04  Dave Love  <fx@gnu.org>
67
68         * rfc2047.el (with-syntax-table): Define if necessary.
69         (rfc2047-syntax-table): Fix last change for XEmacs.
70         (rfc2047-parse-and-decode): Revert last change.
71
72 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
73
74         * gnus.el: Don't test for `mm-guess-mime-charset'.
75
76         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
77
78         * gnus.el (gnus-default-charset): Set default value to
79         `undecided'.
80
81         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
82         mm-decode-body.
83
84         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
85         (mm-decode-body): Don't use mm-decode-coding-region-safely.
86
87 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
88
89         * gnus-util.el (gnus-multiple-choice): Add ", ?".
90
91 2003-05-03  Dave Love  <fx@gnu.org>
92
93         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
94         with 2 args.
95         (rfc2047-decode-string): Don't set the buffer multibyte before
96         calling buffer-string.
97
98         * mm-encode.el (mm-long-lines-p): Autoload.
99         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
100         unibyte.  Signal error on unknown encoding.
101         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
102
103         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
104         Callers of gnus- versions changed to use them.
105         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
106         fixes.
107         (rfc2047-encoding-type): New.
108         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
109         Don't include header name field in encoding.  Add `address-mime'
110         case and bind rfc2047-encoding-type for `mime' case.
111         (rfc2047-encodable-p): Deleted.
112         (rfc2047-syntax-table): New.
113         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
114         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
115         in place rather than by passing strings.
116         (rfc2047-encode-string): Doc fix.
117         (rfc2047-q-encode-region): Don't use
118         mm-with-unibyte-current-buffer.
119         (rfc2047-encoded-word-regexp): eval-and-compile.
120         (rfc2047-decode-region): Avoid concatenation in loop.
121         (rfc2047-parse-and-decode): Remove useless disjunction.
122
123 2003-05-02  Dave Love  <fx@gnu.org>
124
125         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
126         mm-with-unibyte-current-buffer.
127         (ietf-drums, gnus-util): don't require.
128
129         * sieve.el (sieve-manage-mode-menu): Define before use.
130
131         * mml-smime.el (message-narrow-to-headers): Autoload.
132
133         * mm-util.el (mm-coding-system-p): Don't override nil from
134         coding-system-p.
135         (mm-mule4-p, mm-disable-multibyte-mule4)
136         (mm-with-unibyte-current-buffer-mule4): Deleted.
137         (mm-multibyte-p): Use defun, not defalias.
138         (mm-make-temp-file): Moved to group at top of file.
139         (mm-point-at-eol, mm-point-at-bol): New.
140
141         * gnus-cite.el (gnus-art): Require.
142
143         * gnus-ems.el (gnus-get-buffer-create)
144         (nnheader-find-etc-directory, message-text-with-property):
145         Autoload.
146         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
147         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
148         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
149         (gnus-check-before-posting): Only defvar when compiling.
150
151         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
152
153         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
154         Defvar when compiling.
155         (gnus-output-to-rmail): Require mm-util.
156
157         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
158         (mail-source-make-complex-temp-name): Deleted.
159
160         * message.el (message-use-idna): Use mm-coding-system-p.
161         (message-tokenize-header, message-make-organization)
162         (message-make-from):  Use with-temp-buffer.
163         (message-set-work-buffer): Deleted.
164         (message-fill-paragraph): Use `if' not `and' for compiler warning.
165         (message-check-news-header-syntax): Remove useless lambda.
166         (message-forward-make-body): Use mm-disable-multibyte,
167         mm-with-unibyte-current-buffer, mm-enable-multibyte.
168         (message-replace-chars-in-string): Deleted.
169
170         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
171         (mm-extern-url): Use mm-with-unibyte-current-buffer,
172         mm-disable-multibyte.
173         (mm-extern-anon-ftp): Use mm-disable-multibyte.
174
175         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
176         mm-with-unibyte-current-buffer.
177
178         * mml2015.el (mml): Require.
179         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
180         mm-with-unibyte-current-buffer.
181
182         * nnheader.el (gnus-util): Require.
183
184         * nntp.el (format-spec, format-spec-make, open-tls-stream):
185         Autoload.
186
187         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
188         (mail-header-remove-whitespace): Autoload.
189
190         * sieve-manage.el (starttls-negotiate): Autoload.
191
192 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
195
196 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
197
198         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
199
200 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus.el (gnus-version-number): Bump.
203
204 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
207         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
208
209         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
210         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
211
212         * gnus-registry.el (gnus-registry-fetch-extra) 
213         (gnus-registry-store-extra, gnus-registry-group-count): new functions
214         (gnus-registry-fetch-group, gnus-registry-delete-group) 
215         (gnus-registry-add-group): changed to work with extra data element
216         if present
217
218 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
219
220         * gnus.el: Gnus v5.10.1 is released.
221
222 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
223
224         * gnus.el: Oort Gnus v0.24 is released.
225
226 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * dgnushack.el (when): Check whether defadvice is fbound.
229
230 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
231
232         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
233         (gnus-registry-register-message-ids): use it
234
235 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * gnus.el (gnus-version-number): Bump.
238
239         * gnus.el: Update copyright for several files.
240
241 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
242
243         * gnus.el: Oort Gnus v0.23 is released.
244
245 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * spam-stat.el (spam-stat-test-directory): Compare against zero. 
248
249 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
250
251         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
252         
253 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * message.el (message-forward-subject-name-subject): Decode
256         string when forwarding.
257
258 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
259
260         * dgnushack.el (when): Add defadvice.
261
262 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus.el (gnus-version-number): Bump.
265
266 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
267
268         * gnus.el: Oort Gnus v0.22 is released.
269
270 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
271
272         * gnus.el: Oort Gnus v0.21 is released.
273
274 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus.el (gnus-version-number): Bump.
277
278 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
279
280         * gnus.el: Oort Gnus v0.20 is released.
281
282 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
283
284         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
285
286 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
287
288         * mm-url.el (mm-url-insert-file-contents): set url-current-object
289         in the case where mm-url-use-external is set.
290
291         * nnrss.el (nnrss-request-article): Change the messages created to
292         multipart/alternative.  Hopefully fixes a problem interaction with
293         w3m.
294         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
295         around.
296
297 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * message.el (message-check-news-header-syntax): Alter "posting"
300         message. 
301
302         * nnrss.el (nnrss-node-text): Don't use char classes.
303
304 2003-05-01  David Z. Maze  <dmaze@mit.edu>
305
306         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
307         in condition-case.
308
309 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * message.el (message-required-headers): Remove In-Reply-To.
312
313         * gnus-int.el (gnus-open-server): Revert changes.
314
315 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
316
317         * gnus-int.el (gnus-open-server): Try to open unagentized servers
318         even when unplugged.
319
320 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
321
322         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
323         doc-string.
324
325 2003-05-01  Steve Youngs  <youngs@xemacs.org>
326
327         * lpath.el: Add a section for non-Mule XEmacsen.
328         fbind `find-charset-string' and `coding-system-base' in that
329         section.
330
331         * gnus-util.el (gnus-completing-read-maybe-default): New.
332         (gnus-completing-read): Use it.
333
334         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
335
336         * gnus-art.el (gnus-read-string): New.
337         (gnus-summary-pipe-to-muttprint): Use it.
338
339         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
340
341         * dns.el (dns-make-network-process): Use it.
342
343         Take care of some differences between XEmacs 21.1 and newer
344         versions of XEmacs.
345
346 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
349         diagnostic message
350         (gnus-registry-grep-in-list): don't run when word is nil
351         (gnus-registry-fetch-message-id-fast): new function
352         (gnus-registry-delete-group, gnus-registry-add-group): make sure
353         the id and group are not nil
354         (gnus-registry-register-message-ids): new function
355         (gnus-register-action): optimized logical flow
356         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
357
358 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
359
360         * gnus-delay.el (gnus-delay-article): Call
361         `gnus-agent-queue-setup' to create the delay group.
362
363         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
364         for the (queue) group name.
365
366 2003-04-30  Simon Josefsson  <jas@extundo.com>
367
368         * mm-util.el (mm-charset-to-coding-system): Use user specified
369         charset unless coding-system-get is fboundp.
370
371 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
372
373         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
374         Wrapped in eval-when-compile.
375         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
376         shouldn't be asked twice to go online with each server.
377         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
378         gnus-agent-crosspost, gnus-agent-flush-cache,
379         gnus-agent-fetch-session, gnus-agent-unread-articles,
380         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
381         gnus-agent-group-covered-p): Expanded pop macros used for
382         effect. Avoids compilation warning in emacs 21.3.
383
384         * gnus-int.el (gnus-open-server): Restructured to only open
385         nnagent when gnus-plugged is nil.
386
387 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * lpath.el: Fbind string-to-multibyte.
390
391 2003-04-30  Steve Youngs  <youngs@xemacs.org>
392
393         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
394
395 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * gnus-registry.el (gnus-registry-fetch-group): faster
398         (gnus-registry-delete-group): new function
399         (gnus-registry-add-group): new function
400         (gnus-register-spool-action): use it
401         (gnus-register-action): use it
402         (gnus-registry-translate-from-alist) 
403         (gnus-registry-translate-to-alist): remove the headers registry
404         for now
405
406 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
407
408         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
409
410 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * spam-report.el (spam-report-gmane): gnus-summary-article-number
413         is not necessary, just use the function parameter
414
415 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
416
417         * spam-stat.el (spam-stat-save): No longer font-locks the file
418         when saving
419
420 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * canlock.el: Bind mail-header-separator when compiling (XEmacs
423         provides it in mail-lib/auto-autoloads.el).
424
425 2003-04-29  Simon Josefsson  <jas@extundo.com>
426
427         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
428         message-sender.
429
430         * mml.el (mml-generate-mime-1): Set mml-sender too.
431
432 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
433
434         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
435
436         * mm-url.el (mm-url-use-external): do.
437
438 2003-04-29  Simon Josefsson  <jas@extundo.com>
439
440         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
441         warnings).
442
443         * sieve-mode.el (c-mode): Ditto.
444
445         * pgg.el (run-at-time): Ditto.
446
447         * mm-url.el (require): Require timer when compiling for
448         with-timeout macro (fix xemacs compile warnings).
449
450 2003-04-28  Dave Love  <fx@gnu.org>
451
452         * gnus-util.el (nnheader): Don't require.
453         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
454         Autoload.
455
456         * spam.el: Require cl when compiling.
457
458         * dns.el: Require cl when compiling.
459
460 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
461
462         * gnus-art.el (gnus-article-goto-next-page)
463         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
464         gnus-pick-mode work.
465
466 2003-04-28  Steve Youngs  <youngs@xemacs.org>
467
468         * Makefile.in (FLAGS): Use @FLAGS@.
469
470 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
471
472         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
473         (gnus-mime-display-multipart-alternative-as-mixed) 
474         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
475         allow customization.
476
477 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
478
479         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
480         currently called (See source for explanation).
481
482 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
485         (gnus-summary-mark-read-and-unread-as-read): Take an optional
486         mark.
487
488         * gnus.el (gnus-version-number): Bump.
489
490 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
491
492         * gnus.el: Oort Gnus v0.19 is released.
493
494 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
495
496         * gnus-registry.el (gnus-register-spool-action): Replaced literal
497         carriage-return character with its escape sequence.
498
499 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
502
503         * nnrss.el (nnrss-node-text): Use only one
504         gnus-replace-in-string. 
505
506         * gnus.el: Remove gnus-functionp throughout.
507
508         * gnus-util.el (gnus-functionp): Removed.
509
510         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
511
512         * message.el (message-required-headers): Add In-Reply-To.
513
514 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
515
516         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
517         to binary.
518
519 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
520
521         * mml.el (mml-preview): do.
522
523         * message.el (message-mode): do.
524
525         * gnus-undo.el (gnus-undo-mode): do.
526
527         * gnus-topic.el (gnus-topic-mode): do.
528
529         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
530
531         * gnus-msg.el (gnus-setup-message)
532         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
533
534         * gnus-gl.el (gnus-grouplens-mode): do.
535
536         * gnus-art.el (gnus-mime-save-part-and-strip)
537         (gnus-mime-delete-part): Use it.
538
539         * gnus-util.el (gnus-make-local-hook): New function.
540
541 2003-04-25  Simon Josefsson  <jas@extundo.com>
542
543         * nnrss.el (nnrss-node-text): Don't use a star.
544         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
545
546 2003-04-24  Dave Love  <fx@gnu.org>
547
548         * mm-encode.el (mm-long-lines-p): Autoload.
549         (mm-encode-content-transfer-encoding): Don't try to make buffer
550         unibyte before decoding.  Don't ignore errors for base64 encoding.
551
552         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
553         Signal error on malformed text, as for base64.
554         (quoted-printable-encode-region): DTRT in Emacs 22.
555
556         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
557         (mm-auto-save-coding-system): Consider utf-8-emacs.
558         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
559         (mm-charset-to-coding-system, mm-mime-charset)
560         (mm-find-mime-charset-region): Check for :mime-charset coding
561         systems property.
562
563         * mml-sec.el (mml2015, mml1991): Don't require.
564         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
565         (message-goto-body, mml-insert-tag): Autoload.
566
567         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
568
569         * gnus-start.el (message-make-date): Autoload rather than
570         requiring message.
571
572         * gnus-group.el (gnus-group-name-charset-group-alist): Use
573         mm-coding-system-p.
574         (gnus-cache-active-altered): Defvar when compiling.
575         (gnus-group-delete-group): Re-write to help avoid warnings.
576
577         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
578
579         * pgg.el: Split eval-when-compile forms.
580
581 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
584         (gnus-fetch-old-ephemeral-headers): News variables.
585         (gnus-group-read-ephemeral-group): Use them.
586
587 2003-04-24  Simon Josefsson  <jas@extundo.com>
588
589         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
590
591         * nnrss.el (nnrss-node-text): Ditto.
592
593 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
596         gnus-inews-mark-gcc-as-read exists.
597
598 2003-04-23  Simon Josefsson  <jas@extundo.com>
599
600         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
601         doesn't exceed the regexp stack space.
602
603 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
604
605         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
606
607         * gnus-art.el (gnus-article-hide-pgp-hook): do.
608
609 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
610
611         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
612
613 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
614
615         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
616
617 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * dgnushack.el (merge, copy-list): Remove compiler macros.
620         (butlast): Add a compiler macro.
621
622 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
623
624         * gnus-util.el (gnus-merge): Added "type" argument to match CL
625         merge and gnus-sum.el's expectations.
626
627 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
628
629         * gnus-art.el (gnus-button-url-regexp): Added nntp.
630
631         * message.el (message-generate-headers-first): Default to
632         '(references).
633
634         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
635
636 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
637
638         * smime.el (smime-decrypt-region): Insert From header.
639
640 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
641
642         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
643         Max length of header is 726, not 740.  From Gaute B Strokkenes
644         <gs234@cam.ac.uk>.
645
646 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
647
648         * nndb.el, mml1991.el: Fix license template.
649
650 2003-04-20  Simon Josefsson  <jas@extundo.com>
651
652         * nnimap.el (nnimap-split-articles): Don't download body unless
653         required.
654
655         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
656         starting process, like imap-kerberos4-open does.
657
658         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
659         license template.
660
661         * mml-sec.el: Fix license template.
662
663         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
664         license template.
665
666         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
667         pgg-pgp.el: Fix license template.
668
669 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
670
671         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
672
673 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
676
677 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
678
679         * spam.el (spam-split): allow a particular check as a parameter,
680         e.g. (: spam-split 'spam-use-bogofilter)
681         (spam-mark-only-unseen-as-spam): new parameter, see doc
682         (spam-mark-junk-as-spam-routine): use
683         spam-mark-only-unseen-as-spam, simplify routine to take advantage
684         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
685
686 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
687
688         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
689         (gnus-group-guess-full-name): don't prefix the group twice
690
691         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
692
693         * gnus-registry.el (gnus-registry-clear)
694         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
695         (gnus-registry-split-fancy-with-parent): new functions
696         (gnus-register-spool-action, gnus-register-action): simplified the format
697         (gnus-registry): new customization group
698         (gnus-registry-unfollowed-groups): new variable
699
700 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-art.el (gnus-button-alist): Add nntp: urls.
703         (gnus-header-button-alist): Ditto.
704
705 2003-04-17  Dave Love  <fx@gnu.org>
706
707         * gnus-util.el (gnus-string-equal): Revert last change.
708
709 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
712
713 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
714
715         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
716
717 2003-04-15  Michael Shields  <shields@msrl.com>
718
719         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
720         the broken-reply-to group parameter is set.  Idea from Vasily
721         Korytov <deskpot@myrealbox.com>.
722
723 2003-04-17  Steve Youngs  <youngs@xemacs.org>
724
725         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
726         process.el in XEmacsen >= 21.5.
727
728 2003-04-17  Steve Youngs  <youngs@xemacs.org>
729
730         * dgnushack.el: Add a whole swag of autoloads and defaliases to
731         satisfy the byte-compiler when building with XEmacs.
732
733         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
734         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
735         W3 doesn't have these.
736
737         * mailcap.el: Maybe require 'lpr in XEmacs.
738
739 2003-04-16  Simon Josefsson  <jas@extundo.com>
740
741         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
742         sender tag, if available.
743
744 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
745
746         * gnus-registry.el (gnus-register-action)
747         (gnus-register-spool-action, hashtable-to-alist)
748         (gnus-registry-translate-from-alist, alist-to-hashtable)
749         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
750         new variables and function fixes
751
752         * gnus.el (gnus-registry-headers-alist): new variable to hold
753         article header data
754         (gnus-variable-list): save gnus-registry-headers-alist
755
756         * spam-report.el (Module): new module for spam reporting
757
758         * gnus.el (spam-process): added
759         gnus-group-spam-exit-processor-report-gmane to the list of choices
760         (gnus-install-group-spam-parameters): defined new spam exit processor
761
762         * spam.el (autoload): autoload spam-report-gmane when needed
763         (spam-report-gmane-register-routine): glue for spam-report.el
764         (spam-group-spam-processor-report-gmane-p): glue for the
765         gnus-group-spam-exit-processor-report-gmane spam processor
766         (spam-summary-prepare-exit): check the report-gmane spam processor
767         and run spam-report-gmane-register-routine if it's active
768
769         From John Wiegley <johnw@gnu.org>
770
771         * spam.el (spam-bogofilter-score): check bogofilter headers before
772         checking bogofilter itself
773
774 2003-04-16  Dave Love  <fx@gnu.org>
775
776         * gnus-agent.el: Wrap defsetf in eval-when-compile.
777         (gnus-agent-cat-defaccessor): Don't use gensym.
778
779         * mml1991.el: Require cl, mm-util when compiling.
780         (quoted-printable-decode-region, quoted-printable-encode-region):
781         Autoload.
782
783         * pgg.el: Require cl when compiling.
784
785         * nnmail.el (gnus): Require.
786
787         * gnus-util.el: Move provide to end.
788         (gnus-string-equal): Maybe use compare-strings.
789         (gnus-merge): New.
790
791         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
792         (gnus-summary-insert-articles): Use gnus-merge.
793
794         * gnus-fun.el: Require cl and mm-util when compiling.
795
796         * gnus-diary.el (gnus-diary-delay-format-french)
797         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
798
799         * nndiary.el (nndiary-compute-reminders): Don't use setf with
800         nthcdr.
801
802 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
803
804         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
805         specify a predicate other than false.
806         (gnus-category-read): Use the new feature to create a 'default'
807         category with a 'short' predicate.
808
809 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * message.el (message-unique-id): Comment change.
812
813         * gnus-art.el (gnus-article-next-page-1): New function.
814         (gnus-article-next-page): Use it.
815
816 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * spam.el (spam-split): added save-restriction to save-excursion
819
820 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
821         From Julien Avarre <julien@avarre.com>
822
823         * gnus-fun.el: Fixed autoload cookie.
824
825 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
826         From Remi Letot  <remi.letot@easynet.be>
827
828         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
829         instead of remove-if.
830
831 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
834         copy-sequence instead of remove which is a cl run-time function in
835         Emacs 20.
836
837 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
838
839         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
840         local copy of gnus-discouraged-post-methods with the current
841         method removed.
842
843 2003-04-14  Simon Josefsson  <jas@extundo.com>
844
845         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
846
847 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
848
849         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
850         of `mm-coding-system-priorities' to base coding system.
851
852         * gnus-sum.el: Added coding cookie ("middle dot" in
853         gnus-summary-morse-message).
854
855 2003-04-13  Simon Josefsson  <jas@extundo.com>
856
857         * gnus-art.el (article-fill-long-lines)
858         (article-verify-x-pgp-sig, article-decode-group-name)
859         (gnus-mime-button-menu): Split >80 character lines.
860
861 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
862
863         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
864         we're let-binding it.
865
866         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
867
868 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * message.el (message-hide-headers): Don't do intangible.
871
872         * gnus.el (gnus-group-prefixed-name): Comment out the test for
873         colon. 
874
875         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
876         to the ephemeral entry, but the prefixed name.
877
878         * gnus.el (gnus-group-prefixed-name): Clean up.
879
880 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
881
882         * gnus-agent.el (gnus-agent-group-pathname): Bind
883         gnus-command-method so that gnus-agent-directory will always
884         return a valid directory.
885         * gnus-cache.el (gnus-cache-enter-article): Remove article from
886         gnus-newsgroup-undownloaded so that the summary will display the
887         article as downloaded.
888         (gnus-cache-remove-article): If the article isn't in the agent,
889         remove it from gnus-newsgroup-undownloaded so that the summary
890         will display the article as undownloaded.
891
892 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus.el (gnus-version-number): Bump.
895
896 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
897
898         * gnus.el: Oort Gnus v0.18 is released.
899
900 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
903
904 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-art.el (gnus-article-next-page): Use
907         gnus-article-over-scroll.
908         (gnus-article-over-scroll): New variable.
909
910         * message.el (message-newline-and-reformat): Place a boundary
911         before filling.
912         (message-make-forward-subject-function): Changed default to
913         message-forward-subject-name-subject. 
914         (message-forward-subject-name-subject): New function.
915
916         * nnimap.el (nnimap-split-fancy): Ditto.
917
918         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
919
920         * gnus-cus.el (gnus-group-parameters): Removed "which see".
921
922         * mml.el (mml-minibuffer-read-file): Bind
923         completion-ignored-extensions to nil.
924
925         * message.el (message-fix-before-sending): Comment fix.
926         (message-fix-before-sending): Make hidden headers visible.
927         (message-hide-headers): Bind after-change-functions to nil.
928         (message-forbidden-properties): Put invisible and intangible
929         back. 
930         (message-strip-forbidden-properties): Ignore message-hidden text.
931
932         * gnus-msg.el: Hide headers.
933
934         * message.el (message-hidden-headers): New variable.
935         (message-hide-headers): New function.
936         (message-hide-header-p): New function.
937         (message-hide-header-p): Change logic.
938         (message-forbidden-properties): Remove intangible nil invisible
939         nil. 
940         (message-hide-headers): Narrow to headers.
941
942         * lpath.el (featurep): Bind Info-directory, Info-menu.
943
944 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
945
946         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
947         encoded.
948         (mm-encode-body): Don't corrupt UTF-16.
949         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
950
951 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
952
953         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
954         the CACHE are now detected and handled the same as an article
955         downloaded into the agent.
956         (gnus-agent-group-path): Modified to match nnmail-group-pathname
957         so that the agent front-end and back-end (nnagent) always use the
958         same directory.
959         (gnus-agent-group-pathname): New function. Wrapper for
960         nnmail-group-pathname.
961         (gnus-agent-expire-unagentized-dirs): New variable.  May be
962         customized to disable gnus-agent-expire-unagentized-dirs.
963         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
964         as the directories in gnus-agent-expire-current-dirs were
965         expanded.
966
967 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
968
969         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
970         body" entry in read only groups.
971
972 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
973
974         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
975         and "Create article" items in non-editable groups.
976
977 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
978
979         * gnus-agent.el (gnus-agent-write-active): Added option of
980         replacing, rather than updating, the agent's active file.  Do NOT
981         use the fully qualified group name as gnus-active-to-gnus-format
982         blindly prefixes group names with server names.
983         (gnus-agent-save-group-info): Merge BOTH min/max of current active
984         range, was just merging min, with specified active range.
985         (gnus-agent-expire): Save agent's active ranges after
986         expiring all groups.
987         (gnus-agent-expire-group-1): Update min of agent's active range to
988         min article currently fetched.
989         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
990         same ancestor multiple times.
991
992         * gnus-async.el (gnus-asynchronous): Moved defcustom of
993         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
994         seems to fix an intermittant error in which loading gnus-async
995         fails to define gnus-asynchronous (the variable).
996
997         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
998         non-essential.  Removed on all platforms.
999         (gnus-select-newsgroup): When the agent is active, expand the
1000         group's active range to include fetched articles that are no
1001         longer in the server's active range.
1002
1003         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1004         print-* bindings as they should be handled by the function doing
1005         the printing.
1006
1007 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1008
1009         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1010         might be unbound in non-MULE XEmacsen.
1011
1012 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1013
1014         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1015         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1016         recognize diffs.
1017
1018         * mm-bodies.el (mm-decode-body): Use the supplied charset
1019         unconditionally if `code-pages' hasn't been loaded.
1020
1021 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1024         `insert-buffer', the docstring says "This function is meant for
1025         the user to run interactively.  Don't call it from programs!"
1026
1027         * mm-extern.el (mm-extern-mail-server): do.
1028
1029         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1030         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1031         (mml1991-pgg-encrypt): do.
1032
1033         * pgg.el (pgg-decrypt-region): do.
1034
1035         * mm-view.el (mm-view-pkcs7-decrypt): do.
1036
1037         * mml-smime.el (mml-smime-verify): do.
1038
1039         * mml.el (mml-insert-mime, mml-preview): do.
1040
1041         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1042         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1043         (mml2015-pgg-encrypt): do.
1044
1045 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1048
1049 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1050
1051         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1052         `buffer-file-coding-system' to the new buffer.
1053         (mm-uu-pgp-signed-extract-1): Don't copy
1054         `buffer-file-coding-system' here.
1055
1056         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1057         exist in XEmacs.
1058         (mm-decode-body): Add missing quote.
1059
1060         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1061         buffer-file-coding-system.
1062
1063         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1064         last-coding-system-used.
1065
1066         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1067         according to buffer-file-coding-system.
1068
1069         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1070
1071         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1072         (pgg-pgp-snarf-keys-region): do.
1073
1074         * pgg-pgp5.el (pgg-pgp5-verify-region)
1075         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1076
1077         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1078         
1079 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * spam.el (spam-split): (save-excursion) around (widen)
1082         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1083         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1084
1085 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1086
1087         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1088         don't use it when loading gnus-sum.el if we're in XEmacs.
1089
1090 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1091
1092         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1093         print-escape-nonascii to fix more characters in compiled format
1094         specs.
1095
1096 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1097
1098         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1099         Fix customization type.
1100
1101 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1102
1103         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1104         print-quoted, print-readably, print-escape-multibyte, and
1105         print-level to match original behavior of gnus-prin1.  This should
1106         repair the format of .newsrc.eld when using compiled format specs.
1107
1108 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1109
1110         * gnus-group.el (tool-bar-map): defvar it.
1111
1112         * gnus-art.el (tool-bar-map): do.
1113
1114         * gnus-sum.el (tool-bar-map): do.
1115
1116 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1117
1118         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1119
1120 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1121
1122         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1123         and value.
1124         (gnus-button-alist): Use it.
1125
1126 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1127
1128         * pgg-gpg.el (pgg-gpg-process-region): do.
1129
1130         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1131         (pgg-pgp-snarf-keys-region): do.
1132
1133         * pgg-pgp5.el (pgg-pgp5-verify-region)
1134         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1135
1136         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1137         unsafe.
1138         (pgg-temporary-file-directory): Remove.
1139
1140 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * lpath.el: Fbind Info-directory and Info-menu.
1143
1144 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1145
1146         * gnus-util.el (gnus-message): Added doc-string.
1147
1148         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1149         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1150
1151 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1152
1153         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1154         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1155
1156 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1159         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1160
1161 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1162
1163         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1164         print-escape-newlines to print escape sequences rather than
1165         literal newline characters.
1166
1167 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1168
1169         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1170         `message-valid-fqdn-regexp' for initialization.
1171         (gnus-button-handle-info-url): Renamed and extended version of
1172         `gnus-button-handle-info'.
1173         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1174         (gnus-button-handle-symbol, gnus-button-handle-library)
1175         (gnus-button-handle-info-keystrokes): New functions.
1176         (gnus-button-browse-level): New variable.
1177         (gnus-button-alist): Use them.  Added levels.
1178         (gnus-header-button-alist): Added levels.
1179
1180 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus.el (gnus-version-number): Bump.
1183
1184 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1185
1186         * gnus.el: Oort Gnus v0.17 is released.
1187
1188 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-start.el (gnus-unload): Removed.
1191
1192         * pop3.el (pop3-read-response): Use
1193         nnheader-accept-process-output.
1194         (pop3-retr): Ditto.
1195
1196         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
1197         (mm-text-html-washer-alist): Ditto.
1198
1199 2003-03-31  Simon Josefsson  <jas@extundo.com>
1200
1201         * imap.el (imap-gssapi-program): Also try GNU SASL.
1202         (imap-gssapi-open): Accept GNU SASL greeting.
1203         (imap-read-timeout): New.
1204         (imap-wait-for-tag): Use it.
1205
1206 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nntp.el (nntp-accept-process-output): Use new function.
1209
1210         * nnheader.el (nnheader-read-timeout): New variable.
1211         (nnheader-accept-process-output): New function.
1212
1213         * nntp.el (nntp-read-timeout): Removed.
1214
1215         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1216
1217 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1220
1221 2003-03-30  Simon Josefsson  <jas@extundo.com>
1222
1223         * message.el (message-idna-inside-rhs-p): Narrow to header before
1224         searching.
1225
1226         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1227
1228 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1231
1232 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1233
1234         * message.el (message-make-in-reply-to): Use
1235         mail-extract-address-components to determine sender's
1236         name/address.
1237
1238 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
1241
1242         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1243         valid lambda.
1244         (gnus-registry-translate-from-alist): Ditto.
1245
1246         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1247         print-length to nil.
1248
1249         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1250
1251         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1252         (gnus-grab-cam-face): Use it.
1253
1254 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1255
1256         * nnmaildir.el (nnmaildir-request-set-mark)
1257         (nnmaildir-close-group): Allow each mark directory in a group to
1258         have its own inode for mark files, to accommodate AFS.
1259
1260 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1263         gnus-read-newsrc-el-file
1264         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1265
1266         * gnus-registry.el (gnus-registry-translate-to-alist)
1267         (gnus-registry-translate-from-alist, alist-to-hashtable)
1268         (hashtable-to-alist): new functions
1269         (gnus-register-spool-action): add a spool item to the registry
1270
1271         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1272         list of saved variables
1273         (gnus-registry-alist): new variable
1274
1275 2003-03-27  Simon Josefsson  <jas@extundo.com>
1276
1277         * gnus-art.el (article-decode-group-name): Be correct instead of
1278         smart.
1279
1280 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1281
1282         * lpath.el: Bind url-current-object for Emacs; bind
1283         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1284         for both Emacsen.
1285
1286 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1287
1288         * gnus-sum.el (gnus-article-loose-mime)
1289         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1290         group.
1291
1292         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1293         doc string.
1294
1295 2003-03-26  Kevin Ryde <user42@zip.com.au>
1296
1297         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1298         gnus-summary-find-uncancelled, skip temporary articles inserted by
1299         "refer" functions.
1300
1301 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1302
1303         * smiley.el (smiley-buffer): New function.
1304
1305 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1306
1307         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1308         gnus-summary-update-line (which updated the article's face) with
1309         gnus-summary-update-download-mark (which updates the article's
1310         face by calling gnus-summary-update-line AND updates the download
1311         mark to show that the article was fetched).
1312
1313 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1314
1315         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1316         option of deleting agent directories for groups/servers that are
1317         not currently agentized.
1318         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1319
1320         * gnus-int.el (gnus-open-server): Report backend errors in
1321         condition handler.
1322
1323 2003-03-23  Simon Josefsson  <jas@extundo.com>
1324
1325         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1326         header.
1327
1328         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1329         same as Newsgroups.
1330
1331         * nntp.el (nntp-open-connection-function): Mention
1332         nntp-open-tls-stream.
1333         (nntp-open-tls-stream): New function.
1334
1335         * tls.el: New file.
1336
1337         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1338         instead of SSL.
1339         (nnimap-stream): Add other streams, link to imap variables.
1340         (nnimap-authenticator): Add other authenticator, link to imap
1341         variables.
1342
1343         * imap.el: Autoload open-tls-stream.
1344         (imap-streams): Add tls in front of ssl.
1345         (imap-stream-alist): Add tls.
1346         (imap-default-tls-port): New variable.
1347         (imap-tls-p, imap-tls-open): New functions.
1348
1349 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1350
1351         * mm-url.el (mm-url-insert-file-contents): parse url only if
1352         results is a list.
1353
1354 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * mail-source.el (mail-source-fetch-imap): Revert.
1357
1358 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1359
1360         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1361         less strict regexp.
1362
1363 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1366         more imap function.
1367
1368 2003-03-21  Simon Josefsson  <jas@extundo.com>
1369
1370         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1371         Followup-To data inline.
1372
1373 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1374
1375         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1376         icontopbm isn't available.
1377
1378 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1379
1380         * gnus-int.el (gnus-open-server): Catch errors in backend's
1381         open-server method.  Returns nil rather than crashing startup.
1382
1383         * gnus-sum.el (eval-when-compile): Modified to resolve
1384         compile-time warnings.
1385
1386         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1387         Reports length of series so that the user can compare N with a
1388         subject that should, if the entire series is present, contain
1389         '(.../N)'.
1390         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1391         of temp file (Win-XP may leave the temp file locked when the
1392         uudecode process fails).
1393
1394 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1395
1396         * message.el (message-split-line): Ignore error.
1397
1398         * lpath.el (split-line): Avoid split-line warning message.
1399
1400 2003-03-20  Kim F. Storm  <storm@cua.dk>
1401
1402         * message.el (message-split-line): New function.
1403         (message-mode-map): Remap split-line to message-split-line.
1404
1405 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1406
1407         * message.el (message-make-overlay): Defalias it to make-overlay.
1408         (message-delete-overlay): Defalias it to delete-overlay.
1409         (message-overlay-put): Defalias it to overlay-put.
1410         (message-idna-to-ascii-rhs-1): Use them.
1411
1412         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1413         functions to extent functions.
1414
1415 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1416
1417         * message.el (message-check-news-header-syntax): Fixed regexp.
1418
1419 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1420
1421         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1422
1423         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1424         mm-url-insert-file-contents.
1425
1426         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1427         (nnrss-check-group): Use it.
1428
1429 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1430
1431         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1432         feeds like Kevin Burton's[1] can now be read in Gnus.
1433
1434         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1435         means that if you want to read the RSS feed for example.com, all
1436         you have to do is hit "G R http://www.example.com/ RET" and
1437         nnrss.el will find and the feed listed on the site or (if you have
1438         loaded xml-rpc.el) look it up on syndic8.com.
1439
1440         Marked the message as HTML (by adding a Content-Type header) so
1441         that Gnus will render it as html if the user wants that.
1442
1443         Implemented the ability to save nnrss-group-alist so that any new
1444         feeds the you subscribe to will be found the next time you start
1445         up.
1446
1447         Implemented support for RSS 2.0 elements (author, pubDate).
1448
1449         Prefer for <content:encoded> over <description> where both
1450         elements exist.
1451
1452         * mm-url.el (mm-url-insert): Set url-current-object.
1453
1454         * gnus-group.el (gnus-group-make-rss-group): New function.
1455
1456 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1457
1458         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1459         for highlight overlays.
1460
1461 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1464         a NOV.
1465
1466 2003-03-20  Simon Josefsson  <jas@extundo.com>
1467
1468         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1469         (message-idna-to-ascii-rhs): Use it.
1470
1471         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1472
1473 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1476         (spam-group-ham-marks, spam-group-spam-marks): new functions
1477         (spam-spam-marks, spam-ham-marks): removed in favor of the
1478         spam-marks and ham-marks parameters
1479         (spam-generic-register-routine, spam-ham-move-routine): use the
1480         new spam-group-{spam,ham}-mark-p functions
1481
1482         * gnus.el (spam-marks, ham-marks): new group parameters with
1483         default values same as the old spam-spam-marks and spam-ham-marks
1484
1485 2003-03-19  Simon Josefsson  <jas@extundo.com>
1486
1487         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1488         (gnus-use-idna): New variable.
1489         (article-decode-idna-rhs): New function.
1490
1491         * message.el (message-use-idna): New variable.
1492         (message-mode-field-menu): Add entry for IDNA.
1493         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1494         (message-idna-to-ascii-rhs): New function.
1495         (message-generate-headers): Invoke IDNA code.
1496
1497 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1498
1499         * nnmaildir.el (nnmaildir--system-name): New function.
1500         (nnmaildir-request-accept-article): Use it.
1501
1502 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1505         gnus-compile function does.
1506
1507         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1508         bogus change.
1509
1510 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1511
1512         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1513         sort-coding-systems is defined.
1514
1515 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1516
1517         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1518         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1519         Replace create-directory with target-prefix.
1520
1521 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1522
1523         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1524         find-charset-string which is slooow in XEmacs.
1525
1526 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1529         compiler under XEmacs.
1530
1531 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1532
1533         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1534         work for multipart/signed where the message text isn't `last'.
1535
1536 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1539         the value of mm-inline-text-html-with-images.
1540         (mm-inline-text-html-render-with-w3m): Don't bind
1541         w3m-display-inline-images.
1542
1543         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1544         w3m-display-inline-images.
1545
1546         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1547         regardless of an Emacs flavor.
1548
1549 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus.el (gnus-version-number): Bump.
1552
1553 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1554
1555         * gnus.el: Oort Gnus v0.16 is released.
1556
1557 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * lpath.el (featurep): Bind mm-w3m-mode-map.
1560
1561 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1562
1563         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1564         'respool-able backends define a global nnchoke-get-new-mail
1565         variable.
1566
1567 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * gnus-art.el (gnus-mime-delete-part): New function.
1570         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1571
1572 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * message.el (message-check-news-header-syntax): Don't push
1575         groups twice onto list of unknown groups.
1576
1577         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1578         back.
1579
1580         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1581
1582         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1583         config unless the summary buffer exists.
1584
1585         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1586         that target group is computed correctly when articles are marked
1587         as read by Xref handling.
1588
1589         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1590         imap-open.
1591
1592         * message.el (message-send-mail): Add courtesy string to Bcc's,
1593         too.
1594
1595         * gnus-cite.el (gnus-cited-line-p): New function.
1596
1597 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1598
1599         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1600         force, to use the supplied charset unconditionally.
1601
1602         * gnus-art.el (article-decode-charset): Use it.
1603
1604 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1605
1606         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1607         (mm-decode-body): Use it.
1608
1609         * rfc2047.el (rfc2047-decode-region): do.
1610         (rfc2047-decode-string): Guess coding system if the default is
1611         invalid.
1612
1613 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1614
1615         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1616         articles are marked 'read, so we get correct article counts.
1617
1618 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1621         the button.
1622         (gnus-insert-prev-page-button): Ditto.
1623         (gnus-insert-next-page-button): Ditto.
1624         (gnus-insert-mime-security-button): Ditto.
1625
1626         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1627         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1628         (mm-inline-image-xemacs): Ditto.
1629
1630 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1631
1632         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1633         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1634         the recent filename uniqueness discussion.
1635
1636 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1639         newline next time.
1640         (mm-inline-image-xemacs): Ditto.
1641
1642 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1643
1644         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1645         kill-line.
1646
1647 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1648
1649         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1650         kill-line.
1651
1652 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1653
1654         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1655         fixing the code to match the documentation.
1656         (gnus-agent-fetch-selected-article): Replaced
1657         gnus-summary-update-article-line with gnus-summary-update-line as
1658         the former did not correctly recalculate the thread indentation.
1659         (gnus-agent-find-parameter): The agent-predicate, if not found
1660         anywhere else, defaults to the value of gnus-agent-predicate.
1661         (gnus-agent-fetch-session): Fixed typo; now executes
1662         gnus-agent-fetched-hook rather than the undocumented
1663         gnus-agent-fetch-hook.
1664         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1665         default agent predicate is now provided by
1666         gnus-agent-find-parameter.
1667         (gnus-agent-message): New macro.  This macro avoids potentially
1668         costly parameter evaluation when the message's level is too high
1669         to display.
1670         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1671         overview buffer. Uses new gnus-agent-message macro to reduce
1672         overhead of optional messages. Reversed message levels to
1673         emphasize percent completion messages.  Detailed messages of
1674         little use except when debugging code.
1675
1676 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1677
1678         * spam.el (spam-ham-move-routine): use
1679         spam-mark-ham-unread-before-move-from-spam-group
1680         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1681
1682 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * spam.el: load nnimap.el when compiling
1685         (spam-setup-widening): use
1686         nnimap-split-download-body-default instead of
1687         nnimap-split-download-body which is a user-customizable variable
1688
1689 2003-03-07  Simon Josefsson  <jas@extundo.com>
1690
1691         * nnimap.el (nnimap-split-download-body-default): New, holds
1692         default for n-s-d-b.
1693         (nnimap-split-download-body): Add new setting (symbol default),
1694         which uses contents of n-s-d-b-d, and made it the default.
1695
1696 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1697
1698         * spam.el (spam-use-hashcash): new variable
1699         (spam-list-of-checks): added spam-use-hashcash with associated
1700         spam-check-hashcash
1701         (spam-check-hashcash): new function, installed iff hashcash.el is
1702         loaded
1703         (spam-setup-widening): don't use (return)
1704
1705 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1706
1707         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1708         predicate of `false' to avoid an error when a group defines no
1709         predicate. Fixed typo that disabled agent scoring (i.e. the
1710         low/high predicates should now work).
1711
1712 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * spam.el: add spam-maybe-spam-stat-load to
1715         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1716         (spam-bogofilter-register-with-bogofilter): use
1717         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1718         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1719         custom variables to replace "-s" and "-n"
1720
1721         * gnus-group.el (gnus-group-get-new-news): call the new
1722         gnus-get-top-new-news-hook hook
1723
1724         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1725         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1726
1727 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1730
1731 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1734         a cl run-time function.
1735
1736 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1737
1738         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1739         on gnus-agent-short-article.
1740         (gnus-category-read): Replaced CL function mapcar* with new macro:
1741         gnus-mapcar.
1742         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1743         support functions that accept multiple parameters.  A separate
1744         sequence must be provided for each parameter in the function.
1745         Iteration stops when the end of the shortest list is reached.
1746
1747 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1748
1749         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1750
1751         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1752         (html2text-delete-single-tag, html2text-clean-anchor)
1753         (html2text-remove-tags): Use delete-region.
1754         (html2text-fix-paragraphs): Simplify.
1755
1756         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1757         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1758         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1759         kill-region.
1760
1761 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1762
1763         * gnus-agent.el (gnus-agent-enable-expiration)
1764         (gnus-agent-article-alist, gnus-agent-article-alist)
1765         (gnus-agent-cat-defaccessor): Doc fixes.
1766
1767 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1768
1769         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1770         byte-compiled functions.
1771
1772 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1773
1774         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1775         customization between new maneuvering (which permits selecting
1776         undownloaded articles) and old maneuvering (which skipped over
1777         undownloaded articles) behaviors.
1778         (gnus-summary-find-next): Pass through the unread and subject
1779         parameters when calling gnus-summary-find-prev.
1780         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1781         gnus-auto-goto-ignores to filter out unacceptable articles.
1782
1783 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1784
1785         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1786         exists in all supported Emacs versions, so we don't need this
1787         compatibility function.
1788         (mail-source-fetch-pop, mail-source-check-pop)
1789         (mail-source-fetch-webmail): Use read-passwd.
1790
1791         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1792         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1793         read-passwd.
1794
1795         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1796
1797         * imap.el (imap-read-passwd): Remove.
1798         (imap-interactive-login): Use read-passwd.
1799
1800         * canlock.el (canlock-read-passwd): Remove.
1801         (canlock-insert-header, canlock-verify): Use read-passwd.
1802
1803         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1804         (sieve-manage-interactive-login): Use read-passwd.
1805
1806         * pop3.el (pop3-read-passwd): Remove.
1807         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1808         read-passwd.
1809
1810         * pgg.el (pgg-read-passphrase): Simplify.
1811
1812 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1813
1814         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1815         'plugged' when actually 'unplugged' bug.
1816         (gnus-category-read): Ignore nil values when converting an
1817         old-format category so that the new-format category will default
1818         those attributes to the global variables.
1819
1820 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1823         doc-string.
1824
1825 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1826
1827         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1828         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1829         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1830         * mm-url.el (mm-url-decode-entities-string): do.
1831         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1832         * mm-decode.el (mm-find-raw-part-by-type): do.
1833         * message.el (message-send-mail-partially)
1834         (message-send-mail-with-sendmail): do.
1835         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1836         * gnus-kill.el (gnus-pp-gnus-kill): do.
1837         * gnus-art.el (gnus-article-treat-unfold-headers)
1838         (gnus-article-encrypt-body): do.
1839
1840 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1843         (mail-source-delete-old-incoming-confirm): New variable.
1844         (mail-source-delete-old-incoming): Use it.  New function.
1845         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1846         `mail-source-delete-incoming' is a nonnegative integer.
1847
1848 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1851         (gnus-user-agent): Fixed typo.
1852
1853 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1854
1855         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1856         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1857
1858 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1861         (gnus-agent-fetch-session): Allow debugging to take place.
1862
1863 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1864
1865         * gnus-sum.el (gnus-highlight-selected-summary)
1866         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1867         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1868         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1869         and makes it clear that we don't need the side effect.
1870         * gnus-util.el (gnus-delete-line): do.
1871         * gnus-xmas.el (gnus-group-add-icon): do.
1872         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1873         * nntp.el (nntp-send-authinfo-from-file): do.
1874         * nnml.el (nnml-header-value): do.
1875         * nnheader.el (nnheader-insert-references): do.
1876         * gnus-cite.el (gnus-article-highlight-citation)
1877         (gnus-cite-parse): do.
1878         * gnus-score.el (gnus-score-followup): do.
1879         * gnus-draft.el (gnus-draft-send): do.
1880         * gnus-group.el (gnus-group-highlight-line): do.
1881         * gnus-cache.el (gnus-cache-braid-nov): do.
1882         * nnfolder.el (nnfolder-retrieve-headers)
1883         (nnfolder-request-article): do.
1884         * gnus-art.el (article-hide-boring-headers)
1885         (gnus-article-hide-header): do.
1886
1887         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1888         * nnml.el (nnml-request-replace-article): do.
1889         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1890         * nnfolder.el (nnfolder-request-move-article): do.
1891         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1892         * gnus-art.el (gnus-mm-display-part): do.
1893
1894         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1895
1896 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1897
1898         * nntp.el (nntp-possibly-change-group): Avoid calling
1899         process-buffer on nil (Which happened when you lost your
1900         connection while fetching); instead signal a "Server Closed
1901         Connection" error.
1902
1903 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1904
1905         * gnus-agent.el (gnus-agent-enable-expiration): New
1906         variable. Either ENABLE or DISABLE.  Sets default behavior for
1907         selecting which groups are expired.
1908         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1909         gnus-agent-set-cat-groups): Provides abstract interface for
1910         accessing agent category.  Category now implemented by an alist.
1911         (gnus-agent-add-group, gnus-agent-remove-group,
1912         gnus-category-insert-line, gnus-category-edit-predicate,
1913         gnus-category-edit-score, gnus-category-edit-groups,
1914         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1915         new agent category abstraction.
1916         (gnus-agent-find-parameter): New function. Search for agent
1917         configuration parameter first in the group's parameters, then its
1918         topics (if any), and then the group's category.  If not found
1919         anywhere, use the original defined constants.
1920         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1921         gnus-agent-find-parameter.
1922         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1923         gnus-agent-cache now blocks retrieving headers and articles from
1924         the local cache.  Fetched content is still added to the cache
1925         before being returned.
1926         (gnus-agent-fetch-session): Use error-message-string to generate
1927         displayed error message.
1928         (gnus-agent-customize-category): New Command. 'e' in category
1929         buffer opens category customization buffer.
1930         (gnus-category-read): Reads either positional or alist format;
1931         returns alist format.
1932         (gnus-category-write): Writes category file compatible with
1933         current, and previous, versions of gnus-agent.
1934         (gnus-category-make-function, gnus-category-make-function-1):
1935         Corrected documentation; parameter is predicate NOT category.
1936         (gnus-predicate-implies-unread): Now works in more cases per the
1937         todo comment.
1938         (gnus-function-implies-unread-1): New function. Supports
1939         gnus-predicate-implies-unread.
1940         (gnus-agent-expire-group): Command now provides default of group
1941         under point.
1942         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1943         agent-days-until-old parameters. No longer supports
1944         gnus-agent-expire-days being set to an alist.
1945         (gnus-agent-request-article): Now performs its own checks of
1946         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1947         assuming that the caller will do them correctly.
1948         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1949         gnus-agent-expire-days is set to an alist.  Converts said alist
1950         into group parameter so that gnus-agent-expire-days will not be
1951         needed.
1952         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1953         checks surrounding gnus-agent-request-article removed; now
1954         performed by gnus-agent-request-article.
1955         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1956         customizable group/topic parameters that regulate the agent.
1957         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1958         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1959         the list of gnus buffers.
1960         (gnus-trim-whitespace): Removes leading and trailing whitespace
1961         from multiline strings.
1962         (gnus-agent-cat-prepare-category-field,
1963         gnus-agent-customize-category): Constructs a category
1964         customization buffer.
1965         * gnus-int.el (gnus-retrieve-headers,
1966         gnus-request-expire-articles): No longer checks gnus-agent-cache
1967         as it is handled internally by the agent.
1968         (gnus-request-head, gnus-request-body): Conditional checks
1969         surrounding gnus-agent-request-article removed; now performed by
1970         gnus-agent-request-article.
1971
1972         * gnus-start.el (): Added defvar statements to resolve compilation
1973         warnings.
1974         (gnus-long-file-names): New function. Isolates platform dependent
1975         msdos-long-file-names.
1976         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1977         option of writing directly to file.  Avoids memory exhausted
1978         errors when .newsrc.eld is huge.
1979         (gnus-save-newsrc-file): Uses new
1980         gnus-save-startup-file-via-temp-buffer.
1981         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1982         standard-output.
1983         (gnus-display-time-event-handler): Changed to alias from a defun
1984         to avoid a compile-time warning when display-time-event-handler is
1985         not defined.
1986         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1987         standard-output such that prin1 and princ will write directly to a
1988         file.
1989
1990         * gnus.el (gnus-agent-cache): Expanded documentation.
1991         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1992         so that this face is actually bold.
1993
1994         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1995         gnus-use-cache has been set.
1996
1997 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1998
1999         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2000
2001 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2002
2003         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2004
2005 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2006
2007         * spam.el: Fix typo.
2008
2009 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2010         (Trivial patch.)
2011
2012         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2013         errors-buffer. This produces a nicer error message in case of
2014         problems.
2015
2016 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2019         load stats iff spam-use-stat is on
2020
2021         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2022         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2023         instead of spam-stat-load and spam-stat-save in the
2024         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2025
2026 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2027
2028         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2029
2030 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * message.el (message-make-fqdn): Protect against nil user-mail.
2033
2034 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2035
2036         * gnus-art.el (gnus-boring-article-headers): New values:
2037         'to-list and 'cc-list.
2038
2039 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2040
2041         * spam.el (spam-setup-widening): new function to set
2042         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2043         (spam-list-of-statistical-checks): list of statistical splitter
2044         checks
2045         (spam-split): added a widen call when a statistical check is
2046         enabled
2047
2048 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2049
2050         * gnus-msg.el (gnus-user-agent): Changed default to
2051         'emacs-gnus-type, renamed 'full.
2052
2053 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2054
2055         * nnfolder.el (nnfolder-request-accept-article): Don't use
2056         mail-header-unfold-field.
2057
2058 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2059
2060         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2061         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2062
2063 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2066         (spam-split): remove spam-stat-load call
2067
2068 2003-02-26  Simon Josefsson  <jas@extundo.com>
2069
2070         * gnus-sum.el (gnus-summary-toggle-header): Run
2071         gnus-article-decode-hook instead of calling a-decode-encoded-words
2072         directly (the latter is run as part of the former).
2073
2074 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2075
2076         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2077
2078 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2079
2080         * message.el (message-sendmail-envelope-from): New option.
2081         (message-sendmail-envelope-from): New function.
2082         (message-send-mail-with-sendmail): Use it.
2083
2084 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2085
2086         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2087         compensation for TDMA addresses.
2088
2089 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-msg.el (gnus-user-agent): New variable.
2092         (gnus-version-expose-system): Removed.  Obsoleted by
2093         `gnus-user-agent'.
2094         (gnus-extended-version): Use `gnus-user-agent'.
2095
2096 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2097
2098         * spam.el (spam-stat-register-spam-routine,
2099         spam-stat-register-ham-routine): remove spam-stat-save
2100         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2101
2102 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2103
2104         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2105         reference.
2106
2107 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2108
2109         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2110         calculation to avoid integer overflow.
2111
2112 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2115
2116 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2117         * spam.el: disabled spam-get-article-as-filename
2118
2119         From Michael Shields  <shields@msrl.com>
2120
2121         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2122         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2123         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2124         * spam.el (spam-summary-prepare-exit): Use it.
2125         * gnus.el (gnus-install-group-spam-parameters): New.
2126         * spam.el (spam-group-ham-processor-copy-p): New.
2127         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2128         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2129         that would cause the current message to be moved if the group had
2130         no spam.
2131         * spam.el (spam-ham-move-routine): New `copy' argument.
2132
2133 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2134         From Martin Thornquist <martint@ifi.uio.no>
2135
2136         * gnus-topic.el (gnus-topic-select-group): Select last group if
2137         after last group.
2138         * gnus-group.el (gnus-group-select-group): Ditto.
2139
2140 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2143         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2144         point-at-(b|e)ol which aren't available in Emacs 20.
2145
2146         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2147
2148 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2149
2150         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2151         clause of the condition-case statement.  Errors connecting to a
2152         server no longer terminate gnus.
2153
2154         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2155         make its use obvious.  Added no-nothing case to avoid
2156         opening(closing) servers when already open(closed).
2157         (gnus-agent-while-plugged): Added macro to facilitate internal use
2158         of gnus-agent-toggle-plugged.
2159         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2160         temporarily open servers.
2161         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2162         as sorting gnus-newsgroup-headers is wrong.
2163         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2164         to temporarily open servers. Corrected logic to handle setting
2165         gnus-agent-mark-unread-after-downloaded.
2166         (gnus-agent-fetch-articles): Now handles headers with missing
2167         article sizes and/or missing article lengths.  Now clears the
2168         message buffer when finished.
2169         (gnus-agent-fetch-group-1): Position point before calling
2170         gnus-summary-set-agent-mark.
2171         (gnus-get-predicate): Corrected description, parameter is
2172         predicate not category.
2173         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2174         provide a separate single group expiration function.
2175         (gnus-agent-regenerate-group): Now clears the message buffer when
2176         finished.
2177
2178 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2179
2180         * gnus.el (gnus-agent-target-move-group-header): New variable.
2181         * gnus-draft.el (gnus-draft-send): If special header
2182         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2183         that group, instead of performing the regular sending functions.
2184
2185 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2188
2189 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2192         variables.
2193         (message-make-fqdn): Use it.  Improved validity check.
2194
2195 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * message.el (message-user-mail-address): Check whether
2198         user-mail-address looks valid.
2199
2200         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2201
2202         * gnus-util.el (gnus-fetch-original-field): New function.
2203
2204 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2205
2206         * message.el (message-mode): \\(...\\) around additional
2207         paragraph-separate alternative.
2208
2209 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2210
2211         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2212         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2213         display key bindings.
2214         (gnus-mime-button-menu): Rewrite.
2215
2216 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-art.el (gnus-button-url-regexp): Removed `.
2219
2220 2003-02-23  Max Froumentin  <mf@w3.org>
2221
2222         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2223
2224 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-art.el (gnus-mime-action-on-part): Require a match
2227         interactively.
2228
2229         * gnus-start.el (gnus-save-newsrc-file): Use
2230         gnus-backup-startup-file.
2231         (gnus-backup-startup-file): New variable.
2232
2233 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus.el (gnus-summary-buffer-name): Moved function here.
2236
2237         * gnus-draft.el (defun): Remove debug.
2238
2239 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2240
2241         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2242         can't open server.
2243
2244 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-draft.el (defun): Configure posting styles.
2247
2248         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2249         the entry for the group exists before we alter it.
2250
2251 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2252
2253         * message.el (message-mode): MML tags separate paragraphs.  Small
2254         change from David S Goldberg <david.goldberg6@verizon.net>.
2255
2256         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2257         `gnus-newsgroup-headers'.
2258
2259         * gnus-art.el (gnus-article-refer-article): Grok more message id
2260         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2261
2262 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2263
2264         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2265         use "path name".
2266
2267 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2268
2269         * gnus-sum.el (gnus-summary-move-article)
2270         (gnus-summary-expire-articles): send data header for article, not
2271         just article ID
2272
2273         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2274         (gnus-register-spool-action): added hashtable of message ID keys
2275         with message motion data
2276
2277 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2278         From Reiner Steib  <Reiner.Steib@gmx.de>.
2279
2280         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2281         variable, used in `gnus-button-mid-or-mail-heuristic'.
2282         (gnus-button-mid-or-mail-heuristic): New function derived from
2283         Florian Weimer's Perl script.
2284         (gnus-button-handle-mid-or-mail): Allow a function instead of
2285         'guess.
2286         (gnus-button-guessed-mid-regexp): Removed.
2287
2288 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * message.el (message-resend): Bind message-setup-hook to nil;
2291         remove X-Draft-From header.
2292
2293 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2294
2295         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2296         (gnus-newsgroup-undownloaded)
2297         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2298         Doc fixes.
2299
2300 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2301
2302         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2303         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2304
2305 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2306
2307         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2308         insert-string which is obsolete in Emacs 21.4.
2309
2310         * message.el (message-cross-post-followup-to-header): do.
2311
2312         * spam.el (spam-ifile-register-with-ifile)
2313         (spam-stat-register-spam-routine)
2314         (spam-stat-register-ham-routine)
2315         (spam-bogofilter-register-with-bogofilter): do.
2316
2317         * mailcap.el (mailcap-mime-data): Fix typo.
2318
2319         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2320
2321 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2324         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2325         `gnus-cite-unsightly-citation-regexp'.
2326
2327 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2330         even if there's just a header.
2331
2332 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2333
2334         * message.el (message-fix-before-sending): Fix highlighting of
2335         illegible and invisible text.
2336
2337         * gnus-util.el (gnus-multiple-choice): Separate choices with
2338         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2339
2340 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2341
2342         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2343
2344 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * spam.el (spam-ham-move-routine)
2347         (spam-mark-spam-as-expired-and-move-routine): use
2348         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2349         around process-mark manipulation on the group
2350
2351 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2352
2353         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2354         submenu.
2355
2356 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * mail-source.el (mail-source-fetch): Reverse the return value of
2359         the continuation question.
2360
2361 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nndraft.el (nndraft-request-move-article): Bind
2364         nnmh-allow-delete-final to t.
2365
2366 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2367
2368         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2369
2370 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2371
2372         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2373         the buffer's size.
2374
2375 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2376
2377         * nnheader.el: Added cygwin to system-type comparisons.
2378
2379 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2380
2381         * imap.el (imap-mailbox-status): Fix typo.
2382
2383 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2384
2385         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2386         online.
2387
2388 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2389
2390         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2391         commands.
2392         * gnus-sum.el: Small change from Frank Weinberg
2393         <frank@usenet-rundfahrt.de>:
2394         (gnus-auto-center-group): New variable.
2395         (gnus-summary-read-group-1): Use it.
2396         (gnus-summary-next-group): Fix docstring.
2397
2398 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-util.el (gnus-faces-at): Simplify.
2401
2402 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * spam.el (spam-ham-move-routine)
2405         (spam-mark-spam-as-expired-and-move-routine): made the article
2406         move conditional, so it's not called even if there's nothing to move
2407
2408 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2409
2410         * message.el (message-unix-mail-delimiter): Accept any whitespace
2411         after the email address and before the date; do not require the
2412         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2413
2414 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2417         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2418
2419         * gnus-util.el (gnus-faces-at): New macro.
2420
2421 2003-02-13  Michael Shields  <shields@msrl.com>
2422
2423         * gnus-cite.el
2424         (gnus-cite-attribution-suffix, gnus-cite-parse):
2425         Better handling for Microsoft citation styles.
2426         (gnus-unsightly-citation-regexp): New.
2427
2428 2003-02-12  Michael Shields  <shields@msrl.com>
2429
2430         * gnus-art.el (article-strip-banner): Strip both per-group and
2431         per-user-address banners.
2432         (article-really-strip-banner): New.
2433
2434 2003-02-12  Michael Shields  <shields@msrl.com>
2435
2436         * gnus-sum.el (gnus-article-goto-next-page,
2437         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2438         relying on the summary bindings of `n' and `p'.
2439
2440 2003-02-12  Michael Shields  <shields@msrl.com>
2441
2442         * gnus-art.el (gnus-article-only-boring-p): New.
2443         (gnus-article-skip-boring): New.
2444         * gnus-cite.el (gnus-article-boring-faces): New.
2445         * gnus-sum.el (gnus-summary-next-page): Use
2446         gnus-article-only-boring-p.
2447
2448 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2449
2450         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2451         (spam-ham-move-routine): unmark all articles before marking those
2452         of interest and calling gnus-summary-move-article
2453
2454 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2455
2456         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2457         logically the complement of gnus-get-buffer-create and
2458         gnus-add-buffer.
2459
2460         * gnus-util.el (gnus-kill-buffer): do.
2461
2462         * nnmail.el: Autoload gnus-kill-buffer.
2463
2464 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2465
2466         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2467         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2468         the current LINE.
2469         (gnus-agent-summary-fetch-group): Minimized the number of times
2470         that the article is updated in the buffer.
2471
2472 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         * spam.el (spam-ham-move-routine): use the process-mark instead of
2475         gnus-current-article when moving articles
2476         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2477
2478 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2481         (gnus-topic-catchup-articles): Ditto.
2482         (gnus-topic-mark-topic): Reverse recursive logic.
2483
2484 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2485
2486         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2487         gnus-refer-thread-limit is t.
2488
2489 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2490
2491         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2492         sort-coding-systems to prefer utf-8 over utf-16.
2493
2494 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2495
2496         * gnus-agent.el (gnus-agent-expire-days):
2497         gnus-request-move-article depends on gnus-agent-expire to clean up
2498         the cache after moving the article.  Therefore, g-a-e-d can NOT
2499         default to nil or can gnus-agent-expire be disabled by doing so.
2500         If you don't want to run gnus-agent-expire, don't call it.
2501         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2502         when g-a-e-d was NOT nil was removed.
2503         (gnus-agent-article-name): Removed unnecessary input test as
2504         article IDs are always strings.
2505         (gnus-agent-regenerate-group): Added check to protect against
2506         servers that generate absurdly long article IDs.  Valid IDs are
2507         less than 10 digits to avoid overflow errors.  Fixed logic error
2508         when ensuring that the final article ID is present in the new
2509         alist.
2510
2511 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2514         next line after finding the parent.
2515
2516 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * gnus.el (gnus-version-number): Bumped.
2519
2520 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2521
2522         * gnus.el: Oort Gnus v0.15 is released.
2523
2524 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2525
2526         * nnmail.el (nnmail-split-it): If a message ends up matching the
2527           same mailbox more than once, it will cause duplicates to appear
2528           in the mailbox.
2529
2530 2003-02-08  Simon Josefsson  <jas@extundo.com>
2531
2532         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2533         code that only worked under Emacs.
2534
2535         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2536         Das <satyaki@chicory.stanford.edu>.
2537
2538 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2539
2540         * gnus-art.el (gnus-article-refer-article): Use
2541         gnus-replace-in-string.
2542
2543         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2544         (gnus-remove-duplicates): do.
2545
2546 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2549         (gnus-request-scan): set
2550         gnus-internal-registry-spool-current-method to gnus-command-method
2551         before a request-scan operation
2552
2553         * gnus-registry.el (regtest-nnmail): use
2554         gnus-internal-registry-spool-current-method
2555
2556 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * mail-source.el (mail-source-fetch): Typo fix.
2559
2560 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2561
2562         * nnmail.el (nnmail-spool-hook): new hook
2563         (nnmail-cache-insert): call nnmail-spool-hook
2564
2565         * gnus-registry.el: new file with examples of using the hooks
2566
2567         * gnus.el (gnus-registry): added registry customization group
2568         (gnus-group-prefixed-name): improve function to return full group
2569         name optionally
2570         (gnus-group-guess-prefixed-name): shortcut to
2571         gnus-group-prefixed-name, using just the group name
2572         (gnus-group-full-name): always get a group's full name
2573         (gnus-group-guess-full-name): shortcut, using just the group name
2574
2575         * gnus-sum.el (gnus-summary-article-move-hook)
2576         (gnus-summary-article-delete-hook)
2577         (gnus-summary-article-expire-hook): new hooks
2578         (gnus-summary-move-article, gnus-summary-expire-articles)
2579         (gnus-summary-delete-article): invoke the new hooks
2580
2581 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2582
2583         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2584         from message-ID
2585
2586 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2587
2588         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2589
2590 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2591
2592         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2593         (mm-write-region, mm-detect-coding-region): Doc fixes.
2594
2595 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * mail-source.el (mail-source-fetch): Ignore errors.
2598         (mail-source-ignore-errors): New variable.
2599
2600         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2601         articles.
2602
2603         * gnus-msg.el (gnus-version-expose-system): Change default.
2604
2605 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2606
2607         * gnus-msg.el (gnus-version-expose-system): New variable.
2608
2609 2003-02-07  Simon Josefsson  <jas@extundo.com>
2610
2611         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2612         patch from deskpot@myrealbox.com (Vasily Korytov).
2613
2614 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-art.el (article-display-face): Get the Face header from
2617         the current buffer.
2618
2619 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-mime-view-part-internally): Bind
2622         buffer-read-only to nil.
2623
2624 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2627         from g-a-e-1 to g-a-e-2.
2628
2629 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2632         of bbdb-search-simple, use spam-use-BBDB-exclusive
2633         (spam-check-whitelist): use spam-use-whitelist-exclusive
2634         (spam-use-whitelist-exclusive): new variable affecting
2635         spam-use-whitelist
2636         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2637
2638 2003-02-05  Simon Josefsson  <jas@extundo.com>
2639
2640         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2641         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2642         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2643         (gnus-agent-expire-1): New.
2644         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2645         (gnus-agent-expire-2): New.
2646
2647 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2648
2649         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2650         "delete-if" is misleading because it isn't actually destructive.
2651
2652         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2653
2654         * nnmail.el (nnmail-purge-split-history): do.
2655
2656         * gnus-win.el (gnus-get-buffer-window): do.
2657
2658         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2659         let-binding.
2660         (gnus-simplify-all-whitespace): do.
2661
2662 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-delay.el (gnus-delay-article): Fix binding of the
2665         nndraft:delayed group.
2666
2667 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * gnus.el (spam group parameters): change 'other to 'const in
2670         the group parameter definitions to soothe XEmacs
2671
2672 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2673
2674         * gnus-delay.el (gnus-delay-article): Really create
2675         nndraft:delayed group if it doesn't exist.
2676
2677 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2678
2679         * gnus-sum.el (gnus-summary-search-article): Speed up by
2680         disabling various visual features while searching.
2681         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2682
2683 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2684
2685         * spam.el (spam-list-of-checks): Don't quote nil and t in
2686         docstrings.  From the elisp manual:
2687
2688            When a documentation string refers to a Lisp symbol, write
2689            it [..] with single-quotes around it.  [..] There are two
2690            exceptions: write t and nil without single-quotes.
2691
2692         * messcompat.el (message-from-style): do.
2693
2694         * message.el (message-send-mail): do.
2695
2696         * gnus-util.el (gnus-use-byte-compile): do.
2697
2698         * gnus-score.el (gnus-score-lower-thread): do.
2699
2700         * gnus-int.el (gnus-server-unopen-status): do.
2701
2702         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2703         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2704
2705         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2706         (gnus-group-parameters): do.
2707
2708         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2709
2710         * mm-decode.el (mm-text-html-renderer): do.
2711
2712 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * nnheader.el (nnheader-directory-separator-character): Change the
2715         way to compute the dafault value.
2716
2717 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2718
2719         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2720         (gnus-button-alist): Fix regexp for describe-key.
2721         (gnus-button-handle-describe-function)
2722         (gnus-button-handle-describe-variable)
2723         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2724         (gnus-button-handle-apropos-variable)
2725         (gnus-button-handle-apropos-documentation): Docstring fix.
2726
2727         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2728
2729 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2732         to nil.
2733
2734         * nnmail.el: Removed gnus-util autoload.
2735
2736         * gnus.el: Use gnus-prin1-to-string throughout.
2737
2738         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2739         print-level.
2740
2741         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2742         (gnus-treat-display-grey-xface): Removed.
2743
2744         * gnus-fun.el (gnus-grab-cam-face): New.
2745         (gnus-convert-image-to-gray-x-face): Removed.
2746         (gnus-convert-gray-x-face-to-xpm): removed.
2747         (gnus-convert-gray-x-face-region): Removed.
2748         (gnus-grab-gray-x-face): Removed.
2749
2750         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2751
2752 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2753
2754         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2755         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2756         bound.
2757
2758         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2759
2760 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2761
2762         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2763         Remove -- these are bogus options which are never used.
2764
2765 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2766
2767         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2768
2769 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * spam.el (spam-check-blackholes)
2772         (spam-blackhole-good-server-regex): new variable to skip some IPs
2773         when checking blackholes; use it
2774         (spam-check-bogofilter-headers)
2775         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2776         case more X-Bogosity is used than just "Yes/No"
2777         (spam-ham-move-routine): semi-fixed, only first article is
2778         properly moved now
2779
2780 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2781
2782         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2783         as well.
2784
2785         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2786
2787         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2788
2789         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2790
2791         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2792
2793         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2794
2795 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-fun.el (gnus-face-encode): New function.
2798         (gnus-convert-png-to-face): Use it.
2799
2800         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2801
2802 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2803
2804         * mm-decode.el (mm-dissection-list): Remove.
2805         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2806         only used in mm-remove-all-parts.
2807         (mm-remove-all-parts): Remove it, it's never called.
2808
2809 2003-01-25  Simon Josefsson  <jas@extundo.com>
2810
2811         * gnus-group.el (gnus-group-make-group): Report errors.
2812
2813         * nnimap.el (nnimap-request-create-group): Ditto.
2814
2815         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2816
2817         * sieve.el (sieve-upload): Fix error printing.
2818
2819         * mm-encode.el (mm-qp-or-base64): Always QP iff
2820         mm-use-ultra-safe-encoding and cleartext PGP.
2821
2822         * gnus-sum.el (gnus-summary-select-article): Inhibit
2823         redisplay (mainly for secured messages).
2824
2825         * nnmail.el (nnmail-article-group): Copy body too (but don't
2826         process it).
2827
2828 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2829
2830         * gnus-art.el (gnus-article-setup-buffer): Reset
2831         gnus-button-marker-list.
2832
2833 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * nntp.el (nntp-read-timeout): Default to using a second delay
2836         under Microsoft Windows.
2837
2838 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * nnheader.el (nnheader-directory-separator-character): New
2841         variable.
2842
2843 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2844
2845         * gnus-agent.el (gnus-agent-max-fetch-size)
2846         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2847         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2848         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2849         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2850         (gnus-agent-braid-nov, gnus-agent-load-alist)
2851         (gnus-agent-article-alist-save-format)
2852         (gnus-agent-read-agentview, gnus-agent-save-alist)
2853         (gnus-agent-fetch-group-1, gnus-agent-expire)
2854         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2855         (gnus-agent-regenerate-group): Reformat to keep under eighty
2856         columns.  Reword docstrings so that first line is under eighty
2857         chars and a complete sentence.  Still need to work on the rear
2858         end of the file, in particular gnus-agent-expire.
2859
2860 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-agent.el (gnus-agentize): Indent.
2863
2864         * gnus.el (gnus-version-number): Bumped.
2865
2866 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2867
2868         * gnus.el: Oort Gnus v0.14 is released.
2869
2870 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2871
2872         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2873         before beginning.  Tiny patch from Mark Thomas
2874         <swoon@bellatlantic.net>.
2875
2876 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * spam.el (spam-check-blackholes, spam-split)
2879         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2880         gnus-message calls to show to users what spam.el is doing
2881
2882 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2883
2884         * gnus-msg.el (gnus-message-replysign)
2885         (gnus-message-replyencrypt): Fix typo.
2886
2887 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2890         details.
2891
2892 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-art.el (gnus-article-press-button): let* -> let.
2895         (gnus-mime-security-show-details): Cleaned up.
2896         (gnus-mime-security-press-button): Save excursion.
2897         (gnus-insert-mime-security-button): Clean up.
2898
2899         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2900
2901         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2902         timeout.
2903
2904         * nntp.el (nntp-accept-process-output): Removed timeout.
2905         (nntp-read-timeout): New variable.
2906         (nntp-accept-process-output): Use it.
2907
2908         * gnus-sum.el (gnus-data-find-list): Remove *.
2909
2910 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2911
2912         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2913         introduced on 2002-01-22.
2914         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2915
2916 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2919         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2920         checks of incoming mail based on simple header regexp matching
2921
2922 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * gnus-sum.el (gnus-spam-mark): set to `$'
2925
2926 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2927
2928         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2929         gnus-newsgroup-unfetched, the list of articles whose headers have
2930         not been fetched from the server.
2931
2932         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2933         parameter as it never worked due to a bug.  Added check to prevent
2934         selection of any article in the gnus-newsgroup-unfetched list.
2935         (gnus-summary-find-prev): Added check to prevent selection of any
2936         article in the gnus-newsgroup-unfetched list.
2937         (gnus-summary-first-subject): Documented API. Modified
2938         implementation so that constraints are handled independently.
2939         Added check to prevent selection of any article in the
2940         gnus-newsgroup-unfetched list.
2941         (gnus-summary-first-unseen-subject): Updated parameters in
2942         gnus-summary-first-subject call to match new API.
2943         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2944         (gnus-summary-catchup): Do not mark unfetched articles as read.
2945
2946 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2947
2948         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2949         make-obsolete-variable allows only two arguments in XEmacs and
2950         Emacs 20.
2951
2952         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2953         gnus-article-hide-pgp.
2954         (gnus-summary-make-menu-bar): do.
2955
2956         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2957         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2958         gnus-article-hide-pgp.
2959         (article-hide-pgp): Remove.
2960         (gnus-article-hide): Remove gnus-article-hide-pgp.
2961
2962         * gnus.el: Remove gnus-article-hide-pgp
2963
2964 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * message.el (message-required-headers): Doc fix.
2967
2968 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2971         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2972         option to make ifile a purely binary classifier
2973
2974 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2977         (mml-secure-encrypt-pgpmime): Removed double.
2978
2979         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2980         debugging statements.
2981
2982 2003-01-21  Andreas Fuchs  <asf@void.at>
2983
2984         * mml-sec.el (mml-sign-alist): Added pgpauto.
2985
2986 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus.el (gnus-version-number): Bumped version number.
2989
2990 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2991
2992         * gnus.el: Oort Gnus v0.13 is released.
2993
2994 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * gnus-art.el (gnus-button-url-regexp): Removed |.
2997
2998         * message.el (message-send-hook): Doc fix.
2999
3000         * gnus-win.el (gnus-buffer-configuration): Display article
3001         instead of article-copy when `reply'.
3002
3003 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3004
3005         * gnus.el (gnus-format): Change customize group to gnus.
3006         (gnus-cache): Add link.
3007         (gnus-group-charter-alist): Fix docstring.
3008
3009 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3010
3011         * mailcap.el (mailcap-print-command): lpr-command might be
3012         unbound in XEmacs.
3013
3014 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3015
3016         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3017
3018         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3019         calculation of net characters added for use in the gnus-data
3020         structure.
3021
3022 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3023
3024         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3025         message.  Suggested by Jari Aalto.
3026
3027 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3030         (gnus-article-reply-with-original): Ditto.
3031
3032         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3033         read articles don't become unread.
3034
3035 2003-01-17  Simon Josefsson  <jas@extundo.com>
3036
3037         * gnus-fun.el (gnus-x-face-from-file):
3038         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3039
3040         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3041         (gnus-convert-image-to-face-command): Doc fix.
3042
3043 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3046
3047 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3048
3049         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3050         avoid encoding problems.
3051
3052         * mailcap.el (mailcap-ps-command): New variable.
3053         (mailcap-mime-data): Add print entry where applicable.  Use
3054         pdftotext on a tty.
3055
3056 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3057
3058         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3059
3060 2003-01-16  Simon Josefsson  <jas@extundo.com>
3061
3062         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3063         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3064         (gnus-face-from-file): Doc fix; don't mention image format.
3065
3066 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3067
3068         * spam.el (spam-get-article-as-filename): new function (unused for now)
3069         (spam-get-article-as-buffer): new function
3070         (spam-get-article-as-string): use spam-get-article-as-buffer
3071         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3072
3073 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3074
3075         * gnus-agent.el: Don't use `path'.
3076         From the GNU coding standards:
3077
3078             Please do not use the term ``pathname'' that is used in Unix
3079             documentation; use ``file name'' (two words) instead.  We use
3080             the term ``path'' only for search paths, which are lists of
3081             directory names.
3082
3083         * nnsoup.el (nnsoup-file-name): Ditto.
3084
3085         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3086         (nnmail-group-pathname): Ditto.
3087
3088         * nnimap.el (nnimap-group-overview-filename): Ditto.
3089
3090         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3091         (nnheader-group-pathname): Ditto.
3092
3093         * nnfolder.el (nnfolder-group-pathname): Ditto.
3094
3095         * gnus.el (gnus-home-directory): Ditto.
3096
3097         * gnus-group.el (gnus-group-icon-list): Ditto.
3098
3099 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3100
3101         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3102
3103         * message.el (message-mode-menu): Use it.
3104         (message-mode-menu): Deactivate "Yank Original" if there's no
3105         reply buffer.
3106
3107         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3108
3109         * message.el (message-mark-active-p): New function.
3110
3111 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3114         (spam-bogofilter-database-directory): new variables
3115         (spam-check-bogofilter-headers, spam-check-bogofilter)
3116         (spam-bogofilter-register-with-bogofilter)
3117         (spam-bogofilter-register-spam-routine)
3118         (spam-bogofilter-register-ham-routine)
3119         (spam-group-ham-processor-bogofilter-p): new functions for the new
3120         Bogofilter interface
3121         (spam-summary-prepare-exit): use the new Bogofilter functions
3122         (spam-list-of-checks): added spam-use-bogofilter-headers
3123         (spam-bogofilter-score): rewrote function
3124         (spam-check-bogofilter): optional score parameter, uses
3125         spam-check-bogofilter-headers better
3126         (spam-check-bogofilter-headers): optional score parameter
3127
3128         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3129         default, in the gnus-start customization group.  Used to disable
3130         the spam-*/ham-* parameters.
3131         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3132
3133 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3134
3135         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3136         XEmacs.
3137
3138         * gnus-ems.el (gnus-mark-active-p): do.
3139
3140 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3141
3142         * gnus.texi (Using MIME): Mention auto-compression-mode with
3143         gnus-mime-copy-part.
3144
3145 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * message.el (message-send): Don't warn about duplicates when
3148         superseding.
3149
3150 2003-01-15  Simon Josefsson  <jas@extundo.com>
3151
3152         * nnimap.el (nnimap-split-download-body): New variable.
3153         (nnimap-split-articles): Use it.
3154
3155 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3156
3157         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3158         integrity checker was incorrectly flagging, and removing, articles
3159         whose article number was negative.
3160         (gnus-agent-fetch-group-1): When executed in the group's summary
3161         buffer, refresh each downloaded line to update the status flag and
3162         font.  Preserve the value of gnus-newsgroup-headers so that
3163         gnus-agent-fetch-articles can split the requests by size.
3164         (gnus-agent-expire): Corrected day calculation for when
3165         gnus-agent-expire-days contains a list.
3166
3167 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3170
3171 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3172
3173         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3174           /usr/bin/play as default player.
3175           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3176
3177 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3180         articles to be marked as well.
3181
3182 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3183         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3184         fictious headers generated by nnagent (ie. Undownloaded Article
3185         ####) in the list of articles that have not been downloaded.
3186
3187         * gnus-int.el (): Added require declarations to resolve
3188         compile-time warnings.
3189         (gnus-open-server): If the server status is set to offline,
3190         recursively execute gnus-open-server to open the offline backend
3191         (e.g. nnagent).
3192
3193 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3194
3195         * gnus-art.el (gnus-article-reply-with-original): Use
3196         gnus-mark-active-p.
3197         (gnus-article-followup-with-original): do.
3198
3199 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3202
3203 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3204
3205         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3206         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3207
3208 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3209
3210         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3211         (gnus-face-from-file): Ditto.
3212
3213 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3216         gnus-alter-articles-to-read-function to the unread articles.
3217
3218 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * deuglify.el (gnus-article-outlook-unwrap-lines)
3221         (gnus-article-outlook-repair-attribution)
3222         (gnus-article-outlook-rearrange-citation): New function names,
3223         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3224         doc-string.
3225
3226         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3227         removed `W k' key binding (use `W Y f' instead).
3228         (gnus-summary-make-menu-bar): Use new function names.
3229
3230 2003-01-13  Simon Josefsson  <jas@extundo.com>
3231
3232         * gnus-fun.el (gnus-random-x-face): Doc fix.
3233         (gnus-insert-random-x-face-header): New function.
3234
3235 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3236
3237         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3238         mark is not active.
3239
3240         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3241
3242         * gnus-ems.el (gnus-mark-active-p): New function.
3243
3244         * gnus-group.el (gnus-topic-mode-p): New function.
3245         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3246         Deactivate items if mark is not active.
3247
3248 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus.el (gnus-version-number): Bumped version.
3251         (gnus-summary-line-format): Doc fix.
3252
3253 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3254
3255         * gnus.el: Oort Gnus v0.12 is released.
3256
3257 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * mail-source.el (mail-sources): Removed autoload to make it
3260         compile under XEmacs.
3261
3262 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3263
3264         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3265         regexp or a function too.
3266         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3267         confirmation even if the original article is mail.
3268
3269 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3272         articles to be marked when not yanking.
3273
3274 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3275
3276         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3277
3278 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-fun.el (gnus-face-from-file): Autoload.
3281
3282         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3283         errors.
3284
3285 2003-01-12  Simon Josefsson  <jas@extundo.com>
3286
3287         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3288         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3289
3290         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3291         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3292
3293 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3296         in every string.
3297
3298         * gnus.el (gnus-version-number): Bumped version number.
3299
3300 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3301
3302         * gnus.el: Oort Gnus v0.11 is released.
3303
3304 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3305
3306         * message.el (message-fetch-reply-field): Narrow to headers.
3307
3308         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3309         if Gnus isn't alive.
3310
3311 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3312
3313         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3314         marks from articles that are already stored in the agent.
3315         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3316         backup copy of an invalid .overview file for later analysis.
3317
3318 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3319
3320         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3321         exit work with two frames.
3322
3323 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3324
3325         * message.el (message-forward-make-body): Use mule4.
3326
3327 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * message.el (message-mode-map): Move wide-reply command.
3330
3331 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3332
3333         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3334         castellano.
3335         (gnus-outlook-display-hook): New variable.
3336         (gnus-outlook-display-article-buffer): New function.
3337         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3338         (gnus-outlook-deuglify-article): Made them interactive and added
3339         optional arg.  Use `g-o-d-a-b'.
3340         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3341
3342         * gnus-sum.el: Added autoloads.
3343         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3344         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3345
3346 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-art.el (gnus-display-mime): Use the mime emulation
3349         variable.
3350
3351         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3352
3353         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3354         newsrc-alist is initialized properly.
3355
3356         * mail-source.el (mail-sources): Autoload.
3357
3358         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3359         nil.
3360
3361         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3362         insert two newlines.
3363
3364         * message.el (message-check-news-header-syntax): Compute the
3365         header length correctly.
3366
3367 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3368
3369         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3370         alist when keeping fetched article file.
3371         (gnus-agent-retrieve-headers): When parsing response for article
3372         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3373         against garbage in the server's response.
3374
3375         * gnus-int.el (gnus-request-expire-articles,
3376         gnus-request-move-article): Only expire when the group's server
3377         has been agentized.
3378
3379 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3382         errors when deleting overlays.
3383
3384         * gnus-score.el (gnus-score-followup): Allow tracing.
3385
3386         * gnus-art.el (gnus-treat-display-face): New variable.
3387         (article-display-face): New command.
3388
3389         * gnus-fun.el (gnus-face-from-file): New function.
3390         (gnus-convert-face-to-png): Ditto.
3391
3392         * gnus-art.el (gnus-ignored-headers): Added Face.
3393
3394 2003-01-10  Simon Josefsson  <jas@extundo.com>
3395
3396         * nndraft.el (nndraft-request-group): Avoid crash in
3397         directory-files when draft directory doesn't exists.
3398
3399         * gnus-sum.el (gnus-select-article-hook): Add :option.
3400
3401 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * spam.el (spam-use-stat): new variable
3404         (spam-group-spam-processor-stat-p)
3405         (spam-group-ham-processor-stat-p): new convenience functions
3406         (spam-summary-prepare-exit): add spam/ham processors to sequence
3407         (spam-list-of-checks): add spam-use-stat to list of checks
3408         (spam-split): conditionally load the spam-stat tables
3409         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3410         spam-check-ifile): new functions
3411
3412         * spam-stat.el (spam-stat): typo fix
3413         (spam-stat-install-hooks): new variable
3414         (spam-stat-split-fancy-spam-group): added documentation clarification
3415         (spam-stat-split-fancy-spam-threshhold): new variable
3416         (spam-stat-install-hooks): make hooks conditional
3417         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3418
3419         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3420         spam-stat ham/spam processor symbols
3421
3422 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3425         file exists.
3426
3427 2003-01-10  Simon Josefsson  <jas@extundo.com>
3428
3429         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3430         undownloaded/downloadable only when unplugged.
3431
3432 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3433
3434         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3435
3436 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3437
3438         * spam.el (spam-check-ifile): fixed call-process-region to use the
3439         db parameter only if it's set
3440         (spam-ifile-register-with-ifile): ditto
3441
3442 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3443
3444         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3445         spam-stat-nbad before creating the hash table.
3446         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3447         Changed copyright statement to FSF.
3448
3449 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3450
3451         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3452         processable articles as read.
3453         (gnus-agent-summary-fetch-series): Remove processable and
3454         downloadable marks on all downloaded articles in the series.
3455
3456         * nntp.el (nntp-report): Throw error after reporting the problem.
3457         (nntp-accept-process-output): Corrected error check to report an
3458         error when the process is nil.
3459
3460 2003-01-09  Simon Josefsson  <jas@extundo.com>
3461
3462         * message.el (message-tool-bar-map): Add preview.
3463
3464 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3465
3466         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3467         previewing.
3468
3469 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3470
3471         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3472         bug when the (n+1)th article to be added to a group has a smaller
3473         number than the n articles already added.
3474
3475 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3476
3477         * message.el (message-mode-field-menu): Use backquote.
3478
3479 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * spam.el: fixed the BBDB autoloads again, using
3482         bbdb-search-simple now (which is not a macro, thank god)
3483
3484         * lpath.el (bbdb-search): removed function from maybe-fbind list
3485
3486         * gnus.el (ham-process-destination): added new parameter for
3487         destination of ham articles found in spam groups at summary exit
3488
3489         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3490         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3491         (spam-ifile-database-path): added new parameter for ifile's database
3492         (spam-move-spam-nonspam-groups-only): new parameter to determine
3493         if spam should be moved from all groups or only some
3494         (spam-summary-prepare-exit): fixed logic to use
3495         spam-move-spam-nonspam-groups-only when deciding to invoke
3496         spam-mark-spam-as-expired-and-move-routine; always invoke that
3497         routine after the spam has been expired-or-moved in case there's
3498         some spam left over; use spam-ham-move-routine in spam groups
3499         (spam-ham-move-routine): new function to move ham articles to the
3500         ham-process-destinations group parameter
3501
3502 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3505
3506         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3507         gnus-summary-update-article-line.
3508
3509 2003-01-08  Simon Josefsson  <jas@extundo.com>
3510
3511         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3512         not successful.
3513
3514 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3517
3518 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3521         logic, finally
3522
3523 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3526         (gnus-parse-format): Change to %~.
3527
3528         * message.el (message-generate-headers): Don't generate optional
3529         empty headers.
3530
3531 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * message.el (message-cross-post-default)
3534         (message-cross-post-note-function, message-shoot-gnksa-feet)
3535         (message-strip-subject-trailing-was, message-change-subject)
3536         (message-mark-insert-file, message-cross-post-followup-to)
3537         (message-cross-post-followup-to, message-mode-map)
3538         (message-generate-unsubscribed-mail-followup-to)
3539         (message-make-mail-followup-to): Minor changes to doc-strings and
3540         error messages.  Updated copyright line.
3541
3542         * message.el (message-make-mail-followup-to,
3543         message-generate-unsubscribed-mail-followup-to): New function
3544         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3545         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3546         names.
3547
3548         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3549         (mml-preview-insert-mft): Removed function name.
3550         (mml-preview): Use new function names.
3551
3552         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3553
3554         * message.el (message-mode-field-menu): Moved header related
3555         commands from "Message" to "Field" menu.
3556
3557 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3558
3559         * message.el (message-generate-headers-first): Added customization
3560         if variable is a list.
3561
3562 2003-01-07  Michael Shields  <shields@msrl.com>
3563
3564         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3565         where the last line of the article is the last line of the window.
3566
3567 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-msg.el (gnus-debug): Use ignore-errors.
3570
3571         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3572         `gnus-summary-update-line'.
3573
3574 2003-01-08  Simon Josefsson  <jas@extundo.com>
3575
3576         * gnus-art.el (gnus-unbuttonized-mime-types)
3577         (gnus-buttonized-mime-types): Doc fix.
3578
3579 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3580
3581         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3582
3583 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3584
3585         * nnrss.el (nnrss-group-alist): Add and clear up.
3586
3587 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3588
3589         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3590
3591         * lpath.el (bbdb-search): added BBDB functions for a better way to
3592         fix missing functions
3593
3594         * spam.el (spam-check-ifile): if should be an unless
3595
3596         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3597         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3598         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3599
3600 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3603         gnus-summary-refer-thread to thread menu.
3604
3605 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3606
3607         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3608         summary buffer, articles that cannot be fetched are marked as
3609         canceled.
3610
3611         * nntp.el (nntp-with-open-group): The quit signal handler must
3612         propagate the quit signal to the next outer handler so that the
3613         caller knows that the request aborted abnormally.
3614
3615 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3616
3617         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3618         (spam-ifile-register-spam-routine)
3619         (spam-ifile-register-ham-routine): added ifile functionality that
3620         does not use ifile-gnus.el to classify and register articles
3621         (spam-get-article-as-string): convenience function
3622         (spam-summary-prepare-exit): added ifile spam and ham registration
3623         (spam-ifile-all-categories, spam-ifile-spam-category)
3624         (spam-ifile-path, spam-ifile): added customization options
3625
3626         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3627         exit processor
3628         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3629         list of choices
3630
3631 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-score.el (gnus-score-followup): Also score immediate
3634         followups.
3635
3636 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3639
3640 2003-01-07  Simon Josefsson  <jas@extundo.com>
3641
3642         * message.el (message-mode-menu): Fix receipt balloon help.
3643
3644 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3645
3646         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3647         always be interpreted as news.
3648
3649 2003-01-07  Simon Josefsson  <jas@extundo.com>
3650
3651         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3652         gnus-sieve-script, instead of the global variable
3653         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3654         <sb@dod.no>.
3655
3656 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3657
3658         * gnus.el: Renamed gnus-summary-*-uncached-face as
3659         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3660         the cache.
3661
3662         * gnus-sum.el: Ditto.
3663
3664 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3665
3666         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3667         in either the group or summary buffer.
3668         New command "JS", in summary buffer, will fetch articles per the
3669         group's category, predicate, and processable flags.
3670         (gnus-agent-summary-fetch-series): Rewritten to call
3671         gnus-agent-session-fetch-group once with all articles in the
3672         series.
3673         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3674         return list of fetched articles.
3675         (gnus-agent-fetch-articles): Split fetch list into sublists such
3676         that the article buffer is only slightly larger than
3677         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3678         the group's article alist is saved.
3679         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3680         longer result in the agent trying to fetch an article.
3681         (gnus-agent-fetch-group-1): Can now be called in either the group
3682         or summary buffer.  Removed the max-fetch-size code that I added
3683         on 2002-12-13 as that capability is now part of
3684         gnus-agent-fetch-articles.  Added code to update summary buffer.
3685         When called in the group buffer, articles that can not be fetched
3686         are AUTOMATICALLY MARKED AS READ.
3687
3688         * gnus-sum.el (): Modified eval-when-compile to minimize
3689         misleading compilation warnings.
3690         (gnus-update-summary-mark-positions): Changed code to use
3691         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3692
3693         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3694         empty file as the parser assumes that the file isn't empty.
3695
3696         * nntp.el (nntp-send-string): The process-send-string call can,
3697         because it performs I/O on the process, change the process' state
3698         from open to closed.  If this happens, call nntp-report
3699         immediately to report the broken connection.
3700         (nntp-report): Rewritten to avoid needing a global variable to
3701         determine the appropriate course of action.  Instead, two function
3702         implementations are provided and the nntp-report function value is
3703         bound to the appropriate implementation.
3704         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3705         (nntp-with-open-group): Now binds nntp-report's function cell
3706         rather than binding gnus-with-open-group-first-pass.  Added a
3707         condition-case to detect a quit during a nntp command.  When the
3708         quit occurs, the current connection is closed as a fetch articles
3709         request could have several megabytes queued up for reading.
3710         (nntp-retrieve-headers): Bind articles to itself.  If
3711         nntp-with-open-group repeats this command, I must have access to
3712         the original list of articles.
3713         (nntp-retrieve-groups): Ditto for groups.
3714         (nntp-retrieve-articles): Ditto for articles.
3715         (*): Replaced nntp-possibly-change-group calls to
3716         nntp-with-open-group forms in all, but one, occurrance.
3717         (nntp-accept-process-output): Bug fix. Detect when called with
3718         null process.
3719
3720 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3721
3722         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3723         if we don't need to.
3724         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3725
3726 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-group.el (gnus-group-make-web-group): Pass the select
3729         method on to group-create.
3730         (gnus-group-line-format-alist): %U is an integer.
3731
3732         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3733         ephemeral groups.
3734         (gnus-summary-read-group-1): Ditto.
3735         (gnus-group-make-articles-read): Ditto.
3736
3737         * mm-url.el (mm-url-program): Doc fix.
3738
3739         * message.el (message-mode-map): Rebound
3740         message-insert-wide-reply.
3741
3742 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3745         color as `gnus-group-startup-message' does.
3746
3747 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * spam.el: fixed line lengths to 80 chars or less
3750
3751         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3752         "not-read" mark
3753         (gnus-summary-mark-forward): added the spam-mark to the list of
3754         marks not to be marked as "read" when viewed
3755
3756 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3759
3760         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3761         Protect against unactive groups.
3762
3763         * message.el (message-check-news-header-syntax): Check long
3764         header lines.
3765         (message-check-news-header-syntax): Update `start'.
3766
3767         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3768         (gnus-group-line-format): %U.
3769         (gnus-group-line-format-alist): ?U.
3770         (gnus-number-of-unseen-articles-in-group): New function.
3771
3772         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3773
3774         * gnus.el (gnus-version-number): Bump version number.
3775
3776 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3777
3778         * gnus.el: Oort Gnus v0.10 is released.
3779
3780 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * gnus.el (gnus-version-number): Fix version number.
3783
3784 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3785
3786         * gnus.el: Oort Gnus v0.08 is released.
3787
3788 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3789
3790         * mm-util.el: Add mm-string-make-unibyte.
3791
3792         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3793         UTF-8 groups.
3794
3795 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3798
3799         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3800
3801 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3802
3803         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3804         function.
3805
3806 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3809         (gnus-summary-read-group-1): Update group line.
3810         (gnus-summary-exit-no-update): Update group on exit.
3811
3812         * gnus-group.el (gnus-group-line-format): Add %*.
3813         (gnus-group-line-format-alist): Ditto.
3814         (gnus-group-insert-group-line): Set it.
3815         (gnus-group-is-exiting-p): New variable.
3816         (gnus-group-insert-group-line): Use it.
3817
3818 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3819
3820         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3821         enable BBDB ham processing
3822         (spam-blacklist-register-routine): enable blacklist spam processing
3823         (spam-whitelist-register-routine): enable whitelist ham processing
3824         (spam-fetch-field-from-fast): fast fetching of the "from" field
3825         from (gnus-data-list)
3826         (spam-summary-prepare-exit): works completely now
3827         (spam-use-blacklist): oops, should be nil by default
3828         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3829         split processing now; before it was for summary exit as
3830         well but that's done with the spam-contents and spam-process
3831         parameters now
3832
3833 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3834
3835         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3836         characters.
3837
3838 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3839
3840         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3841         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3842         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3843         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3844         (spam-mark-spam-as-expired-and-move-routine)
3845         (spam-generic-register-routine, spam-BBDB-register-routine)
3846         (spam-ifile-register-routine, spam-blacklist-register-routine)
3847         (spam-whitelist-register-routine): new functions
3848         (spam-summary-prepare-exit): added summary exit processing (expire
3849         or move) of spam-marked articles for spam groups; added slots for
3850         all the spam-*-register-routine functions
3851
3852 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * pop3.el (pop3-retr): Wait 500 msecs.
3855         (pop3-read-response): Ditto.
3856
3857         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3858         right.
3859         (gnus-inews-make-draft): New function.
3860         (gnus-setup-message): Use it.
3861
3862         * message.el (message-required-headers): Add From.
3863
3864 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3865         Trivial patch from Norbert Koch <nk@viteno.net>.
3866
3867         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3868
3869 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * message.el (message-generate-headers): Let header formatters do
3872         their work.
3873
3874 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3875
3876         * deuglify.el (gnus-article-outlook-deuglify-article):
3877         Rehighlight, reapply treatments and call
3878         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3879         (gnus-outlook-repair-attribution-block): Recognize cited
3880         attributions.  Suggested by Niklas Morberg.
3881
3882 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3883
3884         * gnus-art.el (gnus-treat-predicate): Check condition first.
3885
3886 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3887
3888         * lpath.el: Add url-http-file-exists-p.
3889
3890         * gnus-group.el (gnus-group-fetch-charter): Use
3891         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3892
3893 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * message.el (message-draft-headers): Also generate From to get a
3896         nicer draft buffer summary.
3897
3898         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3899         parameter.
3900
3901         * gnus-art.el (article-wash-html): Clean up.
3902         (article-wash-html): Typo fix.
3903
3904         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3905         (gnus-summary-mail-forward): To many lists of lists.
3906
3907         * gnus-art.el (article-wash-html): Clean up.
3908
3909 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3910
3911         * gnus-art.el (gnus-treat-wash-html): New variable.
3912
3913 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * message.el (message-check-news-header-syntax): Allow posting.
3916         (message-check-news-header-syntax): Fix logic for sure, this
3917         time.
3918
3919 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3920
3921         * message.el (message-check-news-header-syntax): Check syntax of
3922         continuation headers.
3923
3924 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * gnus-art.el (gnus-button-url-regexp,
3927         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3928         (gnus-header-button-alist): Regexps are case insensitive here.
3929
3930 2003-01-02  Simon Josefsson  <jas@extundo.com>
3931
3932         * dig.el (query-dig): Doc fix.
3933
3934 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3935
3936         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3937         summary buffer line, not just the download mark.
3938
3939 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3942         (gnus-summary-insert-dormant-articles): New command and
3943         keystroke.
3944
3945         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3946         function for mass insertion of subjects.
3947
3948         * nndraft.el (nndraft-generate-headers): Don't move point.
3949
3950         * gnus.el (nnheader): Require nnheader.
3951
3952         * nndraft.el (nndraft-request-associate-buffer): Use
3953         make-local-variable.
3954
3955 2003-01-02  Michael Shields  <shields@msrl.com>
3956
3957         * nndraft.el (nndraft-request-associate-buffer): Make
3958         write-contents-hooks buffer-local before setting it.
3959
3960 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * gnus.el (gnus-group-parameter-value): Take an extra param.
3963         (gnus-group-fast-parameter): Let group param results be nil.
3964
3965         * gnus-art.el (gnus-article-forward-header): New function.
3966         (article-date-ut): Use it to remove continuation date headers.
3967
3968         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3969         read-event.
3970         (gnus-summary-remove-bookmark): Clean up.
3971         (gnus-summary-set-bookmark): Clean up.
3972
3973         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3974
3975         * gnus.el (gnus-group-startup-message): Bind data-directory to
3976         the Gnus etc directory.
3977
3978 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3981         ham-processing of articles; use the new
3982         spam-group-(spam|ham)-contents-p functions
3983         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3984         convenience functions
3985         (spam-mark-junk-as-spam-routine): use the new
3986         spam-group-spam-contents-p function
3987
3988         * gnus.el (spam-process, spam-contents, spam-process-destination):
3989         added new parameters with corresponding global variables
3990         (gnus-group-spam-exit-processor-ifile,
3991         gnus-group-spam-exit-processor-bogofilter,
3992         gnus-group-spam-exit-processor-blacklist,
3993         gnus-group-spam-exit-processor-whitelist,
3994         gnus-group-spam-exit-processor-BBDB,
3995         gnus-group-spam-classification-spam,
3996         gnus-group-spam-classification-ham): added new symbols for the
3997         spam-process and spam-contents parameters
3998
3999         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4000         customization and list itself to store mark symbol rather than
4001         mark character.
4002         (spam-bogofilter-register-routine): added logic to generate mark
4003         values list from spam-ham-marks and spam-spam-marks, so (member)
4004         would work.
4005
4006 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * message.el (message-cross-post-followup-to): Fix comment.
4009
4010 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4013         customization and list itself to store mark symbol rather than
4014         mark character.
4015         (spam-bogofilter-register-routine): added logic to generate mark
4016         values list from spam-ham-marks and spam-spam-marks, so (member)
4017         would work.
4018
4019 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4020
4021         * message.el (message-signature-insert-empty-line): New variable.
4022
4023 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4024
4025         * message.el: Renamed functions and variables: "xpost" ->
4026         "cross-post", "-fup2" -> "-followup-to".
4027         (message-cross-post-old-target, message-cross-post-default,
4028         message-cross-post-note, message-followup-to-note,
4029         message-cross-post-note-function): New variables names.
4030         (message-xpost-old-target, message-xpost-default,
4031         message-xpost-note, message-fup2-note,
4032         message-xpost-note-function): Removed variable names.
4033         (message-cross-post-followup-to-header,
4034         message-cross-post-insert-note, message-cross-post-followup-to):
4035         New function names.
4036         (message-xpost-fup2-header, message-xpost-insert-note,
4037         message-xpost-fup2): Removed function names.
4038
4039 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * message.el (message-send-mail): Added message-cleanup-headers to
4042         prevent newlines in headers.
4043
4044 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * dns.el (dns-make-network-process): Comment.
4047
4048         * gnus-sum.el (gnus-summary-display-while-building): Default to
4049         nil.
4050
4051 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4052
4053         * gnus-sum.el (gnus-summary-display-while-building): New
4054         variable.
4055
4056 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4057
4058         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4059         before rearranging the article.
4060
4061 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * nndraft.el (nndraft-generate-headers): New function.
4064         (nndraft-request-associate-buffer): Use it to write headers on
4065         buffer save.
4066
4067         * message.el (message-generate-headers): Let the function be a
4068         lambda form.
4069         (message-draft-headers): New variable.
4070
4071         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4072         function.
4073         (gnus-setup-message): Use it.
4074
4075         * message.el (message-generate-headers-first): Doc fix.
4076         (message-setup-1): Use new function for getting which headers to
4077         generate.
4078         (message-headers-to-generate): New function.
4079
4080 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4083
4084 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4085
4086         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4087         mention negatives.
4088
4089 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4090
4091         * deuglify.el (gnus-outlook-rearrange-article): Use
4092         `transpose-regions' instead of tempering the kill-ring.
4093         (gnus-article-outlook-deuglify-article): Rehighlight article
4094         instead of a complete redisplay.
4095
4096 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * spam.el: most defvars are defcustoms now
4099
4100         patches from Michael Shields  <shields@msrl.com>
4101
4102         * spam.el (spam-bogofilter-articles): Select the article
4103         body using gnus-summary-show-article t instead of
4104         gnus-summary-select-article; this presents the raw text
4105         without running any hooks.
4106
4107         * spam.el (spam-bogofilter-articles): Use message-remove-header
4108         to remove headers; the old way incorrectly removed just the first
4109         line of folded headers.
4110
4111 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4114
4115 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-start.el (gnus-load): New function.
4118         (gnus-read-newsrc-el-file): Use it.
4119
4120 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4123         (gnus-button-handle-apropos-documentation): New function.
4124         (gnus-button-handle-ctan): New function.
4125         (gnus-button-alist): Use them.  Improve some regexps.
4126         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4127
4128 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * message.el (message-subscribed-p): New function.
4131         (message-send-mail): Use it.
4132         * mml.el (mml-preview-insert-mft): New function.
4133         (mml-preview): Use it.
4134
4135 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4138         when sorting by date.
4139
4140         * gnus-art.el (gnus-article-edit-mode): New variable.
4141         (gnus-article-setup-buffer): Warn user about discarding edits.
4142
4143         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4144         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4145         headers.
4146
4147         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4148
4149 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * message.el (message-completion-alist): Added "Mail-Followup-To"
4152         and "Mail-Copies-To".
4153
4154 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4155
4156         * gnus-group.el: Add key bindings for
4157         gnus-group-sort-groups-by-real-name and
4158         gnus-group-sort-selected-groups-by-real-name.
4159
4160 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4161
4162         * gnus.texi (Sorting Groups): Add key bindings for
4163         gnus-group-sort-groups-by-real-name and
4164         gnus-group-sort-selected-groups-by-real-name.
4165
4166 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * spam.el (spam-use-dig): new variable for blackhole checking
4169         through dig.el
4170         (spam-check-blackholes): added dig.el checking functionality and
4171         more verbose reporting; query-dig is autoloaded from dig.el
4172         (spam-use-blackholes): disabled by default
4173         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4174         blackhole servers list
4175
4176 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * message.el (message-required-headers): New variable.
4179
4180 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4181
4182         * dig.el (query-dig): new function
4183
4184 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4187         prefixes.
4188
4189         * dns.el (query-dns): Protect against errors.
4190
4191         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4192         (gnus-inews-add-send-actions): Mark all answered messages as
4193         answered.
4194
4195 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4196
4197         * nnmail.el (nnmail-split-it): Added tracing to
4198         `:' split rule
4199
4200 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4201
4202         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4203         and "%s" so we don't overquote them.
4204
4205 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4206
4207         * (mm-display-external): Display the actual command that has been
4208         executed in the echo area.
4209
4210 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4213
4214         * message.el (message-with-reply-buffer): New macro.
4215         (message-fetch-reply-field): Use it.
4216         (message-insert-wide-reply): New command and keystroke.
4217         (message-carefully-insert-headers): New function.
4218         (message-insert-to): Use new function.
4219
4220         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4221         (gnus-topic-goto-missing-group): Use it.
4222
4223         * message.el (message-required-news-headers): Removed Lines.
4224         (message-reply): Don't insert References first.
4225         (message-followup): Ditto.
4226         (message-make-references): New function.
4227         (message-followup): Set message-reply-headers before generating
4228         the buffer stuff.
4229
4230 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4231
4232         * mml.el (mml-generate-mime-1): Reverse the order of
4233         encoding/flowing.
4234
4235 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4238         after moving them.
4239
4240         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4241         fit with newer standard format.
4242         (gnus-summary-make-false-root-always): New variable.
4243         (gnus-gather-threads-by-subject): Use it.
4244
4245         * message.el (message-get-reply-headers): Take an address list
4246         optional argument.
4247
4248 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * gnus.el (gnus-keep-backlog): Change default to 20.
4251
4252         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4253         start.
4254         (gnus-agent-check-overview-buffer): Remove negative article
4255         numbers.
4256
4257         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4258         (nnmail-cache-ignore-groups): Doc fix.
4259
4260         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4261         (nnimap-debug-buffer): New variable.
4262         (nnimap-debug): Use it.
4263
4264 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4265
4266         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4267
4268 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4271         they aren't already sorted.
4272
4273 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4274
4275         * message.el (message-mode-menu): Add ellipses to menu items
4276         expecting user interaction.
4277         (message-mode-field-menu): do.
4278
4279 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4280
4281         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4282         it isn't used any more.
4283
4284 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4285
4286         * binhex.el (binhex-decoder-program): Fix docstring.
4287
4288 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4289
4290         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4291         special chars if the mailcap file uses single quotes around %s.
4292         From Laurent Martelli <laurent@bearteam.org>.
4293
4294 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4295
4296         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4297         return the info object.
4298
4299 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4300
4301         * gnus-int.el (gnus-request-update-info): Artificially add
4302         (1 . (1- min)) to the read range, in case the backend doesn't
4303         store marks for nonexistent articles.
4304
4305 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * binhex.el (binhex-insert-char): Eval-and-compile.
4308
4309 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4310
4311         * lpath.el: Add tool-bar-local-item-from-menu.
4312
4313         * message.el (message-tool-bar-local-item-from-menu): New function.
4314         (message-tool-bar-map): Use it.
4315
4316 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4317
4318         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4319
4320         * gnus-art.el (gnus-article-header-rank): Last header in
4321         gnus-sorted-header-list should have higher rank than non-members.
4322
4323 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4326         covered methods.
4327
4328 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4329
4330         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4331         eval-when-compile.  Suggested by Kevin Greiner.
4332
4333 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4334
4335         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4336         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4337         even though no headers may have been fetched
4338         (gnus-agent-fetch-group-1, and perhaps others, require this
4339         behavior).
4340         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4341         server buffer is constrained by gnus-agent-max-fetch-size.
4342         Multiple chunks in the same group may perform arbitrarily large
4343         updates.
4344
4345 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4346
4347         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4348         gnus-summary-update-download-mark to update the article in the
4349         summary.
4350
4351 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4352
4353         * gnus.el (gnus-summary-high-uncached-face,
4354         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4355         New faces.
4356
4357         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4358         added this on 2002-11-23 but it just wasn't working out as
4359         intended.  The idea isn't entirely dead, three new faces
4360         gnus-summary-*-uncached-face are being added to gnus.el to provide
4361         the basis for an improved implementation.
4362         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4363         proper file to open is lib/servers.
4364         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4365         (i.e. removing the article from gnus-newsgroup-downloadable) will
4366         now restore the article's default mark rather than simply setting
4367         no mark.
4368         (gnus-agent-get-undownloaded-list): Corrected documentation.
4369         Added code to set new summary local variable,
4370         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4371         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4372         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4373         up to date.  Call new gnus-summary-update-download-mark to keep
4374         summary buffer up-to-date.
4375         (gnus-agent-fetch-selected-article): Keep
4376         gnus-newsgroup-undownloaded up to date.
4377         (gnus-agent-fetch-articles): Return list of articles that were
4378         successfully fetched.
4379         (gnus-agent-check-overview-buffer): No more thingatpt.
4380         (gnus-agent-expire): No longer deletes NOV entries of unread
4381         articles.
4382         (gnus-agent-unread-articles): New function.
4383         (gnus-agent-regenerate-group): The article number must be
4384         terminated by a tab character.  Added more messages to report
4385         repairs.  Inhibit quits while writing changes so it is now safe
4386         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4387         downloaded to 1) resolve the unbound references and 2) avoid
4388         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4389
4390         * gnus-art.el (gnus-article-prepare): The agent
4391         downloaded/undownloaded mark is no longer stored as the article's
4392         mark.
4393
4394         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4395         gnus-summary-highlight may use it.  Added downloaded as
4396         gnus-summary-highlight was using it.
4397
4398         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4399         the download mark now follows Kai's +/- convention.
4400         (gnus-downloaded-mark): Added ?+ mark.
4401         (gnus-summary-highlight): Added rules to select
4402         gnus-summary-high-uncached-face,
4403         gnus-summary-normal-uncached-face, and
4404         gnus-summary-low-uncached-face.  Removed the
4405         gnus-agent-downloaded-article-face.
4406         (gnus-summary-line-format-alist): Implemented the download flag
4407         format (?O) as named in the manual.  This implementation displays
4408         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4409         gnus-no-mark.
4410         (gnus-newsgroup-agentized): New local variable that identifies
4411         which groups are agentized.  While the agent is now on by default,
4412         you don't have to agentize every server that you use.
4413         (gnus-update-summary-mark-positions): Completed support for the
4414         download type of mark.
4415         (gnus-summary-insert-line): Added undownloaded to the parameters.
4416         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4417         reference by the gnus-summary-line-format-spec.
4418
4419         * nntp.el (nntp-with-open-group): This macro handles dropped or
4420         broken connections by opening a new connection and repeating the
4421         failed command.
4422         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4423         XOVER commands preceeding the active articles with the nov entry
4424         of the first available article.  When gnus connected to such a
4425         server, the unexpected nov entry would result in duplicate lines
4426         in the agent's overview file.  This patch fixes the duplicate
4427         lines problem and improves performance by skipping over all
4428         articles IDs that preceed the first nov entry in the server's
4429         reply.
4430
4431 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4434         (gnus-summary-highlight): Use it instead of `downloaded'.
4435         (gnus-summary-highlight-line): Ditto.
4436
4437         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4438
4439 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4442
4443         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4444         calls.
4445
4446         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4447         downloaded variable if we're in an uncovered group.
4448
4449         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4450         font to soemthing less noticeable.
4451         (gnus-agent-group-covered-p): New function.
4452
4453 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4456         Because of an unknown bug, the group buffer is saved in .overview
4457         file.
4458
4459 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4460
4461         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4462         `and' with `or'.
4463
4464 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4465
4466         * nntp.el (nntp-send-command): Assume that echo does not happen
4467         when nntp-open-connection-function is nntp-open-network-stream.
4468         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4469
4470 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4473
4474 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4475
4476         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4477         nntp-server-buffer if we aren't going to write to it.
4478
4479 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4480         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4481
4482         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4483
4484 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4487         decoded words.
4488
4489 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4490
4491         * gnus.el (fboundp): After loading mm-util, make sure it was the
4492         right one.
4493
4494 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4495
4496         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4497         gnus-sum.  Made into a user option.
4498
4499         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4500         (gnus-summary-mark-article-as-unread)
4501
4502 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4503
4504         * time-date.el (date-to-time): Typo.
4505
4506         * parse-time.el: Typo.
4507
4508         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4509
4510         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4511
4512         * nnimap.el:
4513         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4514
4515         * mm-encode.el (mm-safer-encoding): Typo.
4516
4517         * messcompat.el: Typo.
4518
4519         * message.el (message-face-alist): Typo.
4520
4521         * imap.el (imap-interactive-login, imap-open): Typos.
4522
4523         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4524
4525         * gnus.el: Typo.
4526
4527         * gnus-win.el (gnus-configure-frame): Typo.
4528
4529         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4530
4531         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4532
4533         * gnus-sum.el (gnus-summary-article-number)
4534         (gnus-summary-read-group-1, gnus-summary-mark-article)
4535         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4536
4537         * gnus-mule.el (gnus-mule-add-group): Typo.
4538
4539         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4540
4541         * gnus-group.el (gnus-group-fetch-faq): Typo.
4542
4543         * gnus-art.el (gnus-decode-header-methods): Typo.
4544
4545         * flow-fill.el: Typo.
4546
4547 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4548
4549         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4550
4551 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4552
4553         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4554         (gnus-summary-mark-article-as-unread)
4555         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4556         Reformatting to avoid long lines.
4557         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4558
4559 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4560
4561         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4562         be accessed through `mail-header-number'.
4563
4564 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4565
4566         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4567         compressed range to gnus-summary-insert-articles.
4568
4569 2002-11-26  Kevin Ryde <user42@zip.com.au>
4570
4571         * gnus-art.el (gnus-mime-copy-part): Look for filename
4572         parameter under content-disposition, not content-type.
4573
4574         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4575         (gnus-summary-reselect-current-group): Use it.
4576
4577 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * gnus-agent.el (gnus-agent-uncached-articles): if
4580         gnus-agent-load-alist fails, return ARTICLES.
4581
4582         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4583
4584 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4585
4586         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4587         superfluous function call.
4588         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4589         Add warning to docstring.
4590
4591 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-agent.el: Autoload number-at-point instead.
4594         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4595
4596 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4597
4598         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4599         require thingatpt (for number-at-point) and protect against
4600         deactivate-mark being unbound (on XEmacs).
4601
4602 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4603
4604         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4605         print message on entry.
4606
4607         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4608
4609         * gnus-range.el (gnus-range-difference): New function.
4610         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4611
4612 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4613
4614         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4615         gnus-remove-from-range instead of gnus-range-difference which
4616         doesn't exist.
4617
4618 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4619         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4620
4621         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4622         used for showing which articles have been downloaded.
4623         (gnus-agent-article-alist): Format change.  Add documentation.
4624         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4625         process-marked articles.
4626         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4627         in the series are individually fetched to minimize lose of
4628         content due to an error/quit.
4629         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4630         gnus-message instead of message.
4631         (gnus-agent-read-servers): Use file lib/methods instead of
4632         lib/servers.  TODO: Why?
4633         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4634         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4635         come from the agent.  This means that they are not downloaded.
4636         (gnus-agent-fetch-selected-article): Don't use history.
4637         (gnus-agent-save-history, gnus-agent-enter-history)
4638         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4639         Removed function; history is not used anymore.
4640         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4641         (gnus-agent-crosspost): Started rewrite then realized that a typo
4642         in gnus-agent-fetch-articles ensures that this function is never
4643         called.  This will need to be fixed later.
4644         (gnus-agent-check-overview-buffer): Some sanity checks on the
4645         agent overview buffer.  This is a safety net used during
4646         development.
4647         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4648         changed, write a number to the file indicating this.
4649         (gnus-agent-fetch-headers): Rewrite to respect
4650         gnus-agent-consider-all-articles without relying on the
4651         `.fetched' files.  Make it fast.
4652         (gnus-agent-braid-nov): Change resulting from
4653         gnus-agent-fetch-headers change.
4654         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4655         `.fetched' files.
4656         (gnus-agent-read-agentview): New function, used by
4657         gnus-agent-load-alist.
4658         (gnus-agent-load-fetched-headers): Remove.
4659         (gnus-agent-save-alist): Rewrite to accomodate new format.
4660         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4661         same order as in gnus-newsgroup-headers.
4662         (gnus-agent-expire): Document and implement extra args ARTICLES,
4663         GROUP, FORCE.  Do not restrict usage.
4664         (gnus-agent-uncached-articles): New function.
4665         (gnus-agent-retrieve-headers): Use it.
4666         (gnus-agent-regenerate-group): No longer needs to be called from
4667         gnus-agent-regenerate.  Individual groups may be regenerated. The
4668         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4669         The article fetch dates are validated in the article alist.  The
4670         article alist is pruned of entries that do not reference existing
4671         NOV entries.  All changes are computed then applied with
4672         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4673         regeneration.  The optional clean parameter has been replaced with
4674         an optional reread parameter.  Clean is no longer necessary as
4675         regeneration gets the appropriate setting from
4676         gnus-agent-consider-all-articles.  The new reread parameter will
4677         result in fetched, or all, articles being marked as unread.
4678         (gnus-agent-regenerate): Removed code to regenerate the history
4679         file as it is no longer used.
4680
4681         * gnus-start.el (gnus-make-ascending-articles-unread): New
4682         function, for efficient mass-marking.
4683
4684         * gnus-sum.el (gnus-summary-highlight): Use new face for
4685         downloaded articles.
4686         (gnus-article-mark): Prefer to indicate read/unread status over
4687         downloaded status.
4688         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4689         line.
4690         (gnus-summary-highlight-line): Use new face for downloaded
4691         articles.
4692         (gnus-summary-insert-old-articles): Improved performance by
4693         replacing the initial LIST of older articles with a compressed
4694         RANGE of older articles.  Some servers appear to lie about
4695         their active range so the original list could contain millions
4696         of article numbers.  The range is not expanded into a list
4697         until the optional ALL parameter has been applied.
4698
4699 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4700
4701         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4702
4703 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * spam.el:
4706         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4707
4708         * spam.el: added `M s t' and `M s x' key mappings
4709
4710 2002-11-20  Simon Josefsson  <jas@extundo.com>
4711
4712         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4713
4714 2002-11-19  Simon Josefsson  <jas@extundo.com>
4715
4716         * gnus-sum.el (gnus-summary-morse-message): Load
4717         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4718         (unmorse-region): Autoload it instead.
4719
4720 2002-11-18  Simon Josefsson  <jas@extundo.com>
4721
4722         * gnus-sum.el (gnus-summary-morse-message): New function.
4723         (gnus-summary-wash-map): Bind to `W m'.
4724         (gnus-summary-make-menu-bar): Add.
4725
4726         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4727         before storing \Deleted mark on expired articles.
4728
4729 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4730         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4731
4732         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4733         parens in column 0.
4734
4735 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4736
4737         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4738
4739         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4740
4741         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4742
4743 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4744
4745         * message.el (message-set-auto-save-file-name): Use
4746         make-directory, to avoid the dependence on gnus-util.
4747
4748 2002-11-16  Simon Josefsson  <jas@extundo.com>
4749
4750         * nnimap.el (nnimap-callback-callback-function):
4751         (nnimap-callback-buffer): Removed, these cannot be global but must
4752         be embedded into the callback.
4753         (nnimap-make-callback): New.  Embedd article number, callback and
4754         buffer in function.
4755         (nnimap-callback, nnimap-request-article-part): Update.
4756
4757 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4760
4761 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4762
4763         * gnus.el (gnus-summary-line-format): Document %C.
4764
4765 2002-11-11  Simon Josefsson  <jas@extundo.com>
4766
4767         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4768         output when called interactively.
4769
4770 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4773
4774         * message.el (message-draft-coding-system): Improve comment; use
4775         mm-auto-save-coding-system for the default value.
4776
4777         * nndraft.el (nndraft-request-article): Revert to the state before
4778         2002-10-29; regexp-quote mail-header-separator.
4779
4780 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4781
4782         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4783         allow editing of drafts from an nnvirtual group.
4784
4785 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4788         mm-auto-save-coding-system.
4789
4790         * message.el (message-draft-coding-system): Default to
4791         iso-2022-7bit.
4792
4793         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4794         restore the default value to emacs-mule or escape-quoted.
4795
4796 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4799         a delayed or a queued article as well as a draft.
4800
4801         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4802         delayed or a queued article in the raw format; treat a delayed
4803         article as a raw article as well as a draft.
4804         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4805         for the delayed group.
4806
4807         * nndraft.el (nndraft-request-article): Ignore auto save files for
4808         a delayed or a queued article; don't bother to decode a queued
4809         article; don't bind nnmail-file-coding-system for a queued article.
4810
4811         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4812         and the queue group.
4813
4814 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4815
4816         * gnus-group.el (gnus-group-delete-group):
4817         gnus-cache-active-hashtb might be void.
4818
4819 2002-11-02  Simon Josefsson  <jas@extundo.com>
4820
4821         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4822         setting of the default user ID.  From Raymond Scholz
4823         <ray-2002@zonix.de>.
4824
4825 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4826
4827         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4828         charset.
4829
4830 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4831         From Alex Schroeder <alex@emacswiki.org>
4832         * spam-stat.el (spam-stat-process-directory): add dir to message
4833         (spam-stat-reduce-size): No longer remove words
4834         with values close to 0.5, because the default value is 0.2.
4835
4836 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4837
4838         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4839         documentation.
4840
4841 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4842
4843         * gnus-agent.el (gnus-agent-fetched-headers)
4844         (gnus-agent-load-fetched-headers)
4845         (gnus-agent-save-fetched-headers): Remove variable and two
4846         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4847         works better.
4848         (gnus-agent-fetch-headers): New implementation from Kevin
4849         Greiner.  Uses gnus-agent-article-alist to store information
4850         about fetched messages which aren't on the server anymore.  The
4851         trick is to return a list of considered messages to the caller,
4852         but to only fetch those which haven't been fetched yet.
4853
4854 2002-10-30  Simon Josefsson  <jas@extundo.com>
4855
4856         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4857
4858         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4859
4860 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4861
4862         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4863         versions of emacs-w3m than 1.3.3.
4864
4865         * lpath.el: Bind w3m-minor-mode-map.
4866
4867         * mm-view.el (mm-w3m-mode-command-alist)
4868         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4869         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4870         (mm-setup-w3m): Simplified.
4871         (mm-w3m-local-map-property): New function.
4872         (mm-inline-text-html-render-with-w3m): Use it.
4873
4874         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4875         mm-w3m-local-map-property.
4876
4877 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * mm-util.el (mm-auto-save-coding-system): Default to
4880         iso-2022-7bit.
4881
4882         * nndraft.el (nndraft-request-article): Decode an article using
4883         the coding-system emacs-mule if it seems to have been saved using
4884         emacs-mule.
4885         (nndraft-request-replace-article): Use message-draft-coding-system
4886         instead of mm-auto-save-coding-system for the draft or delayed
4887         group.
4888
4889 2002-10-28  Josh  <huber@alum.wpi.edu>
4890
4891         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4892         functions.
4893
4894 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4895         From mah@everybody.org (Mark A. Hershberger).
4896
4897         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4898         type values ("url" size) regardless of the values of
4899         mm-url-use-external.
4900
4901 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4902
4903         * nnimap.el (nnimap-request-article-part): Try harder to show
4904         group name in debugging message.
4905
4906 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4907
4908         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4909         directory if it doesn't exist.
4910         (gnus-agent-fetch-headers): Remove old cruft that tried to
4911         abstain from downloading articles more than once if
4912         gnus-agent-consider-all-articles was true.  This is now done
4913         properly via the .fetched files.
4914
4915 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * nndraft.el (nndraft-request-article): Treat delayed articles
4918         like drafts.
4919
4920 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4923
4924 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4925
4926         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4927         Remove unused optional arg DIR and corresponding code.
4928
4929         * nnimap.el (nnimap-request-article-part): Include group name in
4930         debugging output.
4931
4932 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4933
4934         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4935
4936 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4937
4938         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4939         contains range of headers that have been fetched by the agent
4940         already.  Compare gnus-agent-article-alist.
4941         (gnus-agent-file-header-cache): Like
4942         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4943         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4944         seen/recent logic.
4945         Remember which headers have been fetched before and don't fetch
4946         them again the next time round.
4947         (gnus-agent-load-fetched-headers)
4948         (gnus-agent-save-fetched-headers): New functions, for remembering
4949         which headers have been fetched before.
4950
4951 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * lpath.el: Remove useless bindings.
4954
4955 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4956
4957         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4958         features while searching.
4959
4960 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4961
4962         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4963
4964 2002-10-22  Simon Josefsson  <jas@extundo.com>
4965
4966         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4967         (pgg-snarf-keys): Add.
4968
4969 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * lpath.el: Fbind bbdb-records.
4972
4973         * spam.el: Don't autoload bbdb-records.
4974
4975 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4978         prevent inf-loop.
4979
4980 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * nnslashdot.el: Removed some test lines.
4983         More test.
4984
4985 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4986
4987         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4988         are known to be downloaded already.
4989
4990 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4993         (mm-text-html-washer-alist): Ditto.
4994
4995 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4996
4997         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4998         boundary between headers and body.
4999         * nnml.el (nnml-parse-head): Ditto.
5000
5001 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5004         entries.
5005
5006         * gnus-group.el (gnus-fetch-group): Allow an optional
5007         specification of the articles to select.
5008
5009         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5010
5011 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5012
5013         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5014         headers from the group, update variable `articles' to contain
5015         only those numbers where headers exist.  (When fetching all
5016         articles in a group, Gnus creates lots of numbers where there is
5017         no articles.)
5018
5019 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5020
5021         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5022         doesn't have the 'alist custom type, use cons cells instead.
5023         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5024         (pgg-parse-hash-algorithm-alist): Ditto.
5025         (pgg-parse-compression-algorithm-alist): Ditto.
5026         (pgg-parse-signature-type-alist): Ditto.
5027
5028         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5029
5030         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5031
5032         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5033
5034 2002-10-19  Simon Josefsson  <jas@extundo.com>
5035
5036         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5037         buffer.
5038
5039 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5040
5041         * gnus-spec.el (gnus-make-format-preserve-properties)
5042         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5043         properties also on XEmacs.  `gnus-xmas-format' is like format but
5044         preserves text properties on XEmacs (though it only understands
5045         simple format specs).  The variable
5046         `gnus-make-format-preserve-properties' controls whether the
5047         function is used, and is checked in `gnus-parse-simple-format'.
5048         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5049
5050         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5051         output.
5052         (gnus-agent-consider-all-articles): New variable.
5053         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5054         (gnus-agent-fetch-headers): Depending on
5055         gnus-agent-consider-all-articles, maybe get all articles.
5056         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5057         `read'.
5058         (gnus-predicate-imples-unread): New function.
5059         (gnus-agent-fetch-headers): Optimize to call
5060         gnus-list-of-unread-articles if that is sufficient.
5061         Check unseen and recent instead of seen and recent.
5062         (gnus-agent-fetch-headers): Abstain from calling
5063         gnus-list-range-intersection if range (a . b) would have (> a b).
5064
5065 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * message.el (message-send-mail): Make it possible to perform
5068         edebug-defun.
5069
5070 2002-10-18  Simon Josefsson  <jas@extundo.com>
5071
5072         * gnus-art.el (gnus-button-man-handler): Change default to
5073         `manual-entry' (defined in both emacsen).
5074         (gnus-button-man-handler): Remove emacsen difference and use
5075         `manual-entry'.
5076
5077 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * spam.el: Wrap autoload settings for bbdb-records,
5080         executable-find and ifile-spam-filter with eval-and-compile.
5081         (spam-display-buffer-contents): Remove.
5082         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5083
5084 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5085
5086         * spam.el (spam-display-buffer-contents): New function.
5087         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5088         from Katsumi Yamaoka <yamaoka@jpl.org>.
5089
5090 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5091
5092         * nnheader.el (nnheader-parse-naked-head): New function.
5093         (nnheader-parse-head): Use the above function, in order to handle
5094         continuation lines properly.
5095         (nnheader-remove-body): New function.
5096         (nnheader-remove-cr-followed-by-lf): New function.
5097         (nnheader-ms-strip-cr): Use the above function.
5098
5099         * gnus-agent.el (gnus-agent-regenerate-group): Call
5100         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5101         `nnheader-parse-head'.
5102         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5103
5104         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5105         continuation lines by itself; call `nnheader-parse-naked-head'
5106         instead of `nnheader-parse-head'.
5107         * nndiary.el (nndiary-parse-head): Ditto.
5108         * nnfolder.el (nnfolder-parse-head): Ditto.
5109         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5110         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5111         * nnml.el (nnml-parse-head): Ditto.
5112
5113 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5114
5115         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5116         XEmacs, default to it if featurep 'xemacs.
5117
5118 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * spam-stat.el: Check for the existence of hash functions instead
5121         of the Emacs version to decide whether to load cl.  Suggested by
5122         Kai Gro\e,A_\e(Bjohann.
5123
5124 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5125
5126         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5127         if it isn't open yet.
5128
5129 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-group.el: Require mm-url only when compiling.
5132         (gnus-group-fetch-charter): Require mm-url.
5133
5134         * spam-stat.el: Require cl for the functions gethash,
5135         hash-table-count, make-hash-table and mapc for Emacs 20.
5136         (puthash): Alias to cl-puthash for Emacs 20.
5137         (with-syntax-table): New macro for Emacs 20.
5138
5139 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5140
5141         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5142
5143 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5144
5145         * spam.el (spam-check-ifile): added ifile as a spam checking
5146         backend, and spam-use-ifle as the variable to toggle that check.
5147
5148 2002-10-12  Simon Josefsson  <jas@extundo.com>
5149
5150         * message.el (message-beginning-of-line): New variable.
5151         (message-beginning-of-line): Use it.
5152
5153 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5154
5155         * spam.el: more compilation fixes for BBDB
5156
5157         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5158         (spam-stat-reduce-size): Interactive.
5159         (spam-stat-reset): New function.
5160         (spam-stat-save): Interactive.
5161
5162 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus.el: Autoload gnus-delay-initialize.
5165
5166         * message.el: Autoload gnus-delay-article.
5167
5168 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5169
5170         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5171         text property in Emacs.
5172
5173 2002-10-11  Simon Josefsson  <jas@extundo.com>
5174
5175         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5176         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5177
5178         * mml1991.el (mml1991-pgg-sign): Remove CR.
5179
5180 2002-10-10  Simon Josefsson  <jas@extundo.com>
5181
5182         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5183         decrypt failed.
5184         (mml2015-trust-boundaries-alist): Removed.
5185         (mml2015-gpg-extract-signature-details): Don't use it.
5186         (mml2015-unabbrev-trust-alist): New.
5187         (mml2015-gpg-extract-signature-details): Use it.
5188
5189 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5190
5191         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5192         BBDB installed
5193
5194         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5195         statistical analysis of spam in Lisp only
5196
5197 2002-10-10  Simon Josefsson  <jas@extundo.com>
5198
5199         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5200         auth, selected or examine state.
5201
5202         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5203         buffer and error buffer depending on type of information.
5204
5205         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5206         --status-fd stuff even if gpg.el is not used (revert earlier
5207         change).
5208         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5209         gnus details.
5210         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5211         buffer.
5212
5213         * pgg.el (pgg-verify-region): Use it.
5214
5215         * pgg-def.el (pgg-query-keyserver): New variable.
5216
5217         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5218         key-identifier in packet.  Is this a good idea?
5219
5220         * mml.el (mml-mode-map): Add security commands that operates on
5221         MIME parts.
5222         (mml-menu): And menu items for them.
5223
5224         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5225
5226         * mml.el (mml-parse-1): Support sender in #secure tags.
5227
5228         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5229         defined.
5230
5231         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5232         (mml-pgp-encrypt-buffer): Support combined signing.
5233
5234         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5235         (mml1991-gpg-encrypt): Ditto.
5236         (mml1991-pgg-encrypt): Ditto.
5237         (mml1991-encrypt): Pass sign parameter.
5238
5239         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5240         (mml-signencrypt-style): Mention the variable.
5241
5242 2002-10-09  Simon Josefsson  <jas@extundo.com>
5243
5244         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5245         pgg-gpg-user-id.
5246
5247         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5248         (pgg-fetch-key-function): Nil if w3 is not installed.
5249
5250 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5251
5252         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5253         gnus-agent-current-history.
5254
5255 2002-10-06  Simon Josefsson  <jas@extundo.com>
5256
5257         * imap.el (imap-parse-status): Don't use read to read token.
5258
5259 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5260
5261         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5262         for methods not covered by the agent, and when unplugged.
5263
5264 2002-10-05  Simon Josefsson  <jas@extundo.com>
5265
5266         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5267         signing.
5268
5269         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5270         a named server fails, ignore the server.
5271
5272         * mml1991.el (mml1991-pgg-sign): Do QP.
5273
5274         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5275         work.
5276
5277 2002-10-04  Simon Josefsson  <jas@extundo.com>
5278
5279         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5280
5281         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5282         binary-write-decoded-region from MEL.
5283
5284         * pgg.el (pgg-encrypt-region): Support sign.
5285
5286         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5287
5288         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5289
5290         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5291         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5292         branch where PGG was taken from in the ChangeLog entries below.
5293
5294 2002-10-01  Simon Josefsson  <jas@extundo.com>
5295
5296         * pgg-pgp.el: Don't require mel.  Don't use luna.
5297         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5298         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5299         (pgg-pgp-process-region): Don't use binary-funcall.
5300
5301         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5302
5303         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5304         instead of concat.
5305
5306         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5307
5308 2002-09-29  Simon Josefsson  <jas@extundo.com>
5309
5310         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5311         compile warnings.
5312
5313         * pgg.el (pgg-decrypt-region): Don't parse packet.
5314
5315         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5316
5317 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5318
5319         * pgg.el: Remove dependency on calist.el.
5320
5321 2002-09-28  Simon Josefsson  <jas@extundo.com>
5322
5323         * pgg.el (pgg-temporary-file-directory): New variable.
5324         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5325
5326         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5327         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5328
5329         * pgg-parse.el (pgg-char-int): Defalias.
5330         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5331         (pgg-read-bytes, pgg-read-body): Use it.
5332         (pgg-decode-packets): Don't use MEL, use base64-*.
5333         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5334         (pgg-string-as-unibyte): Defalias.
5335         (pgg-parse-armor-region): Use it.
5336
5337         * pgg-gpg.el (pgg-gpg-process-region): Use
5338         pgg-temporary-file-directory.
5339
5340         * luna.el: Don't def-edebug.
5341
5342         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5343         binary-write-decoded-region from MEL.
5344
5345         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5346
5347         * alist.el, calist.el: Don't require product/APEL.
5348
5349         * pgg-parse.el (top-level): Remove dependency on static.el,
5350         pccl.el, mel.el.
5351         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5352         `define-ccl-program' is boundp, instead of using broken.
5353
5354 2002-10-01  Simon Josefsson  <jas@extundo.com>
5355
5356         * message.el (message-required-mail-headers): Remove Lines:.
5357
5358 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5359         From Jesper Harder.
5360
5361         * gnus-group.el (gnus-group-fetch-charter,
5362         gnus-group-fetch-control): Prompt for group if given a prefix
5363         argument.
5364         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5365         gnus-group-fetch-control to summary key map and menu.
5366
5367 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5368
5369         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5370         number when there are no articles.
5371
5372 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5373
5374         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5375         arg ALL means to fetch all articles, not only downloadable ones.
5376         (gnus-agent-fetch-selected-article): New function for
5377         gnus-select-article-hook or gnus-mark-article-hook.
5378
5379 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5380         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5381
5382         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5383         raw-text.
5384
5385 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5386
5387         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5388         Pinard).
5389         Major revamp of the code, documentation is in comments in the file
5390         for now.
5391
5392 2002-09-30  Simon Josefsson  <jas@extundo.com>
5393
5394         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5395         buffer seem to be needed?
5396
5397 2002-09-29  Simon Josefsson  <jas@extundo.com>
5398
5399         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5400         compile warnings.
5401
5402         * mml1991.el (mml1991-function-alist): Add pgg.
5403         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5404         (mml1991-pgg-encrypt): Fix recipients querying.
5405
5406 2002-09-28  Simon Josefsson  <jas@extundo.com>
5407
5408         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5409         from dme@dme.org.
5410         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5411         handle is returned.
5412
5413 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5416         Protect against non-existent of `nnimap-mailbox-info'.
5417
5418 2002-09-27  Simon Josefsson  <jas@extundo.com>
5419
5420         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5421         (gnus-setup-news-hook): Use it.
5422         (gnus-after-getting-new-news-hook): Ditto.
5423
5424         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5425
5426 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5427         From Mats Lidell <matsl@contactor.se>.
5428
5429         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5430
5431 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5432
5433         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5434         the part to decode encoded words, use raw words instead of decoded
5435         words.
5436
5437 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5440
5441         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5442         (mm-setup-w3m): Use it.
5443
5444 2002-09-27  Simon Josefsson  <jas@extundo.com>
5445
5446         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5447         article buffers.
5448
5449         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5450         it just in case.
5451         (nnimap-update-unseen): New function; update unseen count in
5452         `n-m-info'.
5453         (nnimap-close-group): Call it.
5454
5455         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5456         (gnus-after-getting-new-news-hook): Ditto.
5457
5458         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5459         message into verboselevel 9.  Change slow mail check message.
5460         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5461         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5462         used as a hook after getting new mail.
5463
5464 2002-09-26  Simon Josefsson  <jas@extundo.com>
5465
5466         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5467         SELECT/EXAMINE is first unseen article, not number of unseen
5468         articles.  Make them distinct by renaming the former to
5469         `first-unseen' instead of `unseen'.
5470
5471         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5472         too.
5473         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5474         changed.
5475         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5476
5477         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5478
5479         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5480         better.
5481
5482         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5483         if dissecting resulting buffer actually had any information.
5484
5485 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5488         because the function `string<' allows symbols.
5489
5490         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5491
5492 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * message.el (message-forward-make-body): Revert an early change
5495         because 8-bit utf-8 emails.
5496
5497 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5498
5499         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5500         links to Info)
5501         * gnus-art.el (gnus-treat-highlight-signature):
5502         * gnus-art.el (gnus-treat-buttonize):
5503         * gnus-art.el (gnus-treat-buttonize-head):
5504         * gnus-art.el (gnus-treat-emphasize):
5505         * gnus-art.el (gnus-treat-strip-cr):
5506         * gnus-art.el (gnus-treat-unsplit-urls):
5507         * gnus-art.el (gnus-treat-leading-whitespace):
5508         * gnus-art.el (gnus-treat-hide-headers):
5509         * gnus-art.el (gnus-treat-hide-boring-headers):
5510         * gnus-art.el (gnus-treat-hide-signature):
5511         * gnus-art.el (gnus-treat-fill-article):
5512         * gnus-art.el (gnus-treat-hide-citation):
5513         * gnus-art.el (gnus-treat-hide-citation-maybe):
5514         * gnus-art.el (gnus-treat-strip-list-identifiers):
5515         * gnus-art.el (gnus-treat-strip-pgp):
5516         * gnus-art.el (gnus-treat-strip-pem):
5517         * gnus-art.el (gnus-treat-strip-banner):
5518         * gnus-art.el (gnus-treat-highlight-headers):
5519         * gnus-art.el (gnus-treat-highlight-citation):
5520         * gnus-art.el (gnus-treat-date-ut):
5521         * gnus-art.el (gnus-treat-date-local):
5522         * gnus-art.el (gnus-treat-date-english):
5523         * gnus-art.el (gnus-treat-date-lapsed):
5524         * gnus-art.el (gnus-treat-date-original):
5525         * gnus-art.el (gnus-treat-date-iso8601):
5526         * gnus-art.el (gnus-treat-date-user-defined):
5527         * gnus-art.el (gnus-treat-strip-headers-in-body):
5528         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5529         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5530         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5531         * gnus-art.el (gnus-treat-unfold-headers):
5532         * gnus-art.el (gnus-treat-fold-headers):
5533         * gnus-art.el (gnus-treat-fold-newsgroups):
5534         * gnus-art.el (gnus-treat-overstrike):
5535         * gnus-art.el (gnus-treat-display-xface):
5536         * gnus-art.el (gnus-treat-display-smileys):
5537         * gnus-art.el (gnus-treat-from-picon):
5538         * gnus-art.el (gnus-treat-mail-picon):
5539         * gnus-art.el (gnus-treat-newsgroups-picon):
5540         * gnus-art.el (gnus-treat-body-boundary):
5541         * gnus-art.el (gnus-treat-capitalize-sentences):
5542         * gnus-art.el (gnus-treat-fill-long-lines):
5543         * gnus-art.el (gnus-treat-play-sounds):
5544         * gnus-art.el (gnus-treat-translate):
5545         * gnus-art.el (gnus-treat-x-pgp-sig):
5546         * gnus-art.el (gnus-mime-button-line-format):
5547         * gnus-art.el (gnus-button-man-level):
5548         * gnus-art.el (gnus-button-emacs-level):
5549         * gnus-cus.el (gnus-group-parameters):
5550         * gnus-gl.el (bbb-build-mid-scores-alist):
5551         * gnus-group.el (gnus-group-line-format):
5552         * gnus-mlspl.el (gnus-group-split-setup):
5553         * gnus-mlspl.el (gnus-group-split):
5554         * gnus-msg.el (gnus-mailing-list-groups):
5555         * gnus-msg.el (gnus-posting-styles):
5556         * gnus-nocem.el (gnus-nocem-issuers):
5557         * gnus-score.el (gnus-score-regexp-bad-p):
5558         * gnus-srvr.el (gnus-server-line-format):
5559         * gnus-topic.el (gnus-topic-line-format):
5560         * gnus.el (gnus-summary-line-format):
5561         * mail-source.el (mail-sources):
5562         * message.el (message-subscribed-address-file):
5563         * nnmail.el (nnmail-split-fancy):
5564
5565 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5566
5567         * mail-source.el(mail-source-run-script): use `functionp' to test
5568         whether the argument `script' is in fact a function.
5569         (mail-sources): adjust the defcustom to allow users to specify a
5570         function or a string as the value of the `:prescript' and
5571         `:postscript' arguments of the `file' and `pop3' mail sources.
5572
5573 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5574
5575         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5576         number when article 1 does not exist.
5577
5578 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5579
5580         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5581         apropos if apropos-variable does not exist.
5582         (gnus-button-guessed-mid-regexp)
5583         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5584         regexes.  From Reiner Steib.
5585         (gnus-button-handle-describe-function)
5586         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5587         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5588         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5589
5590 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5591         Trivial patch.
5592
5593         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5594         the file.
5595
5596 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5597
5598         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5599
5600 2002-09-24  Simon Josefsson  <jas@extundo.com>
5601
5602         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5603         (mml2015-use): Prefer PGG if installed.
5604         (mml2015-function-alist): Add PGG wrappers.
5605         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5606         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5607         prefix, make regexp optionally skip it.
5608         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5609         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5610         (mml2015-pgg-encrypt): New functions.
5611         (defvar, autoload): Prevent byte-compile warnings.
5612
5613 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5614         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5615
5616         * gnus-art.el (article-strip-banner): Check for the existence of
5617         from header.
5618
5619 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5620
5621         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5622         (gnus-button-alist): Improved regexp for
5623         gnus-button-handle-mid-or-mail (false positives), fixed
5624         gnus-button-handle-man entries.
5625         From Reiner Steib.
5626
5627 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5628         From Josh Huber.
5629
5630         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5631         nnmail-extra-headers is non-nil.
5632
5633 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5634
5635         * nnmaildir.el: Store article numbers persistently.  General
5636         revision.
5637         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5638         for nnmail-expiry-wait; delete instead of moving if 'force is
5639         given.
5640
5641 2002-09-23  Simon Josefsson  <jas@extundo.com>
5642         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5643
5644         * smime.el (smime-sign-buffer): Get key and extra certs.
5645         (smime-get-key-with-certs-by-email): Utility function.
5646
5647 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5648         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5649
5650         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5651         article exists.
5652
5653 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5654
5655         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5656
5657 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5658         From Reiner Steib.
5659
5660         * gnus-art.el (gnus-button-handle-custom,
5661         gnus-button-handle-mid-or-mail,
5662         gnus-button-handle-describe-{function,variable,key},
5663         gnus-button-handle-apropos{,command,variable}): New functions.
5664         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5665         gnus-button-{man,emacs,mail}-level): New variables.
5666         (gnus-button-alist): Use the above to buttonize emacs and mail
5667         related links.
5668
5669 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5670
5671         * gnus-int.el (gnus-status-message): Fix spacing.
5672
5673         * imap.el (imap-continuation): Fix typos.
5674
5675 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676
5677         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5678
5679         * gnus-art.el (gnus-article-reply-with-original): Correct
5680         with-current-buffer scope.
5681
5682         * message.el (message-completion-alist): Add Reply-To, From, etc.
5683
5684 2002-09-18  Simon Josefsson  <jas@extundo.com>
5685
5686         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5687         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5688
5689 2002-09-17  Simon Josefsson  <jas@extundo.com>
5690
5691         * nnimap.el (nnimap-expiry-target): Don't search for which
5692         articles exists here.
5693         (nnimap-request-expire-articles): Do it here instead.  Only expire
5694         when articles are found.  Suggested by Nevin Kapur
5695         <nevin@jhu.edu>.
5696
5697 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5698         From Reiner Steib <reiner.steib@gmx.de>.
5699
5700         * message.el (message-strip-subject-trailing-was)
5701         (message-change-subject, message-add-archive-header)
5702         (message-xpost-fup2-header, message-xpost-insert-note)
5703         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5704         adopted from message-utils.el.  Add functions to the keymap, mode
5705         describtion and menu.
5706         (message-change-subject,message-xpost-fup2): Signal error if
5707         current header is empty.
5708         (message-xpost-insert-note): Changed insert position.
5709         (message-archive-note): Ensure to insert note in message body (not
5710         in head).
5711         (message-archive-header, message-archive-note)
5712         (message-xpost-default, message-xpost-note, message-fup2-note)
5713         (message-xpost-note-function): New variables adopted from
5714         message-utils.el.  Changed some doc-strings.
5715         (message-mark-insert-{begin,end}): Rename from
5716         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5717         values.
5718         (message-subject-trailing-was-query)
5719         (message-subject-trailing-was-ask-regexp)
5720         (message-subject-trailing-was-regexp): New variables.
5721         (message-to-list-only): Added doc-string and menu entry.
5722
5723         * message-utils.el: Removed.  Functions are now in message.el.
5724
5725 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5726
5727         * gnus-art.el (gnus-article-reply-with-original,
5728         gnus-article-followup-with-original): Switch to
5729         gnus-summary-buffer before reply/followup.
5730
5731 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5732
5733         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5734         not exist. Toggle it anyway.
5735
5736 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5739
5740         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5741         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5742
5743         * rfc2047.el (message-posting-charset): Defvar it.
5744         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5745         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5746
5747         * mail-source.el (mail-source-fetch): Hide password.
5748
5749         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5750
5751 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5752         From John Paul Wallington <jpw@shootybangbang.com>.
5753
5754         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5755
5756 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5759
5760 2002-09-11  Simon Josefsson  <jas@extundo.com>
5761
5762         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5763         (nnimap-split-rule): Doc fix.
5764         (nnimap-request-expire-articles): Cleanup code.
5765
5766 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5767         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5768
5769         * gnus-art.el (gnus-article-address-banner-alist): New option.
5770         (article-strip-banner): Refer the above option to split banners of
5771         free mail servers, when no group parameter is specified.
5772
5773 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * nntp.el (nntp-wait-for-string): Check for a process in the
5776         current buffer instead of `nntp-server-buffer'.
5777
5778 2002-09-09  Simon Josefsson  <jas@extundo.com>
5779
5780         * gnus-art.el (gnus-button-man-handler): New variable.
5781         (gnus-button-alist): Use g-b-handle-man.
5782         (gnus-button-handle-man): New, call g-b-man-handler.
5783
5784 2002-09-08  Simon Josefsson  <jas@extundo.com>
5785
5786         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5787
5788 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5789
5790         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5791
5792 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5795
5796         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5797         keystroke.
5798
5799         * gnus-srvr.el (gnus-browse-describe-group): New command and
5800         keystroke.
5801
5802 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5805         value for gnus-decoration property.
5806
5807 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5808
5809         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5810         string) as group name in case we have a CRLF in the file.
5811
5812 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5813
5814         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5815         group.
5816         (rfc1843-decode-hzp): do.
5817         (rfc1843-newsgroups-regexp): do.
5818
5819 2002-09-04  Simon Josefsson  <jas@extundo.com>
5820
5821         * message.el (message-canlock-generate): Make sure sha1 doesn't
5822         call external programs.
5823
5824 2002-09-03  Simon Josefsson  <jas@extundo.com>
5825
5826         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5827
5828         * gnus-agent.el (gnus-agent-batch): Add doc.
5829
5830 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5831
5832         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5833         check for signed and encrypted parts.
5834         * mml.el (mml-parse-1): Correct small typo which preventing
5835         setting recipients in a secure tag.
5836
5837 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * mm-util.el (mm-coding-system-priorities): Default to a list of
5840         iso-2022-jp and others for the Japanese environment.
5841
5842 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5845         invalid display names.
5846
5847 2002-08-30  Simon Josefsson  <jas@extundo.com>
5848
5849         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5850         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5851
5852 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5853
5854         * gnus.el (gnus-group-charter-alist): New option.
5855         (gnus-group-fetch-control-use-browse-url): New option.
5856
5857         * gnus-group.el (gnus-group-fetch-charter): New function.
5858         (gnus-group-fetch-control): New function.
5859         Add them to the keymap and menu. Require mm-url.
5860
5861 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5864         From Alex Schroeder <alex@emacswiki.org>.
5865
5866 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5867
5868         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5869         items expecting user interaction.
5870
5871         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5872
5873         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5874
5875         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5876
5877         * mml.el (mml-menu): do.
5878
5879 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * mail-source.el (mail-source-touch-pop): New function.
5882
5883         * message.el (message-smtpmail-send-it): New function.
5884         (message-send-mail-function): Add it for a candidate.
5885
5886 2002-08-27  Simon Josefsson  <jas@extundo.com>
5887
5888         * gnus-msg.el (posting-charset-alist): Use
5889         gnus-define-group-parameter instead of defcustom.
5890         (gnus-put-message): Handle SPC in GCC.
5891         (gnus-inews-insert-gcc): Ditto.
5892         (gnus-inews-insert-archive-gcc): Ditto.
5893
5894 2002-08-26  Simon Josefsson  <jas@extundo.com>
5895
5896         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5897         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5898         (gnus-agent-possibly-save-gcc): Autoload.
5899         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5900
5901 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * gnus.el (gnus-other-frame-function): New user option.
5904         (gnus-other-frame): Use it; add a doc-string; make it work with
5905         the gnuclient program.
5906
5907         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5908
5909         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5910         `device-connection' and `dfw-device'.
5911
5912 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5913
5914         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5915         positives, make it stricter.  From Jochen Hein (trivial change).
5916
5917 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus.el (gnus-other-frame): Trivial fix.
5920
5921 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus.el (gnus-other-frame-parameters): New user option.
5924         (gnus-other-frame-object): New variable.
5925         (gnus-other-frame): Make it search for existing Gnus frame; don't
5926         read new news; delete frame on exit.
5927
5928         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5929
5930         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5931
5932 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5933         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5934
5935         * message.el (message-set-auto-save-file-name): Add support for
5936         the Cygwin Emacs; the system-type is `cygwin'.
5937         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5938
5939 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5940
5941         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5942
5943         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5944         avoid arithmetic errors.
5945
5946 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5949
5950 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5953         (message-ignored-resent-headers): Add envelope From.
5954
5955 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5956
5957         * gnus.el (gnus-summary-line-format): Document %k specifier.
5958
5959 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5960
5961         * gnus-sum.el (gnus-summary-line-message-size): New function.
5962         (gnus-summary-line-format-alist): Use it.
5963
5964 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-art.el (article-make-date-line): Refer to the value for
5967         `gnus-article-time-format' in the summary buffer.
5968
5969         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5970
5971 2002-08-14  Simon Josefsson  <jas@extundo.com>
5972
5973         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5974         quoting.
5975         (gnus-button-alist): Fix doc.
5976         (gnus-header-button-alist): Use ' not ` for default value quoting.
5977         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5978         rationale similar to 2002-05-01 change.
5979         (gnus-article-add-buttons-to-head): Evaluate expression.
5980
5981         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5982
5983 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * message.el (message-font-lock-keywords): Refer to the value for
5986         `message-cite-prefix-regexp' dynamically.
5987
5988 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5991
5992 2002-08-12  Simon Josefsson  <jas@extundo.com>
5993
5994         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5995         (imap-shell-open): Skip initial junk before IMAP greeting.
5996
5997 2002-08-11  Simon Josefsson  <jas@extundo.com>
5998
5999         * message-utils.el (message-xpost-default,
6000         message-xpost-fup2-header, message-xpost-fup2): Fixed
6001         Typos.  Trivial changes from Reiner Steib
6002         <4uce.02.r.steib@gmx.net>.
6003
6004 2002-08-09  Simon Josefsson  <jas@extundo.com>
6005
6006         * message.el (message-canlock-password): Set
6007         canlock-password-for-verify to newly generated canlock-password.
6008         When Emacs is restarted, Custom makes sure this is set, but during
6009         the same session we must set it manually.
6010
6011 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6012
6013         * yenc.el: New file.
6014
6015         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6016         (mm-uu-type-alist): Add yenc.
6017         (mm-uu-yenc-filename): New function.
6018         (mm-uu-yenc-extract): New function.
6019
6020         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6021
6022 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6023
6024         * dgnushack.el (merge): Don't use coerce.
6025
6026 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6027
6028         * mailcap.el (mailcap-mime-data): Test window-system rather than
6029         mm-device-type.
6030         (mailcap-mime-data): Call xdvi and gv with "-safer".
6031
6032         * mm-util.el: Don't define mm-device-type.
6033
6034 2002-08-05  Simon Josefsson  <jas@extundo.com>
6035
6036         * mm-util.el (mm-coding-system-priorities): coding-system type not
6037         supported everywhere.
6038
6039 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus.el (gnus-version-number): Bumped version number.
6042
6043 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6044
6045         * gnus.el: Oort Gnus v0.07 is released.
6046
6047 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6050         (gnus-article-sort-functions): Doc fix.
6051         (t): New keystroke.
6052         (gnus-article-sort-by-random): New function.
6053         (gnus-thread-sort-by-random): New function.
6054
6055 2002-08-02  Simon Josefsson  <jas@extundo.com>
6056
6057         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6058         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6059
6060 2002-07-31  Danny Siu  <dsiu@adobe.com>
6061
6062         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6063         when splitting malformed messages without message-id
6064
6065 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6066         From Niklas Morberg <niklas.morberg@axis.com>.
6067
6068         * nnweb.el (nnweb-type, nnweb-type-definition)
6069         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6070         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6071         functionality.
6072         * nnweb.el: Removed old non-functioning search engines.
6073
6074 2002-07-27  Simon Josefsson  <jas@extundo.com>
6075
6076         * message.el (message-forward-make-body): Don't use
6077         `message-forward-ignored-headers' when doing a "raw" followup (it
6078         is important to preserve e.g. CTE).
6079
6080         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6081
6082         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6083         regexp-quote, Cyrus Sieve is fixed.
6084
6085         * sieve-manage.el (sieve-manage-deletescript): New function.
6086
6087         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6088         (sieve-manage-mode): Fix menubar.
6089         (sieve-activate): Change some messages.
6090         (sieve-deactivate-all): New function.
6091         (sieve-deactivate): New alias.
6092         (sieve-remove): New function.
6093         (sieve-help): Fix help.
6094         All suggested by Ned Ludd.
6095
6096 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6099         (mm-w3m-safe-url-regexp): New user option.
6100
6101         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6102         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6103
6104 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6105
6106         * gnus-sum.el (gnus-summary-delete-article): Force
6107         nnmail-expiry-target to 'delete, so that absolute deletion
6108         happens when absolute deletion is requested.
6109
6110 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6111         From Nevin Kapur <nevin@jhu.edu>.
6112
6113         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6114         headers as empty headers.
6115
6116 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6117         From Jochen Hein <jochen@jochen.org>.
6118
6119         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6120         correct typo.
6121         (gnus-emphasis-strikethru): New face.
6122
6123 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6124         From Jason Merrill <jason@redhat.com>.
6125
6126         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6127         entire file for each of a sequence of missing articles.
6128
6129         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6130         value for gnus-view-pseudos.
6131
6132         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6133         avoid nreverse.
6134
6135 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6136         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6137
6138         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6139         (gnus-summary-mode-line-format-alist): Add %h for number of
6140         spams.
6141         (gnus-newsgroup-spam-marked): New variable.
6142         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6143         (gnus-article-read-p, gnus-article-mark)
6144         (gnus-set-global-variables, gnus-set-global-variables)
6145         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6146         (gnus-summary-mark-article-as-unread)
6147         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6148         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6149         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6150
6151 2002-07-10  Simon Josefsson  <jas@extundo.com>
6152
6153         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6154         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6155
6156 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6157
6158         * gnus-sum.el (gnus-summary-delete-article): Respect group
6159         parameters while expiring.
6160
6161 2002-07-08  Simon Josefsson  <jas@extundo.com>
6162
6163         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6164         Enberg.
6165
6166 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6167
6168         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6169         function is called interactively.  From Niklas Morberg.
6170
6171 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6172
6173         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6174         cdaar to cdar and car.
6175
6176         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6177         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6178
6179 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6182         don't break a narrowed article.
6183
6184         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6185         (nntp-open-via-rlogin-and-telnet): Ditto.
6186
6187 2002-07-02  Didier Verna  <didier@xemacs.org>
6188
6189         * nnmail.el (nnmail-split-methods): fix custom type.
6190
6191 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6192
6193         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6194         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6195
6196 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6197
6198         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6199         (gnus-summary-resend-message): Use it.
6200
6201 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6204         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6205
6206 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6207
6208         * message.el (message-font-lock-keywords): Don't fontify
6209         headers in the message body, only in the header.
6210         (message-font-lock-make-header-matcher): New function, used by
6211         message-font-lock-keywords.
6212         From Katsumi Yamaoka <yamaoka@jpl.org>.
6213
6214 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6217
6218 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6221
6222 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6223
6224         * message.el (message-font-lock-keywords): Revert 2002-06-22
6225         change.
6226
6227 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6228
6229         * message.el (message-font-lock-keywords): Put colon in header
6230         name match.
6231
6232 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6233
6234         * message.el (message-font-lock-keywords): Don't use header faces
6235         in the body.  Thanks to Stefan Monnier for the hint on the
6236         implementation.
6237
6238 2002-05-09  Miles Bader  <miles@gnu.org>
6239
6240         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6241         (gnus-article-hide-citation): Respect it.
6242
6243 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6244
6245         * pop3.el (pop3-open-server): Fix typo.
6246
6247 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6248
6249         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6250         instead of push to ignore duplicate to-(list|address) values.
6251         * nnmail.el (nnmail-cache-ignore-groups): New.
6252         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6253
6254 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6255
6256         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6257         before sending.  Suggested by Jan Rychter.
6258
6259 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * dgnushack.el (remove): New compiler macro.
6262         (last, coerce, subseq): Remove compiler macros for those built-in
6263         or unused functions.
6264
6265 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6266
6267         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6268         sure to write byte-compiled versions of gnus-*-format-alist to
6269         .newsrc.eld.  From Simon Josefsson.
6270
6271 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6272
6273         * gnus-agent.el (gnus-agent-read-servers)
6274         (gnus-agent-write-servers): Put server name (string like
6275         "nnchoke:frumple") in the file instead of a server specification
6276         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6277         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6278
6279 2002-06-16  Simon Josefsson  <jas@extundo.com>
6280
6281         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6282         Reiner Steib <4uce.02.r.steib@gmx.net>.
6283
6284 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6285
6286         * nnheader.el (nnheader-file-name-translation-alist): Set the
6287         default value for MS Windows systems.
6288
6289         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6290
6291 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * message.el (message-beginning-of-line): Keep the region active
6294         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6295
6296 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6297
6298         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6299         * gnus-msg.el (gnus-summary-reply): Ditto.
6300         * gnus-msg.el (gnus-summary-handle-replysign): New.
6301
6302 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6305         if sending failed.
6306
6307 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6308
6309         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6310         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6311         to sign while encrypting.
6312
6313 2002-06-11  Simon Josefsson  <jas@extundo.com>
6314
6315         * gnus-int.el (gnus-request-move-article): Agent expire article if
6316         successfuly moved.
6317
6318         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6319         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6320
6321 2002-06-10  Simon Josefsson  <jas@extundo.com>
6322
6323         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6324
6325 2002-06-09  Simon Josefsson  <jas@extundo.com>
6326
6327         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6328
6329         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6330
6331 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6332
6333         * flow-fill.el (fill-flowed): Ignore errors.
6334
6335 2002-06-06  Simon Josefsson  <jas@extundo.com>
6336
6337         * message.el (message-send-mail-with-sendmail): Improve error message.
6338
6339 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6340
6341         * message.el (message-interactive): Change default from nil to t.
6342         Better to be safe than to be fast.
6343
6344 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6345
6346         * message.el (message-send-mail-with-sendmail): Check return value
6347         from call-process-region.
6348
6349 2002-06-04  Simon Josefsson  <jas@extundo.com>
6350
6351         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6352         (gnus-group-post-news, gnus-summary-mail-other-window)
6353         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6354         gnus-article-copy to nil, thereby inhibiting the `header' posting
6355         style match to use data from last viewed article.
6356         Suggested by Hrvoje Niksic.
6357
6358 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * spam.el (spam-point-at-eol): New alias.
6361         (spam-parse-whitelist): Use it.
6362
6363 2002-06-03  Simon Josefsson  <jas@extundo.com>
6364
6365         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6366         (nnmail-article-group): Use it.
6367
6368 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6369
6370         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6371         so that code reading them won't be surprised.  From Jesper Harder
6372         <harder@ifa.au.dk>.
6373
6374 2002-05-29  Simon Josefsson  <jas@extundo.com>
6375
6376         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6377         articles.
6378
6379         * gnus.el (gnus-agent-cache): Doc fix.
6380         (gnus-agent): Change default to t.
6381
6382         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6383         ARTICLES, GROUP and FORCE parameters.
6384
6385 2002-05-28  Simon Josefsson  <jas@extundo.com>
6386
6387         * gnus-group.el (gnus-group-line-format): Doc fix.
6388
6389 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6390
6391         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6392         original article before yanking.  From Jesper Harder
6393         <harder@ifa.au.dk>.
6394
6395 2002-05-26  Simon Josefsson  <jas@extundo.com>
6396
6397         * gnus-sum.el (gnus-summary-menu-split): New function.
6398         (gnus-summary-make-menu-bar): Split charset submenu.
6399         (gnus-summary-menu-maxlen): New variable.
6400         (gnus-summary-menu-split): Use it.
6401
6402 2002-05-25  Simon Josefsson  <jas@extundo.com>
6403
6404         * mml.el (mml-preview): Generate some headers.
6405
6406         * gnus.el (gnus-large-newsgroup): Fix :type.
6407
6408         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6409         Agent cache NOV's by default now).
6410         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6411
6412 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6413
6414         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6415         call to gnus-parent-id when we check for References loops.
6416         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6417         twice by saving the simplified subject string in simp-subject.
6418
6419 2002-05-23  Simon Josefsson  <jas@extundo.com>
6420
6421         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6422         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6423
6424         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6425         Niklas Morberg <niklas.morberg@axis.com>.
6426
6427 2002-05-22  Simon Josefsson  <jas@extundo.com>
6428
6429         * sieve.el (sieve-change-region): Define it before it is used.
6430
6431         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6432         (gnus-summary-reply): Ask for confirmation when replying to news.
6433         Defaults to not ask.  From Benjamin Rutt
6434         <rutt+news@cis.ohio-state.edu>.
6435
6436         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6437
6438 2002-05-21  Simon Josefsson  <jas@extundo.com>
6439
6440         * sieve-mode.el (sieve-manage): Fix autoloads.
6441
6442         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6443         name (makes it work with recent Cyrus timsieved).
6444
6445 2002-05-20  Jason  <jbaker@cs.utah.edu>
6446         Trivial patch.
6447
6448         * gnus-art.el (gnus-request-article-this-buffer): Try
6449         reconnecting if you don't get the message.
6450
6451 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6454         Reply-To headers from the headers.
6455
6456 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * mm-url.el (mm-url-insert): Remove junk message.
6459
6460 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6463         (nnslashdot-use-front-page): New variable.
6464         (nnslashdot-request-list): Use it.
6465
6466         * mm-url.el (mm-url-timeout): New variable.
6467         (mm-url-retries): Ditto.
6468         (mm-url-insert): Use it.
6469
6470 2002-05-16  Simon Josefsson  <jas@extundo.com>
6471
6472         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6473         (gnus-simplify-subject-functions): Mention g-s-a-w.
6474
6475 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6476
6477         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6478         nnmail-cache-insert.
6479         * nndiary.el (nndiary-request-accept-article): Ditto.
6480         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6481         * nnimap.el (nnimap-request-accept-article): Ditto.
6482         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6483         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6484         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6485         * nnmh.el (nnmh-request-accept-article): Ditto.
6486         * nnmail.el (nnmail-cache-insert): Change group to required,
6487         removed code which tried to figure out the group.
6488
6489 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6490
6491         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6492         messages. From Hans de Graaff <hans@degraaff.org>.
6493         * nnml.el (nnml-request-accept-article): Pass in the group name to
6494         nnmail-cache-insert, since it's available.
6495
6496 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6497
6498         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6499
6500 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6501         From Florian Weimer <fw@deneb.enyo.de>.
6502
6503         * gnus.el (subscribed): New group parameter.
6504         (gnus-find-subscribed-addresses): Use it.
6505
6506 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6507
6508         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6509         the default for pgpmime to support pgp v2.
6510         * mml-sec.el (mml-signencrypt-style): New accessor function to
6511         allow users to get/set the signencrypt style more easily without
6512         frobbing the alist directly.
6513         * mml.el (mml-generate-mime-1): Use accessor function.
6514
6515 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6516
6517         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6518         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6519         <schwab@suse.de>.
6520
6521 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6522
6523         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6524         when intuiting the group the message is written to.  From Josh
6525         Huber <huber@alum.wpi.edu>.
6526
6527 2002-05-06  Simon Josefsson  <jas@extundo.com>
6528
6529         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6530         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6531
6532 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6533
6534         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6535         argument, and fixed compiler warning. (added autoload for
6536         gpg-encrypt).
6537
6538 2002-05-04  Simon Josefsson  <jas@extundo.com>
6539
6540         * mml1991.el (mml1991-function-alist): Doc fix.
6541
6542         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6543         doesn't exist (for previewing messages without having Gnus
6544         started).
6545
6546         * mm-util.el (mm-coding-system-priorities): Defcustom.
6547
6548         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6549
6550 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6551
6552         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6553         default.
6554         * mml-sec.el:
6555         * mml-sec.el (mml-signencrypt-style): New.
6556         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6557         argument `sign'.
6558         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6559         signencrypt.
6560         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6561         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6562         both signed & encryped is processed in one operation. (rather than
6563         two separate ops: sign, then encrypt)
6564         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6565         indication if a message is signed by an expired key.
6566         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6567         enables combined sign & encrypt operation. (this was always on
6568         before).
6569         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6570
6571 2002-05-01  Simon Josefsson  <jas@extundo.com>
6572
6573         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6574         server.
6575         (nnimap-mailbox-info): defvar instead of defvoo.
6576
6577 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6578
6579         * gnus.el: Oort Gnus v0.06 is released.
6580
6581 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * lpath.el: Bind url-package-version.
6584
6585 2002-05-01  Simon Josefsson  <jas@extundo.com>
6586
6587         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6588         filename before deleting the group itself, because the presence of
6589         a group filename decides if long filenames are used or not.
6590
6591         * gnus-art.el (gnus-button-alist): Don't inline
6592         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6593         without also modifying g-button-alist.
6594         (gnus-button-alist): Fix type to allow variable as well as regexp.
6595         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6596         themselves, variables to its contents.
6597         (gnus-button-entry): Ditto.
6598
6599 2002-05-01  Simon Josefsson  <jas@extundo.com>
6600
6601         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6602         UIDNEXT as a string.
6603
6604         * nnimap.el (nnimap-string-lessp-numerical): New function.
6605         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6606         integers.
6607
6608 2002-04-29  Simon Josefsson  <jas@extundo.com>
6609
6610         * nnmail.el (nnmail-cache-insert): Accept optional group
6611         parameter.
6612
6613         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6614         n-r-g-a is disabled.
6615
6616 2002-04-29  Simon Josefsson  <jas@extundo.com>
6617
6618         * nnimap.el (nnimap-split-fancy): Fix doc.
6619         (nnimap-split-fancy): Fix doc.
6620
6621         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6622         (nnimap-mailbox-info): New internal variable.
6623         (nnimap-retrieve-groups): Implement faster new mail check.
6624
6625         * nnimap.el (nnimap-split-articles): Support
6626         nnmail-cache-accepted-message-ids.
6627         (nnimap-request-accept-article): Ditto.
6628
6629         * imap.el (imap-mailbox-status-asynch): New command.
6630
6631 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6632
6633         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6634         are no subscribed mail groups.
6635         - Strip quoted names when comparing addresses
6636
6637 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6638
6639         * mm-decode.el (mm-text-html-renderer): Change customize type to
6640         const.
6641
6642         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6643         (gnus-debug-exclude-variables): do.
6644
6645 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6646
6647         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6648         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6649
6650 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * dns.el (dns-make-network-process): New macro.
6653         (query-dns): Use it.
6654
6655 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656
6657         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6658         article-buffer.
6659
6660         * mm-url.el (mm-url-package-name): New variable.
6661         (mm-url-package-version): New variable.
6662         (mm-url-insert-file-contents): Bind url-package-name and
6663         url-package-version here.
6664         * nnrss.el (nnrss-insert-w3): Move the bindings.
6665
6666         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6667         url-package-version. Trivial change from Andrew J Cosgriff
6668         <ajc@polydistortion.net>
6669
6670         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6671         attachments. Trivial change from Peter 'Luna' Runestig
6672         <peter@runestig.com>.
6673
6674 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6675
6676         * nnkiboze.el (nnkiboze-request-scan): Call
6677         nnkiboze-possibly-change-group.
6678         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6679         problems.
6680         (nnkiboze-generate-group): Set newsrc to the *highest* article
6681         number kibozed, not the lowest.
6682
6683 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6684
6685         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6686
6687 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6688         From Dan Christensen <jdc+news@uwo.ca>.
6689
6690         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6691         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6692         Recognize math postings.  Extract Date (now ignores "(15kb)").
6693         Extract email address using gnus-extract-address-components
6694         instead of just taking the first word.  Create Date and From
6695         headers for message which are missing these headers.  Get rid
6696         of spurious \\ lines (purely cosmetic).  Extend body-end and
6697         file-end regexps, to exclude more garbage from the message.
6698         Make URL rephrasing regexp more flexible, to match current
6699         format.
6700
6701 2002-04-23  Simon Josefsson  <jas@extundo.com>
6702
6703         * netrc.el: New file, functions copied from gnus-util.el by Ted
6704         Zlatanov <tzz@lifelogs.com>.
6705
6706         * gnus-util.el: Require netrc.
6707         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6708         new code in netrc.el.
6709
6710 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6711
6712         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6713         message-ignored-resent-headers, too.  From Matthieu Moy
6714         <Matthieu.Moy@imag.fr>.
6715
6716 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6717
6718         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6719         boolean not a string
6720         * gnus-group.el (gnus-group-line-format): add description of %C
6721         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6722           as %C
6723         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6724
6725 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6726
6727         * nnmaildir.el (nnmaildir-request-scan): typo: set
6728         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6729         nnmail-get-new-mail for 'find-new-groups.
6730
6731 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6732
6733         * nnmaildir.el (nnmaildir-request-update-info,
6734         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6735         unnecessary calls to nnmaildir-request-scan.
6736
6737 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6738
6739         * gnus-msg.el:
6740         * gnus-msg.el (gnus-message-replysign): New.
6741         * gnus-msg.el (gnus-message-replyencrypt): New.
6742         * gnus-msg.el (gnus-message-replysignencrypted): New.
6743         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6744         (above) to automatically encrypt/sign to encrypted/signed
6745         messages.
6746         * message.el:
6747         * message.el (message-mode-map): Add keybinding for
6748         `message-to-list-only'
6749         * message.el (message-mode): Add description for
6750         `message-to-list-only'
6751         * message.el (message-to-list-only): New.
6752         * message.el (message-make-mft): Changed to use the cl loop macro,
6753         and added optional flag to return only the matched list. (for use
6754         in new message-to-list-only function)
6755
6756 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6757
6758         * gnus-msg.el:
6759         * gnus-msg.el (gnus-message-replysign):
6760         * gnus-msg.el (gnus-replysign): New.
6761         * gnus-msg.el (gnus-replyencrypt): New.
6762         * gnus-msg.el (gnus-replysignencrypted): New.
6763         * gnus-msg.el (gnus-summary-reply):
6764         * message.el:
6765         * message.el (message-mode-map):
6766         * message.el (message-mode):
6767         * message.el (message-to-list-only): New.
6768         * message.el (message-make-mft):
6769
6770 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6771
6772         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6773
6774 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6775
6776         * message.el (message-gen-unsubscribed-mft): accept a prefix
6777         argument so CC can be included with C-u C-c C-f C-a
6778
6779 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6780         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6781
6782         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6783         Improve docstring.
6784         (spam-enter-blacklist): New command.
6785
6786         * gnus-sum.el (gnus-spam-mark): New mark.
6787         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6788         (gnus-summary-make-tool-bar): Correct conditional.
6789         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6790         (gnus-summary-mark-as-spam): New command.
6791
6792 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6793
6794         * mml-sec.el (mml-secure-message): changed to support arbritrary
6795         modes.
6796         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6797         changed to support "signencrypt" mode.
6798         * mml.el (mml-parse-1): changed to support different secure modes
6799         more easily. (for signencrypt)
6800
6801 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6802
6803         * gnus-sum.el (gnus-update-summary-mark-positions)
6804         (gnus-summary-toggle-header):
6805         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6806         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6807         (gnus-uu-post-encoded):
6808         * nnfolder.el (nnfolder-possibly-change-group):
6809         * nnimap.el (nnimap-retrieve-headers):
6810         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6811
6812 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6813
6814         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6815         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6816
6817 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-srvr.el (gnus-server-set-info): Clear
6820         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6821         From Daiki Ueno <ueno@unixuser.org>.
6822
6823 2002-04-11  Simon Josefsson  <jas@extundo.com>
6824
6825         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6826         viewing of security buttons.  Thanks to Nicolas Kowalski
6827         <Nicolas.Kowalski@imag.fr>.
6828
6829         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6830         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6831         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6832         <Nicolas.Kowalski@imag.fr>.
6833         (smime-decrypt-buffer): Ditto.
6834
6835 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6838         header line.
6839
6840 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6841
6842         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6843
6844 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6847
6848 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6849
6850         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6851         errors when debug.
6852
6853 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6854
6855         * message.el (message-make-mft): Changed MFT code from using
6856         message-recipients (which included Bcc) to use only the To and CC
6857         headers.
6858
6859 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6860
6861         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6862         add link.
6863         (gnus-treat-mail-picon): Ditto.
6864         (gnus-treat-newsgroups-picon): Ditto.
6865         (gnus-picon-databases): Fix custom type.
6866         (gnus-picon-databases): Add link.
6867         (gnus-article-x-face-command): Add to gnus-picon group.
6868
6869 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6870
6871         * message.el (message-buffer-naming-style): Remove.
6872
6873 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6876
6877         * message.el (message-tool-bar-map): Ditto.
6878
6879         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6880
6881 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6882
6883         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6884
6885 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6886
6887         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6888
6889 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6890         Trivial patch.
6891
6892         * dns.el: open-network-stream under XEmacs does udp.
6893
6894 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6895
6896         * spam.el (spam-enter-whitelist): New function.
6897         (spam-parse-whitelist): Ditto.
6898         (spam-refresh-list-cache): Ditto.
6899         (spam-address-whitelisted-p): New function.
6900
6901         * dns.el (query-dns): Use TCP when make-network-process isn't
6902         available.
6903         (dns-servers): New variable.
6904         (dns-parse-resolv-conf): New function.
6905         (query-dns): Use it.
6906
6907         * spam.el: New file.
6908
6909         * dns.el (query-dns): Test.
6910
6911 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * lpath.el (featurep): Bind make-network-process.
6914
6915 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6916
6917         * nnmaildir.el: Use defstruct.  Use a single copy of
6918         nnmail-extra-headers to save memory.  Store server's group name
6919         prefix instead of each group's prefixed name.
6920         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6921         nntp-server-buffer.
6922
6923 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * dns.el: New file.
6926
6927 2002-03-28  Simon Josefsson  <jas@extundo.com>
6928
6929         * gnus-sum.el (gnus-summary-dummy-line-format):
6930         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6931         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6932
6933 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6934
6935         * gnus-sum.el (gnus-summary-move-article)
6936         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6937         the doc string.
6938
6939 2002-03-28  Simon Josefsson  <jas@extundo.com>
6940
6941         * mml-sec.el (mml-secure-message): Search after
6942         mail-header-separator from top of message.
6943
6944 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6945
6946         * nnmaildir.el: Cosmetic changes.
6947         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6948         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6949         nnmaildir--group-ls): New macros/functions.  Use them.
6950         (nnmaildir--unlink): Evalutate argument only once.
6951
6952 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6953
6954         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6955         symbols.
6956         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6957         `gnus-point-at-eol'.
6958
6959 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6960
6961         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6962         nnmaildir--marks-dir): New macros.  Use them.
6963         Use inhibit-quit for atomicity instead of in-memory journaling.
6964         (nnmaildir--edit-prep): New function.
6965         (Local Variables): Use it.
6966
6967 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6968
6969         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6970
6971 2002-03-25  Simon Josefsson  <jas@extundo.com>
6972
6973         * message.el (message-mode): Fix doc.
6974
6975 2002-03-25  Simon Josefsson  <jas@extundo.com>
6976
6977         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6978         Matthieu Moy <Matthieu.Moy@imag.fr>.
6979
6980 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6981
6982         * mml-sec.el (mml-unsecure-message): Add docstring.
6983
6984 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6985
6986         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6987         value.
6988         Trivial change from andre@slamdunknetworks.com
6989
6990 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6991
6992         * mml.el (mml-mode-map): Added a keybinding for
6993         `mml-unsecure-message'.  Also, added a menu entry for said
6994         function in the Attachments menu.
6995
6996 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * canlock.el (canlock-version): Remove.
6999         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7000         here; simplify \x insertions.
7001         (canlock-sha1): New function, always return a unibyte string.
7002         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7003         of a password.
7004         (canlock-insert-header): Use `canlock-sha1'.
7005         (canlock-verify): Ditto.
7006
7007 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * message.el (message-fix-before-sending): Add an option that
7010         ignores illegible text.
7011         Trivial change from Mark Milhollan <mlm@attglobal.net>
7012
7013         * message.el (message-font-lock-keywords): Support multi-line MML
7014         tags.
7015
7016         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7017         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7018
7019 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7022         symbols for "View as different encoding" submenu.
7023
7024 2002-03-19  Simon Josefsson  <jas@extundo.com>
7025
7026         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7027         encoding" submenu.
7028
7029 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7032
7033 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7034
7035         * gnus-sum.el (gnus-sum-thread-tree-root)
7036         (gnus-sum-thread-tree-single-indent)
7037         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7038         (gnus-sum-thread-tree-leaf-with-other)
7039         (gnus-sum-thread-tree-single-leaf): Make customizable.
7040
7041 2002-03-16  Simon Josefsson  <jas@extundo.com>
7042
7043         * gnus-util.el (gnus-extract-address-components): Don't break on
7044         names such as James "Kibo" Parry.  From Francis Litterio
7045         <franl@world.std.com>.
7046
7047 2002-03-13  Simon Josefsson  <jas@extundo.com>
7048
7049         * pop3.el (pop3-open-server): Revert multibyte change.  From
7050         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7051
7052         * message.el (message-send-mail-with-qmail): Make it work.  From
7053         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7054
7055 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7056
7057         * message.el (message-make-mft): Set case-fold-search while
7058         generating the MFT.  Also, a little cleanup in the MFT code.
7059
7060 2002-03-12  Simon Josefsson  <jas@extundo.com>
7061
7062         * message.el (message-qmail-inject-args): May be function.
7063         (message-send-mail-with-qmail): Call function if m-q-i-a is
7064         function.  From fn@hungry.org (Faried Nawaz).
7065
7066 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7067
7068         * message.el (message-abbrevs-loaded): Remove.
7069         (mailabbrev): Require it.
7070
7071         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7072
7073 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * pop3.el (pop3-open-server): Set process buffer unibyte.
7076
7077 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7080
7081 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7082
7083         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7084         too.
7085
7086 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7087
7088         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7089         duplication.
7090         (gnus-summary-save-parts-type-history): Ditto.
7091         (gnus-summary-save-parts-last-directory): Ditto.
7092         Trivial change from andre@slamdunknetworks.com
7093
7094 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7095
7096         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7097
7098 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7099
7100         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7101         -->" as the end of the first article.
7102
7103         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7104         From Matthieu Moy <Matthieu.Moy@imag.fr>
7105
7106         * message.el (message-add-action): Use add-to-list.
7107         (message-delete-action): New function.
7108
7109         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7110         pieces.
7111
7112 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7113
7114         * nnnil.el: New file.
7115         * gnus.el (gnus-valid-select-methods): Include nnnil.
7116
7117 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * message.el (message-syntax-checks): Because canlock is
7120         supported, we disable sender syntax check.
7121         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7122
7123         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7124         value of message-syntax-checks.
7125
7126         * qp.el (quoted-printable-decode-region): Doc addition.
7127         From: Eli Zaretskii <eliz@is.elta.co.il>
7128
7129         * mail-source.el (make-source-make-complex-temp-name): Use
7130         make-temp-file.
7131
7132         * mm-util.el (mm-make-temp-file): New function.
7133         * nneething.el (nneething-file-name): Use it.
7134         * mml-smime.el (mml-smime-encrypt): Ditto.
7135         * mm-view.el (mm-inline-wash-with-file): Ditto.
7136         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7137         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7138         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7139         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7140         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7141         * gnus-art.el (gnus-mime-print-part): Ditto.
7142
7143 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7144
7145         * message.el (nnmaildir-article-number-to-base-name): New
7146         function.
7147         (nnmaildir-base-name-to-article-number): New function.
7148
7149 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * smime.el (smime-make-temp-file): Don't quote
7152         `temporary-file-directory'.
7153
7154 2002-03-04  Simon Josefsson  <jas@extundo.com>
7155
7156         * smime.el (smime-sign-region): Rename argument keyfiles to
7157         keyfile. You only sign something with one key.
7158         (smime-sign-buffer): Better completing-read prompt.
7159         (smime-decrypt-buffer): Ditto.
7160
7161         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7162
7163         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7164         completing-read.
7165         (mm-view-pkcs7-decrypt): CRLF->LF.
7166
7167 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7168
7169         * message.el (message-hierarchical-addresses): New variable.
7170         (message-get-reply-headers): Use it.
7171         From Ted Zlatanov <teodor.zlatanov@divine.com>
7172
7173 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * message.el (message-mode): If buffer-file-name, don't set auto
7176         save file name.
7177         Trivial change from Geoff Greene <ggreene@wpi.edu>
7178
7179 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7182         takes one argument in read-char.
7183
7184         * message.el (message-fix-before-sending): Forward a char.
7185         Check mmu-multibyte-p, add control-1.
7186
7187 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7188
7189         * gnus-start.el (gnus-read-init-file): Ditto.
7190
7191         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7192
7193         * dgnushack.el (dgnushack-make-load): Ditto.
7194
7195         * mail-source.el (mail-source-fetch): Extract the right error
7196         code.
7197
7198         * message.el (message-fix-before-sending): Check illegible text.
7199
7200         * gnus-util.el (gnus-multiple-choice): New function.
7201
7202         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7203         also defined in gnus-score.el.
7204
7205 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7206
7207         * message.el (message-get-reply-headers): downcase email addresses
7208         for comaparisons for duplicate removal.
7209
7210 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7211
7212         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7213         implementation of PKCS#7, which just allows users read the
7214         message.
7215         (mm-view-pkcs7): Use it.
7216
7217 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * gnus.el (large-newsgroup-initial): New parameter.
7220
7221         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7222         (gnus-summary-insert-old-articles): Ditto.
7223
7224 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7225
7226         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7227         used as the default answer of the question, "How many articles?".
7228         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7229
7230         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7231         small numbers.
7232
7233 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7234
7235         * deuglify.el: Fix comments.
7236
7237 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7238
7239         * html2text.el (html2text-clean-anchor): If there is no HREF,
7240         insert nothing.
7241
7242         * mml.el (mml-generate-mime-1): Add cdr.
7243         From: andre@slamdunknetworks.com
7244
7245         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7246         (mm-text-html-washer-alist): Ditto.
7247
7248         * mm-decode.el (mm-text-html-renderer): Add html2text.
7249
7250         * html2text.el: Face lift.
7251
7252         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7253
7254 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7255
7256         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7257
7258         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7259
7260         * deuglify.el: New file. The original file name is
7261         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7262
7263         * mm-decode.el (mm-display-external): Use
7264         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7265
7266 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7267
7268         * nnmaildir.el (nnmaildir-request-list): Report the highest
7269         article number, not the total number of articles.
7270
7271 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * gnus-sum.el: Move uu key map here.
7274         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7275
7276 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7277
7278         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7279         nnmail-expiry-wait* if expire-age parameter is not set.
7280
7281 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7284         function.
7285         (gnus-group-sort-selected-groups-by-real-name): New function.
7286         (gnus-group-make-menu-bar): Add sort by real name.
7287
7288         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7289         rebuild.
7290         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7291         nil as dependencies as well.
7292
7293 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7294
7295         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7296         for mime-parts.
7297
7298         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7299
7300         * gnus-group.el (gnus-group-name-decode): Don't test
7301         multibyte-string, because it breaks XEmacs.
7302         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7303
7304         * message.el (message-send-mail): Be talkative.
7305
7306         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7307         (mm-automatic-display): Ditto.
7308
7309         * mailcap.el (mailcap-mime-data): Ditto.
7310         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7311
7312 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * many files: Remove trailing whitespaces, replace spc+tab with
7315         tab, replace leading whitespaces with tabs.
7316
7317 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7318
7319         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7320         articles with no body and no blank line after the header.
7321
7322 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7323
7324         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7325         parts.
7326
7327         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7328         non-ascii chars.
7329
7330         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7331
7332         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7333         w3-delay-image-loads.
7334         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7335         (mm-w3-prepare-buffer): Ditto.
7336
7337         * mail-source.el (mail-source-fetch-directory): Run scripts.
7338
7339 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7342         for Majordomo confirmations.
7343
7344 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7347
7348 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7351
7352 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7353
7354         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7355         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7356
7357 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7360         (mm-inline-render-with-stdin): Ditto.
7361         (mm-inline-render-with-function): Ditto.
7362         (mm-inline-wash-with-file): Bind coding-system-for-write.
7363         (mm-inline-wash-with-stdin): Ditto.
7364
7365 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7366
7367         Suggested by Felix Natter <fnatter@gmx.net>
7368
7369         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7370         gnus-mime-externalize-view.
7371         (gnus-mime-view-part-internally): Rename from
7372         gnus-mime-internalize-view.
7373         (gnus-article-view-part-externally): Rename from
7374         gnus-article-externalize-part.
7375         (gnus-mime-action-alist): Change correspondingly.
7376         (gnus-mime-button-commands): Ditto.
7377         (gnus-mime-action-alist): Remove duplication.
7378
7379         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7380
7381 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7382
7383         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7384
7385         * gnus-art.el (gnus-display-mime): Use it.
7386
7387         * mm-partial.el (mm-partial-find-parts): Use it.
7388
7389         * gnus-sum.el (gnus-article-loose-mime): Rename from
7390         gnus-article-no-strict-mime.
7391         (gnus-summary-save-parts): Use it.
7392
7393 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7396         local variable.
7397
7398         * gnus-art.el (article-display-x-face): Don't sort multiple
7399         X-Faces.
7400
7401 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7404         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7405
7406         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7407
7408 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7409
7410         Some ideas is inspired by code from Hrvoje Niksic
7411         <hniksic@arsdigita.com>
7412
7413         * gnus-art.el (gnus-article-wash-function): Set the default to
7414         nil, so that we use mm-text-html-renderer instead.
7415         (article-wash-html): Use mm-text-html-renderer.
7416
7417         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7418         (mm-text-html-renderer): New variable.
7419         (mm-inline-text-html-renderer): Set the default to nil, so that we
7420         use mm-text-html-renderer instead.
7421
7422         * mm-view.el (mm-inline-text-html): New function.
7423         (mm-text-html-renderer-alist): New variable.
7424         (mm-inline-text-vcard): New function.
7425         (mm-inline-text): Split.
7426         (mm-links-remove-leading-blank): New function.
7427         (mm-inline-render-with-file): New function.
7428         (mm-inline-render-with-stdin): New function.
7429         (mm-inline-render-with-function): New function.
7430         (mm-text-html-washer-alist): New variable.
7431         (mm-inline-wash-with-file): New function.
7432         (mm-inline-wash-with-stdin): New function.
7433
7434 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * message-utils.el: Fix installation doc.
7437         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7438
7439 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7442         (gnus-post-method): Use it.
7443         (gnus-summary-cancel-article): Find the correct post-method.
7444
7445         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7446         * message.el (message-send-news): Ditto.
7447         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7448         <ipmonger@delamancha.org>
7449
7450         * gnus.el (gnus-select-method): Fix doc.
7451         (gnus-server-string): Use 'using nntp'.
7452
7453         * gnus-agent.el (gnus-slave-unplugged): New command.
7454         From: Felix Natter <fnatter@gmx.net>
7455
7456 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7459         Call edit-done-function first, then change the window
7460         configuration.
7461         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7462         (gnus-article-edit-mode): mml-mode.
7463
7464         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7465         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7466
7467         * message-utils.el: Adopt the file.
7468
7469         * message-utils.el: New file.
7470         From Holger Schauer <Holger.Schauer@gmx.de>
7471
7472 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7473
7474         * gnus-sum.el (gnus-summary-move-article): Select-article only
7475         when gnus-move-split-methods is non-nil. And we don't render or
7476         mark the article.
7477
7478         * gnus-fun.el (gnus-shell-command-to-string): New function.
7479         (gnus-shell-command-on-region): New function.
7480         (gnus-random-x-face): Use them.
7481         (gnus-x-face-from-file): Ditto.
7482         (gnus-convert-image-to-gray-x-face): Ditto.
7483         (gnus-convert-gray-x-face-to-xpm): Ditto.
7484         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7485
7486 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-treat-display-xface): Don't use
7489         `shell-command-to-string' when compiling.
7490         (gnus-treat-display-grey-xface): Ditto.
7491
7492 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7493
7494         * nnmaildir.el (nnmaildir--article-count): If the group is
7495         completely empty, report minimum article number as 1 instead of 0.
7496
7497 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7498
7499         * gnus-agent.el (gnus-get-predicate): Use nconc.
7500
7501         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7502         gnus-summary-display-cache as cache.
7503
7504         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7505         (nndoc-mail-in-mail-type-p): New function.
7506         (nndoc-mail-in-mail-article-begin): New function.
7507
7508 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7509
7510         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7511
7512         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7513         use-hard-newlines to nil.
7514
7515         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7516         image is not available if window-system is not available.
7517
7518         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7519
7520 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7523         bookmark, because update-mark doesn't handle it correctly.
7524
7525 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7528         directly instead of calling message-send-mail.
7529
7530         * gnus-start.el (gnus-read-descriptions-file): Use
7531         gnus-default-charset.
7532
7533         * mm-util.el (mm-guess-mime-charset): New function.
7534
7535         * gnus.el (gnus-default-charset): Use it.
7536         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7537         the default.
7538
7539 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7542         (article-display-x-face): Use it.  Disable grey xface, if
7543         uncompface is not found.
7544
7545         * message.el (message-mode): Don't enable multibyte on an indirect
7546         buffer.
7547
7548         * nnrss.el (nnrss-content-function): New variable.
7549         (nnrss-request-article): Use it.
7550
7551 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * gnus.el: Add article-unsplit-urls.
7554         * gnus-sum.el: Ditto.
7555         * gnus-art.el (gnus-treat-strip-cr): New variable.
7556         (gnus-treatment-function-alist): Use it.
7557         (article-unsplit-urls): New function.
7558         (gnus-article-make-menu-bar): Use it.
7559         From: Michael Cook <michael.cook@cisco.com>
7560
7561 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7562
7563         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7564         copy.
7565
7566 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7567
7568         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7569         with internal whitespace.
7570         (gnus-parent-id): Ditto.
7571
7572 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7573
7574         * gnus-art.el (gnus-article-treat-body-boundary): Add
7575         gnus-decoration property.
7576         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7577
7578         * message.el (message-mode): Set local-abbrev-table.
7579         From Matt Armstrong <matt@lickey.com>.
7580
7581         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7582         too many spaces.
7583
7584         * rfc2047.el (rfc2047-unfold-region): Ditto.
7585         (rfc2047-decode-region): Don't unfold. Let
7586         gnus-article-treat-unfold-headers do it.
7587
7588         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7589         From: Jesper Harder <harder@ifa.au.dk>
7590
7591 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7594         (gnus-configure-posting-styles): Use it.
7595         (gnus-configure-posting-styles): Remove trailing newspaces.
7596
7597 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7600         is non-nil.
7601
7602         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7603
7604         * gnus.el (gnus-server-to-method): Switch position with
7605         gnus-server-get-method.
7606         (gnus-agent): Add doc.
7607
7608         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7609         (gnus-summary-save-parts): Use it.
7610
7611         * gnus-art.el (gnus-display-mime): Use it.
7612         * mm-partial.el (mm-partial-find-parts): Use it.
7613
7614         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7615
7616         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7617         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7618
7619         * nnagent.el (nnagent-request-expire-articles): Don't delete
7620         files.
7621
7622 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * message.el (message-gen-unsubscribed-mft): New function.
7625         From Sriram Karra <karra@cs.utah.edu>.
7626
7627         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7628         open parenthesis.
7629
7630         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7631         (mm-inline-text-html-render-with-w3): Ditto.
7632         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7633         Suggested by Dave Love  <d.love@dl.ac.uk>.
7634
7635         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7636
7637         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7638         * nntp.el (nntp-send-command): Ditto.
7639         * nntp.el (nntp-send-command-nodelete): Ditto.
7640
7641 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7642
7643         * mm-url.el (mm-url-load-url): New function.
7644         (mm-url-insert-file-contents): Use it.
7645
7646         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7647
7648         * message.el (message-forward-make-body): Correctly copy
7649         forward-buffer.
7650
7651         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7652
7653 2002-02-04  Simon Josefsson  <jas@extundo.com>
7654
7655         * gnus-art.el (gnus-article-followup-with-original): Mark with
7656         force, prevent errors when following up from article buffer.
7657         (gnus-article-reply-with-original): Ditto.
7658
7659         * binhex.el (binhex-decoder-switches): Fix doc.  From
7660         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7661
7662 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7663
7664         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7665         highlight-citation after emphasize.
7666
7667 2002-02-04  Simon Josefsson  <jas@extundo.com>
7668
7669         * nnfolder.el (nnfolder-open-marks):
7670
7671         * nnml.el (nnml-open-marks): Message when done.  From David
7672         Edmondson <dme@sun.com>.
7673
7674 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7675
7676         * imap.el (imap-anonymous-auth): Fix typo.
7677         From: Steinar Bang <sb@dod.no>
7678
7679         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7680         save-excursion.
7681         (gnus-cache-braid-heads): Ditto.
7682
7683         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7684         line, because there are extra articles in the overview buffer.
7685
7686         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7687
7688         * message.el (message-forward-rmail-make-body): Directly use
7689         rmail-msg-restore-non-pruned-header to avoid calling
7690         vertical-motion.
7691
7692 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * gnus-cache.el (gnus-summary-insert-cached-articles):
7695         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7696
7697         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7698         gnus-newsgroups-unselected.
7699
7700         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7701         gnus-add-to-sorted-list.
7702
7703         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7704         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7705         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7706         (gnus-update-read-articles): UNREAD is sorted.
7707         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7708         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7709         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7710         (gnus-newsgroup-dormant): Require sorted.
7711
7712         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7713         directories.
7714         (gnus-dired-print): New function.
7715
7716         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7717         ps-despool.
7718
7719 2002-02-02  Simon Josefsson  <jas@extundo.com>
7720
7721         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7722
7723 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7724
7725         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7726         t. This makes gnus-agent customizable without putting
7727         gnus-agentize into .gnus.
7728
7729         * gnus.el (gnus-agent): Make it customizable.
7730
7731         * gnus-dired.el: New file.
7732         From Benjamin Rutt <brutt@bloomington.in.us>
7733
7734         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7735         if no article.
7736         (gnus-cache-possibly-remove-article): Ditto.
7737         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7738
7739 2002-02-01  Simon Josefsson  <jas@extundo.com>
7740
7741         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7742
7743 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7746         (mm-setup-w3m): Don't bind keys listed in the above.
7747
7748 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7751         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7752         is non-nil; bind `w3m-force-redisplay' with nil.
7753
7754         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7755
7756         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7757
7758 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7759
7760         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7761         use mail-header-unfold-field.
7762
7763         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7764         gnus-summary-limit.
7765
7766         * gnus-range.el (gnus-add-to-sorted-list): New function.
7767         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7768         (gnus-mark-article-as-unread): Ditto.
7769         (gnus-summary-mark-article-as-unread): Ditto.
7770         (gnus-build-get-header): Ditto.
7771         (gnus-summary-prepare-threads): Ditto.
7772         (gnus-summary-insert-pseudos): Ditto.
7773         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7774         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7775         (gnus-summary-insert-old-articles): Ditto.
7776
7777         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7778         (gnus-configure-posting-styles): Support the new format.
7779
7780         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7781         edebug-form-spec to (sexp body).
7782         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7783
7784         * message.el (message-reply-headers): Add doc.
7785
7786 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7787
7788         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7789         gnus-cache-active-hashtb.
7790
7791         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7792         (gnus-agent-summary-fetch-group): Use it.
7793
7794         * gnus-msg.el (gnus-debug-files): New variable.
7795         (gnus-debug-exclude-variables): New variable.
7796         (gnus-debug): Use them.
7797
7798         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7799
7800 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7801
7802         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7803         (message-mode-syntax-table): Move back the previous position.
7804
7805         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7806
7807         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7808         gnus-sorted-difference.
7809
7810         * nnsoup.el (nnsoup-request-expire-articles): Use
7811         gnus-sorted-difference.
7812
7813         * nnheader.el: Autoload gnus-sorted-difference.
7814
7815         * nnfolder.el (nnfolder-request-expire-articles): Use
7816         gnus-sorted-difference.
7817
7818         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7819         gnus-sorted-difference.
7820
7821         * gnus-range.el: Autoload cookies.
7822         (gnus-sorted-difference): New function.
7823         (gnus-sorted-ndifference): New function.
7824         (gnus-sorted-nintersection): Rename from
7825         gnus-set-sorted-intersection.
7826         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7827         (gnus-list-range-difference): Rename from
7828         gnus-inverse-list-range-intersection.
7829         (gnus-inverse-list-range-intersection): Use defalias.
7830
7831         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7832         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7833         (gnus-articles-to-read): Use gnus-sorted-difference.
7834         (gnus-summary-limit-mark-excluded-as-read): Use
7835         gnus-sorted-intersection and gnus-sorted-ndifference.
7836         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7837         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7838
7839         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7840
7841 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7844         property to the buffer for using emacs-w3m command keys.
7845
7846         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7847         option.
7848
7849         * mm-view.el (mm-w3m-mode-map): New variable.
7850         (mm-w3m-mode-command-alist): New variable.
7851         (mm-w3m-minor-mode): Removed.
7852         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7853         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7854         buffer for using emacs-w3m command keys.
7855
7856 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7857
7858         * message.el (message-mode-syntax-table): Move forward.
7859         (message-cite-prefix-regexp): Auto detect non word constituents.
7860         (message-cite-prefix-regexp): Don't use with-syntax-table.
7861
7862         * gnus-sum.el (gnus-summary-update-info): Use
7863         gnus-list-range-intersection.
7864
7865         * gnus-agent.el (gnus-agent-fetch-headers): Use
7866         gnus-list-range-intersection.
7867
7868         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7869         (gnus-list-range-intersection): Use it.
7870         (gnus-inverse-list-range-intersection): Ditto.
7871         (gnus-sorted-intersection): Add doc.
7872         (gnus-set-sorted-intersection): Add doc.
7873         (gnus-sorted-union): New function.
7874         (gnus-set-sorted-union): New function.
7875
7876         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7877         (gnus-inverse-list-range-intersection): Ditto.
7878
7879 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7880
7881         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7882
7883         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7884         and permit `:' and `\' in order to handle full Windows pathnames.
7885         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7886         technically not correct per standard, but seems to have common use.
7887
7888 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7891         replacing numbers.
7892
7893 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7896
7897         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7898         Don't split when the window is small, e.g. when a small *BBDB*
7899         window is the lowest one.
7900
7901         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7902         nnheader-find-nov-line to speed up. Use nreverse, because it is
7903         sorted. Use nnheader-insert-nov-file.
7904
7905 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7908
7909         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7910         of `w3m-display-inline-images' with the value of
7911         `mm-inline-text-html-with-images'.
7912         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7913
7914         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7915
7916 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7917
7918         * time-date.el: Add autoload cookies.  Many doc fixes.
7919         (time-add): New function.
7920         (time-subtract): Renamed from subtract-time.
7921         (subtract-time): New alias for time-subtract.
7922
7923 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7926         emacs-w3m in doc-string.
7927
7928         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7929         `w3m-current-buffer'.
7930
7931 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7932
7933         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7934
7935         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7936         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7937         (mm-w3m-cid-retrieve): New function.
7938         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7939
7940 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7941
7942         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7943
7944 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7947
7948 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7951         32K.
7952
7953         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7954
7955         * nnmail.el (nnmail-article-group): Decode headers before running
7956         split rules over them.
7957         (nnmail-mail-splitting-charset): New variable.
7958
7959         * smiley.el: Replaced with smiley-ems.el.
7960
7961 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * mm-url.el (mm-url-predefined-programs): Add w3m.
7964         (mm-url-program): Ditto.
7965
7966 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * nnml.el (nnml-use-compressed-files): New variable.
7969         (nnml-filenames-are-evil): Removed.
7970         (nnml-current-group-article-to-file-alist): Don't use.
7971         (nnml-update-file-alist): Inhibit.
7972         (nnml-article-to-file): Use new var.
7973
7974 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7975
7976         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7977
7978         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7979
7980 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7983         function.
7984
7985         * gnus-util.el (gnus-cache-file-contents): New function.
7986
7987         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7988         (gnus-agent-load-alist): Use it.
7989
7990         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7991
7992         * nnheader.el (nnheader-insert-nov-file): New function.
7993
7994         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7995
7996         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7997         there are no references.
7998         (gnus-extract-message-id-from-in-reply-to): New function.
7999         (gnus-nov-parse-line): Use in-reply-to if there are no
8000         references.
8001
8002 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8003
8004         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8005
8006         * gnus-util.el (gnus-parse-without-error): New macro.
8007
8008 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8009
8010         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8011         (gnus-article-wash-function): use locate-library to decide which
8012         to use.
8013
8014 2002-01-25  Simon Josefsson  <jas@extundo.com>
8015
8016         * pop3.el (pop3-munge-message-separator): Work if no date.
8017         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8018
8019 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * gnus-agent.el (gnus-agent-save-alist): Fix.
8022
8023         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8024         mistake.  Reinstated lost code.
8025
8026 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8027
8028         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8029         one exists in the case of an encrypted message with an internal
8030         signature.
8031
8032 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8035
8036 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * dgnushack.el: Commented out the experimental code.
8039
8040 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8043         error.
8044
8045         * gnus.el (gnus-server-to-method): Made into subst.
8046         (gnus-server-method-cache): New variable.
8047         (gnus-server-to-method): Use it.
8048         (gnus-group-method-cache): New variable.
8049         (gnus-find-method-for-group-1): Renamed.
8050         (gnus-find-method-for-group): New function.
8051         (gnus-group-method-cache): Removed.
8052
8053         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8054         function.
8055
8056         * gnus-range.el (gnus-members-of-range): New function.
8057         (gnus-list-range-intersection): Renamed.
8058         (gnus-inverse-list-range-intersection): New function.
8059
8060         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8061
8062         * nnagent.el (nnagent-retrieve-headers): New implementation.
8063
8064         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8065         implementation.
8066
8067 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8070         `w3m-meta-content-type-charset-regexp'.
8071
8072         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8073         charset-encoded html contents.
8074
8075 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8076
8077         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8078         an empty file.
8079
8080         * nnweb.el (url): Ignore errors when request url.
8081
8082         * nnrss.el: Clean up the comments.
8083
8084 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8087
8088         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8089         (mm-inline-media-tests): Test whether the value of
8090         `mm-inline-text-html-renderer' is a function for text/html.
8091
8092         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8093         separated from `mm-inline-text'.
8094         (mm-w3m-minor-mode): New variable.
8095         (mm-w3m-setup): New variable.
8096         (mm-setup-w3m): New function.
8097         (mm-inline-text-html-render-with-w3m): New function.
8098         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8099         text/html.
8100
8101 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8102
8103         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8104
8105 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8108         and `gnus-xmas-completing-read'.
8109
8110 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8111
8112         * nneething.el (nneething-message-id-number): Abolished.
8113         (nneething-encode-file-name): Not encode numerical characters.
8114         (nneething-make-head): `nneething-message-id-number' is not
8115         used to generate message IDs.
8116
8117 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8120         characters.
8121
8122 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8125         (gnus-xmas-redefine): Redefine conditionally.
8126
8127 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8128
8129         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8130         tag.
8131
8132 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8133
8134         * message.el (message-font-lock-keywords): Added the secure tag.
8135         * mml-sec.el: Added functions to generate/modify/remove the secure
8136         tag while in message mode.
8137         * mml-sec.el (mml-secure-message): New.
8138         * mml-sec.el (mml-unsecure-message): New.
8139         * mml-sec.el (mml-secure-message-sign-smime): New.
8140         * mml-sec.el (mml-secure-message-sign-pgp): New.
8141         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8142         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8143         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8144         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8145         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8146         convert it to either a part or multipart depending on if there are
8147         other parts in the message.
8148         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8149         to use the secure tag, rather than the part tag.
8150         * mml.el (mml-preview): Added a save-excursion to keep cursor
8151         position after doing an MML preview.
8152
8153 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * nnheader.el (nnheader-parse-overview-file): New function.
8156         (nnheader-write-overview-file): New function.
8157
8158 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8161         in wanted.
8162
8163         * nnweb.el (nnweb-type-definition): Clean up.
8164
8165 2002-01-21  Alastair Burt  <burt@dfki.de>
8166         Trivial patch.
8167
8168         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8169         buffer exists before jumping to it.
8170
8171 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172
8173         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8174         function.
8175         (article-wash-html): Use it.
8176         (gnus-article-wash-function): New variable.
8177         (gnus-article-wash-html-with-w3m): New function.
8178
8179 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8180
8181         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8182         XEmacs.
8183
8184 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8185
8186         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8187         command line.
8188
8189 2002-01-21  Simon Josefsson  <jas@extundo.com>
8190
8191         * canlock.el (base64-encode-string): Autoload it from base64.
8192         (canlock-make-cancel-key): Base64 encode unibyte string.
8193
8194 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * nnfolder.el (nnfolder-request-accept-article): Unfold
8197         x-from-line.
8198         (nnfolder-request-replace-article): Ditto.
8199
8200 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8201
8202         * gnus-group.el (gnus-group-best-unread-group): Use the right
8203         positioning function.
8204
8205 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * smiley-ems.el (smiley-region): Use new function.
8208         (smiley-update-cache): Use general image functions.
8209         (smiley-region): Use general functions.
8210
8211         * gnus-util.el (gnus-graphic-display-p): New function.
8212
8213         * nnmail.el (nnmail-article-group): Allow outputting traces of
8214         non-strings.
8215
8216         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8217         (nndoc-exim-bounce-type-p): New function.
8218
8219         * message.el (message-dont-send): Doc fix.
8220
8221         * gnus-util.el (gnus-completing-read): Remove
8222         inherit-input-method.
8223
8224         * gnus-art.el (gnus-treat-smiley): Doc fix.
8225
8226         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8227         articles.
8228
8229 2002-01-19  Simon Josefsson  <jas@extundo.com>
8230
8231         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8232         (imap-kerberos4-open): Ditto.
8233         (imap-open): Set port correctly, don't set auth.
8234
8235 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus.el (gnus-version-number): Bump version number.
8238
8239 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8240
8241         * gnus.el: Oort Gnus v0.05 is released.
8242
8243 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8246         exists.
8247
8248         * gnus-spec.el (gnus-string-width-function): New function.
8249         (gnus-tilde-cut-form): Use it.
8250         (gnus-tilde-max-form): Ditto.
8251         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8252         (gnus-substring-function): Use it.
8253         (gnus-tilde-cut-form): Ditto.
8254         (gnus-substring-function): New function.
8255
8256         * message.el (message-check-news-header-syntax): New message.
8257
8258         * gnus.el (gnus-slave-no-server): Doc fix.
8259
8260         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8261
8262 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8265         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8266         (seen (NUM1 . NUM2)).
8267
8268 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8269
8270         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8271         number in closed topics.
8272
8273 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8274
8275         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8276         functions.
8277
8278 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * gnus.el (gnus-group-find-parameter): Clean up.
8281
8282         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8283         articles.
8284
8285         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8286
8287         * nnmail.el (nnmail-article-group): Clean up.
8288
8289 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8290
8291         * gnus-agent.el (gnus-category-name): Intern the category name.
8292
8293 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8296
8297         * gnus-util.el (gnus-completing-read): New function.
8298
8299 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8302
8303         * smiley-ems.el (smiley-region): Register smiley.
8304         (smiley-toggle-buffer): Rewrite the function.
8305         (smiley-active): Removed.
8306
8307 2002-01-19  Simon Josefsson  <jas@extundo.com>
8308
8309         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8310         Jesper Harder <harder@ifa.au.dk>.
8311
8312 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8313
8314         * gnus-art.el (gnus-request-article-this-buffer): Call
8315         `nneething-get-file-name' to extract the file name from the
8316         message id.
8317
8318         * nneething.el (nneething-encode-file-name): New function.
8319         (nneething-decode-file-name): Ditto.
8320         (nneething-get-file-name): Ditto.
8321         (nneething-make-head): Encode the file name and encapsulate it
8322         into the field of the message id.
8323
8324 2002-01-18  Simon Josefsson  <jas@extundo.com>
8325
8326         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8327         stored in .marks.
8328
8329         * nnfolder.el (nnfolder-request-update-info): Ditto.
8330
8331 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8332
8333         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8334
8335 2002-01-18  Simon Josefsson  <jas@extundo.com>
8336
8337         * imap.el (imap-starttls-p): Don't check for binary.
8338         (imap-gssapi-auth-p): Ditto.
8339         (imap-kerberos4-auth-p): Ditto.
8340         (imap-open): Change logic.  Iterate through all possible streams,
8341         instead of bailing out after first failure.  Move authenticator
8342         decision to `imap-authenticate'.
8343         (imap-authenticate): Change logic, now finds the authenticator to
8344         use, was previously in `imap-open'.
8345         (imap-open): Return nil on failure.
8346         (imap-open): Setup temp buffer correctly.
8347         (imap-open): Return buffer only on success.
8348         (imap-interactive-login, imap-interactive-login): Tell the user
8349         which stream/authenticator is used for the queried
8350         username/password.
8351         (imap-open, imap-authenticate): Set variables.
8352         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8353         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8354
8355 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8358
8359 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8362
8363 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8366         (gnus-agent-group-mode-map): Bind it to "Jo".
8367         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8368
8369 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8370
8371         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8372         (gnus-summary-mail-toolbar): Add mail article deletion button.
8373
8374         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8375         false positives for lines of "^^^^".
8376
8377         * gnus-picon.el (gnus-picon-find-face): faces database is all
8378         lowercase.
8379
8380 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8383         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8384         duplications.
8385         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8386
8387 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-sum.el (gnus-summary-initial-limit): Inline
8390         gnus-summary-limit-children.
8391         (gnus-summary-initial-limit): Don't limit if
8392         gnus-newsgroup-display is nil.
8393         (gnus-summary-initial-limit): No, don't.
8394
8395         * gnus-util.el
8396         (gnus-put-text-property-excluding-characters-with-faces): Inline
8397         gnus-put-text-property.
8398
8399         * gnus-spec.el (gnus-default-format-specs): New variable.
8400
8401         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8402         gnus-format-specs.
8403         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8404
8405         * gnus-spec.el (gnus-update-format-specifications): Really check
8406         the Gnus version of the .newsrc.eld file.
8407         (gnus-format-specs): Save the new default summary format.
8408
8409         * gnus-util.el (gnus-parent-id): Check whether references is empty
8410         before splitting.
8411
8412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8413         functions.
8414         (gnus-gather-threads-by-references): Inline
8415         `gnus-split-references'.
8416
8417         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8418         default value of gnus-summary-line-format-spec.
8419
8420 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8423         message.
8424         (nnslashdot-request-list): Ditto.
8425         (nnslashdot-sid-strip): Removed.
8426
8427 2002-01-15  Simon Josefsson  <jas@extundo.com>
8428
8429         * nnimap.el (nnimap-close-asynchronous): Enable.
8430         (nnimap-close-group): Expunge.
8431
8432 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433
8434         * gnus-util.el (gnus-user-date-format-alist): Typo.
8435         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8436
8437 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8438
8439         * nneething.el (nneething-request-article): Set
8440         `nnmail-file-coding-system' to `binary' locally, in order to read
8441         files without any conversion.
8442
8443 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8446         nnheader-file-coding-system and nnmail-active-file-coding-system.
8447         (gnus-agent-regenerate-group): Ditto.
8448         (gnus-agent-regenerate): Ditto.
8449         (gnus-agent-write-active): Ditto.
8450         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8455         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8456
8457 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus.el: We don't need gnus-article-show-all-headers.
8460
8461         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8462         Ditto.
8463
8464         * gnus-sum.el (gnus-summary-select-article): Don't call
8465         show-all-headers, because hidden headers are not hidden text any
8466         more.
8467
8468 2002-01-13  Simon Josefsson  <jas@extundo.com>
8469
8470         * message.el (message-newline-and-reformat): Use `newline' instead
8471         of inserting \n, so that the newline is marked as hard.
8472
8473         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8474         From Jesper Harder <harder@ifa.au.dk>.
8475
8476 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8477
8478         * imap.el (imap-close): Keep going if quit.
8479
8480         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8481         nntp-server-buffer.
8482
8483 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8486         avoid unbinding shadowed variables.
8487
8488         * gnus-art.el (gnus-picon-databases): Moved here.
8489         (gnus-picons-installed-p): Moved here.
8490         (gnus-article-reply-with-original): Use `mark'.
8491
8492         * gnus.el (gnus-picon): Moved here and renamed.
8493
8494         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8495         installed.
8496         (gnus-treat-mail-picon): Ditto.
8497         (gnus-treat-newsgroups-picon): Ditto.
8498
8499         * gnus-picon.el (gnus-picons-installed-p): New function.
8500
8501 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8504
8505 2002-01-12  Simon Josefsson  <jas@extundo.com>
8506
8507         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8508         (nnimap-before-find-minmax-bugworkaround): Use it.
8509         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8510         (nnimap-dont-close): New variable.
8511         (nnimap-close-group): Use it.
8512
8513 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus-art.el (gnus-article-reply-with-original): Use
8516         `mark-active'.
8517
8518         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8519
8520         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8521         (gnus-score-advanced): Clean up.
8522         (gnus-score-advanced): Accept a multiple of the score.
8523
8524 2002-01-12  Simon Josefsson  <jas@extundo.com>
8525
8526         * flow-fill.el (fill-flowed-display-column)
8527         (fill-flowed-encode-columnq): New variables.  Suggested by
8528         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8529         (fill-flowed-encode, fill-flowed): Use them.
8530
8531         * message.el (message-send-news, message-send-mail): Use
8532         m-b-s-n-p-e-h-n.
8533
8534         * mml.el (autoload): Autoload fill-flowed-encode.
8535         (mml-buffer-substring-no-properties-except-hard-newlines): New
8536         function.
8537         (mml-read-part): Use it.
8538         (mml-generate-mime-1): Encode format=flowed if appropriate.
8539         (mml-insert-mime-headers): Insert format=flowed.
8540
8541         * flow-fill.el (fill-flowed-encode): New function.
8542         (fill-flowed): Bind fill-column to window width.
8543
8544 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8547         it exists.
8548         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8549         (gnus-summary-buffer-name): Don't return the dead name after all.
8550         (gnus-summary-setup-buffer): Kill the dead buffer.
8551
8552         * gnus-art.el (gnus-article-followup-with-original): Store the
8553         value of the mark before deactivating it.
8554
8555 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8556
8557         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8558         From: Karl Kleinpaste <karl@charcoal.com>
8559
8560         * gnus-art.el (article-display-x-face): Ditto.
8561         (gnus-article-reply-with-original): Use gnus-region-active-p.
8562         (gnus-article-followup-with-original): Ditto.
8563
8564         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8565         downloadable article either.
8566
8567 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8568
8569         * gnus-art.el (article-display-x-face): Insert From:.
8570
8571         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8572         article. Bind gnus-display-mime-function and
8573         gnus-article-prepare-hook.
8574
8575         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8576         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8577         gnus-agent-possibly-synchronize-flags to the last.
8578         (gnus-agent-go-online): New function. New variable.
8579
8580 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8581
8582         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8583         (gnus-agent-regenerate): Ditto.
8584
8585 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586
8587         * message.el (message-ignored-news-headers)
8588         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8589         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8590
8591         * gnus.el (gnus-gethash-safe): New macro.
8592
8593         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8594         (gnus-agent-regenerate): Show messages.
8595
8596 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8597
8598         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8599         (gnus-agent-regenerate): New function.
8600         (gnus-agent-save-alist): Sort.
8601         (gnus-agent-copy-nov-line): Test eobp.
8602         (gnus-agent-retrieve-headers): Erase buffer.
8603
8604 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8607         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8608
8609         * gnus.el (gnus-agent-covered-methods): Move here.
8610         (gnus-online): New function.
8611         (gnus-agent-method-p): Move here.
8612
8613         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8614         nil. Remove articles-alist.
8615
8616         * gnus-start.el (gnus-get-unread-articles): Check online.
8617         (gnus-groups-to-gnus-format): Ditto.
8618         (gnus-active-to-gnus-format): Ditto.
8619
8620         * gnus-agent.el (gnus-agent-get-function): Use it.
8621         (gnus-agent-get-undownloaded-list): Ditto.
8622         (gnus-agent-fetch-session): Only fetch online methods.
8623
8624         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8625         (gnus-server-mode-map): Ditto.
8626         (gnus-server-offline-face): New face.
8627         (gnus-server-offline-face): New variable.
8628         (gnus-server-font-lock-keywords): Add offline.
8629         (gnus-server-insert-server-line): Ditto.
8630         (gnus-server-offline-server): New function.
8631
8632         * gnus-int.el (gnus-open-server): Turn to offline.
8633         (gnus-server-unopen-status): New variable.
8634
8635 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * nnkiboze.el (nnkiboze-request-article): Use
8638         gnus-agent-request-article.
8639
8640         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8641         function. Insert undownloaded NOV.
8642
8643         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8644         (gnus-agent-request-article): New function.
8645
8646         * gnus.el (gnus-agent-cache): New variable.
8647
8648         * gnus-int.el (gnus-retrieve-headers): Use
8649         gnus-agent-retrieve-headers.
8650         (gnus-request-head): Use gnus-agent-request-article.
8651         (gnus-request-body): Ditto.
8652
8653         * gnus-art.el (gnus-request-article-this-buffer): Use
8654         gnus-agent-request-article.
8655
8656         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8657         article if it is undownloaded.
8658
8659 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8662
8663 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * canlock.el (canlock-string-as-unibyte): New macro.
8666         (canlock-sha1-with-openssl): Return a unibyte string.
8667         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8668
8669 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8672
8673 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8676         application/x-emacs-lisp.
8677
8678         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8679
8680         * nntp.el (nntp-request-article): Add group parameter.
8681         (nntp-request-head): Ditto.
8682         (nntp-find-group-and-number): Add parameter group. Figure out
8683         number if the status line doesn't give (e.g. quimby.gnus.org).
8684
8685 2002-01-08  Simon Josefsson  <jas@extundo.com>
8686
8687         * mml.el (mml-generate-mime-1): Set recipient correctly.
8688
8689 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690
8691         * message.el (message-read-from-minibuffer): Add parameter
8692         initial-contents.
8693         * gnus-msg.el (gnus-summary-resend-message): Use it.
8694
8695         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8696         behavior of quit-config.
8697
8698         * message.el (message-make-from): Don't quote fullname.
8699         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8700
8701         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8702         From: <andre@slamdunknetworks.com>
8703
8704 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8707
8708         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8709
8710         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8711         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8712         because bbdb may use it.
8713
8714 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8715
8716         * nneething.el (nneething-request-article): When a non-text file
8717         is converted to an article, its data is encoded in base64.  Call
8718         `nneething-make-head' with options to specify MIME types.
8719         (nneething-make-head): Add optional arguments to specify MIME
8720         types.
8721
8722 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8723
8724         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8725         header if there is not.
8726
8727         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8728
8729         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8730         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8731         (gnus-inews-do-gcc): Use them.
8732
8733         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8734         gnus-newsgroup-unselected.
8735
8736 2002-01-06  Simon Josefsson  <jas@extundo.com>
8737
8738         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8739         condition-case, not ignore-errors.
8740
8741 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8742
8743         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8744         gnus-fetch-old-headers.
8745
8746         * gnus-art.el (article-display-x-face): Use the current buffer
8747         unless `W f'. Otherwise, X-Face may be shown in the header of a
8748         forwarded part.
8749         (gnus-treatment-function-alist): Treat xface before hiding
8750         headers.
8751
8752 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8755         parameters.
8756
8757 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8758
8759         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8760         (mm-guess-charset): New function.
8761         (mm-charset-after): Use it.
8762         (mm-detect-coding-region): New function.
8763         (mm-detect-mime-charset-region): New function.
8764
8765         * gnus-sum.el (gnus-summary-show-article): Use
8766         mm-detect-coding-region.
8767
8768 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * message.el (message-make-fqdn): Be less violent.
8771
8772         * gnus.el (gnus-logo-color-style): Compute custom form
8773         automatically.
8774
8775         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8776         score file of the parent to the document group.
8777
8778         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8779         parameters parameter.
8780
8781         * gnus-score.el (gnus-score-load-file): Clean up.
8782
8783 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8786         From: Damien Wyart <damien.wyart@free.fr>
8787
8788         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8789
8790 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * gnus-sum.el (gnus-select-group-hook): Typo.
8793
8794         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8795         is no quoted-printable-encoded STRING.
8796         From: Jesper Harder <harder@ifa.au.dk>
8797
8798         (rfc2047-decode-string): Decode it.
8799
8800 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8803
8804 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8805         Trivial patch.
8806
8807         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8808         buffer to get rid of junk line.
8809
8810 2002-01-05  Simon Josefsson  <jas@extundo.com>
8811
8812         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8813         C-o.
8814         (message-mode-map): Bind message-insert-or-toggle-importance to
8815         C-c C-u.
8816         (message-mode-map): Bind message-disposition-notification-to to
8817         C-c M-n.
8818         (message-mode-menu): Add m-d-n-t.
8819         (message-mode-field-menu): Add m-goto-from.
8820         (message-mode): Doc fix.
8821         (message-goto-from): New function.
8822         (message-insert-disposition-notification-to): New function.
8823         (message-tool-bar-map): Add receipt button.
8824
8825 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-sum.el (gnus-thread-latest-date): New function.
8828         (gnus-thread-sort-by-most-recent-number): Renamed.
8829         (gnus-thread-sort-functions): Doc fix.
8830         (gnus-select-group-hook): Don't use setq on a hook.
8831         (gnus-thread-latest-date): Use date, not number
8832
8833         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8834         (gnus-agent-expire): Allow regexp of expire-days.
8835
8836         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8837         region.
8838         (gnus-article-followup-with-original): Ditto.
8839
8840         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8841
8842         * gnus-art.el (gnus-mime-display-alternative): Use
8843         gnus-local-map-property.
8844         (gnus-mime-display-alternative): Ditto.
8845         (gnus-insert-mime-security-button): Ditto.
8846         (gnus-insert-next-page-button): Ditto.
8847         (gnus-button-prev-page): Take optional args.
8848         (gnus-insert-prev-page-button): widget-convert.
8849
8850         * gnus-util.el (gnus-local-map-property): New function.
8851
8852         * gnus-art.el (gnus-prev-page-map): Use parent map.
8853         (gnus-next-page-map): Ditto.
8854
8855         * gnus-spec.el (gnus-parse-format): Clean up.
8856         (gnus-parse-format): Do complex formatting for %=.
8857
8858         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8859         "X-Face: " to the data in the built-in scenario.
8860
8861         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8862         (gnus-correct-pad-form): Renamed.
8863         (gnus-tilde-max-form): Clean up.
8864         (gnus-pad-form): Use gnus-use-correct-string-widths.
8865
8866         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8867         support if that is available.
8868
8869         * gnus-sum.el (gnus-thread-highest-number): New function.
8870         (gnus-thread-sort-by-most-recent-thread): New function.
8871         (gnus-thread-sort-functions): Doc fix.
8872
8873 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8874
8875         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8876         all cases.
8877         (gnus-summary-mode): Enable it in all cases.
8878         (gnus-summary-display-article): Ditto.
8879         (gnus-summary-edit-article): Ditto.
8880
8881         * gnus-ems.el (gnus-put-image): Really return glyph.
8882
8883         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8884         (gnus-treat-smiley): Don't take "P" in the interactive form.
8885
8886 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * compface.el (uncompface): XEmacs and Emacs have differing
8889         capabilities.
8890
8891         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8892
8893         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8894         (gnus-article-xface-ring-size): Removed.
8895         (gnus-article-display-xface): Removed.
8896         (gnus-remove-image): Cleaned up.
8897
8898         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8899         (gnus-xmas-create-image): Take pbm files.
8900         (gnus-x-face): Removed.
8901         (gnus-xmas-article-display-xface): Removed.
8902
8903         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8904         default-enable-multibyte-characters.
8905
8906         * compface.el (uncompface): Doc fix.
8907
8908         * gnus-art.el (gnus-article-x-face-command): Use
8909         gnus-display-x-face-in-from.
8910
8911         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8912
8913         * gnus-ems.el (gnus-put-image): Return the image.
8914
8915         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8916         (gnus-x-face): Moved here.
8917
8918 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8921         invisible if string is nil.
8922         (gnus-xmas-article-display-xface): Use it.
8923
8924         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8925         property when string is nil.
8926         (gnus-article-display-xface): Use it.
8927
8928 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * gnus-art.el (article-display-x-face): Check whether valid grey
8931         face was returned.
8932         (article-display-x-face): Place image in the right spot.
8933
8934         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8935         stderr.
8936         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8937
8938 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8941         parameters.
8942         (gnus-xmas-put-image): Allow non-strings to be passed.
8943
8944         * gnus-art.el (article-display-x-face): Use optional parameters.
8945
8946         * gnus-ems.el (gnus-create-image): Take optional parameters.
8947
8948         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8949
8950         * compface.el (compface-xbm-p): Removed.
8951
8952         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8953         (gnus-article-display-xface): Use compface.
8954
8955         * compface.el: New file.
8956
8957         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8958         (gnus-convert-image-to-x-face-command): Ditto.
8959         (gnus-random-x-face): Quote argument.
8960         (gnus-x-face-from-file): Ditto.
8961
8962 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8963
8964         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8965         the expire-group parameter once per article rather than once
8966         per group; bind `nnmaildir-article-file-name' and `article'
8967         for convenience.  Leave article alone when expire-group
8968         specifies the current group.
8969         (nnmaildir--update-nov): be more concurrency-friendly with
8970         temp file names.
8971
8972 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * gnus-start.el (gnus-read-init-file): Cleaned up.
8975
8976 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8977
8978         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8979         (gnus-read-init-file): Don't use it.
8980
8981 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8984
8985 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8986
8987         * gnus-start.el (gnus-read-init-file): Don't force coding system
8988         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8989
8990 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8991
8992         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8993         * nnspool.el (nnspool-request-post): Ditto.
8994
8995         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8996         (mm-find-mime-charset-region): Use it.
8997
8998 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8999
9000         * gnus.el (gnus-summary-line-format): Added :link.
9001         * gnus-topic.el (gnus-topic-line-format): Ditto.
9002         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9003         * gnus-srvr.el (gnus-server-line-format): Ditto.
9004         * gnus-group.el (gnus-group-line-format): Ditto.
9005
9006         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9007         :keys, it works on both Emacsen.
9008
9009 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9012
9013 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9016
9017 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9018
9019         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9020         very wide reply.
9021
9022 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9025         (gnus-picon-cache): New variable.
9026         (gnus-picon-transform-newsgroups): Cache stuff.
9027
9028         * gnus-art.el (gnus-article-reply-with-original): New command.
9029         (gnus-article-followup-with-original): New command.
9030
9031         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9032         END parameters.
9033         (gnus-summary-followup): Take a list of list of articles.
9034         (gnus-inews-yank-articles): Allow lists of article/regions.
9035
9036         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9037         longer the usual commands.
9038
9039         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9040         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9041         shell-command-on-region.
9042
9043 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9046           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9047
9048 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9049
9050         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9051         understand ':keys', wrap it in an featurep 'xemacs.
9052
9053 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9056         order of headers (Actually, it is called in a reversed order). Add
9057         'gnus-image-text-deletable property.
9058         (gnus-remove-image): Remove text with such a property.
9059
9060         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9061         gnus-put-image.
9062
9063         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9064         with ", "
9065
9066 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9069
9070         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9071         (article-display-x-face): Display grey X-Faces.
9072
9073         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9074         (gnus-convert-gray-x-face-to-ppm): Ditto.
9075         (gnus-convert-image-to-gray-x-face): Ditto.
9076
9077         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9078         gnus-summary-show-raw-article.
9079
9080 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         Display picons in XEmacs without showing text.
9083
9084         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9085         mm-create-image-xemacs to create xbm glyph, because it deletes
9086         temporary files.
9087         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9088         (gnus-xmas-remove-image): Make text visible, remove glyph.
9089
9090         * gnus-picon.el (gnus-picon-transform-newsgroups)
9091         (gnus-picon-transform-address): Insert spec backward, due to the
9092         incompatibility of gnus-xmas-put-image.
9093
9094 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9095
9096         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9097
9098 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * gnus.el: Doc fix.
9101
9102         * gnus-art.el: Doc fix.
9103
9104         * gnus-agent.el: Doc fix.
9105
9106 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9107
9108         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9109
9110 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9111
9112         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9113         NOV data out of the message again if nnmail-extra-headers has
9114         changed.
9115
9116 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * gnus-fun.el: New file.
9119         (gnus-convert-image-to-x-face-command): New variable.
9120         (gnus-insert-x-face): New function.
9121         (gnus-random-x-face): Renamed.
9122         (gnus-x-face-from-file): Renamed.
9123
9124         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9125         "_".
9126         (gnus-body-boundary-delimiter): Typo fix.
9127
9128 2002-01-02  Simon Josefsson  <jas@extundo.com>
9129
9130         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9131         (gnus-body-boundary-delimiter): Fix type.
9132
9133 2002-01-01  Simon Josefsson  <jas@extundo.com>
9134
9135         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9136         (gnus-treat-emphasize, gnus-treat-strip-cr)
9137         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9138         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9139         (gnus-treat-fill-article, gnus-treat-hide-citation)
9140         (gnus-treat-hide-citation-maybe)
9141         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9142         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9143         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9144         (gnus-treat-date-ut, gnus-treat-date-local)
9145         (gnus-treat-date-english, gnus-treat-date-lapsed)
9146         (gnus-treat-date-original, gnus-treat-date-iso8601)
9147         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9148         (gnus-treat-strip-trailing-blank-lines)
9149         (gnus-treat-strip-leading-blank-lines)
9150         (gnus-treat-strip-multiple-blank-lines)
9151         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9152         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9153         (gnus-treat-display-xface, gnus-treat-display-smileys)
9154         (gnus-treat-from-picon, gnus-treat-mail-picon)
9155         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9156         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9157         (gnus-treat-play-sounds, gnus-treat-translate)
9158         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9159
9160         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9161         (gnus-article-treat-body-boundary): Use it.
9162
9163         * message.el (message-mode): Fix doc.
9164         (message-mode-menu): Fix names.
9165
9166 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9169         articles.
9170
9171         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9172         (gnus-picon-transform-address): Search for unknown faces as well.
9173         (gnus-picon-find-face): Don't search "news" for MISC.
9174         (gnus-picon-user-directories): Changed default back to exclude
9175         "unknown".
9176
9177         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9178
9179         * gnus-picon.el (gnus-picon-find-face): Search through all
9180         databases.
9181         (gnus-picon-find-face): New implementation.
9182
9183         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9184         keystroke.
9185         (gnus-topic-goto-next-topic): Ditto.
9186
9187         * gnus.el (gnus-summary-line-format): Changed default.
9188
9189         * nnmail.el (nnmail-extra-headers): Change default.
9190
9191         * gnus-sum.el (gnus-extra-headers): Change default.
9192
9193         * message.el (message-news-other-window): Changed "news" to
9194         "posting".
9195         (message-news-other-frame): Ditto.
9196         (message-do-send-housekeeping): Ditto.
9197
9198         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9199         function.
9200         (gnus-article-unread-p): New function.
9201         (gnus-article-unseen-p): New function.
9202         (gnus-dead-summary-mode-map): Typo.
9203
9204         * gnus-util.el (gnus-make-predicate): New function.
9205         (gnus-make-predicate-1): New function.
9206
9207         * gnus-sum.el: New function.
9208         (gnus-map-articles): New function.
9209
9210         * gnus-art.el (gnus-treat-fold-headers): New variable.
9211         (gnus-article-treat-fold-headers): New command and keystroke.
9212
9213         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9214         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9215
9216 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * message.el (message-fcc-externalize-attachments): New variable.
9219         (message-do-fcc): Use it.
9220
9221         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9222         (gnus-inews-do-gcc): Use it.
9223
9224         * mml.el (mml-tweak-sexp-alist): New variable.
9225         (mml-externalize-attachments): New variable.
9226         (mml-tweak-part): Use mml-tweak-sexp-alist.
9227         (mml-tweak-externalize-attachments): New function.
9228
9229 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9230
9231         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9232         'set-glyph-face' so x-face back/foreground can be set.
9233
9234 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9235
9236         * message.el (message-fix-before-sending): Fix a typo.
9237
9238 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * gnus-art.el (gnus-treat-smiley): Renamed command.
9241         (gnus-article-remove-images): New command and keystroke.
9242
9243         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9244
9245         * smiley-ems.el (gnus-smiley-display): Removed.
9246
9247         * gnus.el (gnus-version-number): Update version.
9248
9249         * message.el (message-text-with-property): Renamed and moved
9250         here.
9251         (message-fix-before-sending): Highlight invisible text and place
9252         point there.
9253
9254 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9255
9256         * gnus.el: Oort Gnus v0.04 is released.
9257
9258 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9261
9262         * gnus-art.el (gnus-ignored-headers): More headers,
9263
9264         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9265         of `scan-error', since XEmacs doesn't seem to support that.
9266
9267 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9270         arg.
9271         (gnus-summary-best-unread-subject): Ditto.
9272         (gnus-summary-best-unread-subject): No, don't.
9273         (gnus-summary-better-unread-subject): New command.
9274
9275         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9276
9277         * lpath.el ((featurep 'xemacs)): fbind url function.
9278
9279         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9280         buffer.
9281         (gnus-xmas-remove-image): Implementation that does something.
9282         (gnus-xmas-article-display-xface): Mark images properly.
9283
9284         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9285
9286 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9287
9288         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9289
9290 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-group.el (gnus-group-line-format): Added %O to the default
9293         value.
9294
9295         * gnus-util.el (gnus-text-with-property): The smallest point is
9296         point-min.
9297
9298         * smiley-ems.el (smiley-region): Return images.
9299         (gnus-smiley-display): Allow toggling.
9300         (smiley-region): Use text properties, not overlays.
9301
9302         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9303         implemented yet.
9304
9305         * smiley-ems.el (smiley-update-cache): Check for valid types.
9306
9307         * gnus-art.el (gnus-with-article-buffer): New macro.
9308
9309         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9310         strings as well as the glyphs.
9311         (gnus-picon-transform-address): Ditto.
9312         (gnus-picon-insert-glyph): Ditto.
9313         (gnus-picon-transform-newsgroups): Toggle.
9314         (gnus-picon-transform-address): Toggle.
9315
9316         * gnus-ems.el (gnus-remove-image): New function.
9317         (gnus-put-image): Take an optional string.
9318
9319         * gnus-util.el (gnus-text-with-property): New function.
9320
9321         * gnus-art.el (gnus-delete-images): New function.
9322
9323         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9324
9325         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9326         (gnus-article-wash-status): Use it.
9327         (gnus-signature-toggle): Clean up.
9328         (gnus-add-wash-status): New function.
9329         (gnus-delete-wash-status): New function.
9330         (gnus-article-hide-text-type): Use them throughout.
9331         (gnus-add-image): New function.
9332
9333         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9334
9335         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9336         interface.
9337
9338         * gnus-art.el (article-display-x-face): Cleaned up.
9339
9340         * rfc2047.el (rfc2047-field-value): New function.
9341
9342         * mail-parse.el (mail-header-field-value): New alias.
9343
9344         * gnus-art.el (gnus-mime-print-part): Fix typos.
9345
9346         * smiley-ems.el (gnus-smiley-file-types): New variable.
9347         (smiley-update-cache): Use it.
9348         (smiley-regexp-alist): Suffix-less smiley names.
9349         (smiley-regexp-alist): Added more smileys.
9350
9351         * gnus-sum.el (gnus-print-buffer): Made into own function.
9352         (gnus-summary-print-article): Use it.
9353
9354         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9355         looked for when REQUEST is a string.
9356
9357         * gnus-art.el (gnus-mime-button-commands): Add printing
9358         keystroke.
9359         (gnus-mime-copy-part): Doc fix.
9360         (gnus-mime-print-part): New command.
9361
9362 2001-12-31  Simon Josefsson  <jas@extundo.com>
9363
9364         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9365         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9366
9367 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9370         (picon): Fix doc.
9371
9372         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9373         longer exists. Remove those codes.
9374         * gnus.el (gnus-use-picons): Ditto.
9375
9376 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9379         infloop.
9380
9381         * gnus-sum.el (t): New `W D' map.
9382
9383         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9384         (gnus-article-treat-body-boundary): Clean up.
9385         (gnus-body-boundary-face): Removed.
9386         (gnus-article-goto-header): Moved here.
9387         (gnus-article-goto-header): Allow better regexps.
9388         (gnus-article-treat-fold-newsgroups): New command.
9389
9390         * gnus-sum.el (gnus-summary-move-article): We have to select an
9391         article to give `gnus-read-move-group-name' an opportunity to
9392         suggest an appropriate default.
9393
9394         * rfc2047.el (rfc2047-fold-line): New function.
9395         (rfc2047-unfold-line): Ditto.
9396         (rfc2047-fold-region): Don't fold just after the header name.
9397
9398         * mail-parse.el (mail-header-fold-line): New alias.
9399         (mail-header-unfold-line): Ditto.
9400
9401         * gnus-art.el (gnus-body-boundary-face): Renamed.
9402         (gnus-article-treat-body-boundary): Use it.
9403         (gnus-article-treat-body-boundary): Use an invisible header and a
9404         line of underline characters.
9405
9406 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9409
9410         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9411         (gnus-picon-split-address): New function.
9412         (gnus-picon-find-face): Use it.
9413         (gnus-picon-transform-address): Use it. Set first to t for each
9414         address.
9415
9416         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9417         the macro then use it.
9418         (gnus-treatment-function-alist): Treat picons earlier.
9419
9420 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * gnus-art.el (gnus-body-separator-face): New variable.
9423         (gnus-article-treat-body-boundary): Use a blank, colored line.
9424
9425         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9426         well.
9427
9428         * gnus-art.el (gnus-treat-body-boundary): New variable.
9429         (gnus-article-treat-unfold-headers): Use helper macro.
9430         (gnus-article-treat-body-boundary): New command.
9431
9432         * gnus.el (gnus-logo-color-style): Change the default color.
9433         (gnus-splash-face): Gray, gray.
9434
9435         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9436         colors.
9437
9438         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9439         (gnus-logo-color-style): Ditto.
9440         (gnus-logo-colors): Ditto.
9441
9442         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9443
9444         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9445
9446         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9447         (gnus-picon-transform-newsgroups): New function.
9448
9449         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9450         string.
9451
9452         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9453
9454         * gnus-art.el (gnus-treat-cc-picon): New variable.
9455         (gnus-treat-mail-picon): Renamed.
9456
9457         * gnus-picon.el: New implementation.
9458         (gnus-picon-find-face): Renamed.
9459         (gnus-treat-from-picon): Use it.
9460         (gnus-picon-transform-address): Renamed.
9461         (gnus-treat-from-picon): Use it.
9462         (gnus-picon-create-glyph): Renamed.
9463         (gnus-picon-transform-address): Use it.
9464         (gnus-treat-cc-picon): New command.
9465
9466         * mm-decode.el (mm-create-image-xemacs): Separated out into
9467         function.
9468         (mm-get-image): Use it.
9469
9470         * gnus-art.el (gnus-treat-display-picons): Simplify.
9471         (gnus-treat-from-picon): Renamed.
9472
9473         * gnus-ems.el (gnus-create-image): New function.
9474         (gnus-put-image): New function.
9475
9476         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9477         (gnus-with-article-headers): New macro.
9478         (gnus-article-goto-header): New function.
9479
9480         * gnus-xmas.el (gnus-image-type-available-p): New function.
9481
9482         * gnus-ems.el (gnus-image-type-available-p): New function.
9483
9484 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9485
9486         * nnrss.el (nnrss-check-group): Find the correct tag, because
9487         xml.el is changed.
9488
9489 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9492         lines are shorter than the window width.
9493         (gnus-ignored-headers): More headers.
9494
9495 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9498         (gnus-treat-unfold-headers): Renamed.
9499         (gnus-article-treat-unfold-headers): New command and keystroke.
9500
9501         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9502
9503         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9504
9505 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * sha1-el.el (sha1-use-external): New variable.
9508         (sha1-region): Use it.
9509         (sha1-string): Ditto.
9510
9511         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9512         * gnus-picon.el: Less warnings when compile.
9513
9514 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9517         alias.
9518         (gnus-picons-database): Default to list.
9519         (gnus-picons-lookup-internal): Use it.
9520
9521         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9522         to "bogus".
9523
9524         * gnus-win.el (gnus-configure-windows-hook): New hook.
9525
9526 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9527
9528         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9529
9530 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9533         lists.
9534         (gnus-select-newsgroup): Don't append; push.
9535         (gnus-adjust-marked-articles): Remove obsolete ranges from
9536         `seen'.
9537         (gnus-update-marks): Clean up.
9538         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9539
9540 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9541
9542         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9543
9544 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus-sum.el (gnus-auto-select-subject): New variable.
9547         (gnus-summary-best-unread-subject): New function.
9548         (gnus-summary-best-unread-article): Use it.
9549         (gnus-summary-first-unseen-subject): New function and command.
9550
9551         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9552         other treatments.
9553
9554         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9555         function.
9556
9557         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9558         from the list of hidden types.
9559
9560         * mm-view.el (mm-inline-text): Ditto.
9561         (mm-inline-text): Ditto.
9562         (mm-w3-prepare-buffer): Ditto.
9563
9564         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9565
9566 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * gnus-art.el (gnus-ignored-headers): Added more headers.
9569
9570 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9571
9572         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9573         once.
9574
9575 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9578
9579 2001-12-28  Simon Josefsson  <jas@extundo.com>
9580
9581         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9582         Jesper Harder <harder@ifa.au.dk>.
9583
9584 2001-12-27  Simon Josefsson  <jas@extundo.com>
9585
9586         * gnus-sum.el (gnus-select-newsgroup): Make
9587         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9588         contain all articles (instead of none) when no seen marks have
9589         been set for the group.
9590         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9591         instead, it seems to result in shorter ranges.
9592
9593 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9594
9595         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9596         insert-before-markers.
9597         From Jesper Harder <harder@ifa.au.dk>
9598
9599 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9600
9601         * nnmaildir.el (nnmaildir-save-mail): create the destination
9602         groups if they do not exist.
9603
9604 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9607
9608 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9609
9610         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9611         gnus-group-real-name.
9612
9613         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9614         (gnus-newsgroup-variables): Ditto.
9615
9616         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9617         return it.
9618
9619 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9620
9621         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9622         * nnmaildir.el (top-level): Add commentary.
9623         (nnmaildir-version): Indicate that nnmaildir is now a standard
9624         part of Gnus, not separately released.
9625
9626 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9627
9628         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9629         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9630         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9631         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9632
9633 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9636
9637 2001-12-20  Simon Josefsson  <jas@extundo.com>
9638
9639         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9640         ZHU <zsh@cs.rochester.edu>.
9641         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9642         Brian P Templeton <bpt@tunes.org>.
9643
9644 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645
9646         * nnmaildir.el: New file.
9647         From Paul Jarc <prj@po.cwru.edu>.
9648
9649 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * nndoc.el (nndoc-type-alist): Move forward to the end.
9652
9653 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9656         `dolist'.
9657
9658 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * gnus-win.el (gnus-frames-on-display-list): New function.
9661         (gnus-get-buffer-window): Use it.
9662
9663 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9664
9665         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9666
9667 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9668
9669         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9670
9671 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672            From Harald Meland <Harald.Meland@usit.uio.no>
9673
9674         * gnus-win.el (gnus-get-buffer-window): New function.
9675         (gnus-all-windows-visible-p): Use it.
9676
9677         * gnus-util.el (gnus-horizontal-recenter)
9678         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9679         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9680
9681         * gnus-score.el (gnus-score-insert-help): Use it.
9682
9683         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9684         (gnus-generate-tree, gnus-highlight-selected-tree)
9685         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9686         it.
9687
9688         * gnus-art.el (gnus-article-set-window-start)
9689         (gnus-mm-display-part, gnus-request-article-this-buffer)
9690         (gnus-button-next-page, gnus-button-prev-page)
9691         (gnus-article-button-next-page, gnus-article-button-prev-page):
9692         Use it.
9693
9694 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9695
9696         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9697         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9698         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9699
9700 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9701
9702         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9703         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9704         * mml1991.el, nnultimate.el: Add `coding'.
9705
9706 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9707
9708         * ChangeLog: changed coding to buffer-file-coding-system
9709         * ChangeLog.1: same
9710         * nnwfm.el: same
9711         * gnus-smiley.el: same
9712         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9713         * gnus-delay.el: same
9714         * gnus-spec.el: same
9715         * message.el: same
9716         * mml1991.el: same
9717         * nnultimate.el: same
9718
9719 2001-12-16  Simon Josefsson  <jas@extundo.com>
9720         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9721
9722         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9723         (gnus-summary-save-map): Add muttprint.
9724         (gnus-summary-make-menu-bar): Ditto.
9725         (gnus-summary-muttprint): New function.
9726
9727         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9728
9729 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9732         temporary list instead of buffer.
9733
9734         * mm-url.el (executable-find): autoload.
9735
9736 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9737
9738         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9739         to variable, follow doc-string conventions).
9740
9741 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9742
9743         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9744         subscribe-level
9745         * gnus-topic.el (gnus-subscribe-topics): use it.
9746
9747 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9748
9749         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9750         messages. (A small patch with indentation)
9751         From Sean Neakums <sneakums@zork.net>.
9752
9753         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9754         nil after shooting down the gnus-original-article-buffer.
9755
9756 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * uudecode.el (uudecode-use-external): New variable.
9759         (uudecode-decode-region): Automatically detect external program.
9760
9761         * binhex.el (binhex-use-external): New variable.
9762         (binhex-decode-region-internal): New function.
9763         (binhex-decode-region): Automatically detect external program.
9764
9765         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9766         Use them.
9767
9768 2001-12-12  Simon Josefsson  <jas@extundo.com>
9769
9770         * nnvirtual.el (nnvirtual-always-rescan)
9771         (nnvirtual-component-regexp): Fix doc.
9772
9773         * nnoo.el (defvoo): Add doc to defvoo variables.
9774
9775         * nnml.el (nnml-directory, nnml-active-file)
9776         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9777         (nnml-marks-is-evil, nnml-filenames-are-evil)
9778         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9779
9780         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9781         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9782         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9783         `error'.
9784
9785         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9786         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9787
9788         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9789         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9790         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9791         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9792
9793         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9794         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9795
9796         * imap.el, nnimap.el: Fix indentation.
9797
9798         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9799
9800 2001-12-12  Didier Verna  <didier@xemacs.org>
9801
9802         * gnus-msg.el (gnus-group-news): New function.
9803         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9804         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9805         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9806         for it.
9807         * gnus-msg.el (gnus-summary-news-other-window): New function.
9808         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9809         bind it to `i'.
9810         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9811         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9812         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9813         for it (called with a prefix).
9814         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9815         group-name argument.
9816         * gnus-msg.el (gnus-setup-message): use it.
9817
9818 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9819
9820         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9821
9822 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * mml.el (mime-to-mml): Remove Content-Disposition too.
9825
9826 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9827
9828         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9829         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9830         strings only.
9831         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9832
9833 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9834
9835         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9836         (nnmail-fancy-expiry-target): Use it.
9837         Suggestions from Simon Josefsson <jas@extundo.com>.
9838
9839 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9842
9843 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9846
9847         * gnus-util.el (gnus-url-unhex-string): Move here.
9848
9849 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9850
9851         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9852         mm-url-decode-entities-nbsp.
9853
9854         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9855         * webmail.el, nnwfm.el: Use mm-url.
9856
9857         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9858         (mm-url-remove-markup): Move from nnweb.
9859         (mm-url-fetch-simple): Move from webmail.
9860
9861         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9862
9863 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9866         (gnus-summary-print-article): Use it.
9867
9868         * gnus-util.el (gnus-replace-in-string): Typo.
9869
9870 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9871
9872         * nnweb.el (nnweb-replace-in-string): Removed.
9873
9874         * gnus-util.el (gnus-replace-in-string): New function.
9875         (gnus-mode-string-quote): Use it.
9876
9877         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9878         * nnwfm.el (nnwfm-create-mapping): Ditto.
9879
9880 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * dgnushack.el (dgnushack-compile): nnrss.el and
9883         nnslashdot.el don't depend on nnweb, url, w3.
9884
9885         * nnrss.el: Use mm-url.
9886
9887 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * mm-url.el (mm-url-insert-file-contents): Support file:.
9890
9891 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * mm-view.el: Lower case for the description line. Sync from the
9894         Emacs CVS.
9895
9896 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9899         From:  Stefan Monnier  <monnier@cs.yale.edu>
9900
9901 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9904
9905 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * mm-url.el: Require executable.
9908         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9909
9910 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * pop3.el (pop3-munge-message-separator): Only use valid date.
9913         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9914
9915         * Makefile.in: gnus-load.elc may not be generated.
9916
9917 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         * mm-url.el: New file.
9920         * nnslashdot.el: Use it.
9921         * mm-extern.el (mm-extern-url): Use it.
9922
9923 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-sum.el (gnus-summary-save-article): Nix
9926         gnus-display-mime-function and gnus-article-prepare-hook.
9927
9928         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9929         the beginning of lines.
9930         (gnus-complex-form-to-spec): Ditto.
9931
9932 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9935         From Paul Jarc <prj@po.cwru.edu>.
9936
9937 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * message.el: New variable message-subscribed-address-file;
9940         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9941
9942 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * message.el (message-tab-body-function): Set to nil.
9945         (message-tab): Use text-mode-map or global-map.
9946         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9947
9948 2001-11-30  Simon Josefsson  <jas@extundo.com>
9949
9950         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9951         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9952         <christoph.conrad@gmx.de>.
9953         (gnus-agent-fetch-group-1): Add verbose message.
9954
9955 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9956
9957         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9958         of integers.
9959
9960 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9961
9962         * message.el (message-newgroups-header-regexp)
9963         (message-completion-alist, message-tab-body-function): Use
9964         defcustom rather than defvar.
9965         (message-tab): Mention `message-tab-body-function' in doc.
9966         Suggested by Karl Eichwalder.
9967
9968 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9969
9970         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9971
9972 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973
9974         * nnheader.el (nnheader-find-nov-line): Don't use macro
9975         gnus-delete-line.
9976
9977         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9978         (gnus-group-name-charset): Ditto.
9979
9980         * gnus-util.el (gnus-buffer-live-p): Ditto.
9981
9982 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9985         open parenthesis in doc.
9986         (sieve-manage-authenticator-alist): Typo in doc.
9987         * imap.el (imap-authenticator-alist): Typo in doc.
9988         (imap-stream-alist): Backslash.
9989
9990         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9991           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9992
9993 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9994
9995         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9996
9997         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9998
9999         * gnus-msg.el (gnus-configure-posting-styles): use
10000         make-local-hook. Add LOCAL for add-hook.
10001
10002 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10003
10004         * message.el (message-mode): Use `make-local-hook' unless
10005         obsolete.
10006         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10007
10008 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * canlock.el: Remove sha1.el and base64.el stuff.
10011
10012 2001-11-26  Didier Verna  <didier@xemacs.org>
10013
10014         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10015         if needed.
10016
10017 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * message.el (message-tamago-not-in-use-p): New function.
10020         (message-strip-forbidden-properties): Use it.
10021
10022 2001-11-26  Didier Verna  <didier@xemacs.org>
10023
10024         * gnus-start.el (gnus-check-first-time-used): only check for
10025         existence of .el[d] files.
10026
10027 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10030
10031         * message.el (message-setup-1): Clean up mc-*.
10032
10033 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10036         * gnus-score.el (gnus-score-find-bnews): Use it.
10037
10038         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10039         (gnus-summary-limit-to-author): Ditto.
10040         (gnus-summary-limit-to-extra): Ditto.
10041         (gnus-summary-find-matching): Support not-matching argument.
10042
10043 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10044
10045         * message.el (message-wash-subject): Use `insert' rather than
10046         `insert-string', which is deprecated.
10047
10048 2001-11-24  Simon Josefsson  <jas@extundo.com>
10049
10050         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10051         message. (Gnus does not "default" to using 8bit for the message,
10052         it default to use 8bit encoding and the user-supplied CTE
10053         value. Calling this behaviour "treating it as 8bit" is perhaps
10054         better.)
10055
10056         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10057         (compare mm-charset-to-coding-system).
10058
10059 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10062         buffer. Correctly decode hex.
10063
10064 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * gnus-agent.el (gnus-category-insert-line): Convert category
10067         names to strings.
10068
10069 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * message.el (sha1): eval-and-compile.
10072
10073 2001-11-20  Simon Josefsson  <jas@extundo.com>
10074
10075         * message.el (message-allow-no-recipients): New variable.
10076         (message-send): Use it, customize the prompting when posting to
10077         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10078
10079 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * mm-util.el (mm-coding-system-priorities): New variable.
10082         (mm-sort-coding-systems-predicate): New function.
10083         (mm-find-mime-charset-region): Resort coding systems if needed.
10084         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10085
10086 2001-11-20  Didier Verna  <didier@xemacs.org>
10087
10088         * gnus-group.el (gnus-group-make-help-group): new optional
10089         argument to control the error behavior.
10090         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10091         erroring.
10092
10093 2001-11-19  Simon Josefsson  <jas@extundo.com>
10094
10095         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10096         instead of C-c C-u.  Suggested by Per Abrahamsen
10097         <abraham@dina.kvl.dk>.
10098
10099 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * nnfolder.el (nnfolder-read-folder): Use group instead of
10102         nnfolder-current-group.
10103         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10104
10105 2001-11-17  Simon Josefsson  <jas@extundo.com>
10106
10107         * message.el (message-send): Ask user if Fcc/Gcc should be
10108         performed when no other sender was specified.
10109         Suggested by prj@po.cwru.edu (Paul Jarc).
10110
10111 2001-11-17  Simon Josefsson  <jas@extundo.com>
10112
10113         * message.el (message-mode, message-mode-map): Use C-c C-u for
10114         Importance: instead of C-c C-p (used by SC).
10115
10116 2001-11-16  Simon Josefsson  <jas@extundo.com>
10117
10118         * message.el (message-insert-importance-high)
10119         (message-insert-importance-low): Save point.
10120
10121         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10122         value.
10123
10124 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10125
10126         * message.el (message-strip-special-text-properties): New option.
10127         (message-strip-forbidden-properties): Obey it.
10128
10129 2001-11-14  Sam Steingold  <sds@gnu.org>
10130
10131         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10132
10133 2001-11-15  Simon Josefsson  <jas@extundo.com>
10134
10135         Support "Importance:" header in Message.
10136
10137         * message.el (message-mode-map): Bind C-c C-p to
10138         `message-insert-or-toggle-importance'
10139         (message-mode-menu): Add message-insert-importance-{high,low}.
10140         (message-insert-importance-high, message-insert-importance-low)
10141         (message-insert-or-toggle-importance): New functions.
10142         (message-tool-bar-map): Add {un,}important.
10143         (message-mode): Doc fix.
10144
10145 2001-11-15  Simon Josefsson  <jas@extundo.com>
10146
10147         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10148
10149         * mml.el (mml-menu): Fix toolbar tooltip.
10150
10151 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152
10153         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10154         * nnml.el (nnml-save-marks): Ditto.
10155
10156         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10157
10158 2001-11-15  Simon Josefsson  <jas@extundo.com>
10159
10160         * nnml.el (nnml-save-marks):
10161         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10162         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10163
10164 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10165
10166         * gnus-art.el (gnus-article-wash-status-strings): Use
10167         `copy-sequence', not `copy-seq'.
10168
10169 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10170
10171         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10172         (gnus-gnus-article-wash-status-entry): New function.
10173         (gnus-article-wash-status): Use it.
10174
10175 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * mml1991.el: Add coding header.
10178
10179 2001-11-12  Simon Josefsson  <jas@extundo.com>
10180
10181         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10182         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10183         `mml1991-sign' and `mml1991-encrypt'.
10184         (mml1991-encrypt, mml1991-sign): New glue functions.
10185         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10186
10187         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10188         (mml-menu): Add PGP to menu.
10189
10190         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10191         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10192         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10193         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10194
10195         * mml2015.el: Mention RFC 3156.
10196
10197         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10198
10199 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10202
10203         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10204           From <Michael.Cook@cisco.com>
10205
10206 2001-11-11  Simon Josefsson  <jas@extundo.com>
10207
10208         * message.el (top-level): Autoload sha1.
10209         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10210         canlock, no need to require two different hash algs).  Suggested
10211         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10212
10213 2001-11-09  Simon Josefsson  <jas@extundo.com>
10214
10215         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10216         <Pavel@Janik.cz>.
10217
10218 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10219
10220         * message.el (message-point-in-header-p): New function.
10221         (message-do-auto-fill): Use it.
10222         (message-beginning-of-line): New function.  Goes to beginning of
10223         header value (i.e., end of header name), or to beginning of line
10224         if already at beginning of value.  Behaves like
10225         `beginning-of-line' when in message body.
10226         (message-mode-map): Bind it.
10227
10228 2001-11-08  Simon Josefsson  <jas@extundo.com>
10229
10230         * gnus-msg.el (gnus-posting-styles): Add doc.
10231
10232 2001-11-07  Simon Josefsson  <jas@extundo.com>
10233
10234         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10235
10236         * sieve-mode.el (sieve-control-commands-face)
10237         (sieve-control-commands-face, sieve-action-commands-face)
10238         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10239         faces.
10240         (sieve-font-lock-keywords): Use them.
10241         (sieve-mode): Only set font-lock-defaults in emacs.
10242
10243         * gnus-art.el (gnus-default-article-saver): Add
10244         gnus-summary-save-body-in-file.
10245         (gnus-summary-write-to-file): Fix doc.
10246
10247 2001-11-07  Simon Josefsson  <jas@extundo.com>
10248
10249         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10250         reference to the correct chapter in the manual.
10251
10252         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10253         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10254
10255 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * mml.el (mml-preview): Bind mail-header-separator.
10258
10259 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * message.el: Always require canlock.
10262         (message-ignored-supersedes-headers): Include Cancel-Lock and
10263         Cancel-Key.
10264         (message-insert-canlock): Don't require canlock.
10265         (message-cancel-news): Don't check whether canlock is available.
10266         (message-supersede): Support cancel-locks.
10267
10268         * gnus-art.el: Don't autoload canlock.
10269
10270 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10273         From: <andre@slamdunknetworks.com>
10274
10275 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * many files: Fix copyright lines.
10278
10279 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10282         Suggested by Dave Love  <fx@gnu.org>.
10283
10284 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10285
10286         * message.el (message-kill-buffer): Remove auto-save file after
10287         confirm.
10288
10289         * message.el (message-send-mail): Call message-generate-headers
10290         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10291
10292         * gnus-topic.el (gnus-topic-rename): Initial-input.
10293         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10294
10295 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10296
10297         * message.el (message-forbidden-properties): New constant.
10298         (message-strip-forbidden-properties): New function.
10299         (message-mode): Activate it.
10300
10301 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10304         (mm-hack-charsets): Fix doc.
10305
10306 2001-11-02  Simon Josefsson  <jas@extundo.com>
10307
10308         * gnus-int.el (gnus-check-server): Message "...done" when done.
10309
10310         * imap.el (imap-close): Don't message (imap-send-command-wait
10311         returns if the connection is dropped).
10312         (imap-wait-for-tag): Nix out message only when necessary.
10313
10314         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10315         for non-crossposting.
10316         (gnus-sieve-crosspost): Default to t to be consistent with other
10317         parts of Gnus.
10318
10319 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10320
10321         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10322         (mm-iso-8859-x-to-15-table): Ditto.
10323         (mm-iso-8859-x-to-15-region): Ditto.
10324         (mm-find-mime-charset-region): Ditto.
10325
10326 2001-11-01  Simon Josefsson  <jas@extundo.com>
10327
10328         * nnimap.el (nnimap-close-asynchronous): New variable.
10329         (nnimap-close-group): Use it.
10330         (nnimap-expunge): Don't use it.
10331
10332         * imap.el (imap-callbacks): New variable.
10333         (imap-remassoc): Copied from `gnus-remassoc'.
10334         (imap-add-callback): New function.
10335         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10336         behaviour.
10337         (imap-parse-response): Call the callback.
10338
10339         * message.el (message-insert-canlock): New variable.
10340         (message-canlock-generate, message-canlock-password)
10341         (message-insert-canlock): New functions.
10342         (message-send-news): Call `message-insert-canlock'.
10343         (top-level): Require canlock when compiling.
10344         (message-insert-canlock): Require canlock before we need it.
10345
10346 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10347
10348         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10349
10350 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10351
10352         * dgnushack.el (dgnushack-make-load): A workaround for
10353         custom-add-loads bug in some versions of XEmacs.
10354
10355 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10358
10359 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10360
10361         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10362         (mm-hack-charsets): New variable.
10363         (mm-iso-8859-15-compatible): New variable.
10364         (mm-iso-8859-x-to-15-table): New variable.
10365         (mm-find-mime-charset-region): Add parameter hack-charsets.
10366
10367         * mm-bodies.el (mm-encode-body): Use it.
10368         * mml.el (mml-parse-1): Ditto.
10369
10370 2001-11-01  Simon Josefsson  <jas@extundo.com>
10371
10372         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10373
10374 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10375
10376         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10377         is nil.
10378
10379 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380
10381         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10382
10383         * message.el (message-forward-rmail-make-body): Use
10384         save-window-excursion.
10385         (message-encode-message-body): Search with noerror.
10386         (message-setup-1): Convert compose-mail send-actions to
10387         message-send-actions.
10388
10389 2001-11-01  Simon Josefsson  <jas@extundo.com>
10390
10391         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10392         <yamaoka@jpl.org>.
10393
10394 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10395
10396         * sieve-manage.el (sieve-string-bytes): No complain.
10397
10398 2001-11-01  Simon Josefsson  <jas@extundo.com>
10399
10400         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10401         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10402         has autoload cookies, so no `require' should be necessary.)
10403
10404         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10405         files.
10406
10407 2001-10-31  Simon Josefsson  <jas@extundo.com>
10408
10409         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10410         parameter.
10411
10412         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10413         `display' is a number (and C-u wasn't used to enter group), only
10414         fetch that number of articles.
10415
10416 2001-10-31  Matt Armstrong  <matt@lickey.com>
10417
10418         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10419         not-subscribed -> subscribed.
10420
10421 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422         From: Josh Huber <huber@alum.wpi.edu>
10423
10424         * message.el (message-subscribed-address-functions): New variable.
10425         (message-subscribed-addresses): New variable.
10426         (message-subscribed-regexps): New variable.
10427         (message-goto-mail-followup-to): New function.
10428         (message-send-mail): Add Mail-Followup-To.
10429         (message-make-mft): New function.
10430
10431         * gnus.el (gnus-find-subscribed-addresses): New function.
10432
10433 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10436         (mail-source-fetch-pop): Ditto.
10437         (mail-source-check-pop): Ditto.
10438
10439         * gnus-start.el (gnus-read-init-file): Ditto.
10440         (gnus-activate-group): Ditto.
10441         (gnus-read-newsrc-el-file): Ditto.
10442
10443 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * message.el (message-get-reply-headers): Make sure there is ", ".
10446
10447         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10448         mm-coding-system-p. Don't correct it only in XEmacs.
10449         (mm-charset-to-coding-system): Use mm-coding-system-p and
10450         mm-get-coding-system-list.
10451         (mm-emacs-mule, mm-mule4-p): New variables.
10452         (mm-enable-multibyte, mm-disable-multibyte,
10453         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10454         mm-with-unibyte-current-buffer,
10455         mm-with-unibyte-current-buffer-mule4): Use them.
10456         (mm-find-mime-charset-region): Treat iso-2022-jp.
10457
10458         From  Dave Love  <fx@gnu.org>:
10459
10460         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10461         construction.
10462         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10463         entries conditional on not having a coding system defined for
10464         them.
10465         (mm-mule-charset-to-mime-charset): Use
10466         find-coding-systems-for-charsets if defined.
10467         (mm-charset-to-coding-system): Don't use
10468         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10469         later.  Add last resort search of coding systems.
10470         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10471         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10472         Mule 4.
10473         (mm-find-mime-charset-region): Re-write.
10474         (mm-with-unibyte-current-buffer): Restore buffer as well as
10475         multibyteness.
10476
10477 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10480         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10481         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10482
10483 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10486         again.
10487
10488         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10489
10490 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * gnus-spec.el (gnus-parse-simple-format): Use
10493           buffer-substring-no-properties.
10494
10495 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (article-verify-cancel-lock): New function.
10498
10499         * nnheader.el (nntp-process-response): New variable.
10500         (nnheader-init-server-buffer): Make `nntp-process-response'
10501         buffer-local in `nntp-server-buffer'.
10502
10503         * nntp.el (nntp-prepare-post-hook): New hook.
10504         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10505         (nntp-async-trigger): Ditto.
10506         (nntp-request-post): Insert a server's ID if there's no Message-ID
10507         header; run `nntp-prepare-post-hook'.
10508
10509 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10512         instead.
10513
10514         * message.el (message-forward-subject-author-subject): Don't use
10515         message-news-p, which widens the buffer.
10516         (message-forward-make-body): New function.
10517         (message-forward): Use it.
10518         (message-insinuate-rmail): New function.
10519         (message-forward-rmail-make-body): New function.
10520
10521 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * mm-extern.el (mm-extern): Provide it.
10524
10525         * mm-partial.el (mm-partial): Provide it.
10526
10527 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10528
10529         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10530
10531 2001-10-29  Simon Josefsson  <jas@extundo.com>
10532
10533         * mml.el (mml-preview): Bind message-this-is-news if it is
10534         news. From Jesper Harder <harder@myrealbox.com>.
10535
10536 2001-10-28  Simon Josefsson  <jas@extundo.com>
10537
10538         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10539
10540 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10541
10542         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10543         ironic smilies.
10544
10545 2001-10-27  Simon Josefsson  <jas@extundo.com>
10546
10547         * message.el (message-indent-citation): Don't add trailing
10548         whitespace when citing text.
10549
10550         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10551         <harder@ifa.au.dk>.
10552
10553 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10554
10555         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10556         not available.
10557         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10558         (nnweb-type-definition): Add google as alias of dejanews.
10559         (nnweb-google-parse-1): Forward 1 line.
10560
10561 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10562
10563         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10564         variable `message-forward-ignored-headers'.
10565
10566 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10567
10568         * gnus.el (gnus-expand-group-parameter): New function.
10569         (gnus-expand-group-parameters): Call it.
10570         (gnus-group-fast-parameter): New function.
10571         (gnus-group-find-parameter): Call it.
10572
10573 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10574
10575         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10576         vector (it didn't before because of a bug).
10577         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10578         available.  Before it converted it to an article number.
10579
10580         This makes followup to news articles with negative numbers in
10581         nnvirtual groups use news instead of mail.
10582
10583 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10584
10585         * gnus.el (post-method): Use `native' instead of `nil'.
10586
10587         * gnus-msg.el (gnus-post-method): Ditto.
10588
10589 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10590
10591         * gnus.el (gnus-define-group-parameter): Grammar fix.
10592
10593 2001-10-22  Simon Josefsson  <jas@extundo.com>
10594
10595         * gnus-msg.el (gnus-extended-version): Include
10596         system-configuration.
10597         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10598
10599 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10600
10601         * gnus.el (post-method): Customization fix: `native' is not a
10602         valid value.
10603         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10604         `native' is not a valid value.
10605
10606 2001-10-21  Simon Josefsson  <jas@extundo.com>
10607
10608         * nnimap.el (nnimap): Defgroup
10609         (nnimap-strict-function, nnimap-strict-function-match): New
10610         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10611         (nnimap-split-crosspost, nnimap-split-inbox)
10612         (nnimap-split-rule, nnimap-split-predicate)
10613         (nnimap-split-predicate): Defcustom.
10614         (nnimap-split-inbox, nnimap-expunge-search-string)
10615         (nnimap-importantize-dormant): Remove "*" from doc.
10616
10617 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10618
10619         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10620         not supplied via prefix arg.  From Lisp, make arg mandatory.
10621         Suggested by Frank Schmitt.
10622
10623 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10624
10625         * message.el (message-do-auto-fill): Avoid calling
10626         'rfc822-goto-eoh'.
10627
10628 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10629         From Paul Jarc <prj@po.cwru.edu>.
10630
10631         * message.el (message-get-reply-headers): Restructure the logic
10632         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10633
10634 2001-10-20  Simon Josefsson  <jas@extundo.com>
10635
10636         * message.el (message-cancel-news): Support cancel-locks.
10637         Suggested by Per Abrahamsson.
10638
10639         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10640         conses.  From David Z Maze <dmaze@MIT.EDU>.
10641
10642         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10643
10644 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10645
10646         * mm-decode.el (mm-default-directory): Fix customize type.
10647
10648         * message.el (message-setup-fill-variables): Kludge to use
10649         normal-auto-fill-function even if auto fill is already activated.
10650
10651 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10652
10653         * message.el (message-do-auto-fill): New version that does not
10654         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10655         (message-setup-1): Removed the `message-field' property.
10656
10657         * gnus-draft.el (gnus-draft-edit-message): Removed the
10658         `message-field' property.
10659
10660 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10661
10662         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10663         `message-field'.  The `field' property has a special significance in
10664         Emacs 21.
10665
10666         * message.el (message-send, message-setup-1): Ditto.
10667
10668 2001-10-18  Simon Josefsson  <jas@extundo.com>
10669
10670         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10671         when undoing.
10672
10673 2001-10-18  Simon Josefsson  <jas@extundo.com>
10674         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10675
10676         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10677         (gnus-summary-make-menu-bar): Ditto.
10678
10679 2001-10-17  Simon Josefsson  <jas@extundo.com>
10680
10681         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10682         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10683
10684 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10687         * gnus-util.el (gnus-user-date): New function.
10688         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10689
10690 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10691
10692         * message.el (message-check-news-header-syntax): Special case
10693         nnvirtual groups.
10694
10695         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10696         customize type to `symbol'.
10697
10698 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699
10700         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10701         %&foo;.
10702         (gnus-parse-simple-format): Support user extended spec too.
10703         %u&foo; invokes gnus-user-format-function-foo.
10704
10705 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10706
10707         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10708         the server.
10709         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10710         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10711         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10712         * nndiary.el (nndiary-request-expire-articles): Ditto.
10713         (nndiary-schedule): Defsubst it before use it.
10714         (nndiary-error): eval-and-compile.
10715
10716 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10717
10718         * gnus-msg.el (gnus-post-method): Changed two instances of
10719         `active' to `current' and one `null' to `not'.
10720
10721 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10722         From Katsumi Yamaoka <yamaoka@jpl.org>.
10723
10724         * message.el (message-setup-fill-variables): Use
10725         `normal-auto-fill-function' instead of `auto-fill-function'.
10726
10727 2001-10-16  Simon Josefsson  <jas@extundo.com>
10728
10729         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10730         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10731         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10732
10733 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10734         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10735
10736         * gnus-draft.el (gnus-draft-edit-message): Add text property
10737         `field' with value `header' to message headers.
10738         * message.el (message-setup-1): Really add text property to all of
10739         the header, not just part of it.
10740
10741 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * gnus-group.el (gnus-group-sort-by-server): Use it.
10744
10745         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10746
10747         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10748         and keystroke.
10749
10750 2001-10-14  Simon Josefsson  <jas@extundo.com>
10751
10752         * dig.el: Doc fix.
10753
10754         * smime.el: Doc fix.
10755
10756         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10757         charset magic from message.el.
10758
10759 2001-10-12  Simon Josefsson  <jas@extundo.com>
10760         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10761
10762         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10763         'cite from g-a-wash-types.
10764         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10765         (gnus-article-hide-citation): Fix.
10766
10767         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10768         character.
10769         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10770
10771         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10772         definition.
10773         (gnus-signature-toggle): Toggle `s' mode line character.
10774
10775         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10776         doing stuff that clears it.
10777
10778 2001-10-12  Simon Josefsson  <jas@extundo.com>
10779
10780         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10781         From Eric Marsden <emarsden@laas.fr>.
10782
10783 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10786         (autoload): Add some autoloads.
10787
10788 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10789         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10790
10791         * message.el (message-do-auto-fill): New function.  Like
10792         `do-auto-fill' but don't fill when in the message header.
10793         (message-setup-1): Put a text property on the message header.
10794         (message-setup-fill-variables): Use `message-do-auto-fill'.
10795
10796 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * message.el (message-send-mail-partially): Insert an empty line
10799         first, because of the change of message-make-lines.
10800
10801 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10802
10803         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10804         iso-8859-15, make it an alias for iso-8859-1.
10805
10806 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * message.el (message-send-news): Don't modify the value of
10809         `message-syntax-checks' if it is not a list (possibly it is
10810         `dont-check-for-anything-just-trust-me').
10811
10812 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10815         `find-coding-system' for XEmacs to check whether the coding-system
10816         `utf-8' is available.
10817
10818 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10821
10822 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10823
10824         * message.el (message-send-news): Oops, missed case with no
10825         "Followup-To" header...
10826
10827 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10828
10829         * message.el (message-send-news): Allow
10830         `gnus-group-name-charset-group-alist' to affect encoding of the
10831         "Newsgroups" and "Followup-To" headers.
10832
10833 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * Makefile.in (install-el): Depend on gnus-load.el.
10836
10837 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * Makefile.in (install-el): Use -f.
10840         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10841
10842 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10843
10844         * message.el (message-send-news): Don't encode Followups-To when
10845         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10846
10847         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10848         header.
10849
10850         * gnus-art.el (article-decode-group-name): Also decode
10851         "Followup-To".
10852
10853         * rfc2047.el (rfc2047-encode-message-header): Encode without
10854         asking for null methods.
10855
10856         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10857         default charset for newsgroup names in accordance with USEFOR.
10858
10859         * gnus-group.el (gnus-group-name-charset-method-alist,
10860         gnus-group-name-charset-group-alist): Removed "*" from doc
10861         strings, "*" should not be used for complex variables.
10862
10863 2001-10-06  Simon Josefsson  <jas@extundo.com>
10864
10865         Support UTF-8 group names better.
10866
10867         * message.el (message-check-news-header-syntax): Encode group
10868         names before comparison.
10869
10870         * gnus-msg.el (gnus-copy-article-buffer): Run all
10871         `gnus-article-decode-hook's except `article-decode-charset'
10872         instead of hardcoding call to one of them.
10873
10874         * gnus-art.el (gnus-article-decode-hook): Add
10875         `article-decode-group-name'.
10876         (article-decode-group-name): New function, use `g-d-n'.
10877
10878         * gnus-group.el (gnus-group-insert-group-line): Decode
10879         gnus-tmp-group using `g-d-n'.
10880
10881         * gnus-util.el (gnus-decode-newsgroups): New function.
10882
10883 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10884
10885         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10886         `gnus-group-name-charset-group-alist'.
10887
10888 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * Makefile.in: Install el in install. Add uninstall.
10891
10892 2001-10-05  Simon Josefsson  <jas@extundo.com>
10893
10894         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10895
10896         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10897
10898         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10899         empty folders.
10900
10901         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10902         limiting if read-all (C-u RET) was used.
10903
10904 2001-10-04  Simon Josefsson  <jas@extundo.com>
10905
10906         * mail-source.el (mail-source-movemail-program): New variable.
10907         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10908         <thutt@thutt.vmware.com>.
10909
10910 2001-10-03  Simon Josefsson  <jas@extundo.com>
10911
10912         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10913         (gnus-summary-line-format-alist): Fix param.
10914
10915 2001-10-02  Simon Josefsson  <jas@extundo.com>
10916
10917         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10918         don't go through `nnimap-request-expire-articles' to delete the
10919         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10920
10921 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * gnus-agent.el (gnus-agent-write-active): The min in the
10924         agent/active may be larger than that in the server/active.
10925
10926 2001-10-01  Simon Josefsson  <jas@extundo.com>
10927
10928         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10929         is IMAP4rev1.
10930
10931         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10932
10933         * nnfolder.el: Ditto.
10934
10935 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10936
10937         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10938         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10939
10940 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10941
10942         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10943         (message-mode-menu): Menu item for same.
10944
10945         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10946         delayed articles.
10947
10948         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10949         nndraft:delayed does not exist.
10950         (gnus-delay-initialize): Don't set up keymap, that's done from
10951         message.el now.
10952         (gnus-delay, gnus-delay-group, gnus-delay-header)
10953         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10954
10955 2001-09-29  Simon Josefsson  <jas@extundo.com>
10956
10957         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10958         utf-8, not eight-bit-control.
10959
10960         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10961         (imap-log, imap-debug): Custom.
10962         (imap-log-buffer, imap-debug-buffer): New constants.
10963         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10964         (imap-network-open, imap-shell-open, imap-starttls-open)
10965         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10966         (imap-debug): Use imap-*-buffer.
10967
10968         * nndoc.el (nndoc-article-type): Add mailman.
10969         (nndoc-type-alist): Ditto.
10970         (nndoc-mailman-type-p): New function.
10971
10972 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10975         gnus-art.el.
10976
10977 2001-09-27  Simon Josefsson  <jas@extundo.com>
10978
10979         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10980         (gnus-topic-catchup-articles): New function. Suggested by Robin
10981         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10982
10983 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10985
10986         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10987         previous ones.
10988
10989 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10990         From Daiki Ueno  <ueno@unixuser.org>
10991
10992         * gnus-sum.el (gnus-summary-show-article): The arglist of
10993         detect-coding-region is incompatible.
10994
10995 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10997
10998         * gnus-group.el (gnus-group-delete-group): Typo.
10999
11000 2001-09-26  Simon Josefsson  <jas@extundo.com>
11001
11002         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11003
11004         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11005
11006 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11007
11008         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11009
11010 2001-09-22  Simon Josefsson  <jas@extundo.com>
11011
11012         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11013
11014         * nnfolder.el (nnfolder-open-marks): Ditto.
11015
11016         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11017         (gnus-update-marks): Use it.
11018         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11019         hardcoded list.
11020
11021         * gnus.el (gnus-article-special-mark-lists): Add killed.
11022         (gnus-article-unpropagated-mark-lists): New constant.
11023
11024 2001-09-22  Simon Josefsson  <jas@extundo.com>
11025
11026         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11027         custom option.
11028
11029 2001-09-23  Simon Josefsson  <jas@extundo.com>
11030
11031         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11032
11033 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11036
11037 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11038
11039         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11040         accept lists of functions.
11041
11042 2001-09-20  Simon Josefsson  <jas@extundo.com>
11043
11044         * gnus-group.el (gnus-group-catchup): Update expire marks in
11045         backend.  Also, if ALL also set expire marks on tick/dormant.
11046
11047 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11048
11049         * message.el (message-tab-body-function): New variable.
11050         * message.el (message-tab): Use it.
11051
11052 2001-09-19  Sam Steingold  <sds@gnu.org>
11053
11054         * gnus-win.el (gnus-buffer-configuration): Respect
11055         `gnus-bug-create-help-buffer'.
11056
11057 2001-09-18  Simon Josefsson  <jas@extundo.com>
11058
11059         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11060         (gnus-parse-simple-format): Re-revert.
11061
11062 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11063         Trivial patch.
11064
11065         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11066         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11067
11068 2001-09-18  Simon Josefsson  <jas@extundo.com>
11069
11070         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11071         signed.
11072         (gnus-parse-simple-format): Don't use it.
11073
11074 2001-09-17  Miles Bader  <miles@gnu.org>
11075
11076         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11077         error querying a backend abort the whole process.
11078
11079 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11082         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11083
11084 2001-09-17  Didier Verna  <didier@xemacs.org>
11085
11086         * nndiary.el: version 0.2-b14.
11087         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11088         compatibility problem with XEmacs 21.1.
11089
11090 2001-09-15  Simon Josefsson  <jas@extundo.com>
11091
11092         * gnus-group.el (gnus-group-line-format): Document %c.
11093
11094         * nnml.el (nnml-parse-head): Handle CRLF files.
11095         (nnml-generate-nov-file): Ditto.
11096         (nnml-retrieve-headers): Ditto.
11097
11098 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11099
11100         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11101
11102 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11103
11104         * gnus-spec.el (gnus-correct-substring): Still stopped one
11105         character before we wanted (never included last character).
11106         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11107         add missing "," (once per function)
11108
11109 2001-09-14  Simon Josefsson  <jas@extundo.com>
11110
11111         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11112         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11113         default before gnus-group is loaded and the variable set.)
11114
11115         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11116         killed or unsent marks.
11117
11118         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11119         isn't an article to set it on (e.g. when you `a' in a group).
11120
11121 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11122
11123         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11124         can read e-mails from Microsoft Outlook users not using ISO
11125         8859-2 character set.
11126
11127 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-diary.el: Minor modifications to avoid warnings.
11130         (gnus-summary-misc-menu): defvar.
11131         (gnus-diary-check-message): Use gnus-point-at-eol.
11132         (gnus-diary-kill-entire-line): eval-and-compile.
11133
11134 2001-09-12  Didier Verna  <didier@xemacs.org>
11135
11136         * nndiary.el: new version (0.2-b13).
11137         * nndiary.el (nndiary-mail-sources): doc update.
11138         * nndiary.el (nndiary-split-methods): ditto.
11139         * nndiary.el (nndiary-request-accept-article-hooks): New.
11140         * nndiary.el (nndiary-request-accept-article): use it, check
11141         message validity.
11142         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11143         * nndiary.el (nndiary-schedule): fix bug (misplaced
11144         condition-case): it didn't return nil on error.
11145         * gnus-diary.el: new version.
11146         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11147         * gnus-diary.el (gnus-diary-header-value-history): New.
11148         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11149         * gnus-diary.el (gnus-diary-add-header): New.
11150         * gnus-diary.el (gnus-diary-check-message): New.
11151         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11152         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11153
11154 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11155
11156         * gnus-sum.el (gnus-select-newsgroup): Make
11157         `gnus-current-select-method' buffer-local.
11158
11159         * gnus-art.el (gnus-request-article-this-buffer): Refer
11160         `gnus-current-select-method' in the current summary buffer.
11161
11162 2001-09-10  Simon Josefsson  <jas@extundo.com>
11163         From Daniel Pittman <daniel@rimspace.net>
11164
11165         * gnus-spec.el (gnus-correct-pad-form): Fix.
11166
11167 2001-09-09  Simon Josefsson  <jas@extundo.com>
11168
11169         * mm-decode.el (mm-inline-media-tests): Add
11170         application/x-emacs-lisp.
11171         (mm-attachment-override-types): Add
11172         application/{x-,}pkcs7-signature.
11173
11174         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11175         (gnus-server-line-format, gnus-server-mode-line-format)
11176         (gnus-server-browse-in-group-buffer): Customize.
11177
11178 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * nnml.el (nnml-marks-changed-p): Typo.
11181         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11182         (nnml-marks-changed-p): Use gnus-gethash.
11183         (nnml-marks-modtime): Use gnus-make-hashtable.
11184
11185         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11186         (nnfolder-request-expire-articles, nnfolder-save-marks)
11187         (nnfolder-open-marks): Typo.
11188         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11189         (nnfolder-marks-changed-p): Use gnus-gethash.
11190         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11191
11192 2001-09-08  Simon Josefsson  <jas@extundo.com>
11193
11194         * nnfolder.el (nnfolder-marks-modtime): New variable.
11195         (nnfolder-marks-changed-p): New function.
11196         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11197         (nnfolder-request-update-info): Don't update if marks didn't change.
11198
11199         * nnml.el (nnml-marks-modtime): New variable.
11200         (nnml-marks-changed-p): New function.
11201         (nnml-save-marks, nnml-open-marks): Save modtime.
11202         (nnml-request-update-info): Don't update if marks didn't change.
11203
11204         * gnus-agent.el (gnus-agent-any-covered-gcc)
11205         (gnus-agent-add-server, gnus-agent-remove-server): Use
11206         gnus-agent-method-p.
11207
11208         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11209         (gnus-unbuttonized-mime-type-p): Use it.
11210
11211         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11212         fetch group.
11213
11214 2001-09-08  Simon Josefsson  <jas@extundo.com>
11215         From Daniel Pittman <daniel@rimspace.net>
11216
11217         * gnus-spec.el (gnus-correct-pad-form): New function.
11218         (gnus-parse-simple-format): Use it.
11219
11220 2001-09-07  Simon Josefsson  <jas@extundo.com>
11221
11222         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11223         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11224         Putnam <reader@newsguy.com>.
11225         (gnus-group-sort-selected-groups): Touch dribble file.
11226
11227 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11228
11229         * nnml.el (nnml-filenames-are-evil): New variable.
11230         (nnml-article-to-file-alist): Rename to ...
11231         (nnml-current-group-article-to-file-alist): ... this.
11232         Respect `nnml-filenames-are-evil'.
11233         (nnml-active-number): Update.
11234         (nnml-update-file-alist): Update.
11235         (nnml-request-article): Use nnheader-article-to-file-alist.
11236         (nnml-request-rename-group): Likewise.
11237
11238 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-sum.el (gnus-summary-insert-line): Fix.
11241
11242 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11243
11244         * gnus-sum.el: Bind g-s-t-s to "W g".
11245         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11246         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11247         display of graphical smilies.
11248
11249 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11250
11251         * gnus-start.el (gnus-setup-news): A typo.
11252         From Bill White <billw@wolfram.com>.
11253
11254 2001-09-06  Simon Josefsson  <jas@extundo.com>
11255
11256         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11257         and unseen marks.
11258
11259 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11260
11261         * nnmail.el (nnmail-split-fancy): Document `junk'.
11262
11263 2001-09-04  Simon Josefsson  <jas@extundo.com>
11264
11265         * imap.el (imap-search): Don't error if server is broken.
11266
11267 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11268
11269         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11270         searching for an article that isn't in the mbox.
11271
11272 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11275         right, and get all the comments.
11276
11277 2001-09-02  Simon Josefsson  <jas@extundo.com>
11278         Suggested by Dan Christensen <jdc+news@uwo.ca>
11279
11280         * nnfolder.el (nnfolder-request-update-info): Fix message.
11281
11282         * nnml.el (nnml-request-update-info): Ditto.
11283
11284 2001-09-01  Simon Josefsson  <jas@extundo.com>
11285
11286         * nnml.el (nnml-request-expire-articles): Also bind
11287         `nnml-current-group' and `nnml-article-file-alist' when using
11288         expiry-target. (Otherwise nnml will be in a inconsistent internal
11289         state causing all kind of problems.)
11290         (nnml-request-expire-articles): If `nnml-article-to-file' or
11291         `file-attributes' failes, return article as un-expirable instead
11292         of treating it as expired.
11293
11294 2001-08-31  Sam Steingold  <sds@gnu.org>
11295
11296         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11297         typo: `exmine' --> `examine'.
11298
11299 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11302
11303 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * nnml.el (nnml-check-directory-twice): Remove.
11306         (nnml-retrieve-headers): Ditto.
11307         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11308
11309 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11310
11311         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11312         directory twice on Windows, or on GNU Emacs-21.
11313
11314 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11315
11316         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11317         (nnml-request-rename-group): Ditto.
11318         (nnml-active-number): Ditto.
11319         (nnml-request-create-group): Use nnml-directory-articles.
11320         (nnml-request-expire-articles): Use nnml-directory-articles, which
11321         gets list from nov database if available.
11322         (nnml-get-nov-buffer): New function.
11323         (nnml-open-nov): Use it.
11324         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11325         gets alist from nov database if available.
11326         (nnml-directory-articles): New function.
11327         (nnml-article-to-file-alist): New function.
11328
11329 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11330
11331         * mm-decode.el (mm-display-external): Use `name' as filename, if
11332         `filename' attribute is not present.
11333
11334 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11335
11336         * mail-source.el (mail-source-flash): New defcustom.
11337         (mail-source-new-mail-p): Ring visible bell if appropriate.
11338         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11339         timer is cleared even if mail check signals an error.
11340
11341 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11344         type 'list.
11345
11346 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * flow-fill.el (fill-flowed): eol might be point-max.
11349
11350 2001-08-27  Simon Josefsson  <jas@extundo.com>
11351
11352         * nnml.el (nnml-request-update-info): Fix message.
11353         (nnml-open-marks): Ditto.
11354
11355         * nnfolder.el (nnfolder-request-update-info):
11356         (nnfolder-open-marks): Fix message.
11357
11358 2001-08-25  Simon Josefsson  <jas@extundo.com>
11359
11360         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11361         after group in ~/.
11362
11363 2001-08-25  Simon Josefsson  <jas@extundo.com>
11364         From Andreas Jaeger  <aj@suse.de>
11365
11366         * nnfolder.el (nnfolder-open-marks): Fix typo.
11367         * nnml.el (nnml-open-marks): Likewise.
11368
11369 2001-08-25  Simon Josefsson  <jas@extundo.com>
11370
11371         Make nnfolder groups self-contained as far as marks are concerned.
11372
11373         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11374         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11375         (nnfolder-open-server): Make marks directory.
11376         (nnfolder-request-delete-group): Delete marks file.
11377         (nnfolder-request-delete-group): Check of nov/marks file exist
11378         before deleting.
11379         (nnfolder-request-rename-group): Rename marks file.
11380         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11381         (nnfolder-request-set-mark, nnfolder-request-update-info)
11382         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11383         (nnfolder-open-marks): New functions.
11384         (top-level): Require gnus.
11385
11386 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * nnweb.el (nnweb-type-definition): Use google raw file.
11389         (nnweb-google-parse-1): Ditto.
11390         (nnweb-google-identity): Ditto.
11391         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11392         (nnweb-altavista-wash-article): Ditto.
11393         (nnweb-request-article): Remove nnweb-decode-entities.
11394
11395         * nnml.el: Require 'gnus.
11396
11397 2001-08-25  Simon Josefsson  <jas@extundo.com>
11398
11399         * nnml.el (nnml-marks-is-evil): Add doc.
11400
11401 2001-08-25  Simon Josefsson  <jas@extundo.com>
11402
11403         * nnml.el (nnml-save-marks): Wrap saving marks in a
11404         condition-case, to allow user to start Gnus if saving marks failed
11405         for some reason.
11406
11407 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11410
11411         * gnus-group.el (gnus-update-group-mark-positions): Bind
11412         gnus-group-update-hook to nil.
11413
11414 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * mml.el (mml-generate-mime-1): Force as multibyte string.
11417
11418 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11419
11420         * gnus-sum.el (gnus-summary-insert-line)
11421         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11422         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11423
11424         * gnus-spec.el (gnus-correct-substring): Take optional END.
11425
11426         * nnrss.el (nnrss-request-article): Remove \n.
11427         (nnrss-retrieve-headers): Lines number is -1.
11428
11429 2001-08-24  Simon Josefsson  <jas@extundo.com>
11430
11431         * gnus-group.el (gnus-info-clear-data): Call
11432         nnfoo-request-set-mark to propagate marks.  Fix bug:
11433         `gnus-group-update-line' doesn't update read range unless we call
11434         `gnus-get-unread-articles-in-group' first.
11435
11436         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11437         to server.
11438
11439 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * gnus-util.el (gnus-create-info-command): Return an interactive
11442         function.
11443
11444 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445         From Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11448
11449 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * gnus-sum.el (gnus-select-newsgroup): Use it.
11452
11453         * gnus-util.el (gnus-not-ignore): New function.
11454
11455         * lpath.el (featurep): Don't fbind char-int.
11456
11457         * gnus-util.el (gnus-create-info-command): New function.
11458
11459         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11460         right node.
11461
11462         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11463         (gnus-summary-limit-children): Use 'identity instead of `all'.
11464         (gnus-summary-limit-to-display-predicate): New command and
11465         keystroke.
11466
11467 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11468
11469         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11470
11471         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11472
11473 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * gnus-spec.el: Add the Gnus version.
11476         (gnus-update-format-specifications): If the Gnus version changes,
11477         nix out the format spec cache.
11478
11479         * gnus.el (gnus-continuum-version): Made into a command and
11480         optionalize the VERSION.
11481
11482         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11483         the start of the lines.
11484
11485 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * gnus.el (gnus-visual-p): Define function before use of
11488         function.
11489
11490 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11491
11492         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11493         (gnus-article-mark-to-type): New function.
11494         (gnus-update-missing-marks): Only update marks of type 'list.
11495
11496         * gnus.el (gnus-article-special-mark-lists): New variable.
11497
11498 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11499
11500         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11501         (gnus-select-newsgroup): Still use 'all.
11502         (gnus-summary-initial-limit): Comparing with 'all.
11503
11504 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11507         active.
11508
11509 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11512         nnslashdot-*-retrieve-headers.
11513         (nnslashdot-request-article): Fix for slashcode 2.2.
11514         (nnslashdot-make-tuple): New function.
11515         (nnslashdot-read-groups): Use it.
11516
11517 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518
11519         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11520         list.
11521
11522         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11523
11524 2001-08-20  Simon Josefsson  <jas@extundo.com>
11525
11526         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11527         opened, error instead of continuing (and exploding later).
11528
11529 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * gnus.el (gnus-expand-group-parameters): Return the parameter
11532         list.
11533
11534         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11535         (gnus-summary-show-article): Guess at charset if required.
11536
11537         * gnus-spec.el (gnus-correct-substring): Stopped one character
11538         before we wanted.
11539
11540 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11541
11542         * earcon.el (earcon-auto-play): Remove unused option.
11543
11544 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11547         message down in levels, since it happens very fast.
11548
11549         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11550         of smiley-regexp-alist.
11551
11552         * mm-view.el (mm-inline-text): Ignore vcard errors.
11553
11554         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11555
11556         * gnus-score.el (gnus-all-score-files): Use append instead of
11557         nconc.
11558
11559         * gnus.el (gnus-splash-face): Doc fix.
11560
11561         * mm-decode.el (mm-mailcap-command): Use
11562         mm-path-name-rewrite-functions.
11563         (mm-path-name-rewrite-functions): New variable.
11564
11565         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11566         (gnus-complex-form-to-spec): Insert tab.
11567         (gnus-spec-tab): New function.
11568
11569         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11570         entering the group.
11571
11572         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11573         the positional spec.
11574         (gnus-parse-complex-format): React to %C.
11575
11576         * gnus-ems.el (gnus-char-width): Moved here.
11577
11578         * gnus-sum.el (gnus-select-newsgroup): Set
11579         gnus-newsgroup-articles.
11580         (gnus-unseen-mark): New variable.
11581         (gnus-newsgroup-unseen): Ditto.
11582         (gnus-newsgroup-seen): Ditto.
11583         (gnus-adjust-marked-articles): Use them.
11584         (gnus-update-marks): Use them.
11585         (gnus-summary-update-secondary-mark): Display.
11586         (gnus-summary-prepare-threads): Display.
11587
11588         * gnus-msg.el (gnus-inews-group-method): Use and return the
11589         method, not the server.
11590
11591 2001-08-19  Simon Josefsson  <jas@extundo.com>
11592
11593         * gnus-srvr.el (gnus-server-agent-face): New.
11594         (gnus-server-agent-face): New.
11595         (gnus-server-mode): Turn on font-lock-mode.
11596
11597         * gnus.el (gnus-server-visual): Add defgroup.
11598
11599 2001-08-19  Simon Josefsson  <jas@extundo.com>
11600         From Joe Casadonte <jcasadonte@northbound-train.com>
11601
11602         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11603         gnus-server-denied-face): New.
11604         (gnus-server-opened-face, gnus-server-closed-face,
11605         gnus-server-denied-face): New.
11606         (gnus-server-font-lock-keywords): Add.
11607
11608 2001-08-19  Simon Josefsson  <jas@extundo.com>
11609
11610         * nnml.el (nnml-request-set-mark): Return nil.
11611         (nnml-save-marks): Use nnml-possibly-create-directory.
11612         (nnml-open-marks): Only work in temp buffer when inserting/reading
11613         .marks file.
11614
11615 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * gnus.el (gnus-expand-group-parameters): Fix.
11618
11619         * gnus-spec.el (gnus-char-width): New function.
11620         (gnus-correct-substring, gnus-correct-length): Use it.
11621
11622         * message.el (message-required-mail-headers): Fix doc.
11623
11624 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11627
11628         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11629
11630 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11633         slashdot 2.2 (not fully fixed yet).
11634         (nnslashdot-request-article): Ditto.
11635
11636 2001-08-18  Simon Josefsson  <jas@extundo.com>
11637
11638         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11639         nnimap.
11640
11641         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11642         gnus-util.
11643         (nnimap-request-update-info-internal): Use new functions.
11644
11645         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11646         new functions.
11647
11648 2001-08-18  Simon Josefsson  <jas@extundo.com>
11649
11650         Make nnml groups self-contained as far as marks are concerned.
11651
11652         * nnml.el (nnml-request-delete-group): Delete marks file.
11653         (nnml-request-rename-group): Move marks file.
11654         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11655         variables.
11656         (nnml-request-set-mark, nnml-request-update-info): New server
11657         functions.
11658         (nnml-save-marks, nnml-open-marks): New functions.
11659
11660 2001-08-18  Simon Josefsson  <jas@extundo.com>
11661
11662         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11663         `set' when setting marks.
11664
11665 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11666
11667         * gnus.el (gnus-info-find-node): Take an argument.
11668
11669         * gnus-art.el (gnus-button-handle-info): New function.
11670         (gnus-url-unhex-string): Replace "+" with " ".
11671
11672 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * message.el (message-check-news-header-syntax): Check bad From.
11675
11676 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * gnus-spec.el (gnus-correct-length): New function.
11679         (gnus-correct-substring): New function.
11680         (gnus-tilde-max-form): Use it.
11681
11682 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11683
11684         * nnmh.el: Docstring changes as below.
11685
11686         * nnml.el: Docstring changes as below.
11687
11688         * nnbabyl.el: Docstring changes as below.
11689
11690         * nnmbox.el: Docstring changes as below.
11691
11692         * nnfolder.el: Added docstrings identifying each virtual server
11693         parameter.
11694
11695 2001-08-18  Simon Josefsson  <jas@extundo.com>
11696
11697         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11698
11699 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11700
11701         * message.el: rename "Abort Message" to "Postpone Message".
11702         Remove "Attach file as MIME" from Message menu, it's already in
11703         the MIME menu.
11704
11705 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * smime.el (smime-point-at-eol): eval-and-compile.
11708         (smime-make-temp-file): New function.
11709         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11710         Use it.
11711
11712 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713
11714         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11715         (gnus-agent-summary-fetch-group): New command and keystroke.
11716
11717         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11718         (gnus-mime-display-security): Make it respect
11719         gnus-unbuttonized-mime-type-p.
11720
11721         * gnus-sum.el (gnus-articles-to-read): Comments.
11722         (gnus-article-marked-p): New function.
11723         (gnus-summary-display-make-predicate): New function.
11724         (gnus-select-newsgroup): Use them.
11725
11726         * mm-decode.el (mm-save-part-to-file): Made it not error.
11727
11728 2001-08-17  Simon Josefsson  <jas@extundo.com>
11729
11730         * imap.el (imap-wait-for-tag): If process-status isn't open or
11731         run, return nil instead of sit-for looping.
11732
11733 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * lpath.el (featurep): fbind xml-parse-region.
11736
11737         * gnus.el (gnus-message-archive-method): Default to "archive".
11738         (gnus-message-archive-method): Doc fix.
11739         (gnus-parameters-get-parameter): Cleaned up.
11740         (gnus-expand-group-parameter): New function.
11741
11742         * gnus-start.el (gnus-setup-news): Push the archive server only
11743         the server list.
11744
11745         * mml.el (mml-menu): Changed name to "Attachments".
11746
11747         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11748         when there is something to detroy.
11749
11750 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11753         nil.
11754
11755 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11756
11757         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11758         which specifies a time today or tomorrow.
11759
11760 2001-08-15  Simon Josefsson  <jas@extundo.com>
11761         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11762
11763         * gnus-agent.el (gnus-agent-make-mode-line-string)
11764         (gnus-agent-toggle-plugged): Use new API.
11765
11766 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11767
11768         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11769         deadline has expired.
11770
11771 2001-08-12  Simon Josefsson  <jas@extundo.com>
11772         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11773
11774         Support `recent' mark indicating newly arrived messages (to
11775         separate from old but unread messages).
11776
11777         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11778         `nnmail-split-history' if recent is > 0.
11779         (nnimap-request-update-info-internal): Update `recent' marks.
11780         (nnimap-request-set-mark): Never set `recent' marks.
11781         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11782         recent.
11783
11784         * gnus-sum.el (gnus-recent-mark): New mark.
11785         (gnus-newsgroup-recent): New variable.
11786         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11787         (gnus-summary-prepare-threads): Mark recent articles.
11788         (gnus-summary-add-mark): Support recent.
11789         (gnus-summary-update-secondary-mark): Support recent.
11790
11791         * gnus.el (gnus-article-mark-lists): Add recent.
11792
11793 2001-08-12  Simon Josefsson  <jas@extundo.com>
11794
11795         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11796         whether successful decoding took place.  Add doc.
11797
11798 2001-08-12  Simon Josefsson  <jas@extundo.com>
11799         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11800
11801         * gnus.el (gnus-summary-line-format, gnus-parameters):
11802         * gnus-gl.el (gnus-summary-grouplens-line-format):
11803         * gnus-salt.el (gnus-summary-pick-line-format):
11804         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11805
11806 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11807         Committed by Kai Gro\e,b_\e(Bjohann.
11808
11809         * gnus-score.el (gnus-score-string): Fix `match' regexp
11810         for `extra' header case.
11811
11812 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * nnmbox.el (nnmbox-read-mbox): No warning.
11815
11816 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * nndoc.el (nndoc-article-type): Fix doc.
11819         (nndoc-generate-article-function): New variable.
11820         (nndoc-dissection-function): New variable.
11821         (nndoc-type-alist): Add oe-dbx.
11822         (nndoc-oe-dbx-type-p): New function.
11823         (nndoc-oe-dbx-dissection): New function.
11824         (nndoc-oe-dbx-generate-article): New function.
11825
11826 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11827
11828         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11829         whether deadline has been reached.  Patch from Dan Nicolaescu
11830         <dann@godzilla.ics.uci.edu>.
11831
11832 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11835         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11836         <rintaman@cs.Helsinki.FI>.
11837
11838         * mail-source.el (mail-source-movemail): The error buffer is
11839         modified, but nothing in it.
11840
11841 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * message.el (message-bogus-system-names): New variable.
11844         (message-make-fqdn): Use it.
11845
11846 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * nndraft.el (nndraft-request-group): Use
11849         nndraft-auto-save-file-name.
11850
11851 2001-08-09  Simon Josefsson  <jas@extundo.com>
11852
11853         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11854         Don't ask whether to decrypt.  Just leave result in buffer (don't
11855         call mm).
11856
11857         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11858         parts as well.
11859         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11860         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11861
11862 2001-08-09  Simon Josefsson  <jas@extundo.com>
11863
11864         * mm-decode.el (mm-insert-part): Return decoding success status.
11865         (mm-save-part-to-file): Error if decoding failed.
11866
11867 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11868
11869         * message.el (message-tab): Use indent-relative.
11870         (message-mode): Don't bind indent-line-function to indent-relative.
11871
11872 2001-08-09  Simon Josefsson  <jas@extundo.com>
11873
11874         * message.el (message-get-reply-headers): Fix string. Suggested by
11875         Christoph Conrad <cc@cli.de>.
11876
11877 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11878
11879         * message.el (message-tab): Use the current value of
11880         indent-line-function.
11881         (message-mode): Bind indent-line-function to indent-relative.
11882
11883 2001-08-08  Simon Josefsson  <jas@extundo.com>
11884
11885         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11886         whether `imtest' is installed.
11887
11888 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11890
11891         * gnus-sum.el (gnus-summary-show-article): Call
11892         gnus-summary-update-secondary-secondary-mark.
11893         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11894         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11895
11896 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11897
11898         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11899
11900         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11901
11902         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11903         <gerd@gnu.org>.
11904
11905         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11906
11907         * gnus-util.el (gnus-output-to-rmail): Ditto.
11908         (gnus-output-to-mail): Ditto.
11909
11910         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11911
11912 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11913
11914         * message.el (message-indent-citation): Use
11915         `message-yank-cited-prefix' for empty lines.
11916
11917 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11918
11919         * message.el (message-indent-citation): Quote only lines starting
11920         with ">" using `message-yank-cited-prefix'.
11921
11922 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11923         Trivial patch.
11924
11925         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11926         gnus-cache-fully-p.
11927
11928 2001-08-04  Simon Josefsson  <jas@extundo.com>
11929
11930         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11931         file if it doesn't exist (by calling gnus-cache-read-active).
11932
11933 2001-08-04  Simon Josefsson  <jas@extundo.com>
11934
11935         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11936         (gnus-cache-passively-or-fully-p): Removed.
11937         (gnus-cache-fully-p): Fix it.
11938
11939         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11940
11941 2001-08-04  Simon Josefsson  <jas@extundo.com>
11942
11943         * gnus-cache.el (gnus-cache-fully-p)
11944         (gnus-cache-passively-or-fully-p): New functions.
11945         (gnus-cache-possibly-enter-article): Cosmetic change, use
11946         `g-c-p-o-f-p'.
11947         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11948         was bogus (`g-c-p-a-a' does not change active info, just change
11949         the functions parameters).
11950         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11951         not removed in groups that match `gnus-uncacheable-groups'.
11952
11953         Reported and modifications based on discussions with Nuutti
11954         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11955
11956 2001-08-04  Simon Josefsson  <jas@extundo.com>
11957         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11958
11959         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11960         calls `gnus-cache-update-active' if bounds has been extended.
11961
11962 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11965         before remove.
11966         (gnus-mime-security-show-details): Ditto.
11967
11968 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11969
11970         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11971         syntax.  Protect string-match against nil string and regexp.
11972
11973 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * mm-util.el (mm-find-charset-region): Remove control-1.
11976
11977 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11980
11981 2001-08-04  Simon Josefsson  <jas@extundo.com>
11982
11983         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11984         buffer.  Delete MIME-Version header.
11985
11986 2001-08-03  Simon Josefsson  <jas@extundo.com>
11987
11988         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11989         that is entered does not necessarily have the highest article
11990         number in the group, so use `gnus-cache-possibly-alter-active'
11991         instead of `gnus-cache-update-active'.
11992
11993 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11994
11995         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11996
11997 2001-08-03  Simon Josefsson  <jas@extundo.com>
11998
11999         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12000         menu.
12001
12002 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus.el (post-method): New group parameter.  It also provides
12005         the user option `gnus-post-method-alist' and the internal function
12006         `gnus-parameter-post-method'.
12007
12008         * gnus-msg.el (gnus-post-method): Bind the value of
12009         `gnus-post-method' to the group parameter if it is defined.
12010
12011 2001-08-02  Simon Josefsson  <jas@extundo.com>
12012
12013         * smime.el (smime-extra-arguments): Removed.
12014         (smime-call-openssl-region): Don't use it.
12015
12016 2001-08-02  Simon Josefsson  <jas@extundo.com>
12017
12018         * smime.el (smime-sign-region): Handle stderr.
12019         (smime-encrypt-region): Ditto.
12020
12021         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12022         match the ASN.1 length bytes.
12023         (mm-pkcs7-enveloped-magic): Ditto.
12024         (mm-view-pkcs7-get-type): Don't regexp quote.
12025
12026 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027         From Andreas Fuchs <asf@void.at>
12028
12029         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12030
12031 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * gnus-art.el (gnus-header-button-alist): References regexp.
12034
12035 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12036
12037         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12038         already fboundp.  Add INTERACTIVE arg to autoload form.
12039
12040 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12041
12042         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12043
12044         * nnmail.el (nnmail-cache-open): Ditto.
12045
12046 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12047
12048         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12049
12050 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12053
12054 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12056
12057         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12058         (gnus-agent-toggle-plugged): Use it.
12059
12060 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12063         (gnus-ding-file-coding-system): New variable.
12064         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12065         (gnus-slave-save-newsrc): Use it.
12066
12067 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12068
12069         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12070         syntax.
12071
12072 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073         Originally from Andreas Fuchs <asf@void.at>
12074
12075         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12076         (mml2015-gpg-pretty-print-fpr): New function.
12077         (mml2015-gpg-extract-signature-details): More details, rename from
12078         `m-g-e-from'.
12079         (mml2015-gpg-verify): Use them.
12080         (mml2015-gpg-clear-verify): Use them.
12081
12082 2001-07-31  Simon Josefsson  <jas@extundo.com>
12083
12084         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12085         buffer when done.
12086
12087 2001-07-30  Simon Josefsson  <jas@extundo.com>
12088
12089         * smime.el (smime-call-openssl-region): Revert previous change,
12090         just pass on buf to `call-process-region'.
12091         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12092         `smime-new-details-buffer'.  Inserts error messages into buffer.
12093         (smime-noverify-region): Ditto.
12094         (smime-decrypt-region): Ditto.  Handles stderr separately.
12095         (smime-verify-buffer, smime-noverify-buffer)
12096         (smime-decrypt-buffer): Doc fix.
12097         (smime-new-details-buffer): New function.
12098         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12099         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12100         (smime-sign-region, smime-encrypt-region): Don't use
12101         `insert-buffer'.
12102
12103         * mml-smime.el (mml-smime-verify): Fix security button strings.
12104
12105 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12108         gnus-article-mime-handles.
12109
12110 2001-07-29  Simon Josefsson  <jas@extundo.com>
12111
12112         * mail-source.el (top-level): Require message for message-directory.
12113         (mail-source-directory): Change default to message-directory.
12114
12115         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12116         (smime-certificate-directory, smime-openssl-program)
12117         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12118         (smime-extra-arguments): New variable.
12119         (smime-dns-server): Fix customize group.
12120         (smime-call-openssl-region): Use `smime-extra-arguments'.
12121
12122 2001-07-29  Simon Josefsson  <jas@extundo.com>
12123         From Vladimir Volovich <vvv@vsu.ru>
12124
12125         * smime.el (smime-call-openssl-region): Ignore stderr.
12126
12127 2001-07-29  Simon Josefsson  <jas@extundo.com>
12128         From Christoph Conrad <christoph.conrad@gmx.de>
12129
12130         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12131         file.
12132
12133 2001-07-29  Simon Josefsson  <jas@extundo.com>
12134
12135         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12136
12137         Support S/MIME decryption.
12138
12139         * mm-decode.el (mm-inline-media-tests):
12140         (mm-inlined-types):
12141         (mm-automatic-display):
12142         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12143
12144         * mm-view.el (mm-pkcs7-signed-magic):
12145         (mm-pkcs7-enveloped-magic): New variables.
12146         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12147         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12148         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12149         PKCS#7 blobs.
12150
12151         * smime.el (smime-decrypt-region): Expand keyfile.
12152
12153 2001-07-29  Simon Josefsson  <jas@extundo.com>
12154
12155         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12156         `ssl.el' variables.
12157
12158         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12159         but line instead of narrowing to it, because `nnmail-parse-active'
12160         calls widen.  Thanks to Christoph Conrad
12161         <christoph.conrad@gmx.de>.
12162
12163 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12164
12165         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12166         for %B spec.
12167
12168         * gnus-sum.el (gnus-summary-prepare-threads): If
12169         gnus-sum-thread-tree-root is nil, use subject instead.
12170         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12171         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12172         (gnus-sum-thread-tree-leaf-with-other)
12173         (gnus-sum-thread-tree-single-leaf): Documentation.
12174         (gnus-sum-thread-tree-single-indent): Allow nil.
12175
12176 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * message.el (message-fill-paragraph): Do nothing if the user
12179         wants filladapt-mode.
12180
12181 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * mm-decode.el (mm-image-type-from-buffer): New function.
12184         (mm-get-image): Use it.
12185
12186 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12187
12188         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12189
12190         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12191         mm-display-parts too.
12192
12193 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * nnfolder.el (nnfolder-request-accept-article): Bind
12196         nntp-server-buffer.
12197
12198         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12199         nntp-server-buffer.
12200
12201 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12202
12203         * message.el (message-check-news-header-syntax): Use
12204         message-post-method.
12205         (message-send-news): Bind message-post-method.
12206
12207 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * mml.el (mml-tweak-type-alist): New variable.
12210         (mml-tweak-function-alist): New variable.
12211         (mml-tweak-part): New function.
12212         (mml-generate-mime-1): Use it.
12213
12214 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12215
12216         * nnfolder.el (nnfolder-request-accept-article): Replace
12217         nnfolder-request-list.
12218
12219 2001-07-27  Simon Josefsson  <jas@extundo.com>
12220
12221         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12222         nnoo-change-server failed to do it.
12223
12224 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * gnus.el (gnus-parameters): Make it customizable.
12227
12228 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12231
12232         * message.el (message-set-auto-save-file-name): More
12233         poor-system-types.
12234
12235         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12236
12237         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12238         supports +.
12239
12240 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12241
12242         * mm-decode.el (mm-readable-p): New function.
12243         (mm-inline-media-tests): Fix the default testers.
12244
12245 2001-07-26  Simon Josefsson  <jas@extundo.com>
12246
12247         * nnimap.el (nnimap-version): Bump version number.
12248
12249 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250         From Steven E. Harris <seh@speakeasy.org>
12251
12252         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12253         in M$Windows too.
12254
12255 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12256
12257         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12258
12259 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12262
12263         * mm-decode.el (mm-get-image): Guess then use the type.
12264
12265         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12266
12267 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12268
12269         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12270         display (%B) for threads if threading is off.
12271
12272 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273         From Henrik Enberg <henrik@enberg.org>
12274
12275         * gnus-msg.el: Customization patch.
12276
12277 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12278
12279         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12280         variable.
12281         (nnmail-split-fancy-with-parent): Ignore certain groups.
12282
12283 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * gnus-util.el (gnus-byte-compile): New function.
12286         (gnus-use-byte-compile): New variable.
12287         (gnus-make-sort-function): Use it.
12288
12289         * nnmail.el (nnmail-get-new-mail): Use it.
12290
12291         * gnus-agent.el (gnus-category-make-function): Simple function or
12292         compiled function.
12293         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12294
12295         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12296         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12297         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12298
12299         * message.el (message-check-news-header-syntax): Remove quote.
12300
12301 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * message.el (message-use-mail-followup-to): `t' is not a
12304         documented value.
12305
12306 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12309
12310 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12313         there are long lines.
12314
12315 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * dgnushack.el (copy-list): New compiler macro.
12318
12319 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12320
12321         * message.el (message-bounce): If no Return-Path, the whole
12322         content is considered as the original message.
12323
12324         * nnml.el (nnml-check-directory-twice): New variable.
12325         (nnml-article-to-file): Use it.
12326         (nnml-retrieve-headers): Hack it.
12327
12328 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12329
12330         * gnus-win.el (gnus-buffer-configuration): New configure.
12331
12332         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12333         not alive.
12334
12335         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12336         (mm-display-external): Use display-term configure.
12337
12338 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12339
12340         * gnus-delay.el (gnus-delay-default-hour): New variable.
12341         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12342
12343 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344         From Karl Kleinpaste <karl@charcoal.com>
12345
12346         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12347         (gnus-summary-prepare-threads): Ditto.
12348
12349         * gnus.el (gnus-summary-line-format): Add %B.
12350
12351 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12354
12355         * mm-util.el (mm-string-as-multibyte): New function.
12356
12357         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12358
12359 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * mm-util.el (mm-universal-coding-system): New variable.
12362
12363         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12364
12365         * score-mode.el (score-mode-coding-system): Use it.
12366
12367 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-start.el (gnus-setup-news): Call
12370         `gnus-check-bogus-newsgroups' just after the native server is
12371         opened.
12372
12373 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12374
12375         * nnmail.el (nnmail-do-request-post): Util function to be used by
12376         `nnchoke-request-post' for all nnmail-derived backends.
12377
12378         * nnml.el (nnml-request-post): Use it.
12379
12380         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12381         backend, for it groks nnml-request-post.
12382
12383         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12384         Treat `mail-post' backends like `mail' backends, not like `news'
12385         backends.
12386
12387 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * gnus-msg.el (gnus-setup-message): make-local-hook.
12390
12391 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12392
12393         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12394         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12395         <karl@charcoal.com>, slightly changed by Kai.
12396
12397         * message.el (message-check-news-header-syntax): When checking
12398         whether the groups exist, check the right server based on
12399         `gnus-post-method'.
12400
12401 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12402
12403         * gnus-delay.el: New file.
12404
12405 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * mm-util.el (mm-read-coding-system): Take two arguments.
12408
12409         * gnus-sum.el (gnus-summary-show-article): Use
12410         mm-read-coding-system.
12411
12412         * gnus-art.el (article-de-quoted-unreadable):
12413         (article-de-base64-unreadable, article-wash-html):
12414         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12415
12416 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12417
12418         * nnml.el (nnml-request-post): New function.  Can be used for
12419         annotations in nnml groups.
12420
12421 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12424         command.
12425
12426         * gnus-start.el (gnus-find-new-newsgroups): Use
12427         `message-make-date' instead of `current-time-string'.
12428         (gnus-ask-server-for-new-groups): Ditto.
12429         (gnus-check-first-time-used): Ditto.
12430
12431 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12432
12433         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12434
12435 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12436
12437         * message.el (message-shorten-references): Change `maxcount' and
12438         `cut' to obey USEFOR draft 5.
12439
12440 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12441
12442         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12443         (gnus-summary-set-article-display-arrow): New function.
12444         (gnus-summary-goto-subject): Use it.
12445
12446 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * gnus-sum.el (gnus-summary-import-article): Insert date if
12449         doesn't exist.
12450
12451 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * mml.el (mml-content-type-parameters): New variable.
12454         (mml-content-disposition-parameters): New variable.
12455         (mml-insert-mime-headers): Use them.
12456         (mml-parse-1): Accept charset.
12457
12458 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12459
12460         * gnus-group.el (gnus-group-select-group): Doc fix.
12461
12462         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12463
12464 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12467         to handle `define-derived-mode'.
12468
12469 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470         From:  Stefan Monnier  <monnier@cs.yale.edu>
12471
12472         * message.el (message-mode): Use define-derived-mode.
12473         (message-tab): message-completion-alist.
12474
12475         * imap.el (imap-interactive-login): Use make-local-variable.
12476         (imap-open): Ditto.
12477         (imap-authenticate): Ditto.
12478
12479         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12480
12481         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12482
12483 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12484
12485         * message.el (message-citation-line-function): Refer to
12486         gnus-cite-attribution-suffix.
12487
12488 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12489
12490         * gnus-art.el,...: Error convention changes.
12491
12492 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12493
12494         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12495
12496 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12499         (nnrss-read-server-data): Ditto.
12500
12501 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12504         * Cleanup files.
12505         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12506
12507 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12508
12509         * gnus.el (gnus-summary-line-format): Add %o.
12510
12511         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12512         unless shell outputs something.
12513
12514 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12515
12516         * gnus-art.el (gnus-boring-article-headers): Better doc.
12517         (article-hide-headers): Better regexp.
12518         Suggested by Matt Swift <swift@alum.mit.edu>.
12519
12520         * nnheader.el (nnheader-max-head-length): Better doc.
12521         (nnheader-header-value): Skip spaces.
12522         (nnheader-parse-head): Remove space.
12523         Suggested by Matt Swift <swift@alum.mit.edu>.
12524
12525         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12526         (gnus-get-newsgroup-headers): Remove space.
12527
12528 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529
12530         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12531         (gnus-summary-reply): Use it.
12532         (gnus-summary-reply-broken-reply-to): New function.
12533         (gnus-msg-force-broken-reply-to): New function.
12534
12535         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12536
12537 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12538
12539         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12540
12541 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12542
12543         * mm-decode.el (mm-external-terminal-program): New variable.
12544         (mm-display-external): Use it. Use term to display when no
12545         window-system.
12546
12547 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12548
12549         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12550         Browse->Next entries to Browse->Prev
12551
12552 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12555
12556 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12557
12558         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12559         for the default encoding.
12560
12561         * nnrss.el (nnrss-url-field): New field.
12562         (nnrss-request-article): Add newsgroups.
12563
12564         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12565
12566 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12569
12570         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12571         (gnus-draft-setup): Remove backlog.
12572
12573 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12574
12575         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12576         Cleanup.
12577
12578 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12579
12580         * gnus-msg.el (gnus-bug): Erase buffer.
12581
12582         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12583
12584 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585
12586         * mm-decode.el (mm-attachment-override-p): Fix typo.
12587
12588 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-kill.el (gnus-execute): Work with the extra headers.
12591         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12592
12593 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12594
12595         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12596         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12597
12598         * message.el (message-send-mail-real-function): New variable.
12599         (message-send-mail-partially, message-send-mail):
12600
12601         * nngateway.el (nngateway-request-post): Use it.
12602
12603         * gnus-agent.el (gnus-agentize): Use it.
12604
12605         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12606         (nnsoup-revert-variables): Use it.
12607
12608 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12609
12610         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12611         text/plain if the type doesn't match any other media types.
12612         (mm-inlined-types): Doc fix.
12613         (mm-display-inline): Revert previous change (now handled by a
12614         default type in `mm-inline-media-tests'.
12615         (mm-inlinable-p): Revive.
12616         (mm-display-part): Call `mm-inlinable-p'.
12617         (mm-attachment-override-p): Ditto.
12618         (mm-inlined-p): Doc fix.
12619
12620         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12621         well as `mm-inlined-p'.
12622
12623 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12624
12625         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12626         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12627
12628 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629         From  Paul Jarc <prj@po.cwru.edu>
12630
12631         * message.el (message-use-mail-followup-to): New variable.
12632         (message-get-reply-headers): Use it.
12633
12634 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12635
12636         * nnheader.el (nnheader-init-server-buffer): Make sure the
12637         *nntpd* buffer is made multibyte instead of a random buffer.
12638
12639 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12642         when it returns headers.
12643
12644 2001-07-07  Simon Josefsson  <jas@extundo.com>
12645
12646         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12647         trying to fold. Thanks to Colin Walters
12648         <walters@cis.ohio-state.edu>
12649
12650 2001-07-06  Simon Josefsson  <jas@extundo.com>
12651
12652         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12653         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12654         Add information in `assert's.
12655
12656         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12657         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12658         and `nnimap-group-overview-filename', should handle all
12659         change-of-uidvalidity related issues.  But there may be other
12660         problems.)
12661
12662 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12663
12664         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12665         header name when folding.
12666
12667 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12668
12669         * mm-decode.el (mm-inlined-types): Document relationship with
12670         `mm-inline-media-tests'.
12671         (mm-display-inline): Default to displaying as plain text if no
12672         inlining handler is available.
12673         (mm-inlinable-p): Remove.
12674         (mm-inlined-p): Don't call `mm-inlinable-p'.
12675         (mm-automatic-display-p): Ditto.
12676         (mm-attachment-override-p): Ditto.
12677
12678 2001-07-04  Simon Josefsson  <jas@extundo.com>
12679
12680         * nnimap.el (nnimap-importantize-dormant): New variable.
12681         (nnimap-request-update-info-internal): Use it.
12682         (nnimap-request-set-mark): Ditto.
12683
12684 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12685
12686         * nntp.el (nntp-send-command): don't pass a buffer argument to
12687         `point'. Only XEmacs accepts this.
12688         * nntp.el (nntp-send-command-nodelete): ditto.
12689         * nntp.el (nntp-send-command-and-decode): ditto.
12690
12691 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12692
12693         * nntp.el (nntp-open-connection-function): doc update.
12694         * nntp.el (nntp-pre-command): New.
12695         * nntp.el (nntp-via-rlogin-command): New.
12696         * nntp.el (nntp-via-telnet-command): New.
12697         * nntp.el (nntp-via-telnet-switches): New.
12698         * nntp.el (nntp-via-user-name): New.
12699         * nntp.el (nntp-via-user-password): New.
12700         * nntp.el (nntp-via-address): New.
12701         * nntp.el (nntp-via-envuser): New.
12702         * nntp.el (nntp-via-shell-prompt): New.
12703         * nntp.el (nntp-open-telnet-stream): New.
12704         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12705         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12706         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12707         * nntp.el (nntp-send-command): ditto.
12708         * nntp.el (nntp-send-command-nodelete): ditto.
12709         * nntp.el (nntp-send-command-and-decode): ditto.
12710
12711 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12712         Trivial patch.
12713
12714         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12715         `when'.
12716
12717 2001-07-03  Simon Josefsson  <jas@extundo.com>
12718         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12719
12720         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12721
12722 2001-07-03  Simon Josefsson  <jas@extundo.com>
12723
12724         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12725         remove it (workaround XEmacs `fill-region' bug).
12726
12727 2001-07-01  Simon Josefsson  <jas@extundo.com>
12728
12729         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12730
12731 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12732
12733         * mml2015.el (mml2015-format-error): New function.
12734         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12735         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12736         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12737
12738 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12739
12740         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12741         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12742
12743         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12744         group variables.
12745
12746 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12749
12750         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12751         (nnrss-save-group-data): Ditto.
12752
12753         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12754
12755 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * message.el (message-do-send-housekeeping): Narrow to headers.
12758
12759 2001-06-24  Simon Josefsson  <jas@extundo.com>
12760
12761         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12762         insertion when breaking lines looked for " \t" instead of "[ \t]".
12763         (rfc2047-encode-message-header): Fold lines even if
12764         no QP encoding is done.
12765
12766 2001-06-23  Simon Josefsson  <jas@extundo.com>
12767         From Samuel Tardieu <sam@inf.enst.fr>
12768
12769         * smime.el (smime-keys): Support additional certificates.
12770         (smime-make-certfiles): New function.
12771         (smime-sign-region): Use previous variables.
12772         (smime-get-certfiles): New function.
12773         (smime-sign-buffer): Use it.
12774         (smime-verify-region): Support both CAfile and CApath.
12775
12776 2001-06-23  Simon Josefsson  <jas@extundo.com>
12777
12778         * smime.el (smime-decrypt-region): Perhaps work.
12779
12780 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12781
12782         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12783
12784 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12785
12786         * mm-decode.el (mm-save-part): Rewrite file name.
12787         (mm-file-name-rewrite-functions): New variable.
12788         (mm-file-name-delete-whitespace): New function.
12789         (mm-file-name-trim-whitespace): New function.
12790         (mm-file-name-collapse-whitespace): New function.
12791         (mm-file-name-replace-whitespace): New variable and function.
12792
12793 2001-06-22  Simon Josefsson  <jas@extundo.com>
12794
12795         * message.el (message-make-date): Workaround locale for weekdays.
12796
12797 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * message.el (message-goto-body): Return nil if not found. (revert!)
12800
12801 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802         From Fremlin <chief@bandits.org>
12803
12804         * message.el (message-goto-body): Some messages have no header.
12805
12806         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12807
12808 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12809
12810         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12811
12812 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12813
12814         * message.el (message-make-date): Add week day.
12815         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12816
12817 2001-06-19  Simon Josefsson  <jas@extundo.com>
12818
12819         * message.el (message-yank-prefix): Doc fix.
12820         (message-yank-cited-prefix): Ditto.
12821         (message-delete-not-region): Keep citation prefix on first line,
12822         if possible and appropriate.
12823
12824 2001-06-19  Simon Josefsson  <jas@extundo.com>
12825
12826         * imap.el (imap-process-connection-type): New variable.
12827         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12828         recent `imtest's work completely (no line length issues), while
12829         making making old `imtest's unusable.  Thanks to NAGY Andras
12830         <nagya@inf.elte.hu> for his work.
12831
12832 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12833
12834         * imap.el (imap-ssl-program): Add -quiet to shut up
12835         OpenSSL/SSLeay's internal debug talk.
12836
12837 2001-06-19  Matt Armstrong  <matt@lickey.com>
12838
12839         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12840         server.
12841
12842 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12843
12844         * nnmail.el (nnmail-article-buffer): New variable.
12845         (nnmail-split-incoming): Use it.
12846
12847 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12848
12849         * qp.el (quoted-printable-decode-region): If called interactively,
12850         use coding-system-for-read.
12851
12852 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * message.el (message-check-news-header-syntax): Check Reply-To.
12855
12856 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12857
12858         * mml.el (mml-parse-1): Use message options.
12859
12860         * message.el (message-do-fcc): Don't do anything if there is no
12861         FCC.
12862
12863 2001-06-16  Simon Josefsson  <jas@extundo.com>
12864
12865         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12866         (nnimap-expunge-search-string): New variable.
12867         (nnimap-request-expire-articles): Use it.
12868
12869 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * message.el (message-send-mail-with-qmail): wrong exit status is
12872         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12873
12874 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12875
12876         * gnus-art.el (article-strip-multiple-blank-lines): Use
12877         delete-region instead of replace-match.
12878
12879 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12882         (nnweb-google-wash-article): Ditto.
12883
12884 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12885
12886         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12887
12888 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12891         specs.
12892
12893 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12894
12895         * gnus.el (gnus-email-address): Move it here.
12896
12897         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12898         requested.
12899         (article-de-base64-unreadable): Ditto.
12900         (article-wash-html): Ditto.
12901
12902 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * message.el (message-options-set-recipient): Don't add ", "
12905         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12906
12907 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12910
12911 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12914         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12915
12916         * nnrss.el (nnrss-node-text): Node might be nil.
12917
12918 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12921         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12922
12923         * nnrss.el (nnrss-group-alist): More items.
12924
12925 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12928
12929 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930         Trivial patch from Dale Hagglund  <rdh@best.com>
12931
12932         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12933         restrict clauses.
12934
12935 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12936
12937         From Benjamin Rutt <brutt+news@bloomington.in.us>
12938
12939         * message.el (message-wide-reply-confirm-recipients): New variable.
12940
12941 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12943
12944         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12945         fix so it works with XEmacs.
12946
12947 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948
12949         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12950         headers.
12951
12952 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * nnrss.el: Fix a few bugs.
12955
12956 2001-06-05  Simon Josefsson  <jas@extundo.com>
12957
12958         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12959         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12960
12961 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12962
12963         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12964         binary so that we don't transmit ISO 2022 garbage to the process.
12965         This is needed under XEmacs.
12966
12967 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12968
12969         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12970         autoloaded incorrectly below because ssl-program-* is bound.)
12971         Thanks to Amos Gouaux for report.
12972
12973 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12974
12975         * imap.el (imap-kerberos4-open):
12976         (imap-gssapi-open):
12977         (imap-ssl-open):
12978         (imap-network-open):
12979         (imap-shell-open):
12980         (imap-starttls-open): Set buffer to workaround spurious
12981         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12982         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12983         Colman <colman@ppllc.com> for report.
12984
12985 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12986
12987         * gnus-sum.el (gnus-summary-catchup): New argument.
12988         (gnus-summary-catchup-from-here): New function.
12989
12990 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12991
12992         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12993         back, then insert glyph.  (Before, the glyph was inserted first,
12994         then the newline.)  This works around a behavior in XEmacs where
12995         it is not possible to insert a character after a glyph which is at
12996         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12997
12998 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12999
13000         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13001
13002         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13003         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13004         mm-destroy-postponed-undisplay-list): New functions.
13005         (mm-display-external): Use them.
13006
13007 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13008
13009         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13010         `default-low' when evaluating `gnus-summary-highlight'.
13011         From Raja R Harinath <harinath@cs.umn.edu>.
13012
13013 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13014
13015         * message.el (message-yank-cited-prefix): New variable.
13016         (message-indent-citation): Use it.
13017
13018         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13019         as details.
13020         (mml2015-mailcrypt-clear-verify): Ditto.
13021
13022 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13023         From Nevin Kapur <nevin@jhu.edu>.
13024
13025         * gnus-sum.el (gnus-summary-default-high-score,
13026         gnus-summary-default-low-score): New variables.
13027         (gnus-summary-highlight): Use them.
13028
13029 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13030
13031         * message.el (message-mail): pass the 'send-actions argument to
13032         `message-setup'.
13033
13034 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13035         From Raymond Scholz <ray-2001@zonix.de>
13036
13037         * gnus-art.el (gnus-mime-view-part-as-charset):
13038         (gnus-mime-internalize-part): Doc fixes.
13039
13040 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13041
13042         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13043         status lines without any text ("^215$").
13044
13045 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * nnrss.el (nnrss-check-group): Reverse.
13048
13049 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13050
13051         * message.el (message-get-reply-headers):
13052         (message-followup): Fix typo, suggested by David Green
13053         <dgreen@uab.edu>
13054
13055 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13058
13059         * nnrss.el (nnrss-open-server): Read server data when it is called.
13060         (nnrss-request-expire-articles): Fix.
13061
13062 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13063
13064         * message.el (message-do-send-housekeeping): mail-abbrevs may
13065         rename buffer behind Gnus.
13066
13067 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13070         (nnrss-group-alist): Add more resources.
13071         (nnrss-check-group): Ignore errors.
13072
13073 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13074
13075         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13076
13077         * nnslashdot.el (nnslashdot-request-list): Add time.
13078         (nnslashdot-request-expire-articles): New function.
13079
13080         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13081         secondary methods too.
13082
13083 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13084
13085         * message.el (message-use-followup-to): Set default value to t.
13086
13087 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13088
13089         * message.el (message-dont-reply-to-names): Fix documentation.
13090         (message-get-reply-headers): Use Mail-Followup-To only for wide
13091         replies.
13092
13093 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13096         correctly.
13097         (nnrss-check-group): Use time.
13098
13099 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13100
13101         * gnus.el: Oort Gnus v0.03 is released.
13102
13103 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13106         group.
13107
13108 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13111
13112 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113
13114         * nnultimate.el (nnultimate-retrieve-headers): Return all
13115         available headers.
13116
13117         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13118         (gnus-get-newsgroup-headers-xover): Use it.
13119
13120 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13123
13124 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13125
13126         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13127
13128 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129
13130         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13131         disable it.
13132
13133         * gnus.el (gnus-info-nodes): Remove a few The's.
13134
13135 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13136
13137         * mail-source.el (mail-source-movemail): Call-process may return a
13138         signal description string.
13139
13140         * gnus-start.el (gnus-read-newsrc-el-file):
13141         gnus-newsrc-file-version may be nil.
13142
13143         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13144         Suggested by Michael Sperber [Mr. Preprocessor]
13145         <sperber@informatik.uni-tuebingen.de>.
13146
13147 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13148
13149         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13150
13151 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13152
13153         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13154         fontify HANDLE.
13155
13156 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13157
13158         * smime.el (smime-ask-passphrase): Rework to return value.
13159         (smime-sign-region): Rework to bind value and use it.
13160         (smime-decrypt-region): Ditto.
13161
13162 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13163         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13164
13165         * smime.el (smime-ask-passphrase): New function.
13166         (smime-sign-region): Use it.
13167         (smime-encrypt-cipher): New variable.
13168         (smime-decrypt-region): Ditto.
13169
13170 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13171         Committed by Simon Josefsson  <simon@josefsson.org>
13172
13173         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13174         the log.
13175
13176 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13177
13178         * gnus.el: Oort Gnus v0.02 is released.
13179
13180 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13181
13182         * gnus.el: Oort Gnus v0.01 is released.
13183
13184 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185
13186         * gnus-sum.el (gnus-summary-highlight): Highlight read
13187         undownloaded articles as read articles.
13188
13189         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13190         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13191         articles, even read ones, as such.
13192
13193         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13194         (gnus-find-matching-articles): New function.
13195         (gnus-summary-limit-include-matching-articles): New command.
13196         (gnus-summary-limit-include-thread): Include articles that have
13197         matching subjects.
13198         (gnus-offer-save-summaries): Clean up.
13199
13200 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13201
13202         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13203
13204 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205         From Jason Merrill <jason_merrill@redhat.com>
13206
13207         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13208
13209 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13210         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13211
13212         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13213         newsgroup names when the original article is a news message.
13214
13215 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13218         supported. Suggest by Jim Meyering <jim@meyering.net>.
13219
13220 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13221         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13222
13223         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13224         regexp in nnmail-split-fancy.
13225
13226 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13227
13228         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13229
13230 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13231
13232         * message.el (message-send-mail): Improve the interaction with the
13233         user.
13234
13235 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13236
13237         * imap.el (imap-message-copy): Work around buggy servers that
13238         doesn't send TRYCREATE tags.
13239
13240 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13243
13244 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13245
13246         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13247         date.
13248
13249 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13250
13251         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13252         lives.
13253
13254 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * gnus-art.el (gnus-parse-news-url): New function.
13257         (gnus-button-handle-news): New function.
13258         (gnus-button-alist): Point to new functions.
13259
13260         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13261
13262         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13263         gnus-format-specs.
13264
13265         * message.el (message-check-news-header-syntax): Question even
13266         when Gnus doesn't know the group names.
13267         (message-send-news): Clean up.
13268
13269         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13270         exited on purpose without saving.
13271
13272         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13273
13274 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13275
13276         * gnus-score.el (gnus-score-orphans): Clean up.
13277
13278         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13279
13280         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13281         later.
13282
13283         * gnus-start.el (gnus-close-all-servers): Find the right items to
13284         close.
13285
13286         * qp.el (quoted-printable-decode-region): Just message
13287         malformation; don't quit.
13288
13289 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13290         From Gerd Moellmann <gerd@gnu.org>.
13291
13292         * gnus.el (gnus-interactive): A typo.
13293
13294 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13295         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13296
13297         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13298         `assq-delete-all', if that function exists; otherwise use the old
13299         definition. Documentation changed to match the one in
13300         `assq-delete-all'.
13301
13302 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * gnus-start.el (gnus-close-all-servers): New function.
13305
13306         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13307         (gnus-server-remove-denials): Clean up.
13308
13309         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13310         keystroke.
13311
13312 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * message.el (message-send-news): Message where we are sending.
13315         (message-send-mail): Ditto.
13316
13317         * gnus.el (gnus-server-string): New function.
13318
13319         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13320
13321         * mm-decode.el (mm-default-directory): Customized.
13322         (mm-tmp-directory): Ditto.
13323
13324         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13325         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13326         or Chars.
13327         (gnus-summary-line-format-alist): ?l is now a string.
13328         (gnus-summary-prepare-threads): Output ? for unknown lines.
13329         (gnus-summary-insert-line): Ditto.
13330         (gnus-summary-print-article): Unbalanced parentheses.
13331
13332         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13333         out whether new stuff has arrived.
13334
13335 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13336
13337         * gnus-sum.el: Let printing work on ttys on Emacs.
13338
13339 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13340
13341         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13342         when forcing news.
13343
13344         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13345         command.
13346
13347 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13348
13349         * message.el (message-set-auto-save-file-name): Don't use
13350         asterisks under nt.
13351
13352 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13353
13354         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13355         lists of articles.
13356
13357         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13358
13359         * gnus-msg.el (gnus-put-message): Clean up.
13360         (gnus-summary-reply): Mark all replied-to articles as replied to.
13361         (gnus-inews-add-send-actions): Also mark as forwarded.
13362         (gnus-summary-mail-forward): Mark as forwarded.
13363
13364         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13365         of articles.
13366         (gnus-summary-mark-article-as-forwarded): Ditto.
13367
13368         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13369         forwarded.
13370         (gnus-summary-mail-forward): Clean up.
13371
13372         * gnus.el (gnus-article-mark-lists): Added forward.
13373
13374         * gnus-sum.el (gnus-forwarded-mark): New variable.
13375         (gnus-summary-prepare-threads): Use it.
13376         (gnus-summary-update-secondary-mark): Ditto.
13377         (gnus-newsgroup-forwarded): New variable.
13378
13379 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13380
13381         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13382         (gnus-summary-very-wide-reply): New command and keystroke.
13383         (gnus-summary-very-wide-reply-with-original): Ditto.
13384
13385         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13386         (gnus-score-adaptive): Use it.
13387
13388         * gnus-start.el (gnus-get-unread-articles): Clean up.
13389
13390 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13393         boards.
13394
13395 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13396
13397         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13398         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13399
13400 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13401
13402         * nnultimate.el (nnultimate-retrieve-headers): Understand
13403         long-form month names.
13404
13405 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * gnus-sum.el (gnus-summary-show-all-headers):
13408         gnus-article-show-all-headers is broken. Use
13409         gnus-summary-toggle-header instead.
13410
13411         * mml2015.el (mml2015-gpg-extract-from): No error.
13412
13413 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13415
13416         * mml2015.el (mml2015-gpg-extract-from): New function.
13417         (mml2015-gpg-verify): Use it.
13418         (mml2015-gpg-clear-verify): Use it.
13419
13420 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13421
13422         * message.el (message-setup-fill-variables): Use
13423         fill-paragraph-function.
13424         (message-fill-paragraph): Take an argument.
13425         (message-newline-and-reformat): Take another argument.
13426
13427 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13430
13431 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * message.el (message-forward): local-variable-p takes an extra
13434         argument in XEmacs.
13435
13436 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13437
13438         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13439         `nnimap-use-nov-p' (it really tested the negative).
13440         (nnimap-retrieve-headers): Use it.
13441
13442 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13443
13444         * message.el (message-generate-headers-first): Update doc.
13445
13446 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13447         Trivial patch.
13448
13449         * gnus.el (gnus-summary-line-format): Typo.
13450
13451 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13452
13453         * mailcap.el (mailcap-mime-data): Add application/sieve.
13454         (mailcap-mime-extensions): Add .siv, .xls.
13455
13456 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457         From Christoph Conrad <christoph.conrad@gmx.de>
13458
13459         * gnus-score.el (gnus-summary-lower-thread): Typo.
13460
13461 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * message.el (message-forward-decoded-p): New variable.
13464         (message-forward-subject-author-subject): Use it.
13465         (message-make-forward-subject): Use it.
13466         (message-forward): Use it.
13467
13468         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13469
13470         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13471         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13472
13473 ;;Has been fixed -- zsh.
13474 ;;2001-03-05  Dave Love  <fx@gnu.org>
13475 ;;
13476 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13477 ;;      Move it after definition of mm-coding-system-p.
13478 ;;
13479 2001-03-01  Dave Love  <fx@gnu.org>
13480
13481         * mm-util.el (mm-inhibit-file-name-handlers): Add
13482         image-file-handler.
13483
13484 2001-02-11  Dave Love  <fx@gnu.org>
13485
13486         * message.el (message-signature-file): Fix doc, :type.
13487
13488 2001-02-08  Dave Love  <fx@gnu.org>
13489
13490         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13491         (message-posting-charset): Defvar when compiling again.
13492         (rfc2047-encodable-p): Require message.
13493
13494         * gnus-sum.el (gnus-alter-articles-to-read-function):
13495         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13496
13497 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * nnrss.el: New file.
13500
13501 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13502         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13503
13504         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13505         `skip-chars-forward'.
13506
13507 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13508
13509         * nndraft.el (nndraft-request-group): Restore auto save files if
13510         the original files do not exist.
13511
13512 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13515         SCORE paths.
13516
13517         * mm-decode.el (mm-dissect-buffer): Call
13518         mail-extract-address-components only if necessary.
13519
13520 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13523         directory part.
13524         (gnus-score-search-global-directories): Use file-directory-p.
13525
13526         * gnus-score.el (gnus-score-score-files-1): Use
13527         gnus-kill-files-directory.
13528         From Adrian Aichner <adrian@xemacs.org>.
13529
13530 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13531
13532         * gnus.el (charset): Move here from gnus-sum.el.
13533
13534 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13535
13536         * mml.el (mml-preview): Disable local map.
13537
13538         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13539         gnus-article-post-menu here.
13540
13541         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13542         if it has not been made.
13543
13544 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13545
13546         * gnus-art.el (gnus-article-describe-key): Map key to event.
13547         (gnus-article-describe-key-briefly): Ditto
13548
13549 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13550
13551         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13552
13553 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554         From Katsumi Yamaoka <yamaoka@jpl.org>.
13555
13556         * dgnushack.el (coerce, merge, subseq): defmacro.
13557
13558 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13559
13560         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13561         A fake defalias in nndraft.el results a not-activated bug in
13562         uncompiled versions.
13563
13564 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13565         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13566
13567         * gnus-util.el (gnus-split-references): Handle malformed References:.
13568
13569 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13572
13573 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13574         From NAGY Andras <nagya@inf.elte.hu>.
13575
13576         * gnus.el (gnus-parameters): Typo.
13577
13578 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13579
13580         * gnus.el (gnus-read-method): Remove redundancy.
13581
13582 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13583
13584         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13585         (nnslashdot-request-list): Use it.
13586
13587 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * nnml.el (nnml-generate-active-info): Fix the case when there is
13590         no file.
13591
13592         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13593         (gnus-summary-create-article): New function.
13594
13595         * gnus-group.el (gnus-group-mark-article-read): New function.
13596
13597         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13598
13599         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13600
13601 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * gnus-art.el (gnus-article-edit-done): Don't use
13604         gnus-article-edit-exit.
13605         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13606
13607         * gnus.el (gnus-parameters): New variable.
13608         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13609         (gnus-parameters-get-parameter): New function.
13610         (gnus-group-find-parameter): Use it.
13611
13612 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13613
13614         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13615         change of default value to `current'.
13616
13617 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13618
13619         * nneething.el (nneething-get-head): Insert unreadable file too.
13620
13621 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13622
13623         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13624
13625         * webmail.el (webmail-type-definition): Deja is bought by google.
13626
13627 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13628
13629         * gnus-sum.el (gnus-fetch-headers): New function.
13630         (gnus-select-newsgroup): Use it.
13631         (gnus-summary-insert-articles): New function.
13632         (gnus-summary-insert-old-articles): New function.
13633         (gnus-summary-insert-new-articles): New function.
13634
13635         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13636         (gnus-group-list-active): Ditto.
13637         * gnus-sum.el (gnus-set-mode-line): Ditto.
13638         (gnus-summary-read-group-1): Ditto.
13639
13640 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13641
13642         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13643         current topic.
13644
13645 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * smiley.el (gnus-smiley-display): Don't do widening.
13648
13649         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13650         within body.
13651
13652         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13653
13654         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13655         New variable.
13656         (gnus-mime-display-multipart-related-as-mixed): New variable.
13657         (gnus-mime-display-part): Use them.
13658
13659 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13660
13661         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13662         something special.
13663
13664 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13665
13666         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13667         (nnweb-request-article): Call reference if exists.
13668         (nnweb-type-definition): Dejanews is bought by google.com.
13669         Beta!
13670
13671 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13674
13675 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13676
13677         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13678         gnus-article-sort-functions.
13679         (gnus-article-sort-functions): Doc fix.  Refer to
13680         gnus-thread-sort-functions.
13681
13682 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13683         From Paul Jarc <prj@po.cwru.edu>.
13684
13685         * message.el (message-get-reply-headers): More fixes.
13686
13687 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13688         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13689
13690         * message.el (message-get-reply-headers): Fix bug with
13691         Mail-Followup-To/to-address interaction.
13692
13693 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13696         gnus-article-copy.
13697
13698 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13699
13700         * message.el (message-do-send-housekeeping): Rename to a better
13701         name.
13702
13703 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13704
13705         * message.el (message-cancel-news): Check article first, then ask
13706         yes or no.
13707
13708 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13711
13712 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13713
13714         * gnus-range.el (gnus-range-normalize): New function.
13715
13716 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13717
13718         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13719
13720 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13723
13724         * nnagent.el (nnagent-request-regenerate): New function.
13725
13726         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13727
13728         * nnml.el (nnml-generate-nov-databases): Accept argument
13729         server. Don't open server if it is opened.
13730         (nnml-request-regenerate): Use it. Change to deffoo.
13731
13732 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13733         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13734
13735         * gnus.el (gnus-define-group-parameter): Fix.
13736
13737 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13738
13739         * gnus.el (gnus-define-group-parameter): Improved.
13740
13741         * gnus-sum.el (charset): Define parameter.
13742         (ignored-charsets): Ditto.
13743         (gnus-summary-setup-default-charset): Use them.
13744
13745         * gnus-start.el (gnus-read-descriptions-file): Use them.
13746
13747         * gnus-cus.el (gnus-group-parameters): Remove them.
13748
13749 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13750
13751         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13752
13753 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13754
13755         * gnus-sum.el (gnus-summary-read-group-1): Remove
13756         gnus-summary-set-local-parameters.
13757         (gnus-summary-setup-buffer): Put it here.
13758
13759 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * gnus.el (to-address): Define parameter.
13762         (to-list): Ditto.
13763         * gnus-art.el (article-hide-boring-headers): Use them.
13764         * gnus-msg.el (gnus-post-news): Ditto.
13765         * gnus-cus.el (gnus-group-parameters): Remove them.
13766
13767 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13768
13769         * gnus-draft.el (gnus-draft-reminder): New function.
13770
13771         * gnus-art.el (gnus-sender-save-name): New function.
13772
13773 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * mm-util.el (mm-mime-charset): Error message.
13776
13777 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13778
13779         * message.el (message-check-news-body-syntax): Don't check mml lines.
13780
13781 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13782
13783         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13784         subscribe.
13785
13786         * gnus-start.el (gnus-call-subscribe-functions): New function.
13787         (gnus-find-new-newsgroups): Use it.
13788         (gnus-ask-server-for-new-groups): Use it.
13789         (gnus-check-first-time-used): Use it.
13790         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13791         (gnus-subscribe-options-newsgroup-method): Ditto.
13792         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13793         return .
13794
13795 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13796
13797         * gnus-cus.el (gnus-score-customize): Doc fix.
13798
13799 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13800
13801         * dgnushack.el (my-getenv): Typo.
13802
13803 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13804
13805         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13806
13807 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13808
13809         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13810
13811         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13812         (gnus-treatment-function-alist): Use it.
13813         (article-remove-leading-whitespace): New function.
13814         (gnus-article-make-menu-bar): Use it.
13815
13816         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13817         remove-leading-whitespace.
13818         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13819         because of conflict.
13820
13821 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * Makefile.in: Hack generating gnus-load.el.
13824         * dgnushack.el: Ditto.
13825         * gnus-load.el: Remove it.
13826
13827 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13828
13829         * dgnushack.el : Add URLDIR.
13830
13831         * Makefile.in (EMACS_COMP): Ditto.
13832
13833 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13834
13835         * gnus-cus.el (gnus-score-customize): Error on no score file.
13836
13837 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * mm-decode.el (mm-merge-handles): New function.
13840
13841         * mm-view.el (mm-inline-message): Use it.
13842         (mm-view-message): Ditto.
13843
13844         * mm-partial.el (mm-inline-partial): Ditto.
13845
13846         * mm-extern.el (mm-inline-external-body): Ditto.
13847
13848         * gnus-art.el (gnus-mime-view-part): Ditto.
13849         (gnus-mime-view-part-as-type): Ditto.
13850         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13851         cases.
13852
13853 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13854
13855         * message.el (message-cancel-news): Allow to shoot foot.
13856         (message-supersede): Ditto.
13857
13858 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13859         Trivial patch.
13860
13861         * gnus-sum.el (gnus-simplify-subject-re): Use
13862         message-subject-re-regexp.
13863
13864 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13865
13866         * nnmail.el (nnmail-expiry-target-group): Bind
13867         nnmail-cache-accepted-message-ids to nil.
13868
13869         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13870         coding system.
13871
13872 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13873
13874         * qp.el (quoted-printable-encode-region): Make sure characters are
13875         between 00 and FF.  Don't check charset.
13876
13877         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13878         in Emacs 20.
13879         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13880
13881 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13882
13883         * message.el (message-make-forward-subject): Argument decoded.
13884         (message-forward): Use it when digest.
13885
13886         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13887         buffer.
13888
13889 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13890
13891         * message.el (message-generate-headers-first): Doc fix.
13892
13893 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * gnus-art.el (article-make-date-line): Error proof.
13896
13897 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * gnus-group.el (gnus-group-listing-limit): New variable.
13900         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13901
13902         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13903
13904 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * message.el (message-newline-and-reformat): Special case for
13907         breaking at BOL.
13908
13909 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13910
13911         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13912         message/rfc822.
13913
13914 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * message.el (message-encode-message-body): Don't insert
13917         Content-Type if it is inside a mail.
13918
13919 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13920
13921         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13922         gnus-article-commands-menu.
13923
13924         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13925         in Emacs.
13926
13927         * gnus-start.el (gnus-read-descriptions-file): Use
13928         gnus-group-name-charset and gnus-group-charset-alist.
13929
13930 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13933         active region.
13934
13935         * gnus-start.el (gnus-group-change-level): Remove from both
13936         gnus-zombie-list and gnus-killed-list.
13937
13938 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13941         gnus-subscribe-topics.
13942
13943         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13944
13945 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13946
13947         * gnus-art.el (gnus-article-make-menu-bar): Make
13948         gnus-article-post-menu.
13949
13950         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13951
13952         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13953
13954         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13955
13956         * message.el (message-mode-menu): Ditto.
13957
13958         * gnus-art.el (defvar): eval-when-compile.
13959
13960 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13961
13962         * gnus-agent.el (gnus-agentize): Fix doc.
13963
13964 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13965
13966         * mml.el (mml-preview): Bind `q'.
13967
13968 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13971
13972 2001-01-31  Dave Love  <fx@gnu.org>
13973
13974         * mm-util.el (mm-mime-mule-charset-alist)
13975         (mm-find-mime-charset-region): Consider mule-utf-8.
13976
13977 2001-01-31  Dave Love  <fx@gnu.org>
13978
13979         * gnus-art.el (gnus-article-x-face-command)
13980         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13981         :version.
13982
13983 2001-01-26  Dave Love  <fx@gnu.org>
13984
13985         * mm-util.el (mm-multibyte-string-p): New.
13986
13987 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13988 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13989 ;;      string-as-multibyte on class.  Clarify line-folding.
13990         (quoted-printable-encode-string): Make temp buffer inherit
13991         string's multibyteness.
13992
13993 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13994
13995         * nnheader.el (toplevel): Don't require `gnus-util' at
13996         compile-time; this creates a circular dependency, and prevents
13997         a bootstrap.
13998
13999 2001-01-22  Andreas Schwab  <schwab@suse.de>
14000
14001         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14002
14003 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004
14005         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14006
14007         * gnus-art.el (article-hide-list-identifiers): Ditto.
14008
14009         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14010
14011 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14012
14013         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14014
14015         * gnus-art.el (article-hide-list-identifiers): Similar.
14016
14017 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14018
14019         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14020
14021 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14024
14025 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14026
14027         * gnus-util.el (gnus-string-equal): New function.
14028
14029         * gnus-art.el (article-hide-boring-headers): Use it.
14030
14031 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14032
14033         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14034
14035 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14038
14039 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14040
14041         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14042         command if there is not last-saver.
14043
14044 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * nntp.el (nntp-open-connection): 201 is possible.
14047
14048 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14049
14050         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14051         (rfc2047-charset-encoding-alist): Add big5.
14052
14053 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14054
14055         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14056         (gnus-agent-remove-server): Ditto.
14057         (autoload): gnus-server-update-server.
14058
14059         * gnus-srvr.el (gnus-server-line-format): Add %a.
14060         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14061         (gnus-server-insert-server-line): Use it.
14062
14063 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14064
14065         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14066         GB2312 and Big5.
14067
14068 2001-01-24  Simon Josefsson  <sj@extundo.com>
14069
14070         * mail-source.el (mail-sources): Add :program specifier to IMAP
14071         mail source.
14072         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14073
14074 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14077
14078 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14079
14080         * nntp.el (nntp-wait-for): Return the success code.
14081         (nntp-open-connection): Use it.
14082
14083 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14084
14085         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14086
14087 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14088
14089         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14090
14091 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14092
14093         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14094         argument. Allow to print several articles in one file.
14095
14096 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * webmail.el (webmail-type-definition): netaddress changes.
14099
14100 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14101
14102         * gnus.el: Fix copyright. Remove trailing spaces.
14103
14104         * message.el (message-forward): Use mule4.
14105
14106 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14107
14108         * mm-util.el (mm-string-as-unibyte): New function.
14109
14110         * message.el (message-forward): Use it.
14111
14112 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * message.el (message-cite-original-without-signature): Don't peel
14115         off the blank line.
14116         (message-get-reply-headers): Add Cc if it is not in follow-to.
14117
14118 2001-01-20  Simon Josefsson  <sj@extundo.com>
14119
14120         * mm-decode.el (mm-handle-multipart-from): Add.
14121         (mm-dissect-buffer): Save From: header value.
14122         (mm-security-from): Remove.
14123         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14124
14125         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14126         instead of `mml-security-from'.  Protect null from value.
14127
14128 2001-01-20  Simon Josefsson  <sj@extundo.com>
14129
14130         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14131         application/vnd.ms-excel attachments.
14132
14133 2001-01-19  Simon Josefsson  <sj@extundo.com>
14134
14135         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14136
14137 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14138
14139         * message.el (message-ignored-mail-headers): Ditto.
14140
14141 2001-01-19  Simon Josefsson  <sj@extundo.com>
14142
14143         * message.el (message-ignored-news-headers): Only search beginning
14144         of line.
14145
14146 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14147         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14148
14149         * message.el (message-send-mail): Content-Type may not be there.
14150
14151 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14152
14153         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14154         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14155
14156         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14157         not.
14158
14159 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14162         non-native groups.
14163
14164 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * message.el (message-yank-original): Understand
14167         universal-argument.
14168
14169 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14170
14171         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14172         (article-hide-boring-headers): Ditto.
14173
14174         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14175
14176 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177
14178         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14179         one.
14180
14181 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14182
14183         * message.el (message-make-in-reply-to): Add comment to message-id
14184         (old syntax, see 2000-08-02 change).
14185
14186 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14189         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14190         (gnus-button-reply): Ditto.
14191
14192 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-art.el (article-display-x-face): Fix.
14195
14196 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14197
14198         * gnus-art.el (article-display-x-face): Use
14199         gnus-original-article-buffer.
14200
14201 2001-01-15  Jack Twilley  <jmt@tbe.net>
14202
14203         * message.el (message-add-header): Move to point-max.
14204
14205 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14206
14207         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14208         nil, improve documentation.
14209         (smime-certificate-directory): Comment out false hints (until it
14210         is implemented).
14211
14212         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14213         there aren't any keys.
14214         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14215         verify certificate.  Default is changed to only check integrity.
14216         Improved security status texts.  If a certificate doesn't contain
14217         a email address, don't fail.
14218
14219         * smime.el (smime-noverify-region):
14220         (smime-noverify-buffer): New functions.  Verifies integrity only.
14221
14222 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14225
14226 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14229         (gnus-remove-some-windows): Ditto.
14230
14231 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14232
14233         * gnus-art.el (article-make-date-line): 11th.
14234
14235 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14236
14237         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14238         (mml2015-gpg-sign): Ditto.
14239
14240 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14241
14242         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14243         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14244
14245 2001-01-08  Dave Love  <fx@gnu.org>
14246
14247         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14248         single character.
14249
14250         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14251
14252         * message.el: Doc and message fixes.
14253         (message-send-rename-function)
14254         (message-make-forward-subject-function)
14255         (message-send-mail-function, message-reply-to-function)
14256         (message-wide-reply-to-function, message-followup-to-function)
14257         (message-distribution-function, message-auto-save-directory): Fix
14258         :type.
14259
14260         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14261         proceeding after warnings.  Amend multipart warning message.
14262
14263 2001-01-04  Dave Love  <fx@gnu.org>
14264
14265         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14266         compiling.
14267         (gnus-make-directory): Require nnmail.
14268
14269         * mm-decode.el (mm-inline-media-tests): Add
14270         image/x-portable-bitmap.
14271         (mm-get-image): Grok pbm.
14272
14273 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14274
14275         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14276
14277 2001-01-09  Didier Verna  <didier@xemacs.org>
14278
14279         * dgnushack.el (dgnushack-compile): give a dummy value to
14280         `gnus-xmas-glyph-directory' for the time of compilation.
14281         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14282         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14283         * gnus-art.el: ditto.
14284         * gnus-group.el: ditto.
14285         * gnus-salt.el: ditto.
14286         * gnus-sum.el: ditto.
14287         * gnus-topic.el: ditto.
14288         * gnus-xmas.el (gnus-xmas-define): see above.
14289         * gnus-xmas.el (gnus-xmas-redefine): see above.
14290         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14291         non-continuable error when the directory can't be found.
14292
14293 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294
14295         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14296         handle.
14297         * gnus-art.el (gnus-mime-view-part): Copy it.
14298         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14299
14300 2001-01-09  Michael Downes  <mjd@ams.org>
14301
14302         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14303
14304 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14305
14306         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14307         orig-file. Use ',source.
14308
14309 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14310
14311         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14312         (gnus-xmas-group-startup-message):
14313         Detect gnus-xmas-glyph-directory when it is nil.
14314
14315 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14316
14317         * pop3.el (pop3-get-message-count): Andrew Innes
14318         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14319
14320 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14323
14324         * time-date.el (time-to-number-of-days): New function.
14325
14326 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14327         Trivial patch.
14328
14329         * nnslashdot.el (nnslashdot-request-list): Always get the right
14330         sid.
14331
14332 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * message.el (message-minibuffer-local-map): New keymap.
14335         (message-read-from-minibuffer): Use it.
14336         * gnus-msg.el (gnus-summary-resend-message): Use it
14337
14338 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * gnus-start.el (gnus-display-time-event-handler): New function.
14341         (gnus-after-getting-new-news-hook): Use it.
14342
14343 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14344
14345         * message.el (message-ignored-mail-headers): Add draft header.
14346
14347 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14348
14349         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14350         excursion.
14351
14352         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14353
14354 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14355         A revoked patch.
14356
14357         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14358
14359 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14360
14361         * qp.el (quoted-printable-decode-region): Don't backward-char.
14362
14363 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14364
14365         * gnus-draft.el: Mark articles as replied.
14366
14367         * gnus-sum.el (gnus-summary-add-mark): New function.
14368
14369         * gnus-group.el (gnus-add-mark): New function.
14370
14371         * gnus-sum.el (gnus-summary-buffer-name): New function.
14372         (gnus-summary-setup-buffer): Use it.
14373
14374         * gnus-draft.el: Set things up with the right post method and
14375         stuff.
14376
14377         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14378
14379         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14380
14381         * gnus.el (gnus-draft-meta-information-header): New variable.
14382
14383 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14384
14385         * gnus-art.el (gnus-treatment-function-alist): Move the date
14386         functions before the header sorting functions.
14387
14388         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14389
14390         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14391         Don't (push "/usr/share/emacs/site-lisp" load-path).
14392
14393         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14394         to empty fill prefixes.
14395
14396 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14397
14398         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14399         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14400
14401 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14404
14405         * nnml.el (autoload): Move to nnheader.el.
14406
14407         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14408         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14409         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14410         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14411
14412 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * gnus-art.el (article-make-date-line): Get the hours right.
14415         (gnus-ignored-headers): More hiding.
14416
14417         * nnmail.el (nnmail-expiry-wait): Not an integer.
14418
14419         * message.el (message-goto-body): Only expand abbrev when called
14420         interactively.
14421         (message-make-lines): Use it.
14422
14423 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14426
14427 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14428
14429         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14430         include the expunged articles.
14431
14432         * gnus-group.el (gnus-group-sort-by-server): New function.
14433
14434         * gnus.el (gnus-method-to-server-name): New function.
14435         (gnus-group-prefixed-name): Use it.
14436
14437         * gnus-group.el (gnus-group-sort-function): Doc fix.
14438         (gnus-group-sort-groups-by-server): New command.
14439
14440 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * gnus-art.el (gnus-treat-date-english): New variable.
14443         (article-date-english): New command.
14444         (gnus-english-month-names): New variable.
14445         (article-make-date-line): Do 'english.
14446
14447         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14448         after the fill prefix.
14449
14450         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14451         score...".
14452
14453         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14454
14455         * message.el (message-mode-map): Bind comment-region.
14456
14457         * gnus-art.el (gnus-mime-display-part): Let w3 display
14458         multipart/related.
14459
14460         * mm-bodies.el (mm-long-lines-p): New function.
14461         (mm-body-encoding): Use it.
14462         (mm-body-encoding): Encode articles with lines longer than 1000
14463         characters.
14464
14465 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14466
14467         * mm-util.el (mm-enable-multibyte): Use
14468         default-enable-multibyte-characters.
14469         (mm-enable-multibyte-mule4): Ditto.
14470         (mm-disable-multibyte): Test XEmacs.
14471         (mm-disable-multibyte-mule4): Ditto.
14472         (mm-with-unibyte-current-buffer): Simplified.
14473         (mm-with-unibyte-current-buffer-mule4): Ditto.
14474
14475 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14476
14477         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14478
14479         * nnheader.el (nnheader-string-as-multibyte): New alias.
14480
14481         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14482
14483         * gnus-uu.el (gnus-message-process-mark): New function.
14484         (gnus-uu-mark-by-regexp): Use it.
14485         (gnus-new-processable): New function.
14486
14487 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14488          Trivial patch.
14489
14490         * gnus-sum.el (gnus-no-mark): New variable.
14491
14492 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14493
14494         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14495         backslashes.
14496
14497 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14500         definition.
14501
14502 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14503
14504         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14505
14506         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14507         XEmacs.
14508
14509 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14510         Trivial patch.
14511
14512         * mml.el (mml-read-tag): Save tag location.
14513
14514 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14515
14516         * starttls.el: Sync with Emacs 21.
14517
14518 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14519
14520         * message.el (message-mail): Support yank-action.
14521
14522         * message.el (message-setup): Revoke the last change.
14523
14524 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14525
14526         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14527         <jvromans@squirrel.nl>.
14528
14529 2000-12-24  Simon Josefsson  <sj@extundo.com>
14530
14531         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14532         mailing list junk at end of part.
14533
14534 2000-12-23  Simon Josefsson  <sj@extundo.com>
14535
14536         * nnimap.el (nnimap-expiry-target): New function.
14537         (nnimap-request-expire-articles): Use it.
14538
14539 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * gnus.el (gnus-group-parameters-more): New variable.
14542         * gnus-cus.el (gnus-group-customize): Use it.
14543
14544         * gnus.el (gnus-define-group-parameter): New macro.
14545         (auto-expire): Use it
14546         (total-expire): Use it.
14547         * gnus-art.el (banner): Use it.
14548
14549         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14550         <ljz@asfast.com>.
14551
14552 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14553
14554         * gnus-topic.el (gnus-topic-create-topic): Use list.
14555
14556         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14557         before binding gnus-default-article-saver.
14558
14559         * gnus-sum.el (gnus-summary-save-article):
14560         (gnus-summary-pipe-output):
14561         (gnus-summary-save-article-mail):
14562         (gnus-summary-save-article-rmail):
14563         (gnus-summary-save-article-file):
14564         (gnus-summary-write-article-file):
14565         (gnus-summary-save-article-body-file): Ditto.
14566
14567         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14568
14569 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14570
14571         * gnus-art.el (gnus-mime-security-button-map):
14572         (gnus-mime-button-map): Add parent.
14573
14574 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * messagexmas.el (message-xmas-redefine): New function.
14577
14578         * message.el: Use it.
14579
14580         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14581
14582         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14583
14584 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14585
14586         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14587         malformatted messages.
14588
14589 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14590
14591         * mm-util.el (mm-image-load-path): New function.
14592
14593         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14594
14595         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14596
14597         * message.el (message-tool-bar-map): Use it.
14598
14599         * Makefile.in (install-el): New rule.
14600
14601 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (article-treat-dumbquotes): Quote \.
14604
14605 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14606
14607         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14608         Emacs 20 runs on a terminal.
14609
14610 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14613
14614         * mml.el (gnus-add-minor-mode): Autoload.
14615
14616         * message.el (message-forward): Save-restriction.
14617
14618 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14619
14620         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14621         Paul Stevenson <p.stevenson@surrey.ac.uk>
14622
14623 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14624
14625         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14626
14627         * mml.el (gnus-ems): Don't require.
14628
14629         * gnus.el (gnus-decode-rfc1522): Removed.
14630         (gnus-set-text-properties): Define.
14631
14632 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * gnus-art.el (gnus-mime-*): handle may be nil.
14635
14636         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14637
14638         * gnus.el (gnus-group-remove-excess-properties): Not defined
14639         in gnus-xmas.
14640
14641 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14642
14643         * message.el (message-mail-user-agent): Add :version.
14644
14645 2000-12-21  Miles Bader  <miles@gnu.org>
14646
14647         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14648
14649 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14650
14651         * message.el (message-mail-user-agent): New variable.
14652         (message-setup): Renamed to message-setup-1. Support
14653         mail-user-agent.
14654         (message-mail-user-agent): New function.
14655         (message-mail): Use it.
14656         (message-reply): Use it.
14657         (message-resend): Use it.
14658         (message-mail-other-window): Use it.
14659         (message-mail-other-frame): Use it.
14660
14661         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14662
14663 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14664
14665         * message.el (message-tool-bar-map): Simplify.
14666         (message-narrow-to-head-1): New function.
14667         (message-narrow-to-head): Use it.
14668         (message-reply): Ditto.
14669         (message-cancel-news): Ditto.
14670         (message-supersede): Ditto.
14671         (message-make-forward-subject): Ditto.
14672         (message-bounce): Ditto.
14673
14674 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14675
14676         * uudecode.el (uudecode-decode-region-external): make-temp-file
14677         may not be defined.
14678
14679         * binhex.el (defalias): eval-and-compile.
14680
14681         * message.el (message-tool-bar-map): New function.
14682         (message-mode): Use it.
14683
14684 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14685
14686         * nntp.el (nntp-find-connection): Remove the entry.
14687         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14688
14689 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14692
14693         * message.el (message-forward): Copy buffer in unibyte mode.
14694
14695 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14696
14697         * message.el (message-make-forward-subject): Don't widen. Decode.
14698         (message-forward): Don't decode subject.
14699
14700 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14701
14702         * qp.el (quoted-printable-encode-region): Upcase QP.
14703
14704 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14705
14706         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14707         mail-extract-a-c instead. Don't depend on Gnus.
14708
14709         * mml.el (gnus-ems): Require it.
14710
14711         * gnus-msg.el (gnus-summary-mail-forward):
14712
14713         * message.el (message-forward):  Move mime-to-mml here.
14714
14715 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14716
14717         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14718         * gnus-art.el (gnus-insert-mime-button): Simplify.
14719         (gnus-mime-display-alternative): Ditto.
14720         (gnus-insert-mime-security-button): Ditto.
14721
14722 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14723
14724         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14725         text-property-not-all doesn't return nil when start=mark(end).
14726         (gnus-remove-text-properties-when): Ditto.
14727
14728 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14729
14730         * gnus-start.el (gnus-group-change-level): Remove group from
14731         gnus-active-hashtb if real killed.
14732
14733 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14736         (gnus-mime-display-alternative): Ditto.
14737         (gnus-insert-mime-security-button): Ditto.
14738
14739 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14740
14741         * gnus-start.el (gnus-group-change-level): Don't add it into
14742         killed-list if it was killed.
14743
14744 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14745
14746         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14747         (nnmbox-active-file-coding-system): Ditto.
14748
14749         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14750
14751 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14752
14753         * gnus.el (gnus-version):
14754         (gnus-version-number): Set to Oort Gnus 0.01.
14755
14756         * gnus-art.el (gnus-mime-security-button-map):
14757         (gnus-insert-mime-security-button): Fix for Emacs21.
14758
14759 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14760
14761         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14762         easymenu, because XEmacs doesn't understand :help.
14763
14764         * mm-uu.el: Require binhex.
14765
14766 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14767
14768         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14769
14770 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14771
14772         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14773
14774 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14775
14776         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14777
14778 2000-12-18  Dave Love  <fx@gnu.org>
14779
14780         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14781         (unused).
14782
14783 2000-12-13  Miles Bader  <miles@gnu.org>
14784
14785         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14786         to t, so that we don't get stuck while trying to smilefy
14787         intangible text.
14788
14789 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14790
14791         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14792         at the end of the buffer.
14793         (smiley-region): In the loop, move to the end of the submatch
14794         matching the smiley instead of using the end of the match
14795         of the whole regexp.
14796
14797 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14798
14799         * message.el (message-mode): Doc fix.
14800
14801 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14802
14803         * smiley-ems.el (smiley-region): Doc fix.
14804
14805 2000-12-11  Miles Bader  <miles@gnu.org>
14806
14807         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14808         bottom line visible, check to see if it's partially obscured, and
14809         if so, either scroll one more line to make it fully visible, or
14810         revert to showing the second line from the top.
14811
14812 2000-12-07  Dave Love  <fx@gnu.org>
14813
14814         * mailcap.el (mailcap-download-directory)
14815         * gnus-audio.el (gnus-audio-directory)
14816         * smiley-ems.el (smiley-data-directory): Fix :type.
14817
14818 2000-11-30  Dave Love  <fx@gnu.org>
14819
14820         * message.el (message-auto-save-directory): Use
14821         file-name-as-directory.
14822         (message-set-auto-save-file-name): Create
14823         message-auto-save-directory if necessary.
14824         (message-replace-chars-in-string): Removed -- unused.
14825         (message-mail-alias-type): Customize.
14826         (message-headers): Remove duplicate defgroup.
14827
14828 2000-11-29  Dave Love  <fx@gnu.org>
14829
14830         * qp.el (quoted-printable-decode-region): Use error, not message
14831         to report malformed text (like base64).  Amend message.
14832
14833 2000-11-29  Miles Bader  <miles@gnu.org>
14834
14835         * message.el (message-header-lines): Fontify tag.
14836
14837 2000-11-27  Dave Love  <fx@gnu.org>
14838
14839         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14840         compiler warning.
14841
14842 ;2000-11-26  Dave Love  <fx@gnu.org>
14843 ;
14844 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14845 ;
14846 2000-11-23  Dave Love  <fx@gnu.org>
14847
14848         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14849
14850         * mm-uu.el (uudecode): Require.
14851         (uudecode-decode-region, uudecode-decode-region-external): Don't
14852         autoload.
14853         (mm-uu-copy-to-buffer): Doc fix.
14854         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14855         type fix.
14856
14857         * mailcap.el: Doc fixes.
14858         (mailcap-mime-data): Various adjustments.
14859         (mailcap): New group.
14860         (mailcap-download-directory): Customize.
14861         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14862         (mailcap-temporary-directory): Deleted (unused).
14863         (mailcap-unescape-mime-test): Simplify slightly.
14864         (mailcap-viewer-passes-test): Use functionp.
14865         (mailcap-command-p): Aliased to executable-find.
14866
14867         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14868         default-enable-multibyte-characters is nil.
14869
14870 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14871
14872         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14873
14874 2000-11-21  Dave Love  <fx@gnu.org>
14875
14876         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14877         gnus-article-mode-map.
14878 ;       (gnus-mime-button-menu): Use mouse-set-point.
14879         (gnus-insert-mime-button, gnus-mime-display-alternative)
14880         (gnus-mime-display-alternative): Don't use local-map property.
14881
14882 2000-11-17  Dave Love  <fx@gnu.org>
14883
14884         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14885         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14886         and make-temp-file.
14887         (uudecode-decode-region): Doc fix.
14888
14889 2000-11-14  Dave Love  <fx@gnu.org>
14890
14891         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14892         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14893         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14894         New files, derived from the XPMs.
14895
14896 2000-11-10  Dave Love  <fx@gnu.org>
14897
14898         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14899         (gnus-agent-lib-file, gnus-agent-load-alist)
14900         (gnus-agent-save-alist, gnus-agent-article-name): Use
14901         expand-file-name.
14902
14903         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14904         :version.
14905         (nnkiboze-score-file): Defvar when compiling.
14906
14907         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14908
14909         * gnus-art.el (gnus-article-banner-alist)
14910         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14911         (gnus-article-date-lapsed-new-header)
14912         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14913         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14914         (gnus-treat-strip-headers-in-body)
14915         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14916         (gnus-treat-translate): Add :version.
14917         (gnus-article-mime-part-function): Fix defcustom.
14918
14919         * nnmail.el (nnmail-expiry-target)
14920         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14921         (nnmail-split-header-length-limit): Add :version.
14922
14923         * gnus-sum.el (gnus-auto-expirable-marks)
14924         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14925         (gnus-extra-headers, gnus-ignored-from-addresses)
14926         (gnus-newsgroup-ignored-charsets)
14927         (gnus-group-highlight-words-alist)
14928         (gnus-summary-show-article-charset-alist): Add :version.
14929
14930         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14931         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14932         files, converted from the XPMs.
14933
14934         * gnus-cache.el (gnus-cache-active-file): Don't use
14935         file-name-as-directory on directory.
14936         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14937         use file-name-as-directory on directory.
14938
14939         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14940         (date-to-time): Use it.
14941
14942 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14943 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14944 ;       (message-newline-and-reformat): Likewise.
14945         (message-forward-as-mime, message-forward-ignored-headers)
14946         (message-buffer-naming-style, message-default-charset)
14947         (message-dont-reply-to-names, message-send-mail-partially-limit):
14948         Add :version.
14949
14950         * mm-util.el: Doc fixes.
14951         (mm-mime-charset): Don't use the raw result of
14952         mm-preferred-coding-system.
14953         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14954         (mm-with-unibyte): Simplify.
14955
14956         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14957         concat.
14958
14959         * pop3.el (pop3-version): Deleted.
14960         (pop3-make-date): New function, avoiding message-make-date.
14961         (pop3-munge-message-separator): Use it.
14962
14963 2000-11-09  Dave Love  <fx@gnu.org>
14964
14965         * gnus-group.el (gnus-group-make-directory-group)
14966         (gnus-group-fetch-faq): Use expand-file-name.
14967         (gnus-group-fetch-faq): Simplify completing-read form.
14968
14969         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14970         test for Mule.
14971
14972         * message.el (tool-bar-map): Defvar when compiling.
14973
14974         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14975         (gnus-tm-lisp-directory): Deleted.
14976         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14977         (featurep 'xemacs).
14978         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14979         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14980         version numbers from file names.
14981
14982 2000-11-08  Dave Love  <fx@gnu.org>
14983
14984         * mm-view.el: Use featurep for XEmacs test.
14985         (mm-inline-message): Test for `remove-specifier'; don't use
14986         condition-case.
14987
14988         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14989
14990         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14991         (gnus-score-find-bnews): Don't concat "".
14992
14993         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14994         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14995         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14996         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14997
14998         * gnus-sum.el: Put some defvars in eval-when-compile.
14999         (gnus-summary-mode-hook): Add :options.
15000         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15001         (gnus-summary-tool-bar-map): New variable.
15002         (gnus-summary-make-tool-bar): New function.
15003         (gnus-summary-mode): Put kill-all-local-variables first.
15004
15005         * gnus-group.el (gnus-group-toolbar-map): New variable.
15006         (gnus-group-make-tool-bar): Rewritten.
15007         (gnus-group-mode): Put kill-all-local-variables first.
15008
15009         * rfc2047.el: Require gnus-util.
15010
15011         * nnml.el (gnus-sorted-intersection): Autoload.
15012
15013         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15014         Put some defvars in eval-when-compile.
15015         (gnus-intersection, gnus-sorted-complement):  Autoload.
15016
15017         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15018
15019         * mm-encode.el (mm-body-7-or-8): Autoload.
15020
15021         * mm-decode.el (mm-insert-inline): Autoload.
15022
15023         * mml.el:
15024         * message.el: Put some defvars in eval-when-compile.
15025
15026         * gnus-msg.el: Put some defvars in eval-when-compile.
15027         (gnus-msg-mail): Move after gnus-setup-message.
15028
15029         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15030
15031 2000-11-07  Dave Love  <fx@gnu.org>
15032
15033         * gnus-util.el (nnheader): Don't require message (recursive
15034         autoload).
15035
15036         * uudecode.el: Avoid compiler warnings.
15037
15038         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15039         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15040
15041 2000-11-06  Dave Love  <fx@gnu.org>
15042
15043         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15044
15045         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15046         (uudecode-char-int): New alias, replacing char-int.
15047         (uudecode-decode-region): Don't call buffer-disable-undo.
15048
15049 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15050 ;       (mm-uu-configure-list): Doc fix.
15051 ;
15052 ;       * earcon.el (running-xemacs): Don't define.
15053 ;
15054 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15055 ;
15056 ;       * message.el (message-font-lock-keywords): Match a final newline
15057 ;       to help font-lock's multiline support.
15058 ;
15059 2000-11-03  Dave Love  <fx@gnu.org>
15060
15061         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15062
15063         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15064         name.
15065
15066         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15067         <banner>: Fix custom type, doc.
15068
15069         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15070         name.  Don't disable undo explicitly.
15071
15072 ;2000-11-02  Dave Love  <fx@gnu.org>
15073 ;
15074 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15075 ;       cite-prefix.
15076
15077 2000-11-01  Dave Love  <fx@gnu.org>
15078
15079         * rfc2047.el (base64): Require unconditionally.
15080         (message-posting-charset): Defvar when compiling.
15081         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15082         message.
15083
15084         * gnus-sum.el (nnoo): Require.
15085         (mm-uu-dissect): Autoload.
15086
15087         * mml.el (mml-parse-1): Clarify message.
15088         (mml-minibuffer-read-type): Use mailcap-mime-types.
15089
15090 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15091
15092         * mml.el: Fix a typo in the requiring of CL.
15093
15094 2000-11-01  Dave Love  <fx@gnu.org>
15095
15096         * utf7.el: Require cl when compiling.
15097
15098         * binhex.el: Use (featurep 'xemacs).
15099         (binhex-char-int): New alias, replacing char-int.  Change callers.
15100         (binhex-decode-region): Simplify work buffer code.
15101         (binhex-decode-region-external): Use expand-file-name, not concat.
15102
15103 2000-10-30  Dave Love  <fx@gnu.org>
15104
15105         * gnus-art.el: Fix 2000-10-27 change properly.
15106
15107 2000-10-28  Miles Bader  <miles@gnu.org>
15108
15109         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15110
15111 2000-10-27  Dave Love  <fx@gnu.org>
15112
15113         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15114         strings.
15115         (gnus-group-make-tool-bar): New function.
15116         (gnus-group-mode): Use it.
15117
15118         * message.el (message-mode-menu): Add some :help strings.
15119         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15120         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15121
15122         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15123         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15124         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15125
15126         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15127         display-graphic-p here.
15128
15129 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15130
15131         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15132         of the `gnus-xemacs' variable, as the latter has been removed.
15133         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15134         * gnus-art.el (gnus-treat-display-xface)
15135         (gnus-treat-display-smileys, gnus-treat-display-picons)
15136         (gnus-article-read-summary-keys): Likewise.
15137
15138 2000-10-26  Dave Love  <fx@gnu.org>
15139
15140         (defvar): Use rmail-spool-directory unconditionally.
15141
15142 2000-10-18  Dave Love  <fx@gnu.org>
15143
15144         * mm-bodies.el (mm-uu-decode-function)
15145         (mm-uu-binhex-decode-function): Defvar when compiling.
15146
15147         * gnus-nocem.el (gnus-nocem-issuers): Update.
15148         (gnus-nocem-check-from): New option.
15149         (gnus-nocem-scan-groups): Use it.
15150         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15151         (gnus-nocem-check-article-limit): Add :version.
15152
15153 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15154
15155         * ietf-drums.el (mm-util): Require CL when compiling.
15156
15157 2000-10-15  Dave Love  <fx@gnu.org>
15158
15159         * qp.el: Require mm-util.
15160
15161 2000-10-13  Dave Love  <fx@gnu.org>
15162
15163         * qp.el (quoted-printable-decode-region): Avoid invalid
15164         coding-systems.
15165
15166 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15167
15168         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15169         to a recursive load.
15170
15171 2000-10-12  Dave Love  <fx@gnu.org>
15172
15173         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15174
15175         * gnus.el (gnus-group-startup-message): Check for PBM image.
15176
15177 2000-10-09  Dave Love  <fx@gnu.org>
15178
15179         * mail-source.el (mail-source-fetch-imap): Bind
15180         default-enable-multibyte-characters rather than using
15181         mm-disable-multibyte.
15182
15183 2000-10-05  Dave Love  <fx@gnu.org>
15184
15185         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15186         Autoload.
15187         (quoted-printable-decode-region):  Rename arg which confused
15188         charset with coding-system.  Don't use nonascii-insert-offset.
15189         Coding-system encode the region initially.  Don't recognize `=='
15190         as valid QP.  Coding-system decode the region finally.
15191         (quoted-printable-decode-string): Rename arg which confused
15192         charset with coding-system.
15193
15194         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15195         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15196         mm-encode-coding-region.
15197         (mm-decode-body, mm-decode-string): Rename variables which
15198         confused charset with coding-system.
15199         (binhex-decode-region): Don't autoload.
15200         (mm-body-encoding): Require message.
15201         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15202         cond branches.
15203
15204         * gnus-art.el (article-de-quoted-unreadable)
15205         (article-de-base64-unreadable): Fold search case
15206         rather than downcasing string.  Apply mm-charset-to-coding-system
15207         to arg of quoted-printable-decode-region.
15208
15209 2000-10-04  Dave Love  <fx@gnu.org>
15210
15211         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15212         Require ring when compiling.
15213         (gnus-article-compface-xbm): New variable.
15214
15215 2000-10-04  Dave Love  <fx@gnu.org>
15216
15217         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15218         pbm images.
15219
15220         * frown.pbm, smile.pbm, wry.pbm: New files.
15221
15222         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15223
15224 2000-10-03  Dave Love  <fx@gnu.org>
15225
15226         * mail-source.el (mail-sources): Revert to nil.
15227
15228         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15229
15230         * qp.el: Don't require mm-util.
15231         (quoted-printable-decode-region): Rewritten.
15232         (quoted-printable-decode-string, quoted-printable-encode-region):
15233         Doc fix.
15234         (quoted-printable-encode-region): Barf on multibyte characters.
15235         Maybe make the class multibyte.  Upcase chars, not formatted
15236         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15237         (quoted-printable-encode-string): Don't use
15238         mm-with-unibyte-buffer.
15239
15240 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15241
15242         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15243
15244 2000-09-21  Dave Love  <fx@gnu.org>
15245
15246         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15247         (for Emacs 20).  Tidy somewhat.
15248
15249 2000-09-21  Dave Love  <fx@gnu.org>
15250
15251         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15252         image processing.  Rationalize logic somewhat.
15253
15254 2000-09-20  Dave Love  <fx@gnu.org>
15255
15256         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15257         specifically.
15258
15259         * gnus.el (gnus-version-number): Avoid some redundant
15260         autoloads.
15261
15262 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15263
15264         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15265         to XBM; we always have PBM support.
15266
15267 2000-09-14  Dave Love  <fx@gnu.org>
15268
15269         * gnus.el (gnus-charset):
15270         * mm-decode.el (mime-display):
15271         * imap.el (imap) <defgroup>: Add :version.
15272
15273 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15274
15275         * parse-time.el: Fix author's mail address.
15276
15277         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15278         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15279         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15280         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15281         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15282         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15283         * rfc2231.el, uudecode.el: Fix copyright notice.
15284
15285         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15286         require `w3' at load-time only if not running in batch mode.
15287
15288 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus.el: Before merge with Emacs21.
15291
15292 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15293
15294         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15295
15296 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15297
15298         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15299         to avoid conflict with the standard `back-to-indentation'
15300         binding.
15301
15302 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15303
15304         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15305
15306         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15307         (mm-disable-multibyte-mule4): Ditto.
15308         (mm-with-unibyte-current-buffer-mule4): Ditto.
15309
15310 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15311
15312         * pop3.el (pop3-movemail): Use binary.
15313         (pop3-movemail-file-coding-system): Removed.
15314
15315 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15316
15317         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15318
15319 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15320
15321         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15322         exists.
15323
15324 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * gnus-msg.el (gnus-post-method): Use backend name when the
15327         address is "".
15328
15329 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15330
15331         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15332         mm-verify-option.
15333         (gnus-treat-x-pgp-sig): Default value.
15334         (gnus-ignored-headers): Redundant.
15335
15336 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15337
15338         * gnus-win.el (gnus-configure-frame): Save selected window.
15339
15340 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15341
15342         * nnmbox.el: Require gnus-range.
15343         (nnmbox-group-building-active-articles): New variable.
15344         (nnmbox-group-active-articles): New variable; this is a cache of
15345         all active articles by group and number.
15346         (nnmbox-in-header-p): New function.
15347         (nnmbox-find-article): New function.
15348         (nnmbox-record-active-article): New function.
15349         (nnmbox-record-deleted-article): New function.
15350         (nnmbox-is-article-active-p): New function.
15351         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15352         (nnmbox-request-article): Ditto.  Also supply extra arg to
15353         nnmbox-article-group-number.
15354         (nnmbox-request-expire-articles): Ditto.
15355         (nnmbox-request-move-article): Ditto.
15356         (nnmbox-request-replace-article): Ditto.
15357         (nnmbox-request-rename-group): Rename group entry in active
15358         article cache.
15359         (nnmbox-delete-mail): Update active article cache, unless article
15360         is being replaced.
15361         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15362         than partially duplicating it.
15363         (nnmbox-article-group-number): Add extra `this-line' arg, to
15364         handle articles belonging to multiple groups.
15365         (nnmbox-save-mail): Update active article cache.
15366         (nnmbox-read-mbox): Build active article cache when loading mbox.
15367         Also do some repair work, if we find articles that are missing the
15368         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15369         reconstruct these from Xref info.
15370
15371 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15372
15373         * mail-source.el (mail-source-report-new-mail): Use
15374         nnheader-run-at-time.
15375
15376 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15377
15378         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15379         an error is thrown, and then rethrow the error.
15380         (mail-source-check-pop): Ditto.
15381         (mail-source-start-idle-timer): Prevent multiple pop checks
15382         running if the check takes a long time.
15383
15384 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15387         succeed.
15388
15389 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15390
15391         * gnus-win.el (gnus-configure-windows): Make sure
15392         nntp-server-buffer is live.
15393         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15394
15395 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15396
15397         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15398
15399 2000-12-04  Andreas Jaeger  <aj@suse.de>
15400
15401         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15402
15403 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15404
15405         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15406
15407 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15408         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15409
15410         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15411
15412 2000-12-01  Simon Josefsson  <sj@extundo.com>
15413
15414         * mml-smime.el (mml-smime-verify): Fix address parsing.
15415
15416 2000-12-01  Simon Josefsson  <sj@extundo.com>
15417
15418         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15419         more than one certificate inside PKCS#7 blob.  Better security
15420         information (clamed / actual sender, openssl output, certificates
15421         inside message).
15422
15423         * smime.el (smime-verify-region): Output to /dev/null.
15424         (smime-buffer-as-string-region): Don't parse empty lines.
15425
15426 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15429         ?d and ?D.
15430         (gnus-mime-security-show-details-inline): New variable.
15431         (gnus-mime-security-show-details): Use them.
15432         (gnus-insert-mime-security-button): Ditto.
15433
15434         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15435         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15436         (mml2015-gpg-clear-verify): Ditto.
15437         (mml2015-gpg-decrypt-1): Ditto.
15438         (mml2015-use): Prefer 'gpg.
15439
15440 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15441
15442         * gnus-util.el (gnus-add-text-properties-when): New function.
15443         (gnus-remove-text-properties-when): Ditto.
15444
15445         * gnus-cite.el (gnus-article-hide-citation): Use them.
15446         (gnus-article-toggle-cited-text): Use them.
15447
15448         * gnus-art.el (gnus-signature-toggle): Use them.
15449         (gnus-article-show-hidden-text): Ditto.
15450         (gnus-article-hide-text): Ditto.
15451
15452 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15453
15454         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15455
15456 2000-11-30  Simon Josefsson  <sj@extundo.com>
15457
15458         * smime.el (smime-point-at-eol): New alias.
15459         (smime-buffer-as-string-region): Use it.
15460
15461 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15462
15463         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15464
15465 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15466
15467         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15468
15469         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15470
15471         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15472
15473 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15474
15475         * nnmh.el (nnmh-request-expire-articles): Implemented
15476         expiry-target for nnmh backend.
15477
15478 2000-11-30  Simon Josefsson  <sj@extundo.com>
15479
15480         * mm-decode.el (mm-security-from): New variable.
15481         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15482
15483         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15484         than `from'.
15485
15486 2000-11-30  Simon Josefsson  <sj@extundo.com>
15487
15488         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15489         address match sender address.
15490
15491         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15492
15493         * smime.el (smime-verify-region): Don't copy buffer.
15494         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15495         (smime-pkcs7-region): New function.
15496         (smime-pkcs7-certificates-region): Ditto.
15497         (smime-pkcs7-email-region): Ditto.
15498         (smime-buffer-as-string-region): Ditto.
15499
15500         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15501         buffer.
15502
15503 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15504
15505         * smime.el (smime-decrypt-region): Fix keyfile argument.
15506
15507 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15508
15509         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15510
15511 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15512
15513         * message.el (message-shoot-gnksa-feet): New variable.
15514         (message-gnksa-enable-p): New function.
15515         (message-send): Use it.
15516         (message-check-news-body-syntax): Ditto.
15517
15518 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * message.el (message-make-message-id): Remove the redundancy.
15521
15522 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15523
15524         * message.el (message-setup): Discourage using mc-install-*-mode.
15525
15526         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15527
15528 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15529
15530         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15531
15532 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15533
15534         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15535
15536 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15537
15538         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15539
15540 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15543         insert-buffer-substring.
15544
15545         * message.el (message-send-mail): Use buffer-substring-no-properties.
15546         (message-send-news): Ditto.
15547
15548 2000-11-22  David Edmondson  <dme@dme.org>
15549
15550         * imap.el (imap-wait-for-tag): Message read info.
15551
15552 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15555         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15556         (mml2015-gpg-encrypt): Ditto.
15557
15558 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15559
15560         * mm-decode.el (mm-verify-option): Default value.
15561
15562         * mml-sec.el (mml-secure-part): Error message.
15563
15564 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15565
15566         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15567
15568 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15569
15570         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15571
15572 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15573
15574         * gnus-art.el (gnus-article-describe-key): Use prompt.
15575         (gnus-article-describe-key-briefly): Ditto.
15576
15577 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15578
15579         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15580
15581 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15582
15583         * gnus-art.el (gnus-article-describe-key): New function.
15584         (gnus-article-describe-key-briefly): New function.
15585
15586 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587
15588         * mm-decode.el (mm-decrypt-option): Doc typo.
15589
15590         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15591         return a number.
15592
15593 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15594
15595         * message.el (message-newline-and-reformat): Typo.
15596
15597 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15600         original-article-buffer exists.
15601
15602         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15603         (rfc2047-header-encoding-alist): Addresses are different from text.
15604         (rfc2047-encode-message-header): Ditto.
15605         (rfc2047-dissect-region): Extra parameter.
15606         (rfc2047-encode-region): Ditto.
15607         (rfc2047-encode-string): Ditto.
15608
15609 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15610
15611         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15612         (mm-uu-pgp-encrypted-extract): Use it.
15613         (mm-uu-pgp-signed-extract-1): New function.
15614         (mm-uu-pgp-signed-extract): Use it.
15615
15616         * gnus-art.el (gnus-mime-display-security): New function.
15617         (gnus-mime-display-part): Use it.
15618         (gnus-mime-security-verify-or-decrypt): New function.
15619         (gnus-mime-security-press-button): New function.
15620         (gnus-insert-mime-security-button): Use it.
15621
15622         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15623         (mm-find-raw-part-by-type): Ditto.
15624         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15625         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15626         (mm-destroy-parts): Kill nested multibyte buffer.
15627
15628         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15629         (mml2015-gpg-verify): Ditto.
15630
15631 2000-11-18  Simon Josefsson  <sj@extundo.com>
15632
15633         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15634         (mml2015-function-alist): Use it.
15635
15636         * mml-sec.el (mml-sign-alist): Update names.
15637         (mml-encrypt-alist): Ditto.
15638         (mml-secure-part-smime-sign): Moved to mml-smime.el
15639         as `mml-smime-sign-query'.
15640         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15641         `mml-smime-get-file-cert'.
15642         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15643         `mml-smime-get-dns-cert'.
15644         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15645         `mml-smime-encrypt-query'.
15646         (mml-smime-sign-buffer): Use mml-smime-sign.
15647         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15648
15649         * mml-smime.el (mml-smime-sign): New function.
15650         (mml-smime-encrypt):
15651         (mml-smime-sign-query):
15652         (mml-smime-get-file-cert):
15653         (mml-smime-get-dns-cert):
15654         (mml-smime-encrypt-query): Moved from mml-sec.el.
15655
15656 2000-11-16  Simon Josefsson  <sj@extundo.com>
15657
15658         * mml2015.el (mml2015-gpg-clear-verify): New function.
15659         (mml2015-function-alist): Add it.
15660
15661 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15662
15663         * message.el (message-setup-fill-variables): Use
15664         message-cite-prefix-regexp.
15665         (message-newline-and-reformat): Check the end of citation, leading
15666         WSP, break in the cite prefix.
15667         (message-fill-paragraph): New function.
15668
15669 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15670
15671         * lpath.el: Shut up.
15672
15673 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15674
15675         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15676         raw 8-bit in headers in dk.* newsgroups.
15677
15678 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15679
15680         * message.el (message-newline-and-reformat): Match extra WSPs.
15681
15682 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15683
15684         * mml.el (mml-generate-mime-1): Ignore ascii.
15685
15686 2000-11-16 Justin Sheehy  <justin@iago.org>
15687
15688         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15689
15690 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15691
15692         * message.el (message-cite-prefix-regexp): Prefix should not end
15693         at space.
15694
15695 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15696
15697         * message.el (message-mode-syntax-table): Add - as a word
15698         constituent as in articles.
15699         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15700         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15701         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15702
15703 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704
15705         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15706
15707 2000-11-12  David Edmondson  <dme@dme.org>
15708
15709         * message.el (message-font-lock-keywords): use
15710         message-cite-prefix-regexp.
15711
15712 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15713
15714         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15715         Stein Arild Str\e,Ax\e(Bmme.
15716         (gnus-group-jump-to-group): Use it.
15717         (gnus-group-jump-to-group-prompt): Customize.
15718
15719 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15720
15721         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15722
15723 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15724
15725         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15726         incompatible.
15727         (mml2015-mailcrypt-sign): Ditto.
15728
15729 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15730
15731         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15732         group is open.
15733
15734 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15735
15736         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15737         nnvirtual articles.
15738         (gnus-backlog-request-article): Don't request nnvirtual articles.
15739
15740 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15741
15742         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15743         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15744
15745 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15746
15747         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15748         * mml.el (mml-generate-mime-1): Use charset attribute.
15749         * mm-bodies.el (mm-encode-body): Add parameter charset.
15750         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15751
15752 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15753
15754         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15755         (mml2015-mailcrypt-clear-decrypt): Ditto.
15756         (mml2015-mailcrypt-verify): Ditto.
15757         (mml2015-mailcrypt-clear-verify): Ditto.
15758         (mml2015-gpg-verify): Ditto.
15759
15760 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15761
15762         * smime.el (smime-openssl-program): Test the existence of openssl.
15763         * mml-smime.el: Require mm-decode.
15764         (mml-smime-verify-test): New function.
15765         * mm-decode.el (mm-verify-function-alist): Use it.
15766
15767 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15768
15769         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15770         anyway.
15771
15772 2000-11-13  Simon Josefsson  <sj@extundo.com>
15773
15774         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15775         verification doesn't work.
15776
15777 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15778
15779         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15780         (gnus-inews-do-gcc): Use it.
15781
15782 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15783
15784         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15785         leading space.
15786         * mm-extern.el (mm-inline-external-body): Report error when no
15787         access-type.
15788
15789 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15790
15791         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15792
15793 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15794
15795         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15796
15797 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15798
15799         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15800         as multipart/mixed.
15801
15802 2000-11-12  David Edmondson  <dme@dme.org>
15803
15804         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15805         and replace `.' with `\w' to allow for different syntax tables
15806         (from Vladimir Volovich).
15807         * message.el (message-newline-and-reformat): use
15808         `message-cite-prefix-regexp'.
15809         * gnus-cite.el (gnus-supercite-regexp): use
15810         `message-cite-prefix-regexp'.
15811         * gnus-cite.el (gnus-cite-parse): use
15812         `message-cite-prefix-regexp'.
15813
15814 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15815
15816         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15817         PGP SIGNATURE.  Escape leading "-"'s.
15818         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15819
15820 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15821
15822         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15823
15824 2000-11-11  Simon Josefsson  <sj@extundo.com>
15825
15826         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15827
15828         * smime.el (smime-details-buffer): New variable.
15829         (smime-sign-region):
15830         (smime-encrypt-region):
15831         (smime-verify-region):
15832         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15833
15834         * mml-smime.el (mml-smime-verify): Support security info.
15835
15836 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15837
15838         * mm-decode.el (mm-verify-option): Set default to nil.
15839         (mm-decrypt-option): Ditto.
15840         * gnus-art.el (article-verify-x-pgp-sig): New function.
15841
15842 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15843
15844         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15845         preferred part.
15846
15847 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15848
15849         * gnus-sum.el (gnus-move-split-methods): Say that
15850         `gnus-split-methods' uses file names, whereas this uses group
15851         names.  (Report from Nevin Kapur)
15852
15853 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15854
15855         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15856
15857 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15858
15859         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15860         (nnheader-directory-articles): Use it.
15861         (nnheader-article-to-file-alist): Ditto.
15862
15863 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15864
15865         * rfc2047.el (rfc2047-pad-base64): New function.
15866         (rfc2047-decode): Use it.
15867
15868 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15869
15870         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15871         select method.
15872
15873 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15874
15875         * mml2015.el (mml2015-gpg-decrypt-1):
15876         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15877
15878 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15879
15880         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15881
15882 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15883
15884         * pop3.el (pop3-munge-message-separator): A message may have an
15885         empty body.
15886
15887 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15888
15889         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15890         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15891         (mm-uu-pgp-signed-extract): Use coding-system.
15892
15893 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15894
15895         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15896         (gnus-insert-mime-security-button): New function.
15897         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15898         * mml2015.el:  Add security info when verify or decrypt.
15899         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15900         (mm-uu-pgp-encrypted-extract): Ditto.
15901
15902 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15903
15904         * mm-decode.el (mm-display-parts): New function.
15905         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15906
15907 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15908
15909         * gnus-mlspl.el: Documentation tweaks.
15910
15911 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15912
15913         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15914         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15915         argument.
15916
15917 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15918
15919         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15920
15921 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15922
15923         * gnus-art.el (gnus-article-encrypt): New function.
15924         (gnus-article-encrypt-protocol-alist): New variable.
15925         (gnus-article-encrypt-protocol): New variable.
15926         * mml2015.el (mml2015-self-encrypt): New function.
15927         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15928
15929 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15930
15931         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15932         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15933         let mailcap do it.
15934         * mml2015.el: Remove snarf code.
15935         * mm-decode.el: Remove snarf code.
15936
15937 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15938
15939         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15940         (mml-insert-mime): Understand gnus-decoded.
15941         (mime-to-mml): New parameter handles.
15942         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15943         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15944
15945 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15946
15947         * mm-decode.el (mime-security): New group.
15948         (mm-verify-function-alist): Add test function.
15949         (mm-decrypt-function-alist): Ditto.
15950         (mm-snarf-option): Set default value as nil.
15951         (mm-find-part-by-type): Recursive parameter.
15952         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15953         * mml2015.el: Support draft-ietf-openpgp-multsig.
15954
15955 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15956
15957         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15958         (gnus-article-view-part-as-charset): New function.
15959
15960 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15961
15962         * mm-decode.el (mm-verify-option): Default value.
15963         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15964
15965 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15966
15967         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15968
15969 2000-11-05  Simon Josefsson  <sj@extundo.com>
15970
15971         * mml-smime.el (mml-smime-verify): Work in original multipart
15972         buffert.
15973
15974         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15975         (mm-handle-multipart-ctl-parameter): Ditto.
15976         (mm-alist-to-plist): New function.
15977         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15978         for multiparts.
15979         (mm-destroy-parts): Destroy multipart buffert.
15980         (mm-remove-part): Ditto.
15981
15982         * mml-smime.el (mml-smime-sign): Not used.
15983         (mml-smime-encrypt): Ditto.
15984
15985         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15986
15987         Verify S/MIME signature support.
15988
15989         * mm-decode.el (mm-inline-media-tests): Add
15990         application/{x-,}pkcs7-signature.
15991         (mm-inlined-types): Ditto.
15992         (mm-automatic-display): Ditto.
15993         (mm-verify-function-alist): Ditto.  Add name of method.
15994         (mm-decrypt-function-alist): Add name of method.
15995         (mm-find-part-by-type): Add documentation.
15996         (mm-possibly-verify-or-decrypt): Use new format of
15997         mm-{verify,decrypt}-function-alist.  Use method names.
15998
15999         * mml-smime.el (mml-smime-verify): New function.
16000
16001 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16002
16003         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16004
16005 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16006
16007         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16008         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16009         * mm-decode.el (mm-snarf-option): New variable.
16010
16011 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16012
16013         * mm-util.el (mm-subst-char-in-string): New function.
16014         (mm-replace-chars-in-string): Use it.
16015         * message.el (message-replace-chars-in-string): Use it.
16016         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16017         * gnus-mh.el (mh-lib-progs): Shut up.
16018
16019 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16020
16021         * base64.el, md5.el: Moved to contrib directory.
16022
16023 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16024
16025         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16026         the last article when search.
16027
16028 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16029
16030         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16031         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16032
16033 2000-09-29  David Edmondson  <dme@thus.net>
16034
16035         * message.el (message-newline-and-reformat): Typo.
16036
16037 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16038
16039         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16040
16041 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16042
16043         * nntp.el (nntp-decode-text): Delete bogus status lines.
16044
16045 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16046
16047         * message.el (message-font-lock-keywords): Match a final newline
16048         to help font-lock's multiline support.
16049
16050 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16051
16052         * nnoo.el (nnoo-set): New function.
16053
16054 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16055
16056         * gpg.el, gpg-ring.el: Moved to contrib directory.
16057
16058 2000-11-04  Simon Josefsson  <sj@extundo.com>
16059
16060         * nnimap.el (nnimap-split-inbox): Typo.
16061
16062 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16063
16064         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16065
16066 2000-11-03  Simon Josefsson  <sj@extundo.com>
16067
16068         * rfc2231.el (rfc2231-parse-qp-string): New function.
16069         (require): rfc2047.
16070
16071         * mail-parse.el (mail-header-parse-content-type):
16072         (mail-header-parse-content-disposition): Support invalid QP
16073         encoded strings, by using `rfc2231-parse-qp-string'.
16074
16075 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16076
16077         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16078         (rfc2231-decode-encoded-string): Typo "> X 1".
16079         (rfc2231-encode-string): Insert the name of charset.
16080         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16081
16082 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16083
16084         * mm-decode.el (mm-save-part): Return the filename.
16085         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16086         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16087         (gnus-mime-action-alist): Use it.
16088         (gnus-mime-button-commands): Use it.
16089         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16090         (mm-inline-external-body): unwind-protect.
16091
16092 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16093
16094         * gnus-art.el (gnus-insert-mime-button): Show url.
16095
16096 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16097
16098         * mml.el (mml-generate-mime-1): Support external url.
16099         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16100
16101 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16102
16103         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16104         * mm-decode.el (mm-display-external): Ditto.
16105         * mm-extern.el: New file.
16106         * mm-decode.el (mm-inline-media-tests): Hook it up.
16107         (mm-inlined-types): Inline message/external-body.
16108
16109 2000-11-02  Simon Josefsson  <sj@extundo.com>
16110
16111         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16112
16113         * message.el (message-get-reply-headers): Better handling when
16114         Mail-Followup-To is very large.
16115
16116 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16117
16118         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16119         * gnus-art.el (gnus-article-edit-done):
16120         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16121         counting code here.
16122         * gnus-msg.el (gnus-setup-message): Remove a hack.
16123
16124 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16125
16126         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16127         (gnus-summary-mode): Make them local variables.
16128         (gnus-set-global-variables): Globalize them.
16129         (gnus-summary-exit): Kill them.
16130
16131 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16132
16133         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16134         word.
16135
16136 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16137
16138         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16139         gnus-article-wash-types.
16140         * gnus-art.el (gnus-article-wash-status): Use them.
16141
16142 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16143
16144         * mml.el (mml-read-tag): Remove spaces and LF.
16145
16146 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16147
16148         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16149         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16150
16151 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16152
16153         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16154
16155 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16156
16157         * gnus-sum.el (gnus-article-charset): New variable.
16158         (gnus-summary-display-article): Set it.
16159         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16160         * gnus-art.el (gnus-article-mode): Make it local variable.
16161
16162 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16163
16164         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16165
16166 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167
16168         * nnwfm.el: New file.
16169
16170         * nnweb.el (nnweb-replace-in-string): New function.
16171
16172 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16173
16174         * mml2015.el: Wrap gpg.el.
16175         * gpg.el (gpg-verify): The last argument of apply is a list.
16176         (gpg-encrypt): Add passphrase as a parameter.
16177
16178 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16179
16180         * gpg.el: New file.
16181         * gpg-ring.el: New file.
16182
16183 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16184
16185         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16186
16187 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16190         double-quote characters.
16191         (gnus-summary-prepare-threads): Ditto.
16192
16193 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16194
16195         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16196         * mml.el (mml-read-tag): Don't skip the leading space.
16197         * lpath.el (font-lock-set-defaults): Shut up.
16198
16199 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16200
16201         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16202
16203 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16204
16205         * qp.el (quoted-printable-encode-region): Replace leading - when
16206         ultra safe.
16207         * mml.el (mml-generate-mime-postprocess-function): Removed.
16208         (mml-postprocess-alist): Removed.
16209         (mml-generate-mime-1): Use ultra-safe when sign.
16210         * mml2015.el (mml2015-fix-micalg): Uppercase.
16211         (mml2015-verify): Insert LF.
16212         (mml2015-mailcrypt-sign): Downcase; search backward.
16213
16214 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215
16216         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16217         restrictive.
16218         (nnultimate-table-regexp): New variable.
16219         (nnultimate-forum-table-p): Use it.
16220
16221 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16222         Trivial patch.
16223
16224         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16225
16226 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16227
16228         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16229         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16230
16231 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16232
16233         * mml2015.el: Shut up.
16234
16235 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16236
16237         * gnus.el (gnus-server-browse-hashtb): Removed.
16238         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16239         (gnus-group-insert-group-line-info): Use simplified method.
16240         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16241
16242 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16245         moved here.
16246         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16247         * gnus-group.el (gnus-group-prepare-flat): Use it.
16248         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16249
16250 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16251
16252         * mml.el (mml-mode): Show menu in XEmacs.
16253
16254 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16255
16256         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16257         (gnus-server-read-server-in-server-buffer): New function.
16258         (gnus-browse-foreign-server): Browse in group buffer.
16259         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16260         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16261         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16262         * gnus.el (gnus-server-browse-hashtb): New variable.
16263
16264 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16265
16266         * nnfolder.el (nnfolder-open-nov): Use group.
16267
16268 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16269
16270         * nnfolder.el: Add NOV. Set version to 2.0.
16271         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16272
16273 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16274
16275         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16276
16277 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16278
16279         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16280         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16281
16282 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16283
16284         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16285
16286 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16287
16288         * mm-decode.el (mm-verify-function-alist): New variable.
16289         (mm-verify-option): New variable.
16290         (mm-decrypt-function-alist): Ditto.
16291         (mm-decrypt-option): Ditto.
16292         (mm-find-raw-part-by-type): New function.
16293         (mm-possibly-verify-or-decrypt): New function.
16294         (mm-dissect-multipart): Use it.
16295         * mml2015.el (mml2015-fix-micalg): New function.
16296         (mml2015-decrypt): Use new interface.
16297         (mml2015-verify):  Use new interface.
16298         (mml2015-setup): Make it bogus.
16299
16300 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16301
16302         * mml.el (mml-generate-mime-postprocess-function): Set to
16303         mml-postprocess.
16304         (autoload): Autoload mml2015 and mml-smime.
16305         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16306         * mml2015.el (mml2015-encrypt): New function.
16307         (mml2015-sign): New function.
16308         (mml2015-encrypt-function): New variable.
16309         (mml2015-sign-function): New variable.
16310         (mml2015-mailcrypt-encrypt): Use message-recipients.
16311         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16312         * mml-smime.el (mml-smime-setup): Ditto.
16313
16314 2000-10-28  Simon Josefsson  <sj@extundo.com>
16315
16316         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16317         Communigate Pro 3.3.1 server.
16318
16319         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16320         in buffers.
16321         (mml-secure-dns-server): Removed.
16322         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16323         write certificates to files.
16324
16325         * smime.el (smime-dns-server): New variable.
16326         (smime-mail-to-domain):
16327         (smime-cert-by-dns): New functions.
16328
16329         * dig.el: New file.
16330
16331 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16332
16333         * message.el (message-options): New variable.
16334         (message-options-set-recipient): New function.
16335         (message-send): Use them.
16336         * gnus-int.el (gnus-request-replace-article): Use them.
16337         (gnus-request-accept-article): Ditto.
16338         * mml.el (mml-preview): Use them.
16339         * gnus-sum.el (gnus-summary-edit-article): Use them.
16340
16341         * message.el (message-options-get): New function.
16342         (message-options-get): New function.
16343         * rfc2047.el (rfc2047-encode-message-header): Use them.
16344         * mm-bodies.el (mm-encode-body): Use them.
16345
16346 2000-10-28  Simon Josefsson  <sj@extundo.com>
16347
16348         * nnimap.el (nnimap-retrieve-which-headers):
16349         (nnimap-request-article-part): Quote message-id.
16350
16351         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16352         (smime-CA-file): New variable.
16353         (smime-call-openssl-region): Don't error.
16354         (smime-sign-region): Return result value.
16355         (smime-encrypt-region): Ditto.
16356         (smime-verify-region): New function.
16357         (smime-decrypt-region): Ditto.
16358         (smime-verify-buffer): Ditto.
16359         (smime-decrypt-buffer): Ditto.
16360
16361         * mml.el: Require mml-sec.
16362         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16363         (mml-mode-map): Add "sign" and "encrypt" maps.
16364         (mml-menu): Add security menu.
16365         (mml-preview): Use generate-new-buffer.
16366
16367         * mml-sec.el: New file.
16368
16369 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16370
16371         * mm-decode.el (mm-find-part-by-type): Move it here.
16372         * mml.el (mml-postprocess): Move it here.
16373         (mml-postprocess-alist): Move it here. Merge them.
16374
16375 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16376
16377         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16378         unencoded stuff in the header.
16379
16380 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16381
16382         * gnus-group.el (gnus-group-listed-groups): New variable.
16383         (gnus-group-list-option): New variable.
16384         (gnus-group-list-limit-map): New keymap.
16385         (gnus-group-list-flush-map): New keymap.
16386         (gnus-group-list-plus-map): New keymap.
16387         (gnus-group-prepare-logic): New function.
16388         (gnus-group-prepare-flat): Merge with
16389         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16390         (gnus-group-prepare-flat-list-dead): Ditto.
16391         (gnus-group-list-matching): Use gnus-group-prepare-function.
16392         (gnus-group-list-dormant): Ditto.
16393         (gnus-group-list-cached): Ditto.
16394         (gnus-group-listed-groups): New function.
16395         (gnus-group-list-limit): New function.
16396         (gnus-group-list-flush): New function.
16397         (gnus-group-list-plus): New function.
16398         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16399         (gnus-topic-prepare-topic): Ditto.
16400
16401 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16402
16403         * message.el (message-insert-to, message-get-reply-headers):
16404         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16405
16406 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16407
16408         * mml2015.el: New file.
16409         * smime.el: New file.
16410         * mml-smime.el: New file.
16411
16412 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16413
16414         * ChangeLog: Moved to ChangeLog.1.
16415
16416     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16417   Copying and distribution of this file, with or without modification,
16418   are permitted provided the copyright notice and this notice are preserved.
16419
16420 ;; Local Variables:
16421 ;; coding: iso-2022-7bit
16422 ;; End: